@charset "utf-8";
/*-----------------------------------------------------

  sub.css
  sub page CSS

------------------------------------------------------*/

body {
  background: url(../images/common/bg_contents.jpg) no-repeat center top #f1f8fc;
  background-size: 100% auto;
  padding-top: 140px;
}

/*-----------------------------------------------------
  general　
-----------------------------------------------------*/

/*---- table -----*/

table.normal {
  width: 100%;
}

table.normal th, table.normal td {
  font-size: 1.8em;
  border-bottom: solid 1px #003e50;
  padding: 25px 30px;
  vertical-align: middle;
}

/*---- list -----*/

ul.disc li {
  font-size: 1.8em;
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}

ul.disc li::before {
  content: '・';
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  color: #16809e;
}

ol.num {
  font-size: 1.8em;
  margin-left: 1.5em;
  margin-bottom: 25px;
}

ol.num li {
  margin-bottom: 0.5em;
}


/*-----------------------------------------------------
  header
-----------------------------------------------------*/
#header_fixed {
  flex-wrap: wrap;
  height: 140px;
  border-bottom: none;
}

#header_navi li a {
  height: 69px;
}

.breadcrumb {
  margin-top: 70px;
  text-align: right;
  float: right;
}

.breadcrumb li {
  height: 30px;
  display: inline-block;
  font-size: 1.6em;
  line-height: 30px;
  background: url(../images/common/arrow_breadcrumb.png) no-repeat left center;
  background-size: 7px auto;
  padding-left: 24px;
  padding-right: 10px;
}

.breadcrumb li.home {
  background: url(../images/common/icon_home.png) no-repeat left top;
  background-size: 24px auto;
  padding: 0 15px 0 30px;
}

.breadcrumb a:link {text-decoration:underline; color:#333333;}
.breadcrumb a:visited {text-decoration:underline; color:#333333;}
.breadcrumb a:hover {text-decoration:underline; color:#16809e;}

.download_header {
  width: 100%;
  height: 70px;
  background: #7c8f92;
  border-top: solid 1px #003e50;
  border-bottom: solid 1px #003e50;
  display: flex;
  justify-content: center;
  align-items: center;
}

.download_header p {
  font-size: 1.6em;
  color: #fff;
}

.download_header .onlyPC {
  display: inline;
}

.btn_header_download {
  width: 285px;
  height: 45px;
  margin-left: 20px;
}

.btn_header_download a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 48px;
  font-size: 1.6em;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  border-radius: 23px;
  border: solid 2px #16809e;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500"><path fill="%23FFFFFF" d="M464.379,175.621l-79.694,0.742c0,0-63.539,63.548-105.993,106.005V4.517H222.85v277.855 c-42.433-42.424-105.909-105.899-105.909-105.899l-79.799-0.84l213.625,213.615L464.379,175.621z M444.53,362.613l-0.01,78.146	l-388.324-0.02l0.007-78.127H0.372L0.36,440.735v55.844l499.991,0.016v-0.016l0.01-133.966H444.53L444.53,362.613z"/></svg>') no-repeat right 27px center #16809e;
  background-size: 21px auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn_header_download a:hover {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500"><path fill="%2316809e" d="M464.379,175.621l-79.694,0.742c0,0-63.539,63.548-105.993,106.005V4.517H222.85v277.855 c-42.433-42.424-105.909-105.899-105.909-105.899l-79.799-0.84l213.625,213.615L464.379,175.621z M444.53,362.613l-0.01,78.146	l-388.324-0.02l0.007-78.127H0.372L0.36,440.735v55.844l499.991,0.016v-0.016l0.01-133.966H444.53L444.53,362.613z"/></svg>') no-repeat right 27px center #fff;
  background-size: 21px auto;
}

.btn_header_download a:link {text-decoration:none; color:#fff;}
.btn_header_download a:visited {text-decoration:none; color:#fff;}
.btn_header_download a:hover {text-decoration:none; color:#3896b0;}


/*-----------------------------------------------------
  contents
------------------------------------------------------*/

#contents {
  width: 100%;
}

#contents main {
  width: 1280px;
  margin: 0 auto;
  padding-top: 100px;
}

#contents main h1 {
  margin-bottom: 35px;
  font-size: 3em;
  line-height: 1.2;
  font-weight: normal;
  display: inline-block;
  position: relative;
}

#contents main h1::after {
  content: '';
  width: 216px;
  height: 10px;
  background: url(../images/common/line_h2.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  right: -235px;
  bottom: 10px;
}

#contents main h1 span.h1_en {
  display: block;
  font-size: 2em;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  color: #16809e;
}

#contents_inner {
  width: 1200px;
  margin: 0 auto 77px;
  padding: 110px 100px 120px;
  border-radius: 10px;
  background: #fff;
}

#contents section {
  margin-bottom: 120px;
}

#contents section h2 {
  font-size: 3em;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  color: #16809e;
  margin-bottom: 35px;
}

/*---- COMPANY -----*/

#company #contents_inner {
  padding-top: 0;
}

#vision_mission {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 70px 0;
  position: relative;
}

#vision_mission::before {
  content: '';
  width: 29px;
  height: 352px;
  background: url(../images/company/icon_vision_mission.png) no-repeat center center;
  background-size: auto 100%;
  position: absolute;
  top: 80px;
  left: -29px;
}

#vision_mission::after {
  content: '';
  width: 29px;
  height: 352px;
  background: url(../images/company/icon_vision_mission.png) no-repeat center center;
  background-size: auto 100%;
  position: absolute;
  top: 80px;
  right: -29px;
  transform: rotate(180deg);
}

#contents section#vision_mission h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 360px;
  margin-bottom: 0;
  font-size: 3.6em;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  text-align: center;
  line-height: 1.4;
  color: #333;
  background: url(../images/company/bg_vision_mission.png) no-repeat center center;
}

#contents section#vision_mission h2 span.vision_en {
  width: 100%;
  font-size: 0.8333em;
  color: #16809e;
  display: block;
}

#vision_mission p {
  font-size: 2em;
  line-height: 2.4;
  text-align: center;
  margin-top: -70px;
}

#profile .flex_box {
  justify-content: space-between;
}

.profile_photo {
  width: 360px;
}

.profile_data {
  width: 570px;
}

.profile_name {
  margin-bottom: 20px;
}

.profile_name h3 {
  font-size: 2.2em;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  color: #16809e;
}

.profile_name h3 span {
  font-size: 0.727em;
  font-family: YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

.profile_data p {
  font-size: 1.8em;
  line-height: 2;
  margin-bottom: 20px;
}

.profile_data h4 {
  font-size: 1.8em;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  color: #16809e;
  margin-bottom: 5px;
}


/*---- SERVICE -----*/

#service #contents section {
  margin-bottom: 45px;
  padding-bottom: 35px;
  border-bottom: solid 1px #003e50;
}

#service #contents section h2 {
  color: #333;
  font-size: 2.8em;
  line-height: 1.8;
  margin-bottom: 5px;
}

#service #contents section h2::before {
  margin-right: 20px;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  color: #fff;
  font-size: 2.5em;
  line-height: 1;
  -webkit-text-stroke: 2px #16809e;
  text-stroke: 2px #16809e;
  paint-order: stroke;
  vertical-align: top;
}

#service #contents section#sect_01 h2::before {
  content: '01';
}

#service #contents section#sect_02 h2::before {
  content: '02';
}

#service #contents section#sect_03 h2::before {
  content: '03';
}

#service #contents section#sect_04 h2::before {
  content: '04';
}

#service section .flex_box {
  justify-content: space-between;
  padding-left: 100px;
}

#service section .flex_box p {
  width: 490px;
  font-size: 1.8em;
}

#service section .flex_box ul {
  width: 490px;
}

#service .sect_photo {
  width: 360px;
  aspect-ratio: 3/2;
}

#service .sect_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*---- REASON -----*/

#reason #contents section {
  margin-bottom: 75px;
}

#reason #contents section h2 {
  padding: 25px;
  font-size: 2.8em;
  background: #f3f4f4;
  color: #333;
  line-height: 1;
}

#reason #contents section h2 span {
  font-size: 0.583em;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  color: #16809e;
  margin-right: 45px;
}

#reason #contents section h2 span span {
  font-size: 2em;
  margin-left: 5px;
  line-height: 0.8;
  margin-right: 0;
}

#reason section .flex_box {
  justify-content: space-between;
  padding-left: 20px;
}

#reason section .flex_box p {
  width: 570px;
  font-size: 1.8em;
  line-height: 2;
}

#reason .sect_photo {
  width: 360px;
  aspect-ratio: 3/2;
}

#reason .sect_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*---- CLIENTS -----*/

#client_list {
  display: flex;
  flex-wrap: wrap;
}

.client_box {
  margin-right: 24px;
  margin-bottom: 77px;
}

.client_box:nth-of-type(4n) {
  margin-right: 0;
}

.client_logo {
  width: 232px;
  height: 232px;
  border: solid 1px #7c8f92;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client_logo img {
  max-width: 80%;
  height: auto;
}

.client_name {
  font-size: 1.8em;
  text-align: center;
  margin-top: 15px;
}

/*---- footer contact -----*/

aside {
  margin-top: 120px;
}

#contact_footer h2 {
  font-size: 4em;
  line-height: 1;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  color: #16809e;
  display: inline-block;
  position: relative;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 40"><path fill="%237c8f92" d="M47.542,0.556H3.169c-1.545,0-2.81,1.272-2.81,2.808v4.848l23.514,17.873c0.342,0.268,0.904,0.447,1.48,0.444	c0.575,0.003,1.137-0.175,1.488-0.449L50.36,8.421V3.363C50.36,1.828,49.096,0.556,47.542,0.556z M25.354,30.393 c-1.047-0.005-2.111-0.292-2.987-0.956L0.36,12.712v24.036c0,1.534,1.265,2.808,2.81,2.808h44.372c1.555,0,2.818-1.273,2.818-2.808	v-23.84l-22.016,16.53C27.462,30.101,26.402,30.388,25.354,30.393z"/></svg>') no-repeat left bottom 1px;
  background-size: 43px auto;
  margin-bottom: 20px;
  padding-left: 55px;
}

#contact_footer h2::after {
  content: '';
  width: 216px;
  height: 10px;
  background: url(../images/common/line_h2.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  right: -230px;
  bottom: 3px;
}

.contact_footer_box {
  padding: 30px 40px;
  border: solid 1px #003e50;
  display: flex;
  justify-content: space-between;
}

.contact_footer_box h3 {
  font-size: 3em;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
}

.contact_footer_box p {
  font-size: 1.8em;
}

.contact_footer_box .box_L {
  width: 530px;
}

.contact_footer_box .box_R {
  width: 385px;
  display: flex;
  align-items: flex-end;
}

#contact_footer .btn_more, #privacy_policy_contents .btn_more {
  width: 385px;
  height: 60px;
}

#privacy_policy_contents .btn_more {
  margin: 70px auto 0;
}

#contact_footer .btn_more a, #privacy_policy_contents .btn_more a {
  font-size: 2.4em;
  padding-right: 50px;
  border: solid 2px #16809e;
  border-radius: 30px;
  line-height: 56px;
}

#contact_footer .btn_more .arrow_s, #privacy_policy_contents .btn_more .arrow_s {
  width: 36px;
  height: 11px;
  top: 24px;
  right: 32px;
}


/*---- contact ----*/

.contents_lead {
  width: 100%;
  background: #f3f4f4;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 75px;
}

.contents_lead p {
  font-size: 2em;
  text-align: center;
  line-height: 2.4;
}

.contents_lead p a:link {text-decoration:underline; color:#16809e;}
.contents_lead p a:visited {text-decoration:underline; color:#16809e;}
.contents_lead p a:hover {text-decoration:underline; color:#3896b0;}

#contents section#contact_form {
  width: 800px;
  margin: 0 auto;
}

.notice {
  font-size: 1.6em;
  text-align: right;
  margin-bottom: 15px;
}

#contact_form p {
  font-size: 2em;
}

#contact_form p.notice {
  font-size: 1.6em;
}

#contact_form .font_blue {
  font-size: 0.8em;
  line-height: 2;
  margin: 0 5px;
}

#contact_form form dl {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  align-items: center;
  justify-content: space-between;
}

#contact_form form dt {
  width: 200px;
}

#contact_form form dd {
  width: 600px;
}

#contact_form form dd p {
  margin-bottom: 8px;
}

#contact_form form dd p.ver_middle {
  line-height: 45px;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

#contact_form form dd input[type="text"], #contact_form form dd input[type="email"] {
  width: 100%;
  height: 60px;
  padding: 15px;
  font-size: 0.8em;
  border: solid 1px #003e50;
}

#contact_form form dd input.narrow[type="text"] {
  width: 80px;
  height: 45px;
  margin-left: 8px;
  padding: 5px;
}

#contact_form form dd input.middle[type="text"] {
  width: 120px;
  height: 45px;
  margin-left: 8px;
  padding: 5px;
}

#contact_form form dd input.long[type="text"] {
  width: 250px;
  height: 45px;
  margin-left: 8px;
  padding: 5px;
}

#contact_form form dd select {
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-size: 0.8em;
  padding: 10px;
  border: solid 1px #003e50;
}

#contact_form form dd textarea {
  width: 100%;
  height: 200px;
  padding: 15px;
  font-size: 0.8em;
  border: solid 1px #003e50;
}

#contact_form form dd label {
  display: block;
  margin-bottom: 5px;
  line-height: 1;
}

#btn_submit {
  padding-left: 70px;
}

#btn_submit p {
  text-align: center;
  padding: 65px 0 15px;
}

#btn_submit input {
  width: 385px;
  height: 60px;
  padding-right: 50px;
  text-align: center;
  font-size: 1.2em;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  border: none;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  background: url(../images/common/arrow_s.svg) no-repeat right 35px bottom 23px #16809e;
  background-size: 36px auto;
}

#btn_submit input:hover {
  background-color: #3896b0;
}

::placeholder {
  color: #cdcdcd;
}

.recaptcha_wrapper {
  width: 100%;
  margin: 50px auto 0;
}

#contact_form p.recaptcha_policy {
	font-size: 1.4em;
  text-align: center;
}

p.recaptcha_policy a:link {text-decoration:underline;; color:#16809e;}
p.recaptcha_policy a:visited {text-decoration:underline; color:#16809e;}
p.recaptcha_policy a:hover {text-decoration:none; color:#16809e;}

.grecaptcha-badge { visibility: hidden; }

.wpcf7 form .wpcf7-response-output {
  border: none;
  background: #fff;
  font-size: 2em;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  padding: 10px;
}

/*---- PRIVACY POLICY ----*/

#privacypolicy #contents section {
  margin-bottom: 0;
}

#privacypolicy #contents main h1 {
  font-size: 2.4em;
}

.privacy_lead p, .news_lead p {
  font-size: 1.8em;
  line-height: 2;
  margin-bottom: 18px;
}

#contents section #privacy_policy_contents h2, #contents section #news_contents h2 {
  font-size: 2em;
  margin: 35px 0 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #003e50;
}

#privacy_policy_contents p, #news_contents p {
  font-size: 1.8em;
  line-height: 2;
  margin-bottom: 25px;
}

#privacy_policy_contents h3, #news_contents h3 {
  font-size: 1.8em;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  color: #16809e;
  margin-bottom: 5px;
}


/*---- NEWS ----*/

#news_header {
  width: 900px;
  margin: 0 auto;
}

.news_category {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 20px;
  background: #7c8f92;
  font-size: 1.6em;
  line-height: 1;
  color: #fff;
}

#contents main #news_header h1::after {
  display: none;
}

#contents main #news_header h1 {
  font-size: 2.6em;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  line-height: 1.7;
  margin-bottom: 10px;
  display: block;
}

.news_date {
  font-size: 1.6em;
}

.news_lead {
  width: 720px;
  font-size: 1.8em;
  margin: 50px auto;
}

.news_image {
  width: 722px;
  margin: 0 auto;
  border: solid 1px #ccc;
}

.news_image img {
  width: 100%;
  height: auto;
}

#news_contents {
  width: 720px;
  margin: 50px auto 0;
}

#news_contents .btn_more {
  margin: 70px auto 0;
}

/*-----------------------------------------------------
  footer
------------------------------------------------------*/

body.subpage footer {
  position: relative;
  bottom: inherit;
}

footer .footer_inner {
  margin-top: 0;
  padding-top: 252px;
}




/*-----------------------------------------------------
  Responsive
-----------------------------------------------------*/



/*-----------------------------------------------------

  SP layout

------------------------------------------------------*/


@media screen and (max-width: 767px) {

body {
  padding-top: 28.205vw;
}
/*-----------------------------------------------------
  SP general　
-----------------------------------------------------*/

/*---- table -----*/

table.normal th, table.normal td {
  font-size: 3.59vw;
  padding: 3.846vw;
}

table.normal th {
  white-space: nowrap;
}

/*---- list -----*/

ul.disc li {
  font-size: 3.59vw;
}

ol.num {
  margin-left: 1em;
}

ol.num li {
  font-size: 3.59vw;
}



/*-----------------------------------------------------
  SP header　
-----------------------------------------------------*/

.download_header {
  height: 50px;
  padding: 10px;
}

.download_header p {
  font-size: 14px;
  line-height: 1.3;
}

.download_header .onlyPC {
  display: none;
}

.btn_header_download {
  width: 160px;
  height: 30px;
}

.btn_header_download a {
  font-size: 14px;
  background-position: right 10px center;
  background-size: 16px auto;
  padding-right: 25px;
}

/*-----------------------------------------------------
  SP contents　
-----------------------------------------------------*/

#contents main {
  width: 100%;
  padding-top: 10.256vw; /* 40px */
}

.breadcrumb {
  margin-top: -6.41vw; /* -25px */
}

.breadcrumb li {
  font-size: 3.077vw; /* 12px */
}

.breadcrumb li.home {
  background-size: 4.615vw auto; /* 18px */
  background-position: left top 0.769vw; /* 3px */
  padding-left: 6.41vw; /* 25px */
}

#contents_inner {
  width: 100%;
  margin-bottom: 7.692vw; /* 30px */
  padding: 7.692vw 3.846vw 12.82vw; /* 30px 15px 50px */
  border-radius: 0;
}

#contents main h1 {
  font-size: 3.846vw; /* 15px */
  margin-bottom: 3.846vw; /* 15px */
  margin-left: 3.846vw; /* 15px */
}

#contents main h1::after {
  width: 30.769vw; /* 120px */
  right: -33.333vw; /* -130px */
  bottom: 0.769vw; /* 3px */
}

#contents section {
  margin-bottom: 12.82vw; /* 50px */
}

#contents section h2 {
  font-size: 5.128vw; /* 20px */
  margin-bottom: 5.128vw; /* 20px */
}

/*---- company -----*/

#company #contents_inner {
  padding-top: 7.692vw;
}

#vision_mission {
  display: block;
  padding: 3.846vw; /* 15px */
}

#vision_mission::before, #vision_mission::after {
  width: 5.128vw; /* 20px */
  height: 38.462vw; /* 150px */
}

#vision_mission::before {
  top: 2.564vw; /* 10px */
  left: 0px;
}

#vision_mission::after {
  top: 2.564vw; /* 10px */
  right: 0px;
}

#contents section#vision_mission h2 {
  width: 100%;
  height: auto;
  margin-bottom: 6.41vw; /* 25px */
  font-size: 5.641vw; /* 22px */
  background: none;
}

#vision_mission {
  background: url(../images/company/bg_vision_mission.png) no-repeat center top;
  background-size: 80% auto;
}

#vision_mission p {
  font-size: 3.589vw; /* 14px */
  margin-top: 3.846vw; /* 15px */
}

#profile .flex_box {
  display: block;
}

.profile_photo {
  width: 70%;
  margin: 0 auto 3.846vw; /* 15px */
  aspect-ratio: 1/1.2;
  overflow: hidden;
}

.profile_data {
  width: 100%;
}

.profile_name h3 {
  font-size: 4.103vw; /* 16px */
}

.profile_data h4 {
  font-size: 3.846vw; /* 15px */
}

.profile_data p {
  font-size: 3.589vw; /* 14px */
  margin-bottom: 2.564vw; /* 10px */
}


/*---- SERVICE -----*/

#service #contents section {
  margin-bottom: 5.128vw; /* 20px */
}

#service #contents section h2 {
  font-size: 4.615vw; /* 18px */
  line-height: 1.5;
  margin-bottom: 2.564vw; /* 10px */
}

#service #contents section h2::before {
  display: block;
  margin-bottom: 1.282vw; /* 5px */
}

#service section .flex_box {
  display: block;
  padding: 0;
}

#service .sect_photo, #service section .flex_box p, #service section .flex_box ul {
  width: 100%;
}

#service section .flex_box p {
  font-size: 3.589vw; /* 14px */
  margin-bottom: 3.846vw; /* 15px */
}

#service section .flex_box ul {
  margin-bottom: 3.846vw; /* 15px */
}


/*---- REASON -----*/

#reason #contents section {
  margin-bottom: 35px;
}

#reason #contents section h2 {
  font-size: 16px; /* 18px */
  padding: 15px;
  line-height: 1.3;
}

#reason #contents section h2 span {
  display: block;
  font-size: 0.75em;
  margin-right: 0;
  margin-bottom: 10px;
}

#reason #contents section h2 span span {
  display: inline;
}

#reason section .flex_box {
  display: block;
  padding: 0;
}

#reason section .flex_box p {
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}

#reason .sect_photo {
  width: 100%;
}


/*---- CLIENTS -----*/

.client_box {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}

.client_box:nth-of-type(2n) {
  margin-right: 0;
}

.client_logo {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.client_logo img {
  width: auto;
  height: auto;
  max-width: 80%;
}

.client_name {
  font-size: 14px;
}


/*---- contact ----*/

#contents section#contact_form {
  width: 100%;
}

#contact_form {
  margin-bottom: 30px;
}

#contact_form p.notice {
  font-size: 14px;
}

.contents_lead {
  margin-bottom: 30px;
  padding: 15px;
}

.contents_lead p {
  font-size: 14px;
}

#contact_form p {
  font-size: 14px;
}

#contact_form form dl {
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

#contact_form form dt, #contact_form form dd {
  width: 100%;
}

#contact_form form dt {
  margin-bottom: 10px;
}

#contact_form form dd input[type="text"], #contact_form form dd input[type="email"] {
  height: 40px;
  padding: 5px;
}

#contact_form form dd input.narrow[type="text"] {
  width: 60px;
}

#contact_form .input_birthday select {
  width: 60px;
}

#btn_submit {
  padding: 0;
}

#btn_submit p {
  padding: 30px 0 10px;
}

#btn_submit input {
  width: 76.923vw; /* 300px */
  height: 14.359vw;
  padding-right: 10.256vw;
  font-size: 4.615vw; /* 18px */
  line-height: 12.821vw;
  background-size: 7.179vw;
}

#contact_form form dd input.long[type="text"] {
  margin-bottom: 10px;
}

.wpcf7-list-item {
  margin: 0 1em 0 0 !important;
}

.recaptcha_wrapper {
  width: 100%;
  margin-bottom: 50px;
}

#contact_form p.recaptcha_policy {
  font-size: 12px;
}

/*---- footer contact -----*/

aside {
  margin-top: 50px;
}

#contact_footer h2 {
  font-size: 7.179vw; /* 28px */
  background-size: 7.692vw auto; /* 30px */
  padding-left: 9.487vw; /* 37px */
}

#contact_footer h2::after {
  width: 30.769vw; /* 120px */
  right: -33.333vw; /* -130px */
  bottom: 0.769vw; /* 3px */
}

.contact_footer_box {
  display: block;
  padding: 5.128vw; /* 20px */
}

.contact_footer_box .box_L, .contact_footer_box .box_R {
  width: 100%;
}

.contact_footer_box .box_L {
  margin-bottom: 3.846vw; /* 15px */
}

.contact_footer_box h3 {
  font-size: 5.128vw; /* 20px */
}

.contact_footer_box p {
  font-size: 3.589vw; /* 14px */
}

#contact_footer .btn_more {
  width: 76.923vw; /* 300px */
  height: 14.359vw;
  margin: 0 auto;
}

#contact_footer .btn_more a {
  font-size: 4.615vw; /* 18px */
  line-height: 12.821vw;
}

#contact_footer .btn_more .arrow_s {
  width: 7.179vw;
}

/*---- privacy policy ----*/

#privacypolicy #contents main h1 {
  font-size: 3.333vw;
}

.privacy_lead p {
  font-size: 3.59vw;
}

#contents section #privacy_policy_contents h2, #contents section #news_contents h2 {
  font-size: 4.615vw;
  margin-bottom: 2.564vw;
  padding-bottom: 1.282vw;
}

#privacy_policy_contents h3, #news_contents h3 {
  font-size: 3.846vw;
}

#privacy_policy_contents p, #news_contents p {
  font-size: 3.59vw;
  margin-bottom: 5.128vw;
}

#privacy_policy_contents .btn_more, #news_contents .btn_more {
  width: 76.923vw;
  height: 14.359vw;
}

#privacy_policy_contents .btn_more a, #news_contents .btn_more a {
  font-size: 4.615vw;
  line-height: 12.821vw;
}

#privacy_policy_contents .btn_more .arrow_s, #news_contents .btn_more .arrow_s {
  width: 7.179vw;
}


/*---- NEWS ----*/

#news_header, .news_lead, .news_image, #news_contents {
  width: 100%;
}

.news_category {
  padding: 5px 10px;
  font-size: 14px;
}

.news_date {
  font-size: 14px;
}

.news_lead {
  font-size: 15px;
  margin: 15px 0;
}

#contents main #news_header h1 {
  font-size: 18px;
  margin: 0 0 10px;
}

#news_contents .btn_more {
  margin-top: 25px;
}

/*-----------------------------------------------------
  footer SP
------------------------------------------------------*/

footer .footer_inner {
  padding: 0;
}




}