@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.mv {
  background: url(../img/top/mv_bg.webp) no-repeat center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 818px) {
  .mv {
    background: url(../img/top/mv_bg_sp.webp) no-repeat center;
    background-size: cover;
  }
}
.mv .mv_img {
  width: 62.43%;
  margin: auto;
  margin-right: 0;
}
@media screen and (max-width: 818px) {
  .mv .mv_img {
    width: 100%;
  }
}
.mv .mv_item {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 50;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .mv .mv_item {
    position: relative;
    height: auto;
  }
}
.mv .mv_item .mv_txt {
  text-align: left;
  padding-left: 6.94444444vw;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .mv_txt {
    width: 100%;
    margin: auto;
    padding-left: 0;
    margin-top: 60px;
  }
}
.mv .mv_item .mv_txt .txt01 {
  text-align: left;
  font-size: 3.05555556vw;
  font-weight: 600;
  letter-spacing: 6%;
  line-height: 1.4;
  text-shadow: 0 2.655px 5.309px rgba(255, 255, 255, 0.45);
}
@media screen and (max-width: 818px) {
  .mv .mv_item .mv_txt .txt01 {
    padding-left: 10px;
    text-align: center;
    padding-right: 10px;
    font-size: 2.36111111vw;
    letter-spacing: 3%;
  }
}
.mv .mv_item .mv_txt .txt01 .s01 {
  color: #E36B38;
  font-size: 3.75vw;
  text-shadow: 0 2.655px 5.309px rgba(255, 255, 255, 0.45);
}
@media screen and (max-width: 818px) {
  .mv .mv_item .mv_txt .txt01 .s01 {
    font-size: 36px;
    letter-spacing: 3%;
  }
}
.mv .mv_item .mv_txt .txt01 .s02 {
  color: #E36B38;
  text-shadow: 0 2.655px 5.309px rgba(255, 255, 255, 0.45);
}
@media screen and (max-width: 818px) {
  .mv .mv_item .mv_txt .txt01 .s02 {
    font-size: 32px;
    letter-spacing: 3%;
  }
}
.mv .mv_item .mv_txt .txt01 .s03 {
  font-size: 3.88888889vw;
  color: #E36B38;
  text-shadow: 0 2.655px 5.309px rgba(255, 255, 255, 0.45);
}
@media screen and (max-width: 818px) {
  .mv .mv_item .mv_txt .txt01 .s03 {
    font-size: 40px;
    letter-spacing: 3%;
  }
}
.mv .mv_item .mv_txt .txt02 {
  text-align: left;
  font-size: 2.91666667vw;
  font-weight: 600;
  letter-spacing: 6%;
  line-height: 1.4;
  text-shadow: 0 2.655px 5.309px rgba(255, 255, 255, 0.45);
}
@media screen and (max-width: 818px) {
  .mv .mv_item .mv_txt .txt02 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    letter-spacing: 2%;
    text-align: center;
  }
}
.mv .mv_item .mv_txt .txt03 {
  width: 100%;
  font-size: 2.63888889vw;
  font-weight: bold;
  letter-spacing: 0%;
  line-height: 1.4;
  border-top: 1px solid #121212;
  border-bottom: 1px solid #121212;
  text-align: center;
  padding: 0.48611111vw 0;
  margin-top: 0.83333333vw;
  margin-bottom: 1.52777778vw;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .mv_txt .txt03 {
    width: calc(100% - 20px);
    margin-left: 10px;
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.mv .mv_item .mv_txt .key_ttl {
  display: flex;
  column-gap: 1.11111111vw;
  position: relative;
  align-items: center;
  padding: 1.38888889vw 0 1.38888889vw 0;
  margin-bottom: 1.38888889vw;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .mv_txt .key_ttl {
    column-gap: 10px;
    width: fit-content;
    margin: auto;
    padding: 15px 0;
    margin-bottom: 20px;
  }
}
.mv .mv_item .mv_txt .key_ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -4.16666667vw;
  width: 500%;
  height: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 0 2.655px 2.655px 0;
  background: rgba(255, 255, 255, 0.6);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .mv_txt .key_ttl:after {
    right: -100%;
  }
}
.mv .mv_item .mv_txt .key_ttl .key_l {
  position: relative;
  z-index: 20;
}
.mv .mv_item .mv_txt .key_ttl .key_l .key_sub {
  font-family: "Noto Serif JP", serif;
  font-size: 1.38888889vw;
  font-weight: bold;
  letter-spacing: 5%;
  line-height: 1.16;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .mv_txt .key_ttl .key_l .key_sub {
    width: 100%;
    letter-spacing: 2%;
    font-size: 14px;
  }
}
.mv .mv_item .mv_txt .key_ttl .key_l .key_b {
  font-family: "Noto Serif JP", serif;
  font-size: 3.88888889vw;
  font-weight: bold;
  letter-spacing: 5%;
  line-height: 1.06;
  color: #E36B38;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .mv_txt .key_ttl .key_l .key_b {
    letter-spacing: 2%;
    font-size: 38px;
  }
}
.mv .mv_item .mv_txt .key_ttl .key_l .key_b span {
  font-size: 4.16666667vw;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .mv_txt .key_ttl .key_l .key_b span {
    font-size: 44px;
  }
}
.mv .mv_item .mv_txt .key_ttl .key_r {
  width: 14.375vw;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .mv_txt .key_ttl .key_r {
    width: 100%;
    max-width: 165px;
  }
}
.news {
  background: #FEF7F3;
  position: relative;
  z-index: 20;
}
.news .inner {
  padding-top: 50px;
  padding-bottom: 45px;
}
.news .news_box {
  background: #ffffff;
  border-radius: 4px;
  max-width: 800px;
  margin: auto;
  padding: 27px 55px 30px 55px;
}
@media screen and (max-width: 818px) {
  .news .news_box {
    padding: 20px;
  }
}
.news .news_box .news_ttl {
  text-align: center;
  font-size: 24px;
  letter-spacing: 5%;
  font-weight: bold;
  line-height: 1.4;
  color: #E36B38;
  width: 100%;
  border-bottom: 1px solid #898888;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 818px) {
  .news .news_box .news_ttl {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.news .news_box ul li {
  display: flex;
}
.news .news_box ul li + li {
  margin-top: 15px;
}
.news .news_box ul li a {
  display: flex;
}
.news .news_box ul li .date {
  width: 120px;
  padding-right: 30px;
  color: #898888;
  text-align: left;
  font-weight: 500;
  letter-spacing: 5%;
  font-size: 16px;
  line-height: 1.6;
  height: 100%;
}
@media screen and (max-width: 818px) {
  .news .news_box ul li .date {
    font-size: 12px;
    padding-right: 10px;
    width: 80px;
  }
}
.news .news_box ul li .ttl {
  font-weight: 400;
  font-family: 16px;
  letter-spacing: 5%;
  line-height: 1.4;
  color: #121212;
  padding-left: 30px;
  width: calc(100% - 120px);
  border-left: 1px solid #898888;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .news .news_box ul li .ttl {
    font-size: 14px;
    padding-left: 10px;
    width: calc(100% - 80px);
  }
}
.h2_ttl {
  letter-spacing: 2%;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 818px) {
  .h2_ttl {
    font-size: 14px;
  }
}
.h2_ttl span {
  color: #E36B38;
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: 8%;
  display: block;
  text-transform: uppercase;
}
@media screen and (max-width: 818px) {
  .h2_ttl span {
    font-size: 36px;
  }
}
.feature {
  position: relative;
  background: url(../img/top/feature_bg.jpg) no-repeat right bottom;
  background-size: auto 100%;
  max-height: 663px;
}
@media screen and (max-width: 818px) {
  .feature {
    background: url(../img/top/feature_bg_sp.jpg) no-repeat right bottom;
    background-size: 100% auto;
  }
}
.feature .h2_ttl {
  text-align: left;
  color: #E36B38;
}
.feature .f_after {
  position: absolute;
  top: -1vw;
  left: 0;
  width: 58.2%;
}
@media screen and (max-width: 818px) {
  .feature .f_after {
    top: -2px;
    width: 95%;
  }
}
.feature .inner {
  padding-top: 157px;
  padding-bottom: 157px;
}
@media screen and (max-width: 818px) {
  .feature .inner {
    padding-top: 40px;
    padding-bottom: 220px;
  }
}
.feature .txt01 {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 5%;
  line-height: 2;
  color: #121212;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 818px) {
  .feature .txt01 {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
}
.feature .txt02 {
  text-align: left;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 5%;
  line-height: 2;
  color: #121212;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 818px) {
  .feature .txt02 {
    font-size: 24px;
    line-height: 1.8;
  }
}
.reason {
  background: #F5F4EF;
}
.reason .inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 818px) {
  .reason .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.reason ul {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 22px;
}
@media screen and (max-width: 818px) {
  .reason ul {
    margin-top: 40px;
  }
}
.reason ul li {
  width: calc(33.3333% - 14.6666px);
  background: #ffffff;
  border-radius: 4px;
  padding: 30px 20px 20px 20px;
  position: relative;
}
@media screen and (max-width: 818px) {
  .reason ul li {
    width: 100%;
    padding: 20px 15px 15px 15px;
  }
  .reason ul li + li {
    margin-top: 40px;
  }
}
.reason ul li .icon {
  position: absolute;
  width: 100%;
  left: 0;
  top: -17.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 818px) {
  .reason ul li .icon {
    top: -14px;
  }
}
.reason ul li .icon span {
  width: fit-content;
  background: #E36B38;
  color: #ffffff;
  border-radius: 35px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 2%;
  font-weight: 600;
  padding: 0 30px;
  line-height: 35px;
}
@media screen and (max-width: 818px) {
  .reason ul li .icon span {
    line-height: 28px;
    font-size: 12px;
  }
}
.reason ul li .ttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .reason ul li .ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 818px) {
  .reason ul li .ttl {
    font-size: 16px;
  }
}
.reason ul li .img img {
  border-radius: 4px;
}
.reason ul li .txt {
  text-align: left;
  font-size: 16px;
  letter-spacing: 5%;
  line-height: 1.6;
  color: #121212;
  margin-top: 10px;
  font-weight: 400;
}
@media screen and (max-width: 818px) {
  .reason ul li .txt {
    font-size: 14px;
  }
}
.reason ul li .txt span {
  font-weight: bold;
}
.feature02 .inner {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media screen and (max-width: 818px) {
  .feature02 .inner {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.feature02 .img {
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  .feature02 .img {
    margin-top: 30px;
  }
}
.feature02 .img img {
  border-radius: 4px;
}
.feature02 .txt {
  margin-top: 20px;
  text-align: left;
  font-size: 16px;
  letter-spacing: 5%;
  line-height: 2;
  font-weight: 400;
  color: #121212;
}
@media screen and (max-width: 818px) {
  .feature02 .txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
.feature02 .txt_box {
  position: relative;
  width: fit-content;
  margin: auto;
  border-radius: 4px;
  border: 1px solid rgba(227, 107, 56, 0.8);
  background: rgba(253, 245, 239, 0.5);
  padding: 30px 40px;
  margin-top: 70px;
}
@media screen and (max-width: 818px) {
  .feature02 .txt_box {
    padding: 20px 10px;
    margin-top: 50px;
    margin-left: 0;
    margin-right: 40px;
    max-width: calc(100% - 40px);
  }
}
.feature02 .txt_box:after {
  content: '';
  position: absolute;
  top: -52px;
  right: calc(50% - 33.5px);
  width: 67px;
  height: 31px;
  background: url(../img/top/feature02_icon01.png) no-repeat center;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .feature02 .txt_box:after {
    top: -35px;
    right: calc(50% - 28px);
    width: 56px;
    height: 26px;
  }
}
.feature02 .txt_box::before {
  content: '';
  position: absolute;
  top: 30px;
  z-index: 20;
  right: -102px;
  width: 92px;
  height: 241px;
  background: url(../img/top/feature02_icon02.png) no-repeat center;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .feature02 .txt_box::before {
    top: 25px;
    right: -60px;
    width: 57px;
    height: 150px;
  }
}
.feature02 .txt_box .t01 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 5%;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 818px) {
  .feature02 .txt_box .t01 {
    font-size: 15px;
    letter-spacing: 2%;
  }
}
.feature02 .txt_box .t02 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.6px;
  background: linear-gradient(90deg, rgba(227, 107, 56, 0.8) 0%, #E36B38 99.17%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 10px;
}
@media screen and (max-width: 818px) {
  .feature02 .txt_box .t02 {
    font-size: 20px;
    letter-spacing: 1%;
  }
}
.feature02 .txt_box .t02 .s01 {
  font-size: 48px;
}
@media screen and (max-width: 818px) {
  .feature02 .txt_box .t02 .s01 {
    font-size: 30px;
  }
}
.feature02 .txt_box .t02 .s02 {
  font-size: 42px;
}
@media screen and (max-width: 818px) {
  .feature02 .txt_box .t02 .s02 {
    font-size: 26px;
  }
}
.feature02 .txt_box .t02 .s_box {
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #E36B38;
}
@media screen and (max-width: 818px) {
  .feature02 .txt_box .t02 .s_box {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.event {
  background: #F5F4EF;
}
.event .inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 818px) {
  .event .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.event .h2_ttl {
  line-height: 1.2;
}
.event .h2_ttl span {
  margin-bottom: 5px;
}
.event .e_txt {
  text-align: center;
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
  letter-spacing: 0.8px;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 818px) {
  .event .e_txt {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.event ul {
  display: flex;
  gap: 36px;
  column-gap: 36px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .event ul {
    gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 818px) {
  .event ul {
    gap: 20px;
    column-gap: 20px;
  }
}
.event ul li {
  width: calc(50% - 18px);
}
@media screen and (max-width: 1024px) {
  .event ul li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 818px) {
  .event ul li {
    width: 100%;
  }
}
.event ul li .li_ttl {
  width: 100%;
  border-radius: 5px 5px 0 0;
  background: #121212;
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 38.4px */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media screen and (max-width: 818px) {
  .event ul li .li_ttl {
    font-size: 20px;
  }
}
.event ul li .li_ttl span {
  width: 50px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
  margin-right: 10px;
  color: #121212;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.36px;
  display: block;
  text-transform: uppercase;
}
@media screen and (max-width: 818px) {
  .event ul li .li_ttl span {
    width: 40px;
    font-size: 16px;
    line-height: 25px;
  }
}
.event ul li .li_box {
  background: #ffffff;
  border-radius: 0 0 5px 5px;
  padding: 30px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .event ul li .li_box {
    padding: 20px;
  }
}
@media screen and (max-width: 818px) {
  .event ul li .li_box {
    padding: 20px;
    margin: auto;
  }
}
.event ul li .li_box dl {
  display: flex;
}
@media screen and (max-width: 818px) {
  .event ul li .li_box dl {
    display: block;
    width: 80%;
    margin: auto;
  }
}
.event ul li .li_box dl dt {
  width: 186px;
}
@media screen and (max-width: 818px) {
  .event ul li .li_box dl dt {
    width: 100%;
  }
}
.event ul li .li_box dl dd {
  width: calc(100% - 186px);
  padding-left: 18px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.8px;
}
@media screen and (max-width: 818px) {
  .event ul li .li_box dl dd {
    font-size: 14px;
    padding-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}
.event ul li .li_box .info {
  margin-top: 30px;
  border-radius: 4px;
  background: #F5F4EF;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  column-gap: 5px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .event ul li .li_box .info {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 818px) {
  .event ul li .li_box .info {
    padding: 20px;
    margin-top: 25px;
  }
}
.event ul li .li_box .info .info_ttl {
  position: absolute;
  color: #E36B38;
  left: 0;
  top: -12px;
  width: 100%;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
}
.event ul li .li_box .info span {
  position: relative;
  padding-left: 21px;
  color: #121212;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 150%;
  /* 24px */
}
@media screen and (max-width: 1200px) {
  .event ul li .li_box .info span {
    font-size: 14px;
  }
}
@media screen and (max-width: 950px) {
  .event ul li .li_box .info span {
    font-size: 12px;
  }
}
@media screen and (max-width: 850px) {
  .event ul li .li_box .info span {
    font-size: 10px;
  }
}
@media screen and (max-width: 818px) {
  .event ul li .li_box .info span {
    font-size: 14px;
  }
}
.event ul li .li_box .info span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  height: 13px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/top/info.png) no-repeat center;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.event ul li .li_box .info .s_flex {
  width: calc(50% - 2.5px);
  display: block;
}
@media screen and (max-width: 818px) {
  .event ul li .li_box .info .s_flex {
    width: 100%;
  }
}
.event ul li .li_box .info .s_bla {
  width: 100%;
}
.cta {
  background: #E36B38;
}
.cta .inner {
  padding-top: 45px;
  padding-bottom: 55px;
}
@media screen and (max-width: 818px) {
  .cta .inner {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.cta .cta_ttl {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 818px) {
  .cta .cta_ttl {
    font-size: 22px;
    letter-spacing: 0.5px;
  }
}
.cta .cta_ttl span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
@media screen and (max-width: 818px) {
  .cta .cta_ttl span {
    margin-bottom: 5px;
    letter-spacing: 0.2px;
    font-size: 16px;
  }
}
.cta .link {
  margin: auto;
  margin-top: 30px;
  display: flex;
  column-gap: 30px;
  max-width: 630px;
}
@media screen and (max-width: 818px) {
  .cta .link {
    display: block;
    margin-top: 15px;
  }
}
.cta .link a {
  display: block;
  border-radius: 8px;
  background: #ffffff;
  color: #121212;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.2px;
  text-align: center;
  padding: 17px 10px;
  position: relative;
  width: calc(50% - 15px);
}
@media screen and (max-width: 818px) {
  .cta .link a {
    width: 100%;
    padding: 15px 10px;
    letter-spacing: 0.2px;
    font-size: 10px;
  }
  .cta .link a + a {
    margin-top: 10px;
  }
}
.cta .link a span {
  color: #E36B38;
  display: block;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
  letter-spacing: 4.8px;
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
  padding-left: 5px;
}
@media screen and (max-width: 818px) {
  .cta .link a span {
    padding-left: 2px;
    margin-bottom: 5px;
    font-size: 20px;
    letter-spacing: 0.5px;
  }
}
.cta .link a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 9px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/cta_after.png) no-repeat center;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.cta .link a:hover {
  opacity: 1;
}
.cta .link a:hover:after {
  right: 15px;
}
.voice {
  background: #F5F4EF;
}
.voice .inner {
  padding-top: 80px;
  padding-bottom: 110px;
}
@media screen and (max-width: 818px) {
  .voice .inner {
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.voice .swiper-horizontal > .swiper-pagination-bullets,
.voice .swiper-pagination-bullets.swiper-pagination-horizontal,
.voice .swiper-pagination-custom,
.voice .swiper-pagination-fraction {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 818px) {
  .voice .swiper-horizontal > .swiper-pagination-bullets,
  .voice .swiper-pagination-bullets.swiper-pagination-horizontal,
  .voice .swiper-pagination-custom,
  .voice .swiper-pagination-fraction {
    margin-top: 16px;
  }
}
.voice .swiper-pagination-bullet {
  margin: 0 4px;
  width: 12px;
  height: 12px;
  background: #C9CACA;
  opacity: 1;
  border-radius: 100%;
}
@media screen and (max-width: 818px) {
  .voice .swiper-pagination-bullet {
    margin: 0 3px;
    width: 7px;
    height: 7px;
  }
}
.voice .swiper-pagination-bullet-active {
  opacity: 1;
  background: #DCA6AE;
}
@media screen and (max-width: 818px) {
  .voice .btn_black {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
}
.voice .swiper-button-prev-voice {
  z-index: 50;
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -40px;
}
@media screen and (max-width: 1024px) {
  .voice .swiper-button-prev-voice {
    left: -10px;
  }
}
@media screen and (max-width: 818px) {
  .voice .swiper-button-prev-voice {
    top: 43%;
    left: 10px;
  }
}
.voice .swiper-button-prev-voice img {
  width: 30px;
  height: 30px;
}
.voice .swiper-button-next-voice {
  z-index: 50;
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -40px;
}
@media screen and (max-width: 1024px) {
  .voice .swiper-button-next-voice {
    right: -10px;
  }
}
@media screen and (max-width: 818px) {
  .voice .swiper-button-next-voice {
    top: 43%;
    right: 10px;
  }
}
.voice .swiper-button-next-voice img {
  width: 30px;
  height: 30px;
}
.voice .swiper-wrapper {
  transition-timing-function: linear;
}
.voice .swiper .voice_li {
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
}
.voice .swiper-wrapper {
  align-items: stretch!important;
}
.voice .swiper-slide {
  height: auto;
}
.voice .voice_list {
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 818px) {
  .voice .voice_list {
    margin-top: 30px;
  }
}
.voice .voice_list .voice_li {
  background: #ffffff;
  border-radius: 8px;
}
.voice .voice_list .voice_li .img img {
  border-radius: 8px 8px 0 0;
}
.voice .voice_list .voice_li .txt {
  border-radius: 0 0 8px 8px;
  padding: 10px 20px 20px 20px;
}
.voice .voice_list .voice_li .txt p {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #121212;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.8px;
}
@media screen and (max-width: 818px) {
  .voice .voice_list .voice_li .txt p {
    letter-spacing: 0;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.voice .voice_list .voice_li .txt .name {
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.8px;
}
@media screen and (max-width: 818px) {
  .voice .voice_list .voice_li .txt .name {
    letter-spacing: 0;
    font-size: 14px;
  }
}
.voice .voice_list .voice_li .txt .name span {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 818px) {
  .voice .voice_list .voice_li .txt .name span {
    font-size: 16px;
  }
}
.voice .pt {
  margin-top: 140px;
}
@media screen and (max-width: 818px) {
  .voice .pt {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-top: 60px;
  }
}
.voice .pt .pt_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  column-gap: 13px;
  margin-top: 30px;
}
@media screen and (max-width: 818px) {
  .voice .pt .pt_list {
    margin-top: 20px;
    gap: 5px;
    column-gap: 5px;
  }
}
.voice .pt .pt_list .img {
  width: calc(25% - 9.75px);
}
@media screen and (max-width: 818px) {
  .voice .pt .pt_list .img {
    width: calc(50% - 2.5px);
  }
}
.voice .man {
  margin-top: 90px;
  border-radius: 8px;
  background: url(../img/top/man_bg.jpg) no-repeat right;
  background-size: cover;
  padding: 50px 140px;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .voice .man {
    margin-top: 40px;
    width: calc(100% - 40px);
    margin-left: 20px;
    padding: 20px 10px;
  }
}
.voice .man .man_sogo {
  width: fit-content;
}
.voice .man .man_box {
  padding: 18px 55px 0 55px;
  margin-top: 40px;
  width: fit-content;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 818px) {
  .voice .man .man_box {
    padding: 10px 20px 0 20px;
    margin-top: 20px;
  }
}
.voice .man .man_box img {
  max-width: 419px;
}
.voice .man .m_t01 {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 22px */
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
@media screen and (max-width: 818px) {
  .voice .man .m_t01 {
    font-size: 16px;
  }
}
.voice .man .m_t02 {
  color: #FFF;
  font-family: "Noto Sans JP";
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 30px */
  margin-top: 15px;
  margin-bottom: 48px;
}
@media screen and (max-width: 818px) {
  .voice .man .m_t02 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.flow .inner {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 818px) {
  .flow .inner {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.flow .flow_list {
  margin: auto;
  margin-top: 45px;
  max-width: 873px;
}
@media screen and (max-width: 818px) {
  .flow .flow_list {
    margin-top: 25px;
  }
}
.flow .flow_list li + li {
  margin-top: 60px;
}
@media screen and (max-width: 818px) {
  .flow .flow_list li + li {
    position: relative;
    margin-top: 40px;
  }
  .flow .flow_list li + li:after {
    content: '';
    position: absolute;
    top: -24px;
    left: calc(50% - 12.5px);
    width: 25px;
    height: 12px;
    background: url(../img/top/flow_after.png) no-repeat center;
    background-size: 100% 100%;
    transition: 0.3s ease-in-out;
  }
}
.flow .flow_list li + li dl dt .icon {
  position: relative;
}
.flow .flow_list li + li dl dt .icon:after {
  content: '';
  position: absolute;
  top: -38px;
  left: calc(50% - 15.5px);
  width: 31px;
  height: 15px;
  background: url(../img/top/flow_after.png) no-repeat center;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .flow .flow_list li + li dl dt .icon:after {
    display: none;
  }
}
.flow .flow_list li dl {
  display: flex;
}
.flow .flow_list li dl dt {
  width: 218px;
}
@media screen and (max-width: 818px) {
  .flow .flow_list li dl dt {
    width: 100px;
  }
}
.flow .flow_list li dl dt .icon {
  width: 218px;
  height: 218px;
  border-radius: 100%;
  background: rgba(253, 245, 239, 0.5);
  border: 1px solid rgba(227, 107, 56, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 818px) {
  .flow .flow_list li dl dt .icon {
    width: 100px;
    height: 100px;
  }
}
.flow .flow_list li dl dt .icon .t01 {
  color: #121212;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 17.6px */
  letter-spacing: 1.28px;
  text-transform: uppercase;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 818px) {
  .flow .flow_list li dl dt .icon .t01 {
    font-size: 10px;
  }
}
.flow .flow_list li dl dt .icon .t02 {
  color: #E36B38;
  text-align: center;
  font-family: Montserrat;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 66px */
  letter-spacing: 8%;
  text-transform: uppercase;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 818px) {
  .flow .flow_list li dl dt .icon .t02 {
    line-height: 1.05;
    font-size: 30px;
  }
}
.flow .flow_list li dl dt .icon img {
  max-width: 48px;
  margin: auto;
  margin-top: 15px;
}
@media screen and (max-width: 818px) {
  .flow .flow_list li dl dt .icon img {
    margin-top: 5px;
    max-width: 20px;
  }
}
.flow .flow_list li dl dd {
  width: calc(100% - 218px);
  padding-left: 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .flow .flow_list li dl dd {
    width: calc(100% - 100px);
    padding-left: 10px;
  }
}
.flow .flow_list li dl dd .ttl {
  color: #121212;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .flow .flow_list li dl dd .ttl {
    font-size: 18px;
  }
}
.flow .flow_list li dl dd p {
  margin-top: 16px;
  color: #121212;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.8px;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .flow .flow_list li dl dd p {
    font-size: 12px;
    margin-top: 5px;
    letter-spacing: 0;
  }
}
.contact {
  background: #E36B38;
}
.contact .inner {
  padding-top: 90px;
  padding-bottom: 100px;
}
@media screen and (max-width: 818px) {
  .contact .inner {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
.contact .cta_ttl {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 818px) {
  .contact .cta_ttl {
    font-size: 22px;
    letter-spacing: 0.5px;
  }
}
.contact .cta_ttl span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
@media screen and (max-width: 818px) {
  .contact .cta_ttl span {
    margin-bottom: 5px;
    letter-spacing: 0.2px;
    font-size: 16px;
  }
}
.contact .f_item {
  margin: auto;
  margin-top: 50px;
  max-width: 800px;
  border-radius: 8px;
  background: #ffffff;
  padding: 50px 80px;
}
@media screen and (max-width: 818px) {
  .contact .f_item {
    margin-top: 30px;
    padding: 20px;
  }
}
.contact .f_item ul li + li {
  margin-top: 30px;
}
@media screen and (max-width: 818px) {
  .contact .f_item ul li + li {
    margin-top: 20px;
  }
}
.contact .f_item dl {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 818px) {
  .contact .f_item dl {
    display: block;
  }
}
.contact .f_item dl dt {
  display: flex;
  justify-content: space-between;
  width: 32.9%;
  padding-top: 5px;
}
@media screen and (max-width: 818px) {
  .contact .f_item dl dt {
    padding-top: 0;
    width: 100%;
  }
}
.contact .f_item dl dt p {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: left;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 818px) {
  .contact .f_item dl dt p {
    font-size: 14px;
  }
}
.contact .f_item dl dt .hishu {
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  color: #ffffff;
  background: #E40000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 23px;
  margin-left: 10px;
  height: fit-content;
}
@media screen and (max-width: 818px) {
  .contact .f_item dl dt .hishu {
    font-size: 10px;
    line-height: 20px;
  }
}
.contact .f_item dl dt .ninyi {
  width: 34px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  border-radius: 3px;
  justify-content: center;
  background: #939393;
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 23px;
  height: fit-content;
}
@media screen and (max-width: 818px) {
  .contact .f_item dl dt .ninyi {
    font-size: 10px;
    line-height: 20px;
  }
}
.contact .f_item dl dd {
  width: 67.1%;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 818px) {
  .contact .f_item dl dd {
    font-size: 12px;
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
.contact .f_item dl dd p {
  line-height: 1.5;
}
.contact .f_item dl dd input[type="button"],
.contact .f_item dl dd input[type="submit"],
.contact .f_item dl dd input[type="reset"] {
  -webkit-appearance: none;
}
.contact .f_item dl dd p,
.contact .f_item dl dd span {
  width: 100%;
  align-items: left;
  display: block !important;
  text-align: left;
}
.contact .f_item dl dd .wpcf7-radio {
  display: flex !important;
  flex-wrap: wrap;
  column-gap: 20px;
}
.contact .f_item dl dd .wpcf7-radio .wpcf7-list-item {
  width: fit-content;
  margin-left: 0;
  align-items: center;
}
.contact .f_item dl dd .wpcf7-radio .wpcf7-list-item label {
  display: flex !important;
  align-items: center;
  text-wrap: nowrap;
}
.contact .f_item dl dd .wpcf7-radio .wpcf7-list-item div:first-of-type {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
.contact .f_item dl dd .wpcf7-radio .wpcf7-list-item label {
  margin-right: 15px;
  line-height: 32px;
}
@media screen and (max-width: 818px) {
  .contact .f_item dl dd .wpcf7-radio .wpcf7-list-item label {
    line-height: 2;
  }
}
.contact .f_item dl dd .wpcf7-radio .wpcf7-list-item input {
  appearance: none;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  border: 1px solid #D4D4D4;
  transition: 0.3s all linear;
  margin-right: 5x;
  padding: 8px;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 818px) {
  .contact .f_item dl dd .wpcf7-radio .wpcf7-list-item input {
    padding: 8px;
    font-size: 14px;
    width: 12px;
    height: 12px;
  }
}
.contact .f_item dl dd .wpcf7-radio .wpcf7-list-item input:checked {
  box-sizing: border-box;
  outline: 5px solid #E36B38;
  outline-offset: -12px;
}
.contact .f_item dl dd .wpcf7-radio .wpcf7-list-item button,
.contact .f_item dl dd .wpcf7-radio .wpcf7-list-item legend {
  color: white;
  background-color: #D4D4D4;
  padding: 5px 5px;
  border-radius: 0;
  border: 0;
  font-size: 14px;
}
.contact .f_item dl dd .wpcf7-radio .wpcf7-list-item button:hover,
.contact .f_item dl dd .wpcf7-radio .wpcf7-list-item button:focus {
  color: #D4D4D4;
}
.contact .f_item dl dd .wpcf7-radio .wpcf7-list-item button:active {
  background-color: white;
  color: #D4D4D4;
  outline: 1px solid #D4D4D4;
}
.contact .f_item dl dd input {
  border-radius: 4px;
  border: 1px solid #D4D4D4;
  padding: 9px 15px;
  width: 100%;
  color: #D4D4D4;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 818px) {
  .contact .f_item dl dd input {
    font-size: 14px;
    padding: 12px 15px;
  }
}
.contact .f_item dl dd select {
  max-width: 340px;
  border-radius: 4px;
  border: 1px solid #D4D4D4;
  padding: 10px 15px;
  width: 100%;
  background: #EFEFEF;
  color: #D4D4D4;
}
@media screen and (max-width: 818px) {
  .contact .f_item dl dd select {
    padding: 12px 15px;
  }
}
.contact .f_item dl dd textarea {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #D4D4D4;
  padding: 10px 15px;
  color: #BEBEBE;
  max-width: 100% !important;
  min-width: 100%;
  max-height: 300px !important;
  height: 170px;
  min-height: 170px;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 818px) {
  .contact .f_item dl dd textarea {
    font-size: 14px;
    padding: 12px 15px;
    height: 200px;
  }
}
.contact .f_item dl dd .wpcf7-response-output {
  border: 2px solid #B42E27 !important;
}
.contact .f_item dl dd input:focus,
.contact .f_item dl dd textarea:focus,
.contact .f_item dl dd select:focus {
  color: #222222 !important;
}
.contact .f_item dl dd input:valid,
.contact .f_item dl dd textarea:valid,
.contact .f_item dl dd select:valid {
  color: #222222 !important;
}
.contact .f_item dl dd input:invalid,
.contact .f_item dl dd textarea:invalid,
.contact .f_item dl dd select:invalid {
  color: #B42E27 !important;
  background-color: #FFcccc !important;
}
.contact .f_item dl .yubien {
  display: flex;
}
@media screen and (max-width: 818px) {
  .contact .f_item dl .yubien {
    display: block;
  }
}
.contact .f_item dl .yubien .yubein_sp_flex {
  display: flex;
}
.contact .f_item dl .yubien .yu_icon {
  width: 27px;
  padding-right: 14px;
  font-size: 18px;
  display: flex;
  font-weight: 500;
  align-items: center;
}
.contact .f_item dl .yubien .yu_input {
  width: 230px;
}
@media screen and (max-width: 818px) {
  .contact .f_item dl .yubien .yu_input {
    width: calc(100% - 27px);
  }
}
.contact .f_item dl .yubien .yu_t {
  width: calc(100% - 257px);
  padding-left: 15px;
  font-size: 12px;
  text-align: left;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 818px) {
  .contact .f_item dl .yubien .yu_t {
    width: 100%;
    padding-left: 27px;
  }
}
.contact .f_item .wpcf7-spinner {
  display: none;
}
.contact .f_item .wpcf7-not-valid-tip {
  color: #B42E27 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  display: block !important;
  line-height: 160%;
  text-align: left;
}
.contact .f_item_check {
  margin: auto;
  width: fit-content;
  margin-top: 40px;
}
@media screen and (max-width: 818px) {
  .contact .f_item_check {
    margin-top: 20px;
  }
}
.contact .f_item_check .wpcf7-not-valid-tip {
  display: none !important;
}
.contact .f_item_check label {
  display: flex;
  align-items: center;
}
.contact .f_item_check p {
  display: flex;
  align-items: center;
  margin: auto;
  width: fit-content;
}
.contact .f_item_check a {
  color: #222222;
  text-decoration: none !important;
}
.contact .f_item_check input {
  appearance: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #D4D4D4;
  transition: 0.3s all linear;
  margin-right: 10px;
  padding: 10px;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 818px) {
  .contact .f_item_check input {
    padding: 8px;
    font-size: 14px;
    width: 12px;
    height: 12px;
  }
}
.contact .f_item_check input:checked {
  box-sizing: border-box;
  outline: 7px solid #121212;
  outline-offset: -7px;
}
.contact .f_item #send {
  background: #ccc;
  color: #ffffff;
  position: relative;
  display: block;
  margin: auto;
  color: #ffffff !important;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0;
  margin-top: 40px;
  cursor: pointer;
  border: none;
  line-height: 80px;
  max-width: 360px;
  width: 100%;
  transition: 0.3s all linear;
}
.contact .form_check {
  margin-top: 40px;
  font-size: 16px !important;
  font-weight: bold;
}
@media screen and (max-width: 818px) {
  .contact .form_check {
    margin-top: 30px;
    font-size: 14px !important;
  }
}
.contact .check_list_txt p {
  height: fit-content !important;
}
.contact .check_txt_box_ttl {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 818px) {
  .contact .check_txt_box_ttl {
    font-size: 18px;
  }
}
.contact .check_txt_box_ttl p {
  line-height: 1.6;
}
@media screen and (max-width: 818px) {
  .contact .check_txt_box_ttl p {
    line-height: 1.5;
  }
}
@media screen and (max-width: 818px) {
  .contact .check_txt_box_ttl {
    margin-bottom: 15px;
    margin-top: 40px;
  }
}
.contact .check_txt_box {
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  background: #ffffff;
  padding: 10px 5px 10px 20px;
}
.contact .check_txt_box .simplebar-wrapper {
  width: 100%;
}
.contact .check_txt_box .simplebar-content {
  padding-right: 0 !important;
}
.contact .check_txt_box .simplebar-content p {
  color: #282828;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 19.2px */
}
.contact .simplebar-track.simplebar-horizontal {
  background: #fff;
  border-radius: 4px;
  margin: 0 auto;
}
.contact .simplebar-scrollbar {
  top: 0;
}
.contact .simplebar-scrollbar:before {
  background: #E2E2E2 !important;
  opacity: 1 !important;
  width: 10px !important;
  border-radius: 100px !important;
}
.contact .check_txt {
  height: 176px;
  overflow: auto;
  padding-right: 10px;
}
@media screen and (max-width: 818px) {
  .contact .check_txt {
    height: 163px;
  }
}
.contact .check_txt::-webkit-scrollbar {
  width: 5px !important;
}
.contact .check_txt::-webkit-scrollbar-track {
  background-color: #ffffff !important;
  border-radius: 100px !important;
}
.contact .check_txt::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(40, 40, 40, 0.5) !important;
  border-radius: 100px !important;
}
@media screen and (max-width: 818px) {
  .contact .check_txt {
    padding-right: 10px;
  }
}
.contact .check_txt .c_ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 818px) {
  .contact .check_txt .c_ttl {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
}
.contact .check_txt p {
  text-align: left;
}
@media screen and (max-width: 818px) {
  .contact .check_txt p {
    line-height: 1.4;
  }
}
.contact .check_txt .sub_ttl {
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 818px) {
  .contact .check_txt .sub_ttl {
    line-height: 1.4;
    margin-top: 15px;
  }
}
.contact .check_txt ol {
  margin-top: 0;
  padding-inline-start: 20px;
}
@media screen and (max-width: 818px) {
  .contact .check_txt ol {
    padding-inline-start: 16px;
  }
}
.contact .nocheck {
  border: 1px solid #e0e0e0 !important;
  background: #f0f0f1 !important;
}
.simplebar-content-wrapper {
  overflow: hidden !important;
}
.check_list {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #121212;
}
.check_list .sub {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 818px) {
  .check_list .sub {
    font-size: 14px;
  }
}
.check_list .sub,
.check_list .form-acceptance {
  display: flex;
  align-items: end;
  justify-content: center;
}
.check_list .sub a,
.check_list .form-acceptance a {
  color: #121212;
  text-decoration: underline;
}
.check_list .sub .check_list_txt,
.check_list .form-acceptance .check_list_txt,
.check_list .sub .check_list_txt p,
.check_list .form-acceptance .check_list_txt p {
  line-height: 1.2;
  margin: 0;
}
.form-acceptance input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0;
}
.form-acceptance input[type=checkbox] p {
  height: 9px;
}
.form-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -26px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  cursor: pointer;
  transition: all 0.3s;
  background: #ffffff;
  border: 1px solid #D4D4D4;
}
.wpcf7-list-item-label {
  position: relative;
}
.form-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -27px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 16px;
  background: url(../img/top/contact_check.png) no-repeat center / contain;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  opacity: 1;
}
.send_box {
  margin: auto;
  margin-top: 30px;
  width: 100%;
  max-width: 300px;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 818px) {
  .send_box {
    margin-top: 20px;
  }
}
.send_box:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 9px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/cta_after_w.png) no-repeat center;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.send_box:hover {
  opacity: 1;
}
.send_box:hover:after {
  right: 15px;
}
.send_box::after {
  transition: 0.3s ease-in-out;
  opacity: 0.1;
}
.send_box input {
  margin: auto;
  display: block;
  margin-top: 30px;
  border-radius: 8px;
  background: #898888;
  color: #ffffff;
  line-height: 60px;
  width: 100%;
  max-width: 300px;
  text-align: center;
  font-size: 20px;
  border: none;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 818px) {
  .send_box input {
    line-height: 53px;
    font-size: 14px;
    margin-top: 20px;
  }
}
.f_item #send:hover {
  opacity: 0.8;
}
.sendok::after {
  opacity: 1;
}
.sendok input {
  display: block;
  background: #E36B38;
  color: #ffffff !important;
  width: 100%;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .sendok input {
    line-height: 53px;
    font-size: 14px;
    margin: auto;
  }
}
.kujyo {
  padding-top: 163px;
}
@media screen and (max-width: 818px) {
  .kujyo {
    padding-top: 100px;
  }
}
.kujyo .form_ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 818px) {
  .kujyo .form_ttl {
    margin-bottom: 30px;
  }
}
.kujyo .dod_line_h3_ttl {
  margin-bottom: 20px !important;
  margin-top: 40px;
}
@media screen and (max-width: 818px) {
  .kujyo .dod_line_h3_ttl {
    font-size: 16px !important;
    margin-top: 25px;
    margin-bottom: 15px !important;
  }
}
.kujyo p {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 818px) {
  .kujyo p {
    line-height: 2;
    font-size: 14px;
  }
}
.kujyo .kujyo_box {
  display: flex;
  column-gap: 60px;
}
@media screen and (max-width: 818px) {
  .kujyo .kujyo_box {
    display: block;
  }
}
.kujyo .kujyo_box .ku_li {
  width: calc(50% - 30px);
}
@media screen and (max-width: 818px) {
  .kujyo .kujyo_box .ku_li {
    width: 100%;
  }
}
.kujyo .kujyo_box .ku_li .dod_line_h3_ttl {
  margin-bottom: 15px !important;
}
.kujyo .kujyo_box .ku_li p {
  position: relative;
  padding-left: 18px;
  line-height: 1.5 !important;
}
@media screen and (max-width: 818px) {
  .kujyo .kujyo_box .ku_li p {
    padding-left: 14px;
  }
}
.kujyo .kujyo_box .ku_li p + p {
  margin-top: 12px;
}
@media screen and (max-width: 818px) {
  .kujyo .kujyo_box .ku_li p + p {
    margin-top: 10px;
  }
}
.kujyo .kujyo_box .ku_li p a {
  color: #121212 !important;
}
.kujyo .kujyo_box .ku_li p::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  top: 8px;
  left: 0;
  z-index: 1;
  background: #121212;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .kujyo .kujyo_box .ku_li p::after {
    width: 7px;
    height: 7px;
    top: 6px;
  }
}
.tks .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
}
.tks .tks_box {
  width: fit-content;
  margin: auto;
}
.tks .tks_ttl {
  text-align: center;
  font-weight: bold;
  color: #E36B38;
  font-size: 18px;
}
