@charset "UTF-8";
/*Variable
－－－－－－－*/
/*
ブレークポイント

基本  1920px
ipad 1050px
sp   767px;

コンテンツ幅1000px

*/
/*==============================
        content
==============================*/
#main {
  overflow: hidden;
}

.contents h2 {
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  color: #000;
}

.contents h2 .en {
  color: #124c9b;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: normal;
  display: block;
  margin-bottom: 0.75em;
}

.contents h2 .jp {
  color: #333333;
}

.contents .btn {
  width: 480px;
  height: 80px;
  margin: 0 auto;
  background-color: #02926f;
  border-radius: 40px;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  grid-column-gap: 1em;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  border: 1px solid #02926f;
  transition: 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.contents .btn::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/common/icon_news.png) no-repeat center center/contain;
}

.contents .btn::after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 2.5px solid #FFFFFF;
  border-right: 2.5px solid #FFFFFF;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 1.5em;
  top: 50%;
}

.contents .btn:hover {
  background-color: #FFFFFF;
  color: #02926f;
}

.contents .btn:hover::before {
  background-image: url(../img/common/icon_news_o.png);
}

.contents .btn:hover::after {
  border-color: #02926f;
}

/* =================================================================
        section
================================================================= */
/**fv**/
#fv .wrap {
  position: relative;
  overflow: hidden;
  padding-top: 0px;
}

#fv .wrap .contents {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  inset: 0 0 0 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #fv .wrap .contents {
    inset: 70px 0 auto 0;
  }
}

#fv .wrap .contents .mv-lead {
  width: 100%;
  text-align: center;
}
#fv .wrap .contents .mv-lead p {
  display: inline-block;
  margin: 0 auto 0 auto;
  padding: 15px 30px 15px 31px;
  border-radius: 25px;
  background-color: #0077b5;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -0.05em;
  text-align: center;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  #fv .wrap .contents .mv-lead p {
    margin: 0 auto 20px auto;
    padding: 10px 20px 10px 20px;
    font-size: 16px;
  }
}
#fv .wrap .contents .mv-lead p span {
  color: #ffe300;
}

@media screen and (max-width: 1450px) {
  #fv .wrap .contents .mv-catch {
    max-width: 75%;
  }
}
@media screen and (max-width: 1200px) {
  #fv .wrap .contents .mv-catch {
    max-width: 65%;
  }
}
@media screen and (max-width: 767px) {
  #fv .wrap .contents .mv-catch {
    max-width: 90%;
  }
}

/* catch */
#catch {
  position: relative;
  margin: -44px 0 0 0;
  z-index: 2;
}

#catch .title {
  background-color: #fff000;
  font-size: 30px;
  font-weight: 700;
  padding: 10px;
  margin: 5px auto;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  #catch .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  #catch .title {
    font-size: 18px;
    margin: 0 auto 3px auto;
  }
}
@media screen and (max-width: 767px) {
  #catch .title.title02 {
    display: none;
  }
}
#catch .title.title03, #catch .title.title04 {
  display: none;
}
@media screen and (max-width: 767px) {
  #catch .title.title03, #catch .title.title04 {
    display: inline-block;
  }
}

#catch .title span {
  color: #04a7fc;
}

#catch .bumon-3 {
  margin: 55px auto 35px auto;
}

.bumun-list {
  margin-bottom: 47px;
}
@media screen and (max-width: 767px) {
  .bumun-list {
    margin: 15px 0 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .bumun-list .row {
    flex-wrap: wrap;
    margin: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .bumun-list .col {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 !important;
    padding: 0;
  }
  .bumun-list .col:first-of-type {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bumun-list .col:first-of-type .img-fluid {
    width: 50%;
    margin: auto;
  }
}

#catch .set {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: center;
  color: #3e3a39;
}
@media screen and (max-width: 1024px) {
  #catch .set {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #catch .set {
    font-size: 11px;
    text-align: left;
  }
}

/* campaign */
#campaign {
  margin-top: 30px;
  padding: 100px 0 150px 0;
  background: url("../img/top/bg-stripe.png") no-repeat 50% 0%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #campaign {
    padding: 45px 0 100px 0;
    background: url("../img/top/bg-stripe-sp.png") no-repeat 50% 0%;
    background-size: cover;
  }
}

#campaign .mi-img {
  width: 80%;
  margin: 30px auto 40px auto;
}
@media screen and (max-width: 767px) {
  #campaign .mi-img {
    width: auto;
    max-width: 90%;
  }
}

#campaign .botan {
  width: 50%;
  margin: 0px auto;
  padding-bottom: 50px;
  display: block;
  position: relative;
  z-index: 3;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  #campaign .botan {
    width: 312px;
    max-width: 90%;
  }
}

#campaign a.botan:hover {
  opacity: 0.5;
}

.can-box {
  position: relative;
}

.can-box-title {
  position: absolute;
  inset: 0;
  background-color: #124c9b;
  width: 80%;
  height: 72px;
  margin: 0 auto;
  padding: 20px 0;
  border-radius: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #ffe300;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .can-box-title {
    padding: 24px 0;
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .can-box-title {
    width: 270px;
    max-width: 80%;
    height: 46px;
    padding: 13px 0;
    font-size: 18px;
  }
}

.can-box-text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}

.can-box-text img {
  width: 30%;
  padding-bottom: 10px;
  padding-right: 5px;
}

.can-box-text2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}

.can-box-text .g-suji {
  color: #04a7fc;
  font-size: 40px;
}

.mi-list {
  position: relative;
}
.mi-list__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .mi-list__item {
    margin: 0 auto 16px auto;
  }
}

/* problem */
.problem {
  margin: -100px 0 0 0;
  padding: 180px 0 50px 0;
  background: url("../img/top/bg-white.png") no-repeat 50% 0%;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .problem {
    padding: 70px 0 50px 0;
  }
}
.problem__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .problem__title {
    max-width: 95%;
    margin: 0 auto 25px auto;
  }
}
.problem__img01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .problem__img01 {
    width: 100%;
    margin-bottom: 10px;
  }
}

.problem-block01 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 494px;
  background: url("../img/top/failure03.png") no-repeat 30px 0%;
  background-size: 727px auto;
}
@media screen and (max-width: 1024px) {
  .problem-block01 {
    padding-bottom: 510px;
    justify-content: center;
    background-position: 50% 100%;
  }
}
@media screen and (max-width: 767px) {
  .problem-block01 {
    min-height: 485px;
    padding-bottom: 150px;
    background-size: 70% auto;
  }
}
.problem-block01__list {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.problem-block01__list li {
  margin-bottom: 20px;
  padding: 27px 37px 26px 37px;
  border-radius: 10px;
  background-color: #2897df;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .problem-block01__list li {
    margin-bottom: 10px;
    padding: 18px 10px 18px 10px;
    font-size: 15px;
  }
}
.problem-block01__list li > span {
  color: #ffe300;
}

/* でもイツキ光なら */
.but {
  min-height: 980px;
  margin-top: 30px;
  padding: 0px 0 85px 0;
  background: url("../img/top/bg-stripe.png") no-repeat 50% 0%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .but {
    min-height: auto;
    background: url("../img/top/bg-stripe-sp.png") no-repeat 50% 0%;
    background-size: cover;
    padding: 0px 0 50px 0;
  }
}
.but__title {
  position: relative;
  top: -50px;
  margin: 0px 0 10px 0;
}
@media screen and (max-width: 767px) {
  .but__title {
    top: -65px;
    width: 330px;
    max-width: 95%;
    margin: 0px auto;
  }
}

@media screen and (max-width: 767px) {
  #but .but-block01 {
    margin-top: -60px !important;
  }
}
#but .but-block01 .op-box .grid-1 {
  background-color: #F1F1F1;
  padding: 3% 5%;
  border-radius: 0 0 30px 30px;
  height: 385px;
}
@media screen and (max-width: 1024px) {
  #but .but-block01 .op-box .grid-1 {
    height: 320px;
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  #but .but-block01 .op-box .grid-1 {
    height: auto;
    padding: 5% 5% 5% 5%;
  }
}
#but .but-block01 > .mt-5 {
  margin-top: 15px !important;
}
#but .but-block01 .op-midashi {
  background-color: #124c9b;
  color: #FFF;
  border-radius: 30px 30px 0 0;
  font-size: 30px;
  font-weight: 900;
  padding: 20px 0;
  color: #ffe300;
}
@media screen and (max-width: 1024px) {
  #but .but-block01 .op-midashi {
    font-size: 23px;
  }
}
@media screen and (max-width: 1024px) {
  #but .but-block01 .op-midashi {
    border-radius: 10px 10px 0 0;
    font-size: 18px;
  }
}
#but .but-block01__subTitle {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.31;
  text-align: center;
  color: #3e3a39;
}
@media screen and (max-width: 1024px) {
  #but .but-block01__subTitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #but .but-block01__subTitle {
    font-size: 16px;
  }
}
#but .but-block01__subTitle > span {
  font-size: 34px;
  color: #2897df;
}
@media screen and (max-width: 1024px) {
  #but .but-block01__subTitle > span {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  #but .but-block01__subTitle > span {
    font-size: 20px;
  }
}
#but .but-block01__memo {
  width: 430px;
  max-width: 100%;
  height: 34px;
  margin: 20px auto 0 auto;
  padding: 7px 10px 8px;
  background-color: #f44556;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.but-block02 .op-box-4 .op-midashi {
  background-color: #124c9b;
  color: #FFF;
  border-radius: 30px 30px 0 0;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #ffe300;
  padding: 20px 0;
}
@media screen and (max-width: 1024px) {
  .but-block02 .op-box-4 .op-midashi {
    border-radius: 10px 10px 0 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .but-block02 .op-box-4 .op-midashi {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .but-block02 > .mt-5 {
    margin-top: 15px !important;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px !important;
  }
}
.but-block02 .op-box-4 .grid-1 {
  background-color: #F1F1F1;
  padding: 9% 5%;
  border-radius: 0 0 30px 30px;
  height: 375px;
}
@media screen and (max-width: 1024px) {
  .but-block02 .op-box-4 .grid-1 {
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .but-block02 .op-box-4 .grid-1 {
    padding: 5% 5% 7% 5%;
    height: auto !important;
    min-height: auto;
  }
}
.but-block02 .op-box-4 .grid-1 p:first-child {
  height: auto;
}
.but-block02 .op-box-4 .grid-1 p:first-child img {
  vertical-align: middle;
}
.but-block02__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.but-block02 .op-box-4 img {
  width: 252px;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .but-block02 .op-box-4 img {
    margin: 0 0 15px;
  }
}
.but-block02 .col:first-of-type .op-box-4 img {
  width: 294px;
}
.but-block02__text {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.63;
  letter-spacing: -0.8px;
  text-align: center;
  color: #3e3a39;
}
@media screen and (max-width: 1024px) {
  .but-block02__text {
    font-size: 13px;
  }
}

/**info**/
#info .wrap {
  padding: 30px 0;
}

#info .contents h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  color: #000;
}

#info .contents h2 .en {
  font-size: 1.3rem;
  margin: 0;
}

#info .contents_inner {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 30px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 75px;
  align-items: center;
}

#info .contents_inner dl {
  font-size: 1.4rem;
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-column-gap: 1em;
  align-items: center;
}

#info .contents_inner dl .cat a {
  width: 100%;
  min-height: 1.8em;
  line-height: 1.2;
  font-size: 1.2rem;
  color: #124c9b;
  border: 1px solid #124c9b;
  padding: 0.25em 1em;
  display: grid;
  align-items: center;
  justify-content: center;
}

#info .contents_inner dl dt a {
  line-height: 1.5;
}

#info .contents_inner dl dt a:hover {
  text-decoration: underline;
}

/**service**/
#service .wrap {
  padding: 60px 0 0;
  position: relative;
  z-index: 100;
}

#service .contents_inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  margin-bottom: 75px;
  padding-top: 20px;
}

#service .contents_inner .item {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #f1f1f1;
  overflow: hidden;
  padding-bottom: 30px;
  text-align: center;
  transition: 0.3s;
}

#service .contents_inner .item .img {
  display: grid;
  align-content: center;
  aspect-ratio: 2.5/1;
  background-color: #FFFFFF;
  margin-bottom: 30px;
}

#service .contents_inner .item .img img {
  width: 66%;
  justify-self: center;
}

#service .contents_inner .item h3 {
  font-size: 2.1rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0.5em;
  padding: 0 30px;
}

#service .contents_inner .item p {
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 0 30px;
  margin-bottom: 1em;
  text-align: left;
}

#service .contents_inner .item .link {
  font-size: 1.8rem;
  font-weight: 600;
  color: #124c9b;
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  grid-column-gap: 0.5em;
}

#service .contents_inner .item .link::after {
  content: "";
  width: 0.33em;
  height: 0.33em;
  border-top: 2px solid #124c9b;
  border-right: 2px solid #124c9b;
  transform: rotate(45deg);
}

#service .contents_inner .item:hover {
  transform: translateY(-5px);
}

#service .contents_inner .item:hover p,
#service .contents_inner .item:hover .link {
  text-decoration: underline;
}

/**purpose**/
#purpose .wrap {
  padding: 60px 0 90px;
  background-color: #f1f1f1;
}

#purpose .contents_inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}

#purpose .contents_inner .item {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
  overflow: hidden;
  text-align: center;
  aspect-ratio: 1.67/1;
  display: grid;
  grid-row-gap: 20px;
  align-content: center;
  justify-items: center;
  transition: 0.3s;
}

#purpose .contents_inner .item img {
  width: 23%;
}

#purpose .contents_inner .item p {
  font-size: 2rem;
  line-height: 1.4;
}

#purpose .contents_inner .item:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/**reason**/
#reason .wrap {
  padding: 90px 0;
}

#reason .contents_inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  margin-bottom: 60px;
}

#reason .contents_inner .item {
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
  overflow: hidden;
  text-align: center;
  aspect-ratio: 1/1;
  transition: 0.3s;
  position: relative;
  display: grid;
  /* grid-template-rows:71% 1fr; */
  grid-template-rows: 60% 1fr;
  background-color: #f1f1f1;
}

#reason .contents_inner .item .img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

#reason .contents_inner .item span {
  background-color: #124c9b;
  color: #FFFFFF;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  width: 6.4em;
  height: 1.7em;
  display: grid;
  align-items: center;
  justify-content: center;
  position: absolute;
  /* top:71%; */
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#reason .contents_inner .item p {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
  display: grid;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
}

#reason .contents_inner .item:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

#reason .contents .btn::before {
  width: 2em;
  height: 2em;
  background-image: url(../img/common/icon_reason.png);
}

#reason .contents .btn:hover::before {
  background-image: url(../img/common/icon_reason_o.png);
}

/**contact**/
.contact {
  padding: 160px 0 140px 0;
}
.contact__title {
  color: #fcc900 !important;
}

#contact2 {
  margin-top: -100px;
}

#contact .contact-inner {
  /* max-width: 770px; */
  text-align: center;
  background-color: #FFF;
  padding: 5% 4%;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  #contact .contact-inner {
    border-radius: 10px;
  }
}

#contact .contents p {
  /* font-size:2.4rem; */
  line-height: 1.6;
  margin-bottom: 0em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #contact .contents p {
    margin: auto;
    font-size: 13px;
  }
}

#contact .contents_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
}

#contact .contents .contents_inner .btn {
  width: 100%;
  height: 65px;
  border: 1px solid #fc9212;
  border-radius: 32.5px;
}

#contact .contents .contents_inner .btn::after {
  content: none;
}

#contact .contents .contents_inner .btn.btn_faq {
  background-color: #FFFFFF;
  color: #fc9212;
  grid-column-gap: 0.5em;
}

#contact .contents .contents_inner .btn.btn_faq::before {
  width: 1.3em;
  height: 1.3em;
  background-image: url(../img/common/icon_faq.png);
}

#contact .contents .contents_inner .btn.btn_faq:hover {
  background-color: #fc9212;
  color: #ffffff;
}

#contact .contents .contents_inner .btn.btn_faq:hover::before {
  background-image: url(../img/common/icon_faq_o.png);
}

#contact .contents .contents_inner .btn.btn_contact {
  background: rgb(247, 199, 55);
  background: linear-gradient(90deg, rgb(247, 199, 55) 0%, rgb(255, 120, 0) 100%);
  border: none;
}

#contact .contents .contents_inner .btn.btn_contact::before {
  width: 1.2em;
  height: 1.2em;
  background-image: url(../img/common/icon_contact.png);
}

#contact .contents .contents_inner .btn.btn_contact:hover {
  filter: brightness(1.2);
  color: #FFFFFF;
}

.wpcf7-form-control-wrap {
  text-align: left;
}

.cf_midashi {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #124c9b;
  margin: 0 0 20px !important;
}
@media screen and (max-width: 767px) {
  .cf_midashi {
    font-size: 16px;
  }
}

.submit_text {
  text-align: left;
  line-height: 1.7;
}

/**news**/
#news .wrap {
  padding: 90px 0 0;
}

#news .contents {
  max-width: 1240px;
  background-color: #f1f1f1;
  padding: 60px 55px 70px;
  border-radius: 20px;
}

#news .contents_inner {
  margin-bottom: 60px;
}

#news .contents .tab {
  display: grid;
  grid-template-columns: repeat(4, auto);
  margin: 0 auto 40px;
  justify-content: center;
  grid-column-gap: 10px;
  max-width: 700px;
}

#news .contents .tab a {
  width: 160px;
  height: 50px;
  border: 1px solid #124c9b;
  border-radius: 25px;
  background-color: #FFFFFF;
  display: grid;
  justify-content: center;
  align-items: center;
  color: #124c9b;
  transition: 0.3s;
}

#news .contents .tab a:hover,
#news .contents .tab a.active {
  background-color: #124c9b;
  color: #FFFFFF;
}

#news .contents .slick-slide {
  margin: 0 15px;
}

#news .contents .item .img {
  display: block;
  aspect-ratio: 1.45/1;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  transition: 0.3s;
}

#news .contents .item .info {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  grid-column-gap: 20px;
  margin-bottom: 10px;
}

#news .contents .item .info .date {
  font-size: 1.3rem;
  color: #124c9b;
}

#news .contents .item .info .cat {
  font-size: 1.2rem;
  color: #124c9b;
  height: 2em;
  padding: 0 1.5em;
  border: 1px solid #124c9b;
  background-color: #FFFFFF;
  border-radius: 1em;
  display: grid;
  align-items: center;
  justify-content: center;
}

#news .contents .item p {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
}

#news .contents .item:hover .img {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

#news .contents .item:hover p a {
  text-decoration: underline;
}

#news .contents .news_slide.active {
  opacity: 1;
  transition: 0.5s;
}

#news .contents .news_slide:not(.active) {
  height: 0;
  opacity: 1;
  overflow: hidden;
}

#news .contents .news_slide .slick-arrow {
  top: 30%;
  transform: translate(0, 0);
  width: 30px;
  height: 30px;
  z-index: 1;
}

#news .contents .news_slide .slick-arrow::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #124c9b;
  border-right: 3px solid #124c9b;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

#news .contents .news_slide .slick-prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

#news .contents .news_slide .slick-prev {
  left: -30px;
}

#news .contents .news_slide .slick-next {
  right: -30px;
}

/**contactbox**/
#contactbox .wrap {
  padding: 90px 0;
}

#contactbox .contents_inner {
  padding: 40px 60px;
  background-color: #FFFFFF;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% minmax(auto, 380px);
  grid-column-gap: 30px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

#contactbox .contents_inner dl {
  width: 100%;
  justify-self: center;
  display: grid;
  align-content: center;
  text-align: center;
  height: 180px;
}

#contactbox .contents_inner dl:first-child {
  border-right: 1px solid #dbdbdb;
}

#contactbox .contents_inner dt {
  font-size: 1.8rem;
  margin-bottom: 1em;
}

#contactbox .contents_inner dl:last-child dt {
  margin-bottom: 1.2em;
}

#contactbox .contents_inner dd.att {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  padding-top: 0.5em;
}

#contactbox .contents_inner dl .tel {
  font-size: 5.3rem;
  font-weight: 500;
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 0.2em;
  align-items: center;
  justify-content: center;
}

#contactbox .contents_inner dl .tel::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url(../img/common/icon_tel.png) no-repeat center center/contain;
}

#contactbox .contents_inner dl .btn {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  height: 65px;
  background: linear-gradient(90deg, rgb(247, 199, 55) 0%, rgb(255, 120, 0) 100%);
  border: none;
  border-radius: 5px;
}

#contactbox .contents_inner dl .btn::after {
  content: none;
}

#contactbox .contents_inner dl .btn::before {
  width: 1.2em;
  height: 1.2em;
  background-image: url(../img/common/icon_contact.png);
}

#contactbox .contents_inner dl .btn:hover {
  filter: brightness(1.2);
  color: #FFFFFF;
}

.fadein {
  transition-duration: 1s;
  transition-timing-function: ease-out;
  opacity: 0;
  transform: translateY(50px);
}

.fadein.dl01 {
  transition-delay: 0.2s;
}

.fadein.dl02 {
  transition-delay: 0.4s;
}

.fadein.dl03 {
  transition-delay: 0.6s;
}

.fadein.active {
  opacity: 1;
  transform: translateY(0px);
}

@media screen and (max-width: 1200px) {
  #fv .wrap .bnr_slide .slick-slide.beforeslide {
    transform: translateX(-85px);
  }
  #fv .wrap .bnr_slide .slick-slide.nexteslide {
    transform: translateX(85px);
  }
  #fv .wrap .bnr_slide .slick-prev {
    left: calc(50% - 230px - 37.5px);
  }
  #fv .wrap .bnr_slide .slick-next {
    right: calc(50% - 230px - 37.5px);
  }
  #service .contents_inner {
    grid-column-gap: 6vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  #fv .wrap .bnr_slide .slick-slide {
    width: 300px !important;
  }
}
@media screen and (max-width: 1024px) {
  #info .contents_inner {
    grid-column-gap: 30px;
  }
  #service .contents_inner .item h3 {
    font-size: 1.7rem;
    padding: 0 15px;
  }
  #service .contents_inner .item p {
    padding: 0 20px;
  }
  #purpose .contents_inner .item p {
    font-size: 1.7rem;
  }
  #reason .contents_inner .item p {
    font-size: 2.15vw;
  }
  #reason .contents_inner .item span {
    font-size: 1.46vw;
  }
  #news .contents {
    padding: 60px 35px 70px;
  }
  #news .contents .tab {
    grid-template-columns: repeat(4, 1fr);
  }
  #news .contents .tab a {
    width: 100%;
  }
  #news .contents .slick-slide {
    margin: 0 10px;
  }
  #contactbox .contents_inner dt {
    font-size: 1.6rem;
  }
  #contactbox .contents_inner dl .tel {
    font-size: 4.8vw;
    font-weight: 500;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 0.2em;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #fv .wrap .bnr_slide .slick-slide {
    width: 250px !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 461px) {
  #fv .wrap .bnr_slide .slick-slide {
    width: 200px !important;
  }
}
@media screen and (max-width: 768px) {
  /*==============================
  		content
  ==============================*/
  .contents .btn {
    max-width: 300px;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    border-radius: 30px;
    font-size: 1.5rem;
    transition: 0s;
  }
  .contents .btn:hover {
    background-color: #02926f;
    color: #ffffff;
  }
  .contents .btn:hover::before {
    background-image: url(../img/common/icon_news.png);
  }
  .contents .btn:hover::after {
    border-color: #ffffff;
  }
  /* =================================================================
          section
  ================================================================= */
  /**info**/
  #info .contents h2 {
    justify-content: start;
  }
  #info .contents {
    width: calc(100% - 80px);
  }
  #info .contents_inner {
    padding: 25px 20px;
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }
  #info .contents_inner dl {
    grid-row-gap: 10px;
  }
  #info .contents_inner dl .date {
    grid-area: 1/1/2/2;
  }
  #info .contents_inner dl .cat {
    grid-area: 1/2/2/3;
  }
  #info .contents_inner dl dt {
    grid-area: 2/1/3/4;
  }
  #info .contents_inner dl dt a:hover {
    text-decoration: none;
  }
  /**service**/
  #service .wrap {
    padding: 30px 0 60px;
  }
  #service .contents {
    width: calc(100% - 80px);
  }
  #service .contents_inner {
    grid-template-columns: 1fr;
    grid-row-gap: 25px;
    max-width: 460px;
    margin: 0 auto 30px;
    transition: 0s;
  }
  #service .contents_inner .item {
    padding-bottom: 20px;
  }
  #service .contents_inner .item .img {
    margin-bottom: 22px;
    aspect-ratio: 3/1;
  }
  #service .contents_inner .item h3 {
    font-size: 1.8rem;
    padding: 0 20px;
  }
  #service .contents_inner .item p {
    padding: 0 20px;
  }
  #service .contents_inner .item:hover {
    transform: translateY(0px);
  }
  #service .contents_inner .item:hover p,
#service .contents_inner .item:hover .link {
    text-decoration: none;
  }
  /**purpose**/
  #purpose .wrap {
    padding: 50px 0 60px;
  }
  #purpose .contents {
    width: calc(100% - 80px);
  }
  #purpose .contents_inner {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  #purpose .contents_inner .item {
    aspect-ratio: 1.05/1;
    grid-row-gap: 10px;
  }
  #purpose .contents_inner .item img {
    width: 45%;
  }
  #purpose .contents_inner .item p {
    font-size: 3.6vw;
    line-height: 1.3;
  }
  #purpose .contents_inner .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
  /**reason**/
  #reason .wrap {
    padding: 50px 0;
  }
  #reason .contents_inner {
    /* grid-template-columns:1fr; */
    /* max-width:400px; */
    margin: 0 auto 40px;
    grid-column-gap: 5px;
  }
  #reason .contents_inner .item span {
    font-size: min(2.5vw, 1.5rem);
    /* top: 65%; */
    top: 60%;
  }
  #reason .contents_inner .item p {
    /* font-size: min(2.5vw,2.2rem); */
    font-size: 1.4rem;
  }
  #reason .contents_inner .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
  #reason .contents .btn:hover::before {
    background-image: url(../img/common/icon_reason.png);
  }
  /**news**/
  #news .wrap {
    padding: 50px 0 60px;
    background-color: #f1f1f1;
  }
  #news .contents {
    padding: 30px 0 0;
    border-radius: 20px;
  }
  #news .contents_inner {
    /* max-width:450px; */
    margin: 0 auto 40px;
  }
  #news .contents .tab {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto 30px;
    max-width: 400px;
    grid-gap: 5px;
    width: calc(100% - 50px);
  }
  #news .contents .tab a {
    height: 40px;
    border-radius: 20px;
    transition: 0s;
  }
  #news .contents .tab a:hover {
    background-color: #ffffff;
    color: #124c9b;
  }
  /* #news .contents .item:nth-child(-n+2) {
  	margin-bottom:30px;
  } */
  /* #news .contents .item:not(:nth-child(-n+3)) {
  	display:none;
  } */
  #news .contents .item .img {
    transition: 0s;
  }
  #news .contents .item:hover .img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
  #news .contents .item:hover p a {
    text-decoration: none;
  }
  #news .contents .slick-list {
    overflow: visible;
  }
  #news .contents .news_slide .slick-arrow {
    background-color: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    top: calc((100vw - 140px) * 0.3);
  }
  #news .contents .news_slide .slick-prev {
    left: 25px;
  }
  #news .contents .news_slide .slick-prev::before {
    transform: translate(-36%, -50%) rotate(-135deg);
  }
  #news .contents .news_slide .slick-next {
    right: 25px;
  }
  #news .contents .news_slide .slick-next::before {
    transform: translate(-64%, -50%) rotate(45deg);
  }
  /**contactbox**/
  #contactbox .wrap {
    padding: 60px 0;
  }
  #contactbox .contents {
    width: calc(100% - 80px);
  }
  #contactbox .contents_inner {
    max-width: 450px;
    padding: 40px 20px;
    grid-template-columns: 1fr;
  }
  #contactbox .contents_inner dl {
    width: 100%;
    justify-self: center;
    display: grid;
    align-content: center;
    text-align: center;
    height: auto;
    padding-top: 30px;
  }
  #contactbox .contents_inner dl:first-child {
    border-right: none;
    border-bottom: 1px solid #dbdbdb;
    padding-top: 0;
    padding-bottom: 30px;
  }
  #contactbox .contents_inner dt {
    font-size: min(4.27vw, 1.6rem);
  }
  #contactbox .contents_inner dl .tel {
    /* font-size:min(9.0vw,3.4rem); */
    font-size: min(9vw, 3.2rem);
  }
  #contactbox .contents_inner dl .btn:hover {
    filter: brightness(1);
  }
  .fadein.dl01,
.fadein.dl02,
.fadein.dl03 {
    transition-delay: 0s;
  }
}
@media screen and (max-width: 768px) {
  #reason .contents_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 3rem;
  }
  #reason .contents_inner .item {
    width: 45% !important;
  }
  #reason .contents_inner .item:nth-of-type(1) {
    margin: 0 3rem;
  }
}
@media screen and (max-width: 460px) {
  #fv .wrap .bnr_slide .slick-slide {
    margin: 0 40px;
  }
  #fv .wrap .bnr_slide .slick-slide.beforeslide {
    transform: translateX(0);
  }
  #fv .wrap .bnr_slide .slick-slide.nexteslide {
    transform: translateX(0);
  }
  #fv .wrap .bnr_slide .slick-slide.currentslide {
    transform: scale(1);
  }
}
/* .page-id-44 #titlewrap::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(252,252,252,1) 0%, rgba(2,146,111,1) 100%);
}
@media screen and (max-width:750px){
.page-id-44 #titlewrap::before{
    display: none;
}	
} */
.flex {
  display: flex;
  justify-content: center;
}

.flex h1 img {
  width: 70%;
}

.flex .head_catch {
  font-size: 20px !important;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ffffff;
}

.flex .hishigata-bg {
  background-color: #ffffff;
  width: 75px;
  height: 75px;
  transform: rotate(45deg);
  position: relative;
  margin-top: 10px;
  margin-right: 40px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px -5px #000000;
}

.flex .hishigata-bg .left_bg {
  transform: rotate(-45deg);
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 18px;
  right: 9px;
  font-size: 20px;
}

.flex .hishigata-bg .right_bg {
  transform: rotate(-45deg);
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .flex .head_catch {
    font-size: 14px !important;
  }
  .flex .hishigata-bg {
    width: 110px;
    height: 50px;
    margin-right: 24px;
  }
  .flex .hishigata-bg .left_bg {
    font-size: 13px;
    top: 14px;
    right: 5px;
  }
  .flex .hishigata-bg .right_bg {
    font-size: 13px;
    top: 12px;
    right: 10px;
  }
}
.bg-f8f8f8 {
  background-color: #f8f8f8 !important;
}

.navi {
  width: calc(100% - 60px);
  max-width: 1100px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.2;
  /* padding: 0.5em 0; */
  padding: 1.5em 0;
}

.img-fluid img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .navi {
    width: calc(100% - 40px);
    font-size: 1.2rem;
  }
}
.txt_c {
  text-align: center !important;
}

.txt_r {
  text-align: right !important;
}

.txt_l {
  text-align: left !important;
}

.txt_c a {
  color: #04a7fc;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.pl-16 {
  padding-left: 16px;
}

.g-green {
  color: #04a7fc !important;
}

.mt-2 {
  margin-top: 2em;
}

.mt-n2 {
  margin-top: -2em;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: inline-block;
  }
  .sp-cam img {
    width: 70%;
    margin-top: -30px;
  }
}
input,
select {
  vertical-align: middle;
  padding: 8px 16px;
}

.contact1-bg {
  background-image: url(../img/top/contact-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 4.8% 0;
}
@media screen and (max-width: 767px) {
  .contact1-bg {
    padding: 7.8% 0;
  }
}

#contact1 span img {
  width: 30%;
}

#contact1 .mi-img {
  width: 65%;
  margin: 0 auto 40px;
}

#contact1 a.botan {
  width: 50%;
  margin: 20px auto 0;
  display: block;
}

#contact1 a.botan:hover {
  opacity: 0.85;
}

#service h3 {
  color: #04a7fc;
  font-size: 24px;
  margin: 20px auto;
}

#service p.text {
  font-size: 14px;
  text-align: left;
  line-height: 1.7;
}

#service {
  position: relative;
}

.contact_lead {
  margin-bottom: 35px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact_lead {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
  }
}
.contact_lead > span {
  color: #fcc900;
}

#price .bg-white {
  margin-bottom: 80px;
  padding: 80px 0 0 0;
  background-color: #FFF;
  position: relative;
  padding-bottom: 40px;
  z-index: 2;
}

.price-box {
  background-color: #F1F1F1;
  padding: 30px 40px 40px;
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .price-box {
    padding: 30px 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .price-box {
    padding: 30px 20px 30px;
  }
}

.price-box-catch {
  font-size: 18px;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .price-box-catch {
    font-size: 16px;
  }
}

.price-box-title {
  background-color: #124c9b;
  color: #FFF;
  font-weight: 900;
  font-size: 26px;
  width: 100%;
  position: relative;
  margin: 20px auto 15px auto;
  padding: 15px 0;
  border-radius: 10px;
  color: #fcc900;
}
@media screen and (max-width: 767px) {
  .price-box-title {
    color: #fff;
    font-size: 17px;
  }
}

.price-sub-box {
  background-color: #FFF;
  padding: 25px;
}
@media screen and (max-width: 1024px) {
  .price-sub-box {
    padding: 15px;
  }
}

.plus img {
  width: 50px;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .plus img {
    width: 30px;
  }
}

.price-tsuki {
  font-size: 26px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .price-tsuki {
    font-size: 17px;
  }
}

.price-big {
  color: #2897df;
  font-size: 70px;
  padding-left: 5px;
}

.price-en {
  color: #2897df;
  font-size: 44px;
}
@media screen and (max-width: 767px) {
  .price-en {
    font-size: 28px;
  }
}

.price-zei {
  color: #2897df;
  font-size: 20px;
  color: #2897df;
}
@media screen and (max-width: 767px) {
  .price-zei {
    font-size: 13px;
  }
}

.grid-3 {
  display: grid;
  gap: 15px;
  grid-template-columns: 3fr 3fr 4fr;
  padding: 3% 2% 3% 0;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #e5e5e5;
}

.price-line-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.p-first {
  background-color: #2897df;
  color: #FFF;
  padding: 15px;
  font-weight: 900;
}

.p-first2 {
  background-color: #2897df;
  color: #FFF;
  padding: 5px;
  font-weight: bold;
}

.p-month {
  font-weight: 900;
  font-size: 20px;
  justify-self: start;
}

.p-price {
  font-size: 30px;
  font-weight: 900;
  justify-self: start;
}

.p-price-en {
  font-size: 22px;
}

.p-price-zei {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .price .grid-3 {
    padding: 3% 0;
  }
}

.p-small {
  font-size: 13px;
  text-align: left;
  line-height: 1.7;
  margin: 20px auto 10px;
}
@media screen and (max-width: 767px) {
  .p-small {
    font-size: 10px;
  }
}

#price .small {
  margin-top: 20px;
  font-size: 12px;
  line-height: 2.17;
  text-align: left;
  color: #3e3a39;
}
@media screen and (max-width: 767px) {
  #price .small {
    font-size: 10px;
  }
}

#option .bg-white {
  background-color: #FFF;
  position: relative;
  padding-bottom: 80px;
  z-index: 2;
}

.option__memo {
  margin-top: 50px;
}
.option__memo p {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .option__memo p {
    font-size: 16px;
  }
}

.option__btn {
  display: block;
  width: 290px;
  max-width: 100%;
  margin: 20px auto 10px auto;
  padding: 15px 10px 19px 10px;
  border-radius: 50px;
  background-color: #2897df;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-align: center;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .option__btn {
    width: 245px;
    margin: 12px auto 10px auto;
    font-size: 14px;
  }
}
.option__btn:hover {
  opacity: 0.6;
}

#service h3 {
  color: #04a7fc;
  font-size: 24px;
  margin: 20px auto;
}

.contact2-bg {
  background-image: url(../img/top/contact-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 4% 0;
}

#contact2 .mi-img {
  width: 40%;
  margin: 0 auto 20px;
}

#contact2 .mi-img2 {
  width: 16%;
  margin: 0 auto 0;
}

#contact2 a.botan {
  width: 50%;
  margin: 20px auto 0;
  display: block;
}

#contact2 a.botan:hover {
  opacity: 0.85;
}

.mt_S {
  padding: 0px 0 0;
  margin-bottom: 80px;
  position: relative;
  z-index: 10;
}

.sectTit {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: 2.5rem;
}

.sectTit:before,
.sectTit:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #faa94d;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}

.sectTit:before {
  transform: rotate(-35deg);
}

.sectTit:after {
  transform: rotate(35deg);
}

.accordion {
  width: 100%;
}

/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 30px 105px 30px 75px;
  background: #FFF;
  cursor: pointer;
  margin: 20px 0px 0px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .accordion-open {
    font-size: 15px;
    padding: 30px 42px 30px 50px;
  }
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: "";
  width: 20px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 43px;
  right: 53px;
  transform: translateY(-50%);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .accordion-open::before,
.accordion-open::after {
    width: 15px;
    top: 41px;
    right: 16px;
  }
}

/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  /* transition: 0.5s; */
  cursor: pointer;
  margin: 2px 0px 0px;
  line-height: 1.7;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.75px;
  text-align: left;
  color: #3e3a39;
}
@media screen and (max-width: 767px) {
  .accordion-inner {
    font-size: 12px;
  }
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}

/* ↑ここまで共通 */
/* Q&A追加 */
.accordion_qa .Q,
.accordion_qa .A {
  position: relative;
}

.accordion_qa .Q::before,
.accordion_qa .A::before {
  font-size: 46px;
  display: block;
  position: absolute;
  top: -24px;
  left: -1em;
  color: #04a7fc;
  font-weight: 400;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .accordion_qa .Q::before,
.accordion_qa .A::before {
    top: -17px;
    left: -33px;
    font-size: 38px;
  }
}

.accordion_qa .Q::before {
  content: "Q";
}

.accordion_qa .A::before {
  content: "";
}

.accordion_circle {
  content: "";
  position: absolute;
  top: 20px;
  right: 40px;
  width: 47px;
  height: 47px;
  padding-top: 5px;
  background-color: #2897df;
  text-align: center;
  border-radius: 100px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .accordion_circle {
    top: 24px;
    right: 8px;
    width: 33px;
    height: 33px;
  }
}

.accordion_qa .accordion-open {
  border-radius: 20px;
  background-color: #f1f1f1;
}

.accordion_qa .accordion-hidden:checked + .accordion-open + .accordion-inner {
  height: auto;
  opacity: 1;
  padding: 20px 2.5em 20px 2.5em;
  background-color: #f1f1f1;
  border-radius: 20px;
}

/* Q&A追加ここまで */
/* 中にいろいろ入れたいとき */
.accordion-box {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 1s;
}

.accordion-hidden:checked + .accordion-open + .accordion-box {
  height: auto;
  opacity: 1;
  padding: 10px;
}

#flow {
  padding: 110px 0 220px 0;
}
@media screen and (max-width: 767px) {
  #flow {
    padding: 85px 0 160px 0;
  }
}

.flow {
  background: url(../img/top/bg-stripe.png) no-repeat 50% 0%;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .flow {
    background: url("../img/top/bg-stripe-sp.png") no-repeat 50% 0%;
    background-size: cover;
  }
}

#flow .flow__title {
  margin-bottom: 45px;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #flow .flow__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  #flow .flow__title {
    font-size: 25px;
  }
}
#flow .flow__title > span {
  margin: 0 !important;
  font-size: 48px !important;
  font-weight: bold;
  line-height: 1.25;
  color: #f9df08 !important;
}
@media screen and (max-width: 1024px) {
  #flow .flow__title > span {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  #flow .flow__title > span {
    font-size: 25px !important;
  }
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 0px;
  /* background-color: #fff;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
  width: 100%;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(50% - 10px);
  height: 80px;
  /* border-bottom: 3px solid #41AD93; */
  background-color: #8A8A8A;
  line-height: 40px;
  font-size: 25px;
  text-align: center;
  color: #FFF;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border-radius: 10px 10px 0px 0px;
  padding: 20px;
  cursor: pointer;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .tab_item {
    height: 52px;
    padding: 7px 10px 0 10px;
    margin-right: 10px;
    width: calc(50% - 5px);
  }
}

.tab_item:last-of-type {
  margin-right: 0px;
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 20px 0;
  clear: both;
  overflow: hidden;
  text-align: left;
  border: solid 20px #124c9b;
  background-color: #FFF;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #124c9b;
  color: #fff;
}

.comparison {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .comparison {
    padding: 0px 0 65px 0;
  }
}

#comparison .bg-white {
  background-color: #FFF;
  position: relative;
}

.grid-3-3-4 {
  display: grid;
  grid-template-columns: 3fr 3fr 4fr;
  padding: 3% 0;
  justify-content: center;
  align-items: center;
  font-weight: 900;
}

.grid-3-3-4 .line-1 .bg-green {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2897df;
  color: #FFF;
  padding: 10px 0 10px 0;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 900;
  height: 70px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 767px) {
  .grid-3-3-4 .line-1 .bg-green {
    height: 40px;
  }
}

.grid-3-3-4 .line-1 .bg-white-2 {
  color: #04a7fc;
  background-color: #fff;
  padding: 10px 0;
  font-size: 26px;
  margin-bottom: 5px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .grid-3-3-4 .line-1 .bg-white-2 {
    padding: 4px 0;
  }
}

.grid-3-3-4 .line-2 .bg-gray {
  background-color: #F1F1F1;
  color: #000;
  padding: 18px 0 10px 0;
  font-size: 28px;
  margin-bottom: 5px;
  font-weight: 900;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .grid-3-3-4 .line-2 .bg-gray {
    height: 40px;
  }
}

.grid-3-3-4 .line-2 .bg-gray2 {
  font-size: 32px;
}

.grid-3-3-4 .line-2 .bg-white-2 {
  color: #04a7fc;
  background-color: #fff;
  padding: 10px 0;
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 900;
}

.grid-3-3-4 .line-2 .line-2-en {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .grid-3-3-4 .line-2 .line-2-en {
    font-size: 10px;
  }
}

.grid-3-3-4 .line-2 .line-2-en2 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .grid-3-3-4 .line-2 .line-2-en2 {
    font-size: 10px;
  }
}

.grid-3-3-4 .line-3 {
  height: 105%;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  position: relative;
  top: -15px;
}

.grid-3-3-4 .line-3 .bg-yellow {
  background-color: #124c9b;
  color: #fcc900;
  padding: 16px 0 10px 0;
  margin-bottom: 5px;
  font-weight: 900;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .grid-3-3-4 .line-3 .bg-yellow {
    height: 40px;
  }
}
.grid-3-3-4 .line-3 .bg-yellow--1 {
  font-size: 38px;
}
.grid-3-3-4 .line-3 .bg-yellow--2 {
  font-size: 32px;
}
.grid-3-3-4 .line-3 .bg-yellow--3 {
  font-size: 30px;
}
.grid-3-3-4 .line-3 .bg-yellow--4 {
  font-size: 32px;
}

.grid-3-3-4 .line-3 .bg-white-2 {
  color: #04a7fc;
  background-color: #fff;
  padding: 10px 0;
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: bold;
  border-radius: 10px;
}

.grid-3-3-4 .line-3 .bg-white-2 img {
  width: 45%;
}

.grid-3-3-4 .line-3 .line-3-en {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .grid-3-3-4 .line-3 .line-3-en {
    font-size: 12px;
  }
}

.grid-3-3-4 .line-3 .line-3-en2 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .grid-3-3-4 .line-3 .line-3-en2 {
    font-size: 12px;
  }
}

.grid-3-3-4 .line-3 .line-3-white {
  color: #fff;
}

.contact_catch {
  color: #FFF !important;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.3;
}

.contact3-bg {
  background-image: url(../img/top/contact-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 4% 0;
}

#contact3 .mi-img {
  width: 40%;
  margin: 0 auto 20px;
}

#contact3 .mi-img2 {
  width: 16%;
  margin: 0 auto 0;
}

#contact3 a.botan {
  width: 50%;
  margin: 20px auto 0;
  display: block;
}

#contact3 a.botan:hover {
  opacity: 0.85;
}

.voice {
  position: relative;
  padding: 70px 0 125px 0;
  background: url("../img/top/bg-stripe.png") no-repeat 50% 100%;
  background-size: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .voice {
    background: url("../img/top/bg-stripe-sp.png") no-repeat 50% 100%;
    background-size: cover;
  }
}
.voice__title {
  color: #fff !important;
}
.voice__title > span {
  display: inline !important;
  font-size: inherit !important;
  margin-left: 0 !important;
  color: #fcc900 !important;
}

.slide-items {
  width: 100%;
  height: auto;
  margin: auto;
}

.slide-items img {
  width: 90%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0 10px;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .slide-items img {
    width: 180px;
    height: auto;
  }
}

.slick-prev:before,
.slick-next:before {
  color: #fcc900;
}

.slick-dots li button:before {
  font-size: 18px;
  top: 6px;
}

.slide-items .slick-track {
  display: flex;
}

.slide-items .slick-slide {
  margin: 0 20px;
  height: auto !important;
  border-radius: 3%;
  background-color: #fff;
}

.slide-items .slick-slide .v-card {
  padding: 6% 6% 9% 6%;
}

.slide-items .slick-slide .v-card .mid {
  color: #2897df;
  font-size: 18px;
  font-weight: 900;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .slide-items .slick-slide .v-card .mid {
    font-size: 14px;
  }
}

.slide-items .slick-slide .v-card .age {
  font-size: 14px;
  text-align: right;
  font-weight: 900;
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 1px solid #919191;
}
@media screen and (max-width: 767px) {
  .slide-items .slick-slide .v-card .age {
    font-size: 12px;
  }
}

.slide-items .slick-slide .v-card .set {
  text-align: left;
  font-size: 14px;
  line-height: 1.43;
  color: #3e3a39;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .slide-items .slick-slide .v-card .set {
    font-size: 11px;
  }
}

#contact {
  position: relative;
  background-image: url(../img/top/contactform-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -100px;
}

#contact p.sub_midashi {
  color: #FFF !important;
}

/******************************/
/** コンタクトフォームの装飾 **/
/******************************/
/*　フォーム全体　*/
select,
input,
button,
textarea {
  line-height: 1;
  /* padding: 5px; */
  padding: 12px 16px;
}

.ml-0 .wpcf7-list-item {
  margin-left: 0 !important;
}

#cf7-area {
  width: 100%;
  margin: 0 auto;
  font-family: “遊ゴシック”, ”ヒラギノ角ゴ”, ”メイリオ”, ”MS Pゴシック”, sans-serif;
}

.cf7-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 1.75em;
}

.cf7-q {
  width: 33%;
  margin: 0 0 0 10px;
  text-align: left;
}

.cf7-a {
  width: 60%;
  text-align: left;
}

/*　見出し　*/
.form-heading {
  width: 100%;
  background-color: #191970;
  border-left: 1em solid #6495ED;
  border-radius: 2px;
  color: #ffffff;
  font-weight: bold;
  padding: 1em 0.8em;
  margin: 0 0 2em;
}

.form-heading p {
  margin: 0;
}

/* 各項目共通 */
#cf7-area label {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #cf7-area label {
    font-size: 14px;
  }
}

/* #cf7-area input[type="text"],#cf7-area input[type="email"],#cf7-area input[type="tel"],#cf7-area textarea {
width:500px;
} */
#cf7-area input[type=text],
#cf7-area input[type=email],
#cf7-area input[type=tel],
#cf7-area textarea,
#cf7-area select,
#cf7-area .wpcf7-date {
  background: #f0f4f9;
  border: 2px solid #ccc;
  border-radius: 4px;
}

#cf7-area input[type=text]:focus,
#cf7-area input[type=email]:focus,
#cf7-area input[type=tel]:focus,
#cf7-area textarea:focus {
  background: #FFE4E1;
  border: 2px solid #FF1493;
  outline: 0;
}

#cf7-area input[type=checkbox],
#cf7-area input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

/* #cf7-area .wpcf7-list-item {
display: block;
} */
#cf7-area textarea {
  width: 390px;
  max-width: 100%;
  height: 200px;
  padding: 0.625em 0.4375em;
}

.cf7-accept-check {
  margin: 0px;
  text-align: left;
}

/*.cf7-submit {
width: 40%;
margin: 0 auto;
text-align: center;
}*/
.cf7-submit {
  width: 54%;
  margin: 0 auto;
  text-align: center;
  margin-left: 34%;
}

#cf7-area input[type=submit],
#cf7-area .wpcf7-previous {
  width: 100%;
  background-color: #124c9b;
  color: #ffffff;
  border-radius: 5px;
  font-size: 1.2em;
  padding: 1em 10px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  #cf7-area input[type=submit],
#cf7-area .wpcf7-previous {
    padding: 1em 1.5em;
  }
}
/* #cf7-area input[type="submit"]:hover {
background-color:#ffffff;
border: 2px solid #009370;
color:#009370;
} */
.cf7-btn {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}

/*　必須ラベル　*/
.cf7-req {
  font-size: 0.8em;
  padding: 4px 6px;
  background: #eb2a2a;
  color: #ffffff;
  margin-right: 10px;
  display: inline-block;
}

.cf7-nin {
  font-size: 0.8em;
  padding: 4px 6px;
  background: #666666;
  color: #ffffff;
  margin-right: 10px;
  display: inline-block;
}

.form-preview-help-text {
  margin-top: 20px;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
}

div.wpcf7 .wpcf7-spinner {
  display: block;
}

@media screen and (max-width: 768px) {
  .tab_item {
    font-size: 14px;
  }
  .cf7-item {
    display: block;
  }
  #cf7-area label {
    display: block;
    margin-bottom: 10px;
  }
  .cf7-q {
    width: 100%;
    margin: 0;
  }
  .cf7-a {
    width: 100%;
  }
  #cf7-area input[type=text],
#cf7-area input[type=email],
#cf7-area input[type=tel],
#cf7-area textarea {
    margin-left: 0;
  }
  .cf7-submit {
    width: 100%;
    margin-left: 0;
  }
  /* #cf7-area input[type="text"], #cf7-area input[type="email"], #cf7-area input[type="tel"], #cf7-area textarea { */
  #cf7-area input[type=text]:not([name^=your-post]),
#cf7-area input[type=email],
#cf7-area input[type=tel],
#cf7-area textarea {
    width: 100%;
  }
}
.wpcf7-list-item-label {
  line-height: 1.6;
}

.p-form-location {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.p-form-location .c-form-location-item + .c-form-location-item::before {
  display: block;
  content: "";
  width: 2rem;
  height: 2%;
  background-color: #ccc;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.p-form-location .c-form-location-item + .c-form-location-item:has(.--current)::before {
  background-color: #009370;
}

@media screen and (min-width: 768px) {
  .p-form-location .c-form-location-item + .c-form-location-item::before {
    width: 3rem;
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-form-location .c-form-location-item + .c-form-location-item::before {
    width: 5rem;
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
.c-form-location-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.c-form-location-item .--circle {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #eee;
  color: #009370;
}

.c-form-location-item .--step {
  font-size: 1.2rem;
}

.c-form-location-item .--circle.--current {
  color: #fff;
  background-color: #009370;
}

@media screen and (min-width: 768px) {
  .c-form-location-item .--circle {
    width: 7rem;
    height: 7rem;
    padding: 1.6rem;
  }
}
.c-form-location-item .--num {
  font-weight: bold;
  font-size: 2.8rem;
}

/* Contact Form7スマホ・タブレット用カスタマイズ */
@media (max-width: 850px) {
  /* テーブルの見出しとフォーム */
  table.inquiry th,
table.inquiry td {
    display: block;
    width: 100%;
    border: 0;
  }
  /* 送信ボタン */
  /* input.wpcf7-submit{
     margin-bottom:30px;
     width:100%;
  } */
}
/* 日付タグ上のテキストをPCとスマホで変更 */
@media (max-width: 900px) {
  .pcdate {
    display: none;
  }
}
@media (min-width: 1000px) {
  .spdate {
    display: none;
  }
  /* 日付タグの幅を調整 */
  .wpcf7-date.dateform {
    width: 25%;
  }
}
/* Contact Form7全体カスタマイズ */
/* 自動入力されるPタグを無効にする */
.inquiry p {
  display: inline;
}

/*テーブル下に余白.枠線・テキストの行間 */
table.inquiry {
  margin-bottom: 30px;
  border: solid 1px #d7d7d7;
  line-height: 1.2;
  vertical-align: middle;
}

/* テーブルの行 */
.inquiry tr {
  border: 0 !important;
}

/* テーブルの見出し側 */
.inquiry th {
  text-align: left;
  font-size: 14px;
  color: #444;
  padding: 1em 0.5em;
  width: 0;
  background: #efefef;
  border: solid 1px #d7d7d7;
  white-space: nowrap;
}

/* 必須と任意タグ */
.haveto,
.any {
  font-size: 13px;
  padding: 5px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  font-weight: normal;
}

/* 任意タグの背景カラー */
.any {
  background: #93c9ff;
}

/* テーブルフォーム側 */
.inquiry td {
  font-size: 13px;
  border: solid 1px #d7d7d7;
}

/* 入力エリア幅最大 */
.wpcf7-form-control {
  /* width: 100%; */
}

/* フォーム入力欄の余白・背景カラー・枠線消す指定 */
.inquiry input,
.inquiry select,
.inquiry textarea {
  margin: 5px 0;
  background: #eff1f5;
  border: none;
  padding: 0.7em;
}

.inquiry textarea {
  padding-bottom: 10em;
}

/* チェックボックスとラジオボタンの位置調整 */
.wpcf7-list-item-label,
.wpcf7-checkbox,
input[type=checkbox],
input[type=radio] {
  vertical-align: middle;
}

.wpcf7-list-item-label {
  padding: 0 5px 0 2px;
}

/*ラジオボタンを縦並び指定*/
.verticallist {
  display: inline-grid;
}

/* 送信ボタンのデザイン */
.wpcf7-submit,
.wpcf7-previous {
  /* display: block; */
  display: inline-block;
  margin: 10px auto;
  padding: 1em 0;
  width: 80%;
  background: #009370;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 4px;
  border: none;
}

/* 送信ボタンマウスホバー時 */
.wpcf7-submit:hover,
.wpcf7-previous:hover {
  opacity: 0.9;
  transition: 0.3s;
}

/* フォーム上部に表示されるエラーメッセージを非表示 */
.screen-reader-response {
  display: none;
}

/* フォーム内エラーメッセージを赤色に指定 */
.wpcf7-not-valid-tip {
  color: #e92323;
}

.grid-3-7 {
  display: grid;
  gap: 20px;
  grid-template-columns: 3fr 7fr;
  border-radius: 0 0 30px 30px;
  background-color: #F1F1F1;
  padding: 4% 5%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .grid-3-7 {
    border-radius: 0 0 10px 10px;
  }
}

.op-midashi {
  background-color: #124c9b;
  color: #FFF;
  border-radius: 30px 30px 0 0;
  font-size: 22px;
  font-weight: 900;
  padding: 20px 0;
  color: #ffe300;
}
@media screen and (max-width: 767px) {
  .op-midashi {
    border-radius: 10px 10px 0 0;
    font-size: 16px;
  }
}

.op-cen {
  align-items: center;
  justify-content: center;
  display: flex;
}

.op-sub-m {
  padding-top: 5px;
  font-weight: 900;
  text-align: left;
  font-size: 19px;
  line-height: 1.2;
}

.op-sub-m-v2 {
  color: #2897df;
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .op-sub-m-v2 {
    font-size: 36px;
  }
}

.op-sub-m-v2-1 {
  color: #2897df;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .op-sub-m-v2-1 {
    font-size: 22px;
  }
}

.op-sub-m-v3 {
  color: #2897df;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .op-sub-m-v3 {
    font-size: 15px;
  }
}

.op-sub-m2 {
  font-weight: bold;
  text-align: left;
  margin: 15px auto 0px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .op-sub-m2 {
    margin: 5px auto 0px;
    font-size: 11px;
  }
}

.op-sub-m2 a {
  display: block;
  width: 130px;
  padding: 9px 10px 9px 10px;
  border-radius: 50px;
  background-color: #2897df;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .op-sub-m2 a {
    font-size: 11px;
  }
}

.op-sub-m2 a:hover {
  opacity: 0.6;
}

.op-p {
  text-align: left;
  line-height: 1.5;
  margin-top: 20px;
  font-size: 14px;
}

.op-box-4 .grid-1 {
  position: relative;
  background-color: #F1F1F1;
  padding: 5% 5% 5% 5%;
  border-radius: 0 0 10px 10px;
  min-height: 315px;
}

@media screen and (max-width: 1024px) {
  .option-block01 {
    flex-wrap: wrap;
  }
}
.option-block01 .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 1024px) {
  .option-block01 .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .option-block02 {
    flex-wrap: wrap;
  }
}
.option-block02 .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 1024px) {
  .option-block02 .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.op-box-4 .grid-1 p:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
}

.op-box-4 .op-midashi {
  background-color: #124c9b;
  color: #FFF;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  font-weight: 900;
  padding: 20px 0;
  color: #ffe300;
}
@media screen and (max-width: 767px) {
  .op-box-4 .op-midashi {
    font-size: 14px;
  }
}

.op-box-4 .op-cen {
  align-items: center;
  justify-content: center;
  display: flex;
}

.op-box-4 .op-sub-m {
  font-weight: 900;
  text-align: left;
  font-size: 13px;
  line-height: 1.4;
  color: #4b4b4b;
}

.op-box-4 .op-sub-m-pt1 {
  margin-top: -6px;
}
.op-box-4 .op-sub-m-v5-pt2 {
  padding-left: 15px;
}
.op-box-4 .op-sub-m-v5-pt3 {
  padding-left: 3px;
}
.op-box-4 .op-sub-m-pt2 {
  margin: -18px 0 0 0;
}
@media screen and (max-width: 767px) {
  .op-box-4 .op-sub-m-pt2 {
    margin: -13px 0 0 0;
  }
}

.op-box-4 .op-sub-m-2 {
  font-weight: 900;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
}
@media screen and (max-width: 767px) {
  .op-box-4 .op-sub-m-2 {
    font-size: 14px;
  }
}

.op-box-4 .op-sub-m-v4 {
  font-weight: 900;
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  margin: 15px 0;
}

.op-box-4 .op-sub-m-v5 {
  font-weight: 900;
  font-size: 36px;
  line-height: 1.4;
  color: #2897df;
}

.op-box-4 .op-sub-m-v5-1 {
  font-weight: 900;
  font-size: 24px;
  line-height: 1.4;
  color: #2897df;
}
@media screen and (max-width: 767px) {
  .op-box-4 .op-sub-m-v5-1 {
    font-size: 15px;
  }
}

.op-box-4 .op-sub-m-v6 {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.4;
  color: #2897df;
}
@media screen and (max-width: 767px) {
  .op-box-4 .op-sub-m-v6 {
    font-size: 10px;
  }
}

.op-box-4 .op-sub-m2 {
  position: absolute;
  inset: auto 0 30px 0;
  text-align: center;
  margin: auto;
}
.op-box-4 .op-sub-m2 > a {
  margin: auto;
}

.op-box-4 .op-sub-m3 {
  font-weight: 500;
  text-align: left;
  margin: 15px auto 0px;
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: -0.3px;
  text-align: left;
  color: #1b1b1b;
}

.op-box-4 .op-sub-m4 {
  font-weight: bold;
  text-align: left;
  font-size: 15px;
  line-height: 1.4;
  color: #4b4b4b;
}

.op-box-4 .op-p {
  text-align: center;
  line-height: 1.5;
  margin-top: 0;
  font-size: 14px;
}

.op-box-4 .arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  margin-left: 10px;
}

.op-box-4 .arrow::before,
.op-box-4 .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.op-box-4 .yazi::before {
  left: 10px;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 10px solid transparent;
  border-left: 10px solid #04a7fc;
}

.op-box-4 .yazi::after {
  left: 0;
  width: 8px;
  height: 8px;
  border-left: 10px solid #04a7fc;
}

.op-box-4 .op-p-1 {
  font-weight: bold;
  color: #4b4b4b;
}

.op-box-4 .b-suji {
  font-size: 28px;
  padding: 0 2px;
}

.op-box-4 .op-p-2 {
  font-weight: bold;
  color: #DD2424;
  font-size: 24px;
}

.op-box-4 .r-suji {
  font-size: 40px;
  letter-spacing: 0;
  padding-right: 5px;
}

.op-box-4 .op-p2 {
  text-align: left;
  line-height: 1.5;
  font-size: 12px;
  color: #4b4b4b;
}

.problem-space {
  position: relative;
}

.pro-bg-00 {
  width: 50%;
  margin: 30px auto 0;
}

.pro-bg-01 {
  background-image: url(../img/top/problem-001.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 60px;
  left: 100px;
  width: 430px;
  height: 120px;
}

.pro-bg-01 p {
  position: relative;
  text-align: left;
  line-height: 1.2;
  top: 30px;
  left: 30px;
  color: #04a7fc;
  font-weight: bold;
  font-size: 17px;
}

.pro-bg-02 {
  background-image: url(../img/top/problem-002.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 140px;
  width: 360px;
  height: 130px;
}

.pro-bg-02 p {
  position: relative;
  text-align: left;
  line-height: 1.2;
  top: 25px;
  left: 45px;
  color: #04a7fc;
  font-weight: bold;
  font-size: 17px;
}

.pro-bg-03 {
  background-image: url(../img/top/problem-003.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 80px;
  left: 70px;
  width: 250px;
  height: 100px;
}

.pro-bg-03 p {
  position: relative;
  text-align: left;
  line-height: 1.2;
  top: 25px;
  left: 50px;
  color: #04a7fc;
  font-weight: bold;
  font-size: 17px;
}

.pro-bg-04 {
  background-image: url(../img/top/problem-004.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 150px;
  right: 70px;
  width: 500px;
  height: 115px;
}

.pro-bg-04 p {
  position: relative;
  text-align: left;
  line-height: 1.2;
  top: 30px;
  left: 50px;
  color: #04a7fc;
  font-weight: bold;
  font-size: 17px;
}

.new-tab {
  position: relative;
  padding-bottom: 40px;
}

.new-tab::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 11%;
  width: 1px;
  height: calc(100% - 130px);
  background-color: #43baa1;
}
@media screen and (max-width: 1024px) {
  .new-tab::before {
    left: 11%;
  }
}
@media screen and (max-width: 767px) {
  .new-tab::before {
    left: 14.5%;
  }
}

.grid-2-8 {
  display: grid;
  gap: 30px;
  grid-template-columns: 2fr 8fr;
  position: relative;
  padding: 1% 2%;
  z-index: 2;
}

.grid-2-8 .sub {
  align-self: center;
}
@media screen and (max-width: 767px) {
  .grid-2-8 .sub {
    margin-bottom: 10px;
  }
}

.grid-2-8 .step {
  color: #009370;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .grid-2-8 .step {
    font-size: 11px;
  }
}

.grid-2-8 .step-title {
  font-weight: 900;
  font-size: 25px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .grid-2-8 .step-title {
    font-size: 15px;
  }
}

.grid-2-8 .step-p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.67;
}

.grid-2-8 .step-p-s {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .grid-2-8 .step-p-s {
    font-size: 11px;
  }
}

.grid-2-8 .step-p a {
  color: #FF9000;
  text-decoration: underline;
}

.grid-2-8 .step-p a:hover {
  color: #04a7fc;
}

.att {
  text-align: left;
}

.att p {
  font-size: 80%;
  margin: 20px 0 !important;
  line-height: 1.5 !important;
}

.slick-next,
.slick-prev {
  z-index: 100001;
}

.slick-next:before,
.slick-prev:before {
  font-size: 30px;
}

.pl-up {
  padding-left: 42px;
}

.pl-un {
  padding-left: 10px;
}

.form-preview-help-text a {
  color: #124c9b;
  font-weight: 600;
}

.form-preview-help-text a:hover {
  color: #04a7fc;
  text-decoration: underline;
}

.page-id-2726 #main,
.page-id-2509 #main {
  background-color: #FFF;
}

@media (max-width: 767px) {
  .grid-3-7 img {
    width: 100%;
  }
  .grid-3-7 .op-sub-m {
    font-size: 14px;
  }
  .op-box-4 .op-sub-m-v4 {
    font-size: 14px;
    margin: 0px 0 18px;
  }
  .op-box-4 .op-sub-m {
    font-size: 10px;
  }
  .op-box-4 .op-sub-m-v5 {
    font-size: 22px;
  }
  .pl-16 {
    padding-left: 10px;
  }
  .op-box-4 .op-sub-m-v6 {
    font-size: 10px;
  }
  .pl-up {
    padding-left: 28px;
  }
  .pl-un {
    padding-left: 5px;
  }
}
@media (max-width: 389px) {
  .sp-mb-25 {
    margin-bottom: 25px !important;
  }
  .op-sub-m {
    font-size: 20px;
  }
  .pl-up {
    padding-left: 26px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
/* FAQパーツ */
.pageSubTitle2 {
  font-size: 23px;
  line-height: 1.7;
  font-weight: 400;
  font-style: normal;
  color: #4D4D4D;
}

.contentText {
  font-size: 23px;
  line-height: 1.7;
  font-weight: 400;
  font-style: normal;
  color: #4D4D4D;
}

.qa {
  padding-top: 180px;
  padding-bottom: 278px;
}

.qa__box {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.qa__box > dl > dt {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  position: relative;
}

.qa__box > dl > dt .crossBar {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.qa__box > dl > dt .crossBar::before {
  content: "";
  display: inline-block;
  width: 1.6px;
  height: 100%;
  background-color: #4D4D4D;
  position: absolute;
  top: 0;
  left: 50%;
  transform-origin: center center;
  /* 中心を基準にtransform */
  transform: translateX(-50%) rotate(0deg);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.qa__box > dl > dt .crossBar::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1.6px;
  background-color: #4D4D4D;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.qa__box > dl > dt > span {
  font-size: 28px;
  line-height: 1.75;
  font-weight: 500;
  font-style: normal;
  color: #5FB1DE;
  margin-right: 23px;
}

.qa__box > dl > dd {
  margin: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 0px 30px;
  /* paddingの上下を0にする */
  max-height: 0;
  /* max-heightを0にする、レスポンシブ対応 */
  overflow: hidden;
  /* overflow: hidden;を付けるのがポイント */
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.qa__box > dl > dd > span {
  font-size: 28px;
  line-height: 1.7;
  font-weight: 500;
  font-style: normal;
  color: #5FB1DE;
  margin-right: 23px;
}

/* アニメーション後のスタイル */
.qa__box > dl > dd.is-open {
  /* heightとpaddingをアニメーション */
  max-height: 100px;
  padding: 10px 30px;
}

/* プラスボタンのアニメーション */
.qa__box > dl > dt.is-open .crossBar::before {
  transform: translateX(-50%) rotate(90deg);
  /* 90度回転 */
}

/* 以下フォームCSS */
.header-inner,
.container,
.footer-inner {
  padding: 0px;
}

.lp_form {
  width: 100%;
  max-width: 750px;
  height: auto;
  margin: 40px auto 0;
  background-color: #FFFFFF;
  text-align: left;
  padding: 3% 0%;
}

.lp_form h2 {
  color: #02926F;
  font-size: 23px;
  border-bottom: 0px;
  padding: 12px 0;
}

.lp_form .lp_form_container {
  max-width: 450px;
  margin: 0 auto;
  padding: 0 15px;
}

.lp_form h3 {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  border-left: 0px;
  color: #02926F;
  font-size: 16px;
}

.lp_form input[type=radio] {
  display: none;
}

.lp_form .tcenter {
  width: 100%;
  margin: 15px auto 25px;
  padding: 0 25px;
  box-sizing: border-box;
}

.lp_form span.wpcf7-list-item {
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.lp_form span.wpcf7-list-item:not(.first) {
  margin-left: 10px;
}

.lp_form .tcenter input[type=radio]:checked + span {
  border: 1px #EF6F17 solid;
  background-color: #EF6F17;
  color: #fff;
}

.lp_form .tcenter label .wpcf7-list-item-label {
  background-color: #fff;
  padding: 9px 11px;
  border: 1px #02926F solid;
  border-radius: 2px;
  color: #02926F;
  font-weight: bold;
  font-size: 13px;
  transition: background-color 0.2s, color 0.2s, border 0.2s;
}

.lp_form .tcenter label .wpcf7-list-item-label:hover {
  border: 1px #EF6F17 solid;
  background-color: #EF6F17;
  color: #fff;
  cursor: pointer;
}

.lp_form dl {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 25px;
}

.lp_form dl dt {
  font-size: 13px;
  font-weight: bold;
}

.lp_form dl dt:not(:first-child) {
  margin-top: 12px;
}

.lp_form dl input {
  width: 100%;
  border: none;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 12px;
  background-color: #F5F5F5;
}

.lp_form dl input::-moz-placeholder {
  color: #cccccc;
  font-size: 12px;
}

.lp_form dl input::placeholder {
  color: #cccccc;
  font-size: 12px;
}

.lp_form textarea {
  resize: none;
  width: 100%;
  height: 90px;
  border: none;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 12px;
  background-color: #F5F5F5;
}

.lp_form textarea::-moz-placeholder {
  color: #cccccc;
  font-size: 12px;
  font-weight: normal;
}

.lp_form textarea::placeholder {
  color: #cccccc;
  font-size: 12px;
  font-weight: normal;
}

.lp_form dl dt span {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3;
}

.lp_form .message {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 10px 25px 30px;
  text-align: center;
  font-size: 11px;
  letter-spacing: -0.5px;
}

.lp_form .message input {
  margin: 0 auto;
  width: 100%;
  margin-top: 10px;
  padding: 11px;
  border: 2px solid #EF6F17;
  box-sizing: border-box;
  border-radius: 2px;
  background-color: #EF6F17;
  color: #fff;
  font-size: 15px;
  transition: background-color 0.2s, color 0.2s, border 0.2s;
}

.lp_form .message input:hover {
  border: 2px solid #EF6F17;
  background-color: #fff;
  color: #EF6F17;
  cursor: pointer;
}

.lp_form .wpcf7-not-valid-tip {
  font-size: 7px;
  padding: 2px;
}

.lp_form input[type=tel],
input[type=email],
input[type=button],
input[type=text],
input[type=submit],
input[type=image],
textarea {
  -webkit-appearance: none;
  border-radius: 0px;
}

.lp_form input[type=submit] {
  -webkit-appearance: none;
  border-radius: 2px;
}

.lp_form .your-residence {
  margin: 5px 0 15px;
  display: block;
}

.lp_form .your-residence input[type=radio]:checked + span {
  border: 1px #02926F solid;
  background-color: #02926F;
  color: #fff;
}

.lp_form .your-residence label .wpcf7-list-item-label {
  background-color: #fff;
  padding: 5px 10px;
  border: 1px #02926F solid;
  border-radius: 2px;
  color: #02926F;
  font-weight: bold;
  font-size: 13px;
  transition: background-color 0.2s, color 0.2s, border 0.2s;
}

.lp_form .your-residence label:hover {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .goToForm {
    right: calc(50% - 365px);
  }
  .lp_form h2 {
    /* padding: 30px 0; */
    font-size: 45px;
  }
  .lp_form .lp_form_container {
    max-width: 100%;
    padding: 0;
  }
  .lp_form h3 {
    margin-top: 55px;
    padding: 0 2rem;
    font-size: 24px;
    margin-bottom: 55px;
  }
  .lp_form .tcenter {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    text-align: center;
    box-sizing: content-box;
  }
  .lp_form span.wpcf7-list-item:not(.first) {
    margin-left: 30px;
  }
  .lp_form .tcenter input[type=radio]:checked + span {
    background-color: #EF6F17;
    color: #fff;
    border: 2px #EF6F17 solid;
  }
  .lp_form .tcenter label .wpcf7-list-item-label {
    background-color: #fff;
    padding: 20px 36px;
    border: 2px #02926F solid;
    border-radius: 2px;
    color: #02926F;
    font-weight: bold;
    font-size: 25px;
  }
  .lp_form .tcenter label .wpcf7-list-item-label:hover {
    border: 2px #EF6F17 solid;
    background-color: #EF6F17;
    color: #fff;
    cursor: pointer;
  }
  .lp_form dl {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
  }
  .lp_form dl dt {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: bold;
  }
  .lp_form dl dt:not(:first-child) {
    margin-top: 20px;
  }
  .lp_form dl input {
    height: 52px;
    font-size: 22px;
  }
  .lp_form dl input::-moz-placeholder {
    font-size: 22px;
  }
  .lp_form dl input::placeholder {
    font-size: 22px;
  }
  .lp_form textarea {
    width: 100%;
    height: 190px;
    padding: 10px;
    font-size: 22px;
  }
  .lp_form textarea::-moz-placeholder {
    padding-top: 0;
    font-size: 22px;
    font-weight: normal;
  }
  .lp_form textarea::placeholder {
    padding-top: 0;
    font-size: 22px;
    font-weight: normal;
  }
  .lp_form dl dt span {
    font-size: 22px;
    font-weight: normal;
  }
  .lp_form .message {
    font-size: 22px;
    padding: 30px 0 0;
    max-width: 600px;
  }
  .lp_form .message input {
    width: 100%;
    margin-top: 20px;
    border: 3px solid #EF6F17;
    padding: 23px 0;
    border-radius: 2px;
    font-weight: bold;
    font-size: 30px;
  }
  .lp_form .message input:hover {
    border: 3px solid #EF6F17;
  }
  .lp_form .wpcf7-not-valid-tip {
    font-size: 18px;
    padding: 5px;
  }
  .lp_form .your-residence {
    margin: 10px 0 25px;
    display: block;
  }
  .lp_form .your-residence input[type=radio]:checked + span {
    border: 2px #02926F solid;
  }
  .lp_form .your-residence label .wpcf7-list-item-label {
    padding: 9px 20px;
    border: 2px #02926F solid;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  a.anchor {
    display: block;
    padding-top: 30px;
    margin-top: -30px;
  }
  .sp-w33 {
    width: 33%;
  }
  .sp-pt50 {
    padding-top: 50px;
  }
  .sp-mb0 {
    margin-bottom: 0px !important;
  }
  #catch .bumon-3 {
    width: 70%;
    margin: 20px auto;
  }
  p.sub_midashi {
    font-size: 28px;
  }
  p.sub_midashi-2 {
    font-size: 28px;
    margin: 30px auto 20px;
  }
  .pro-bg-01 p,
.pro-bg-02 p,
.pro-bg-03 p,
.pro-bg-04 p {
    font-size: 14px;
  }
  .pro-bg-00 {
    width: 100%;
    margin: 200px auto 0;
  }
  .pro-bg-01 {
    top: 60px;
    left: -10px;
    width: 430px;
    height: 120px;
  }
  .pro-bg-02 {
    top: -30px;
    right: 0px;
    width: 300px;
    height: 110px;
  }
  .pro-bg-03 {
    top: 80px;
    left: 35%;
    width: 250px;
    height: 100px;
  }
  .pro-bg-04 {
    top: 250px;
    right: 70px;
    width: 500px;
    height: 115px;
  }
  .pro-bg-01 p {
    top: 15px;
    left: 30px;
  }
  #contact1 span img,
#contact2 span img,
#contact3 span img {
    width: 113px;
    margin-top: 10px;
  }
  #contact1 a.botan {
    width: 80%;
    margin: 15px auto 0;
  }
  .contact_catch {
    font-size: 23px;
  }
  #service h3 {
    font-size: 18px;
  }
  #service .wrap {
    padding: 30px 0 0px;
  }
  #price .bg-white {
    padding-top: 48px;
  }
  .price-big {
    font-size: 45px;
  }
  .price-sub-box {
    background-color: #FFF;
    padding: 20px 10px;
  }
  .grid-3 {
    padding: 3% 3%;
  }
  .p-first {
    padding: 10px 5px;
    font-size: 13px;
  }
  .p-month {
    font-size: 13px;
  }
  .p-price {
    font-size: 20px;
  }
  .p-first2 {
    font-size: 15px;
  }
  .p-price-en {
    font-size: 14px;
  }
  .p-price-zei {
    font-size: 10px;
  }
  p.small {
    text-align: left;
  }
  .sp-col {
    padding: 0 8px !important;
  }
  .op-box-4 .b-suji {
    font-size: 20px;
  }
  .op-box-4 .r-suji {
    font-size: 24px;
  }
  .op-box-4 .arrow {
    padding: 0 0 0 20px;
    font-size: 15px;
    margin-left: 5px;
  }
  .op-box-4 .op-p-2 {
    font-size: 14px;
  }
  .op-box-4 .grid-1 {
    height: 300px;
  }
  .op-box-4 .grid-1.sp-220 {
    height: 290px;
    min-height: 290px;
  }
  #contact2 .mi-img2 {
    width: 40%;
    margin: 10px auto 0;
  }
  #contact2 a.botan {
    width: 80%;
  }
  .tab_content {
    padding: 40px 10px 0;
  }
  .grid-2-8 {
    display: grid;
    gap: 10px;
    grid-template-columns: 3fr 7fr;
    padding: 0%;
    margin-bottom: 10px;
  }
  .grid-2-8 .step-p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .grid-2-8 .step-p {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  #comparison .bg-white {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .grid-3-3-4 {
    padding: 3% 0%;
  }
}
@media screen and (max-width: 767px) {
  .grid-3-3-4 .line-1 .bg-green {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .grid-3-3-4 .line-2 .bg-white-2 {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .grid-3-3-4 .line-2 .bg-gray {
    padding: 13px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .grid-3-3-4 .line-3 .bg-yellow {
    font-size: 18px;
    padding: 11px 0;
  }
}
@media screen and (max-width: 767px) {
  .grid-3-3-4 .line-3 .bg-white-2 img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .sp-fs24 {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 767px) {
  .grid-3-3-4 .line-3 {
    top: -5px;
  }
}
@media screen and (max-width: 767px) {
  #contact3 .mi-img2 {
    width: 40%;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 767px) {
  #contact3 a.botan {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .accordion-open {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .pro-bg-02 {
    background-image: url(../img/top/prob-sp-01.png);
    top: 0px;
    right: -5px;
    width: 290px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .pro-bg-02 p {
    top: 15px;
    left: 38px;
  }
}
@media screen and (max-width: 767px) {
  .pro-bg-01 {
    background-image: url(../img/top/prob-sp-02.png);
    top: 105px;
    left: -10px;
    width: 280px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .pro-bg-03 {
    background-image: url(../img/top/prob-sp-03.png);
    top: 105px;
    left: 50%;
    width: 180px;
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .pro-bg-03 p {
    top: 14px;
    left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .pro-bg-04 {
    background-image: url(../img/top/prob-sp-04.png);
    top: 260px;
    right: 70px;
    width: 300px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .pro-bg-04 p {
    top: 18px;
    left: 27px;
  }
}
@media screen and (max-width: 767px) {
  #voice .bg-white {
    margin-top: -12px;
  }
}
@media screen and (max-width: 767px) {
  .slick-prev,
.slick-next {
    top: 106%;
  }
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: calc(50% - 60px);
    z-index: 100;
  }
}
@media screen and (max-width: 767px) {
  .slick-next {
    right: auto;
    left: calc(50% + 40px);
    z-index: 100;
  }
}
/* モーダル */
.modal-open {
  cursor: pointer;
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
  background-color: rgba(0, 0, 0, 0.2);
}

body .pum-theme-5525 .pum-container,
body .pum-theme-lightbox .pum-container {
  padding: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.modal__head {
  background-color: #124c9b;
  border: 5px solid #124c9b;
  color: #FFF;
  font-size: 30px;
  font-weight: 900;
  border-radius: 20px 20px 0 0;
  padding: 20px 0;
  color: #ffe300;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .modal__head {
    font-size: 23px;
  }
}
@media screen and (max-width: 1024px) {
  .modal__head {
    font-size: 18px;
  }
}
.modal__body {
  position: relative;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  border: 5px solid #124c9b;
}
.modal__body-inner {
  height: 100%;
  padding: 30px 50px;
}
@media screen and (max-width: 767px) {
  .modal__body-inner {
    padding: 30px 20px;
  }
}
.modal__img {
  width: 80%;
  margin: 0 auto 30px auto;
  text-align: center;
}
.modal__img img {
  width: 100%;
}
.modal__content {
  margin-bottom: 30px;
  text-align: left;
}
.modal__subtitle {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #2897DF;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .modal__subtitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .modal__subtitle {
    font-size: 16px;
  }
}
.modal__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .modal__text {
    font-size: 14px;
  }
}
.modal__list {
  list-style-position: inside;
  list-style-type: disc;
  font-weight: bold;
}
.modal__list li {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .modal__list li {
    font-size: 14px;
  }
}
.modal__memo {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .modal__memo {
    font-size: 12px;
  }
}
.modal__closeBtn {
  margin-top: 50px;
}
.modal__closeBtn a {
  display: block;
  margin-inline: auto;
  width: 180px;
  max-width: 80%;
  padding: 12px 10px 12px 10px;
  border-radius: 50px;
  background-color: #2897df;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .modal__closeBtn a {
    font-size: 12px;
  }
}