@media screen and (max-width: 950px) {
  .sp_flex {
    display: flex !important;
  }
}
@media screen and (min-width: 951px) {
  .sp_flex {
    display: none !important;
  }
}

@media screen and (max-width: 950px) {
  .pc_flex {
    display: none !important;
  }
}
@media screen and (min-width: 951px) {
  .pc_flex {
    display: flex !important;
  }
}

@media screen and (max-width: 950px) {
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 951px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 950px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 951px) {
  .pc {
    display: block !important;
  }
}

body a {
  text-decoration: unset;
  cursor: pointer;
}
body ul, body li {
  list-style: none;
}
body table {
  display: table;
}
body input[type=text], body select, body textarea {
  display: block;
  width: 100%;
}
body select {
  cursor: pointer;
}
body .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 750px) {
  body .flex {
    flex-direction: column;
  }
}
body .flex .reverse {
  flex-direction: row-reverse;
}
body img {
  display: block;
}
body .sections-inner {
  max-width: 1016px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 951px) and (max-width: 1240px) {
  body .sections-inner {
    max-width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 950px) {
  body .sections-inner {
    max-width: 100%;
    padding: 0 16px;
  }
}
body section {
  box-sizing: border-box;
  position: relative;
  max-width: 100%;
}
@media screen and (max-width: 950px) {
  body section {
    padding: 0;
  }
}
body main, body footer {
  background-color: #f5f5f5;
}
@media screen and (max-width: 950px) {
  body main, body footer {
    background-color: #fff;
  }
}
body footer {
  padding: 111px 0 50px;
  border-top: unset;
}
body footer img {
  width: 200px;
  height: 125px;
  object-fit: contain;
  margin: 0 auto 21px;
}
body footer p {
  text-align: center;
  font-size: 12px;
}
body .float {
  position: fixed;
  background: #E7AF09;
  width: 84px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.12em;
  padding-top: 26px;
  border-radius: 10px 0 0 10px;
  writing-mode: vertical-rl;
  top: 411px;
  right: 0;
  z-index: 10;
  color: #fff;
}
body .float:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/float.png) no-repeat;
  background-size: contain;
  width: 80px;
  height: 77px;
  bottom: -12.75px;
  top: unset;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 950px) {
  body .float {
    width: 100%;
    height: 15.92039801vw;
    font-size: 5.9701492537vw;
    letter-spacing: 0;
    padding-top: 0;
    border-radius: 0;
    writing-mode: unset;
    top: unset;
    bottom: 0;
    padding-left: 29.8507462687vw;
  }
  body .float:before {
    width: 20.0621890547vw;
    height: 17.1019900498vw;
    bottom: 2.4875621891vw;
    left: unset;
    right: 12.0273631841vw;
    transform: unset;
  }
}
body .sections .head_h2 {
  border-bottom: 2px solid #E8E3CF;
  padding-bottom: 16px;
  position: relative;
  max-width: 1016px;
  width: 100%;
  margin: 0 auto;
}
body .sections .head_h2:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: #658602;
  width: 180px;
  height: 2px;
  bottom: -2px;
  left: 0;
  top: unset;
  transform: unset;
}
body .sections .head_h2 span {
  display: block;
  font-weight: 400;
}
body .sections .head_h2 span.sub-ttl {
  margin-bottom: 146px;
}
body .sections .head_h2 span.main-ttl {
  font-size: 36px;
  text-align: center;
}
body .sections .head_h3 span {
  letter-spacing: 0.05em;
  position: relative;
  font-weight: 400;
  padding-left: 36px;
  font-size: 28px;
}
body .sections .head_h3 span:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: #658602;
  width: 24px;
  height: 4px;
  left: 0;
}
body .sections .head_h3.center {
  text-align: center;
}
body .sections .head_h3.center span {
  text-align: center;
}
body .sections .head_h3.large span {
  font-size: 32px;
  letter-spacing: 0.1em;
}
body .sections .head_h3.large span:before {
  background: #88AD47;
}
@media screen and (min-width: 951px) and (max-width: 1240px) {
  body .sections .head_h2 {
    border-bottom: 0.1388888889vw solid #E8E3CF;
    padding-bottom: 1.1111111111vw;
  }
  body .sections .head_h2:after {
    width: 12.5vw;
    height: 0.1388888889vw;
    bottom: -0.1388888889vw;
  }
  body .sections .head_h2 span {
    font-weight: 400;
  }
  body .sections .head_h2 span.sub-ttl {
    margin-bottom: 10.1388888889vw;
  }
  body .sections .head_h2 span.main-ttl {
    font-size: 2.5vw;
  }
  body .sections .head_h3 span {
    padding-left: 2.5vw;
    font-size: 1.9444444444vw;
  }
  body .sections .head_h3 span:before {
    width: 1.6666666667vw;
  }
  body .sections .head_h3.large span {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 950px) {
  body .sections .head_h2 {
    padding-bottom: 3.9800995025vw;
    max-width: 100%;
  }
  body .sections .head_h2:after {
    width: 16.3059701493vw;
  }
  body .sections .head_h2 span.sub-ttl {
    margin-bottom: 22.6368159204vw;
  }
  body .sections .head_h2 span.main-ttl {
    font-size: 5.9701492537vw;
  }
  body .sections .head_h3 span {
    padding-left: 9.2039800995vw;
    font-size: 4.4776119403vw;
  }
  body .sections .head_h3 span:before {
    width: 5.9701492537vw;
  }
  body .sections .head_h3.large span {
    font-size: 5.9701492537vw;
  }
}
body .sections.mv {
  background: #DBE6BA;
}
body .sections.mv:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  width: 100%;
  height: 444px;
  top: 0;
  transform: unset;
}
body .sections.mv .sections-inner {
  max-width: 1224px;
  position: relative;
  z-index: 5;
  padding-bottom: 68px;
}
body .sections.mv .sections-inner .main {
  width: 100%;
  height: 854px;
  background: url(../img/mv.webp) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
body .sections.mv .sections-inner .main h1 {
  position: absolute;
  top: 36.7px;
  left: 50%;
  transform: translateX(-50%);
}
body .sections.mv .sections-inner .main h1 img {
  width: 100%;
}
body .sections.mv .sections-inner .main .text {
  position: absolute;
  bottom: 0;
  right: 104px;
}
body .sections.mv .sections-inner .concept-txt p {
  text-align: center;
}
body .sections.mv .sections-inner .concept-txt .main-txt {
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 60px;
  margin-top: 69px;
  margin-bottom: 24px;
}
body .sections.mv .sections-inner .concept-txt .ex {
  line-height: 48px;
  font-size: 32px;
}
body .sections.mv .sections-inner .concept-txt .ex span {
  line-height: 48px;
  color: #658602;
  background: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 0 10px;
  border-radius: 10px 0 10px 0;
  margin: 0 6px;
  font-size: 32px;
}
@media screen and (min-width: 951px) and (max-width: 1240px) {
  body .sections.mv:before {
    height: 30.8333333333vw;
  }
  body .sections.mv .sections-inner {
    max-width: 85vw;
    padding-bottom: 4.7222222222vw;
  }
  body .sections.mv .sections-inner .main {
    height: 59.3055555556vw;
  }
  body .sections.mv .sections-inner .main h1 {
    top: 2.5486111111vw;
  }
  body .sections.mv .sections-inner .main .text {
    right: 7.2222222222vw;
  }
  body .sections.mv .sections-inner .main .text img {
    width: 54.5138888889vw;
  }
  body .sections.mv .sections-inner .concept-txt .main-txt {
    font-size: 2.7777777778vw;
    line-height: 4.1666666667vw;
    margin-top: 4.7916666667vw;
    margin-bottom: 1.6666666667vw;
  }
  body .sections.mv .sections-inner .concept-txt .ex {
    line-height: 3.3333333333vw;
    font-size: 2.2222222222vw;
  }
  body .sections.mv .sections-inner .concept-txt .ex span {
    line-height: 3.3333333333vw;
    padding: 0 0.6944444444vw;
    border-radius: 0.6944444444vw 0 0.6944444444vw 0;
    margin: 0 0.4166666667vw;
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 950px) {
  body .sections.mv:before {
    display: none;
  }
  body .sections.mv .sections-inner {
    max-width: 100%;
    padding: 0 0 22.9104477612vw;
  }
  body .sections.mv .sections-inner .main {
    height: 132.0895522388vw;
    background: url(../img/mv@sp.webp) no-repeat;
    background-size: contain;
    background-position: top center;
  }
  body .sections.mv .sections-inner .main h1 {
    top: 6.4676616915vw;
  }
  body .sections.mv .sections-inner .main h1 picture {
    display: block;
    width: 67.9104477612vw;
  }
  body .sections.mv .sections-inner .main .text {
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    bottom: 0;
  }
  body .sections.mv .sections-inner .main .text picture {
    display: block;
    width: 71.144278607vw;
  }
  body .sections.mv .sections-inner .concept-txt .main-txt {
    font-size: 5.9701492537vw;
    line-height: normal;
    margin-top: 5.4726368159vw;
    margin-bottom: 4.2288557214vw;
  }
  body .sections.mv .sections-inner .concept-txt .ex {
    line-height: 11.4427860697vw;
    font-size: 5.9701492537vw;
  }
  body .sections.mv .sections-inner .concept-txt .ex span {
    line-height: 8.7462686567vw;
    padding: 0 1.7412935323vw;
    border-radius: 1.8606965174vw 0 1.8606965174vw 0;
    margin: 0 1.2437810945vw;
    font-size: 5.9701492537vw;
  }
}
body .sections.point .main-content {
  margin-top: 40px;
}
body .sections.point .main-content .sections-inner .head_h2 {
  position: relative;
  margin-bottom: 38px;
}
body .sections.point .main-content .sections-inner .head_h2:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 50px;
  background: #658602;
  top: 88px;
  left: 50%;
  transform: translateX(-50%);
}
body .sections.point .main-content .sections-inner .head_h2 * {
  text-align: center;
}
body .sections.point .main-content .sections-inner .head_h2 .sub-ttl {
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 48px;
}
body .sections.point .main-content .sections-inner .madori {
  position: relative;
  max-width: 1016px;
  width: 100%;
  margin: 0 auto;
}
body .sections.point .main-content .sections-inner .madori picture img {
  margin: 0 auto;
  margin-right: 186px;
  position: relative;
  z-index: 5;
}
body .sections.point .main-content .sections-inner .madori .point {
  background: #eee;
  position: absolute;
  width: 277px;
  padding: 20px 0 17px;
}
body .sections.point .main-content .sections-inner .madori .point img {
  width: auto;
  height: 31.34px;
  margin-left: 30px;
}
body .sections.point .main-content .sections-inner .madori .point .ttl {
  font-size: 32px;
  color: #7F6552;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin: 11px 0 6px;
  margin-left: 28px;
}
body .sections.point .main-content .sections-inner .madori .point .ttl + p {
  max-width: 211px;
  font-size: 15px;
  margin: 0 auto;
}
body .sections.point .main-content .sections-inner .madori .point.point_10, body .sections.point .main-content .sections-inner .madori .point.point_20 {
  top: 36px;
}
body .sections.point .main-content .sections-inner .madori .point.point_10 {
  left: 0;
}
body .sections.point .main-content .sections-inner .madori .point.point_20 {
  right: 0;
}
body .sections.point .main-content .sections-inner .madori .point.point_30 {
  top: 362px;
  left: 0;
}
body .sections.point .main-content .sections-inner .madori .point.point_40 {
  top: 324px;
  right: 0;
}
body .sections.point .main-content .sections-inner .madori .point.point_40 .ttl {
  letter-spacing: 0;
}
body .sections.point .movie {
  background: url(../img/bg_movie.webp) no-repeat;
  background-size: 100%;
  mix-blend-mode: multiply;
  padding: 151px 0 79px;
}
body .sections.point .movie .sections-inner .head_h3 {
  margin-bottom: 37px;
}
body .sections.point .movie .sections-inner iframe {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1241px) and (max-width: 1450px) {
  body .sections.point .movie .sections-inner .head_h3 {
    margin-bottom: 2.5694444444vw;
  }
  body .sections.point .movie .sections-inner iframe {
    width: 70.5555555556vw;
    height: 39.9305555556vw;
  }
}
@media screen and (min-width: 951px) and (max-width: 1240px) {
  body .sections.point .main-content {
    margin-top: 2.7777777778vw;
  }
  body .sections.point .main-content .sections-inner .head_h2 {
    margin-bottom: 2.6388888889vw;
  }
  body .sections.point .main-content .sections-inner .head_h2:before {
    width: 0.1388888889vw;
    height: 3.4722222222vw;
    top: 6.1111111111vw;
  }
  body .sections.point .main-content .sections-inner .head_h2 .sub-ttl {
    font-size: 2.2222222222vw;
    line-height: 3.3333333333vw;
  }
  body .sections.point .main-content .sections-inner .madori {
    max-width: 70.5555555556vw;
  }
  body .sections.point .main-content .sections-inner .madori picture img {
    margin-right: 12.9166666667vw;
    width: 40.625vw;
  }
  body .sections.point .main-content .sections-inner .madori .point {
    width: 19.2361111111vw;
    padding: 1.3888888889vw 0 1.1805555556vw;
  }
  body .sections.point .main-content .sections-inner .madori .point img {
    height: 2.1763888889vw;
    margin-left: 2.0833333333vw;
  }
  body .sections.point .main-content .sections-inner .madori .point .ttl {
    font-size: 2.2222222222vw;
    margin: 0.7638888889vw 0 0.4166666667vw;
    margin-left: 1.9444444444vw;
  }
  body .sections.point .main-content .sections-inner .madori .point .ttl + p {
    max-width: 14.6527777778vw;
    font-size: 1.0416666667vw;
  }
  body .sections.point .main-content .sections-inner .madori .point.point_10, body .sections.point .main-content .sections-inner .madori .point.point_20 {
    top: 2.5vw;
  }
  body .sections.point .main-content .sections-inner .madori .point.point_30 {
    top: 25.1388888889vw;
  }
  body .sections.point .main-content .sections-inner .madori .point.point_40 {
    top: 22.5vw;
  }
  body .sections.point .movie {
    padding: 10.4861111111vw 0 5.4861111111vw;
  }
  body .sections.point .movie .sections-inner .head_h3 {
    margin-bottom: 2.5694444444vw;
  }
  body .sections.point .movie .sections-inner iframe {
    width: 70.5555555556vw;
    height: 39.7222222222vw;
  }
}
@media screen and (max-width: 950px) {
  body .sections.point .main-content {
    margin-top: 7.4626865672vw;
    padding-bottom: 28.6069651741vw;
    position: relative;
  }
  body .sections.point .main-content:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    top: unset;
    transform: unset;
    z-index: 15;
    right: 5.4726368159vw;
    bottom: 8.0845771144vw;
    background: url(../img/car@sp.webp) no-repeat;
    background-size: contain;
    width: 47.0149253731vw;
    height: 23.5074626866vw;
  }
  body .sections.point .main-content .sections-inner .head_h2 {
    margin-bottom: 7.7114427861vw;
  }
  body .sections.point .main-content .sections-inner .head_h2:before {
    height: 12.4378109453vw;
    top: 23.1343283582vw;
  }
  body .sections.point .main-content .sections-inner .head_h2 .sub-ttl {
    font-size: 5.9701492537vw;
    line-height: normal;
  }
  body .sections.point .main-content .sections-inner .madori {
    padding-top: 57.4626865672vw;
    padding-bottom: 61.2786069652vw;
  }
  body .sections.point .main-content .sections-inner .madori picture img {
    margin-right: 5.0348258706vw;
    width: 81.7810945274vw;
    height: auto;
  }
  body .sections.point .main-content .sections-inner .madori .point {
    width: 36.0696517413vw;
    min-height: 59.2039800995vw;
    padding: 2.8333333333vw 0 3.6815920398vw;
    z-index: 10;
  }
  body .sections.point .main-content .sections-inner .madori .point img {
    height: 6.9004975124vw;
    margin-left: 3.6815920398vw;
  }
  body .sections.point .main-content .sections-inner .madori .point .ttl {
    font-size: 3.9800995025vw;
    margin: 2.3333333333vw 0 0.8805970149vw;
    margin-left: 3.6815920398vw;
  }
  body .sections.point .main-content .sections-inner .madori .point .ttl + p {
    max-width: 27.4054726368vw;
    font-size: 3.2338308458vw;
  }
  body .sections.point .main-content .sections-inner .madori .point.point_10, body .sections.point .main-content .sections-inner .madori .point.point_20 {
    top: 0;
  }
  body .sections.point .main-content .sections-inner .madori .point.point_30, body .sections.point .main-content .sections-inner .madori .point.point_40 {
    top: unset;
    bottom: 0;
  }
  body .sections.point .movie {
    background: url(../img/bg_movie@sp.webp) no-repeat;
    background-size: 100%;
    padding: 23.631840796vw 0 29.5721393035vw;
  }
  body .sections.point .movie .sections-inner .head_h3 {
    margin-bottom: 10.1990049751vw;
  }
  body .sections.point .movie .sections-inner iframe {
    width: 100%;
    height: 49.7512437811vw;
  }
}
body .sections.comfotable {
  padding-top: 4.5138888889vw;
  padding-bottom: 5.5555555556vw;
}
body .sections.comfotable:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: #f5f5f5;
  height: 208px;
  width: 100%;
  top: unset;
  bottom: 0;
  left: 0;
  transform: unset;
}
body .sections.comfotable .main-content {
  margin-bottom: 56px;
}
body .sections.comfotable .main-content .sections-inner .head_h2 {
  margin-bottom: 40px;
}
body .sections.comfotable .main-content .sections-inner .head_h3 {
  margin-bottom: 32px;
}
body .sections.comfotable .main-content .bg-flex {
  background: url(../img/comfotable.webp) no-repeat;
  background-size: contain;
  background-position: center;
}
body .sections.comfotable .main-content .flex {
  gap: 56px;
  justify-content: center;
  max-width: 1016px;
  margin: 0 auto;
}
body .sections.comfotable .main-content .flex .flex-item {
  background: #F8F8F1;
  width: 480px;
  padding: 24px 0 39px;
}
body .sections.comfotable .main-content .flex .flex-item .ttl {
  margin-bottom: 13px;
  text-align: center;
}
body .sections.comfotable .main-content .flex .flex-item .ttl span {
  font-weight: bold;
  color: #7F6552;
  font-size: 28px;
  text-align: center;
  position: relative;
}
body .sections.comfotable .main-content .flex .flex-item .ttl span img {
  position: absolute;
  left: -55px;
  top: 50%;
  transform: translateY(-50%);
}
body .sections.comfotable .main-content .flex .flex-item > img {
  margin: 0 auto 24px;
}
body .sections.comfotable .main-content .flex .flex-item .txt {
  font-size: 14px;
  text-align: center;
  width: 386px;
  margin: 0 auto;
}
body .sections.comfotable .structure {
  background: #DBE6BA;
  padding: 80px 0 0;
}
body .sections.comfotable .structure .sections-inner .structure-box {
  background: #F8F8F8;
  padding: 40px 72px;
  padding-left: 68px;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
body .sections.comfotable .structure .sections-inner .structure-box .texts {
  padding-top: 52px;
  max-width: 398px;
}
body .sections.comfotable .structure .sections-inner .structure-box .texts .ttl {
  position: relative;
  margin-bottom: 8px;
}
body .sections.comfotable .structure .sections-inner .structure-box .texts .ttl:before {
  position: absolute;
  content: "";
  background: url(../img/structure.png) no-repeat;
  background-size: contain;
  top: -50px;
  left: -12px;
  width: 114px;
  height: 47px;
}
body .sections.comfotable .structure .sections-inner .structure-box .texts .ttl span {
  display: block;
}
body .sections.comfotable .structure .sections-inner .structure-box .texts .ttl span.sub-ttl {
  font-size: 24px;
  margin-bottom: 4px;
}
body .sections.comfotable .structure .sections-inner .structure-box .texts .ttl span.main-ttl {
  font-size: 28px;
  color: #7F6552;
  font-weight: bold;
}
body .sections.comfotable .structure .sections-inner .structure-box .texts .txt {
  font-size: 14px;
}
body .sections.comfotable .structure .sections-inner .structure-box img {
  width: 362px;
  height: 230px;
}
body .sections.comfotable .structure .sections-inner .structure-box + .structure-box {
  margin-top: 24px;
}
@media screen and (min-width: 951px) and (max-width: 1240px) {
  body .sections.comfotable:after {
    height: 14.4444444444vw;
  }
  body .sections.comfotable .main-content {
    margin-bottom: 3.8888888889vw;
  }
  body .sections.comfotable .main-content .sections-inner .head_h2 {
    margin-bottom: 2.7777777778vw;
  }
  body .sections.comfotable .main-content .sections-inner .head_h3 {
    margin-bottom: 2.2222222222vw;
  }
  body .sections.comfotable .main-content .flex {
    gap: 3.8888888889vw;
    max-width: 70.5555555556vw;
  }
  body .sections.comfotable .main-content .flex .flex-item {
    width: 33.3333333333vw;
    padding: 1.6666666667vw 0 2.7083333333vw;
  }
  body .sections.comfotable .main-content .flex .flex-item .ttl {
    margin-bottom: 0.9027777778vw;
  }
  body .sections.comfotable .main-content .flex .flex-item .ttl span {
    font-size: 1.9444444444vw;
  }
  body .sections.comfotable .main-content .flex .flex-item .ttl span img {
    left: -3.8194444444vw;
    transform: translateY(-50%);
    height: 1.5902777778vw;
  }
  body .sections.comfotable .main-content .flex .flex-item > img {
    width: 25.1388888889vw;
    margin: 0 auto 1.6666666667vw;
  }
  body .sections.comfotable .main-content .flex .flex-item .txt {
    font-size: 0.9722222222vw;
    width: 26.8055555556vw;
  }
  body .sections.comfotable .structure {
    padding: 5.5555555556vw 0 0;
  }
  body .sections.comfotable .structure .sections-inner .structure-box {
    padding: 2.7777777778vw 5vw;
    padding-left: 4.7222222222vw;
    max-width: 70.5555555556vw;
  }
  body .sections.comfotable .structure .sections-inner .structure-box .texts {
    padding-top: 3.6111111111vw;
    max-width: 27.6388888889vw;
  }
  body .sections.comfotable .structure .sections-inner .structure-box .texts .ttl {
    margin-bottom: 0.5555555556vw;
  }
  body .sections.comfotable .structure .sections-inner .structure-box .texts .ttl:before {
    top: -3.4722222222vw;
    left: -0.8333333333vw;
    width: 7.9166666667vw;
    height: 3.2638888889vw;
  }
  body .sections.comfotable .structure .sections-inner .structure-box .texts .ttl span.sub-ttl {
    font-size: 1.6666666667vw;
    margin-bottom: 0.2777777778vw;
  }
  body .sections.comfotable .structure .sections-inner .structure-box .texts .ttl span.main-ttl {
    font-size: 1.9444444444vw;
  }
  body .sections.comfotable .structure .sections-inner .structure-box .texts .txt {
    font-size: 0.9722222222vw;
  }
  body .sections.comfotable .structure .sections-inner .structure-box img {
    width: 25.1388888889vw;
    height: 15.9722222222vw;
  }
  body .sections.comfotable .structure .sections-inner .structure-box + .structure-box {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 950px) {
  body .sections.comfotable {
    padding-top: 12.6865671642vw;
    padding-bottom: 27.0323383085vw;
  }
  body .sections.comfotable:after {
    height: 45.0248756219vw;
    background: #fff;
  }
  body .sections.comfotable .main-content {
    margin-bottom: 0;
    padding-bottom: 15.4228855721vw;
  }
  body .sections.comfotable .main-content .sections-inner .head_h2 {
    margin-bottom: 11.1940298507vw;
  }
  body .sections.comfotable .main-content .sections-inner .head_h3 {
    margin-bottom: 5.9701492537vw;
  }
  body .sections.comfotable .main-content .bg-flex {
    background: url(../img/comfotable@sp.webp) no-repeat;
    background-size: contain;
    background-position: center;
  }
  body .sections.comfotable .main-content .flex {
    gap: 5.9701492537vw;
    max-width: 100%;
    padding: 0 16px;
  }
  body .sections.comfotable .main-content .flex .flex-item {
    width: 100%;
    padding: 7.960199005vw 0 7.7114427861vw;
  }
  body .sections.comfotable .main-content .flex .flex-item .ttl {
    margin-bottom: 3.2338308458vw;
  }
  body .sections.comfotable .main-content .flex .flex-item .ttl span {
    font-size: 6.9651741294vw;
  }
  body .sections.comfotable .main-content .flex .flex-item .ttl span img {
    left: -12.9353233831vw;
    width: auto;
    height: 5.7139303483vw;
  }
  body .sections.comfotable .main-content .flex .flex-item > img {
    margin: 0 auto 5.9701492537vw;
    width: 80.5970149254vw;
  }
  body .sections.comfotable .main-content .flex .flex-item .txt {
    font-size: 3.4825870647vw;
    width: 85.8208955224vw;
  }
  body .sections.comfotable .main-content .flex .flex-item:nth-child(3) .ttl {
    text-align: right;
    padding-right: 30px;
  }
  body .sections.comfotable .structure {
    padding: 17.9104477612vw 0 0;
  }
  body .sections.comfotable .structure .sections-inner .structure-box {
    padding: 5.9701492537vw 6.7164179104vw;
    padding-left: 5.9701492537vw;
  }
  body .sections.comfotable .structure .sections-inner .structure-box .texts {
    padding-top: 14.9253731343vw;
    max-width: 100%;
    margin-bottom: 5.9701492537vw;
  }
  body .sections.comfotable .structure .sections-inner .structure-box .texts .ttl {
    margin-bottom: 1.9900497512vw;
  }
  body .sections.comfotable .structure .sections-inner .structure-box .texts .ttl:before {
    top: -13.5149253731vw;
    left: 0;
    width: 28.1791044776vw;
    height: 11.5248756219vw;
  }
  body .sections.comfotable .structure .sections-inner .structure-box .texts .ttl span.sub-ttl {
    font-size: 4.9751243781vw;
    margin-bottom: 1.9900497512vw;
  }
  body .sections.comfotable .structure .sections-inner .structure-box .texts .ttl span.main-ttl {
    font-size: 5.9701492537vw;
  }
  body .sections.comfotable .structure .sections-inner .structure-box .texts .txt {
    font-size: 3.4825870647vw;
  }
  body .sections.comfotable .structure .sections-inner .structure-box img {
    width: 100%;
    height: auto;
  }
  body .sections.comfotable .structure .sections-inner .structure-box + .structure-box {
    margin-top: 5.9701492537vw;
  }
}
body .sections.cta_area h2 {
  width: 808px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 12px;
  margin: 0 auto 57px;
  border-bottom: #658602 solid 2px;
  position: relative;
}
body .sections.cta_area h2:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 25px;
  background: #658602;
  top: unset;
  transform: unset;
  bottom: -59px;
}
body .sections.cta_area h2 span {
  color: #658602;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: bold;
}
body .sections.cta_area .flex {
  background: url(../img/bg-cta_area.webp) no-repeat;
  background-size: 100%;
  max-width: 1440px;
  width: 100%;
  height: 472px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  gap: 52px;
  position: relative;
}
body .sections.cta_area .flex:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  width: 2px;
  height: 25px;
  top: 13px;
}
body .sections.cta_area .flex > img {
  object-fit: contain;
  width: 462.98px;
  height: 267.84px;
}
body .sections.cta_area .flex .txt {
  max-width: 500px;
  padding-bottom: 20px;
}
body .sections.cta_area .flex .txt p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 24px;
}
body .sections.cta_area .flex .txt .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  background: #E7AF09;
  border-radius: 10px;
  width: 400px;
  height: 81px;
}
body .sections.cta_area .flex .txt .btn::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arrow.svg) no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
  right: 23px;
}
@media screen and (min-width: 951px) and (max-width: 1240px) {
  body .sections.cta_area h2 {
    width: 56.1111111111vw;
    padding-bottom: 0.8333333333vw;
    margin: 0 auto 3.9583333333vw;
    border-bottom: #658602 solid 0.1388888889vw;
  }
  body .sections.cta_area h2:before {
    width: 0.1388888889vw;
    height: 1.7361111111vw;
    bottom: -4.0972222222vw;
  }
  body .sections.cta_area h2 span {
    font-size: 2.7777777778vw;
  }
  body .sections.cta_area .flex {
    max-width: 100vw;
    height: 32.7777777778vw;
    gap: 3.6111111111vw;
  }
  body .sections.cta_area .flex:before {
    width: 0.1388888889vw;
    height: 1.7361111111vw;
    top: 0.9027777778vw;
  }
  body .sections.cta_area .flex > img {
    width: 32.1513888889vw;
    height: 18.6vw;
  }
  body .sections.cta_area .flex .txt {
    max-width: 34.7222222222vw;
    padding-bottom: 1.3888888889vw;
  }
  body .sections.cta_area .flex .txt p {
    font-size: 1.25vw;
    margin-bottom: 1.6666666667vw;
  }
  body .sections.cta_area .flex .txt .btn {
    font-size: 1.6666666667vw;
    border-radius: 0.6944444444vw;
    width: 27.7777777778vw;
    height: 5.625vw;
  }
  body .sections.cta_area .flex .txt .btn::before {
    width: 1.1111111111vw;
    height: 1.1111111111vw;
    right: 1.5972222222vw;
  }
}
@media screen and (max-width: 950px) {
  body .sections.cta_area h2 {
    width: calc(100% - 32px);
    padding-bottom: 3.9800995025vw;
    margin: 0 auto 6.2189054726vw;
  }
  body .sections.cta_area h2:before {
    height: 6.9651741294vw;
    bottom: -7.2139303483vw;
  }
  body .sections.cta_area h2 span {
    font-size: 7.960199005vw;
  }
  body .sections.cta_area .flex {
    background: url(../img/bg-cta_area@sp.webp) no-repeat;
    background-size: 100%;
    max-width: 100%;
    height: 152.9850746269vw;
    gap: 11.4950248756vw;
  }
  body .sections.cta_area .flex:before {
    height: 6.2189054726vw;
    top: 3.2338308458vw;
  }
  body .sections.cta_area .flex > img {
    width: 87.0646766169vw;
    height: 53.4825870647vw;
  }
  body .sections.cta_area .flex .txt {
    max-width: 100%;
    padding-bottom: 0;
  }
  body .sections.cta_area .flex .txt p {
    max-width: 86.0696517413vw;
    font-size: 3.9800995025vw;
    margin: 0 auto 10.1990049751vw;
  }
  body .sections.cta_area .flex .txt .btn {
    font-size: 5.9701492537vw;
    border-radius: 2.4875621891vw;
    width: 92.039800995vw;
    height: 20.1492537313vw;
  }
  body .sections.cta_area .flex .txt .btn:before {
    right: 5.2935323383vw;
  }
}

/*# sourceMappingURL=style.css.map */
