@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
:root{
  --main-color: #0268AB;
  --main-sub-color:#319DD1;
  --main-gd-color: linear-gradient(to right, #0268AB 0%, #319DD1 60%);
}

a{
  color: var(--main-color);
  text-decoration: none;
  transition: all .3s ease-in-out;
}
a:hover {
  color: var(--main-color);
  opacity: 0.7;
}
.main{
  padding: 0 !important;
}
.content,
.footer{
  margin-top: 0;
}
.wrap{
	width:100%;
}

.serif{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.inner_ctx{
  width: calc(100% - 200px);
  max-width: 1800px;
  margin-left: 100px;
  margin-right: 100px;
  position: relative;
  height: 100%;
}

/*header*/
.tagline{
  display: none;
}
.header-container-in{
  display: flex;
  align-items: center;
  max-width: 1800px;
  margin: 0 auto;
  width: 100%;
  justify-content: space-between;
}
.navi-in > ul li{
  width: auto;
  padding: 0 22.5px;
  height: 52px;
}
.navi-in > ul li.contact_btn a{
  border:1px solid var(--main-color);
  padding: 0 2em;
  border-radius: 6px;
}
.mobile-menu-buttons .menu-button{
  width: 50px;
}
.menu-drawer{
  margin-top: 30px;
}
.menu-drawer a{
  color:var(--main-color);
}
.menu-drawer a:hover{
  background: none;
  color:var(--main-color);
}
.menu-drawer li{
  padding: 15px 0;
  text-align: center;
}
.menu-drawer li.contact_btn a{
  border:1px solid var(--main-color);
  padding: 1em 0;
  border-radius: 6px; 
  max-width: 200px;
  margin:  0 auto;
}


/*footer*/
#footer{
  height: 210px;
  position: relative;
}
.footer-bottom{
  margin-top: 5px;
  position: static;
}
.footer-bottom-logo{
  position: relative;
}
.footer-bottom-logo .logo-image{
  width: 160px;
}
.navi-footer-in a{
  display: flex;
  align-items: center;
  height: 52px;
}
.footer-bottom.fnm-text-width .menu-footer li a{
  padding: 0 15px;
}
.navi-footer-in > .menu-footer li,
.navi-footer-in > .menu-footer li:last-child{
  border:0;
}
/*
.navi-footer-in > .menu-footer li:last-child{
  position: absolute;
  left: 1em;
  bottom: 60px;
}*/
.navi-footer-in > .menu-footer li.contact_btn{
  margin-left: 50px;
}
.navi-footer-in > .menu-footer li.contact_btn a{
  border:1px solid #fff;
  padding: 0 2em;
  border-radius: 6px;
}
.navi-footer-in > .menu-footer li.privacy_link a{
  height: auto;
}
.copyright{
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
}



/*front*/
.top_header{
  background: url(img/mv.jpg)no-repeat;
  background-size: cover;
  width: 100%;
  height: calc(100vw * 1600/3840);
}
.top_header_title{
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 46px;
  font-size: clamp(1.875rem, -1.137rem + 6.27vw, 2.875rem);
}

.top_section{
  padding:100px 0;
  text-align: center;
}
h3.top_title{
  text-align: center;
  font-weight: 600;
  font-size: 60px;
  margin: 0 auto 80px;
  background: var(--main-gd-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  letter-spacing: 2px;
  position: relative;
}
h3.top_title:after{
  content:'';
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
}
.top_link{
  display: inline-block;
  max-width: 310px;
  width: 30%;
  background: var(--main-gd-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: right;
  position: relative;
  font-size: clamp(1rem, 0.535rem + 0.97vw, 1.625rem);
}
.top_link:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all .4s ease-in-out;
  background: var(--main-gd-color);
}
.top_link:hover:before{
  width: calc(100% + 10px);
}
.top_link:after{
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0;
  transform-origin: right bottom;
  width: 20px;
  height: 1px;
  background-color: var(--main-sub-color);
  transform: rotate(45deg);
  transition: all .4s ease-in-out;
}
.top_link:hover:after{
  translate:10px;
}
.top_link span{
  display: block;
  text-align: left;
  font-weight: 500;
}


.top_about{
  padding-bottom: calc(100px + clamp(1.25rem, 0.32rem + 1.94vw, 2.5rem));
}
.top_about_title:after{
  background: url(img/mission_s.svg)no-repeat;
  background-size: contain;
  bottom: -3px;
  right: -80px;
  width: 137px;
  height: 38px;
}
.top_about_box{
  display: flex;
  align-items: center;
}
.top_about_box > *{
  width: 50%;
}
.top_about_box._top{
  margin-bottom: clamp(6.25rem, 3.459rem + 5.81vw, 10rem);
}
.top_about_box .text{
  padding-right: clamp(1.25rem, 0.32rem + 1.94vw, 2.5rem);
  text-align: left;
  font-weight: 300;
  font-size: clamp(1rem, 0.349rem + 1.36vw, 1.875rem);
  line-height: 2;
  position: relative;
  align-self: center;
}
.top_about_box .text p{
  position: relative;
  width: fit-content;
}
.top_about_box._top .text p:after{
  position: absolute;
  content:'';
  background: url(img/mission_cursive.svg)no-repeat;
  max-width: 364px;
  height: 102px;
  width: 60%;
  display: inline-block;
  background-size: contain;
  right: 0;
  bottom: -4rem;
}
.top_about_box .text h4{
  font-size: 48px;
  font-weight: 600;
  background: var(--main-gd-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.top_about_box .img{
  box-shadow: clamp(1.25rem, 0.32rem + 1.94vw, 2.5rem) clamp(1.25rem, 0.32rem + 1.94vw, 2.5rem) rgba(49,157,209,0.1);
}
.top_about_box._bottom .text{
  /*padding-left:clamp(3.75rem, 0.959rem + 5.81vw, 7.5rem);*/
  width: fit-content;
  margin: 0 auto;
  position: static;
}
.top_about_box._bottom{
  position: relative;
}
.top_about_box._bottom .text p:after{
  position: absolute;
  content:'';
  background: url(img/vision_cursive.svg)no-repeat;
  max-width: 289px;
  height: 94px;
  width: 70%;
  display: inline-block;
  background-size: contain;
  right: -5rem;
  bottom: -4rem;
}
.top_about_box._bottom .text img{
  margin-bottom: clamp(3.125rem, 1.73rem + 2.91vw, 5rem);
  width: clamp(6.25rem, 4.11rem + 4.46vw, 9.125rem);
}
.top_about_link{
  position: absolute;
  bottom: clamp(-1.25rem, 0.32rem + 1.94vw, -2.5rem);
  right: 0;
}

.top_business{
  background: rgba(49, 157, 209, 0.05);
}
.top_business .inner_ctx{
  text-align: right;
}
.top_business_text{
  text-align: center;
}
.top_business_title:after{
  background: url(img/business_s.svg)no-repeat;
  background-size: contain;
  width: 141px;
  height: 43px;
  bottom: -1px;
  right: -95px;
}
.top_buisiness_list{
  display: flex;
  gap:clamp(2.5rem, -0.756rem + 6.78vw, 6.875rem);
  justify-content: center;
  margin-bottom: 100px;
}
.top_buisiness_list .item{
  position: relative;
}
.top_buisiness_list .item:before{
  content:'';
  background-image: url(img/business01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 113px;
  height: 40px;;
}
.top_buisiness_list .item:nth-child(2):before{
  background-image: url(img/business02.svg);
}
.top_buisiness_list .item:nth-child(3):before{
  background-image: url(img/business03.svg);
}
.top_buisiness_list .item img{
  box-shadow: clamp(0.625rem, 0.16rem + 0.97vw, 1.25rem) clamp(0.625rem, 0.16rem + 0.97vw, 1.25rem) rgba(49,157,209,0.1);
}
.top_buisiness_list .item p{
  font-size: clamp(1rem, 0.349rem + 1.36vw, 1.875rem);
  margin-top: clamp(1.25rem, -0.61rem + 3.88vw, 3.75rem);
  color: var(--main-color);
  text-align: center;
}

.top_news .inner_ctx{
  text-align: right;
}
.top_news_content{
  display: flex;
  justify-content: space-between;
}
.top_news_text{
  text-align: left;
}
.top_news_text p{
  font-size: clamp(0.875rem, 0.41rem + 0.97vw, 1.5rem);
  font-weight: 300;
  letter-spacing: 1.5px;
}
.top_news_title:after{
  background: url(img/news_s.svg)no-repeat;
  background-size: contain;
  bottom: 0;
  right: -55px;
  width: 85px;
  height: 39px;
}
.top_news_list{
  list-style: none;
  text-align: left;
  max-width: 860px;
  width: 53%;
  margin-bottom: 80px;
  padding-left: 0;
  margin-left: 20px;
}
.top_news_list li a{
  display: flex;
  padding: 30px clamp(1.875rem, -1.381rem + 6.78vw, 6.25rem) 30px 10px;
  border-top: 1px solid #F1F4F5;
  gap:clamp(1.875rem, 0.48rem + 2.91vw, 3.75rem);
}
.top_news_list li:last-child a{
  border-bottom: 1px solid #F1F4F5;
}

.top_contact{
  background: rgba(49, 157, 209, 0.05);
  text-align: left;
}
.top_contact_content{
  display: flex;
  justify-content: space-between;
}
.top_contact_text{
  margin-top: -25px;
}
.top_contact_title{
  white-space: nowrap;
}
.top_contact_title:after{
  background: url(img/contact_s.svg)no-repeat;
  background-size: contain;
  bottom: 0;
  right: -35px;
  width: 128px;
  height: 50px;
}
.top_contact_btn{
  max-width: 860px;
  width: 53%;
  margin-left: 20px;
}
.top_contact_btn a{
  font-size: clamp(0.875rem, 0.41rem + 0.97vw, 1.5rem);
  font-weight: 500;
  background: var(--main-gd-color);
  border-radius: 8px;
  padding: 20px clamp(0.938rem, 0.705rem + 0.48vw, 1.25rem) 20px clamp(1.25rem, -0.61rem + 3.88vw, 3.75rem);
  color: #fff;
  letter-spacing: 2px;
  display: inline-flex;
  align-items: center;
}
.top_contact_btn a:after{
  content:'';
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiIHZpZXdCb3g9IjAgMCA1Mi43MiAxMi4zIj48cGF0aCBkPSJNMCAxMS41NWg1MC43OWwtMTItMTEiIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiNmZmY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjEuNXB4Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(1.875rem, 0.945rem + 1.94vw, 3.125rem);
  height:calc(clamp(1.875rem, 0.945rem + 1.94vw, 3.125rem) * 7/30);
  margin-left: clamp(1.25rem, 0.785rem + 0.97vw, 1.875rem);
  transition: all .3s ease-in-out;
}
.top_contact_btn a:hover:after{
  translate: 5px;
}
.top_contact_btn p{
  font-size: clamp(0.875rem, 0.41rem + 0.97vw, 1.5rem);
  text-align: left;
  font-weight: 300;
  margin-top: 40px;
}

/*page*/
.c_header{
  height: calc(100vw * 260/1920);
  min-height: 260px;
  position: relative;
  background: url(img/hd_contact.jpg) no-repeat;
  background-size: cover;
  background-position: 30%;
}
.c_header_title{
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: inline-block;
  letter-spacing: 1.5px;
  white-space: nowrap;
}
.c_header_title:after{
  content:'';
  position: absolute;
  bottom: 0;
  background-size: contain;
}
.c_content{
  text-align: center;
  padding: 50px 0;
}
h3.c_content_title{
  background: var(--main-gd-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.875rem, -0.118rem + 4.16vw, 3rem);
  font-feature-settings: "palt";
  margin-left: 0;
  border:0;
}
.c_content_btn a{
  font-size: clamp(0.875rem, 0.41rem + 0.97vw, 1.5rem);
  font-weight: 500;
  background: var(--main-gd-color);
  border-radius: 8px;
  padding: 20px calc(20px + clamp(1.875rem, 0.945rem + 1.94vw, 3.125rem)) 20px 0px;
  color: #fff;
  letter-spacing: 2px;
  display: inline-flex;
  align-items: center;
  width: 400px;
  justify-content: center;
  position: relative;
}
.c_content_btn a:after{
  content:'';
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiIHZpZXdCb3g9IjAgMCA1Mi43MiAxMi4zIj48cGF0aCBkPSJNMCAxMS41NWg1MC43OWwtMTItMTEiIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiNmZmY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjEuNXB4Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(1.875rem, 0.945rem + 1.94vw, 3.125rem);
  height:calc(clamp(1.875rem, 0.945rem + 1.94vw, 3.125rem) * 7/30);
  position: absolute;
  right: 20px;
  transition: all .3s ease-in-out;
}
.c_content_btn a:hover:after{
  translate: 5px;
}

/*page-content*/
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6{
  padding-left: 0;
}
.page .date-tags,
.page .article-header,
.single .article-header,
.article-footer{
  display: none;
}
.page article,
.single article{
  padding: 100px 0;
}
.page article p,
.single article p{
  font-weight: 300;
  font-size: 20px;
}
.single article p{
  text-align: left;
}
.entry-content{
  margin: 0 auto;
  text-align: center;
}
.single .entry-content{
  max-width: 820px;
}
h3.single_title{
  text-align: center;
  font-size: 24px;
  border:0;
  border-bottom: 1px solid;
  border-image: var(--main-gd-color) 1;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
.entry-date{
  font-size: 14px;
}
.post-update{
  display: none;
}
.single_footer{
  text-align: center;
  margin: 100px auto 0;
}
h3.page_title{
  margin-bottom: 100px;
  font-size: 55px;
  padding: 0;
}
.under-entry-content{
  display:none;
}



/*aboutus*/
.c_header_about{
  background: url(img/hd_about.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}
.title_about:after{
  background: url(img/about_s.svg) no-repeat;
  width: 160px;
  height: 49px;
  right:-100px;
}
.vision{
  margin: 100px 0 120px;
}
h3.vision_title:after{
  background: url(img/vision_s.svg) no-repeat;
  background-size: contain;
  bottom: -15px;
  right: -70px;
  width: 109px;
  height: 35px;
}
.vision_colmuns{
  display: flex;
  margin-bottom: clamp(6.25rem, 3.459rem + 5.81vw, 10rem);
  align-items: center;
}
.vision_colmun{
  width: 50%;
}
h4.vision_column_title{
  text-align: left;
  background:var(--main-gd-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  font-size: 30px;
  padding: 30px 0 15px;
}
._reverse h4.vision_column_title{
  text-align: right;
}
h4.vision_column_title:after{
  position: absolute;
  content: '';
  background:var(--main-gd-color);
  width: 110%;
  height: 1px;
  left: 0;
  bottom: 0;
}
._reverse h4.vision_column_title:after{
  left: auto;
  right: 0;
}
h4.vision_column_title span{
  background:var(--main-gd-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.vision_column_text{
  text-align: left;
}
._reverse .vision_column_text{
  text-align: right;
}
.orijin{
  position: relative;
  padding: clamp(3.75rem, -2.899rem + 10.4vw, 7.5rem) 0;
}
.orijin > div{
  background: #fff;
  padding: clamp(3.75rem, -2.899rem + 10.4vw, 7.5rem) 0;
}
.orijin:after{
  content:'';
  position: absolute;
  left: 50%;
  top:0;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: rgba(49, 157, 209, 0.1);
  z-index: -1;
}
.orijin_text{
  padding: 0 20px;
}
.orijin_text span{
  font-weight: 600;
  color:var(--main-color)
}
h4.orijin_subtitle{
  background:var(--main-gd-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 40px;
  padding: 30px 0 15px;
}
.orijin_colmuns{
  display: flex;
  max-width: 1320px;
  padding: 0 40px;
  gap:clamp(3.75rem, -2.899rem + 10.4vw, 7.5rem);
  margin: 0 auto 100px;
}
.orijin_colmun_title{
  font-weight: 600 !important;
  padding: 20px 0;
  color:var(--main-color);
  margin: 0 !important;
}
.orijin_colmun_text,
.orijin_subtext{
  font-size: 18px;
  font-weight: 300;
  display: block;
}
.orijin_subtext{
  padding: 0 20px;
}
.company{
  margin-top:60px;	
}
h3.company_title:after{
  background: url(img/company_s.svg) no-repeat;
  background-size: contain;
  bottom: -5px;
  right: -70px;
  width: 149px;
  height: 42px;
}
.company_table{
  width: fit-content;
  margin: 0 auto;
}
.company_table th{
  text-align: left;
  font-size: 18px;
  width: 200px;
  color:var(--main-color);
  padding: 20px 20px 20px 40px;
  border-bottom: 1px solid #f1f4f5 !important;
}
.company_table td{
  text-align: left;
  font-size: 18px;
  padding: 20px 100px 20px 20px;
  border-bottom: 1px solid #f1f4f5 !important;
  font-weight: 300;
}
.company_table td ol{
  margin: 0;
  padding-left: 15px;
}
/*serive*/
.c_header_service{
  background: url(img/hd_service.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}
.title_service:after{
  background: url(img/service_s.svg) no-repeat;
  width: 135px;
  height: 39px;
  right:-110px;
}
.strong{
  margin-bottom: 120px;
}
h3.strong_title{
  margin-bottom: 130px;
}
.strong_list{
  list-style: none;
  display:flex;
  gap:clamp(2.5rem, -0.756rem + 6.78vw, 6.875rem);
  margin: 0 !important;
  padding: 0 !important;
}
.strong_list_item{
  position: relative;
  background:rgb(49 157 209 / 10%);
  padding: clamp(2.5rem, -1.932rem + 6.93vw, 5rem) clamp(1.25rem, -0.966rem + 3.47vw, 2.5rem) clamp(1.25rem, -0.966rem + 3.47vw, 2.5rem);
  width: calc(100% / 3 - (clamp(2.5rem, -0.756rem + 6.78vw, 6.875rem)/3));
  margin: 0 !important;
}
.strong_list_num{
  position: absolute;
  font-weight: 500;
  font-size: 48px;
  margin: 0;
  padding: 0;
  left: 50%;
  top: clamp(-3.125rem, -2.416rem + 8.67vw, -6.25rem);
  transform: translateX(-50%);
  background:var(--main-gd-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h4.strong_list_title{
  border:0;
  padding: 0;
  color:var(--main-color);
  font-size:clamp(1.25rem, 0.585rem + 1.04vw, 1.625rem);
}
p.strong_list_text{
  margin-bottom: 0;
  text-align: left;
  font-size: 18px !important;
}
.detail_colmuns{
  display: flex;
  margin-bottom: clamp(6.25rem, 3.459rem + 5.81vw, 10rem);
  align-items: center;
  justify-content: space-between;
}
.detail_colmun{
  width: 40%;
  text-align: justify;
}
h4.detail_colmun_title{
  background:var(--main-gd-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  padding: 0;
  margin-bottom: clamp(2.5rem, -1.932rem + 6.93vw, 5rem);
  font-weight: 500;
}
.detail_colmun_text{
  margin-bottom: 0 !important;
  font-size: 18px !important;
}
._reverse .detail_colmun_title{
  text-align: right;
}
.detail_colmun_image{
  width: 50%;
  box-shadow: clamp(1.25rem, 0.32rem + 1.94vw, 2.5rem) clamp(1.25rem, 0.32rem + 1.94vw, 2.5rem) rgba(49, 157, 209, 0.1);
}

/*404*/
.error404 .c_header{
  background: url(img/hd_404.jpg)no-repeat;
  background-size: cover;
}
.error404 .c_header_title:after{
  background: url(img/404_s.svg) no-repeat;
  width: 181px;
  height: 60px;
  right:-130px;
}

/*contact*/
.c_header_contact{
  background: url(img/hd_contact.jpg)no-repeat;
  background-size: cover;
  background-position: 30%;
}
.title_contact:after{
  background: url(img/contact_s.svg) no-repeat;
  width: 150px;
  height: 59px;
  right: -70px;
}
.wpcf7{
  max-width: 820px;
  width: 100%;
  margin: 60px auto 0;
  text-align: center;
}
.wpcf7 label{
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  display: block;
}
.wpcf7 label .required:before{
  content:'必須';
  font-weight: 400;
  font-size: 18px;
  color:var(--main-sub-color);
  border-radius: 4px;
  padding: 0 3px 2px;
  border:1px solid;
  display: inline-block;
  line-height: 1.2;
  margin-left: 5px;
}

input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], textarea, select, .search-edit{
  background-color: #F1F4F5;
  border-radius: 4px;
  border:1px solid #CED4DA;
}
input:focus, textarea:focus{
  border:2px solid #333;
  outline: none;
}
input::placeholder,textarea::placeholder{
  color: #808080;
  font-weight: 300;
}
input[type="submit"]{
  font-weight: 500;
  background: var(--main-gd-color);
  border-radius: 8px;
  padding: 20px calc(20px + clamp(1.875rem, 0.945rem + 1.94vw, 3.125rem)) 20px 0px;
  color: #fff;
  letter-spacing: 2px;
  display: inline-flex;
  align-items: center;
  border:0;
  font-size: clamp(0.875rem, 0.41rem + 0.97vw, 1.5rem);
  width: 100%;
}
.contact_btn{
  text-align: center;
}
.contact_btn p{
  width: 400px;
  margin: 0 auto;
  position: relative;
  transition: all .3s ease-in-out;
}
.contact_btn p:after{
  position: absolute;
  right: 20px;
  top:30px;
  content:'';
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiIHZpZXdCb3g9IjAgMCA1Mi43MiAxMi4zIj48cGF0aCBkPSJNMCAxMS41NWg1MC43OWwtMTItMTEiIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiNmZmY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjEuNXB4Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(1.875rem, 0.945rem + 1.94vw, 3.125rem);
  height:calc(clamp(1.875rem, 0.945rem + 1.94vw, 3.125rem) * 7/30);
  transition: all .3s ease-in-out;
}
.contact_btn p:hover{
  opacity: 0.7;
}
.contact_btn p:hover:after{
  translate: 5px;
}
.wpcf7-spinner{
  position: absolute;
}


#list,article.article{
  gap:0;
  padding: 100px 0;
}

#list{
  max-width: 820px;
  margin: 0 auto;
}
/*archive*/
.c_header_news{
  background: url(img/hd_contact.jpg)no-repeat;
  background-size: cover;
  background-position: 30%;
}
.title_news:after{
  background: url(img/news_s.svg) no-repeat;
  width: 85px;
  height: 39px;
  right: -55px;
}
.archive-title,
.ect-vertical-card .entry-card-wrap .entry-card-thumb,
.post-date .far{
  display: none;
}
.ect-vertical-card .entry-card-wrap .entry-card{
  flex-direction: column;
}
.ect-3-columns .entry-card-wrap{
  width: 100%;
}
.ect-vertical-card .entry-card-wrap .entry-card-content{
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  color: var(--main-color);
  gap:clamp(1.875rem, 0.48rem + 2.91vw, 3.75rem);
  padding: 30px clamp(1.875rem, -1.381rem + 6.78vw, 6.25rem) 30px 10px;
}
.ect-vertical-card .entry-card-wrap .post-date, .ect-vertical-card .entry-card-wrap .post-update{
	padding:0;
}
.ect-vertical-card .entry-card-wrap .entry-card-meta{
  padding-top: 0;
  margin-top: 0;
}
.related-entry-card-title, .entry-card-title{
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
}
.entry-date{
  font-size: 16px;
  margin: 0;
  line-height: 1.8;
}
.ect-3-columns .entry-card-wrap{
  padding: 0;
  border-top: 1px solid #F1F4F5;
}
.ect-3-columns .entry-card-wrap:last-child{
  border-bottom: 1px solid #F1F4F5;
}
.archive .pagination-next,
.archive .pagination-prev{
  display: none;
}
.page-numbers{
  color:var(--main-sub-color);
  font-weight: 300;
}
.page-numbers.current{
  color:#000;
}
.pagination a:hover{
  color:var(--main-subcolor);
}
.page-numbers span{
  display: none;
}
.prev.page-numbers:before{
  content:'〈';
}
.next.page-numbers:after{
  content:'〉';
}


/*breadcrumb*/
.breadcrumb{
  width: 100%;
  max-width: 1600px;
  margin: 10px auto;
}
.breadcrumb-home .fas,.breadcrumb-item .fas,
.breadcrumb-item .far{
  display: none;
}
.breadcrumb-home,.breadcrumb-item{
  font-weight: 300;
}
.breadcrumb-item{
  margin-left: 10px;
}
.breadcrumb .breadcrumb-caption{
  color: var(--main-sub-color);
  font-size: 18px;
}
.breadcrumb .breadcrumb-item:nth-last-of-type(1) .breadcrumb-caption{
  color:initial;
}
.breadcrumb-item:before{
  content:'〉';
  color: var(--main-sub-color);
  margin-right: 10px;
}
.breadcrumb .sp{
  display: none !important;
}

.tb,.sp{
  display: none;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1800px以下*/
@media screen and (max-width: 1600px){
  .inner_ctx{
    width: calc(100% - 120px);
    margin-left: 60px;
    margin-right: 60px;
  }
  .breadcrumb{
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }  
}
/*1023px以下*/
@media screen and (max-width: 1023px){
  .no-sidebar .content .main{
    overflow: hidden;
  }
  .footer-bottom-logo{
    float: left;
  }
  .footer-bottom-content{
    float: right;
  }
  .inner_ctx{
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
  }
  .breadcrumb .breadcrumb-caption{
    font-size: 14px;
  }
  h3.top_title{
    margin-bottom:  60px;
  }
  .top_contact_btn{
    width: auto;
  }
  .mobile-header-menu-buttons{
    max-width: 100vw;
  }
  .mobile-menu-buttons .menu-caption,
  .mobile-menu-buttons .search-menu-button{
    display: none;
  }
  .logo-menu-button a{
    width:100px;
    margin-right: 35px;
  }
  #list,article.article,
  .page article,
  .single .article{
    padding: 50px 0 60px;
  }
  .page article p,
  .single .article p,
  .wpcf7 label{
    font-size: 16px;
  }
  h3.single_title{
    font-size: 20px;
  }
  .wpcf7 label .required:before{
    font-size: 14px;
    padding: 0 3px;
  }
  input[type="submit"],
  .c_content_btn a{
    font-size: 18px;
  }
  h3.strong_title{
    margin-bottom: 100px;
  }
  p.strong_list_text,
  p.detail_colmun_text{
    font-size: 16px !important;
  }
}

/*834px以下*/
@media screen and (max-width: 834px){
  #footer{
    height: 350px;
  }
  .navi-footer-in > .menu-footer li.menu-item{
    width: auto;
    white-space: nowrap;
  }
  .navi-footer-in > .menu-footer li:last-child{
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
	position: absolute;
  }
}

/*768px以下*/
@media screen and (max-width: 767px){
  .footer-bottom-logo,
  .footer-bottom-content{
    float: none;
  }
  .navi-footer-in a{
    font-size: 13px;
  }
  .navi-footer-in > .menu-footer li.menu-item{
    display: block;
    flex: none;
    font-size: 12px;
  }
  .navi-footer-in > .menu-footer li.contact_btn{
    margin-left: 0;
  }
  .copyright{
    bottom: 10px;
  }
  .inner_ctx,#list,article.article{
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
  .top_header{
    height: 70vh;
    background-position: 65%;
    min-height: 500px;
  }
  .top_header_title{
    font-size: 7.5vw;
  }
  h3.top_title{
    margin-bottom: 40px;
  }
  .top_link{
    width: 50%;
  }
  .top_about{
    padding-bottom: 220px;
  }
  .top_about_box{
    flex-wrap: wrap;
  }
  .top_about_box > *{
    width: 100%;
  }
  .top_about_box .text{
    width: fit-content;
    margin: 0 auto 40px;
    padding: 0;
  }
  .top_about_box .img{
    max-width: 400px;
    margin: 0 auto;
  }
  .top_about_box._bottom{
    flex-direction: column-reverse;
  }
  .top_about_box._bottom .text{
    max-width: 400px;
    margin: 0 auto 40px;
  }
  .top_about_link{
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -120px;
  }
  .top_business .inner_ctx{
    text-align: center;
  }
  .top_buisiness_list{
    flex-wrap: wrap;
    gap:80px;
    margin-top: 70px;
  }
  .top_buisiness_list .item{
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .top_buisiness_list .item img{
    max-width: 400px;
    width: 100%;
  }
  .top_news .inner_ctx,
  .top_contact .inner_ctx{
    text-align: center;
  }
  .top_news_content{
    flex-direction: column;
  }
  .top_news_text,
  .top_contact_text{
    text-align: center;
  }
  .top_news_text p{
    margin: 0 0 30px;
  }
  .top_news_list{
    width: 100%;
    margin-left: 0;
  }
  .top_news_list li a{
    flex-direction: column;
    gap:5px;
    padding: 15px 0;
  }
  .top_contact_content{
    flex-direction: column;
    justify-content: center;
  }
  .top_contact_btn{
    margin:30px auto 0;
    width: 100%;
    max-width: 500px;
  }
  .top_contact_btn p{
    text-align: center;
  }
  .c_header{
    min-height: 30vw;
  }
  .c_header_title{
    font-size: 30px;
  }
  .c_header_title:after{
    scale: 0.5;
    transform-origin: bottom;
  }
  .title_service:after,
  .title_about:after{
    right: -90px;
  }
  .ect-vertical-card .entry-card-wrap .entry-card-content{
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 5px;
    padding: 15px 0;
  }
  h3.strong_title{
    margin-bottom: 60px;
  }
  .strong_list,
  .detail_colmuns,
  .vision_colmuns,
  .orijin_colmuns{
    flex-wrap: wrap;
    gap:80px;
    flex-direction: column;
  }
  .detail_colmuns,
  .orijin_colmuns{
    gap:60px;
  }
  .vision_colmuns{
    gap:0;
    margin: 0;
  }
  .strong_list_item,
  .detail_colmun,
  .vision_colmun{
    width: 100%;
  }
  .orijin_colmuns{
    padding: 0 20px;
  }
  .detail_colmuns._reverse,
  .vision_colmuns._reverse{
    flex-direction: column-reverse;
  }
  .detail_colmun_image{
    max-width: 400px;
    width: 100%;
  }
  h4.detail_colmun_title,
  ._reverse .detail_colmun_title{
    text-align: center;
  }
  h4.detail_colmun_title{
    font-size: 24px;
    margin-bottom: 20px;
  }
  h4.vision_column_title{
    padding: 50px 0 20px;
    margin-bottom: 30px;
    font-size: 24px;
  }
  h4.orijin_subtitle{
    font-size: 24px;
  }
  .orijin_colmun_title{
    font-size: 20px !important;
  }
  .orijin_colmun_text,
  .orijin_subtext{
    font-size: 16px;
  }
  .company_table th{
    font-size: 16px;
    display: block;
    border:0 !important;
    width: 100%;
    padding: 20px 0 0;
  }
  .company_table td{
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 20px 0;
  }
  .pc{
    display: none;
  }
  .tb{
    display: block;
  }
  .tb-left{
    text-align: justify;
  }
}

/*599px以下*/
@media screen and (max-width: 599px){
  #list,article.article,
  .page article,
  .single article{
    padding: 30px 0 60px;
  }
  h3.single_title{
    font-size: 18px;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  .navi-footer-in > .menu-footer li:last-child{
    bottom:80px;
  }
  h3.top_title{
    font-size: 9vw;
  }
  .top_about_box .text h4{
    font-size: 25px;
  }
  .top_about_title:after{
    width: calc(137vw * 3/20);
    height: calc(38vw * 3/20);
    right:  calc(-137vw * 3/20 * 2/3);
    bottom: 0;
  }
  .top_business_title:after{
    width: calc(141vw * 3/20);
    height: calc(43vw * 3/20);
    right: calc(-141vw * 3/20 * 2/3);
    bottom: 0;
  }
  .top_news_title:after{
    width: calc(85vw * 3/20);
    height: calc(39vw * 3/20);
    right: calc(-85vw * 3/20 * 2/3);
    bottom: 0;
  }
  .top_contact_title:after{
    width: calc(128vw * 3/20);
    height: calc(50vw * 3/20);
    right: calc(-128vw * 3/20 * 1/3);
    bottom: 0;
  }
  h3.c_content_title{
    font-size: 7.3vw;
    padding: 0;
  }
  .c_content_btn a,.contact_btn p{
    min-width: auto;
    width: 90%;
    max-width: 400px;
  }
  .sp{
    display: block;
  }
}