@charset "UTF-8";
.mv {
  padding: 10px;
  background-color: #fff;
}
.mv .mv_inr {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.mv .slider .slider__slide {
  margin-right: 20px;
}
.mv .slider img {
  backface-visibility: hidden;
}
.mv .mv_ttl {
  position: absolute;
  bottom: 3rem;
  left: 2rem;
  z-index: 100;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
.mv .mv_ttl .en {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  display: block;
  margin-top: 10px;
  letter-spacing: 0;
}
@media only screen and (min-width: 834px) {
  .mv {
    padding: 20px;
  }
  .mv .mv_inr {
    border-radius: 20px;
  }
  .mv .mv_ttl {
    font-size: 50px;
    bottom: 4rem;
    left: 4rem;
  }
  .mv .mv_ttl .en {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .mv .mv_ttl {
    font-size: 60px;
    bottom: 6rem;
    left: 6rem;
  }
}
@media only screen and (min-width: 1512px) {
  .mv .mv_ttl {
    font-size: 70px;
    bottom: 9rem;
    left: 9rem;
  }
  .mv .mv_ttl .en {
    font-size: 24px;
  }
}
.concept {
  padding: 90px 20px 83px;
  background: url("../images/concept-02.png")no-repeat left top 10%/140px;
}
.concept .left_side .en {
  color: rgba(46, 12, 2, 0.24);
  font-size: 28px;
  line-height: 1.3;
}
.concept .left_side .left_side-img {
  margin-top: 60px;
  margin-left: 10px;
  max-width: 460px;
}
.concept .right_side {
  max-width: 380px
}
.concept .right_side .ttl {
  color: #3F1205;
  margin-top: 60px;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 500;
}
.concept .right_side .txt {
  color: #41231A;
  font-size: 16px;
  line-height: 2.1;
}
@media only screen and (min-width: 834px) {
  .concept {
    padding: 100px 30px 93px;
    background: url("../images/concept-02.png")no-repeat left top 10%/240px;
  }
  .concept .cont_inr {
    justify-content: space-between;
  }
  .concept .cont_inr .left_side {
    max-width: 500px;
    width: 45%;
  }
  .concept .left_side .left_side-img {
    max-width: 460px;
    margin-top: 100px;
    margin-left: 30px;
  }
  .concept .left_side .en {
    font-size: 36px;
    margin-top: 280px;
  }
  .concept .cont_inr .right_side {
    max-width: 500px;
    width: 50%;
  }
  .concept .right_side .ttl {
    font-size: 28px;
  }
  .concept .right_side .txt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 833px) {
  .concept .right_side {
    margin: auto;
  }
}
.point {
  background-color: #292524;
  padding: 90px 20px 80px;
}
.point .common_ttl {
  margin-bottom: 45px;
}
.point .point_list li .num {
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 1.3;
}
.point .point_list li .num small {
  font-size: 8px;
  display: block;
}
.point .point_list li .inr_ttl, .point .point_list li .txt {
  color: #fff;
}
.point .point_list li .inr_ttl {
  font-size: 16px;
  line-height: 1.4;
  padding: 15px 5px;
}
.point .point_list li .txt {
  font-size: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 15px;
  line-height: 1.6;
  margin: 0 5px;
}
@media only screen and (min-width: 834px) {
  .point {
    padding: 110px 30px 100px;
  }
  .point .point_list {
    justify-content: space-between;
  }
  .point .point_list li {
    width: calc(100% / 3 - 7px);
  }
}
@media only screen and (min-width: 1066px) {
  .point .point_list li {
    width: calc(100% / 3 - 12.5px);
  }
  .point .point_list li .inr_ttl {
    font-size: 18px;
    padding: 13px;
  }
  .point .point_list li .txt {
    font-size: 14px;
    margin: 0 13px;
  }
}
@media only screen and (max-width: 833px) {
  .point_list {
    max-width: 400px;
    margin: auto;
  }
  .point .point_list li {
    margin-top: 40px;
  }
  .point .point_list li:first-child {
    margin-top: 0;
  }
}
.problem {
  padding: 100px 0 17px;
  background-color: #EEEEEE;
}
.problem .common_ttl {
  padding: 0 20px;
}
.problem .slider__slide {
  margin-top: 15px;
  margin-right: 30px;
}
.problem .slider__slide:nth-child(2n) {
  margin-top: 35px;
}
.problem .serif_wrap {
  border: 1px solid #A2A2A2;
  border-radius: 20px 20px 20px 0;
  background-color: #fff;
  position: relative;
  max-width: 250px;
  padding: 20px;
}
.problem .serif_wrap .num {
  border: 1px solid #A2A2A2;
  border-radius: 30px;
  background-color: #fff;
  padding: 3px 15px;
  position: absolute;
  right: 20px;
  top: -12px;
  font-size: 10px;
}
.problem .serif_wrap .serif_wrap_name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 500;
}
.problem .serif_wrap .serif_wrap_name img {
  width: 32px;
  margin-right: 3px;
  display: block;
}
@media only screen and (min-width: 834px) {
  .problem .common_ttl {
    padding: 0 30px;
  }
}
.solve {
  padding: 5px 10px 180px;
  background: url("../images/onayami_btm.png")no-repeat center bottom -1px/100%, #1F0902;
  color: #fff;
  position: relative;
  z-index: 0;
}
.solve::after {
  position: absolute;
  width: 100%;
  content: "";
  height: 40px;
  background-color: #EEEEEE;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  top: -1px;
  left: 0;
  z-index: -1;
}
.solve::before {
  position: absolute;
  width: 100%;
  top: 45%;
  transform: translateY(-50%);
  content: "GOKAN+ will solve it!";
  font-size: 9vw;
  text-align: center;
  color: rgba(248, 248, 248, 0.07);
  letter-spacing: -2%;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
}
.solve .tp-txt {
  color: transparent;
  background: url("../images/onayami_serif.png")no-repeat center center/contain;
  width: 200px;
  height: 70px;
  margin: 0 auto 30px;
}
.solve .sub_ttl {
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  margin: 0 30px;
}
@media only screen and (min-width: 834px) {
  .solve {
    padding: 30px 0 260px;
  }
  .solve::after {
    height: 70px;
  }
  .solve .sub_ttl {
    font-size: 40px;
    text-align: center;
  }
  .solve::before {
    font-size: 10vw;
  }
  .solve .tp-txt {
    width: 250px;
    height: 70px;
    margin: 0 auto 80px;
  }
}
@media only screen and (min-width: 1367px) {
  .solve {
    padding: 40px 0 260px;
  }
  .solve::after {
    height: 80px;
  }
  .solve .sub_ttl {
    font-size: 52px;
  }
  .solve::before {
    font-size: 120px;
  }
}
@media only screen and (min-width: 1512px) {
  .solve::before {
    font-size: 164px;
  }
}
.course_cont {
  background-color: #F7F3F0;
  padding-bottom: 140px;
}
.course .course_link {
  margin: -160px auto 0;
  position: relative;
  padding: 0 5px;
}
.course .course_link > li {
  width: 100%;
  max-width: 360px;
}
.course .course_link a {
  display: block;
  padding: 60px 30px 0;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #fff;
}
.course .course_link a .btn_txt {
  padding: 28px 10px 12px;
  position: relative;
  width: calc(100% + 60px);
  color: #774030;
  height: 106px;
  z-index: 0;
  text-align: center;
  font-size: 16px;
  margin: 25px -30px 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.course .course_link a .btn_txt .icon {
  width: 30px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 100%;
  margin: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.course .course_link a .btn_txt .icon-arrow_right {
  color: #FF7851;
  transform: rotate(90deg);
  font-size: 110%;
}
.course .course_link a .btn_txt::after {
  position: absolute;
  content: "";
  /*  background: rgba(255, 255, 255, 0.3);*/
  background: url("../images/bl.png")no-repeat center top/cover;
  backdrop-filter: blur(34px);
  -webkit-backdrop-filter: blur(34px);
  width: calc(100% + 60px);
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
  opacity: 0.9;
}
.course .course-01 a {
  background: url("../images/course-01.png")no-repeat center center/cover;
}
.course .course-02 a {
  background: url("../images/course-02.png")no-repeat center center/cover;
}
.course .course-03 a {
  background: url("../images/course-03.png")no-repeat center center/cover;
}
.course .course_link .ttl {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}
.course .course_link .ttl small {
  font-size: 16px;
}
.course .check_list {
  margin-top: 25px;
}
.course .check_list li {
  padding-left: 25px;
  position: relative;
  font-size: 14px;
}
.course .check_list li::after {
  position: absolute;
  content: "\e900";
  font-family: 'icomoon' !important;
  left: 0;
  color: #fff;
}
.course_cont-wrap {
  padding: 100px 10px 0;
}
.course_cont-wrap .course_cont-icon {
  width: 95px;
  margin: 0 auto 7px;
}
.course_cont-wrap .ttl {
  text-align: center;
  font-size: 22px;
  color: #3F1205;
}
.course_cont-wrap .ttl .txt-borde {
  font-size: 36px;
  border-bottom: 1px solid #3F1205;
  font-weight: 600;
}
.course_cont-wrap .course_cont-inr {
  border: 1px solid #CCCCCC;
  background-color: #fff;
  padding: 34px 20px 40px;
  border-radius: 20px;
  margin-top: 43px;
}
.course_cont-wrap .course_cont-inr .course_name {
  background-color: #3F1205;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 540px;
  margin: -60px auto 25px;
  line-height: 1.3;
}
.course_cont-wrap .course_cont-inr .course_name small {
  font-size: 10px;
  padding: 0 15px 0 10px;
  display: inline-block;
}
.course_cont-wrap .course_cont-inr .course_name span {
  border-left: 1px solid #fff;
  padding: 10px 10px 10px 15px;
  display: inline-block;
}
.course_cont-wrap .course_cont-inr .course_img {
  margin: 40px auto 0;
  max-width: 800px;
}
.course_cont-wrap .course_cont-inr .reservation-btn {
  margin: 40px auto 0;
  max-width: 500px;
}
.course_cont-wrap .course_cont-inr .reservation-btn a {
  text-align: center;
  font-size: 24px;
  padding: 16px;
  font-weight: 600;
  position: relative;
  border: 2px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.course_cont-wrap .course_cont-inr .reservation-btn a::after {
  position: absolute;
  right: 15px;
  content: "\e905";
  font-family: 'icomoon' !important;
  background-color: #fff;
  border-radius: 100%;
  color: #774030;
  font-size: 14px;
  padding: 6px;
}
/*
@media only screen and (min-width: 600px) {
  .course .course_link > li {
    width: calc(100% / 3 - 5px);
  }
}
*/
@media only screen and (min-width: 834px) {
  .course_cont-wrap {
    padding: 100px 30px 0;
  }
  .course_cont-wrap .course_cont-inr {
    padding: 74px 60px 60px;
    border-radius: 40px;
    margin-top: 63px;
  }
  .course .course_link {
    justify-content: space-between;
    padding: 0 40px;
    max-width: 1240px;
    margin: -180px auto 0;
    position: relative;
  }
  .course_cont-wrap .course_cont-inr .course_name {
    font-size: 18px;
    margin: -95px auto 50px
  }
  .course_cont-wrap .course_cont-inr .course_name small {
    font-size: 14px;
    padding: 0 20px 0 30px;
  }
  .course .course_link .ttl {
    font-size: 28px;
  }
  .course .course_link .ttl small {
    font-size: 16px;
  }
  .course .course_link a .btn_txt .icon {
    width: 40px;
    height: 40px;
  }
  .course .check_list li {
    padding-left: 25px;
    font-size: 16px;
  }
  .course .course_link a {
    padding: 60px 10px 0;
  }
  .course .course_link a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  }
  .course .course_link > li {
    width: calc(100% / 3 - 15px);
  }
  .course .course_link a .btn_txt {
    min-height: 110px;
    font-size: 16px;
    /*    clip-path: path("M182,4.9C108,4.9,42.2,16.8,0,35.3v79.8c0,2.8,2.3,5.1,5.1,5.1h353.9c2.8,0,5.1-2.3,5.1-5.1V35.3c-42.2-18.5-108-30.5-182-30.5Z");*/
  }
  .course_cont-wrap .ttl {
    font-size: 32px;
  }
  .course_cont-wrap .ttl .txt-borde {
    font-size: 52px;
  }
}
@media only screen and (min-width: 1067px) {
  .course .course_link {
    padding: 0 60px;
  }
  .course .course_link > li {
    width: calc(100% / 3 - 25px);
  }
  .course .course_link a {
    padding: 90px 30px 0;
  }
}
@media only screen and (min-width: 1367px) {
  .course .course_link .ttl {
    font-size: 36px;
  }
  .course .course_link .ttl small {
    font-size: 20px;
  }
  .course .course_link {
    margin: -180px auto 0;
  }
  .course .check_list li {
    padding-left: 25px;
    font-size: 20px;
  }
  .course .course_link a .btn_txt {
    min-height: 118px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 833px) {
  .course .course_link {
    justify-content: center;
    max-width: 360px;
  }
  .course .course_link a {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 20px 0;
  }
  .course .course_link .ttl {
    text-align: left;
  }
  .course .check_list {
    margin-top: 0;
    margin-left: 15px;
  }
  .course .course_link a .btn_txt {
    width: calc(100% + 40px);
    margin: 25px -20px 0;
    height: 86px;
    padding: 20px 10px 12px;
  }
  .course .course_link > li {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 499px) {
  .course_cont-wrap .course_cont-inr .course_img {
    width: 70%;
    margin: 40px auto 0;
    max-width: 400px;
  }
}
.gallery {
  background: linear-gradient(#F7F3F0, #F7F3F0);
  /*  background: linear-gradient(#F7F3F0, #fff);*/
}
.gallery .slider__slide {
  margin-right: 30px;
}
.voice {
  padding: 100px 20px;
}
.voice .common_ttl {
  margin-bottom: 40px;
}
.voice .slider__slide {
  background: url("../images/voice-bg.png")no-repeat center center/cover;
  padding: 24px 30px;
  border-radius: 10px;
  border: 2px solid #D7C1A5;
  margin: 0 15px;
}
.voice .voice_name {
  background-color: #F9F9F9;
  border-radius: 10px;
  padding: 11px 15px;
  align-items: center;
}
.voice .voice_name small {
  display: block;
}
.voice .voice_name img {
  width: 66px;
}
.voice .txt {
  margin-top: 35px;
}
.voice .slider-4 {
  margin-top: 60px;
}
.voice .slick-prev, .voice .slick-next {
  width: 50px;
  height: 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  z-index: 1;
}
.voice .slick-prev::before, .voice .slick-next::before {
  display: none;
}
.voice .slick-prev {
  background: url("../images/slide-arrow.png")no-repeat center center/contain;
}
.voice .slick-next {
  background: url("../images/slide-arrow-r.png")no-repeat center center/contain;
}
@media only screen and (min-width: 834px) {
  .voice {
    padding: 140px 30px;
  }
  .gallery .slider__slide {
    margin-right: 60px;
  }
  .voice .slick-prev, .voice .slick-next {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 833px) {
  .slick-next {
    right: -10px;
  }
  .slick-prev {
    left: -10px;
  }
}
.fee {
  background: url("../images/fee-bg.png")repeat left top/60px, #F7F3F0;
  padding: 100px 20px;
}
.fee .fee_cont {
  max-width: 940px;
  margin: 60px auto 0;
}
.fee .fee_wrap {
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  background: #fff;
}
.fee .fee_wrap .fee_txt .course_num {
  border: 1px solid #F2E9E6;
  border-radius: 30px;
  font-size: 10px;
  padding: 5px 20px;
  max-width: 93px;
  color: #774030;
  margin: 0 auto 20px;
  background-color: #fff;
}
.fee .fee_wrap .fee_txt .course_ttl {
  font-size: 24px;
  color: #3F1205;
  text-align: center;
}
.fee .fee_wrap .fee_txt .course_time {
  font-size: 14px;
  color: #3F1205;
  background-color: rgba(222, 200, 193, 0.4);
  text-align: center;
  padding: 5px;
  line-height: 1;
  margin-top: 5px;
}
.fee .fee_wrap .fee_txt .course_price {
  font-size: 40px;
  text-align: center;
  font-weight: 500;
}
.fee .fee_wrap .fee_txt .course_price small {
  font-size: 24px;
}
.fee .fee_wrap .fee_img img {
  object-fit: cover;
  height: 100%;
}
.fee .fee_wrap .fee_img {
  overflow: hidden;
}
.fee .fee_wrap.fee01 .fee_img {
  width: 100%;
  height: 250px;
  border-radius: 8px 8px 0 0;
}
.fee .fee_wrap.fee01 .fee_txt {
  padding: 0 20px 35px;
  width: 100%
}
.fee .course_list li {
  padding-left: 25px;
  position: relative;
  font-size: 16px;
}
.fee .course_list li::after {
  position: absolute;
  content: "\e900";
  font-family: 'icomoon' !important;
  left: 0;
  color: #FF7851;
}
.fee .fee_bottom .fee_wrap .fee_img {
  border-radius: 8px 8px 0 0;
  height: 220px;
}
.fee .fee_bottom .fee_wrap .fee_txt {
  padding: 0 20px 35px;
  margin-top: -15px;
  position: relative;
}
@media only screen and (min-width: 834px) {
  .fee {
    padding: 140px 30px;
  }
  .fee .fee_wrap.fee01 .fee_img {
    width: 45%;
    height: 504px;
    border-radius: 8px 0 0 8px;
  }
  .fee .fee_wrap.fee01 .fee_txt {
    width: 55%;
    padding: 50px 60px 70px;
  }
  .fee .fee_bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .fee .fee_bottom .fee_wrap {
    width: calc(50% - 15px);
  }
  .fee .fee_bottom .fee_wrap .fee_txt {
    padding: 0 35px 35px;
    margin-top: -15px;
    position: relative;
  }
}
@media only screen and (max-width: 833px) {
  .fee .fee_cont {
    max-width: 500px;
  }
  .fee .fee_wrap.fee01 .fee_txt {
    margin-top: -15px;
  }
  .fee .fee_wrap {
    margin-top: 40px;
  }
}
.flow {
  padding: 100px 20px 0;
}
.flow .flow_list {
  max-width: 860px;
  margin: 50px auto 0;
}
.flow .flow_list li .num {
  color: #E35730;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  border: 1px solid #E35730;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 10px;
  line-height: 1.1;
  background-color: #fff;
  z-index: 10;
}
.flow .flow_list li {
  display: flex;
  align-items: center;
  margin-top: 30px;
  position: relative;
}
.flow .flow_list li::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/bottom_arrow.svg")no-repeat center center/contain;
  left: 50%;
  transform: translateX(-50%);
  top: -24px;
}
.flow .flow_list li:nth-child(1)::after {
  display: none;
}
.flow .flow_list li .flow_inr {
  border-radius: 10px;
  width: 100%;
  max-width: 830px;
  border: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 15px 15px 40px;
  min-height: 85px;
  margin-left: -25px;
}
.flow .flow_list li .flow_inr .flow_ttl {
  color: #EC5B33;
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
}
.flow .flow_list li .flow_inr .txt {
  padding-left: 20px;
  width: 100%;
}
.flow .flow_list li .flow_inr a {
  color: #E35730;
  border-bottom: 1px solid #E35730;
}
@media only screen and (min-width: 834px) {
  .flow {
    padding: 140px 30px 0;
  }
  .flow .flow_list li .num {
    width: 54px;
    height: 54px;
  }
  .flow .flow_list li .flow_inr {
    width: 100%;
    padding: 15px 15px 15px 48px;
    min-height: 85px;
    margin-left: -27px;
  }
  .flow .flow_list li .flow_inr .flow_ttl {
    width: 250px;
    font-size: 18px;
  }
  .flow .flow_list li .flow_inr .txt {
    padding-left: 20px;
    width: calc(100% - 250px);
    font-size: 14px;
  }
}
.faq {
  padding: 100px 20px
}
.faq .faq_list {
  max-width: 830px;
  margin: auto;
}
.faq .faq_list .faq_inr {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #9C9C9C;
  margin-top: 20px;
}
.faq .faq_list .faq_inr dt, .faq .faq_list .faq_inr dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  padding: 15px;
  position: relative;
}
.faq .faq_list .faq_inr dd {
  padding: 15px 50px 15px 15px;
  background-color: #F8F8F8;
  display: none;
}
.faq .faq_list .faq_inr dt .faq_q, .faq .faq_list .faq_inr dd .faq_a {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 17px;
  margin-right: 10px;
}
.faq .faq_list .faq_inr dt::after, .faq .faq_list .faq_inr dt::before {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  background: #030303;
  width: 20px;
  height: 1px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.faq .faq_list .faq_inr dt::before {
  transform: rotate(-90deg);
}
.faq .faq_list .faq_inr dt.active::before {
  transform: rotate(-0);
}
.faq .faq_list .faq_inr dt .faq_q {
  background-color: #FFF8F6;
  color: #E35730;
}
.faq .faq_list .faq_inr dd .faq_a {
  background-color: #fff;
  color: #3F1205;
}
.faq .faq_list .faq_inr dt .txt, .faq .faq_list .faq_inr dd .txt {
  width: calc(100% - 75px);
}
.faq .faq_list .faq_inr dd .flex {
  align-items: flex-start;
}
@media only screen and (min-width: 834px) {
  .faq {
    padding: 140px 30px
  }
  .faq .faq_list .faq_inr dt .faq_q, .faq .faq_list .faq_inr dd .faq_a {
    width: 54px;
    height: 54px;
    margin-right: 17px;
    font-size: 20px;
  }
  .faq .faq_list .faq_inr dd {
    padding: 15px 50px 15px 15px
  }
  .faq .faq_list .faq_inr dt::after, .faq .faq_list .faq_inr dt::before {
    right: 30px;
  }
}
@media only screen and (max-width: 833px) {
  .flow .flow_list li .flow_inr {
    flex-wrap: wrap;
  }
  .flow .flow_list li .flow_inr .txt {
    padding: 10px 0 0;
  }
}
.access {
  padding: 100px 20px 200px;
  background-color: #F8F8F8;
}
.access .map_wrap .map_txt {
  padding: 30px 15px;
  font-size: 16px;
}
.access .map_wrap .map_txt .txt {
  color: #666666;
  padding: 15px 25px;
  border-left: 1px solid #211715;
  font-size: 16px;
  margin-top: 20px;
}
.access .map_wrap .map_txt .btn {
  max-width: 320px;
  margin: 40px auto 0;
}
.access .map_wrap .map_txt, .access .map_wrap .map_inr {
  width: 100%;
}
@media only screen and (min-width: 834px) {
  .access {
    padding: 140px 30px 360px;
  }
  .access .map_wrap .map_txt, .access .map_wrap .map_inr {
    width: 50%;
  }
  .access .map_wrap .map_txt {
    padding: 55px;
  }
}
.contact {
  max-width: 1200px;
  position: relative;
  z-index: 10;
  width: 90%;
  margin: auto;
  background: url("../images/contact_bg-sp.png")no-repeat center center/cover;
  padding: 30px 0 20px;
  outline-color: rgb(255, 255, 255);
  outline-style: solid;
  outline-width: 10px;
  border-radius: 10px;
  margin-top: -120px;
}
.contact .contact_inr {
  text-align: center;
  width: 100%;
  padding: 30px 20px 50px;
}
.contact .contact_inr .contact_ttl {
  color: #774030;
  font-size: 28px;
  font-weight: 600;
}
.contact .contact_inr .txt {
  margin-top: 20px;
}
.contact .contact_inr .btn {
  margin: 35px auto 0;
}
.contact .contact_inr:nth-child(2) .txt {
  margin-top: 35px;
}
.contact .contact_inr:nth-child(2) .btn {
  margin: 50px auto 0;
}
.contact .contact_inr .btn a {
  padding: 20px;
  font-size: 20px;
}
@media only screen and (min-width: 834px) {
  .contact {
    margin: auto;
    padding: 100px 0;
    outline-color: rgb(255, 255, 255);
    outline-style: solid;
    background: url("../images/contact_bg.png")no-repeat center center/cover;
    outline-width: 25px;
    margin-top: -220px;
  }
  .contact .contact_inr {
    width: 50%;
    padding: 0 30px;
  }
  .contact .contact_inr .contact_ttl {
    font-size: 36px;
  }
}
@media only screen and (max-width: 833px) {
  .contact {
    max-width: 500px;
  }
}