@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
  --spLine: 767;

  --C-black: #000;
  --C-white: #fff;
  --C-green: #16a02c;
  --C-orange: #ff8000;
  --C-gray: #606060;
  --C-pGray: #e9e9e7;
}

/* ===============================
	site utility
 =============================== */
body *{ font-feature-settings: "palt" 1; -webkit-text-size-adjust: 100%; font-family: "Noto Sans JP", sans-serif;}
img { max-width: 100%; height: auto; vertical-align: middle;}
a { transition: 0.4s;}
a:hover { transition: 0.4s; opacity: 0.7;}
a:where(:not(.wp-element-button)) { text-decoration: none !important;}

/* 最大width幅 */
.w1070,.w1080,.w1920 {max-width: 100%;}
.w1070 {width: calc(1070px + (30px * 2));}
.w1080 {width: calc(1080px + (30px * 2));}
.w1920 {width: calc(1920px + (30px * 2));}

/* ===============================
	mv
 =============================== */
#mv {
  padding-top: 62px;
  margin-bottom: 58px;
}
@media screen and (max-width: 750px) {
  #mv {
    padding-top: 19.2vw;
    margin-bottom: 1.86666666666667vw;
  }
}

/* ===============================
	contact_area
 =============================== */
.contact_area {
  background: var(--C-green);
  padding-top: 84px;
  padding-bottom: 74px;
}
.contact_area .wrap {
  position: relative;
}
.contact_area ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 28px;
}
.contact_area .contact_img {
  position: absolute;
  bottom: -76px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .contact_area {
    text-align: center;
    padding-top: 5.06666666666667vw;
    padding-bottom: 6.4vw;
  }
  .contact_area .wrap {
    overflow: visible;
  }
  .contact_area picture img {
    width: 61.73333333333333vw;
  }
  .contact_area ul {
    margin-top: 1.86666666666667vw;
  }
  .contact_area ul img {
    width: 40.26666666666667vw;
  }
  .contact_area .contact_img {
    width: 14.4vw;
    height: 12.8vw;
    bottom: -6.5vw;
  }
}

/* ===============================
	section_1
 =============================== */
#section_1 {
  padding-top: 112px;
  padding-bottom: 18px;
}
#section_1 .title {
  margin-bottom: 28px;
}
#section_1 p {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 2.333333333333333;
  color: var(--C-gray);
  margin-top: 14px;
  margin-bottom: 24px;
}
#section_1 picture:has(.img_1) {
  display: flex;
  justify-content: center;
}
#section_1 .img_1 {
  width: 197.962962962963%;
  max-width: none;
}
@media screen and (max-width: 750px) {
  #section_1 {
    padding-top: 13.06666666666667vw;
    padding-bottom: 8vw;
  }
  #section_1 .title {
    margin-bottom: 4.26666666666667vw;
  }
  #section_1 .title img {
    width: 62.13333333333333vw;
  }
  #section_1 p {
    font-size: 3.466666666666667vw;
    line-height: 2.130434782608696;
    margin-top: 2.66666666666667vw;
    margin-bottom: 4.53333333333333vw;
  }
  #section_1 .img_1 {
    width: calc(100% + (6.66666666666667vw * 2));
  }
}

/* ===============================
	section_2
 =============================== */
#section_2 {
  padding-bottom: 320px;
}
#section_2 .wrap {
  position: relative;
}
#section_2 .w1920::after {
  content: '';
  width: 100%;
  height: 100%;
  background: var(--C-pGray);
  border-radius: 10000px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
#section_2 .title {
  padding-top: 242px;
  margin-bottom: 44px;
}
#section_2 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px 86px;
}
#section_2 ul li {
  width: calc((100% - 86px) / 2);
}
#section_2 ul + div {
  margin-top: 70px;
  padding-bottom: 204px;
}
#section_2 .img_1 {
  position: absolute;
  bottom: -222px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 750px) {
  #section_2 {
    padding-bottom: 28.26666666666667vw;
  }
  #section_2 .wrap {
    overflow: visible;
  }
  #section_2 .title {
    padding-top: 17.33333333333333vw;
    margin-bottom: 5.86666666666667vw;
  }
  #section_2 .title img {
    width: 47.2vw;
  }
  #section_2 ul {
    flex-direction: column;
    gap: 10.13333333333333vw 0;
  }
  #section_2 ul li {
    width: 100%;
  }
  #section_2 ul li img {
    width: auto;
    height: 68.13333333333333vw;
  }
  #section_2 ul + div {
    margin-top: 10.66666666666667vw;
    padding-bottom: 20vw;
  }
  #section_2 ul + div img {
    width: 61.33333333333333vw;
  }
  #section_2 .img_1 {
    width: 35.2vw;
    bottom: -17.33333333333333vw;
  }
}

/* ===============================
	section_3
 =============================== */
#section_3 {
  background: var(--C-pGray);
  padding-top: 158px;
  padding-bottom: 330px;
}
#section_3 .title {
  margin-bottom: 56px;
}
#section_3 ul {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
#section_3 li {
  position: relative;
  display: flex;
  justify-content: center;
}
#section_3 .list_img {
  width: 1079px;
  max-width: none;
}
#section_3 .list_txt {
  width: 34.90740740740741%;
  height: fit-content;
  text-align: left;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#section_3 li:nth-child(odd) .list_txt {
  left: 57.40740740740741%;
}
#section_3 li:nth-child(even) .list_txt {
  left: 8.88888888888889%;
}
#section_3 .list_txt p {
  font-size: clamp(15px,21 / 1080 * 100vw,21px);
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 2.333333333333333;
  color: var(--C-white);
}
#section_3 .list_txt p.list_title {
  font-size: clamp(24px,32 / 1080 * 100vw,32px);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
#section_3 li .img_1 {
  position: absolute;
}
#section_3 li:nth-child(1) .img_1 {
  bottom: 6px;
  right: -112px;
}
#section_3 li:nth-child(2) .img_1 {
  bottom: -68px;
  left: -204px;
}
#section_3 li:nth-child(3) .img_1 {
  bottom: -148px;
  right: -188px;
}
#section_3 li:nth-child(4) .img_1 {
  top: -68px;
  left: -16px;
}
#section_3 li:nth-child(5) .img_1 {
  bottom: -66px;
  right: -30px;
}
@media screen and (max-width: 1080px) {
  #section_3 .list_txt {
    width: calc(34.90740740740741% + 30px);
  }
  #section_3 li:nth-child(even) .list_txt {
    left: calc(8.88888888888889% - 30px);
  }
  #section_3 li:nth-child(odd) .list_txt {
    left: calc(57.40740740740741% + 30px);
  }
}
@media screen and (max-width: 750px) {
  #section_3 {
    padding-top: 13.33333333333333vw;
    padding-bottom: 29.33333333333333vw;
  }
  #section_3 .wrap {
    overflow: visible;
  }
  #section_3 .wrap_inner {
    padding: 0 2.666667vw;
  }
  #section_3 .title {
    margin-bottom: 2.4vw;
  }
  #section_3 .title img {
    width: 45.46666666666667vw;
  }
  #section_3 ul {
    gap: 11.73333333333333vw;
  }
  #section_3 .list_img {
    width: 121.8666666666667vw;
  }
  #section_3 li:nth-of-type(5) .list_img {
    width: 126vw;
  }
  #section_3 .list_txt {
    /* width: 38%; */
    width: 42%;
    padding-bottom: 3vw;
  }
  #section_3 li:nth-child(odd) .list_txt {
    left: auto;
    right: -1vw;
  }
  #section_3 li:last-child .list_txt {
    left: auto;
    right: 1vw;
  }
  #section_3 li:nth-child(even) .list_txt {
    left: 0;
  }
  #section_3 .list_txt p {
    font-size: 3.3333vw;
    line-height: 1.32;
    text-align: justify;
  }
  #section_3 .list_txt p.list_title {
    font-size: 4vw;
    letter-spacing: 0.01em;
    text-align: center;
    margin-bottom: 1.33333333333333vw;
  }
  #section_3 li:nth-child(1) .img_1 {
    width: 22.4vw;
    bottom: -6.66666666666667vw;
    right: auto;
    left: 4.53333333333333vw;
  }
  #section_3 li:nth-child(2) .img_1 {
    width: 27.73333333333333vw;
    bottom: -8vw;
    left: auto;
    right: 6.93333333333333vw;
  }
  #section_3 li:nth-child(3) .img_1 {
    width: 25.2vw;
    bottom: -9.33333333333333vw;
    right: auto;
    left: 8vw;
  }
  #section_3 li:nth-child(4) .img_1 {
    width: 19.33333333333333vw;
    top: auto;
    bottom: -3.2vw;
    left: auto;
    right: -.53333333333333vw;
  }
  #section_3 li:nth-child(5) .img_1 {
    width: 31.73333333333333vw;
    bottom: -4.26666666666667vw;
    right: 0;
    left: 6.66666666666667vw;
  }
}

/* ===============================
	section_4
 =============================== */
#section_4 {
  position: relative;
  padding-top: 108px;
  padding-bottom: 36px;
}
#section_4::before,
#section_4::after {
  content: '';
  width: 100%;
  height: 200px;
  background: url(../img/sec_4_bg.svg) repeat-x;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
}
#section_4::before {
  background-position: bottom -50%;
  top: -200px;
  transform: rotate(180deg);
}
#section_4::after {
  background-position: top -50%;
  bottom: -200px;
}
#section_4 .title {
  margin-bottom: 58px;
}
#section_4 .splide {
  margin: auto;
  margin-top: 56px;
}
#section_4 .splide__pagination li button {
  width: 22px;
  height: 22px;
  background: var(--C-pGray);
  border-radius: 100px;
}
#section_4 .splide__pagination {
  gap: 32px;
  margin-top: 62px;
}
#section_4 .splide__pagination li button.is-active {
  background: var(--C-green);
}
@media screen and (max-width: 750px) {
  #section_4 {
    padding-top: 15.6vw;
    padding-bottom: 10.13333333333333vw;
  }
  #section_4::before,
  #section_4::after {
    height: 10.4vw;
  }
  #section_4::before {
    top: -10.4vw;
  }
  #section_4::after {
    bottom: -10.4vw;
  }
  #section_4 .title {
    margin-bottom: 5.33333333333333vw;
  }
  #section_4 .splide {
    margin-top: 6.66666666666667vw;
  }
  #section_4 .splide__pagination li button {
    width: 2.93333333333333vw;
    height: 2.93333333333333vw;
  }
  #section_4 .splide__pagination {
    gap: 4.8vw;
    margin-top: 9.86666666666667vw;
  }
}

/* ===============================
	section_5
 =============================== */
#section_5 {
  background: var(--C-pGray);
  padding-top: 338px;
  padding-bottom: 128px;
}
#section_5 .title {
  margin-bottom: 30px;
}
#section_5 ul {
  display: flex;
  flex-direction: column;
  gap: 82px;
}
@media screen and (max-width: 750px) {
  #section_5 {
    padding-top: 30.13333333333333vw;
    padding-bottom: 12.8vw;
  }
  #section_5 .title {
    margin-bottom: 5.33333333333333vw;
  }
  #section_5 .title img {
    width: 53.06666666666667vw;
  }
  #section_5 ul {
    gap: 7.46666666666667vw;
  }
}

/* ===============================
	section_6
 =============================== */
#section_6 {
  padding-top: 86px;
  padding-bottom: 100px;
}
#section_6 .title {
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
}
#section_6 ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#section_6 li {
  width: 41.11111111111111%;
}
@media screen and (max-width: 750px) {
  #section_6 {
    padding-top: 13.33333333333333vw;
    padding-bottom: 7.73333333333333vw;
  }
  #section_6 .wrap {
    overflow: visible;
    padding: 0;
  }
  #section_6 .title {
    position: relative;
    top: 0;
    margin-bottom: 3.2vw;
  }
  #section_6 .title img {
    width: 34.66666666666667vw;
  }
  #section_6 ul {
    flex-direction: column;
    gap: 16.53333333333333vw;
  }
  #section_6 li {
    width: 100vw;
  }
  #section_6 li img {
    width: 100%;
  }
}

/* ===============================
	section_7
 =============================== */
#section_7 {
  background: url(../img/sec_7_bg.svg) bottom center no-repeat;
  background-size: cover;
  padding-top: 210px;
  padding-bottom: 54px;
}
#section_7 .title {
  margin-bottom: 46px;
}
#section_7 .flow_list {
  position: relative;
}
#section_7 .flow_list a {
  display: none;
}
@media screen and (min-width: 1982px) {
  #section_7 {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 750px) {
  #section_7 {
    background: var(--C-pGray);
    position: relative;
    padding-top: 0;
    padding-bottom: 11.73333333333333vw;
    margin-top: 28vw;
  }
  #section_7::before {
    content: '';
    width: 100%;
    height: 23.2vw;
    background: url(../img/sec_7_bg_sp.webp) bottom center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -23.2vw;
    left: 0;
    right: 0;
  }
  #section_7 .wrap {
    padding: 0;
  }
  #section_7 .title {
    margin-bottom: 2.13333333333333vw;
  }
  #section_7 .title img {
    width: 41.2vw;
  }
  #section_7 .flow_list a {
    content: '';
    width: 15.6vw;
    height: 15.6vw;
    position: absolute;
    top: 54.4vw;
    display: block;
  }
  #section_7 .flow_list a.tel {
    left: 29vw;
  }
  #section_7 .flow_list a.mail {
    right: 26.4vw;
  }
  #section_7 .flow_list img {
    width: 92.4vw;
  }
}

/* ===============================
	section_8
 =============================== */
#section_8 {
  padding-top: 168px;
}
#section_8 .title {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  #section_8 {
    padding-top: 14.13333333333333vw;
  }
  #section_8 .wrap {
    padding: 0;
  }
  #section_8 .title {
    margin-bottom: 4.53333333333333vw;
  }
  #section_8 .title img {
    width: 33.33333333333333vw;
  }
  #section_8 .title + picture img {
    width: 100%;
  }
}

/* ===============================
	section_9
 =============================== */
#section_9 {
  padding-top: 148px;
}
#section_9 .title {
  margin-bottom: 42px;
}
#section_9 .title + picture {
  display: block;
  margin-bottom: 46px;
}
.accordion .toggle {
	display: none;
}
.accordion .Label {
	font-size: 20px;
	font-weight: 500;
	background-color: var(--C-white);
  border: var(--C-green) 3px solid;
  border-radius: 12px;
	position: relative;
	display: flex;
	align-items: center;
	z-index: +1;
	margin-bottom: -40px;
	cursor: pointer;
}
.accordion .Label .wrap {
  width: calc(100% - (15.51401869158879% * 2));
}
.accordion .Label .faq_title + p {
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0.15em;
  text-align: left;
	margin: 40px 0;
}
.accordion .Label .faq_title + p::before {
  content: '';
  width: 26px;
  height: 29px;
  background: url(../img/sec_9_title_green.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15.63342318059299%;
  margin: auto;
}
.accordion .Label .faq_title {
	content: '';
  background: var(--C-green);
  height: calc(tan(60deg) * 26px / 2);
  width: 30px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	top: 0;
	bottom: 0;
  right: -18.05929919137466%;
	margin: auto;
	transition: 0.5s;
}
.accordion .Label,
.accordion .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: 0.5s;
}
.accordion .content {
	height: 0;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #fff;
  border: var(--C-green) 3px solid;
	border-radius: 12px;
	padding: 0 32px;
  margin-bottom: 66px;
}
.accordion:last-child .content {
	margin-bottom: 35px;
}
.accordion .content p {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.526315789473684;
  text-align: left;
}

/* open */
.accordion .toggle:checked+.Label {
  background: url(../img/sec_9_bg.webp) center no-repeat;
  background-size: cover;
  border-color: #90c31f;
  border-radius: 12px 12px 0 0;
}
.accordion .toggle:checked+.Label+.content {
	height: auto;
	transition: .5s;
  padding: 46px;
  padding-top: 60px;
  margin-bottom: 30px;
}
.accordion .toggle:checked+.Label+.content img {
	opacity: 1;
}
.accordion .toggle:checked+.Label .faq_title {
  background: var(--C-white);
	rotate: 180deg;
}
.accordion .toggle:checked+ .Label .faq_title + p {
  color: var(--C-white);
}
.accordion .toggle:checked+ .Label .faq_title + p::before {
  background-image: url(../img/sec_9_title_white.svg);
}
@media screen and (max-width: 750px) {
  #section_9 {
    padding-top: 20.8vw;
  }
  #section_9 .title {
    margin-bottom: 4.26666666666667vw;
  }
  #section_9 .title img {
    width: 38vw;
  }
  #section_9 .title + picture {
    margin-bottom: 4.8vw;
  }
  #section_9 .title + picture img {
    width: 54.66666666666667vw;
  }
  .accordion .Label {
    border-radius: 1.6vw;
    margin-bottom: -10vw;
  }
  .accordion .Label .wrap {
    width: calc(100% - (12vw * 2));
    overflow: visible;
  }
  .accordion .Label .faq_title + p {
    font-size: 3.33333333333333vw;
    margin: 2.93333333333333vw 0 2.4vw;
  }
  .accordion .Label .faq_title + p::before {
    width: 3.46666666666667vw;
    height: 3.86666666666667vw;
    left: -6.93333333333333vw;
  }
  .accordion .Label .faq_title {
    height: calc(tan(60deg) * 3.46666666666667vw / 2);
    width: 4vw;
    right: -7.73333333333333vw;
  }
  .accordion .content {
    border-radius: 1.6vw;
    margin-bottom: 12.26666666666667vw;
  }
  .accordion:last-child .content {
    margin-bottom: 8.8vw;
  }
  .accordion .content p {
    font-size: 3.33333333333333vw;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.16;
  }

  /* open */
  .accordion .toggle:checked+.Label {
    border-radius: 1.6vw 1.6vw 0 0;
  }
  .accordion .toggle:checked+.Label+.content {
    padding: 0 4.26666666666667vw 5.6vw;
    padding-top: 12.73333333333333vw;
    margin-bottom: 4.26666666666667vw;
  }
}

/* ===============================
	section_10
 =============================== */
#section_10 {
  padding-top: 102px;
  padding-bottom: 18px;
}
#section_10 .title {
  margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
  #section_10 {
    padding-top: 16vw;
    padding-bottom: 4.26666666666667vw;
  }
  #section_10 .title {
    margin-bottom: 2.13333333333333vw;
  }
  #section_10 .title img {
    width: 45.73333333333333vw;
  }
  #section_10 .title + picture img {
    width: 57.33333333333333vw;
  }
}

/* ===============================
	contact
 =============================== */
#contact {
  background: var(--C-pGray);
  padding-top: 146px;
  padding-bottom: 146px;
}
#contact dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 42px 40px;
}
#contact dt {
  width: 270px;
  padding-top: 12px;
}
#contact dt .title {
  width: 184px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
#contact dt.req .title::after {
  content: '必須';
  font-size: 18px;
  color: var(--C-white);
  background: var(--C-green);
  width: 50px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -86px;
}
#contact dt span {
  font-size: 20px;
  font-weight: 500;
}
#contact dd {
  width: 696px;
}
#contact dd * {
  font-size: 17px;
  text-align: left;
}
#contact dd input,
#contact dd select,
#contact dd textarea {
  background: var(--C-white);
  border-radius: 6px;
  padding: 15px;
}
#contact dd .select_1 {
  position: relative;
}
#contact dd .select_1::after {
  content: '';
  width: 14px;
  height: 8px;
  background: url(../img/form_arrow.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
}
#contact dd textarea {
  line-height: 1.6;
  height: 258px;
}
@media screen and (max-width: 750px) {
  #contact {
    padding-top: 12vw;
    padding-bottom: 0;
  }
  #contact dl {
    gap: 1.06666666666667vw;
  }
  #contact dt {
    width: calc(28.26666666666667vw + 8vw);
    padding-top: 0;
  }
  #contact dt:not(:first-child) {
    margin-top: 2.66666666666667vw;
  }
  #contact dt .title {
    width: 28.26666666666667vw;
  }
  #contact dt.req .title::after {
    font-size: 2.4vw;
    width: 6.66666666666667vw;
    height: 3.46666666666667vw;
    right: -8vw;
  }
  #contact dt span {
    font-size: 3.06666666666667vw;
  }
  #contact dd {
    width: 100%;
  }
  #contact dd * {
    font-size: 16px;
  }
  #contact dd input,
  #contact dd select,
  #contact dd textarea {
    padding: 2.13333333333333vw;
  }
  #contact dd .select_1::after {
    width: 1.86666666666667vw;
    height: 1.06666666666667vw;
    right: 2.93333333333333vw;
  }
  #contact dd textarea {
    height: 34.4vw;
  }
}

.form_consent {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 66px;
}
.form_consent * {
  font-size: 16px;
  letter-spacing: 0.445em;
}
.form_consent span {
  display: inherit;
  margin-bottom: 14px;
}
.form_consent label {
  cursor: pointer;
}
.form_consent input {
  width: 16px;
  height: 16px;
  background: var(--C-white);
  accent-color: var(--C-green);
}
.form_consent a {
  padding-bottom: 4px;
  border-bottom: var(--C-black) 1px solid;
  display: inline-block;
}
.form_consent .mwform-checkbox-field-text {
  display: none;
}
@media screen and (max-width: 750px) {
  .form_consent {
    margin-top: 4vw;
    margin-bottom: 6.93333333333333vw;
  }
  .form_consent * {
    font-size: 2.66666666666667vw;
  }
  .form_consent span {
    letter-spacing: 0;
    margin-bottom: 1.86666666666667vw;
  }
}

#contact .form_btn_area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
#contact input[type="submit"] {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.13em;
  color: var(--C-white);
  background: url(../img/btn_arrow.svg) center right 30px no-repeat;
  background-size: 15px 23px;
  background-color: var(--C-green);
  border-radius: 100px;
  border: var(--C-green) 4px solid;
  width: 312px;
  height: 78px;
  position: relative;
  transition: 0.4s;
}
#contact input[type="submit"]:hover {
  opacity: .7;
}
#contact .form_btn_area .backBtn {
  background-color: var(--C-gray);
  border-color: var(--C-gray);
}
@media screen and (max-width: 750px) {
  #contact .form_btn_area {
    gap: 5vw;
  }
  #contact input[type="submit"] {
    font-size: 4vw;
    background-position: center right calc(5.33333333333333vw - 4px);
    background-size: 2.8vw 4vw;
    width: 57.33333333333333vw;
    height: 14.4vw;
  }
}

/* ===============================
	contact_error
 =============================== */
.mw_wp_form .error {
  font-size: 15px !important;
  font-weight: 500;
  color: var(--C-orange) !important;
  text-align: left;
  display: block;
  margin-top: 10px;
}
.form_consent .error {
  text-align: center !important;
}
@media screen and (max-width: 750px) {
  .mw_wp_form .error {
    font-size: 3vw !important;
    margin-top: 1vw;
  }
}

/* ===============================
	contact_confirm
 =============================== */
.mw_wp_form_confirm dl {
  margin-bottom: 66px;
}
.mw_wp_form_confirm dd {
  font-size: 17px;
  line-height: 1.6;
  text-align: left;
}
.mw_wp_form_confirm #contact dd .select_1::after {
  background: none;
}
.mw_wp_form_confirm #contact dt {
  padding-top: 0;
}
.mw_wp_form_confirm .form_consent {
  display: none;
}
@media screen and (max-width: 750px) {
  .mw_wp_form_confirm dl {
    gap: 6vw 4vw;
    margin-bottom: 6.93333333333333vw;
  }
  .mw_wp_form_confirm dt:not(:first-child) {
    margin-top: 1vw;
  }
  .mw_wp_form_confirm dd {
    /* font-size: 3vw; */
    font-size: 16px;
    width: calc((100% - (28.26666666666667vw + 8vw)) - 4vw);
  }
}

/* ===============================
	thanks
 =============================== */
#contact .thanks {
  text-align: center;
}
#contact .thanks .title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
#contact .thanks .title span {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--C-green);
  display: block;
  margin-bottom: 10px;
}
#contact .thanks p {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  #contact.thanks_wrap {
    padding-top: 20vw;
    padding-bottom: 14vw;
  }
  #contact .thanks .title {
    font-size: 6vw;
    line-height: 1.4;
    margin-bottom: 6vw;
  }
  #contact .thanks .title span {
    font-size: 10vw;
    margin-bottom: 1vw;
  }
  #contact .thanks p {
    font-size: 3vw;
  }
}

/* ===============================
	section_11
 =============================== */
#section_11 {
  padding-top: 112px;
}
#section_11 .company_con {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 62px;
  margin-bottom: 138px;
}
#section_11 .company_con .img {
  position: relative;
  width: calc(100% - (60px + 350px));
  min-width: 300px;
}
#section_11 .company_con .img_1 {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#section_11 .company_con .img_2 {
  width: 33.33333333333333%;
  position: absolute;
  bottom: -60px;
  right: -20px;
}
#section_11 .company_con .txt {
  width: 350px;
}
#section_11 .company_con .txt dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:  22px 20px;
  margin-bottom: 46px;
}
#section_11 .company_con .txt dl * {
  font-size: 19px;
  line-height: 1.236842105263158;
  text-align: left;
}
#section_11 .company_con .txt dt {
  min-width: 8ch;
}
#section_11 .company_con .txt dd {
  width: 238px;
}
#section_11 .company_con .txt .btn {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.13em;
  color: var(--C-white);
  background: url(../img/btn_arrow.svg) center right 30px no-repeat;
  background-size: 15px 23px;
  background-color: var(--C-green);
  border-radius: 100px;
  border: var(--C-green) 4px solid;
  width: 312px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.4s;
}
#section_11 .company_con .txt .btn:hover {
  opacity: .7;
}
#section_11 .kyoka {
  padding-bottom: 124px;
}
#section_11 .kyoka .title {
  margin-bottom: 24px;
}
#section_11 .kyoka ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
#section_11 .kyoka li {
  font-size: 19px;
}
@media screen and (max-width: 750px) {
  #section_11 {
    background: var(--C-pGray);
    padding-top: 21.06666666666667vw;
  }
  #section_11 .title img {
    width: 28.53333333333333vw;
  }
  #section_11 .company_con {
    flex-direction: column;
    gap: 5.06666666666667vw;
    margin-top: 6.66666666666667vw;
    margin-bottom: 16.53333333333333vw;
  }
  #section_11 .company_con .img {
    width: 100%;
  }
  #section_11 .company_con .img_2 {
    width: 31.06060606060606%;
    bottom: -10.93333333333333vw;
    right: -3.33333333333333vw;
  }
  #section_11 .company_con .txt {
    width: 100%;
  }
  #section_11 .company_con .txt dl {
    width: 60vw;
    margin: auto;
    gap: 3.2vw 1ch;
    margin-bottom: 7.73333333333333vw;
  }
  #section_11 .company_con .txt dl * {
    font-size: 3.3333vw;
    line-height: 1.119047619047619;
  }
  #section_11 .company_con .txt dt {
    min-width: 8ch;
  }
  #section_11 .company_con .txt dd {
    width: calc(100% - 10ch);
  }
  #section_11 .company_con .txt .btn {
    font-size: 4vw;
    background-position: center right calc(5.33333333333333vw - 4px);
    background-size: 2.8vw 4vw;
    width: 57.33333333333333vw;
    height: 14.4vw;
    margin: auto;
  }
  #section_11 .kyoka {
    background: var(--C-white);
    padding-top: 10.66666666666667vw;
    padding-bottom: 11.73333333333333vw;
  }
  #section_11 .kyoka .title {
    margin-bottom: 24px;
  }
  #section_11 .kyoka .title img {
    width: 13.33333333333333vw;
  }
  #section_11 .kyoka ul {
    gap: 2.4vw;
  }
  #section_11 .kyoka li {
    font-size: 2.8vw;
    letter-spacing: -0.2vw;
  }
}