@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  overflow: unset !important;
}

ul, li {
  list-style: none;
}

img {
  width: 100%;
}

div, p {
  line-height: 1.6;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: 0.2s;
}
a img {
  display: block;
}
a:hover {
  opacity: 0.5;
}

main {
  margin: 0 !important;
}

.corp_header {
  display: none;
}

.sp {
  display: none !important;
}

.sec_title {
  font-weight: bold;
  font-size: clamp(28px, 2.8vw, 36px);
  text-align: center;
  color: #01025e;
}
.sec_title span {
  font-family: Montserrat;
  font-weight: bold;
  font-size: clamp(14px, 2vw, 18px);
  letter-spacing: 0.08em;
  text-align: center;
  color: #4faccb;
  display: block;
  margin: 0 0 20px;
}

.list_single section {
  padding: 100px 0 80px;
  position: relative;
}
.list_single section .sec_title {
  font-size: clamp(30px, 3vw, 43px);
  color: #00025d;
  text-align: center;
  font-weight: bold;
}
.list_single section .sec_title_txt {
  font-size: clamp(20px, 2.6vw, 25px);
  color: #606060;
  text-align: center;
  font-weight: 500;
  margin: 10px 0 0;
}

.list_single .btn {
  max-width: 523px!important;
  width: 90%;
  margin: 50px auto 0;
  border-radius: 35px;
  border-width: unset;
  border-style: unset;
  display: block;
  line-height: unset;
  padding: 0;
  height: auto;
  font-size: auto;
  transition: 0.3s;
}
.list_single .btn a {
  display: block;
  width: 100%;
  font-family: Montserrat;
  font-weight: bold;
  font-size: clamp(14px, 2vw, 16px);
  letter-spacing: 0.08em;
  text-align: center;
  padding: 25px 0;
  position: relative;
}
.list_single .btn a:before, .btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.list_single .btn a:before {
  background: url(../img/list/icon_btn_check.svg) no-repeat;
  background-size: 100%;
  width: 28px;
  height: 28px;
  left: 130px;
}
.list_single .btn a:after {
  background: url(../img/list/icon_btn_black_arrow.svg) no-repeat;
  background-size: 100%;
  width: 21px;
  height: 21px;
  right: 40px;
}
.list_single .btn.btn_black {
  background: #1e1e1e;
  box-shadow: 5px 5px 10px rgba(56, 107, 179, 0.26);
}
.list_single .btn.btn_black a {
  color: #fff;
}

.list_single #mv {
  background: url(../img/list/mv_bg.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 134px 0 80px;
  margin: 0;
  overflow: hidden;
}
.list_single #mv .mv_copy {
  background: transparent;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.15);
  font-size: clamp(16px, 2.3vw, 20px);
  font-weight: bold;
  padding: 5px 10px;
  margin: 0 auto 36px;
}
.list_single #mv .mv_inner {
  max-width: 1480px;
  margin: 0 auto;
  position: relative;
}
.list_single #mv .mv_inner .mv_title {
  position: relative;
  padding: 0 10px;
  max-width: 1240px;
  margin: 0 auto;
}
.list_single #mv .mv_inner .mv_check {
  width: 94%;
  max-width: 1100px;
  border-radius: 10px;
  padding: 18px 40px;
  margin: 34px auto 0;
  background: transparent;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.15);
}
.list_single #mv .mv_inner .mv_check .mv_check_title {
  font-size: clamp(14px, 2vw, 18px);
  font-weight: bold;
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: 1px solid #fff;
}
.list_single #mv .mv_inner .mv_check .mv_check_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_single #mv .mv_inner .mv_check .mv_check_list li {
  width: 49%;
  padding: 0 0 0 28px;
  text-align: left;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: bold;
  position: relative;
}
.list_single #mv .mv_inner .mv_check .mv_check_list li:before {
  content: "";
  background: url(../img/list/mv_check.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
}
.list_single .bg_cream {
  background: rgba(247, 243, 214, 0.5);
  font-weight: bold;
  font-size: clamp(28px, 2.8vw, 36px);
  text-align: center;
  color: #01025e;
  padding: 40px 0;
}
.list_single .bg_cream span {
  color: #e82979;
  font-size: clamp(32px, 3.3vw, 50px);
  font-weight: bold;
}
.list_single #case_area {
  background: #f2f5f8;
  padding: 72px 0 94px;
}
.list_single #case_area .inner {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}
.list_single #case_area .case_list {
  margin: 30px auto 0;
}
.list_single #case_area .case_list ul li {
  margin: 7px 0 0;
  padding: 10px 40px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_single #case_area .case_list ul li .case_list_title {
  width: 40%;
  font-weight: bold;
  font-size: clamp(20px, 2.6vw, 25px);
  color: #01025e;
  text-align: left;
  padding: 0 0 0 60px;
  position: relative;
}
.list_single #case_area .case_list ul li .case_list_title:before {
  content: "";
  background: url(../img/list/case_list_check.svg) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
}
.list_single #case_area .case_list ul li .case_list_detail {
  width: 59%;
  font-weight: 600;
  font-size: clamp(14px, 2vw, 18px);
  color: #386bb3;
  text-align: left;
}
.list_single #case_area .related {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 64px auto 0;
  gap: 40px;
}
.list_single #case_area .related .text {
  font-weight: bold;
  font-size: clamp(16px, 2.3vw, 20px);
  text-align: center;
  color: #0a0a64;
}
.list_single #case_area .related .related_list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.list_single #case_area .related .related_list .related_list_item {
  border-radius: 10px;
  background: #fff;
  display: inline-block;
}
.list_single #case_area .related .related_list .related_list_item a {
  font-weight: bold;
  font-size: clamp(16px, 2.3vw, 20px);
  letter-spacing: 0.1em;
  text-align: center;
  color: #01025e;
  padding: 7px 30px;
}
.list_single .contact {
  background: url(../img/list/contact_bg.png) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 60px 0;
}
.list_single .contact .inner {
  max-width: 1100px;
  width: 90vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_single .contact .inner .contact_text {
  width: 53%;
}
.list_single .contact .inner .contact_text p {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: clamp(14px, 2vw, 18px);
  text-align: left;
  color: #fff;
  line-height: 2;
}
.list_single .contact .inner .btns {
  width: 40%;
  margin: 0 0 0 auto;
}
.list_single .contact .inner .btns .btn {
  margin: 0;
}
.list_single .contact .inner .btns .btn a {
  padding: 15px 0;
}
.list_single .contact .inner .btns .btn.btn_yellow {
  background: #eedc43;
  border: 5px solid #eedc43;
  filter: drop-shadow(5px 5px 10px rgba(56, 107, 179, 0.26));
}
.list_single .contact .inner .btns .btn.btn_yellow a:before {
  display: none;
}
.list_single .contact .inner .btns .btn.btn_yellow a:after {
  background: url(../img/list/icon_btn_yellow_arrow.svg) no-repeat;
  background-size: 100%;
  width: 21px;
  height: 21px;
  right: 40px;
}
.list_single .contact .inner .btns .btn.btn_yellow:hover {
  background: #fff;
  border: 5px solid #eedc43;
}
.list_single .contact .inner .btns .btn.btn_yellow:hover a {
  opacity: 1;
}
.list_single .contact .inner .btns .btn.btn_white {
  background: #fff;
  border: 5px solid #fff;
  filter: drop-shadow(5px 5px 10px rgba(56, 107, 179, 0.26));
}
.list_single .contact .inner .btns .btn.btn_white a:before {
  display: none;
}
.list_single .contact .inner .btns .btn.btn_white a:after {
  background: url(../img/list/icon_btn_blue_arrow.svg) no-repeat;
  background-size: 100%;
  width: 21px;
  height: 21px;
  right: 40px;
}
.list_single .contact .inner .btns .btn.btn_white:hover {
  background: #386bb3;
  border: 5px solid #fff;
}
.list_single .contact .inner .btns .btn.btn_white:hover a {
  color: #fff;
  opacity: 1;
}
.list_single .contact .inner .btns .btn:nth-of-type(n + 2) {
  margin: 15px 0 0;
}
.list_single #allocation_area {
  padding: 135px 0 165px;
}
.list_single #allocation_area .inner {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}
.list_single #allocation_area .inner .allocation_img {
  margin: 60px auto 0;
}
.list_single #allocation_area .inner .allocation_img img {
  height: auto;
}
.list_single #reason_area {
  padding: 135px 0 165px;
  background: #f2f5f8;
}
.list_single #reason_area .inner {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}
.list_single #reason_area .inner .reason_list {
  margin: 60px 0 0;
  counter-reset: titlenum;
}
.list_single #reason_area .inner .reason_list .reason_list_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  background: #fff;
  padding: 40px 50px;
  box-shadow: 5px 5px 10px rgba(56, 107, 179, 0.26);
  position: relative;
}
.list_single #reason_area .inner .reason_list .reason_list_item .reason_list_item_text {
  width: 70%;
  text-align: left;
  color: #01025e;
  position: relative;
}
.list_single #reason_area .inner .reason_list .reason_list_item .reason_list_item_text .reason_list_item_title {
  font-weight: bold;
  font-size: clamp(28px, 2.8vw, 36px);
  letter-spacing: 0.02em;
}
.list_single #reason_area .inner .reason_list .reason_list_item .reason_list_item_text p {
  font-weight: 500;
  font-size: clamp(14px, 2vw, 16px);
  letter-spacing: -0.01em;
  margin: 30px 0 0;
  line-height: 2;
}
.list_single #reason_area .inner .reason_list .reason_list_item .reason_list_item_img {
  width: 28%;
  margin: 0 0 0 auto;
}
.list_single #reason_area .inner .reason_list .reason_list_item .reason_list_item_img img {
  height: auto;
}
.list_single #reason_area .inner .reason_list .reason_list_item:nth-of-type(n + 2) {
  margin: 40px auto 0;
}
.list_single #reason_area .inner .reason_list .reason_list_item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.list_single #reason_area .inner .reason_list .reason_list_item:nth-of-type(2n) .reason_list_item_img {
  margin: 0 auto 0 0;
}
.list_single #reason_area .inner .reason_list .reason_list_item:nth-of-type(2n):before {
  counter-increment: titlenum; /* counter-resetと同じ文字列 */
  content: "0" counter(titlenum);
  right: 30px;
  left: unset;
}
.list_single #reason_area .inner .reason_list .reason_list_item:before {
  counter-increment: titlenum; /* counter-resetと同じ文字列 */
  content: "0" counter(titlenum);
  font-family: Montserrat;
  font-weight: bold;
  font-size: 150px;
  text-align: left;
  color: #d2e6e6;
  position: absolute;
  top: -30px;
  left: 30px;
}
.list_single #reason_area .inner .btn_black a:before {
  display: none;
}
.list_single #flow_area .inner {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}
.list_single #flow_area .inner .flow_chart {
  margin: 48px auto 0;
  position: relative;
}
.list_single #flow_area .inner .flow_chart ol {
  display: flex;
  position: relative;
}
.list_single #flow_area .inner .flow_chart ol li {
  position: relative;
}
.list_single #flow_area .inner .flow_chart ol li a:hover {
  opacity: 1;
}
.list_single #flow_area .inner .flow_chart ol li.point:before {
  content: "";
  background: url(../img/list/flow_point_icon.svg) no-repeat;
  background-size: 100%;
  width: 160px;
  height: 55px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.list_single #flow_area .inner .flow_chart:before {
  content: "";
  display: block;
  width: 88%;
  height: 30px;
  background: #eedc43;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.list_single #flow_area .inner .flow_join_img {
  max-width: 418px;
  margin: 30px 0 0 auto;
}
.list_single #flow_area .inner .flow_point .flow_point_list {
  margin: 60px 0 0;
}
.list_single #flow_area .inner .flow_point .flow_point_list .flow_point_list_item {
  border-radius: 20px;
  background: #f2f8f8;
  box-shadow: 5px 5px 10px rgba(56, 107, 179, 0.26);
  padding: 42px 50px;
  color: #01025e;
  text-align: left;
  position: relative;
}
.list_single #flow_area .inner .flow_point .flow_point_list .flow_point_list_item .flow_point_list_item_img {
  width: 250px;
  position: relative;
}
.list_single #flow_area .inner .flow_point .flow_point_list .flow_point_list_item h3 {
  font-weight: bold;
  font-size: clamp(24px, 2.7vw, 28px);
  position: relative;
}
.list_single #flow_area .inner .flow_point .flow_point_list .flow_point_list_item p {
  font-weight: 500;
  font-size: clamp(14px, 2vw, 16px);
  position: relative;
  line-height: 2;
}
.list_single #flow_area .inner .flow_point .flow_point_list .flow_point_list_item:nth-of-type(n + 2) {
  margin: 40px 0 0;
}
.list_single #flow_area .inner .flow_point .flow_point_list .flow_point_list_item:before {
  content: "";
  background: url(../img/list/flow_point_bg.svg) no-repeat;
  background-size: 100%;
  width: 272px;
  height: 235px;
  display: block;
  position: absolute;
  bottom: 30px;
  right: 100px;
}
.list_single #work_area .inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}
.list_single #work_area .inner .swiper_bg {
  background: #fff;
  border: 10px solid #a4dbe3;
  border-radius: 10px;
  padding: 30px 90px;
  margin: 60px 0 0;
  filter: drop-shadow(5px 5px 10px rgba(56, 107, 179, 0.26));
}
.list_single #work_area .inner .swiper_bg .swiper-wrapper {
  align-items: center;
}
.list_single #work_area .inner .swiper_bg .swiper-button-prev,
.list_single #work_area .inner .swiper_bg .swiper-button-next {
  width: 70px;
  height: 70px;
  display: block;
  color: transparent;
}
.list_single #work_area .inner .swiper_bg .swiper-button-prev:after,
.list_single #work_area .inner .swiper_bg .swiper-button-next:after {
  height: unset;
  visibility: unset;
  width: 70px;
  height: 70px;
}
.list_single #work_area .inner .swiper_bg .swiper-button-prev {
  left: -40px;
}
.list_single #work_area .inner .swiper_bg .swiper-button-prev:after {
  background: url(../img/list/work_slide_arrw_prev.svg);
  background-size: contain;
}
.list_single #work_area .inner .swiper_bg .swiper-button-next {
  right: -40px;
}
.list_single #work_area .inner .swiper_bg .swiper-button-next:after {
  background: url(../img/list/work_slide_arrw_next.svg);
  background-size: contain;
}
.list_single #work_area .inner .more {
  margin: 70px 0 0;
  font-weight: bold;
  font-size: clamp(28px, 2.8vw, 36px);
  text-align: center;
  color: #01025e;
}
.list_single #work_area .inner .btn_black {
  margin: 25px auto 0;
}
.list_single #work_area .inner .btn_black a:before {
  display: none;
}
.list_single #price_area {
  background: #f2f8f8;
}
.list_single #price_area .inner {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}
.list_single #price_area .inner .sec_title_price {
  font-weight: bold;
  text-align: center;
}
.list_single #price_area .inner .sec_title_price span {
  font-size: clamp(25px, 2.7vw, 30px);
  color: #01025e;
}
.list_single #price_area .inner .sec_title_price .sec_title_inner {
  font-size: clamp(48px, 4vw, 65px);
  font-weight: bold;
  color: #fff;
  background: linear-gradient(#4faccb 0%, #174d98 100%);
  display: inline-block;
  padding: 0px 45px;
}
.list_single #price_area .inner .price_img_wrapper {
  margin: 65px auto 0;
  width: 100%;
  touch-action: pan-x;
  position: relative;
}
.list_single #price_area .inner .price_img_wrapper .price_img {
  position: relative;
  width: 1000px;
  pointer-events: none;
  user-drag: none;
}
.list_single #price_area .inner .price_img_wrapper::-webkit-scrollbar {
  height: 12px;
}
.list_single #price_area .inner .price_img_wrapper::-webkit-scrollbar-track {
  background: #c1c1c1;
  border-radius: 4px;
}
.list_single #price_area .inner .price_img_wrapper::-webkit-scrollbar-thumb {
  background: #4faccb;
  border-radius: 3px;
}
.list_single #price_area .inner .price_img_wrapper::-webkit-scrollbar-thumb:hover {
  background: #4faccb;
}
.list_single #price_area .inner .btn a:before {
  display: none;
}
.list_single #voice .inner .slider {
  padding-bottom: 40px;
}
.list_single #faq_area .inner {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}
.list_single #faq_area .inner .qa_list {
  padding: 20px 0;
  background: #fff;
  border-radius: 10px;
}
.list_single #faq_area .inner .qa_list .qa_list_item {
  width: 90%;
  margin: auto;
  text-align: left;
}
.list_single #faq_area .inner .qa_list .qa_list_item .question {
  position: relative;
  padding: 16px 40px 16px 70px;
  cursor: pointer;
  font-weight: 500;
  font-size: clamp(14px, 2vw, 18px);
  border-top: 1px solid #dff0f0;
}
.list_single #faq_area .inner .qa_list .qa_list_item .question .icon {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
}
.list_single #faq_area .inner .qa_list .qa_list_item .question .icon:before, .list_single #faq_area .inner .qa_list .qa_list_item .question .icon:after {
  content: "";
  position: absolute;
  background: #4faccb;
}
.list_single #faq_area .inner .qa_list .qa_list_item .question .icon:before {
  width: 16px;
  height: 2px;
  top: 7px;
  left: 0;
}
.list_single #faq_area .inner .qa_list .qa_list_item .question .icon:after {
  width: 2px;
  height: 16px;
  top: 0;
  left: 7px;
}
.list_single #faq_area .inner .qa_list .qa_list_item .question.is-open {
  font-weight: bold;
}
.list_single #faq_area .inner .qa_list .qa_list_item .question.is-open .icon:after {
  opacity: 0;
}
.list_single #faq_area .inner .qa_list .qa_list_item .question.is-open + .answer {
  max-height: 300px;
  padding: 0 40px 16px 70px;
}
.list_single #faq_area .inner .qa_list .qa_list_item .question:before {
  content: "Q.";
  font-family: "Montserrat", sans-serif;
  color: #4faccb;
  font-size: clamp(20px, 2.6vw, 26px);
  font-weight: bold;
  display: block;
  position: absolute;
  left: 20px;
  top: 11px;
}
.list_single #faq_area .inner .qa_list .qa_list_item .answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 40px 0 70px;
  font-size: clamp(14px, 2vw, 16px);
  transition: max-height 0.3s ease, padding 0.3s ease;
  position: relative;
}
.list_single #faq_area .inner .qa_list .qa_list_item .answer:before {
  content: "A.";
  font-family: "Montserrat", sans-serif;
  color: #4faccb;
  font-size: clamp(20px, 2.6vw, 26px);
  font-weight: bold;
  display: block;
  position: absolute;
  left: 20px;
  top: -5px;
}
.list_single #faq_area .inner .qa_list .qa_list_item:first-child .question {
  border-top: none;
}
.list_single #voice .inner {
  padding: 0 !important;
}
.list_single #voice .slick-dots li button::before {
  width: 10px;
  height: 10px;
}
.list_single #voice .slick-next::before,
.list_single #voice .slick-prev::before {
  color: transparent;
}
.list_single #voice .slick-dots li.slick-active, .list_single #voice .slick-dots li:hover {
  background: #4faccb;
}
.list_single #voice .btn a:before {
  display: none;
}

.list_archive {
  margin-top: 80px;
}

.list_archive_wrap {
  margin: 0 auto;
}
.list_archive_wrap .text {
  width: 88.2%;
  max-width: 1130px;
  margin: 60px auto 0;
  font-size: clamp(13px, 1.8vw, 15px);
  letter-spacing: 0.06em;
  text-align: left;
  color: #1e1e1e;
}
.list_archive_wrap .text p {
  font-weight: bold;
}
.list_archive_wrap .text p + p {
  margin: 15px 0 0;
}
.list_archive_wrap .list_menu {
  max-width: 1100px;
  width: 84%;
  margin: 51px auto 0;
  display: flex;
  justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 99;
}
.list_archive_wrap .list_menu .archive_nav {
  width: 49%;
}
.list_archive_wrap .list_menu .archive_nav .archive_nav_item {
  position: relative;
}
.list_archive_wrap .list_menu .archive_nav .archive_nav_item .archive_nav_content {
  display: none;
}
.list_archive_wrap .list_menu .archive_nav .archive_nav_item .archive_nav_content.is-open {
  position: absolute;
  display: block;
  width: 100%;
  background: transparent;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  --webkit-backdrop-filter: blur(5px);
  background-color: rgba(164, 219, 227, 0.5);
  top: 44px;
  padding: 20px 20px;
}
.list_archive_wrap .list_menu .archive_nav .archive_nav_item .archive_nav_content.is-open ul li a {
  display: block;
  width: 100%;
  color: #01025e;
  padding: 8px;
  font-weight: bold;
  font-size: clamp(13px, 1.8vw, 15px);
  letter-spacing: 0.1em;
  text-align: left;
}
.list_archive_wrap .list_menu .archive_nav .archive_nav_item .archive_nav_content.is-open ul li:hover a {
  background: #fff;
  opacity: 1;
}
.list_archive_wrap .list_menu .archive_nav .archive_nav_item .archive_nav_button {
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
  background: #4faccb;
  padding: 6px 6px 10px;
  font-weight: bold;
  font-size: clamp(20px, 2.6vw, 25px);
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
  position: relative;
}
.list_archive_wrap .list_menu .archive_nav .archive_nav_item .archive_nav_button .icon {
  background: url(../img/list/list_archive_menu_arrow.svg) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 0 0 10px;
}
.list_archive_wrap .list_menu .archive_nav .archive_nav_item .archive_nav_button.is-open .icon {
  transform: rotate(180deg);
}
.list_archive_wrap .list_menu .archive_nav.archive_nav_expert .archive_nav_item .archive_nav_content.is-open {
  background-color: rgba(252, 186, 208, 0.5);
}
.list_archive_wrap .list_menu .archive_nav.archive_nav_expert .archive_nav_item .archive_nav_button {
  background: #e82979;
}
.list_archive_wrap .list_menu:after {
  display: none;
}
.list_archive_wrap .list_archive_inner {
  background: #f2f8f8;
  padding: 36px 0 126px;
  margin: 74px auto;
}
.list_archive_wrap .list_archive_inner .archive_wrap .archive_item {
  width: 88.2%;
  max-width: 1130px;
  padding: 200px 0 0;
  margin: -160px auto 0;
}
.list_archive_wrap .list_archive_inner .archive_wrap .archive_item .archive_item_title {
  background: #4faccb;
  text-align: center;
  font-weight: bold;
  font-size: clamp(20px, 2.6vw, 25px);
  letter-spacing: 0.1em;
  color: #fff;
  padding: 13px 0;
}
.list_archive_wrap .list_archive_inner .archive_wrap .archive_item .archive_item_inner {
  padding: 30px 30px 40px;
  background: #fff;
}
.list_archive_wrap .list_archive_inner .archive_wrap .archive_item .archive_item_inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_archive_wrap .list_archive_inner .archive_wrap .archive_item .archive_item_inner ul li {
  width: 50%;
  font-weight: bold;
  font-size: clamp(13px, 1.8vw, 15px);
  letter-spacing: 0.06em;
  text-align: left;
  color: #1e1e1e;
  position: relative;
  padding: 0 25px;
}
.list_archive_wrap .list_archive_inner .archive_wrap .archive_item .archive_item_inner ul li small {
  display: block;
  color: #707070;
  font-size: clamp(9px, 1vw, 11px);
}
.list_archive_wrap .list_archive_inner .archive_wrap .archive_item .archive_item_inner ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #4faccb;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
  margin: auto;
}
.list_archive_wrap .list_archive_inner .archive_wrap .archive_item .archive_item_inner ul li:nth-of-type(n + 3) {
  margin: 10px 0 0;
}
.list_archive_wrap .list_archive_expert .list_archive_inner {
  background: #fff;
  margin: 0px auto 74px;
}
.list_archive_wrap .list_archive_expert .list_archive_inner .archive_wrap .archive_item_title {
  background: #e82979;
}
.list_archive_wrap .list_archive_expert .list_archive_inner .archive_wrap .archive_item .archive_item_inner {
  background: #faf4f6;
}
.list_archive_wrap .list_archive_expert .list_archive_inner .archive_wrap .archive_item .archive_item_inner ul li:before {
  background: #e82979;
}

#pagetop {
  display: none;
}

@media screen and (max-width: 1080px) {
  .list_single #mv .mv_inner .mv_title {
    display: block;
  }
  .list_single #mv .mv_inner .mv_title .mv_text {
    display: block;
  }
  .list_single #price_area .inner .price_img_wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: -webkit-grab;
    cursor: grab;
    touch-action: unset;
  }
}
@media screen and (max-width: 910px) {
  .sp {
    display: block !important;
  }
  br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .list_single section {
    padding: 18.6666666667vw 0 13.3333333333vw;
  }
  .list_single section .sec_title {
    font-size: 6.4vw;
  }
  .list_single section .sec_title span {
    font-size: 4vw;
    margin: 0 0 4.2666666667vw;
  }
  .btn {
    width: 77.8666666667vw;
    margin: 10.6666666667vw auto 0;
  }
  .btn a {
    font-size: 4.2666666667vw;
    padding: 6.6666666667vw 0;
  }
  .btn a:before, .btn a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .btn a:before {
    background: url(../img/list/icon_btn_check.svg) no-repeat;
    background-size: 100%;
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    left: 10.6666666667vw;
  }
  .btn a:after {
    background: url(../img/list/icon_btn_black_arrow.svg) no-repeat;
    background-size: 100%;
    width: 5.6vw;
    height: 5.6vw;
    right: 10.6666666667vw;
  }
  .btn.btn_black {
    background: #1e1e1e;
    box-shadow: 5px 5px 10px rgba(56, 107, 179, 0.26);
  }
  .btn.btn_black a {
    color: #fff;
  }
  .list_single #mv {
    background: url(../img/list/mv_bg_sp.png) no-repeat center center;
    padding: 7.4666666667vw 0 14.4vw;
    margin: 0;
  }
  .list_single #mv .mv_copy {
    font-size: 4vw;
    padding: 1.3333333333vw 2.6666666667vw;
    margin: 8vw auto;
  }
  .list_single #mv .mv_inner .mv_title .mv_title_img:after {
    display: none;
  }
  .list_single #mv .mv_inner .mv_check {
    padding: 4.8vw 5.3333333333vw;
    margin: 8vw auto 0;
  }
  .list_single #mv .mv_inner .mv_check .mv_check_title {
    font-size: 4.2666666667vw;
    padding: 0 0 4.2666666667vw;
    margin: 0 0 6.4vw;
  }
  .list_single #mv .mv_inner .mv_check .mv_check_list {
    display: block;
  }
  .list_single #mv .mv_inner .mv_check .mv_check_list li {
    width: 100%;
    padding: 0 0 0 5.3333333333vw;
    margin: 0 0 2.6666666667vw;
    font-size: 3.2vw;
  }
  .list_single #mv .mv_inner .mv_check .mv_check_list li:before {
    background: url(../img/list/mv_check.svg) no-repeat;
    background-size: 100%;
    width: 4vw;
    height: 4vw;
    top: 4px;
    left: 0;
  }
  .list_single .bg_cream {
    font-size: 5.3333333333vw;
    padding: 9.6vw 0;
  }
  .list_single .bg_cream span {
    font-size: 8vw;
  }
  .list_single #case_area {
    padding: 14.9333333333vw 0 18.9333333333vw;
  }
  .list_single #case_area .inner {
    width: 90.4vw;
  }
  .list_single #case_area .case_list {
    margin: 2.6666666667vw auto 0;
  }
  .list_single #case_area .case_list ul li {
    margin: 1.6vw 0 0;
    padding: 1.0666666667vw 6.6666666667vw;
    background: #fff;
    display: block;
  }
  .list_single #case_area .case_list ul li .case_list_title {
    width: 100%;
    font-weight: bold;
    font-size: 4.5333333333vw;
    padding: 0 0 0 10.6666666667vw;
    position: relative;
  }
  .list_single #case_area .case_list ul li .case_list_title:before {
    background: url(../img/list/case_list_check.svg) no-repeat;
    background-size: 100% 100%;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    top: 1vw;
  }
  .list_single #case_area .case_list ul li .case_list_detail {
    width: 100%;
    font-size: 3.4666666667vw;
    padding: 0 0 0 10.6666666667vw;
  }
  .list_single #case_area .btn {
    margin: 6.9333333333vw auto 0;
  }
  .list_single #case_area .related {
    display: block;
    margin: 8.8vw auto 0;
  }
  .list_single #case_area .related .text {
    font-size: 4vw;
  }
  .list_single #case_area .related .related_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 4.2666666667vw 0 0;
  }
  .list_single #case_area .related .related_list .related_list_item {
    display: inline-block;
  }
  .list_single #case_area .related .related_list .related_list_item a {
    font-size: 4.8vw;
    padding: 1.8666666667vw 8vw;
  }
  .list_single #case_area .related .related_list:after {
    display: none;
  }
  .list_single .contact {
    background: url(../img/list/contact_bg_sp.png) no-repeat center center;
    background-size: cover;
    text-align: center;
    padding: 18.6666666667vw 0;
  }
  .list_single .contact .inner {
    width: 90.4vw;
    margin: 0 auto;
    display: block;
  }
  .list_single .contact .inner .contact_text {
    width: 100%;
  }
  .list_single .contact .inner .contact_text p {
    font-size: 4.2666666667vw;
    text-align: center;
  }
  .list_single .contact .inner .btns {
    width: 100%;
    margin: 8vw auto 0;
  }
  .list_single .contact .inner .btns .btn {
    margin: 0 auto;
  }
  .list_single .contact .inner .btns .btn.btn_yellow a:after {
    background: url(../img/list/icon_btn_yellow_arrow.svg) no-repeat;
    background-size: 100%;
    width: 5.6vw;
    height: 5.6vw;
    right: 10.6666666667vw;
  }
  .list_single .contact .inner .btns .btn.btn_white a:after {
    background: url(../img/list/icon_btn_blue_arrow.svg) no-repeat;
    background-size: 100%;
    width: 5.6vw;
    height: 5.6vw;
    right: 10.6666666667vw;
  }
  .list_single .contact .inner .btns .btn:nth-of-type(n + 2) {
    margin: 4.2666666667vw auto 0;
  }
  .list_single #allocation_area {
    padding: 18.6666666667vw 0 24vw;
  }
  .list_single #allocation_area .inner {
    width: 90.4vw;
  }
  .list_single #allocation_area .inner .allocation_img {
    margin: 9.6vw auto 0;
  }
  .list_single #reason_area {
    padding: 14.6666666667vw 0 26.6666666667vw;
  }
  .list_single #reason_area .inner {
    width: 90.4vw;
  }
  .list_single #reason_area .inner .reason_list {
    margin: 16vw 0 0;
    counter-reset: titlenum;
  }
  .list_single #reason_area .inner .reason_list .reason_list_item {
    display: block;
    padding: 13.3333333333vw 5.3333333333vw;
  }
  .list_single #reason_area .inner .reason_list .reason_list_item .reason_list_item_text {
    width: 100%;
  }
  .list_single #reason_area .inner .reason_list .reason_list_item .reason_list_item_text .reason_list_item_title {
    font-size: 6.4vw;
  }
  .list_single #reason_area .inner .reason_list .reason_list_item .reason_list_item_text p {
    font-size: 3.4666666667vw;
    margin: 6.9333333333vw 0 0;
  }
  .list_single #reason_area .inner .reason_list .reason_list_item .reason_list_item_img {
    width: 68.8vw;
    margin: 6.9333333333vw auto 0;
  }
  .list_single #reason_area .inner .reason_list .reason_list_item:nth-of-type(n + 2) {
    margin: 6.9333333333vw auto 0;
  }
  .list_single #reason_area .inner .reason_list .reason_list_item:nth-of-type(2n) {
    flex-direction: row;
  }
  .list_single #reason_area .inner .reason_list .reason_list_item:nth-of-type(2n) .reason_list_item_img {
    margin: 0 auto;
  }
  .list_single #reason_area .inner .reason_list .reason_list_item:nth-of-type(2n):before {
    right: 8vw;
  }
  .list_single #reason_area .inner .reason_list .reason_list_item:before {
    counter-increment: titlenum; /* counter-resetと同じ文字列 */
    content: "0" counter(titlenum);
    font-size: 32vw;
    top: -2.6666666667vw;
    left: unset;
    right: 8vw;
  }
  .list_single #reason_area .inner .btn_black {
    width: 100%;
  }
  .list_single #reason_area .inner .btn_black a {
    font-size: 4vw;
    text-align: left;
    padding-left: 4vw;
  }
  .list_single #reason_area .inner .btn_black a:before {
    display: none;
  }
  .list_single #reason_area .inner .btn_black a:after {
    right: 5vw;
  }
  .list_single #flow_area {
    padding: 18.1333333333vw 0 0;
  }
  .list_single #flow_area .inner {
    width: 100%;
    overflow: hidden;
  }
  .list_single #flow_area .inner .flow_chart {
    margin: 12.8vw auto 0;
  }
  .list_single #flow_area .inner .flow_chart ol {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90.4vw;
    margin: auto;
  }
  .list_single #flow_area .inner .flow_chart ol li {
    width: 29.3333333333vw;
    z-index: 1;
  }
  .list_single #flow_area .inner .flow_chart ol li.point:before {
    content: "";
    background: url(../img/list/flow_point_icon.svg) no-repeat;
    background-size: 100%;
    width: 24.5333333333vw;
    height: 8.2666666667vw;
    top: -4vw;
  }
  .list_single #flow_area .inner .flow_chart ol:after {
    content: "";
    width: 28vw;
    display: block;
  }
  .list_single #flow_area .inner .flow_chart:before {
    top: 11vw;
    bottom: unset;
    left: unset;
    right: -5vw;
  }
  .list_single #flow_area .inner .flow_chart:after {
    content: "";
    display: block;
    width: 48%;
    height: 30px;
    background: #eedc43;
    position: absolute;
    top: 42vw;
    left: -5vw;
    margin: auto;
    visibility: unset;
  }
  .list_single #flow_area .inner .flow_join_img {
    max-width: 109px;
    width: 29.0666666667vw;
    margin: -26vw 4vw 0 auto;
  }
  .list_single #flow_area .inner .flow_point {
    margin: 16.8vw auto 11.4666666667vw;
  }
  .list_single #flow_area .inner .flow_point .flow_point_list {
    width: 90.4vw;
    margin: 5.3333333333vw auto 0;
  }
  .list_single #flow_area .inner .flow_point .flow_point_list .flow_point_list_item {
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .list_single #flow_area .inner .flow_point .flow_point_list .flow_point_list_item .flow_point_list_item_img {
    width: 53.3333333333vw;
    margin: auto;
  }
  .list_single #flow_area .inner .flow_point .flow_point_list .flow_point_list_item h3 {
    font-size: 6.4vw;
    text-align: center;
  }
  .list_single #flow_area .inner .flow_point .flow_point_list .flow_point_list_item p {
    font-size: 3.4666666667vw;
    margin: 2.6666666667vw auto 0;
    line-height: 2;
  }
  .list_single #flow_area .inner .flow_point .flow_point_list .flow_point_list_item:nth-of-type(n + 2) {
    margin: 5.3333333333vw 0 0;
  }
  .list_single #flow_area .inner .flow_point .flow_point_list .flow_point_list_item:before {
    content: "";
    background: url(../img/list/flow_point_bg.svg) no-repeat;
    background-size: 100%;
    width: 68.8vw;
    height: 60.2666666667vw;
    bottom: 5.3333333333vw;
    right: 0;
    left: 0;
    margin: auto;
  }
  .list_single #work_area .inner {
    width: 90.4vw;
  }
  .list_single #work_area .inner .swiper_bg {
    padding: 3.7333333333vw 8vw;
    margin: 5.3333333333vw 0 0;
    border: 5px solid #4faccb;
  }
  .list_single #work_area .inner .swiper_bg .swiper-button-prev,
.list_single #work_area .inner .swiper_bg .swiper-button-next {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
  .list_single #work_area .inner .swiper_bg .swiper-button-prev:after,
.list_single #work_area .inner .swiper_bg .swiper-button-next:after {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
  .list_single #work_area .inner .swiper_bg .swiper-button-prev {
    left: -4vw;
  }
  .list_single #work_area .inner .swiper_bg .swiper-button-next {
    right: -4vw;
  }
  .list_single #work_area .inner .more {
    margin: 8vw 0 0;
    font-size: 4.8vw;
  }
  .list_single #work_area .inner .btn_black {
    margin: 8vw auto 0;
  }
  .list_single #work_area .inner .btn_black a {
    font-size: 4vw;
    padding-left: 10.6666666667vw;
    text-align: left;
  }
  .list_single #work_area .inner .btn_black a:after {
    right: 5vw;
  }
  .list_single #price_area .inner {
    width: 90.4vw;
  }
  .list_single #price_area .inner .sec_title_price span {
    font-size: 4.8vw;
    margin: 0 0 3.7333333333vw;
  }
  .list_single #price_area .inner .sec_title_price .sec_title_inner {
    font-size: 8vw;
    padding: 2.6666666667vw;
    line-height: 1.2;
  }
  .list_single #price_area .inner .price_img_wrapper {
    margin: 10.6666666667vw auto 0;
  }
  .list_single #price_area .inner .price_img_wrapper .price_img {
    width: 160vw;
    margin: 0 0 2.6666666667vw;
  }
  .list_single #price_area .inner .price_img_wrapper .price_btn {
    width: 34.6666666667vw;
    height: 44.2666666667vw;
    top: 34vw;
    left: 35vw;
    pointer-events: unset;
    z-index: 1;
  }
  .list_single #price_area .inner .price_img_wrapper::-webkit-scrollbar {
    height: 12px;
  }
  .list_single #price_area .inner .price_img_wrapper::-webkit-scrollbar-track {
    background: #c1c1c1;
    border-radius: 4px;
  }
  .list_single #price_area .inner .price_img_wrapper::-webkit-scrollbar-thumb {
    background: #4faccb;
    border-radius: 3px;
  }
  .list_single #price_area .inner .price_img_wrapper::-webkit-scrollbar-thumb:hover {
    background: #4faccb;
  }
  .list_single #price_area .inner .btn_black {
    margin: 8vw auto 0;
  }
  .list_single #price_area .inner .btn_black a {
    font-size: 4vw;
    padding-left: 5.3333333333vw;
    text-align: left;
  }
  .list_single #price_area .inner .btn_black a:after {
    right: 5vw;
  }
  .list_single #voice .inner .btn_black a {
    font-size: 4vw;
    text-align: left;
    padding-left: 16vw;
  }
  .list_single #voice .inner .btn_black a:before {
    display: none;
  }
  .list_single #voice .inner .btn_black a:after {
    right: 5vw;
  }
  .list_single #faq_area .inner .qa_list {
    width: 100%;
    margin: 6.4vw auto 0;
    padding: 5.3333333333vw 0;
  }
  .list_single #faq_area .inner .qa_list .qa_list_item .question {
    position: relative;
    padding: 4.2666666667vw 10.6666666667vw 4.2666666667vw 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .list_single #faq_area .inner .qa_list .qa_list_item .question .icon {
    right: 5vw;
    width: 16px;
    height: 16px;
  }
  .list_single #faq_area .inner .qa_list .qa_list_item .question .icon:before {
    width: 16px;
    height: 2px;
    top: 7px;
    left: 0;
  }
  .list_single #faq_area .inner .qa_list .qa_list_item .question .icon:after {
    width: 2px;
    height: 16px;
    top: 0;
    left: 7px;
  }
  .list_single #faq_area .inner .qa_list .qa_list_item .question.is-open + .answer {
    padding: 0 10.6666666667vw 5.3333333333vw 13.3333333333vw;
  }
  .list_single #faq_area .inner .qa_list .qa_list_item .question:before {
    content: "Q.";
    font-size: 5.3333333333vw;
    left: 2vw;
    top: 3vw;
  }
  .list_single #faq_area .inner .qa_list .qa_list_item .answer {
    padding: 0 10.6666666667vw 0 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .list_single #faq_area .inner .qa_list .qa_list_item .answer:before {
    content: "A.";
    font-size: 5.3333333333vw;
    left: 2vw;
    top: -1vw;
  }
  .list_archive_wrap .text {
    width: 90.4vw;
    margin: 11.7333333333vw auto 0;
    font-size: 3.7333333333vw;
  }
  .list_archive_wrap .text p + p {
    margin: 4vw 0 0;
  }
  .list_archive_wrap .list_archive_assistant .list_menu {
    margin: 8vw auto;
  }
  .list_archive_wrap .list_menu {
    width: 90.1333333333vw;
    margin: 8vw auto -8vw;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
  }
  .list_archive_wrap .list_menu .archive_nav {
    width: 100%;
  }
  .list_archive_wrap .list_menu .archive_nav .archive_nav_item .archive_nav_content.is-open {
    top: 8vw;
    padding: 5.3333333333vw 5.3333333333vw;
    z-index: 5;
  }
  .list_archive_wrap .list_menu .archive_nav .archive_nav_item .archive_nav_content.is-open ul li a {
    padding: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .list_archive_wrap .list_menu .archive_nav .archive_nav_item .archive_nav_button {
    padding: 2.1333333333vw;
    font-size: 4vw;
  }
  .list_archive_wrap .list_menu .archive_nav .archive_nav_item .archive_nav_button .icon {
    background: url(../img/list/list_archive_menu_arrow.svg) no-repeat;
    background-size: 100%;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    margin: 0 0 0 2.6666666667vw;
  }
  .list_archive_wrap .list_menu .archive_nav:nth-of-type(n + 2) {
    margin: 2.6666666667vw auto 0;
  }
  .list_archive_wrap .list_archive_inner {
    background: #f2f8f8;
    padding: 13.3333333333vw 0 14.9333333333vw;
    margin: 0 auto 20.2666666667vw;
  }
  .list_archive_wrap .list_archive_inner .archive_wrap .archive_item {
    width: 90.4vw;
    padding: 120px 0 0;
    margin: -90px auto 0;
  }
  .list_archive_wrap .list_archive_inner .archive_wrap .archive_item .archive_item_title {
    font-size: 5.3333333333vw;
    padding: 1.6vw 0;
  }
  .list_archive_wrap .list_archive_inner .archive_wrap .archive_item .archive_item_inner {
    padding: 5.3333333333vw;
  }
  .list_archive_wrap .list_archive_inner .archive_wrap .archive_item .archive_item_inner ul {
    display: block;
  }
  .list_archive_wrap .list_archive_inner .archive_wrap .archive_item .archive_item_inner ul li {
    width: 100%;
    font-size: 3.7333333333vw;
    padding: 0 0 0 6.1333333333vw;
  }
  .list_archive_wrap .list_archive_inner .archive_wrap .archive_item .archive_item_inner ul li small {
    font-size: 2.6666666667vw;
  }
  .list_archive_wrap .list_archive_inner .archive_wrap .archive_item .archive_item_inner ul li:before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
  .list_archive_wrap .list_archive_inner .archive_wrap .archive_item .archive_item_inner ul li:nth-of-type(n + 3) {
    margin: 2.6666666667vw 0 0;
  }
  .list_archive_wrap .list_archive_inner .archive_wrap .archive_item .archive_item_inner ul li:nth-of-type(n + 2) {
    margin: 2.6666666667vw 0 0;
  }
  .list_archive_wrap .list_archive_expert .list_archive_inner {
    margin: 0 auto 20.2666666667vw;
  }
}
/*footerCTA*/
/*--------------------------------
	contact
--------------------------------*/
#contact {
  background-image: url(../img_top/bg_contact.jpg);
  background-repeat: no-repeat;
  background-position: center -10px;
  background-size: cover;
  font-weight: bold;
  font-size: 18px;
  line-height: 2em;
  width: 100%;
  padding: 0;
}

#contact .inner {
  margin: 0 auto 60px;
  padding: 70px 0 70px;
  width: 90%;
  text-align: left;
  color: #FFFFFF;
  position: relative;
  max-width: 1200px;
}

#contact .inner p {
  font-weight: bold;
  font-size: 18px !important;
  line-height: 2em;
}

#contact .inner .inbox {
  position: relative;
  z-index: 10;
}

#contact .inner .photo {
  position: absolute;
  bottom: 40px;
  left: 45%;
  width: auto;
}

#contact .link {
  margin-top: 40px;
  font-weight: bold;
}

#contact .link a {
  display: inline-block;
  text-align: center;
  min-width: 210px;
  background-color: #eedc43;
  padding: 10px 40px;
  border-radius: 80px;
  width: auto;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  line-height: 2em;
  color: #1E1E1E;
  position: relative;
  border: 4px solid #eedc43;
  transition: 0.2s;
}

#contact .link a:after {
  content: " ";
  visibility: visible;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-image: url(../common2025/img/arrow01.png);
  background-size: cover;
}

#contact .link a:hover {
  background-color: #FFF;
}

#contact h3 {
  font-size: 45px;
  font-weight: 800;
  line-height: 1.6em;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #contact {
    background-image: url(../img_top/bg_contact_sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    font-weight: bold;
    font-size: 18px;
    line-height: 2em;
    margin-bottom: -35px;
  }
  #contact .inner {
    margin: 0 auto 60px;
    padding: 80px 0;
    width: 90%;
    text-align: center;
    font-size: 16px;
  }
  #contact .inner .photo {
    display: none;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: -10.5%;
  }
  #contact .inner .photo img {
    width: 100%;
    height: auto;
  }
  #contact h3 {
    font-size: 34px;
    font-weight: 800;
    line-height: 1.6em;
    padding-bottom: 20px;
    text-align: center;
  }
}
/*# sourceMappingURL=service_list.css.map */