@charset "UTF-8";
/* ***************************************************
 PC / SP共通
*************************************************** */
/* ////////////////// タグ初期値 ////////////////// */
html,
body {
  height: 100%;
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Verdana, sans-serif;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  color: #000000;
}

article,
aside,
details,
figure,
figcaption,
footer,
header,
main,
menu,
nav,
hgroup,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

img,
video {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  line-height: 1.5em;
}

a {
  color: #000000;
  text-decoration: none;
}

p {
  margin: 0;
}

b,
strong {
  font-weight: 700;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

li, dt, dd {
  margin: 0px;
  padding: 0px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -moz-box-sizing: content-box;
  height: 0;
}

/* テーブル */
table,
th,
td {
  border-collapse: collapse;
  border: 1px;
}

table {
  width: 100%;
  margin: 0 auto;
  min-height: 0.1%;
  overflow: auto;
}

td,
th {
  padding: 0.5em;
}

th {
  white-space: nowrap;
  font-weight: normal;
}

.contact_wrap dd input, .contact_wrap dd textarea {
	font-size: 1.2em;
}

/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:999px) {
  .pc {
    display: none !important;
  }
  html.scroll-prevent {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    color: #333333;
  }
  #header {
    position: relative;
    z-index: 1;
    padding: 10px 0 0;
    width: 100vw;
    overflow: hidden;
  }
  #header #logo {
    width: 125px;
    margin: 0 auto 10px;
  }
  #header .btn-contact {
    display: none;
  }
  #header hgroup {
    margin-bottom: 14px;
    font-weight: 700;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #header hgroup p {
    margin: 0 0 10px;
    font-size: clamp(18px, 4.8vw, 28px);
    color: #00A1B7;
    text-align: center;
  }
  #header hgroup h1 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #header hgroup h1 b,
  #header hgroup h1 strong {
    line-height: 1em;
    padding: 0.1em 0.25em;
    color: #FFFFFF;
    background-color: #00A1B7;
    text-align: center;
  }
  #header hgroup h1 b {
    display: block;
    margin-bottom: 0.1em;
    font-size: clamp(38px, 10vw, 45px);
  }
  #header hgroup h1 b small {
    font-size: clamp(32px, 8.5vw, 36px);
  }
  #header hgroup h1 strong {
    display: block;
    font-size: clamp(40px, 10.6vw, 48px);
    letter-spacing: 0.02em;
    text-indent: -0.125em;
  }
  #header hgroup h1 strong small {
    font-size: clamp(26px, 7vw, 32px);
  }
  #header video {
    width: 100vw;
    height: 410px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #footer {
    padding: 13px;
    text-align: center;
    background-color: #424242;
  }
  #footer .copyright {
    font-size: 12px;
    line-height: 1em;
    color: #FFFFFF;
  }
  .contact-wrapper {
    position: relative;
    z-index: 2;
    width: 500px;
    max-width: 92vw;
    margin: -20px auto;
  }
  .contact-wrapper .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 10px;
    font-weight: 700;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
  }
  .contact-wrapper .inner h2 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1em;
  }
  .contact-wrapper .inner p {
    margin: 0 0 12px;
    font-size: clamp(26px, 7vw, 32px);
    line-height: 1em;
  }
  .contact-wrapper .inner p b {
    display: inline-block;
    margin: 0 4px;
    font-family: "Oswald", sans-serif;
    font-size: clamp(32px, 8.5vw, 42px);
  }
  .contact-wrapper .inner .btn-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 85%;
    padding: 6px 14px;
    font-size: clamp(16px, 4.2vw, 20px);
    font-weight: 700;
    line-height: 1em;
    color: #FFFFFF;
    background-color: #FEB123;
    border: 2px solid #FEB123;
    border-radius: 3em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .contact-wrapper .inner .btn-contact::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 14px;
    margin-right: 7px;
    -webkit-mask-image: url(../images/ico-mail.svg);
            mask-image: url(../images/ico-mail.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #FFFFFF;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .contact-wrapper .inner .no1 {
    position: absolute;
    top: -100px;
    right: -10px;
    width: 125px;
  }
  .contact-wrapper .memo {
    margin-top: 20px;
    font-size: 10px;
    text-align: right;
  }
  .section-intro {
    position: relative;
    z-index: 1;
    margin-top: 60px;
    padding: 30px 4vw 25px;
    background-color: #F5FDFF;
  }
  .section-intro::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: clamp(300px, 100vw, 1000px);
    height: 65px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #F5FDFF;
  }
  .section-intro .inner {
    width: 1120px;
    max-width: 100%;
    margin: 0 auto;
  }
  .section-intro hgroup {
    margin-bottom: 20px;
    text-align: center;
  }
  .section-intro hgroup p {
    font-weight: 700;
    font-size: clamp(16px, 4.2vw, 20px);
  }
  .section-intro hgroup h2 {
    font-size: clamp(22px, 5.8vw, 26px);
    font-weight: 700;
  }
  .section-intro hgroup h2 b {
    font-size: clamp(26px, 7vw, 30px);
    color: #00A1B7;
  }
  .section-intro .col3 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 35px 40px;
  }
  .section-intro .col3 .item {
    text-align: center;
  }
  .section-intro .col3 .item b {
    position: relative;
    bottom: -0.75em;
    display: inline-block;
    padding: 0.25em 2em;
    font-size: clamp(18px, 4.8vw, 20px);
    font-weight: 700;
    line-height: 1em;
    color: #FFFFFF;
    background-color: #289990;
    border-radius: 2em;
  }
  .section-intro .col3 .item figure img {
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .section-intro .col3 .item figure figcaption {
    font-size: clamp(18px, 4.8vw, 22px);
    font-weight: 700;
  }
  .section-intro .col3 .item figure figcaption strong {
    font-size: clamp(20px, 5.3vw, 24px);
    color: #289990;
  }
  .section-solution {
    position: relative;
    z-index: 1;
    width: 1200px;
    max-width: 100%;
    margin: 100px auto 0;
    padding: 0 4vw 50px;
  }
  .section-solution > hgroup {
    margin-bottom: 40px;
    font-weight: 700;
    color: #000000;
    text-align: center;
  }
  .section-solution > hgroup p {
    font-size: clamp(16px, 4.2vw, 20px);
  }
  .section-solution > hgroup h2 {
    font-size: clamp(24px, 6.4vw, 28px);
  }
  .section-solution > hgroup h2 b {
    color: #FEB123;
  }
  .section-solution .movie-full {
    margin: 0 auto 30px;
  }
  .section-solution .movie-full video {
    border-radius: 9px;
  }
  .section-solution .title-tobisuke {
    margin-bottom: 60px;
  }
  .section-solution .title-tobisuke hgroup {
    max-width: 100%;
    font-weight: 700;
    white-space: nowrap;
  }
  .section-solution .title-tobisuke hgroup p {
    font-size: clamp(22px, 5.85vw, 26px);
  }
  .section-solution .title-tobisuke hgroup h2 {
    margin-bottom: 20px;
    padding: 0 0 10px;
    font-size: clamp(42px, 11vw, 50px);
    border-bottom: 1px solid #000000;
  }
  .section-solution .title-tobisuke hgroup h2 small {
    margin-left: 0.75em;
    font-size: clamp(18px, 4.8vw, 22px);
    font-weight: 400;
  }
  .section-solution .title-tobisuke .text p {
    font-size: clamp(14px, 3.7vw, 16px);
    font-weight: 700;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 2em;
    letter-spacing: 0.02em;
  }
  .section-solution .movie-tobisuke .col2 {
    width: 575px;
    max-width: 100%;
    margin: 0 auto 60px;
  }
  .section-solution .movie-tobisuke .col2:last-child {
    margin-bottom: 10px;
  }
  .section-solution .movie-tobisuke .col2 .mov {
    margin: 0 auto 20px;
  }
  .section-solution .movie-tobisuke .col2 .mov video {
    border-radius: 8px;
  }
  .section-solution .movie-tobisuke .col2 .text h3 {
    margin: 0 0 0.5em;
    padding: 0 0 0.25em;
    font-size: clamp(26px, 2.2vw, 32px);
    font-weight: 700;
    border-bottom: 4px solid #FEB123;
  }
  .section-solution .movie-tobisuke .col2 .text p {
    font-size: 14px;
    line-height: 2em;
  }
  .section-interview {
    padding: 60px 4vw;
    background-color: #F5FDFF;
  }
  .section-interview .inner {
    width: 1120px;
    max-width: 100%;
    margin: 0 auto;
  }
  .section-interview h2 {
    margin-bottom: 60px;
    font-size: clamp(26px, 7vw, 32px);
    font-weight: 700;
    text-align: center;
  }
  .section-interview h2 b {
    color: #00A1B7;
  }
  .section-interview .movie-interview .col2 {
    width: 575px;
    max-width: 100%;
    margin: 0 auto 60px;
  }
  .section-interview .movie-interview .col2:last-child {
    margin-bottom: 0;
  }
  .section-interview .movie-interview .col2 .mov {
    margin: 0 auto 20px;
  }
  .section-interview .movie-interview .col2 .mov iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .section-interview .movie-interview .col2 .text hgroup {
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-weight: 700;
    border-bottom: 3px solid #289990;
  }
  .section-interview .movie-interview .col2 .text hgroup h3 {
    font-size: clamp(20px, 1.7vw, 24px);
    line-height: 1.35em;
  }
  .section-interview .movie-interview .col2 .text p {
    font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.75em;
  }
  .section-reason {
    padding-bottom: 40px;
    background-color: #FFF9ED;
    counter-reset: num;
  }
  .section-reason .inner {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
  }
  .section-reason .title-reason {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 40px;
    padding-top: 150px;
  }
  .section-reason .title-reason h2 {
    font-size: clamp(20px, 5.3vw, 24px);
    font-weight: 700;
    line-height: 1.75em;
    text-align: center;
  }
  .section-reason .title-reason h2 strong {
    font-size: clamp(26px, 6.9vw, 30px);
  }
  .section-reason .title-reason .no1 {
    position: absolute;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 165px;
  }
  .section-reason .col2 {
    margin-bottom: 50px;
    counter-increment: num;
  }
  .section-reason .col2:last-of-type {
    margin-bottom: 0;
  }
  .section-reason .col2 .text {
    max-width: 600px;
    margin: 0 auto 20px;
    padding: 0 4vw;
  }
  .section-reason .col2 .text h3 {
    margin-bottom: 10px;
    font-size: clamp(28px, 2.8vw, 40px);
    font-weight: 700;
  }
  .section-reason .col2 .text h3::before {
    content: "0" counter(num);
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    margin-bottom: 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #FEB123;
    border-radius: 50% 50% 0 50%;
  }
  .section-reason .col2 .text p {
    font-size: clamp(15px, 1.1vw, 16px);
    line-height: 2em;
  }
  .section-reason .col2 .img {
    text-align: right;
  }
  .section-reason .col2 .img img {
    width: 96vw;
    max-width: calc(96vw - (100vw - 600px) / 2);
    border-radius: 16px 0 0 16px;
  }
  .section-summary {
    width: 1200px;
    max-width: 100%;
    margin: 50px auto;
    padding: 0 4vw;
    text-align: center;
  }
  .section-summary video {
    margin-bottom: 60px;
    border-radius: 16px;
  }
  #lpForm {
    padding: 30px 40px;
    background-color: #FEB123;
  }
}
/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:1000px) {
  .sp {
    display: none !important;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    color: #333333;
  }
  #header {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 95px;
    width: 100vw;
    max-height: 810px;
    aspect-ratio: 16/9;
    overflow: hidden;
  }
  #header::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: url(../images/fv.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  #header #logo {
    position: absolute;
    top: 54px;
    left: 40px;
    width: 200px;
  }
  #header .btn-contact {
    position: absolute;
    top: 40px;
    right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 28px;
    font-size: clamp(17px, 1.4vw, 20px);
    font-weight: 700;
    line-height: 1em;
    color: #FFFFFF;
    background-color: #FEB123;
    border-radius: 3em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #header .btn-contact::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 18px;
    margin-right: 7px;
    -webkit-mask-image: url(../images/ico-mail.svg);
            mask-image: url(../images/ico-mail.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #FFFFFF;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #header .btn-contact:hover {
    color: #FEB123;
    background-color: #FFFFFF;
  }
  #header .btn-contact:hover::before {
    background-color: #FEB123;
  }
  #header hgroup {
    color: #FFFFFF;
    font-weight: 700;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #header hgroup p {
    margin: 0;
    font-size: clamp(20px, 2.2vw, 32px);
  }
  #header hgroup h1 b {
    display: block;
    font-size: clamp(45px, 4.6vw, 66px);
    line-height: 2em;
  }
  #header hgroup h1 b small {
    font-size: clamp(42px, 4.2vw, 60px);
  }
  #header hgroup h1 strong {
    display: block;
    font-size: clamp(52px, 5.2vw, 75px);
    letter-spacing: 0.02em;
    text-indent: -0.125em;
  }
  #header hgroup h1 strong small {
    font-size: clamp(40px, 3.5vw, 50px);
  }
  #header video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 100vw;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #footer {
    padding: 13px;
    text-align: center;
    background-color: #424242;
  }
  #footer .copyright {
    font-size: 12px;
    line-height: 1em;
    color: #FFFFFF;
  }
  .contact-wrapper {
    position: relative;
    z-index: 2;
    width: 720px;
    height: 160px;
    margin: -80px auto;
  }
  .contact-wrapper .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 720px;
    margin: 0 auto;
    padding: 15px 0 15px;
    font-weight: 700;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
  }
  .contact-wrapper .inner h2 {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1em;
  }
  .contact-wrapper .inner p {
    margin: 0 0 12px;
    font-size: clamp(32px, 2.6vw, 38px);
    line-height: 1em;
  }
  .contact-wrapper .inner p b {
    display: inline-block;
    margin: 0 4px;
    font-family: "Oswald", sans-serif;
    font-size: clamp(45px, 3.7vw, 53px);
  }
  .contact-wrapper .inner .btn-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 28px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    color: #FFFFFF;
    background-color: #FEB123;
    border: 2px solid #FEB123;
    border-radius: 3em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .contact-wrapper .inner .btn-contact::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 18px;
    margin-right: 7px;
    -webkit-mask-image: url(../images/ico-mail.svg);
            mask-image: url(../images/ico-mail.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #FFFFFF;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .contact-wrapper .inner .btn-contact:hover {
    color: #FEB123;
    background-color: #FFFFFF;
  }
  .contact-wrapper .inner .btn-contact:hover::before {
    background-color: #FEB123;
  }
  .contact-wrapper .inner .no1 {
    position: absolute;
    top: -75px;
    right: -70px;
    width: 190px;
  }
  .contact-wrapper .memo {
    margin-top: 10px;
    font-size: 11px;
    text-align: right;
  }
  .section-intro {
    position: relative;
    z-index: 1;
    padding: 200px 40px 25px;
    background-color: #F5FDFF;
  }
  .section-intro::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: clamp(500px, 90%, 1400px);
    height: 112px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #F5FDFF;
  }
  .section-intro .inner {
    width: 1120px;
    max-width: 100%;
    margin: 0 auto;
  }
  .section-intro hgroup {
    margin-bottom: 45px;
    text-align: center;
  }
  .section-intro hgroup p {
    font-weight: 700;
    font-size: 24px;
  }
  .section-intro hgroup h2 {
    font-size: 40px;
    font-weight: 700;
  }
  .section-intro hgroup h2 b {
    color: #00A1B7;
  }
  .section-intro .col3 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(33% - 40px), 1fr));
    gap: 40px;
  }
  .section-intro .col3 .item {
    text-align: center;
  }
  .section-intro .col3 .item b {
    position: relative;
    bottom: -0.75em;
    display: inline-block;
    padding: 0.25em 2em;
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    color: #FFFFFF;
    background-color: #289990;
    border-radius: 2em;
  }
  .section-intro .col3 .item figure img {
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .section-intro .col3 .item figure figcaption {
    font-size: clamp(18px, 1.4vw, 20px);
    font-weight: 700;
  }
  .section-intro .col3 .item figure figcaption strong {
    font-size: clamp(20px, 1.65vw, 24px);
    color: #289990;
  }
  .section-solution {
    position: relative;
    z-index: 1;
    width: 1200px;
    max-width: 100%;
    margin: 60px auto 45px;
    padding: 0 40px 50px;
  }
  .section-solution > hgroup {
    margin-bottom: 50px;
    font-weight: 700;
    color: #000000;
    text-align: center;
  }
  .section-solution > hgroup p {
    font-size: 24px;
  }
  .section-solution > hgroup h2 {
    font-size: 40px;
  }
  .section-solution > hgroup h2 b {
    color: #FEB123;
  }
  .section-solution .movie-full {
    margin: 0 auto 80px;
  }
  .section-solution .movie-full video {
    border-radius: 24px;
  }
  .section-solution .title-tobisuke {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
    padding: 0 0 20px;
    border-bottom: 1px solid #000000;
  }
  .section-solution .title-tobisuke hgroup {
    width: clamp(340px, 28vw, 400px);
    margin-right: clamp(30px, 3.5vw, 50px);
    font-weight: 700;
    white-space: nowrap;
  }
  .section-solution .title-tobisuke hgroup p {
    font-size: clamp(24px, 2vw, 28px);
  }
  .section-solution .title-tobisuke hgroup h2 {
    font-size: clamp(48px, 3.9vw, 56px);
  }
  .section-solution .title-tobisuke hgroup h2 small {
    margin-left: 0.75em;
    font-size: clamp(20px, 1.5vw, 22px);
    font-weight: 400;
  }
  .section-solution .title-tobisuke .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .section-solution .title-tobisuke .text p {
    font-size: clamp(14px, 1.1vw, 16px);
    font-weight: 700;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 2em;
    letter-spacing: 0.02em;
  }
  .section-solution .movie-tobisuke .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 55px;
  }
  .section-solution .movie-tobisuke .col2:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .section-solution .movie-tobisuke .col2:nth-child(even) .mov {
    margin-left: 40px;
    margin-right: 0;
  }
  .section-solution .movie-tobisuke .col2 .mov {
    width: clamp(450px, 40vw, 575px);
    margin-left: 0;
    margin-right: 40px;
  }
  .section-solution .movie-tobisuke .col2 .mov video {
    border-radius: 8px;
  }
  .section-solution .movie-tobisuke .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .section-solution .movie-tobisuke .col2 .text h3 {
    margin: 0 0 0.5em;
    padding: 0 0 0.25em;
    font-size: clamp(26px, 2.2vw, 31px);
    font-weight: 700;
    border-bottom: 4px solid #FEB123;
  }
  .section-solution .movie-tobisuke .col2 .text p {
    font-size: 14px;
    line-height: 2em;
  }
  .section-interview {
    padding: 87px 40px;
    background-color: #F5FDFF;
  }
  .section-interview .inner {
    width: 1120px;
    max-width: 100%;
    margin: 0 auto;
  }
  .section-interview h2 {
    margin-bottom: 60px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
  }
  .section-interview h2 b {
    color: #289990;
  }
  .section-interview .movie-interview .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 60px;
  }
  .section-interview .movie-interview .col2:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .section-interview .movie-interview .col2:nth-child(even) .mov {
    margin-left: 32px;
    margin-right: 0;
  }
  .section-interview .movie-interview .col2:last-child {
    margin-bottom: 0;
  }
  .section-interview .movie-interview .col2 .mov {
    width: clamp(450px, 38vw, 544px);
    margin-left: 0px;
    margin-right: 32px;
  }
  .section-interview .movie-interview .col2 .mov iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .section-interview .movie-interview .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .section-interview .movie-interview .col2 .text hgroup {
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-weight: 700;
    border-bottom: 3px solid #289990;
  }
  .section-interview .movie-interview .col2 .text hgroup h3 {
    font-size: clamp(20px, 1.7vw, 24px);
    line-height: 1.35em;
  }
  .section-interview .movie-interview .col2 .text p {
    font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.75em;
  }
  .section-reason {
    padding: 87px 0;
    background-color: #FFF9ED;
    counter-reset: num;
  }
  .section-reason .inner {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
  }
  .section-reason .title-reason {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 60px;
  }
  .section-reason .title-reason h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
  }
  .section-reason .title-reason h2 strong {
    font-size: 32px;
  }
  .section-reason .title-reason .no1 {
    position: absolute;
    top: 50%;
    right: -140px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 133px;
  }
  .section-reason .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
    counter-increment: num;
  }
  .section-reason .col2:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .section-reason .col2:nth-of-type(odd) .text {
    padding: 0 clamp(60px, 10%, 120px) 0 50px;
  }
  .section-reason .col2:nth-of-type(odd) .img img {
    border-radius: 0 16px 16px 0;
  }
  .section-reason .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 60px 0 clamp(60px, 10%, 140px);
  }
  .section-reason .col2 .text h3 {
    margin-bottom: 10px;
    font-size: clamp(28px, 2.8vw, 40px);
    font-weight: 700;
  }
  .section-reason .col2 .text h3::before {
    content: "0" counter(num);
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    margin-bottom: 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #FEB123;
    border-radius: 50% 50% 0 50%;
  }
  .section-reason .col2 .text p {
    font-size: clamp(15px, 1.1vw, 16px);
    line-height: 2em;
  }
  .section-reason .col2 .img {
    width: 50%;
  }
  .section-reason .col2 .img img {
    border-radius: 16px 0 0 16px;
  }
  .section-summary {
    width: 1200px;
    max-width: 100%;
    margin: 100px auto;
    padding: 0 40px;
    text-align: center;
  }
  .section-summary video {
    margin-bottom: 60px;
    border-radius: 16px;
  }
  #lpForm {
    padding: 30px 40px;
    background-color: #FEB123;
  }
}