@charset "UTF-8";
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  background: #ffffff;
  color: #212121;
  font-family: "IBM Plex Sans JP","Noto Sans JP","Hiragino Kaku Gothic ProN","IBM Plex Sans",sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0;
}
.wrap{
  max-width: 1000px;
  margin: auto;
}

a {
  -webkit-transition: .3s;
  color: #303438;
  opacity: 1;
  text-decoration: none;
  transition: .3s;
}

a:active {
  text-decoration: none;
}

a:hover {
  opacity: 0.4;
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.color-red{
  color: #eb5252;
}

.sp-only-br {
  display: none;
}

@media screen and (max-width: 599px) {
  .sp-only-br {
    display: block;
  }
}

/**
 * is-bolck
**/
.is-sp--block {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .is-sp--block {
    display: block !important;
  }
}

.is-md--block {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .is-md--block {
    display: block !important;
  }
}

.is-pc--block {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .is-pc--block {
    display: none !important;
  }
}

/**
 * top Style
**/
@media screen and (max-width: 767px) {
  .wrap {
    overflow: hidden;
  }
}

.contents_box {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width:999px) {
  .contents_box{
    width: 95%;
  }
}
@media screen and (max-width:599px) {
  .contents_box{
    width: 90%;
  }
}
/****メインビジュアル*****/
.main_visual{
  position: relative;
}
.mv_contents{
   position: absolute;
      bottom: 0;
      left: 0;
  width: 100%;
}
.mv_ttl{
  padding: 2.5em 10%;
  color:#fff;
  font-size: 2.8vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-shadow: 4px 4px 4px rgb(0 0 0 / 82%);
}

@media (max-width: 800px) {
  .mv_ttl{
    font-size: 24px;
    padding: 2em 10%;
  }
}
@media screen and (max-width:768px) {
  .mv_ttl{
    font-size: 4.5vw;
    padding: 4em 5%;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  }
}
/****メニュー*****/
header {
  width: 100%;
  box-sizing: border-box;
}
header .area{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  height: 60px;
}
header .area .logo{
  position: relative;
  z-index: 991;
  width: 20%;
  max-width: 200px;
}
.logo{
  margin-left: 20px;
}
.logo a{
  display: flex;
  align-items: center;
}
.logo{
  width: 20%;
}
.pc-nav{
  width: 80%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
}
.pc-menu{
  height: 100%;
  margin: 0 2em;
}
.pc-menu a, .form-button a{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
/*.pc-menu:hover{
  background: #F7F9FF;
}*/
.form-button{
  width: 180px;
  height: 100%;
}
.form-button a{
  text-align: center;
  color: #fff;
  background: #1976d2;
  font-size: 14px;
}
@media screen and (max-width:999px) {
  .pc-menu{
    width: 120px;
  }
  .pc-menu a{
    font-size: 14px;
  }
  .form-button{
    width: 160px;
  }
}
@media screen and (max-width:800px) {
header .area .logo{
      width: 30%;
    }
}
@media screen and (max-width:599px) {
header .area .logo{
      width: 40%;
    }
}

/* sp nav */
.custom-header{
  display: flex;
}
#nav-toggle {
  cursor: pointer;
  height: 80px;
  width: 80px;
  position: relative;
}

#nav-toggle > div {
  -webkit-transform: translateY(-50%) translateX(-50%);
  left: 50%;
  position: absolute;
  top: 45%;
  transform: translateY(-50%) translateX(-50%);
  width: 35px;
}

#nav-toggle > div > span.toggle {
  -webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
  background: #1976d2;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: top .5s ease, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .5s ease;
  transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
  width: 100%;
}

header.deteal_header #nav-toggle > div > span.toggle {
  -webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
  background: #1976d2;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: top .5s ease, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .5s ease;
  transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
  width: 100%;
}

#nav-toggle span.toggle:nth-child(1) {
  top: -10px;
}

#nav-toggle span.toggle:nth-child(2) {
  top: 2px;
}

#nav-toggle span.toggle:nth-child(3) {
  top: 14px;
}

.open #nav-toggle span.toggle {
  background: #1976d2;
}

.open #nav-toggle span.toggle:nth-child(1) {
  -webkit-transform: rotate(45deg);
  top: 2px;
  transform: rotate(45deg);
}

.open #nav-toggle span.toggle:nth-child(2) {
  left: 50%;
  top: 10px;
  width: 0;
}

.open #nav-toggle span.toggle:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  top: 2px;
  transform: rotate(-45deg);
}

#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  align-items: center;
  background-color: #f8f8f8;
  bottom: 0;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 29px;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  transition: opacity .3s ease, visibility .3s ease;
  visibility: hidden;
  z-index: 990;
}

#gloval-nav a {
  -webkit-transition: color .3s ease;
  color: #1976d2;
  display: block;
  font-family:  "IBM Plex Sans", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .5em;
  padding: 20px 0;
  text-decoration: none;
  transition: color .3s ease;
}

#gloval-nav a:hover {
  color: #000000;
}

#gloval-nav ul {
  list-style: none;
  padding: 0;
}

#gloval-nav ul li {
  -webkit-transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
  opacity: 0;
  transform: translateX(200px);
  transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .2s ease;
  transition: transform .3s ease, opacity .2s ease, -webkit-transform .3s ease;
}

#gloval-nav ul li:nth-child(2) {
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
}

#gloval-nav ul li:nth-child(3) {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}

#gloval-nav ul li:nth-child(4) {
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
}

/* open */
.open {
  overflow: hidden;
}

.open #gloval-nav {
  opacity: 1;
  visibility: visible;
}

.open #gloval-nav li {
  -webkit-transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  opacity: 1;
  transform: translateX(0);
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}


/*アニメーション要素のスタイル*/
.animation {
  -webkit-transition: 1s;
  -webkit-transform: translateY(30px);
  opacity: 0;
  transform: translateY(30px);
  transition: 1s;
  visibility: hidden;
}
/*アニメーション要素までスクロールした時のスタイル*/
.active {
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.gnav{
  display: none;
}

@media screen and (max-width: 820px) {
  .pc-nav {
      display: none;
  }
  .gnav{
    display: flex;
    align-items: center;
  }
  .custom-header {
      display: block;
  }
  .logo {
    width: 80%;
}
.form-button.sp{
  display: block;
  height: 60px;
}
}
@media screen and (max-width: 500px) {
  header .area .logo {
    width: 30%;
    margin-left: 10px;
}
.form-button.sp{
  width: 120px;
}
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
/*------------------------headerend*/
/*-----------contents-------------*/


.inner{
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 30px;
}
p{
  font-size: 16px;
}
section {
  position: relative;
  padding: 5vh 20px;
}
.cmn_ttl{
  margin-bottom: 60px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}
.cmn_ttl .en{
  font-family:  "IBM Plex Sans", sans-serif;
  font-size: 0.57em;
  font-weight: 400;
  text-transform: capitalize;
}
.cmn_ttl .en::before{
  content: "●";
  font-size: 0.8em;
  color: #1976d2;
  margin-right: 0.8em;
}
@media screen and (max-width:768px) {
  .cmn_ttl{
    font-size: 20px;
    margin-bottom: 40px;
  }
}

/*------------------------------------------------選ばれる理由*/
.reason{
  padding: 100px 0 0;
}
.reason .full{
  width: 100%;
  background-color: #f8f8f8;
  padding: 80px 0 100px;
  margin-top: 80px;
}
.reason .reason_contents h3{
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #1976d2;
   word-break: keep-all;
   overflow-wrap: break-word;
}
.reason_list_wrap{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3%;
}
.reason_list{
  background-color: #e6f4ff;
  padding: 20px;
}
.reason_list_ttl{
  font-size: 20px;
  font-weight: 600;
   word-break: keep-all;
   overflow-wrap: break-word;
   display: flex;
    align-items: center;
}
.reason_list_ttl .nm{
  font-size: 2.1em;
  color: #1976d2;
  border-bottom: 2px solid #1976d2;
  line-height: 1.2;
  margin-right: 0.2em;
}
.reason_list_img{
  display: block;
  width: 50%;
margin: 2em auto;
}
@media screen and (max-width:999px) {
  .reason .contents_box{
    width: 90%;
  }
  .reason_list_wrap{
    gap: 2%;
  }
  .reason_list_ttl{
    font-size: 18px;
  }
}
@media screen and (max-width:800px) {
  .reason_list_wrap{
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 30px;
  }
  .reason_list{
    width: 50%;
  }
}
@media screen and (max-width:768px) {
  .reason{
    padding: 40px 0 0;
  }
  .reason .full{
    padding: 40px 0 60px;
    margin-top: 40px;
  }
  .reason .reason_contents h3{
    font-size: 18px;
    margin-bottom: 20px;
  }
  .reason_list{
    width: 60%;
  }
  .reason_list_ttl{
    font-size: 14px;
  }
}
@media screen and (max-width:599px) {
  .reason_list{
    width: 80%;
  }
}

/*------------------------------------------------事業内容*/
.jigyo{
  padding: 100px 0;
}
.jigyo_list{
 display: flex;
gap: 4%;
margin-bottom: 80px;
}
.jigyo_list:nth-child(2n){
  flex-direction: row-reverse;
}
.jigyo_list:last-child{
margin-bottom: 0;
}
.jigyo_list_txtWrap{
  position: relative;
  z-index: 1;
  width: 68%;
}
.jigyo_list_ttl{
  font-size: 20px;
  font-weight: 600;
  margin-left: 0.5em;
  margin-bottom: 1em;
   word-break: keep-all;
   overflow-wrap: break-word;
}
.jigyo_list_ttl .nm{
  font-size: 6em;
  font-style: italic;
  color: #d7edff;
   position: absolute;
      top: -0.6em;
      left: -10px;
      z-index: -1;
}
.jigyo_list_txtWrap .bold{
  font-weight: 600;
}
.jigyo_list_imgWrap{
  width: 28%;
}
.jigyo_list_img{
  width: 100%;
}
/* @media screen and (max-width:999px) {
   .jigyo_list_txtWrap{
     width: 58%;
   }
   .jigyo_list_imgWrap{
     width: 38%;
   }
} */
@media screen and (max-width:768px) {
  .jigyo{
    padding: 60px 0;
  }
  .jigyo_list{
    align-items: center;
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }
  .jigyo_list:nth-child(2n){
    flex-direction: column-reverse;
  }
  .jigyo_list_txtWrap{
    width: 90%;
  }
  .jigyo_list_ttl{
    margin-top: 1.2em;
    margin-bottom: 0.8em;
  }
  .jigyo_list_imgWrap{
    width: 60%;
  }
}
@media screen and (max-width:599px) {
  .jigyo_list_txtWrap{
    width: 100%;
  }
  .jigyo_list_ttl .nm{
    font-size: 5em;
  }
  .jigyo_list_ttl{
    font-size: 18px;
  }
}


/*------------------------------------------------よくある質問*/
.faq{
  background-color: #f8f8f8;
  padding: 100px 0;
}
.faq .cmn_ttl .en{
  text-transform: uppercase;
}
@media screen and (max-width:768px) {
  .faq{
    padding: 60px 0;
  }
}
.accordion_one {
  max-width: 1000px;
  margin: 20px auto;
  background-color: #ffffff;
}
.accordion_area .accordion_one .ac_header {
  /*padding: 1.5rem 4rem 1.5rem 2rem;*/
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
  padding: 2rem;
  padding-left: 25px;
}

.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #fff;
  border-radius: 7px;
}

.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #014897;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #014897;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_one .ac_inner {
  display: none;
  box-sizing: border-box;
  background: #fff;
  max-width: 1000px;
  margin: 1.5rem;
  margin-left: 25px;
  margin-top: 0;
}

/*=========
faq
=========*/

.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
  max-width: 1000px;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  top: -13px;
  content: "Q";
  color: #1976d2;
  font-family:  "IBM Plex Sans", sans-serif;
  font-size: 34px;
  font-weight: 500;
}

.p-faq__headinner p.p-faq__q-txt {
  font-size: 20px;
  font-weight: 600;
  margin-left: 20px;
}
.p-faq__bodyinner {
  display: block;
  position: relative;
  line-height: 1.5;
  padding: 2rem 0;
  padding-left: 35px;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  top: 14px;
  content: "A";
  font-family:  "IBM Plex Sans", sans-serif;
  font-size: 34px;
  font-weight: 500;
  color: #64b5f6;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 16px;
  margin: 0 20px;/**/
}
.toggle-icon.plus {
  display: inline;
  font-size: 20px;/**/
}
.toggle-icon.minus {
  display: none;
  font-size: 25px;/**/
}
.content-title.open .toggle-icon.plus {
  display: none;
}
.content-title.open .toggle-icon.minus {
  display: inline;
}
.p-faq__q-txt {
  position: relative;
}
.toggle-icon {
  font-weight: 600;/**/
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width:800px){
/*add*/
.p-faq__q-txt{
  position: relative;
  padding-right: 20px;
}
.accordion_area .accordion_one .ac_header{
  padding: 2rem 0;
  padding-left: 0;
}
.accordion_one .ac_inner{
  margin-left: 0;
  margin-right: 0;
}
.toggle-icon {
  padding-right: 8px;
}
}

/*-----------------------------------------------お問い合わせフォーム*/
.form{
  padding: 100px 0;
  background-color: #1976d2;
}
.form .cmn_ttl{
  color: #fff;
}
.form .cmn_ttl .en::before{
  color: #64b5f6;
}
@media screen and (max-width:768px) {
    .form{
      padding: 60px 0;
    }
}
/*---------------------------
 * .frame
 * -------------------------*/
 .frame {
  max-width: 800px;
  width: 80%;
  margin: 0 auto;
  padding: 2em;
  background-color: #fff;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin:  auto;
  padding: 60px 0 40px 0;
}

.form-group {
  /* display: flex; */
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

label, input, textarea {
  box-sizing: border-box;
  margin: 0;
}

textarea {
  height: 100px;
}

label {
  display: block;
  width: 80%;
  margin-inline:auto;
  padding: 5px;
  text-align: left;
  font-weight: 500;
}

label span{
  color: #d21919;
  font-family:  "IBM Plex Sans", sans-serif;
  font-size: 12px;
  margin-left: 0.8em;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  width: 80%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #F7F9FF;
}

.privacy-policy, .consent, .submit-button {
  text-align: center;
  margin-top: 10px;
  padding-bottom: 40px;
}

.privacy-policy p {
  margin: 0 0 10px;
}

.consent_wrap{
  display: flex;
  justify-content: center;
}
.consent {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.consent label{
  margin: 0;
  width: 100%;
  font-size: 14px;
}

.submit-button button {
  padding: 10px 20px;
  background-color:#5271FF;
  color: #FFFFFF;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 200px;
}

.submit-button button:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .frame {
    padding: 0 1.5em;
  }
  .form-group {
    flex-direction: column;
  }
  label, input, textarea {
      width: 100%;
      margin-bottom: 5px;
      text-align: left;
  }
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  textarea {
    width: 100%;
  }
  .contact-form {
    padding: 40px 0;
  }
  .consent input{
    width: auto;
  }

}

/*-----------------------------------------------特商法*/
/*---------------------------
 * table
 * -------------------------*/
 table {
  line-height: 2;
}
table.list tbody th {
  width: 30%;
  padding: 15px;
  text-align: left;
  vertical-align: top;
}
table.list tbody td {
  padding: 15px;
}

@media (max-width: 767px) {
  table.list tbody th {
    display: block;
    width: 100%;
    padding: 0 0 5px 0;
  }
  table.list tbody td {
    display: block;
    width: 100%;
    padding: 0 0 25px 0;
  }
}

/*-----------------------------------------------footer_nav*/
.footer_nav{
  background-color: #f8f8f8;
  padding: 160px 0 140px;
  /* display: flex;
  justify-content: space-around;
  align-items: center; */
}
.footer_comp{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4%;
  margin-bottom: 80px;
}
.footer_logo{
  max-width: 280px;
}

/* .footer_logo p{
  text-align: center;
} */
.footer_logo img{
  width: 100%;
}

/* .footer_logo, .footer_link, .footer_address{
  width: 30%;
  height: 150px;
} */

.footer_link{
/* border-left: 1px solid #000; */
display: flex;
justify-content: center;
align-items: center;
/* font-size: 14px; */
}

.footer_address p{
 margin-left: 10px;
}

.link_item{
font-size: 14px;
padding-left: 2em;
margin-left: 2em;
border-left: 1px solid #212121;
}

.link_item:nth-child(1){
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
.footer_logo br{
  display: none;
}
@media screen and (max-width: 768px) {
  .footer_nav{
    padding: 100px 0 80px;
  }
  .footer_comp{
    flex-direction: column;
    gap: 30px;
  }
  .footer_address p{
    text-align: center;
  }
}
@media screen and (max-width:420px) {
  .footer_nav{
    padding-bottom: 40px;
  }
  .footer_comp{
    margin-bottom: 60px;
  }
  .footer_link{
    flex-direction: column;
  }
  .link_item{
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    margin-bottom: 1em;
  }
}


/*-----------------------------------------------footer*/
.footer_area{
  margin: 0 auto;
  background-color: #f8f8f8;
}
footer{
  width: 100%;
  text-align: center;
  padding: 2rem 0;
  font-size: 14px;
}


@media (max-width:800px){
  h2{
    font-size: 25px;
  }
  .smallheadline {
    font-size: 2rem;
  }
  p, .p-faq__headinner p.p-faq__q-txt, .company td, .company th, .p-faq__bodyinner p.p-faq__a-txt{
    font-size: 12px;
  }
  .p-faq__bodyinner{
    border-top: 1px solid #888888;
  }
  header .area{
    max-width: 100%;
  }
  header{
    padding: 0;
  }
  .line_logo img{
    width: 60px;
    height: 60px;
  }
  #nav-toggle {
    height: 60px;
    width: 60px;
  }
  .about_area{
    width: 90%;
    padding-top: 0px;
  }
  .about_area p{
    font-size: 2rem;
  }
  .box_inner{
    padding: 0 10px;
  }
  .box_title{
    font-size: 2rem;
    padding: 1.5rem;
  }
  .icon_detail{
    padding: 10px;
  }
  h2.orange_text{
    font-size: 3rem;
  }
  .item_area{
    width: 90%;
    margin: 0 auto;
  }
  .itemList_title {
    padding: 1.5rem 2rem;
    border-radius: 40px;
    width: 60%;
    text-align: center;
  }
  .itemList_area{
    width: 90%;
    margin-top: 60px;
  }
  .merit_area{
    width: 90%;
  }
  .merit_area .box_inner{
    padding: 2rem;
  }
  .merit_text{
    font-size: 2rem;
  }
  .merit_sub {
    font-weight: bold;
    font-size: 1.6rem;
  }
  .instruction{
    width: 90%;
  }
  .instruction h3{
    font-size: 3rem;
  }
  .instruction img{
    width: 80%;
    max-width: 500px;
    margin: 20px 10%;
  }
  .instruction p{
    max-width: 500px;
    width: 90%;
  }
  .customer{
    height: fit-content;
  }
  .slick-prev{
    top: 42%;
    left: -10px;
  }
  .slick-next{
    top: 42%;
    right: -10px;
  }
  .slider{
    height: fit-content;
  }
  .slider-item{
    height: fit-content;
  }
  .accordion_one{
    margin: 15px auto;
  }
  table.company{
    width: 90%;
  }
  .company td{
    padding-left: 10px;
  }
  .p-faq__headinner p.p-faq__q-txt{
    margin-left: 0px;
  }
  .p-faq__bodyinner::before, .p-faq__headinner::before{
    padding: 1.7px 9.3px;
    font-size: 24px;
  }
}

/*-----------------------------------------------下層ページ*/
.section-title {
  text-align: center;
  margin-bottom: 0;
}
@media (max-width:800px) {
  .section-title {
      margin-bottom: 1.5em;
  }
}
