/*
Template: businesspress
Theme Name: BusinessPress Child
*/

/*全体設定*/
/*ヘッダー*/
/*フッター*/
/*固定ページ共通*/
/*トップページ*/
/*ページヘッダー*/
/*ABOUT 鳩対策のプロテクトサービスとは*/
/*サイドバー共通*/
/*COLUMN コラム一覧*/
/*COLUMN コラム詳細*/
/*PRODUCT　製品一覧*/
/*PRODUCT　製品詳細*/
/*COMPANY 会社概要*/
/*DOWNLOAD ダウンロード一覧*/
/*DOWNLOAD ダウンロード詳細*/
/*QUESTION よくあるご質問*/
/*AGENCY 代理店募集*/
/*CONTACT お問い合わせ*/
/*PRIVACY POLICY プライバシーポリシー*/

/*メディアクエリ　ブレイクポイント*/

/*製品情報一時非表示*/
.hide {
	display: none;
}

/*-----------------------------------------------全体設定-----------------------------------------------*/
/*フォント*/
/*DMSans-Regular*/
@font-face {
	font-family: "DMSans-Regular";
	src: url("/wp-content/themes/businesspress-child/fonts/DMSans-Regular.ttf");
	font-display: swap;
}
/*DMSans-Bold*/
@font-face {
	font-family: "DMSans-Bold";
	src: url("/wp-content/themes/businesspress-child/fonts/DMSans-Bold.ttf");
	font-display: swap;
}

/*NotoSansCJKjp-Regular*/
@font-face {
	font-family: "NotoSansCJKjp-Regular";
	src: url("/wp-content/themes/businesspress-child/fonts/NotoSansCJKjp-Regular.ttf");
	font-display: swap;
}
/*NotoSansCJKjp-Bold*/
@font-face {
	font-family: "NotoSansCJKjp-Bold";
	src: url("/wp-content/themes/businesspress-child/fonts/NotoSansCJKjp-Bold.ttf");
	font-display: swap;
}

/*ZenKakuGothicNew-Regular*/
@font-face {
	font-family: "ZenKakuGothicNew-Regular";
	src: url("/wp-content/themes/businesspress-child/fonts/ZenKakuGothicNew-Regular.ttf");
	font-display: swap;
}
/*ZenKakuGothicNew-Medium*/
@font-face {
	font-family: "ZenKakuGothicNew-Medium";
	src: url("/wp-content/themes/businesspress-child/fonts/ZenKakuGothicNew-Medium.ttf");
	font-display: swap;
}
/*ZenKakuGothicNew-Bold*/
@font-face {
	font-family: "ZenKakuGothicNew-Bold";
	src: url("/wp-content/themes/businesspress-child/fonts/ZenKakuGothicNew-Bold.ttf");
	font-display: swap;
}

div,a,p,span {
  font-family: "DMSans-Regular","ZenKakuGothicNew-Medium";
}
h1,h2,h3,h4,h5{
  font-family: "DMSans-Bold","ZenKakuGothicNew-Bold";
}


/*全体幅*/
#content {
  max-width: 100%;
  padding: 0;
}
#primary {
  margin: 0;
}

/*color*/
.blue {
  color: #006EBE;
}

/*共通ボタン*/
.btn_white {
  position: relative;
  width: 19.286vw;
  margin: auto;
}
.btn_white a {
  background: #FBFBFB;
  border: 2px solid #066EBE;
  text-decoration: none;
  border-radius: 50px;
  font-family: "ZenKakuGothicNew-Bold";
  line-height: 1.4;
  font-size: 1.072vw;
  display: block;
  width: 19.286vw;
  height: 4.286vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #006EBE;
}
.btn_white img {
  position: absolute;
  top: 50%;
  right: 1.429vw;
  transform: translateY(-50%);
  pointer-events: none;
  width: 0.9vw;
  height: 0.64vw;
}

/*タブ切り替え*/
.panel {
  display: none;
}
.panel.active {
  display: block;
}

/*-----------------------------------------------ヘッダー-----------------------------------------------*/
/*クローンヘッダー非表示*/
.main-header-clone {
  display: none;
}
/*メインヘッダー上部固定*/
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 999;
  border-bottom: 0;
}
#masthead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.287vw;
  background: #323232;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
#masthead.scrolled::before {
  opacity: 1;
  transition: all 0.3s;
}

.main-header {
  padding: 0;
}
.main-header-content {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

/*サイトロゴ*/
.site-logo img {
  width: 16.667vw;
}

/*ヘッダーCTA*/
.header_cta {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 1vw;
}
.header_tel {
  margin-right: 1.5vw;
}
.header_tel_top {
  display: flex;
  align-items: center;
}
.header_tel_top img {
  width: 1.066vw;
}
.header_tel_num {
  font-family: "DMSans-Bold";
  color: #fff;
  font-size: 1.643vw;
  line-height: 1;
}
.header_tel_bottom {
  font-size: 0.715vw;
  color: #fff;
  text-align: center;
}
.header_tel_bottom .label {
  font-family: "NotoSansCJKjp-Regular";
}
.header_btn {
  width: 12.5vw;
}
.header_btn.dl {
  margin-right: 0.56vw;
}
.header_btn a {
  border-radius: 50px;
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
  height: 3.572vw;
  justify-content: center;
  font-size: 1.001vw;
}
.header_btn.dl a {
  background: #066EBE;
  color: #fff;
  gap: 0.56vw;
}
.header_btn.contact a {
  background: #fff;
  color: #066EBE;
  gap: 0.2vw;
}
.header_btn.dl img {
  width: 1vw;
}
.header_btn.contact img {
  width: 1.4vw;
}

.header_btn a span {
  font-family: "NotoSansCJKjp-Bold";
}

/*ドロワーメニュー表示*/
.drawer-hamburger, .drawer-navigation {
  display: block;
}
.drawer-hamburger {
  margin-right: 2.1vw;
}

.drawer-hamburger {
  margin-right: 2.1vw;
  background: #323232;
  border-radius: 50%;
  width: 3.5vw;
  height: 3.5vw;
  padding: 1vw;
  box-sizing: border-box;
}
.drawer-hamburger-icon, .drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
  background: #fff;
  height: 1px;
}

.drawer-hamburger:hover, .drawer-hamburger:focus {
  background: #323232;
}
.drawer-opened .drawer-hamburger {
  border: 1px solid #454952;
  color: #fafafa;
}

/*ドロワーメニュー*/
.drawer-navigation {
  background: #262931;
}

.drawer-navigation {
  width: 24.4296vw;
  box-sizing: border-box;
}
.drawer-navigation-content {
  padding: 8vw 2.2vw;
}
.drawer_item {
  position: relative;
}
.drawer_item a {
  border-top: 1px solid #4E4E4E;
  text-decoration: none;
  display: block;
  padding: 1.429vw 0;
}
.drawer_item:last-child a {
  border-bottom: 1px solid #4E4E4E;
}
.drawer_item a label {
  font-family: "DMSans-Regular";
  line-height: 1.333;
  font-size: 0.858vw;
  display: block;
  color: #FAFAFA80;
}
.drawer_item a span {
  line-height: 1.5;
  font-size: 1.143vw;
  letter-spacing: 0.05rem;
  color: #fff;
}
.drawer_item a img {
  position: absolute;
  top: 50%;
  right: 0vw;
  transform: translateY(-50%);
  width: 1vw;
}
.drawer_contact {
  border-top: 1px solid #4E4E4E;
  padding-top: 1.429vw;
}

.drawer_contact .tel_num {
  display: flex;
  align-items: center;
}
.drawer_contact .tel_num span {
  line-height: 1.684;
  font-size: 1.358vw;
  font-family: "DMSans-Bold";
  color: #fff;
}
.drawer_contact .tel_num img {
  width: 0.929vw;
  margin-top: 0.1vw;
}
.drawer_contact .reception_hours {
  font-family: "DMSans-Regular","NotoSansCJKjp-Regular";
  font-size: 0.715vw;
  color: #fff;
}


/*-----------------------------------------------フッター-----------------------------------------------*/
/*下部お問い合わせ*/
.bottom_contact {
  position: relative;
}
.bottom_contact > img {
  width: 100%;
}
.bottom_contact_contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 85.715vw;
  margin: auto;
}
.section_label.contact {
  justify-content: center;
  color: #fff;
}
.bottom_contact_caption {
}
.bottom_contact_items {
  display: flex;
  justify-content: space-between;
}
.section_label.contact:before {
  background: #fff;
}
.bottom_contact .home_h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 1.8vw;
}
.bottom_contact_caption {
  text-align: center;
  color: #fff;
  line-height: 1.423;
  font-size: 1.858vw;
  margin-bottom: 3vw;
}
.bottom_contact_item {
  width: 26.786vw;
}
.bottom_contact_item_image {
  margin-bottom: 1.858vw;
  position: relative;
}
.bottom_contact_item_image a .fg {
  position: absolute;
  z-index: 1;
  bottom: 1.143vw;
  right: 1.143vw;
  width: 3.572vw;
}
.bottom_contact_item_image img {
  width: 100%;
}
.bottom_contact_item_title {
  font-family: "ZenKakuGothicNew-Bold";
  color: #fff;
  font-size: 1.715vw;
  text-align: center;
  line-height: 1;
  margin-bottom: 1.4vw;
}
.bottom_contact_item_title a {
  font-family: "ZenKakuGothicNew-Bold";
  text-decoration: none;
  color: #fff;
  line-height: 1;
}
.bottom_contact_item_title.large {
  font-size: 2vw;
  font-family: "DMSans-Bold";
}
.bottom_contact_item_text {
  text-align: center;
  color: #fff;
  line-height: 1.75;
  font-size: 1.143vw;
}


/*フッターコンテンツ*/
#colophon {
  background: #F3F4F4;
  padding: 7.143vw 0 9.786vw;
}

.footer_contents {
  display: flex;
  width: 85.715vw;
  margin: auto;
  justify-content: space-between;
}
.footer_left {
  width: 22.929vw;
}
.footer_logo img {
  width: 100%;
}
.footer_logo {
  margin-bottom: 3vw;
}
.company_data {
}
.company_name {
  font-size: 1.143vw;
  color: #262626;
  line-height: 1;
  margin-bottom: 0.858vw;
}
.company_info {
  line-height: 1.833;
  font-size: 0.858vw;
  margin-bottom: 2vw;
}
.corporate_link a {
  display: flex;
  text-decoration: none;
  width: 17.643vw;
  background: #FFF;
  position: relative;
  text-align: center;
  line-height: 1;
  padding: 2vw 0;
  font-size: 1.143vw;
  color: #262626;
  border-radius: 0.47vw;
  justify-content: center;
}
.corporate_link a span {
  margin-right: 1vw;
}
.corporate_link {
  display: inline-block;
}
.footer_right {
  width: 46.8vw;
  display: flex;
  flex-direction: column;
}
.footer_nav ul {
  list-style: none;
  margin: 0;
  display: flex;
}
.footer_nav_top {
  justify-content: space-between;
}
.footer_nav li {
  margin-bottom: 2.572vw;
}
.footer_nav_bottom li {
  margin-right: 3.5vw;
}
.footer_nav li.no_margin {
  margin: 0;
}
.footer_nav_label {
  font-size: 0.858vw;
  color: #066EBE;
  line-height: 1;
  margin-bottom: 0.715vw;
}
.footer_nav_field {
  line-height: 1;
}
.footer_nav_field a {
  font-size: 1.143vw;
  text-decoration: none;
  color: #262626;
  line-height: 1;
}
.footer_other {
  margin-top: auto;
  text-align: right;
}
.footer_privacy a {
  font-family: "ZenKakuGothicNew-Regular";
  font-size: 1.001vw;
  color: #262626;
  line-height: 1;
  display: block;
}
.footer_privacy {
  margin-bottom: 1.715vw;
}
.footer_copyright {
  font-family: "ZenKakuGothicNew-Regular";
  font-size: 0.858vw;
  color: #262626;
  line-height: 1;
}

/*-----------------------------------------------固定ページ共通-----------------------------------------------*/
#content.column_content {
  width: 85.715vw;
  margin: auto;
  padding-top: 8.572vw;
}

/*-----------------------------------------------トップページ-----------------------------------------------*/
/*FV*/
.fv {
  margin-bottom: 9.723vw;
}

.fv_contents_image {
  width: 100%;
}
.fv_contents {
  position: relative;
}
.fv_main {
  position: absolute;
  top: 15vw;
  left: 7vw;
}

.fv_text1 {
  font-family: "ZenKakuGothicNew-Bold";
  font-size: 1.528vw;
  color: #fff;
  line-height: 1;
  margin-bottom: 1.737vw;
}
.fv_text1 .emphasis {
  font-family: "DMSans-Bold";
  font-size: 2.084vw;
  margin: 0 0.2vw;
}
.fv_text2 {
  font-family: "ZenKakuGothicNew-Bold";
  font-size: 4.167vw;
  color: #fff;
  line-height: 1;
  margin-bottom: 3.8vw;
}

.fv_cta {
  display: flex;
}
.fv_cta_btn {
  margin-right: 1vw;
}
.fv_cta_btn a {
  border-radius: 50px;
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
  height: 3.6vw;
  justify-content: center;
  font-size: 0.98vw;
  width: 19.5vw;
  height: 4.9vw;
}
.fv_cta_btn a:hover {
  opacity: 0.6;
}
.fv_cta_btn.dl a {
  background: #066EBE;
  color: #fff;
  gap: 0.56vw;
}
.fv_cta_btn.contact a {
  background: #fff;
  color: #066EBE;
  gap: 0.2vw;
}
.fv_cta_btn.dl a img {
  width: 1.2vw;
}
.fv_cta_btn.contact a img {
  width: 2.1vw;
}
.fv_cta_btn a span {
  font-family: "NotoSansCJKjp-Bold";
  font-size: 1.112vw;
}

.slide_fv {
  margin-top: -9.6vw;
}
.slide_fv .slide_image_wrap img {
  width: 19vw;
}

.scroll_icon {
  position: absolute;
  top: calc(50% + 0.8vw);
  right: 7vw;
  transform: translateY(-50%);
}
.scroll_icon img {
  width: 1.181vw;
}

/*About*/
.home_about {
  position: relative;
  margin-bottom: 3vw;
}
.home_about > img {
  width: 100%;
}
.home_about_contents {
  position: absolute;
  top: 0vw;
  left: 0;
  margin: 4.286vw 6.945vw;
}
.section_label {
  font-size: 1.143vw;
  line-height: 1;
  margin-bottom: 1.4vw;
  display: flex;
  align-items: center;
}
.section_label:before {
  content: "";
  display: block;
  background: #006EBE;
  width: 0.56vw;
  height: 0.56vw;
  border-radius: 50%;
  margin-right: 0.42vw;
}
.home_h2 {
  margin: 0 0 2.2vw;
  font-size: 3.143vw;
  line-height: 1.363;
  letter-spacing: 0.04rem;
  color: #262626;
}
.home_about_copy {
  font-size: 2.143vw;
  font-family: "DMSans-Bold","ZenKakuGothicNew-Bold";
  line-height: 1.388;
  letter-spacing: 0.05rem;
  margin-bottom: 1.7vw;
}
.home_about_copy .emphasis {
  font-size: 2.572vw;
  letter-spacing: 0.08rem;
}
.home_about_copy span {
  font-family: "DMSans-Bold","ZenKakuGothicNew-Bold";
}
.home_about_description {
  margin: 0 0 3.5vw;
  font-size: 1.143vw;
  line-height: 2.125;
  letter-spacing: 0.04rem;
  width: 43.4vw;
}
.home_more_btn a {
  font-family: "ZenKakuGothicNew-Bold";
  text-decoration: none;
  font-size: 1.072vw;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.home_more_btn a span {
  padding-bottom: 0.2vw;
  border-bottom: 1px solid #006EBE;
  margin-right: 1.2vw;
}

/*Works*/
.home_works {
  margin-bottom: 7.858vw;
}

.home_works > img {
  width: 100%;
}
.home_works_contents {
  width: 85.715vw;
  margin: -6.572vw auto 4.286vw;
}
.home_works_main {
  display: flex;
}
.home_works_main .home_h2 {
  margin-right: 6.429vw;
}
.home_works_lead_title span {
  font-family: "ZenKakuGothicNew-Bold";
  font-size: 2.143vw;
}
.home_works_lead_title {
  display: flex;
  align-items: center;
  margin-bottom: 1.429vw;
}
.home_works_lead_title img {
  margin: 0 0.3vw;
}
.home_works_lead_text {
  font-size: 1.143vw;
  line-height: 2.125;
  margin: 0;
}

.slide_works .slide_image_wrap {
  width: 27.143vw;
  position: relative;
}
.slide_works .slide_image_wrap:before {
  content: "";
  display: block;
  padding-top: 88.07%;
}
.slide_works .slide_image_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.695vw;
}

.slide_works_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0,110,190);
  background: linear-gradient(0deg, rgba(0,110,190,0.71) 0%, rgba(0,110,190,0.53) 17%, rgba(0,110,190,0.38) 36%, rgba(0,110,190,0.24) 52%, rgba(0,110,190,0.16) 64%, rgba(0,110,190,0) 100%);
  z-index: 1;
  border-radius: 10px;
}
.slide_works_meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 1.786vw 1.786vw;
  box-sizing: border-box;
  z-index: 2;
}
.slide_works_tag {
  font-size: 1.072vw;
  display: inline-block;
  background: #fff;
  line-height: 1;
  padding: 0.573vw 0.929vw;
  border-radius: 30px;
  color: #006EBE;
  margin-bottom: 0.929vw;
}
.slide_works_caption {
  line-height: 1;
  font-size: 1.143vw;
  color: #fff;
}

/*Document*/
.home_document {
  margin-bottom: 33vw;
}
.home_document > img {
  width: 100%;
}
.home_document_contents {
  margin-top: -4.358vw;
}
.home_document_contents .section_label {
  justify-content: center;
}
.home_document_contents .home_h2 {
  text-align: center;
}
.home_document_caption {
  line-height: 2.125;
  font-size: 1.143vw;
  width: 61.6vw;
  margin: auto;
  text-align: center;
  margin-bottom: 12.929vw;
  height: 0;
  opacity: 0;
}
.home_document_main {
  background: #F3F5F5;
  padding-top: 9.358vw;
}
.home_document_main_inner {
  width: 85.715vw;
  margin: -18.715vw auto;
  padding-bottom: 7.143vw;
}
.home_document_main {
}
.document_items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.572vw;
}
.document_item {
  width: 26.786vw;
  display: flex;
  flex-direction: column;
}
.document_item_image {
  position: relative;
  margin-bottom: 1.715vw;
}
.document_item_image .bg {
  width: 26.786vw;
}
.document_item_image .fg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 11.072vw;
}
.document_item_title {
  font-family: "ZenKakuGothicNew-Bold";
  font-size: 1.572vw;
  line-height: 1.318;
  color: #006EBE;
  margin-bottom: 0.858vw;
}
.document_item_caption {
  font-size: 1.143vw;
  color: #262626;
  line-height: 1.875;
  margin-bottom: 2.215vw;
}
.document_dl_btn a {
  display: flex;
  justify-content: center;
  background: #FBFBFB;
  color: #066EBE;
  text-decoration: none;
  border: 2px solid #066EBE;
  border-radius: 50px;
  line-height: 1;
  align-items: center;
  padding: 1.215vw 0;
  font-family: "NotoSansCJKjp-Bold";
  font-size: 1.143vw;
}
.document_dl_btn {
  margin-top: auto;
}
.document_dl_btn img {
  width: 1.143vw;
  margin-right: 0.715vw;
}
.home_document_main_inner .home_more_btn a {
  justify-content: center;
}

/*Service*/
.home_service {
  position: relative;
  margin-bottom: 6.6vw;
}
.home_service > img {
  width: 100%;
}
.home_service_contents {
  position: absolute;
  top: 5vw;
  left: 7.143vw;
  width: 85.715vw;
}
.home_service_copy {
  font-family: "ZenKakuGothicNew-Bold";
  font-size: 2.143vw;
  line-height: 1.666;
  margin-bottom: 2.2vw;
}
.home_service_description {
  width: 40.143vw;
  font-size: 1.143vw;
  margin-bottom: 3.6vw;
  position: relative;
  z-index: 99;
}

.home_service_map img {
  width: 59.5vw;
  transition: all 0.2s;
}
.home_service_map {
  position: absolute;
  top: 4.929vw;
  right: 7.143vw;
  z-index: 99;
  opacity: 0.9;
  transition: all 0.4s;
  overflow: hidden;
}
.home_service_map a {
  display: block;
}
.home_service_map:hover {
  opacity: 1;
}
.home_service_map:hover img {
  width: 59.7vw;
  filter: drop-shadow(3px 3px 5px #ccc);
}

/*Blog*/
.home_blog {
  margin-bottom: 14.143vw;
}
.home_blog > img {
  width: 85.715vw;
  margin: auto;
  display: block;
}
.home_blog_contents {
  margin: -4.486vw auto 0;
  width: 85.715vw;
  display: flex;
  justify-content: space-between;
}
.home_blog_text {
  width: 26.786vw;
  margin-top: -5.5vw;
}
.home_blog_description {
  font-size: 1.143vw;
  line-height: 2.125;
  margin-bottom: 8vw;
}

/*Blog slide*/
.home_blog_slide {
  width: 52.397vw;
  position: relative;
}

.slide_blog_btn {
  position: absolute;
  top: -7.215vw;
  right: 0;
  width: 9.715vw;
  height: 4.286vw;
}
/* 前へ次への矢印カスタマイズ */
.home .slide_blog_btn .swiper-button-prev,
.home .slide_blog_btn .swiper-button-next {
  height: 4.286vw;
  width: 4.286vw;
}
.home .slide_blog_btn .swiper-button-prev {
  left: 0;
}
.home .slide_blog_btn .swiper-button-next {
  right: 0;
}
/* 前へ次への矢印カスタマイズ */
.home .slide_blog_btn .swiper-button-prev::after,
.home .slide_blog_btn .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 4.286vw;
  margin: auto;
  width: 4.286vw;
}
/* 前への矢印カスタマイズ */
.home .swiper-button-prev::after {
  background-image: url(/wp-content/uploads/2023/06/circle_arrow_white_left.png);
}
/* 次への矢印カスタマイズ */
.home .swiper-button-next::after {
  background-image: url(/wp-content/uploads/2023/06/circle_arrow_white_right.png);
}
/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.slide_blog .swiper-slide {
  height: 27.286vw;
}

.slide_blog .slide_inner {
  margin: 0 1.072vw;
  box-sizing: border-box;
  border-top: 1px solid #006EBE80;
  padding-top: 1.5vw;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog_cat {
  margin-bottom: 1vw;
  height: 2.391vw;
}
.blog_cat a {
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  background: #F0F1F2;
  color: #006EBE;
  border-radius: 30px;
  padding: 0.429vw 0.786vw;
}
.blog_title {
  margin-bottom: 1.8vw;
}
.blog_title a {
  color: #262626;
  text-decoration: none;
  font-size: 1.572vw;
  line-height: 1.545;
}
.blog_date {
  line-height: 1;
  color: #B2B2B2;
  font-size: 1.143vw;
  margin-bottom: 1.6vw;
  margin-top: auto;
}


/*-----------------------------------------------ページヘッダー-----------------------------------------------*/
.page_header_image {
  position: relative;
}
.page_header_image img {
  width: 100%;
}
.page_header_image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  z-index: 1;
}
.page_header_image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 110, 190, 0.37) 0%, #006ebe 100%);
  opacity: 0.3;
  z-index: 2;
}

.page_header {
  position: relative;
}
.page_header_contents {
  position: absolute;
  bottom: 4.858vw;
  left: 7.143vw;
  z-index: 3;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 2.5vw;
}
.breadcrumbs_item, .breadcrumbs_item a {
  color: #fff;
  font-size: 0.858vw;
  letter-spacing: 0.06rem;
}
.breadcrumbs_item.breadcrumbs_home a {
  display: flex;
  align-items: center;
}
.breadcrumbs_item.breadcrumbs_home a::after {
  content: "";
  width: 2.143vw;
  height: 1px;
  background: #fff;
  opacity: 0.5;
  display: block;
  margin: 0 0.572vw;
}
.breadcrumbs_item a:not(.breadcrumbs_home a) {
  text-decoration: none;
}
.breadcrumbs_arrow {
  font-size: 0.858vw;
  color: #fff;
  margin: 0 0.3vw;
}
.post-type-archive-column .breadcrumbs_arrow {
  display: none;
}

.page_title {
  font-size: 7.143vw;
  color: #fff;
  line-height: 1;
  margin: 0 0 1.429vw;
}
.page_sub_title {
  font-family: "ZenKakuGothicNew-Bold";
  color: #fff;
  font-size: 1.429vw;
  line-height: 1;
}

/*-------------------------------------ABOUT 鳩対策のプロテクトサービスとは-------------------------------------*/
.about_sec1 {
  position: relative;
}
.about_sec1 > img {
  width: 100%;
}
.about_sec1_contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 62vw;
}
.about_sec1_copy {
  font-family: "ZenKakuGothicNew-Bold";
  line-height: 1.588;
  font-size: 2.429vw;
  letter-spacing: 0.02rem;
  color: #066EBE;
  text-align: center;
  margin-bottom: 2.143vw;
}
.about_sec1_caption {
  line-height: 2.125;
  font-size: 1.143vw;
  color: #262626;
  text-align: center;
  letter-spacing: 0.04rem;
  margin-bottom: 0;
}

.about_sec2 {
  margin-bottom: 10vw;
}
.about_sec2_contents {
  background: #F3F5F5B5;
  position: relative;
  padding: 8.286vw 0 6.786vw;
  margin-bottom: 8.858vw;
}
.about_sec2_contents::after {
  content: "";
  width: 100%;
  height: 5.286vw;
  background-color: #F3F5F5B5;
  position: absolute;
  top: calc(100% - 1px);
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
}
.about_sec2_copy {
  font-family: "ZenKakuGothicNew-Bold";
  line-height: 1.45;
  font-size: 2.858vw;
  text-align: center;
  color: #262626;
  margin-bottom: 2.858vw;
}
.about_sec2_flexbox {
  display: flex;
  justify-content: space-between;
  width: 85.715vw;
  margin: auto;
}
.about_sec2_flexitem {
  width: 19.286vw;
}
.about_sec2_fleximage {
  margin-bottom: 1.072vw;
}
.about_sec2_fleximage img {
  width: 100%;
}
.about_sec2_flexcaption {
  line-height: 1.625;
  font-size: 1.143vw;
  color: #262626;
}
.about_sec2_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_sec2_bottom span {
  font-family: "ZenKakuGothicNew-Bold";
  display: block;
  line-height: 1.423;
  font-size: 1.858vw;
  color: #066EBE;
  padding-bottom: 1vw;
  border-bottom: 1px solid #006EBE80;
}
.about_sec2_bottom img {
  display: block;
  margin-right: 1.215vw;
}

.about_sec3 {
  background: url(/wp-content/uploads/2023/06/about_sec3_bg-1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: 10vw;
}
.about_sec3_contents {
  width: 85.715vw;
  margin: auto;
}
.page_h2 {
  line-height: 1.363;
  font-size: 3.143vw;
  margin: 0 0 3.572vw;
  color: #262626;
}
.about .section_label {
  margin-bottom: 0.858vw;
}
.about_sec3_items {
  display: flex;
  justify-content: space-between;
}
.about_sec3_item {
  width: 20vw;
}
.about_sec3_item_image {
  margin-bottom: 2.144vw;
}
.about_sec3_item_image img {
  width: 100%;
}
.about_sec3_item_label {
  font-size: 1.001vw;
  color: #707070;
  line-height: 1;
  margin-bottom: 1.072vw;
}

.about_sec3_item_title {
  line-height: 1.636;
  font-size: 1.429vw;
  letter-spacing: 0.04rem;
  color: #006EBE;
  padding-bottom: 1.144vw;
  border-bottom: 1px solid #006EBE;
  margin: 0 0 1.144vw;
}
.about_sec3_item_description {
  margin: 0;
  line-height: 2.125;
  font-size: 1.143vw;
}

.about_sec4 {
  margin-bottom: 10vw;
}
.about_sec4 > img {
  display: none;
}
.about_sec4 .home_works_contents {
  margin-top: 0;
}

.about_sec5 {
  background: #F3F5F5B5;
}
.about_sec5_contents {
  width: 85.715vw;
  margin: auto;
  padding: 10vw 0;
}
.about_sec5 .section_label {
  justify-content: center;
}
.about_sec5 .page_h2 {
  text-align: center;
}
.voc_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.voc_item {
  width: 41.429vw;
  margin-bottom: 2.858vw;
  background: #fff;
  border-radius: 10px;
  padding: 2.143vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.voc_item_title {
  font-family: "ZenKakuGothicNew-Bold";
  line-height: 1.6;
  font-size: 1.429vw;
  padding-bottom: 1.429vw;
  border-bottom: 1px solid #006EBE80;
  margin-bottom: 1.072vw;
}
.voc_item_content {
  font-family: "ZenKakuGothicNew-Regular";
  line-height: 1.875;
  font-size: 1.143vw;
  margin-bottom: 1.072vw;
}
.voc_item_meta {
  margin-top: auto;
}

.about_sec6 .section_label {
  justify-content: center;
}
.about_sec6 .page_h2 {
  text-align: center;
}

.about_sec6_contents {
  width: 85.715vw;
  margin: auto;
  padding: 10vw 0 14.286vw;
}
.about_sec6 .page_h2 {
  margin-bottom: 5vw;
}
.flow_item {
  position: relative;
  margin-bottom: 5.858vw;
}
.flow_item:last-child {
  margin-bottom: 0;
}
.flow_item_num {
  position: absolute;
  line-height: 1;
  font-size: 3.429vw;
  color: #066EBE;
  font-family: "DMSans-Bold";
}

.flow_item.left .flow_item_num {
  top: -1.715vw;
  left: 2.143vw;
}
.flow_item.right .flow_item_num {
  top: -1.715vw;
  right: 2.143vw;
}

.flow_item_contents {
  width: 77.358vw;
  padding: 4.429vw 4.429vw 6.858vw;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
}
.flow_item.right .flow_item_contents {
  margin-left: auto;
}

.flow_item_image {
  position: absolute;
  width: 29vw;
}
.flow_item_image img {
  width: 100%;
}

.flow_item.left .flow_item_image {
  top: -2.215vw;
  right: 0;
}
.flow_item.right .flow_item_image {
  top: -2.215vw;
  left: 0;
}

.flow_item_arrow {
  position: absolute;
  bottom: -2.215vw;
  left: 50%;
  transform: translateX(-50%);
}
.flow_item_contents:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 110, 190, 0.37) 0%, #006ebe 100%);
  z-index: 0;
  opacity: 0.15;
  border-radius: 10px;
}
.flow_item_title {
  line-height: 1.636;
  font-size: 1.572vw;
  color: #066EBE;
  font-family: "ZenKakuGothicNew-Bold";
  margin-bottom: 1.072vw;
}
.flow_item.right .flow_item_title {
  width: 47.858vw;
  margin-left: auto;
}

.flow_item_text {
  line-height: 2.125;
  font-size: 1.143vw;
  letter-spacing: 0.04rem;
  color: #262626;
  margin-bottom: 0;
  width: 47.858vw;
}
.flow_item.right .flow_item_text {
  margin-left: auto;
}


/*-----------------------------------------------サイドバー共通-----------------------------------------------*/
.secondary_item {
  margin-bottom: 3.572vw;
}
.secondary_item_title {
  font-family: "ZenKakuGothicNew-Bold";
  line-height: 1.423;
  font-size: 1.858vw;
  color: #262626;
  margin-bottom: 1.429vw;
}

.secondary_contact {
  border: 2px solid #066EBE;
  border-radius: 10px;
  padding: 2.286vw 2.5vw;
}
.secondary_contact_caption {
  font-family: "ZenKakuGothicNew-Regular";
  line-height: 1.4;
  font-size: 1.001vw;
  text-align: center;
  margin-bottom: 0.715vw;
  color: #262626;
}
.secondary_contact_copy {
  line-height: 1.5;
  font-size: 1.429vw;
  font-family: "ZenKakuGothicNew-Bold";
  text-align: center;
  color: #262626;
  padding-bottom: 1.429vw;
  border-bottom: 1px solid #006EBE;
  margin-bottom: 1.429vw;
}
.secondary_contact_tel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.secondary_contact_tel img {
  width: 1.429vw;
  height: 1.429vw;
  margin-right: 0.1vw;
}
.secondary_contact_tel_num {
  font-family: "DMSans-Bold";
  line-height: 1.714;
  font-size: 2vw;
  color: #066EBE;
}
.secondary_contact_reception_hours {
  font-family: "DMSans-Regular","NotoSansCJKjp-Regular";
  font-size: 0.858vw;
  text-align: center;
  line-height: 1;
  margin-bottom: 1.429vw;
}
.secondary_contact_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2.857;
  font-size: 1.001vw;
  text-decoration: none;
  border-radius: 25px;
  border: 1px solid #066EBE;
  font-family: "NotoSansCJKjp-Bold";
}
.secondary_contact_btn.dl {
  margin-bottom: 0.715vw;
}
.secondary_contact_btn.dl a {
  background: #066EBE;
  color: #fff;
}
.secondary_contact_btn.mail a {
  background: #fff;
  color: #066EBE;
  box-sizing: border-box;
}
.secondary_contact_btn.dl img {
  width: 1.06vw;
  margin-right: 0.6vw;
}
.secondary_contact_btn.mail img {
  width: 1.4vw;
  margin-right: 0.1vw;
}

/*コラムサイドバー*/
.secondary_cat {
  display: flex;
  flex-wrap: wrap;
}
.secondary_cat a {
  line-height: 1.4;
  font-size: 1.072vw;
  letter-spacing: 0.04rem;
  color: #006EBE;
  text-decoration: none;
  display: flex;
  background: #F3F5F5;
  border-radius: 30px;
  width: 5.8vw;
  height: 2.1vw;
  justify-content: center;
  align-items: center;
  margin-right: 0.715vw;
  margin-bottom: 0.715vw;
}

.secondary_new_post_item {
  border: 1px solid #AAAAAA;
  border-radius: 10px;
  margin-bottom: 0.715vw;
}

.secondary_new_post_item a {
  padding: 1.429vw;
  display: block;
  text-decoration: none;
}

.secondary_new_post_title {
  line-height: 1.625;
  font-size: 1.143vw;
  color: #262626;
  margin-bottom: 0.429vw;
}
.secondary_new_post_date {
  line-height: 1.428;
  font-size: 1.001vw;
  color: #B2B2B2;
}
.secondary_new_post_item:last-child {
  margin-bottom: 0;
}

.secondary_tags a {
  display: block;
  line-height: 1.5;
  font-size: 1.143vw;
  color: #066EBE;
  margin-right: 1.029vw;
  margin-bottom: 0.715vw;
}
.secondary_tags {
  display: flex;
  flex-wrap: wrap;
}
.secondary_tags a:nth-child(5) {
  margin-right: 0;
}

/*-----------------------------------------------COLUMN コラム一覧-----------------------------------------------*/
.column_content #primary {
  width: 53.572vw;
  padding-bottom: 14.286vw;
}
.column_content #secondary {
  width: 23.572vw;
}
.column_content .page-header {
  display: none;
}
.column_content .loop-wrapper {
  justify-content: space-between;
}
.column_content .post-grid {
  width: 25vw;
  padding: 0;
  margin-bottom: 2.858vw;
}

.column_content .hentry {
  margin-bottom: 0;
}
.column_content .entry-header {
  margin-bottom: 0;
}

.column_content .post-grid .post-thumbnail {
  position: relative;
  margin-bottom: 1.429vw;
}
.column_content .post-grid .post-thumbnail img {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.column_content .post-grid .post-thumbnail:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.grid_column_meta {
  display: flex;
  align-items: center;
  margin-bottom: 1.072vw;
  justify-content: space-between;
}
.grid_column_cat a {
  font-size: 0.858vw;
  color: #006EBE;
  line-height: 1;
  display: block;
  text-decoration: none;
  background: #F0F1F2;
  padding: 0.572vw 0.9291vw;
  border-radius: 30px;
}
.grid_column_date {
  letter-spacing: 0.04rem;
  font-size: 1.143vw;
  color: #B2B2B2;
}
.column_content .entry-title {
  font-family: "ZenKakuGothicNew-Medium";
  line-height: 1.545;
  font-size: 1.572vw;
  letter-spacing: 0.04rem;
  margin-bottom: 1.072vw;
}
.grid_column_tags {
  display: flex;
  align-items: center;
}
.grid_column_tags a {
  line-height: 1;
  display: block;
  margin-right: 1.429vw;
  font-size: 0.858vw;
  color: #066EBE;
}

.pagination {
  margin-bottom: 0;
}
.column_content .nav-links {
  display: flex;
  justify-content: center;
}
.column_content .nav-links a {
  background: #f3f5f5;
  color: #262626;
  border: 0;
  font-size: 1.143vw;
}
.pagination .current {
  background: #066EBE !important;
  color: #fff;
  border: 0;
  font-size: 1.143vw;
}
.pagination .page-numbers {
  margin-right: 0.715vw;
}
.column_content .nav-links a:hover {
  background: #066ebe;
  color: #fff;
}

/*Columnカテゴリーページ*/
.tax-column_cat .page_title_archive {
  line-height: 1.441;
  font-size: 2.429vw;
  margin: 0 0 2.858vw;
  color: #262626;
}

/*Columnタグページ*/



/*-----------------------------------------------COLUMN コラム詳細-----------------------------------------------*/
#content.column_content {
  width: 85.715vw;
  margin: auto;
  padding-top: 8.572vw;
}

.single .hentry {
  margin-bottom: 4.286vw;
}

.single_column_meta {
  display: flex;
  align-items: center;
  margin-bottom: 1.072vw;
}
.single_column_cat {
  margin-right: 1.429vw;
}
.single_column_cat a {
  font-size: 0.858vw;
  color: #006EBE;
  line-height: 1;
  display: block;
  text-decoration: none;
  background: #F0F1F2;
  padding: 0.572vw 0.9291vw;
  border-radius: 30px;
}
.single_column_date {
  letter-spacing: 0.04rem;
  font-size: 1.143vw;
  color: #B2B2B2;
}
.single .entry-title {
  line-height: 1.441;
  font-size: 2.429vw;
  color: ;
  color: #262626;
  margin-bottom: 1.429vw;
}
.single_column_tags {
  display: flex;
  align-items: center;
  margin-bottom: 2.858vw;
}
.single_column_tags a {
  line-height: 1;
  display: block;
  margin-right: 1.429vw;
  font-size: 0.858vw;
  color: #066EBE;
}
.single .post-thumbnail {
  margin: 0 0 2.858vw;
}

.single h3 {
  line-height: 2.076;
  font-size: 1.858vw;
  color: #262626;
  margin-bottom: 2.858vw;
  margin-top: 0;
}
.single p {
  font-family: "ZenKakuGothicNew-Regular";
  line-height: 2.125;
  font-size: 1.143vw;
  margin-bottom: 4.286vw;
}
.single .wp-block-image {
  margin: 2.143vw 0 2.858vw;
}
.single h4 {
  font-family: "ZenKakuGothicNew-Medium";
  font-size: 1.429vw;
  color: #262626;
  line-height: 2.7;
  padding-bottom: 1.429vw;
  border-bottom: 1px solid #006EBE;
  margin: 0 0 1.429vw;
}


/*post navi*/
.previous_next_post {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8.572vw;
}

.previous_post, .next_post {
  width: 12vw;
}

.previous_post a:before {
  content: url(/wp-content/uploads/2023/06/circle_arrow_blue_left.png);
  display: block;
  width: 4.286vw;
  height: 4.286vw;
  margin-right: 1.143vw;
}
.previous_post a {
  display: flex;
  align-items: center;
}
.previous_post a,.next_post a {
  font-size: 1.072vw;
  line-height: 1;
  letter-spacing: 0.04rem;
  text-decoration: none;
  padding-bottom: 0.1vw;
}
.next_post a {
  display: flex;
  align-items: center;
}
.next_post a:after {
  content: url(/wp-content/uploads/2023/06/circle_arrow_blue_right.png);
  display: block;
  width: 4.286vw;
  height: 4.286vw;
  margin-left: 1.143vw;
}

.previous_next_post a span {
  border-bottom: 1px solid #006EBE;
  padding-bottom: 0.429vw;
}

/*list return*/
.return_list {
  position: relative;
}
.return_list a {
  background: #FBFBFB;
  border: 2px solid #066EBE;
  text-decoration: none;
  border-radius: 50px;
  font-family: "ZenKakuGothicNew-Bold";
  line-height: 1.4;
  font-size: 1.072vw;
  display: block;
  width: 19.286vw;
  height: 4.286vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #066EBE;
}

.return_list img {
  position: absolute;
  top: 50%;
  right: 1.429vw;
  transform: translateY(-50%);
  pointer-events: none;
  width: 0.9vw;
  height: 0.64vw;
}

/*related post*/
.related_post_label {
  font-family: "ZenKakuGothicNew-Bold";
  line-height: 1.423;
  font-size: 1.858vw;
  color: #262626;
  margin-bottom: 2.143vw;
}
.related_post_items {
  display: flex;
  justify-content: space-between;
}

.related_post_item {
  width: 16.429vw;
}
.related_post_thumbnail {
  margin-bottom: 0.715vw;
}
.related_post_thumbnail img {
  width: 100%;
}
.related_post_item .single_column_meta {
  justify-content: space-between;
  margin-bottom: 0.715vw;
}
.related_post_item .single_column_date {
  font-size: 1.001vw;
}
.related_post_title {
  line-height: 1.625;
  font-size: 1.143vw;
  color: #262626;
  margin-bottom: 0.715vw;
}
.related_post_item .single_column_tags {
  margin-bottom: 0;
}


/*------------------------------------------PRODUCT　製品一覧------------------------------------------*/



/*------------------------------------------PRODUCT　製品詳細------------------------------------------*/
.single-products #content {
  padding: 8.572vw 0 14.286vw;
  width: 85.715vw;
  margin: auto;
}
.single-products .entry-header {
  display: none;
}

.products_single_title {
  line-height: 1.454;
  font-size: 3.143vw;
  color: #262626;
  font-family: "ZenKakuGothicNew-Bold";
  margin-bottom: 0.715vw;
}
.products_caption {
  line-height: 1.3;
  margin-bottom: 4.286vw;
}
.slide_products_main {
  margin-bottom: 2.858vw;
}
.slide_products_main .slide_image_wrap img {
  width: 27.215vw;
  margin: auto;
  display: block;
}

/*スライダートリミング　メイン*/
.slide_products_main .slide_image_wrap {
  position: relative;
  margin: 0 0.2vw;
}
.slide_products_main .slide_image_wrap:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.slide_products_main .slide_image_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 27.215vw;
  height: 27.215vw;
  object-fit: cover;
}
/*スライダートリミング　サムネイル*/
.slide_products_thumbnail .slide_image_wrap {
  position: relative;
  margin: 0 0.2vw;
  box-sizing: border-box;
  border: 1px solid #fff;
}
.slide_products_thumbnail .swiper-slide-thumb-active .slide_image_wrap {
  border: 1px solid #262626;
}
.slide_products_thumbnail .slide_image_wrap:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.slide_products_thumbnail .slide_image_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide_products_thumbnail {
  margin-bottom: 3.572vw;
}

/*スライダー矢印*/
/* 前へ次への矢印カスタマイズ */
.slide_products_main .swiper-button-prev,
.slide_products_main .swiper-button-next {
  height: 4.286vw;
  width: 4.286vw;
}
.slide_products_main .swiper-button-prev::after,
.slide_products_main .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 4.286vw;
  margin: auto;
  width: 4.286vw;
}
/* 前への矢印カスタマイズ */
.slide_products_main .swiper-button-prev::after {
  background-image: url(/wp-content/uploads/2023/06/circle_arrow_gray_left.png);
}
/* 次への矢印カスタマイズ */
.slide_products_main .swiper-button-next::after {
  background-image: url(/wp-content/uploads/2023/06/circle_arrow_gray_right.png);
}


.products_copy {
  font-family: "ZenKakuGothicNew-Bold";
  line-height: 1.615;
  font-size: 1.858vw;
  color: #262626;
  margin-bottom: 2.143vw;
}
.products_description {
  line-height: 2.125;
  font-size: 1.143vw;
  letter-spacing: 0.04rem;
  color: #262626;
  margin-bottom: 1.429vw;
}
.products_price {
  font-family: "ZenKakuGothicNew-Regular";
  line-height: 1.4;
  font-size: 1.143vw;
  letter-spacing: 0.04rem;
  color: #262626;
  margin-bottom: 3.5vw;
}
.products_price_before {
  font-family: "ZenKakuGothicNew-Regular";
  margin-right: 1.143vw;
}
.products_price_after {
  font-family: "ZenKakuGothicNew-Regular";
}
.products_btn {
  display: flex;
  gap: 1.072vw;
  margin-bottom: 8.572vw;
}
.products_btn .secondary_contact_btn.dl a,.products_btn .secondary_contact_btn.mail a {
  width: 19.286vw;
  height: 4.286vw;
  border-radius: 60px;
}
.products_btn .secondary_contact_btn {
  margin-bottom: 0;
}

.product_single_h2 {
  line-height: 1.235;
  font-size: 2.429vw;
  color: #262626;
  margin: 0 0 2.858vw;
}
.feature_items {
  margin-bottom: 8.572vw;
}
.feature_item {
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  margin-bottom: 3.572vw;
}
.feature_image {
  width: 28.392%;
  box-sizing: border-box;
}
.feature_image img {
  width: 100%;
  border-radius: 10px;
}
.feature_contents {
  width: 64.822%;
  box-sizing: border-box;
}
.feature_title {
  line-height: 1.6;
  font-size: 1.429vw;
  font-family: "ZenKakuGothicNew-Bold";
  color: #066EBE;
  padding-bottom: 1.429vw;
  border-bottom: 1px solid #006EBE80;
  margin-bottom: 1.072vw;
}
.feature_text {
  line-height: 1.875;
  font-size: 1.143vw;
  color: #262626;
}
.feature_item:last-child {
  margin-bottom: 0;
}

.product_movie {
  margin-bottom: 8.572vw;
}

.products_related_items {
  display: flex;
  justify-content: space-between;
}
.products_related_items {
}
.products_related_item {
  width: 16.429vw;
}
.products_related_image {
  margin-bottom: 0.715vw;
}
.products_related_image img {
  width: 100%;
}
.products_related_title {
  font-family: "ZenKakuGothicNew-Bold";
  line-height: 1.625;
  font-size: 1.143vw;
  color: #262626;
  margin-bottom: 0.715vw;
}
.products_related_description {
  font-family: "ZenKakuGothicNew-Regular";
  line-height: 1.571;
  font-size: 1.001vw;
  margin-bottom: 1.429vw;
}
.products_related_link a {
  font-family: "ZenKakuGothicNew-Bold";
  line-height: 1.5;
  font-size: 1.001vw;
  letter-spacing: 0.04rem;
  color: #006EBE;
  text-decoration: none;
  padding-bottom: 0.286vw;
  border-bottom: 1px solid #006EBE;
}


.product_step_items {
  margin-bottom: 8.572vw;
}
.product_step_item {
  background: #F3F5F5B5;
  border-radius: 10px;
  padding: 2.858vw;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.858vw;
  position: relative;
}
.step_item_text {
  width: 60.752%;
}
.step_item_header {
  margin-bottom: 1.429vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.step_item_num {
  font-family: "DMSans-Bold";
  font-size: 2.858vw;
  color: #066EBE;
  width: 4.318vw;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.step_item_title {
  font-family: "ZenKakuGothicNew-Bold";
  line-height: 1.611;
  font-size: 1.286vw;
  width: 24.25vw;
}
.step_item_description {
  font-family: "ZenKakuGothicNew-Regular";
  line-height: 1.875;
  font-size: 1.143vw;
  color: #262626;
}
.step_item_image {
  width: 15.715vw;
}
.step_item_image img {
  width: 100%;
  border-radius: 10px;
}

.step_arrow {
  position: absolute;
  top: calc(100% - 0.7vw);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: #fff;
  border-radius: 50%;
}

/*サイドバー*/
.products_side_post {
  margin: 0;
  list-style: none;
}
.products_side_post li {
  position: relative;
  border-top: 1px solid #D5D5D5;
}
.products_side_post li a {
  line-height: 2.7;
  font-size: 1.429vw;
  display: block;
  color: #262626;
  text-decoration: none;
}
li {
}
.products_side_post li:last-child {
  border-bottom: 1px solid #D5D5D5;
}
.products_side_post li a img {
  position: absolute;
  top: 50%;
  right: 0vw;
  transform: translateY(-50%);
  display: block;
  width: 0.858vw;
}

.products_list_inner {
  width: 85.715vw;
  margin: auto;
  padding: 8.572vw 0 13.572vw;
}
.products_list_item {
  width: 26.429vw;
}
.products_list_items {
  display: flex;
  justify-content: space-between;
}
.products_list_item_image {
  margin-bottom: 1.715vw;
}
.products_list_item_image img {
  width: 100%;
  border-radius: 10px;
}
.products_list_item_title {
  font-family: "ZenKakuGothicNew-Bold";
  line-height: 1.416;
  font-size: 1.715vw;
  letter-spacing: 0.04rem;
  color: #262626;
  margin-bottom: 0.858vw;
}
.products_list_item_description {
  line-height: 1.875;
  font-size: 1.143vw;
  letter-spacing: 0.04rem;
  color: #262626;
  margin-bottom: 1.072vw;
}
.products_list_item_link {
  text-align: right;
}
.products_list_item_link a {
  display: block;
  color: #006EBE;
  text-decoration: none;
}
.products_list_item_link a span {
  font-family: "ZenKakuGothicNew-Bold";
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-size: 1.072vw;
  color: #006EBE;
  text-decoration: underline;
  margin-right: 1.143vw;
}
.products_list_item_link a img {
  width: 4.286vw;
}
.products_list_item_price,
.products_list_item_price_before,
.products_list_item_price_after {
  font-family: "ZenKakuGothicNew-Regular";
  line-height: 1;
  font-size: 1.143vw;
  letter-spacing: 0.04rem;
  color: #262626;
}
.products_list_item_price {
  margin-bottom: 2.143vw;
}


/*------------------------------------------COMPANY 会社概要------------------------------------------*/
.company_inner {
  width: 53.572vw;
  margin: auto;
  padding: 8.572vw 0 14.286vw;
}
.company_item {
  display: flex;
  margin-bottom: 2.858vw;
}
.company_item_label {
  font-family: "ZenKakuGothicNew-Bold";
  line-height: 1.5;: 
  font-size: 1.143vw;
  letter-spacing: 0.04rem;
  color: #262626;
  border-bottom: 1.5px solid #006EBE;
  padding-bottom: 2.858vw;
  width: 10.286vw;
  text-align: center;
}
.company_item_field {
  line-height: 2.125;
  font-size: 1.143vw;
  letter-spacing: 0.04rem;
  color: #262626;
  padding-bottom: 2.858vw;
  padding-left: 4.358vw;
  border-bottom: 1px solid #AAAAAA;
  width: 43.286vw;
}
.company_address {
  margin-bottom: 1.429vw;
}
.company_item:last-child {
  margin-bottom: 0;
}

.company_item_field a {
  color: #262626;
}


/*------------------------------------------DOWNLOAD ダウンロード一覧------------------------------------------*/
.download_list_inner {
  width: 85.715vw;
  margin: auto;
  padding: 8.572vw 0 14.286vw;
  box-sizing: border-box;
}
.download_list_caption {
  line-height: 2.125;
  font-size: 1.143vw;
  color: #262626;
  margin-bottom: 2.858vw;
}
.download_list_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.download_list_item {
  width: 26.786vw;
  margin-bottom: 5.715vw;
  display: flex;
  flex-direction: column;
}
.download_list_item_thumbnail {
  position: relative;
  margin-bottom: 1.715vw;
}
.download_list_item_thumbnail .fg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 11vw;
}
.download_list_item_thumbnail .bg {
  width: 100%;
}
.download_list_item_title {
  margin-bottom: 0.715vw;
}
.download_list_item_title a {
  line-height: 1.318;
  font-size: 1.572vw;
  font-family: "ZenKakuGothicNew-Bold";
  letter-spacing: 0.04rem;
  color: #006EBE;
  text-decoration: none;
}
.download_list_item_caption {
  line-height: 1.875;
  font-size: 1.143vw;
  letter-spacing: 0.04rem;
  color: #262626;
  margin-bottom: 2vw;
}

.download_list_item_caption {
  line-height: 1.875;
  font-size: 1.143vw;
  letter-spacing: 0.04rem;
  color: #262626;
  margin-bottom: 2vw;
}
.download_list_item_more {
  margin-top: auto;
  text-align: center;
  border: 2px solid #066EBE;
  border-radius: 50px;
}
.download_list_item_more a {
  line-height: 2.866;
  font-size: 1.072vw;
  font-family: "NotoSansCJKjp-Bold";
  color: #066EBE;
  text-decoration: none;
  display: block;
}
.download_list_item_more a img {
  width: 1.143vw;
  margin-right: 0.3vw;
}

.download .navigation.pagination {
  text-align: center;
}


/*------------------------------------------DOWNLOAD ダウンロード詳細------------------------------------------*/
.single-dl #primary {
  width: 100%;
}
.single-dl .entry-header {
  display: none;
}
.single-dl .hentry {
  margin-bottom: 0;
}
.dl_inner {
  width: 53.572vw;
  margin: auto;
  padding: 8.572vw 0 8.572vw;
}

.dl_h2 {
  line-height: 0.852;
  font-size: 2.429vw;
  letter-spacing: 0.04rem;
  color: #262626;
  margin: 0 0 0.715vw;
  text-align: center;
}
.dl_caption {
  line-height: 1.875;
  font-size: 1.143vw;
  letter-spacing: 0.04rem;
  color: #262626;
  text-align: center;
  margin-bottom: 3.572vw;
}
.dl_contents {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.dl_thumbnail {
  width: 21.50vw;
  box-sizing: border-box;
  position: relative;
}
.dl_thumbnail img.fg {
  width: 8.929vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.dl_detailed {
  width: 29.858vw;
  box-sizing: border-box;
}
.dl_label {
  font-family: "ZenKakuGothicNew-Bold";
  line-height: 1.45;
  font-size: 1.429vw;
  color: #262626;
  padding-bottom: 1.143vw;
  border-bottom: 1px solid #AAAAAA80;
  margin-bottom: 1.143vw;
}
.dl_text {
  line-height: 1.875;
  font-size: 1.143vw;
  color: #262626;
}

/*フォーム*/
.dl_form {
  background: #F3F5F5B5;
}
.dl_form_inner {
  width: 53.572vw;
  margin: auto;
  padding: 8.572vw 0 14.286vw;
}
.dl_form_title {
  line-height: 1.583;
  font-size: 1.715vw;
  font-family: "ZenKakuGothicNew-Bold";
  text-align: center;
  margin-bottom: 2.143vw;
}
.contact_item.last {
  margin-bottom: 3.572vw;
}

/*ダウンロード完了*/
.dl_thanks_inner {
  width: 53.572vw;
  margin: auto;
  padding: 8.572vw 0 14.286vw;
}
.dl_thanks_h2 {
  line-height: 1.117;
  font-size: 2.429vw;
  color: #066EBE;
  text-align: center;
  margin: 0 0 2.143vw;
}
.dl_thanks_text {
  line-height: 1.875;
  font-size: 1.143vw;
  letter-spacing: 0.04rem;
  margin-bottom: 3.572vw;
  text-align: center;
}

/*------------------------------------------QUESTION よくあるご質問------------------------------------------*/
.qa_inner {
  width: 53.572vw;
  margin: auto;
  padding: 6vw 0 14.3vw;
}
.qa_item {
  border: 1px solid #AAAAAAB5;
  border-radius: 10px;
  padding: 2.143vw;
  margin-bottom: 2.143vw;
  cursor: pointer;
}
.row_q {
  display: flex;
  align-items: center;
}
.row_a {
  display: flex;
  margin-top: 2.143vw;
}
.qa_label {
  font-family: "DMSans-Bold";
  line-height: 1.312;
  font-size: 2.286vw;
  text-align: center;
  width: 1.858vw;
  margin-right: auto;
  letter-spacing: 0.04rem;
  color: #262626;
}
.row_a .qa_label {
  color: #066EBE;
}
.qa_field {
  line-height: 1.875;
  font-size: 1.143vw;
  letter-spacing: 0.04rem;
}
.row_q .qa_field {
  width: 42.858vw;
}
.row_a .qa_field {
  width: 46.215vw;
}
.qa_btn img {
  width: 100%;
}
.qa_btn {
  margin-left: auto;
  width: 1.072vw;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.qa_btn:hover {
  opacity: 0.8;
}

.row_a_wrap {
  display: none;
}


.qa_btn img.minus {
  display: none;
}
.row_q.active .qa_btn img.minus {
  display: block;
}
.row_q.active .qa_btn img.plus {
  display: none;
}


.qa_item:last-of-type {
  margin-bottom: 4.286vw;
}
.qa_inner .nav-links {
  display: flex;
  justify-content: center;
}
.qa_inner .nav-links a {
  background: #f3f5f5;
  color: #262626;
  border: 0;
  font-size: 1.143vw;
}
.qa_inner .nav-links a:hover {
  background: #066ebe;
  color: #fff;
}


/*------------------------------------------AGENCY 代理店募集------------------------------------------*/
.agency_sec1 {
  position: relative;
  margin-bottom: 8.572vw;
}
.agency_sec1 > img {
  width: 100%;
}
.agency_sec1_contents {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85.715vw;
}
.agency_sec1_copy {
  font-family: "ZenKakuGothicNew-Bold";
  line-height: 1.588;
  font-size: 2.429vw;
  letter-spacing: 0.02rem;
  text-align: center;
  color: #066EBE;
  margin-bottom: 2.143vw;
}
.agency_sec1_caption {
  line-height: 2.125;
  font-size: 1.143vw;
  letter-spacing: 0.04rem;
  text-align: center;
  color: #262626;
  margin: 0 auto 8.572vw;
  width: 53.572vw;
}
.agency_sec1_info {
  background: #F6F8F8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.143vw 3.715vw;
}
.agency_sec1_info .label {
  width: 11vw;
  font-family: "ZenKakuGothicNew-Bold";
  line-height: 1.45;
  font-size: 1.429vw;
  color: #262626;
}
.agency_sec1_info .sepalate {
  width: 1px;
  background: #AAA;
  height: 3.8vw;
  display: block;
}
.agency_sec1_info .field {
  width: 61.429vw;
  line-height: 1.875;
  font-size: 1.143vw;
  color: #262626;
}

.agency_h2 {
  line-height: 1.235;
  font-size: 2.429vw;
  color: #262626;
  width: 85.715vw;
  margin: 0 auto 3.572vw;
}
.agency_sec2 .section_label {
  width: 85.715vw;
  margin: 0 auto 1.4vw;
}
.agency_sec2_contents {
  background: #F3F5F5;
  position: relative;
  padding-top: 8.572vw;
  height: 17.358vw;
  margin-top: 12.143vw;
}
.agency_sec2_inner {
  width: 85.715vw;
  position: absolute;
  top: -8.6vw;
  left: 50%;
  transform: translateX(-50%);
}
.agency_sec2_items {
  display: flex;
  justify-content: space-between;
}
.agency_sec2_item {
  width: 26vw;
}
.agency_sec2_item_image {
  margin-bottom: 1.786vw;
}
.agency_sec2_item_title {
  line-height: 1.636;
  font-size: 1.572vw;
  letter-spacing: 0.04rem;
  color: #006EBE;
  margin: 0 0 0.858vw;
}
.agency_sec2_item_text {
  line-height: 1.977;
  font-size: 1.143vw;
  color: #262626;
  margin-bottom: 0;
}

.agency_sec3_inner {
  width: 85.715vw;
  margin: auto;
  padding: 8.572vw 0;
}
.agency_sec3 .agency_h2 {
  text-align: center;
}
.agency_sec_h3 {
  line-height: 2.09;
  font-size: 1.572vw;
  letter-spacing: 0.05rem;
  color: #066EBE;
  text-align: center;
  margin: 0 0 1.429vw;
}
.hq_contents {
  background: #F3F5F5;
  border-top: 1.5px solid #006EBE;
  border-bottom: 1.5px solid #006EBE;
  padding: 2.858vw 3.572vw;
  margin-bottom: 4.286vw;
}
.hq_contents_title {
  line-height: 1.5;
  font-size: 1.143vw;
  font-family: "ZenKakuGothicNew-Bold";
  letter-spacing: 0.05rem;
  color: #066EBE;
  text-decoration: underline;
  margin-bottom: 1.072vw;
}
.hq_contents_data {
  line-height: 1.875;
  font-size: 1.143vw;
  letter-spacing: 0.05rem;
  color: #262626;
}
.agency_list .tab_area {
  display: flex;
  width: 41.572vw;
  margin: 0 auto 3vw;
  justify-content: space-between;
}
.agency_list .tab {
  background: #F3F5F5;
  border-radius: 40px;
  padding: 1vw 2.5vw;
  line-height: 1.666;
  font-size: 1.286vw;
  color: #707070;
  line-height: 1;
  cursor: pointer;
}
.agency_list .tab.active {
  background: #066EBE;
  color: #fff;
}

/*代理店部分*/
#agency_list {
  padding-top: 10vw;
  margin-top: -10vw;
}

.agency_list_item {
  padding: 2.858vw;
  border-bottom: 1px solid #AAAAAA80;
}
.agency_name {
  line-height: 1.5;
  font-size: 1.143vw;
  color: #066EBE;
  text-decoration: underline;
  margin-bottom: 1.072vw;
}
.agency_data {
  font-family: "ZenKakuGothicNew-Regular";
  font-size: 1.143vw;
  color: #262626;
}
.agency_list_item:first-child {
  border-top: 1px solid #AAAAAA80;
}


.agency_sec4 {
  background: #F3F5F5B5;
}
.agency_sec4_inner {
  width: 85.715vw;
  margin: auto;
  padding: 8.572vw 0 14.286vw;
}
.agency_sec4 .section_label {
  justify-content: center;
}
.agency_sec4 .agency_h2 {
  text-align: center;
}
.agency_sec4_block {
  background: #fff;
  border-radius: 10px;
  padding: 3.572vw;
  box-sizing: border-box;
  margin-bottom: 2.858vw;
}
.agency_sec4_block_contents {
  display: flex;
  justify-content: space-between;
}
.agency_sec4_block_text {
  width: 57.858vw;
}
.agency_sec4_block1_image {
  width: 18.572vw;
}
.agency_sec4_h3 {
  line-height: 1.23;
  font-size: 1.858vw;
  color: #066EBE;
  margin: 0 0 1.429vw;
}
.agency_sec4_block_text p {
  margin: 0;
  line-height: 1.875;
  font-size: 1.143vw;
  color: #262626;
}
.agency_sec4_block2_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.agency_sec4_block2_item {
  width: 37.8vw;
  margin-bottom: 2.858vw;
}
.agency_sec4_block2_flexbox {
  display: flex;
  justify-content: space-between;
}
.agency_sec4_block2_image {
  width: 16.582vw;
}
.agency_sec4_block2_text {
  width: 20vw;
}
.agency_sec4_block2_image img {
  width: 100%;
}
.agency_sec4_block2_title {
  font-family: "ZenKakuGothicNew-Bold";
  line-height: 1.6;
  font-size: 1.429vw;
  color: #262626;
  padding-bottom: 1.072vw;
  border-bottom: 1px solid #AAAAAA80;
  margin-bottom: 1.072vw;
}
.agency_sec4_block2_description {
  font-family: "ZenKakuGothicNew-Regular";
  line-height: 1.875;
  font-size: 1.143vw;
  color: #262626;
}
.agency_sec4_block3_flexbox, .agency_sec4_block4_flexbox {
  display: flex;
  justify-content: space-between;
}
.agency_sec4_block3_text, .agency_sec4_block4_text {
  font-family: "ZenKakuGothicNew-Regular";
  line-height: 1.875;
  font-size: 1.143vw;
  color: #262626;
}
.agency_sec4_block3_image, .agency_sec4_block4_image {
  width: 18.572vw;
}
.agency_sec4_block3_contents, .agency_sec4_block4_contents {
  width: 57.858vw;
}
.agency_sec4_block.agency_sec4_block4 {
  margin-bottom: 4.286vw;
}


/*------------------------------------------CONTACT お問い合わせ------------------------------------------*/
.contact_inner {
  width: 53.572vw;
  margin: auto;
  padding: 8.572vw 0 14.286vw;
}
.contact_tel {
  margin-bottom: 8.572vw;
}
.contact_h2 {
  line-height: 1.117;
  font-size: 2.429vw;
  color: #262626;
  margin: 0 0 2.143vw;
  text-align: center;
}
.contact_caption {
  line-height: 1.875;
  font-size: 1.143vw;
  letter-spacing: 0.04rem;
  text-align: center;
  color: #262626;
  margin-bottom: 3.572vw;
}
.contact_tel_contents {
  border: 2px solid #066EBE;
  border-radius: 10px;
  padding: 2.143vw 0 2.5vw;
}
.contact_tel_num {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04rem;
  color: #066EBE;
}
.contact_tel_num img {
  width: 2.143vw;
  margin-right: 0.6vw;
}
.contact_tel_num span {
  font-family: "DMSans-Bold";
  line-height: 1.714;
  font-size: 3vw;
}
.contact_tel_reception_hours {
  font-family: "DMSans-Regular","NotoSansCJKjp-Regular";
  line-height: 1;
  font-size: 1.143vw;
  color: #066EBE;
  text-align: center;
}

/*お問い合わせフォーム*/
.contact_item {
  margin-bottom: 1.429vw;
}
.contact_item_label {
  line-height: 1.875;
  font-size: 1.143vw;
  color: #262626;
}
.required {
  color: #066EBE;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

.contact_item select {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #AAA;
  line-height: 1.875;
  padding: 1.429vw;
  font-size: 1.143vw;
  color: #262626;
  -webkit-appearance: none;
  appearance: none;
}
.contact_item.select .contact_item_field {
  position: relative;
}
.contact_item.select .contact_item_field:after {
  content: "";
  background: url(/wp-content/uploads/2023/06/arrow_gray_down.png);
  position: absolute;
  top: 50%;
  right: 1.8vw;
  transform: translateY(-50%);
  width: 0.858vw;
  height: 1.2vw;
  background-repeat: no-repeat;
  background-size: 100%;
}


.contact_item input,.contact_item textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #AAAAAA;
  border-radius: 6px;
  line-height: 1.875;
  padding: 1.429vw;
  font-size: 1.143vw;
  color: #262626;
  margin-top: 0;
}
.contact_item textarea {
  height: 14.715vw;
}

.acceptance_container {
  text-align: center;
  margin-bottom: 1.429vw;
}
.acceptance_container .wpcf7-form-control-wrap {
  margin-bottom: 0.5vw;
}
.acceptance_container .wpcf7-list-item-label {
  line-height: 1.555;
  font-size: 1.286vw;
  color: #262626;
}
.acceptance_caption {
  line-height: 2;
  font-size: 1.001vw;
}

.acceptance_container {
  text-align: center;
  margin-bottom: 1.429vw;
}
.acceptance_container .wpcf7-form-control-wrap {
  margin-bottom: 0.5vw;
}
.acceptance_container .wpcf7-list-item-label {
  line-height: 1.555;
  font-size: 1.286vw;
  color: #262626;
}
.acceptance_caption {
  line-height: 2;
  font-size: 1.001vw;
}

/*ラジオボタン*/
.contact_item.radio label {
  display: flex;
  align-items: center;
  position: relative;
  align-items: center;
}
.contact_item.radio .contact_item_label {
  margin-bottom: 1.429vw;
}
.contact_item.radio .contact_item_field {
  margin-bottom: 2.143vw;
}
.contact_item.radio .wpcf7-list-item {
  margin-right: 1.072vw;
}
.contact_item.radio .wpcf7-list-item.first {
  margin: 0;
}
.contact_item.radio label .wpcf7-list-item-label {
  padding-left: 2.4vw;
}
.contact_item.radio input {
  display: none;
}
.contact_item.radio label span:before {
  position: absolute;
  content: '';
  display: block;
  content: "";
  width: 1.572vw;
  height: 1.572vw;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(/wp-content/uploads/2023/06/radio_check_off.png);
  background-size: cover;
}
.contact_item.radio label span::after {
  position: absolute;
  content: "";
  display: block;
  width: 1.572vw;
  height: 1.572vw;
  opacity: 0;
  transition: .3s;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background: url(/wp-content/uploads/2023/06/radio_check_off.png);
  background-size: cover;
}
.contact_item.radio input:checked + span::after {
  opacity: 1;
  content: "";
  background: url(/wp-content/uploads/2023/06/radio_check_on.png);
  background-size: cover;
}
.contact_item.radio input:checked + span::before {
  opacity: 0;
}

.contact_submit {
  text-align: center;
}
.contact_submit input {
  line-height: 1.4;
  font-size: 1.072vw;
  letter-spacing: 0.04rem;
  color: #fff;
  background: #066EBE;
  border-radius: 50px;
  width: 19.286vw;
  height: 4.286vw;
}
.wpcf7-spinner {
  position: absolute;
}

.contact_submit {
  text-align: center;
}
.contact_submit input {
  line-height: 1.4;
  font-size: 1.072vw;
  letter-spacing: 0.04rem;
  color: #fff;
  background: #066EBE;
  border-radius: 50px;
  width: 19.286vw;
  height: 4.286vw;
}
.wpcf7-spinner {
  position: absolute;
}

.submit_wrap {
  display: inline-block;
  position: relative;
}
.submit_wrap img {
  position: absolute;
  top: 50%;
  right: 1.429vw;
  transform: translateY(-50%);
  width: 0.9vw;
  height: 0.64vw;
}

/*bottomottom_contact 非表示*/
.contact .bottom_contact ,.contact-thanks .bottom_contact {
  display: none;
}

/*お問い合わせ完了*/
.contact_thanks_inner {
  width: 53.572vw;
  margin: auto;
  padding: 8.572vw 0 14.286vw;
}
.contact_thanks_h2 {
  line-height: 1.117;
  font-size: 2.429vw;
  color: #066EBE;
  text-align: center;
  margin: 0 0 2.143vw;
}
.contact_thanks_text {
  line-height: 1.875;
  font-size: 1.143vw;
  letter-spacing: 0.04rem;
  color: #262626;
  text-align: center;
  margin-bottom: 5.715vw;
}


/*-------------------------------------PRIVACY POLICY プライバシーポリシー-------------------------------------*/
.privacy_inner {
  width: 53.572vw;
  margin: auto;
  padding: 8.572vw 0 14.286vw;
}
.privacy_caption {
  line-height: 1.875;
  font-size: 1.143vw;
  color: #262626;
  margin-bottom: 5.715vw;
}
.privacy_h2 {
  line-height: 1.441;
  font-size: 2.429vw;
  color: #262626;
  margin: 0 0 1.429vw;
  padding-bottom: 1.429vw;
  border-bottom: 1px solid #AAAAAA80;
}

.privacy_inner p {
  margin-bottom: 0;
}

.privacy_inner ul {
  list-style: none;
  margin: 0;
}

.privacy_text {
  font-family: "ZenKakuGothicNew-Regular";
  line-height: 1.875;
  font-size: 1.143vw;
  color: #262626;
  margin-bottom: 4.286vw;
}
.privacy_text:last-child {
  margin-bottom: 0;
}

.privacy_text_caption {
  font-family: "ZenKakuGothicNew-Regular";
  line-height: 1.875;
  font-size: 1.143vw;
  margin-bottom: 1.429vw;
}

.privacy_text span {
  font-family: "ZenKakuGothicNew-Regular";
  line-height: 1.875;
  font-size: 1.143vw;
  color: #262626;
}

.privacy_inner ul.privacy_level2 {
  margin-left: 1.429vw;
  margin-bottom: 1.429vw;
}
.privacy_level1 > li > span {
  display: block;
  margin-bottom: 1.429vw;
}
.privacy_level2 > li, .privacy_level2 > li > span {
  line-height: 1.733;
  font-size: 1.072vw;
  color: #5D5D5D;
}
.privacy_level3 > li {
  line-height: 1.714;
  font-size: 1.001vw;
  margin-left: 2.858vw;
}
.privacy_inner ul.privacy_level3 {
  margin-top: 1.429vw;
  margin-bottom: 2.143vw;
}

/*-------------------------------------メディアクエリ750以下【SPのみ】-------------------------------------*/
@media only screen and (max-width: 750px) {
	.pc_only {
		display: none !important;
	}
	/*ヘッダー*/
	#masthead::before {
		display: none;
	}
	
	.site-logo img {
		width: 42.134vw;
		transform: scale(1);
	}
	.drawer-hamburger {
		width: 13.334vw;
		height: 13.334vw;
		margin-right: 4vw;
		padding: 3.2vw;
	}
	.drawer-hamburger-icon::before {
		top: -1.334vw;
	}
	.drawer-hamburger-icon::after {
		top: 1.334vw;
	}
	.drawer-hamburger-icon:before {
		width: ;
	}
	/*トップページ*/
	/*FV*/
	.fv {
		margin-bottom: 14.8vw;
	}
	.fv_main {
		top: 54vw;
		left: 50%;
		transform: translateX(-50%);
		width: 87.734vw;
		text-align: center;
	}
	.fv_text1 {
		font-size: 4vw;
		letter-spacing: 0.06rem;
		line-height: 1.3;
		margin-bottom: 1.734vw;
	}
	.fv_text1 .emphasis {
		font-size: 5.334vw;
		letter-spacing: 0.02rem;
	}
	.fv_text2 {
		line-height: 1.428;
		font-size: 9.334vw;
		margin-bottom: 5.334vw;
	}
	.fv_cta {
		display: block;
	}
	.fv_cta_btn {
		display: flex;
		justify-content: center;
		margin: 0;
	}
	.fv_cta_btn a span {
		font-size: 3vw;
	}
	.fv_cta_btn a {
		width: 66.667vw;
		height: 13.334vw;
	}
	.fv_cta_btn.dl {
		margin-bottom: 4vw;
	}
	.fv_cta_btn.dl a img {
		width: 4.534vw;
		margin-right: 1.867vw;
	}
	.fv_cta_btn.contact a img {
		width: 5.334vw;
		margin-right: 1.867vw;
	}
	.slide_fv {
		margin-top: -29.067vw;
	}
	.slide_fv .slide_image_wrap img {
		width: 59.601vw;
	}
	/*about*/
	.home_about {
		margin-bottom: 15.067vw;
	}
	.home_about_contents {
		margin: 3.867vw auto 0;
		width: 90.134vw;
		left: 50%;
		transform: translateX(-50%);
	}
	.section_label {
		line-height: 1.291;
		font-size: 3.2vw;
		margin-bottom: 1.334vw;
	}
	.section_label::before {
		width: 1.6vw;
		height: 1.6vw;
		margin-right: 1.067vw;
	}
	.home_h2 {
		line-height: 1.346;
		font-size: 6.934vw;	
		margin-bottom: 4vw;
	}
	.home_about_copy {
		line-height: 1.583;
		font-size: 4.8vw;
	}
	.home_about_copy .emphasis {
		line-height: 1.295;
		font-size: 5.867vw;
	}
	.home_about_description {
		font-family: "NotoSansCJKjp-Regular";
		line-height: 1.916;
		font-size: 3.2vw;
		letter-spacing: 0.06rem;
		margin-bottom: 6.934vw;
		width: 100%;
	}
	.home_more_btn a {
		line-height: 1.125;
		font-size: 3.2vw;
		letter-spacing: 0.04rem;
	}
	.home_more_btn a span {
		margin-right: 2.667vw;
	}
	.home_works {
		margin-bottom: -2px;
	}
	.home_works_contents {
		margin-bottom: 6.667vw;
	}
	.home_works_main {
		display: block;
	}
	.home_works_main .home_h2 {
		margin-bottom: 4vw;
	}
	.home_works_lead_title {
		margin-bottom: 4vw;
	}
	.home_works_lead_title span {
		line-height: 1.527;
		font-size: 4.8vw;
	}
	.home_works_lead_title span.home_works_lead_num {
		font-size: 7vw;
		display: inline-block;
		line-height: 1;
		vertical-align: ;
		color: #006EBE;
		font-family: "DMSans-Bold";
	}
	.home_works_lead_text {
		font-family: "NotoSansCJKjp-Regular";
		line-height: 1.916;
		font-size: 3.2vw;
	}
	.slide_works .slide_image_wrap {
		width: 61.4vw;
	}
	.slide_works .slide_image_wrap img {
		width: 100%;
		border-radius: 1.39vw;
	}
	.slide_works_overlay {
		border-radius: 1.39vw;
	}
	.slide_works_meta {
		padding: 5.334vw;
	}
	.slide_works_tag {
		line-height: 1.45;
		font-size: 2.667vw;
		padding: 0.5vw 1.8vw;
	}
	.slide_works_caption {
		line-height: 1.458;
		font-size: 3.2vw;
	}
	/*Document*/
	.home_document_contents .section_label {
		justify-content: normal;
		width: 90.134vw;
		margin-left: auto;
		margin-right: auto;
	}
	.home_document_contents {
		margin-top: -7.734vw;
	}
	.home_document_contents .home_h2 {
		width: 90.134vw;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	.home_document_caption {
		width: 90.134vw;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		font-family: "NotoSansCJKjp-Regular";
		line-height: 1.916;
		font-size: 3.2vw;
		letter-spacing: 0.06rem;
		margin-bottom: 25.734vw;
	}
	.document_item:nth-child(n+3) {
		display: none;
	}
	.document_item {
		width: 42.7vw;
	}
	.home_document_main_inner {
		width: 90.134vw;
		margin: -35.2vw auto 0;
		padding-bottom: 16.134vw;
	}
	.document_item_image .bg {
		width: 100%;
		height: 35.334vw;
	}
	.document_item_image .fg {
		width: 19.734vw;
	}
	.home_document_main {
		padding-top: 17.6vw;
	}
	.document_item_title {
		line-height: 1.428;
		font-size: 3.734vw;
		margin-bottom: 2.667vw;
		letter-spacing: 0.04rem;
	}
	.document_item_image {
		margin-bottom: 4vw;
	}
	.document_item_caption {
		font-family: "NotoSansCJKjp-Regular";
		font-size: 3.2vw;
		margin-bottom: 5.334vw;
	}
	.document_dl_btn a {
		font-size: 3.2vw;
		padding: 3.067vw 0;
	}
	.document_dl_btn img {
		width: 3.2vw;
	}
	.document_items {
		margin-bottom: 6.934vw;
	}
	.home_document {
		margin-bottom: 22.801vw;
	}
	/*Service*/
	.home_service {
		margin-bottom: 15.201vw;
	}
	.home_service_contents {
		top: 4vw;
	}
	.home_service_copy {
		line-height: 1.583;
		font-size: 4.8vw;
		margin-bottom: 4vw;
		letter-spacing: 0.05rem;
	}
	.home_service_description {
		font-family: "NotoSansCJKjp-Regular";
		line-height: 1.916;
		font-size: 3.2vw;
		width: 100%;
		margin-bottom: 6.667vw;
	}
	.home_service_map {
		top: auto;
		bottom: 8vw;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		width: 90.134vw;
	}
	.home_service_map img {
		width: 100%;
		margin: auto;
	}
	/*Blog*/
	.home_blog {
		margin-bottom: 26.667vw;
	}
	.home_blog_contents {
		display: block;
		width: 90.134vw;
		margin: -12.267vw auto 0;
	}
	.home_blog_text {
		width: 100%;
		margin-top: -3.467vw;
		margin-top: 0;
	}
	.home_blog_description {
		font-family: "NotoSansCJKjp-Regular";
		line-height: 1.916;
		font-size: 3.067vw;
		letter-spacing: 0.06rem;
		margin-bottom: 6.667vw;
	}
	.home_blog_slide {
		width: 100%;
		margin-bottom: 6.667vw;
	}
	.slide_blog .swiper-slide {
		height: auto;
	}
	.slide_blog_btn {
		top: auto;
		bottom: -12vw;
		right: auto;
		left: 0;
		width: 23.467vw;
	}
	.slide_blog .slide_inner {
		padding-top: 4vw;
		border-top: 2px solid #006EBE80;
	}
	.home .blog_cat {
		margin-bottom: 2.667vw;
		height: 7.194vw;
	}
	.home .blog_cat a {
		line-height: ;	
		line-height: 1.45;
		font-size: 2.667vw;
		letter-spacing: 0.04rem;
		padding: 0.4vw 2.667vw;
	}
	.home .blog_title {
		height: 16vw;
	}
	.home .blog_title a {
		line-height: 1.666;
		font-size: 3.2vw;
		letter-spacing: 0.04rem;
		margin-bottom: 2.134vw;
	}
	.home .blog_date {
		line-height: 1.3;
		font-size: 2.667vw;
		letter-spacing: 0.04rem;
		margin-bottom: 4vw;
		margin-top: auto;
	}
	.home .slide_blog_btn .swiper-button-prev, .home .slide_blog_btn .swiper-button-next {
		width: 10.667vw;
		height: 10.667vw;
	}
	.home .slide_blog_btn .swiper-button-prev:after, .home .slide_blog_btn .swiper-button-next:after {
		width: 100%;
		background-size: 100%;
		height: 100%;
	}
	.home_blog_contents .home_more_btn a {
		justify-content: end;
	}
	.home_more_btn a img {
		width: 10.667vw;
	}
	/*下部お問い合わせ*/
	.bottom_contact_caption {
		line-height: 1.625;
		font-size: 4.267vw;
		margin-bottom: 6.667vw;
	}
	.bottom_contact_items {
		display: block;
	}
	.bottom_contact_item {
		width: 100%;
	}
	.bottom_contact_item_image {
		margin-bottom: 3.734vw;
		position: relative;
	}
	.bottom_contact_item_title.large {
		line-height: 1.304;
		font-size: 6.134vw;
		margin-bottom: 0;
	}
	.bottom_contact_item_text {
		line-height: 1.75;
		font-size: 3.2vw;
		margin-bottom: 6.667vw;
	}
	.bottom_contact_item_title {
		line-height: 1.447;
		font-size: 5.067vw;
		margin-bottom: 2.134vw;
	}
	.bottom_contact_item:last-child p {
		margin-bottom: 0;
	}
	.bottom_contact_contents {
		width: 90.134vw;
	}
	.bottom_contact_item_image:before {
		content: "";
		display: block;
		padding-top: 44.38%;
	}
	.bottom_contact_item_image .bg {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;	
		border-radius: 10px;
	}
	.bottom_contact_item_image > img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 10px;
	}
	.bottom_contact_item_image a .fg {
		width: 10.667vw;
		bottom: 2.667vw;
		right: 2.667vw;
	}
	/*フッター*/
	#colophon {
		padding: 16vw 0;
	}
	.footer_contents {
		display: block;
		width: 90.134vw;
		margin: auto;
	}
	.footer_left {
		width: 100%;
	}
	.footer_right {
		width: 100%;
	}
	.footer_logo {
		margin-bottom: 8vw;
	}
	.footer_logo img {
		width: 50.134vw;
		margin: auto;
		display: block;
	}
	.footer_nav ul.footer_nav_list {
		flex-wrap: wrap;
		margin-bottom: 10.667vw;
	}
	.footer_nav_list li {
		width: 50%;
		display: flex;
		flex-direction: column-reverse;
		text-align: center;
		margin-bottom: 5.334vw;
	}
	.footer_nav_label {
		line-height: 1.3;
		font-size: 2.667vw;
	}
	.footer_nav_field a {
		line-height: 1.458;
		font-size: 3.2vw;
	}
	.footer_nav_field {
		margin-bottom: 1.334vw;
	}
	.company_data.sp_only {
		text-align: center;
	}
	.company_name {
		line-height: 1.428;
		font-size: 3.734vw;
		letter-spacing: 0.05rem;
		margin-bottom: 2.134vw;
	}
	.company_info {
		line-height: 1.8;
		font-size: 2.667vw;
		letter-spacing: 0.04rem;
		margin-bottom: 5.334vw;
	}
	.corporate_link.sp_only {
		margin-bottom: 8vw;
	}
	.corporate_link a {
		width: 66.667vw;
		margin: auto;
		line-height: 2.884;
		font-size: 3.467vw;
		justify-content: center;
		align-items: center;
	}
	.corporate_link a span {
		padding: 0;
		margin-right: 3vw;
	}
	.corporate_link a img {
		width: 4.534vw;
		right: 3.067vw;
	}
	.footer_privacy {
		text-align: center;
		margin-bottom: 5.334vw;
	}
	.footer_privacy a {
		line-height: 1.45;
		font-size: 2.667vw;
		letter-spacing: 0.05rem;
	}
	.footer_copyright {
		text-align: center;
		line-height: 1.45;
		font-size: 2.667vw;
	}
	/*ドロワーメニュー*/
	.site-branding {
		position: relative;
		z-index: 999;
	}
	.drawer-navigation {
		width: 100%;
	}
	.drawer-navigation-content {
		padding: 28vw 4.934vw 27.2vw;
	}
	.drawer_item a {
		padding: 5.334vw 4vw;
	}
	.drawer_item a label {
		line-height: 1.3;
		font-size: 2.667vw;
		margin-bottom: 0.534vw;
	}

	.drawer_item a span {
		line-height: 1.428;
		font-size: 3.734vw;
	}
	.drawer_item a img {
		width: 2.934vw;
		right: 4vw;
	}
	.drawer_contact {
		padding-top: 8vw;
	}
	.drawer_contact .tel_num {
		justify-content: center;
	}
	.drawer_contact .tel_num img {
		width: 4.267vw;
		margin-right: 0.4vw;
	}
	.drawer_contact .tel_num span {
		line-height: 1.72;
		font-size: 6vw;
	}
	.drawer_contact .reception_hours {
		line-height: 1.75;
		font-size: 3.2vw;
		text-align: center;
	}
	/*ページヘッダー*/
	.page_header_contents {
		bottom: 8vw;
		left: 4.934vw;
	}
	.breadcrumbs_item, .breadcrumbs_item a, .breadcrumbs_arrow {
		line-height: 2.4;
		font-size: 2.667vw;
	}
	.breadcrumbs {
		margin-bottom: 0;
	}
	.breadcrumbs_current {
		max-width: 58vw;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.page_title {
		height: 22.534vw;
		font-size: 17.334vw;
		display: flex;
		align-items: center;
		line-height: 1;
		margin-bottom: 0;
	}
	.page_sub_title {
		line-height: 1.714;
		font-size: 3.734vw;
	}
	/*About*/
	.about_sec1_copy {
		line-height: 1.590;
		font-size: 5.867vw;
		margin-bottom: 6.667vw;
		text-align: left;
	}
	.about_sec1_contents {
		width: 90.134vw;
	}
	.about_sec1_caption {
		line-height: 1.916;
		font-size: 3.2vw;
		text-align: left;
	}
	.about_sec2_copy {
		line-height: 1.454;
		font-size: 5.867vw;
		margin-bottom: 8vw;
	}
	.about_sec2_flexbox {
		width: 90.134vw;
		flex-wrap: wrap;
	}
	.about_sec2_flexitem {
		width: 42.667vw;
	}
	.about_sec2_fleximage {
		margin-bottom: 2.667vw;
	}
	.about_sec2_flexcaption {
		line-height: 1.75;
		font-size: 3.2vw;
		margin-bottom: 5.334vw;
	}
	.about_sec2_contents {
		padding: 17.467vw 0 16.667vw;
	}
	.about_sec2_bottom {
		display: block;
		text-align: center;
	}
	.about_sec2_bottom img {
		margin: 0 auto 3.467vw;
		width: 8.8vw;
	}
	.about_sec2_bottom span {
		padding-bottom: 1.334vw;
		line-height: 1;
		font-size: 5.334vw;
		border-bottom: 2px solid #006EBE80;
		margin-bottom: 2.134vw;
	}
	.about_sec2_bottom_text {
		display: flex;
		flex-direction: column;
		width: auto;
		align-items: center;
	}
	.about_sec2_bottom span:last-child {
		margin-bottom: 0;
	}
	.about_sec3 {
		background: url(/wp-content/uploads/2023/06/about_sec3_bg_sp.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: top;
		margin-bottom: 26.667vw;
		padding-top: 16.134vw;
	}
	.about_sec3_contents {
		width: 90.134vw;
	}
	.page_h2 {
		line-height: 1.346;
		font-size: 6.934vw;
		margin-bottom: 6.667vw;
	}
	.about_sec3_items {
		display: block;
	}
	.about_sec3_item {
		width: 100%;
		margin-bottom: 13.334vw;
	}
	.about_sec3_item_image {
		margin-bottom: 4vw;
	}
	.about_sec3_item_label {
		font-size: 2.667vw;
		letter-spacing: 0.04rem;
		margin-bottom: 2.667vw;
	}
	.about_sec3_item_title {
		line-height: 1.583;
		font-size: 4.8vw;
		padding-bottom: 3.334vw;
		margin-bottom: 3.334vw;
	}
	.about_sec3_item_description {
		line-height: 1.916;
		font-size: 3.2vw;
		letter-spacing: 0.06rem;
	}
	.about_sec4.home_works {
		padding-bottom: 18.667vw;
	}
	.about_sec5_contents {
		padding: 18.667vw 0;
		width: 90.134vw;
	}
	.voc_container {
		display: block;
	}
	.voc_item {
		width: 100%;
		margin-bottom: 5.334vw;
		padding: 6.667vw 5.334vw;
	}
	.voc_item_title {
		line-height: 1.56;
		font-size: 4.267vw;
		margin-bottom: 4vw;
	}
	.voc_item_content {
		line-height: 1.75;
		font-size: 3.2vw;
		margin-bottom: 4vw;
	}
	.voc_item_meta {
		font-family: "ZenKakuGothicNew-Regular";
		line-height: 1.45;
		font-size: 2.667vw;
		color: #707070;
	}
	.about_sec6_contents {
		padding: 18.667vw 0 26.667vw;
		width: 90.134vw;
	}
	.flow_item {
		margin-bottom: 38.534vw;
	}
	.flow_item_num {
		position: static;
		line-height: 1.714;
		font-size: 7.467vw;
		margin-bottom: 2.667vw;
	}
	.flow_item_contents {
		height: 95.334vw;
		width: 100%;
		padding: 31.201vw 5.334vw 0vw;
	}
	.flow_item_image {
		left: 50%;
		right: 50%;
		transform: translateX(-50%);
	}
	.flow_item_title {
		line-height: 1.437;
		font-size: 4.267vw;
		margin-bottom: 4vw;
	}
	.flow_item_text {
		line-height: 1.75;
		font-size: 3.2vw;
		width: 100%;
	}
	.flow_item.left .flow_item_image,.flow_item.right .flow_item_image {
		width: 79.467vw;
		top: -27.2vw;
		left: 50%;
	}
	.flow_item_image img {
		width: 100%;
	}
	.flow_item_arrow {
		bottom: -6vw;
	}
	.flow_item_arrow img {
		width: 12vw;
	}
	.flow_item.right .flow_item_title {
		margin-left: 0;
	}
	.about_sec6 .page_h2 {
		margin-bottom: 35.2vw;
	}
	/*コラム一覧*/
	/*カテゴリー・タグ選択*/
	.column_select_menu_container {
		display: flex;
		justify-content: space-between;
		margin-bottom: 10.667vw;
	}
	.column_select_menu {
		width: 43.734vw;
		position: relative;
	}
	.column_select_btn {
		background: #F3F5F5;
		border-radius: 70px;
		height: 13.334vw;
		display: flex;
		align-items: center;
		padding: 0 5.334vw;
		position: relative;
		z-index: 3;
		cursor: pointer;
	}
	.column_select_btn span {
		line-height: 1.458;
		font-size: 3.2vw;
		font-family: "ZenKakuGothicNew-Bold";
	}
	.column_select_btn img {
		position: absolute;
		top: 50%;
		right: 6.4vw;
		transform: translateY(-50%);
		display: block;
		width: 2.667vw;
		transition: ease-in-out 0.3s;
	}
	.column_select_btn.active img {
		transform: rotate(-180deg);
	}
	.column_select_contents {
		position: absolute;
		top: calc(100% - 6vw);
		z-index: 2;
		background: #fff;
		width: 98%;
		padding: 8vw 0 3vw;
		background: #fff;
		border-radius: 0 0 20px 20px;
		box-sizing: border-box;
		box-shadow: 0 3px 4px 1px #aaa;
		margin: auto;
		left: 50%;
		transform: translateX(-50%);
		display: none;
	}
	.column_select_item {
		margin-bottom: 2vw;
	}
	.column_select_item a {
		font-size: 3vw;
		color: #0c74c1;
		margin: 0 1vw;
		display: block;
		text-decoration: none;
		padding: 0.572vw 0.9291vw;
		border-radius: 30px;
		text-align: center;
	}
	.select_cat a {
		background: #F0F1F2;
	}
	.tax-column_tag .select_tag .column_select_btn {
		border: 2px solid #006EBE;
		background: #fff;
		color: #006EBE;
	}
	.tax-column_cat .select_cat .column_select_btn {
		border: 2px solid #006EBE;
		background: #fff;
		color: #006EBE;
	}
	
	.page_title_archive {
		display: none;
	}
	#content.column_content {
		width: 90.134vw;
		padding-top: 10.667vw;
	}
	.column_content #primary {
		width: 100%;
	}
	.column_content .post-grid {
		width: 100%;
		margin-bottom: 10.668vw;
	}
	.grid_column_cat a,.single_column_cat a {
		line-height: 1.45;
		font-size: 2.667vw;
		letter-spacing: 0.04rem;
	}
	.column_content .post-grid .post-thumbnail {
		margin-bottom: 3.334vw;
	}
	.grid_column_date,.single_column_date {
		line-height: 1.458;
		font-size: 3.2vw;
		letter-spacing: 0.04rem;
	}
	.grid_column_meta {
		margin-bottom: 3.601vw;
	}
	.column_content .entry-title {
		line-height: 1.666;
		font-size: 4vw;
		letter-spacing: 0.04rem;
		margin-bottom: 2.667vw;
	}
	.grid_column_tags a {
		line-height: 1.458;
		font-size: 3.2vw;
	}
	.column_content .post-grid:last-child {
		margin-bottom: 18.667vw;
	}
	.navigation.pagination {
		margin-bottom: 26.667vw;
	}
	.pagination .current,
	.column_content .nav-links a,
	.download .nav-links a,
	.question .nav-links a {
		line-height: 1.321;
		font-size: 3.734vw;
		padding: 4.534vw 4.134vw;
	}
	.pagination .page-numbers {
		margin-right: 2.267vw;
		display: block;
	}
	.column_content #secondary {
		padding-top: 0;
		width: 100%;
	}
	.sidebar-area {
		border-top: 0;
		padding-bottom: 0;
	}
	.secondary_item_title {
		line-height: 1.466;
		font-size: 4vw;
		margin-bottom: 4vw;
	}
	.secondary_new_post_item {
		margin-bottom: 2.667vw;
	}
	.secondary_new_post_title {
		line-height: 1.5;
		font-size: 3.734vw;
		margin-bottom: 1.334vw;
	}
	.secondary_new_post_date {
		line-height: 1.458;
		font-size: 3.2vw;
		letter-spacing: 0.04rem;
	}
	.secondary_new_post_item a {
		padding: 4vw;
	}
	.secondary_item {
		margin-bottom: 26.667vw;
	}
	/*コラム詳細*/
	.single_column_meta {
		margin-bottom: 2.667vw;
	}
	.single .column_content .entry-title {
		line-height: 1.136;
		font-size: 5.867vw;
		margin-bottom: 2.667vw;
	}
	.single_column_tags {
		margin-bottom: 10.667vw;
	}
	.single_column_tags a {
		line-height: 1.458;
		font-size: 3.2vw;
		margin-right: 1.6vw;
	}
	.single .post-thumbnail {
		margin: 0 0 4vw;
	}
	.single h3 {
		line-height: 1.666;
		font-size: 4.8vw;
		margin-bottom: 5.334vw;
	}
	.single p {
		line-height: 1.916;
		font-size: 3.2vw;
		margin-bottom: 10.667vw;
	}
	.single .wp-block-image {
		margin: 0 0 4vw;
	}
	.single h4 {
		line-height: 1.666;
		font-size: 4vw;
		margin-bottom: 4vw;
		border-bottom: 2px solid #006EBE;
	}
	.single .hentry {
		margin-bottom: 18.667vw;
	}
	.previous_next_post {	
		width: 66.667vw;
		margin: 0 auto 45.334vw;
		position: relative;
	}
	.previous_post, .next_post {
		width: 100%;
	}
	.return_list {
		position: absolute;
		bottom: -18.667vw;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}
	.previous_post a, .next_post a {
		line-height: 1.125;
		font-size: 3.2vw;
	}
	.previous_post a::before {
		width: 10.667vw;
		height: 10.667vw;
		content: "";
		background: url(/wp-content/uploads/2023/06/circle_arrow_blue_left.png);
		background-repeat: no-repeat;
		background-size: 100%;
		margin-right: 2.667vw;
	}
	.next_post a::after {
		width: 10.667vw;
		height: 10.667vw;
		content: "";
		background: url(/wp-content/uploads/2023/06/circle_arrow_blue_right.png);
		background-repeat: repeat;
		background-repeat: no-repeat;
		background-size: 100%;
		margin-left: auto;
	}
	.previous_next_post a span {
		margin: auto;
	}
	.previous_post a span {
		margin-left: 0;
	}
	.next_post a span {
		margin-right: 0;
	}
	.return_list a {
		line-height: 2.884;
		font-size: 3.467vw;
		width: 100%;
		height: 13.335vw;
		box-sizing: border-box;
	}
	.return_list img {
		right: 20.6vw;
		width: 2.267vw;
		height: 1.6vw;
	}
	.single-column #secondary {
		display: none;
	}
	.related_post_label {
		line-height: 1.466;
		font-size: 4vw;
		margin-bottom: 6.667vw;
	}
	.related_post_items {
		display: block;
	}
	.related_post_item {
		width: 100%;
		margin-bottom: 10.667vw;
	}
	.related_post_thumbnail {
		margin-bottom: 3.334vw;
	}
	.related_post_item .single_column_meta {
		margin-bottom: 2.667vw;
	}
	.related_post_item .single_column_date {
		line-height: 1.458;
		font-size: 3.2vw;
		letter-spacing: 0.04rem;
	}
	.related_post_title {
		line-height: 1.666;
		font-size: 4vw;
		letter-spacing: 0.04rem;
		margin-bottom: 2.667vw;
	}
	.related_post_item:last-child {
		margin-bottom: 0;
	}
	.single-column #primary {
		padding-bottom: 26.667vw;
	}
	/*製品一覧*/
	.products_list_inner {
		padding: 18.667vw 0 26.667vw;
		width: 90.134vw;
	}
	.products_list_items {
		display: block;
	}
	.products_list_item {
		width: 100%;
		margin-bottom: 10.667vw;
	}
	.products_list_item_image {
		margin-bottom: 4vw;
	}
	.products_list_item_title {
		line-height: 0.659;
		font-size: 5.867vw;
		margin-bottom: 2.667vw;
	}
	.products_list_item_description {
		line-height: 1.916;
		font-size: 3.2vw;
		margin-bottom: 2.667vw;
	}
	.products_list_item_price {
		line-height: 1.916;
		font-size: 3.2vw;
		margin-bottom: 4vw;
	}
	.products_list_item_price, .products_list_item_price_before, .products_list_item_price_after {
		line-height: 1.916;
		font-size: 3.2vw;
	}
	.products_list_item_link a span {
		line-height: 1.125;
		font-size: 3.2vw;
	}
	.products_list_item_link a img {
		width: 10.667vw;
	}
	/*製品詳細*/
	.single-products #content {
		width: 90.134vw;
		padding: 10.667vw 0 26.667vw;
	}
	.products_single_title {
		line-height: 1.442;
		font-size: 6.934vw;
		margin-bottom: 4vw;
	}
	.products_caption {
		line-height: 1.916;
		font-size: 3.2vw;
		margin-bottom: 0;
	}
	.slide_products_main .slide_image_wrap img {
		width: 70.667vw;
		height: 70.667vw;
	}
	.slide_products_main .slide_image_wrap::before {
		padding-top: 63%;
		padding-top: 100%;
	}
	.slide_products_main {
		margin-bottom: 0;
	}
	.slide_products_thumbnail {
		margin-bottom: 10.667vw;
	}
	.slide_products_thumbnail .slide_image_wrap {
		margin-right: 1.2vw;
	}
	.products_copy {
		line-height: 1.666;
		font-size: 4.8vw;
		margin-bottom: 5.334vw;
	}
	.products_description {
		line-height: 1.916;
		font-size: 3.2vw;
		margin-bottom: 4vw;
		letter-spacing: 0.06rem;
	}
	.products_price {
		line-height: 1.916;
		font-size: 3.2vw;
		margin-bottom: 10.667vw;
	}
	.products_btn {
		display: block;
		margin-bottom: 18.667vw;
	}
	.products_btn .secondary_contact_btn.dl a {
		line-height: 2.884;
		font-size: 3.467vw;
		width: 66.667vw;
		height: 13.335vw;
		margin: 0 auto 4vw;
	}
	.products_btn .secondary_contact_btn.mail a {
		line-height: 2.884;
		font-size: 3.467vw;
		width: 66.667vw;
		height: 13.335vw;
		margin: 0 auto;
	}
	.products_btn .secondary_contact_btn.dl img {
		width: 4.534vw;
		margin-right: 2.134vw;
	}
	.products_btn .secondary_contact_btn.mail img {
		width: 5.334vw;
	}
	/*製品情報　選択*/
	.product_select_menu_container {
		display: flex;
		justify-content: space-between;
		margin-bottom: 10.667vw;
	}
	.product_select_menu {
		width: 43.734vw;
		position: relative;
	}
	.product_select_btn {
		background: #F3F5F5;
		border-radius: 70px;
		height: 13.334vw;
		display: flex;
		align-items: center;
		padding: 0 5.334vw;
		position: relative;
		z-index: 3;
		cursor: pointer;
	}
	.product_select_btn span {
		line-height: 1.458;
		font-size: 3.2vw;
		font-family: "ZenKakuGothicNew-Bold";
	}
	.product_select_btn img {
		position: absolute;
		top: 50%;
		right: 6.4vw;
		transform: translateY(-50%);
		display: block;
		width: 2.667vw;
		transition: ease-in-out 0.3s;
	}
	.product_select_btn.active img {
		transform: rotate(-180deg);
	}
	.product_select_contents {
		position: absolute;
		top: calc(100% - 6vw);
		z-index: 2;
		background: #fff;
		width: 98%;
		padding: 8vw 0 3vw;
		background: #fff;
		border-radius: 0 0 20px 20px;
		box-sizing: border-box;
		box-shadow: 0 3px 4px 1px #aaa;
		margin: auto;
		left: 50%;
		transform: translateX(-50%);
		display: none;
	}
	.product_select_item {
		margin-bottom: 2vw;
	}
	.product_select_item a {
		font-size: 3vw;
		color: #0c74c1;
		margin: 0 1vw;
		display: block;
		text-decoration: none;
		padding: 0.572vw 0.9291vw;
		border-radius: 30px;
		text-align: center;
	}
	/*製品詳細*/
	.product_single_h2 {
		line-height: 1.346;
		font-size: 6.934vw;
		margin-bottom: 6.667vw;
		letter-spacing: 0.04rem;
	}
	.feature_item {
		display: block;
		width: 43.734vw;
		margin-bottom: 10.667vw;
	}
	.feature_items {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.feature_image {
		width: 100%;
		margin-bottom: 4vw;
		position: relative;
	}
	.feature_contents {
		width: 100%;
	}
	.feature_title {
		line-height: 1.428;
		font-size: 3.734vw;
		letter-spacing: 0.04rem;
		margin-bottom: 4vw;
	}
	.feature_text {
		line-height: 1.75;
		font-size: 3.2vw;
		letter-spacing: 0.06rem;
		color: #0C0C0C;
	}
	.feature_image img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.feature_image:before {
		content: "";
		display: block;
		padding-top: 86.28%;
	}
	.feature_item:last-child {
		margin-bottom: 18.667vw;
	}
	.product_movie {
		margin-bottom: 26.667vw;
	}
	.products_related .product_single_h2 {
		line-height: 1.466;
		font-size: 4vw;
		margin-bottom: 6.667vw;
	}
	.products_related_item {
		width: 43.734vw;
		margin-bottom: 10.667vw;
	}
	.products_related_items {
		flex-wrap: wrap;
	}
	.products_related_image {
		margin-bottom: 4vw;
	}
	.products_related_title {
		line-height: 0.928;
		font-size: 3.734vw;
		margin-bottom: 2.667vw;
	}
	.products_related_description {
		line-height: 1.666;
		font-size: 3.2vw;
		margin-bottom: 5.334vw;
	}
	.products_related_link a {
		line-height: 1.125;
		font-size: 3.2vw;
	}
	.single-products #secondary {
		display: none;
	}
	.products_related_item:last-child {
		margin-bottom: 0;
	}
	.single-products.single .hentry {
		margin-bottom: 0; 
	}
	.slide_products_main .swiper-button-prev,.slide_products_main .swiper-button-next {
		display: none;
	}
	.product_step_items {
		margin-bottom: 18.667vw;
	}
	.product_step_item {
		margin-bottom: 5.334vw;
		padding: 6.667vw 5.334vw 9.334vw;
		display: block;
		box-sizing: border-box;
	}
	.step_item_text {
		width: 100%;
	}
	.step_item_header {
		margin-bottom: 4.267vw;
	}
	.step_item_num {
		line-height: 1.714;
		font-size: 7.468vw;
		width: 7.867vw;
	}
	.step_item_title {
		line-height: 1.714;
		font-size: 3.734vw;
		width: 66.667vw;
	}
	.step_item_description {
		line-height: 1.75;
		font-size: 3.2vw;
		letter-spacing: 0.06rem;
	}
	.step_item_image {
		display: none;
	}
	.step_arrow {
		width: 12vw;
		top: calc(100% - 3.3vw);
	}
	.step_arrow img {
		width: 100%;
	}
	/*会社概要*/
	.company_inner {
		width: 90.134vw;
		padding: 18.667vw 0 26.667vw;
	}
	.company_item {
		margin-bottom: 6.667vw;
		display: block;
	}
	.company_item_label {
		line-height: 1.428;
		font-size: 3.734vw;
		width: 100%;
		text-align: left;
		letter-spacing: 0.04rem;
		padding-bottom: 2.667vw;
		border-bottom: 0;
	}
	.company_item_field {
		width: 100%;
		box-sizing: border-box;
		line-height: 1.416;
		font-size: 3.2vw;
		padding-left: 0;
		padding-bottom: 6.667vw;
	}
	.company_address {
		margin-bottom: 6.667vw;
	}
	.company_item_field img {
		width: 100%;
	}
	/*ダウンロード一覧*/
	.download .page_title,.single-dl .page_title,.download-thanks .page_title {
		font-size: 15vw;
	}
	.download_list_inner {
		width: 90.134vw;
		padding: 18.667vw 0 26.667vw;
	}
	.download_list_caption {
		line-height: 1.916;
		font-size: 3.2vw;
		letter-spacing: 0.06rem;
		margin-bottom: 10.667vw;
	}
	.download_list_item {
		width: 43.734vw;
		margin-bottom: 10.667vw;
	}
	.download_list_item_thumbnail {
		margin-bottom: 4vw;
	}
	.download_list_item_thumbnail .fg {
		width: 19.734vw;
	}
	.download_list_item_thumbnail .bg {
		height: 35.867vw;
	}
	.download_list_item_title a {
		line-height: 1.428;
		font-size: 3.734vw;
		letter-spacing: 0.04rem;
		margin-bottom: ;
	}
	.download_list_item_title {
		margin-bottom: 2.667vw;
	}
	.download_list_item_caption {
		line-height: 1.75;
		font-size: 3.2vw;
		letter-spacing: 0.06rem;
		margin-bottom: 5.334vw;
	}
	.download_list_item_more a {
		line-height: 2.708;
		font-size: 3.2vw;
	}
	.download_list_item_more a img {
		width: 3.2vw;
	}
	.download .navigation.pagination {
		margin-bottom: 0;
	}
	/*ダウンロード詳細*/
	.dl_inner {
		width: 90.134vw;
		padding: 18.667vw 0;
	}
	.dl_h2 {
		text-align: left;
		line-height: 0.961;
		font-size: 6.934vw;
		letter-spacing: 0.04rem;
		margin-bottom: 4vw;
	}
	.dl_caption {
		line-height: 1.916;
		font-size: 3.2vw;
		letter-spacing: 0.06rem;
		text-align: left;
		margin-bottom: 6.667vw;
	}
	.dl_contents {
		display: block;
	}
	.dl_thumbnail {
		width: 100%;
		margin-bottom: 4vw;
	}
	.dl_thumbnail img.fg {
		width: 22.534vw;
	}
	.dl_thumbnail img.bg {
		width: 100%;
		height: 40.667vw;
	}
	.dl_detailed {
		width: 100%;
	}
	.dl_label {
		line-height: 1.428;
		font-size: 3.734vw;
		padding-bottom: 3.334vw;
		margin-bottom: 3.334vw;
	}
	.dl_text {
		line-height: 1.916;
		font-size: 3.2vw;
	}
	.dl_form_inner {
		padding: 18.667vw 0 26.667vw;
		width: 90.134vw;
	}
	.dl_form_title {
		line-height: 1.59;
		font-size: 5.867vw;
		margin-bottom: 10.667vw;
	}
	.contact_item {
		margin-bottom: 4vw;
	}
	.contact_item_label {
		line-height: 1.071;
		font-size: 3.734vw;
		margin-bottom: 2.667vw;
	}
	.contact_item input, .contact_item textarea {
		line-height: 1.25;
		font-size: 3.2vw;
		padding: 5.735vw 5.334vw;
	}
	.contact_item select {
		line-height: 1.25;
		font-size: 3.2vw;
		padding: 5.735vw 5.334vw;
	}
	.contact_item.select .contact_item_field::after {
		width: 2.801vw;
		height: 4vw;
		background-size: cover;
		right: 5.334vw;
	}
	.contact_item.last {
		margin-bottom: 18.667vw;
	}
	.acceptance_container {
		margin-bottom: 5.334vw;
	}
	.acceptance_container .wpcf7-list-item-label {
		line-height: 1;
		font-size: 3.5vw;
	}
	.acceptance_container .wpcf7-form-control-wrap {
		margin-bottom: 2.667vw;
	}
	.acceptance_caption {
		line-height: 1.4;
		font-size: 2.667vw;
		margin-top: 2.667vw;
	}
	.contact_submit input {
		font-size: 3.467vw;
		letter-spacing: 0.06rem;
		width: 66.667vw;
		height: 13.335vw;
	}
	.submit_wrap img {
		width: 2.267vw;
		height: 1.6vw;
		right: 20vw;
	}
	.single-dl .hentry {
		margin-bottom: 0;
	}
	/*ダウンロード完了*/
	.dl_thanks_inner {
		width: 90.134vw;
		padding: 18.667vw 0 26.667vw;
	}
	.dl_thanks_h2 {
		line-height: 1.59;
		font-size: 5.867vw;
		letter-spacing: 0.04rem;
		margin-bottom: 6.667vw;
	}
	.dl_thanks_text {
		line-height: 1.916;
		font-size: 3.2vw;
		letter-spacing: 0.06rem;
		text-align: left;
		margin-bottom: 13.334vw;
	}
	.btn_white a {
		line-height: 2.884;
		font-size: 3.467vw;
		letter-spacing: 0.06rem;
		width: 100%;
		height: 100%;
	}
	.return_top.btn_white {
		width: 66.667vw;
		height: 13.334vw;
	}
	.btn_white img {
		width: 3vw;
		height: 2vw;
		right: 18vw;
		top: calc(50% + 0.3vw);
	}
	/*よくあるご質問*/
	.qa_inner {
		width: 90.134vw;
		padding: 18.667vw 0 26.667vw;
	}
	.qa_item {
		margin-bottom: 5.334vw;
		padding: 6.934vw 5.334vw;
	}
	.qa_label {
		line-height: 1.307;
		font-size: 6.934vw;
		letter-spacing: 0.04rem;
		width: 5.467vw;
	}
	.qa_field {
		line-height: 1.916;
		font-size: 3.2vw;
		letter-spacing: 0.04rem;
	}
	.row_q .qa_field {
		width: 62.534vw;
	}
	.qa_btn {
		width: 3.467vw;
	}
	.qa_item:last-of-type {
		margin-bottom: 18.667vw;
	}
	.row_a .qa_field {
		width: 70vw;
	}
	/*代理店募集*/
	.agency_sec1_copy {
		line-height: 1.59;
		font-size: 5.867vw;
		letter-spacing: 0.04rem;
		margin-bottom: 5.734vw;
	}
	.agency_sec1_caption {
		width: 100%;
		line-height: 1.916;
		font-size: 3.2vw;
		letter-spacing: 0.06rem;
		text-align: left;
		margin-bottom: 18.667vw;
	}
	.agency_sec1_info {
		padding: 6.667vw 5.334vw;
		display: block;
	}
	.agency_sec1_info .label {
		line-height: 1.035;
		font-size: 3.734vw;
		width: 100%;
		text-align: center;
		margin-bottom: 4vw;
	}
	.agency_sec1_info .sepalate {
		height: 2px;
		width: 6vw;
		margin: 0 auto 4vw;
	}
	.agency_sec1_info .field {
		line-height: 1.916;
		font-size: 3.2vw;
		width: 100%;
	}
	.agency_sec1 {
		margin-bottom: 18.667vw;
	}
	.agency_h2 {
		line-height: 1.346;
		font-size: 6.934vw;
		letter-spacing: 0.04rem;
		margin: 0 auto 6.667vw;
	}
	.agency_sec2_item {
		width: 43.734vw;
		margin-bottom: 10.667vw;
	}
	.agency_sec2_items {
		flex-wrap: wrap;
	}
	.agency_sec2_inner {
		width: 90.134vw;
	}
	.agency_sec2_item_image {
		margin-bottom: 4vw;
	}
	.agency_sec2_item_title {
		line-height: 1.428;
		font-size: 3.734vw;
		letter-spacing: 0.04rem;
		margin-bottom: 2.667vw;
	}
	.agency_sec2_item_text {
		line-height: 1.75;
		font-size: 3.2vw;
		letter-spacing: 0.06rem;
	}
	.agency_sec2_contents {
		height: 144vw;
		margin-top: 13.334vw;
	}
	.agency_sec2_item:nth-child(3),.agency_sec2_item:nth-child(4) {
		margin-bottom: 0;
	}
	.agency_sec2_item_image img {
		width: 100%;
	}
	.agency_sec3_inner {
		width: 90.134vw;
		padding: 18.667vw 0;
	}
	.agency_sec3 .agency_h2 {
		line-height: 1.454;
		font-size: 5.867vw;
		margin-bottom: 8vw;
	}
	.agency_sec_h3 {
		line-height: 1.642;
		font-size: 3.734vw;
		letter-spacing: 0.05rem;
		margin-bottom: 4vw;
	}
	.hq_contents {
		padding: 6.667vw 5.334vw;
		margin-bottom: 9.334vw;
	}
	.hq_contents_title {
		line-height: 1.428;
		font-size: 3.734vw;
		letter-spacing: 0.05rem;
		margin-bottom: 4vw;
	}
	.hq_contents_data {
		line-height: 1.75;
		font-size: 3.2vw;
		letter-spacing: 0.05rem;
	}
	.agency_list .tab_area {
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 8vw;
	}
	.agency_list .tab {
		width: 43.734vw;
		height: 13.334vw;
		border-radius: 70px;
		line-height: 1.458;
		font-size: 3.2vw;
		padding: 4.4vw;
		box-sizing: border-box;
		text-align: center;
		margin-bottom: 2.667vw;
	}
	.agency_list .tab:nth-child(3),.agency_list .tab:nth-child(4) {
		margin-bottom: 0;
	}
	.agency_list_item {
		padding: 6.667vw 5.334vw;
	}
	.agency_name {
		line-height: 1.428;	
		font-size: 3.734vw;
		margin-bottom: 2.667vw;
	}
	.agency_data {
		line-height: 1.75;
		font-size: 3.2vw;
	}
	.agency_sec4_inner {
		width: 90.134vw;
		padding: 18.667vw 0 32vw;
	}
	.agency_sec4_block {
		padding: 6.667vw 5.334vw;
		font-size: 4.8vw;
		margin-bottom: 10.667vw;
	}
	.agency_sec4_block_contents {
		display: block;
	}
	.agency_sec4_block_text {
		width: 100%;
	}
	.agency_sec4_h3 {
		line-height: 0.888;
		font-size: 4.8vw;
		margin-bottom: 4vw;
	}
	.agency_sec4_block_text p {
		line-height: 1.916;
		font-size: 3.2vw;
		margin-bottom: 8vw;
	}
	.agency_sec4_block1_image {
		width: 100%;
	}
	.agency_sec4_block1_image img {
		width: 100%;
	}
	.agency_sec4_block2_item {
		width: 38.4vw;
		margin-bottom: 8vw;
	}
	.agency_sec4_block2_flexbox {
		display: block;
	}
	.agency_sec4_block2_image {
		width: 100%;
		margin-bottom: 4vw;
	}
	.agency_sec4_block2_text {
		width: 100%;
	}
	.agency_sec4_block2_title {
		line-height: 1.428;
		font-size: 3.734vw;
		padding-bottom: 2.667vw;
		margin-bottom: 2.667vw;
		border-bottom-width: 2px;
	}
	.agency_sec4_block2_description {
		line-height: 1.75;
		font-size: 3.2vw;
	}
	.agency_sec4_block3_flexbox, .agency_sec4_block4_flexbox {
		display: block;
	}
	.agency_sec4_block3_contents, .agency_sec4_block4_contents {
		width: 100%;
	}
	.agency_sec4_block3_text, .agency_sec4_block4_text {
		line-height: 1.916;
		font-size: 3.2vw;
		margin-bottom: 8vw;
	}
	.agency_sec4_block3_image, .agency_sec4_block4_image {
		width: 100%;
	}
	.agency_sec4_block3_image img, .agency_sec4_block4_image img {
		width: 100%;
	}
	.agency_sec4_block.agency_sec4_block3,.agency_sec4_block.agency_sec4_block4 {
		padding-top: 6.667vw;
		padding-bottom: 6.667vw;
	}
	.agency_sec4_block.agency_sec4_block4 {
		margin-bottom: 13.334vw;
	}
	.agency_sec4 .return_top img {
		right: 11vw;
	}
	/*お問い合わせ*/
	.contact_inner {
		width: 90.134vw;
		padding: 18.667vw 0;
	}
	.contact_tel {
		margin-bottom: 18.667vw;
	}
	.contact_h2 {
		line-height: 1.59;
		font-size: 5.867vw;
		letter-spacing: 0.04rem;
		margin-bottom: 6.667vw;
	}
	.contact_caption {
		line-height: 1.916;
		font-size: 3.2vw;
		letter-spacing: 0.06rem;
		text-align: left;
		margin-bottom: 10.667vw;
	}
	.contact_tel_contents {
		padding: 4vw 0;
	}
	.contact_tel_num img {
		width: 5.067vw;
	}
	.contact_tel_num span {
		line-height: 1.716;
		font-size: 7.067vw;
		letter-spacing: 0.04rem;
	}
	.contact_tel_reception_hours {
		font-size: 2.667vw;
	}
	.wpcf7-list-item {
		display: block;
	}
	.contact_item.radio .wpcf7-list-item {
		margin: 0;
	}
	.wpcf7-form-control.wpcf7-radio {
		font-size: 3vw;
	}
	.contact_item.radio label span::after {
		width: 5vw;
		height: 5vw;
	}
	.contact_item.radio label span::before {
		width: 5vw;
		height: 5vw;
	}
	.contact_item.radio .wpcf7-list-item,.contact_item.radio .wpcf7-list-item.first {
		margin-bottom: 4vw;
	}
	.contact_item.radio label .wpcf7-list-item-label {
		padding-left: 7vw;
	}
	.contact_item.radio .contact_item_label {
		margin-bottom: 5.334vw;
		margin-top: 6.667vw;
	}
	.contact_item.radio {
		margin-bottom: 6.667vw;
	}
	.contact_item textarea {
		height: 41.334vw;
	}
	input[name="acceptance"] {
		transform: scale(1.2);
		margin-right: 2vw;
	}
	.acceptance_container label {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	/*お問い合わせ完了*/
	.contact_thanks_inner {
		width: 90.134vw;
		padding: 18.667vw 0 26.667vw;
	}
	.contact_thanks_h2 {
		line-height: 1.59;
		font-size: 5.867vw;
		letter-spacing: 0.04rem;
		margin-bottom: 6.667vw;
	}
	.contact_thanks_text {
		line-height: 1.916;
		font-size: 3.2vw;
		letter-spacing: 0.06rem;
		text-align: left;
		margin-bottom: 13.334vw;
	}
	/*プライバシー*/
	.privacy-policy .page_title {
		line-height: 1.015;
		height: 40.134vw;
	}
	.privacy_inner {
		width: 90.134vw;
		padding: 18.667vw 0 26.667vw;
	}
	.privacy_caption {
		line-height: 1.833;
		font-size: 3.2vw;
		margin-bottom: 10.667vw;
	}
	.privacy_h2 {
		line-height: 1.454;
		font-size: 5.867vw;
		padding-bottom: 4vw;
		margin-bottom: 4vw;
	}
	.privacy_text {
		line-height: 1.833;
		font-size: 3.2vw;
		margin-bottom: 10.667vw;
	}
	.privacy_text_caption {
		line-height: 1.833;
		font-size: 3.2vw;
		margin-bottom: 4vw;
	}
	.privacy_text span {
		line-height: 1.833;
		font-size: 3.2vw;
		margin-bottom: 4vw;
	}
	.privacy_level2 > li, .privacy_level2 > li > span {
		line-height: 1.833;
		font-size: 3.2vw;
	}
	.privacy_level3 > li {
		line-height: 1.833;
		font-size: 2.667vw;
	}
	.privacy_inner ul.privacy_level3 {
		margin-top: 4vw;
		margin-bottom: 8vw;
		line-height: 1.8;
		font-size: 2.667vw;
	}
	.privacy_inner ul.privacy_level2 {
		margin-top: 4vw;
		margin-bottom: 8vw;
	}
	
}

/*メディアクエリ750以下【タブレット以上】*/
@media only screen and (min-width: 751px) {
	.sp_only {
		display: none !important;
	}
}