@font-face {
  font-family: "NotoSansJP";
  src: url(../fonts/NotoSansJP-VariableFont_wght.ttf) format(truetype);
}
body {
  font-weight: 400;
  line-height: 1.55;
  font-family: "NotoSansJP";
}

img {
  max-width: 100%;
  height: auto;
}

a, button, input[type=submit] {
  transition: all 0.5s;
}
a:hover, button:hover, input[type=submit]:hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.italic {
  font-style: italic;
}

.black {
  font-weight: 900;
}

.exbold {
  font-weight: 800;
}

.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
}

.f-22 {
  font-size: 22px;
}

.f-24 {
  font-size: 24px;
}

.f-25 {
  font-size: 25px;
}

.f-26 {
  font-size: 26px;
}

.f-28 {
  font-size: 28px;
}

.f-30 {
  font-size: 30px;
}

.f-32 {
  font-size: 32px;
}

.f-35 {
  font-size: 35px;
}

.f-34 {
  font-size: 34px;
}

.f-38 {
  font-size: 38px;
}

.f-40 {
  font-size: 40px;
}

.f-50 {
  font-size: 50px;
}

.f-60 {
  font-size: 60px;
}

.white {
  color: #fff;
}

.orange {
  color: #F6931B;
}

.blue {
  color: #1bb4f6;
}

.xs,
.sp,
.tab,
.pc,
.xl {
  display: none;
}

@media screen and (max-width: 359px) {
  .xs {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .tab {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .pc {
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  .xl {
    display: block;
  }
}
.section-title {
  font-style: italic;
  font-weight: 800;
  font-size: clamp(30px, 9.688vw, 35px);
  line-height: 1.43;
  color: #F6931B;
  text-align: center;
  text-shadow: 4px 4px 0px #fff, -4px 4px 0px #fff, 4px -4px 0px #fff, -4px -4px 0px #fff, 4px 0px 0px #fff, 0px 4px 0px #fff, -4px 0px 0px #fff, 0px -4px 0px #fff, 6px 6px 0 #F6931B;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 45px;
  }
}

.section-title-large {
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .section-title-large {
    font-size: 55px;
  }
}

.sub-title {
  width: min(275px, 100%);
  height: 40px;
  padding-left: 13px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: clamp(20px, 6.25vw, 25px);
  color: #fff;
  background: #F6931B;
}
@media screen and (min-width: 768px) {
  .sub-title {
    width: 100%;
    padding-left: 20px;
    font-size: 25px;
  }
}

.btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(260px, 100%);
  height: 55px;
  padding: 0 20px;
  border-radius: 40px;
  box-shadow: inset 2px 2px 4px 0 rgba(48, 48, 48, 0.25), 0 4px 4px 0 rgba(48, 48, 48, 0.25);
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .btn {
    width: 380px;
    height: 80px;
    padding: 0 40px;
    font-size: 25px;
  }
}
.btn::before, .btn::after {
  content: "";
}

.flt-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  box-shadow: inset 2px 2px 4px 0 rgba(48, 48, 48, 0.25);
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
.flt-btn.tel-btn::before {
  width: 19px;
  height: 19px;
  content: "";
}
.flt-btn.mail-btn::before {
  width: 29px;
  height: 29px;
  content: "";
}

.tel-btn {
  background: linear-gradient(rgba(255, 196, 124, 0.98), #F6931B);
}
.tel-btn::before {
  width: 25px;
  height: 25px;
  background: url(../images/Glyph.webp);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .tel-btn::before {
    width: 37px;
    height: 37px;
  }
}
.tel-btn::after {
  width: 12px;
  height: 12px;
  background: url(../images/Polygon.png);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .tel-btn::after {
    width: 18px;
    height: 18px;
  }
}

.mail-btn {
  background: linear-gradient(rgba(254, 156, 126, 0.98), #E04617);
}
.mail-btn::before {
  width: 32px;
  height: 32px;
  background: url(../images/Mail.webp);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .mail-btn::before {
    width: 53px;
    height: 53px;
  }
}
.mail-btn::after {
  width: 12px;
  height: 12px;
  background: url(../images/Polygon.png);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .mail-btn::after {
    width: 18px;
    height: 18px;
  }
}

.tel-btn-small {
  width: 198px;
  height: 42px;
  padding: 0 20px;
  font-size: 14px;
}
.tel-btn-small::before {
  width: 20px;
  height: 20px;
}
.tel-btn-small::after {
  width: 10px;
  height: 10px;
}

.mail-btn-small {
  width: 198px;
  height: 42px;
  padding: 0 20px;
  font-size: 14px;
}
.mail-btn-small::before {
  width: 29px;
  height: 29px;
}
.mail-btn-small::after {
  width: 10px;
  height: 10px;
}

.section-left {
  padding: 40px 30px 30px 0;
}
@media screen and (min-width: 768px) {
  .section-left {
    padding: 70px 30px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .section-left {
    padding-right: 15.278vw;
  }
}
.section-left .inner-left {
  background: #fff;
  border-radius: 0 30px 30px 0;
  padding: 40px 27px 40px 57px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .section-left .inner-left {
    padding: 58px 50px 70px 50px;
  }
}
@media screen and (min-width: 1400px) {
  .section-left .inner-left {
    padding-left: calc(15.278vw + 50px);
  }
}

.section-container {
  margin: 30px auto 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1200px) {
  .section-container {
    margin-top: 60px;
    flex-direction: row;
    justify-content: center;
    align-items: start;
  }
}
.section-container img {
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .section-container img {
    margin: 0;
    width: min(372px, 100%);
  }
}

.section-right {
  padding: 40px 0 30px 30px;
}
@media screen and (min-width: 768px) {
  .section-right {
    padding: 70px 0 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .section-right {
    padding-left: 15.278vw;
  }
}
.section-right .inner-right {
  background: #fff;
  border-radius: 30px 0 0 30px;
  padding: 40px 57px 40px 26px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .section-right .inner-right {
    padding: 58px 50px 70px 50px;
  }
}
@media screen and (min-width: 1400px) {
  .section-right .inner-right {
    padding-right: calc(15.278vw + 50px);
  }
}

main {
  background: #F6931B;
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  box-shadow: 2px 2px 4px rgba(48, 48, 48, 0.25);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  header {
    height: 70px;
    padding: 0 50px;
  }
}
header .inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  header .inner {
    width: min(100%, 1000px);
    justify-content: space-between;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  header .inner h1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  header .inner .contact-box {
    display: flex;
    gap: 30px;
  }
}

.section01 {
  padding-bottom: 36px;
  background-image: linear-gradient(to right, #fff 24px, transparent 24px);
  background-size: 38px 6px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (min-width: 768px) {
  .section01 {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 1200px) {
  .section01 {
    flex-direction: row-reverse;
    justify-content: center;
  }
}
.section01 .img-box {
  width: min(574px, 100%);
  padding: 14px 12px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .section01 .img-box {
    margin: 0 auto;
    padding-bottom: 0;
  }
  .section01 .img-box::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 101px;
    height: 135px;
    background: url(../images/img02.webp);
    background-size: cover;
  }
}
@media screen and (min-width: 1200px) {
  .section01 .img-box {
    margin: 0;
  }
  .section01 .img-box::after {
    display: none;
  }
}
.section01 .img-box .hero-img {
  display: block;
}
@media screen and (min-width: 1200px) {
  .section01 .img-box .hero-img {
    padding-top: 34px;
    padding-left: 0;
  }
}
.section01 .img-box .text01 {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(48, 48, 48, 0.25);
}
.section01 .contents {
  width: min(670px, 100%);
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section01 .contents {
    padding: 80px 50px 0;
  }
}
@media screen and (min-width: 1200px) {
  .section01 .contents {
    padding: 50px 0 0;
    margin: 0;
  }
  .section01 .contents::after {
    position: absolute;
    top: 34px;
    right: -30px;
    content: "";
    width: 101px;
    height: 135px;
    background: url(../images/img02.webp);
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .section01 .contents .text01 {
    text-align: center;
  }
}
.section01 .contents .container01 {
  margin-top: -8px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
  position: relative;
}
.section01 .contents .container01::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .section01 .contents .container01 {
    margin: 11px auto 0;
  }
}
.section01 .contents .container01 .box {
  clip-path: polygon(13% 0%, 100% 0%, 87% 100%, 0% 100%);
  background: #fff;
  padding: 8px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section01 .contents .container01 .box .text02 {
    font-size: 40px;
  }
}
.section01 .contents h2 {
  margin-top: 8px;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(48, 48, 48, 0.25);
}
@media screen and (min-width: 768px) {
  .section01 .contents h2 {
    margin: 11px auto 0;
  }
}
.section01 .contents .container02 {
  margin: 10px auto 0;
  width: min(558px, 100%);
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.section01 .contents .container02 .box {
  position: relative;
  width: 94px;
}
@media screen and (min-width: 768px) {
  .section01 .contents .container02 .box {
    width: 180px;
  }
}
.section01 .contents .container02 .box .img {
  width: 100%;
}
.section01 .contents .container02 .box .text03 {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -57%);
  width: 100%;
  line-height: 1.1;
}
.section01 .contents .container02 .box .text03 .point {
  display: inline-block;
  line-height: 0.7;
}

.section02 {
  text-align: center;
}
.section02 .inner {
  position: relative;
}
.section02 .inner .text05 {
  margin-top: 8px;
  line-height: 44px;
}
@media screen and (min-width: 768px) {
  .section02 .inner .text05 {
    margin-top: 0;
  }
}
.section02 .inner .btn02 {
  margin: 30px auto 0;
}
.section02 .inner::after {
  position: absolute;
  bottom: -30px;
  right: -15px;
  width: 122px;
  height: 163px;
  content: "";
  background: url(../images/img02.webp) no-repeat;
  background-size: cover;
}

.section03 {
  text-align: center;
}
.section03 .inner .text01 {
  line-height: 44px;
}
.section03 .inner .container01 {
  align-items: center;
}

.section04 {
  text-align: center;
}
.section04 .inner {
  position: relative;
}
.section04 .inner .text01 {
  line-height: 37px;
}
@media screen and (min-width: 768px) {
  .section04 .inner .text01 {
    font-size: 20px;
    line-height: 44px;
  }
}
.section04 .inner::after {
  position: absolute;
  bottom: -13px;
  right: -10px;
  width: 80px;
  height: 84px;
  content: "";
  background: url(../images/img07.webp) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .section04 .inner::after {
    width: 131px;
    height: 138px;
  }
}
@media screen and (min-width: 1200px) {
  .section04 .inner::after {
    bottom: -22px;
    right: -40px;
  }
}
.section04 .inner .img01 {
  transform: scale(-1, 1);
}

.section05 {
  text-align: center;
}
.section05 .inner {
  position: relative;
  padding-bottom: 0;
}
.section05 .inner .container {
  width: min(260px, 100%);
  display: flex;
  flex-direction: column;
  gap: 21px;
}
@media screen and (min-width: 768px) {
  .section05 .inner .container {
    width: min(535px, 100%);
    gap: 0;
  }
}
@media screen and (min-width: 1200px) {
  .section05 .inner .container {
    flex-direction: row;
    width: min(900px, 100%);
  }
}
@media screen and (min-width: 1200px) {
  .section05 .inner .container .container01 {
    width: 535px;
    flex-shrink: 0;
  }
}
.section05 .inner .container .box {
  position: relative;
}
@media screen and (min-width: 768px) {
  .section05 .inner .container .box .text01 {
    font-size: 25px;
    line-height: 36px;
  }
}
.section05 .inner .container .box:nth-child(1) img {
  width: 185px;
  display: block;
  margin: 0;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .section05 .inner .container .box:nth-child(1) img {
    width: 254px;
  }
}
.section05 .inner .container .box:nth-child(1) .text01 {
  position: absolute;
  top: 35px;
  left: 37px;
}
@media screen and (min-width: 768px) {
  .section05 .inner .container .box:nth-child(1) .text01 {
    top: 44px;
    left: 54px;
  }
}
.section05 .inner .container .box:nth-child(2) img {
  width: 185px;
  display: block;
  margin: 0;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .section05 .inner .container .box:nth-child(2) img {
    margin-top: -89px;
    width: 254px;
  }
}
.section05 .inner .container .box:nth-child(2) .text01 {
  position: absolute;
  top: 30px;
  right: 37px;
}
@media screen and (min-width: 768px) {
  .section05 .inner .container .box:nth-child(2) .text01 {
    top: 38px;
    right: 44px;
  }
}
.section05 .inner .container .box:nth-child(3) img {
  width: 194px;
  display: block;
  margin: 0;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .section05 .inner .container .box:nth-child(3) img {
    margin-top: -17px;
    margin-left: 111px;
    width: 256px;
  }
}
.section05 .inner .container .box:nth-child(3) .text01 {
  position: absolute;
  top: 14px;
  left: 56px;
}
@media screen and (min-width: 768px) {
  .section05 .inner .container .box:nth-child(3) .text01 {
    top: 19px;
    left: 175px;
  }
}
.section05 .inner .img01 {
  display: block;
  margin: -20px auto 0;
  width: 251px;
  height: 241px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (min-width: 768px) {
  .section05 .inner .img01 {
    width: min(744px, 100%);
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .section05 .inner .img01 {
    width: min(390px, 100%);
    margin: 0;
  }
}
.section05 .inner::after {
  position: absolute;
  bottom: -25px;
  left: -35px;
  width: 142px;
  height: 133px;
  content: "";
  background: url(../images/img12.webp);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .section05 .inner::after {
    width: 225px;
    height: 210px;
  }
}
@media screen and (min-width: 1200px) {
  .section05 .inner::after {
    bottom: -50px;
    left: -80px;
  }
}

.section06 {
  text-align: center;
}
.section06 .inner {
  position: relative;
}
.section06 .inner .text01 {
  line-height: 37px;
}
@media screen and (min-width: 768px) {
  .section06 .inner .text01 {
    font-size: 20px;
    line-height: 44px;
  }
}
.section06 .inner::after {
  position: absolute;
  bottom: -22px;
  right: -30px;
  width: 101px;
  height: 90px;
  content: "";
  background: url(../images/img14_sp.png);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .section06 .inner::after {
    width: 142px;
    height: 110px;
    background: url(../images/img14_pc.webp);
    background-size: cover;
  }
}
@media screen and (min-width: 1200px) {
  .section06 .inner::after {
    bottom: -20px;
    right: -70px;
  }
}

.section07 {
  text-align: center;
}
.section07 .inner {
  position: relative;
}
.section07 .inner .text01 {
  line-height: 37px;
}
@media screen and (min-width: 768px) {
  .section07 .inner .text01 {
    font-size: 20px;
    line-height: 44px;
  }
}
.section07 .inner::after {
  position: absolute;
  bottom: -18px;
  left: -29px;
  width: 105px;
  height: 98px;
  content: "";
  background: url(../images/img16.webp);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .section07 .inner::after {
    width: 203px;
    height: 190px;
  }
}
@media screen and (min-width: 1200px) {
  .section07 .inner::after {
    bottom: -44px;
    left: -63px;
  }
}

.section08 .inner {
  position: relative;
}
.section08 .inner::after {
  position: absolute;
  bottom: -27px;
  right: -13px;
  width: 80px;
  height: 67px;
  content: "";
  background: url(../images/img19.png) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .section08 .inner::after {
    width: 144px;
    height: 121px;
  }
}
@media screen and (min-width: 1200px) {
  .section08 .inner::after {
    bottom: -43px;
    right: -35px;
  }
}
.section08 .inner .container01 {
  width: min(735px, 100%);
}
.section08 .text01 {
  margin-top: 31px;
  white-space: pre-wrap;
  text-align: start;
  line-height: 20px;
  width: 100%;
  padding: 7px 19px 7px 55px;
  border-radius: 20px;
  background: #FFF0E7;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section08 .text01 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 29px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 20px 12px 80px;
  }
}
.section08 .text01::after {
  position: absolute;
  top: -31px;
  left: -8px;
  width: 52px;
  height: 52px;
  content: "";
  background: url(../images/img17.png) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .section08 .text01::after {
    top: -9px;
    left: -12px;
    width: 71px;
    height: 71px;
  }
}
.section08 .text02 {
  margin-top: 51px;
  text-align: start;
  line-height: 20px;
  width: 100%;
  padding: 7px 55px 7px 19px;
  border-radius: 20px;
  background: #FFF0E7;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section08 .text02 {
    margin-top: 23px;
    font-size: 20px;
    line-height: 29px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 80px 12px 20px;
    margin-left: auto;
  }
}
.section08 .text02::after {
  position: absolute;
  top: -31px;
  right: -8px;
  width: 52px;
  height: 52px;
  content: "";
  background: url(../images/img18.png) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .section08 .text02::after {
    top: -9px;
    right: -12px;
    width: 71px;
    height: 71px;
  }
}
.section08 .text03 {
  margin: 30px auto 0;
  line-height: 43px;
}
@media screen and (min-width: 768px) {
  .section08 .text03 {
    margin-top: 33px;
    font-size: 20px;
  }
}

.section09 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section09 {
    padding-bottom: 70px;
  }
}
.section09 .containers {
  margin: 20px auto 0;
  width: min(290px, 122%);
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media screen and (min-width: 768px) {
  .section09 .containers {
    margin-top: 70px;
    width: min(770px, 100%);
    gap: 6px;
  }
}
.section09 .containers .img01 {
  width: unset;
}
@media screen and (min-width: 768px) {
  .section09 .containers .text01 {
    font-size: 20px;
    height: 29px;
  }
}
.section09 .containers .text01 span {
  display: block;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .section09 .containers .text01 span {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.section09 .containers .container {
  display: flex;
  flex-direction: column;
}
.section09 .containers .container .box01,
.section09 .containers .container .box03 {
  width: 182px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section09 .containers .container .box01,
  .section09 .containers .container .box03 {
    width: 262px;
  }
}
.section09 .containers .container .box01 .text01,
.section09 .containers .container .box03 .text01 {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 23px;
}
@media screen and (min-width: 768px) {
  .section09 .containers .container .box01 .text01,
  .section09 .containers .container .box03 .text01 {
    top: 27%;
  }
}
.section09 .containers .container .box02 {
  margin-top: -24px;
  width: 182px;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section09 .containers .container .box02 {
    margin-top: -60px;
    width: 296px;
  }
}
.section09 .containers .container .box02 .text01 {
  position: absolute;
  top: 47%;
  left: 48%;
  transform: translate(-50%, -50%);
  line-height: 23px;
}
@media screen and (min-width: 768px) {
  .section09 .containers .container .box02 .text01 {
    top: 27%;
    left: 45%;
  }
}
@media screen and (min-width: 768px) {
  .section09 .containers .container .box03 {
    margin-left: auto;
  }
}
.section09 .containers .container .box04 {
  margin-top: -24px;
  width: 182px;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section09 .containers .container .box04 {
    width: 290px;
    margin: 0;
    margin-top: -76px;
  }
}
.section09 .containers .container .box04 .text01 {
  position: absolute;
  top: 47%;
  left: 54%;
  transform: translate(-50%, -50%);
  line-height: 23px;
}
@media screen and (min-width: 768px) {
  .section09 .containers .container .box04 .text01 {
    top: 27%;
    left: 57%;
  }
}
@media screen and (min-width: 768px) {
  .section09 .containers .container:first-child {
    width: 510px;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .section09 .containers .container:last-child {
    width: 536px;
    margin-left: auto;
  }
}

.contact {
  background: #FFF0E7;
  padding: 70px 30px 40px;
}
.contact h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .contact h2 {
    font-size: 45px;
    width: 667px;
    justify-content: space-between;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .contact h2 .f-55 {
    font-size: 55px;
  }
}
.contact h2::before, .contact h2::after {
  width: 27px;
  height: 67px;
  content: "";
  background: url(../images/weather.png) no-repeat;
  background-size: cover;
  align-self: flex-end;
}
.contact h2::after {
  transform: scale(-1, 1);
}
.contact .text02 {
  margin: 40px auto 0;
  line-height: 44px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact .text02 {
    margin-top: 70px;
    font-size: 20px;
    line-height: 29px;
  }
}
.contact .cta-btn {
  margin: 30px auto 50px;
}
@media screen and (min-width: 768px) {
  .contact .cta-btn {
    margin: 50px auto 70px;
  }
}
.contact .form {
  margin: 0 auto;
  padding: 24px 20px 40px;
  width: min(1000px, 100%);
  border-radius: 20px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .contact .form {
    padding: 60px 40px 70px;
  }
}
@media screen and (min-width: 768px) {
  .contact .form .text01 {
    line-height: 44px;
  }
}
.contact .form .text03 {
  font-weight: 700;
  line-height: 44px;
}
.contact .form input[type=text],
.contact .form input[type=tel],
.contact .form input[type=email],
.contact .form textarea {
  border: solid 1px #303030;
  background: #F3F1EF;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  resize: vertical;
  field-sizing: content;
  display: block;
}
.contact .form input.type01 {
  height: 60px;
  padding: 18px 15px;
}
.contact .form textarea.type01 {
  margin-top: 15px;
  min-height: 100px;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .contact .form textarea.type01 {
    margin-top: 0;
    min-height: 40px;
    padding: 6px 15px;
  }
}
.contact .form textarea.type02 {
  min-height: 90px;
  padding: 9px 10px;
}
@media screen and (min-width: 768px) {
  .contact .form textarea.type02 {
    width: min(680px, 100%);
    min-height: 100px;
  }
}
.contact .form textarea.type03 {
  min-height: 80px;
  padding: 18px 15px;
}
@media screen and (min-width: 768px) {
  .contact .form textarea.type03 {
    min-height: 140px;
  }
}
.contact .form label {
  display: inline-block;
  padding: 9px 15px;
  width: -moz-fit-content;
  width: fit-content;
  border: solid 1px #303030;
  background: #F3F1EF;
  margin-right: 20px;
  margin-bottom: 14px;
}
.contact .form label input {
  margin: 0 15px 0 0;
}
.contact .form label.text03 {
  display: inline-block;
  padding: 0;
  border: none;
  background: none;
  margin-right: 0;
  margin-bottom: 0;
}
.contact .form .container01 {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .contact .form .container01 {
    margin: 0;
  }
}
.contact .form .box40 {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contact .form .box40.box20 {
    margin-top: 20px;
  }
}
.contact .form .box30 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .contact .form .box30.box40 {
    margin-top: 40px;
  }
}
.contact .form .box16 {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .contact .form .box16.box26 {
    margin-top: 26px;
  }
}
.contact .form .box22 {
  margin-top: 22px;
}
.contact .form .screen-reader-response,
.contact .form .wpcf7-response-output {
  text-align: center;
}

.section10 {
  padding: 40px 14px 70px;
}
@media screen and (min-width: 768px) {
  .section10 {
    padding: 70px 30px 58px;
  }
}
.section10 .container01 {
  gap: 0;
}
@media screen and (min-width: 1200px) {
  .section10 .container01 {
    margin-top: 0;
    align-items: center;
  }
}
.section10 .img01 {
  display: block;
  margin: 30px auto 0;
  width: min(285px, 100%);
}
@media screen and (min-width: 768px) {
  .section10 .img01 {
    width: min(425px, 100%);
  }
}
@media screen and (min-width: 1200px) {
  .section10 .img01 {
    margin: 0;
  }
}
.section10 .text01 {
  margin: -46px auto 0;
  padding: 20px;
  width: min(315px, 100%);
  line-height: 35px;
  text-align: center;
  border-radius: 20px;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section10 .text01 {
    width: min(1000px, 100%);
    padding: 37px;
    font-size: 20px;
    line-height: 37px;
  }
}

.section11 {
  padding: 0 30px 70px;
}
@media screen and (min-width: 768px) {
  .section11 {
    padding-bottom: 144px;
  }
}
.section11 .container {
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 43px;
}
@media screen and (min-width: 768px) {
  .section11 .container {
    margin-top: 58px;
  }
}
@media screen and (min-width: 1200px) {
  .section11 .container {
    flex-direction: row;
    justify-content: center;
    gap: 37px;
  }
}

.btn-box {
  margin: 32px auto 0;
  width: min(275px, 100%);
  height: 58px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn-box {
    margin-top: 46px;
    width: 380px;
    height: 80px;
  }
}
.btn-box input[type=submit] {
  font-size: 18px;
  width: 100%;
  background: linear-gradient(rgba(255, 196, 124, 0.98), #F6931B);
}
@media screen and (min-width: 768px) {
  .btn-box input[type=submit] {
    font-size: 25px;
  }
}
.btn-box::after {
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  content: "";
  background: url(../images/Polygon.png);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .btn-box::after {
    right: 40px;
    width: 18px;
    height: 18px;
  }
}

.floating-btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
}
@media screen and (min-width: 768px) {
  .floating-btn {
    display: none;
  }
}