@charset "UTF-8";
:root {
  /*===================== Color =====================*/
  --color-toyopet: #005952;
  --color-hac-base: #005952;
  --color-chubase-red: #F40013;
  --color-hac-base: #0F5E75;
  --color-kinto: #20A5C0;
  --color-main: #1F1F1F;
  --color-light-blue: #44A0BE;
  --color-blue: #178BD2;
  --color-red: #DB0011;
  --color-red02: #E54956;
  --color-pink: #EB6B76;
  --color-orange: #F28212;
  --color-gold: #B18B31;
  --color-light-gray: #C8C8C8;
  --color-white-blue: #E1ECEF;
  --color-gray: #DEE4E8;
  --color-blue-gray-light: rgba(235, 241, 245, 0.9);
  --color-blue-gray: #8E9FA4;
  --color-used: #EC1223;
  --color-light-green: #46B41E;
  --color-dark-green: #3A4246;
  --color-green: #00A941;
  --color-green02: #46B196;
  --color-green03: #00CDA4;
  --color-02: #556168;
  --color-03: #2970C0;
  --color-navy: #38405C;
  --color-sub-txt: #818181;
  --color-sub-txt-v02: #6F6F6F;
  --color-sub: #9D9D9D;
  --color-sub-line05: #d6d6d6;
  /*表*/
  --color-table: #494949;
  /*Table*/
  --color-table-bg: #F2F2F2;
  --color-table-menu: #79888D;
  /*===================== Gradient =====================*/
  --gradient-green-blue: linear-gradient(90deg,#78B50F 1%,#69D04D 35%,#38B5CE 72%,#3C64A1 100%);
  --gradient-red-yellow: linear-gradient(90deg,#F05353,#E7B500);
  /*===================== Font =====================*/
  --font-montserrat: "Montserrat", sans-serif;
  --font-manrope: "Manrope", sans-serif;
  --font-bungee: "Bungee", sans-serif;
  /*===================== CONT radius =====================*/
  --ease-bounce-s:linear(0, 0.271 8.8%, 0.542 19.9%, 0.837 34.2%, 1 44.7%, 0.943 51.1%, 0.925 57.5%, 0.937 63.1%, 1 77.4%, 0.991 84.2%, 1);
  --ease-bounce:linear(0, 0.247 13.2%, 0.415 20.5%, 0.624 27.4%, 1 37.8%, 0.794 44.9%, 0.747 47.9%, 0.731 50.8%, 0.744 53.5%, 0.785 56.4%, 0.999 65.5%, 0.927 69.6%, 0.904 73.4%, 0.921 77%, 1 84.5%, 0.981 89.4%, 1);
}

/*================================= 見出し =================================*/
/*======================= SP-VW =======================*/
/*======================= PC-VW =======================*/
/*------ 使用例 ------
.text {
	font-size: spvw(16);
}
*/
/*======================= PCLG-VW =======================*/
/*================================= マウスオーバー =================================*/
/*================================= コンテンツ 角丸 =================================*/
/*================================= アニメーション =================================*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes big {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes flipcard01 {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(180deg);
  }
}
@keyframes flipcard02 {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
/*================================= メニュー左寄せ =================================*/
.l-lower-title-area h1 .large .wrap .img.w01 {
  width: 79%;
}
.l-lower-title-area h1 .large .wrap .img.w02 {
  width: 64%;
}
.l-lower-title-area h1 .large .wrap .img.w03 {
  width: 68%;
  transform: translate(-55%, -48%);
}

h2.kaitori-cont-title {
  line-height: 1.2em;
  margin-bottom: 0.6em;
  font-size: calc(60 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  h2.kaitori-cont-title {
    font-size: clamp(0px, 51 / 1366 * 100vw, 60px);
  }
}
h2.kaitori-cont-title .small {
  display: block;
  line-height: 1.2em;
  font-weight: 400;
  font-size: calc(25 / 750 * 100vw);
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  h2.kaitori-cont-title .small {
    font-size: 0.5em;
    margin-bottom: 0;
  }
}

section.sec-assessment {
  box-sizing: border-box;
  border: solid 1px #fff;
  background: rgba(255, 255, 255, 0.6);
  border-radius: calc(10 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-assessment {
    border-radius: 10px;
  }
}
section.sec-assessment {
  padding: calc(120 / 750 * 100vw) calc(33 / 750 * 100vw);
  margin-top: calc(80 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-assessment {
    padding: calc(65 / 1366 * 100vw) 56px;
    margin-top: 59px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-assessment div.assessment-lead-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
}
section.sec-assessment div.assessment-lead-cont div.txt-wrap {
  position: relative;
  box-sizing: border-box;
  padding: 0 calc(25 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-assessment div.assessment-lead-cont div.txt-wrap {
    width: 49%;
    padding: 0;
  }
}
section.sec-assessment div.assessment-lead-cont p {
  color: var(--color-sub-txt-v02);
}
@media screen and (min-width: 768px) {
  section.sec-assessment div.assessment-lead-cont p {
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.03em;
    font-size: clamp(10px, 18 / 1366 * 100vw, 24px);
    margin-bottom: 2em;
  }
}
section.sec-assessment div.assessment-lead-cont div.assessment-img {
  width: 23%;
  margin-right: 8%;
  margin-top: 2.2%;
  opacity: 0;
}
section.sec-assessment div.assessment-lead-cont div.assessment-img.animation {
  animation: kumaru-img 0.6s cubic-bezier(0.56, 0.01, 0.19, 0.99) forwards;
}
@keyframes kumaru-img {
  0% {
    transform: translate(0, 80%);
    opacity: 0;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
section.sec-assessment div.assessment-point-cont ul {
  margin-top: calc(60 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-assessment div.assessment-point-cont ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -moz-column-gap: 8px;
         column-gap: 8px;
    margin-top: 0;
  }
}
section.sec-assessment div.assessment-point-cont li {
  background: #fff;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: calc(5 / 750 * 100vw);
  padding: calc(48 / 750 * 100vw) 0 calc(70 / 750 * 100vw) 8%;
  margin-bottom: calc(8 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-assessment div.assessment-point-cont li {
    width: calc(33.3% - 6px);
    text-align: center;
    padding: 5% 0;
    border-radius: 5px;
  }
}
section.sec-assessment div.assessment-point-cont li {
  /*&.animation{
      div.kumaru-img{
          animation: kumaru-img 1.4s var(--ease-bounce-s) forwards;
      }
  }
  div.kumaru-img{
      position: absolute;
      bottom: -13%;
      right: -0%;
      width: 18%;
      @keyframes kumaru-img {
          0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
          10%  { transform: scale(0.94, 0.94) translate(0%, 5%); }
          20%  { transform: scale(1.2, 0.8) translate(0%, 7%); }
          35%  { transform: scale(0.8, 1.1) translate(0%, -10%); }
          58%  { transform: scale(1.04, 0.8) translate(0%, 5%); }
          70% { transform: scale(1.0, 1.0) translate(0%, 0%); }
      }
  }*/
}
section.sec-assessment div.assessment-point-cont p.point {
  display: inline-block;
  line-height: 1.2em;
  background-color: var(--color-green);
  font-family: var(--font-montserrat);
  font-weight: 600;
  color: #fff;
  padding: 0.4em 1em;
  border-radius: 50em;
  font-size: calc(18 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-assessment div.assessment-point-cont p.point {
    padding: 0 0.8em;
    font-size: clamp(0px, 14 / 1366 * 100vw, 100px);
  }
}
section.sec-assessment div.assessment-point-cont p.txt {
  font-weight: bold;
  line-height: 1.2em;
  font-size: calc(30 / 750 * 100vw);
  margin: 0.4em 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-assessment div.assessment-point-cont p.txt {
    margin: 0.4em 0 1.4em;
    font-size: clamp(0px, 22 / 1366 * 100vw, 100px);
  }
}
section.sec-assessment div.assessment-point-cont .icon {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
  width: calc(140 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-assessment div.assessment-point-cont .icon {
    transform: translate(0);
    margin: auto;
    position: relative;
    left: 0;
    top: 0;
    width: 22%;
  }
}

section.sec-structure {
  box-sizing: border-box;
  border: solid 1px #fff;
  background: rgba(255, 255, 255, 0.6);
  border-radius: calc(10 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-structure {
    border-radius: 10px;
  }
}
section.sec-structure {
  margin-top: calc(20 / 750 * 100vw);
  padding: calc(120 / 750 * 100vw) 0;
}
@media screen and (min-width: 768px) {
  section.sec-structure {
    padding: calc(80 / 1366 * 100vw) 56px;
    margin-top: 18px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-structure {
    padding: calc(90 / 1366 * 100vw) 56px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-structure div.structure-lead-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-structure div.structure-lead-cont div.txt-wrap {
  box-sizing: border-box;
  padding: 0 calc(59 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-structure div.structure-lead-cont div.txt-wrap {
    width: 48%;
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-structure div.structure-lead-cont div.txt-wrap {
    width: 53%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-structure div.structure-lead-cont p {
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.03em;
    font-size: clamp(10px, 18 / 1366 * 100vw, 24px);
  }
}
section.sec-structure div.structure-lead-cont div.structure-lead-graph {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: calc(65 / 750 * 100vw) auto calc(90 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-structure div.structure-lead-cont div.structure-lead-graph {
    width: 48%;
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-structure div.structure-lead-cont div.structure-lead-graph {
    width: 46%;
  }
}
section.sec-structure div.structure-lead-cont div.structure-lead-graph {
  /*@include mq(pc-middle) {
      width: calc(95% - 390px);
  }
  @include mq(pc-large) {
      width: calc(95% - 480px);
  }
  @include mq(pc-xlarge) {
      width: calc(90% - 480px);
  }*/
}
section.sec-structure div.structure-lead-cont div.structure-lead-graph.ani.animation .type01 {
  animation: circle01 1.4s var(--ease-bounce-s) forwards;
}
@keyframes circle01 {
  0% {
    stroke-dasharray: 0 565;
  }
  100% {
    stroke-dasharray: 566 565;
  }
}
section.sec-structure div.structure-lead-cont div.structure-lead-graph.ani.animation .type02 {
  animation: circle02 1.4s var(--ease-bounce-s) forwards;
}
@keyframes circle02 {
  0% {
    stroke-dasharray: 0 565;
  }
  100% {
    stroke-dasharray: 456 565;
  }
}
section.sec-structure div.structure-lead-cont div.structure-lead-graph.ani.animation .circle-img {
  animation: fade 1s 1s forwards;
}
@keyframes fukidashi {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
section.sec-structure div.structure-lead-cont div.structure-lead-graph.ani.animation p.fukidashi {
  animation: fukidashi 1s 0.6s var(--ease-bounce) forwards;
}
section.sec-structure div.structure-lead-cont div.structure-lead-graph div.graph-box {
  width: 48.2%;
}
@media screen and (min-width: 768px) {
  section.sec-structure div.structure-lead-cont div.structure-lead-graph div.graph-box {
    width: 48%;
  }
}
section.sec-structure div.structure-lead-cont div.structure-lead-graph .fukidashi {
  width: 90%;
  margin: auto;
  transform-origin: bottom;
  transform: scale(0);
}
section.sec-structure div.structure-lead-cont div.structure-lead-graph p.graph-caption {
  text-align: center;
  font-weight: 500;
  line-height: 1.2em;
  transform: translate(0, -0.8em);
  font-size: calc(20 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-structure div.structure-lead-cont div.structure-lead-graph p.graph-caption {
    font-size: clamp(0px, 13 / 1366 * 100vw, 100px);
  }
}
section.sec-structure div.structure-lead-cont div.circle-wrap {
  position: relative;
}
section.sec-structure div.structure-lead-cont div.circle-wrap .circle-img {
  display: block;
  position: absolute;
  top: 7.8%;
  opacity: 0;
  width: 39.8%;
  left: 10.6%;
}
@media screen and (min-width: 768px) {
  section.sec-structure div.structure-lead-cont div.circle-wrap .circle-img {
    top: 8%;
    width: 39.4%;
  }
}
section.sec-structure div.structure-lead-cont div.circle-wrap .circle {
  display: inline-block;
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  section.sec-structure div.structure-lead-cont div.circle-wrap .circle {
    width: 100%;
  }
}
section.sec-structure div.structure-lead-cont div.circle-wrap .txt {
  position: absolute;
  top: 27.1%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 44.2%;
}
section.sec-structure div.structure-lead-cont div.circle-wrap .circle .type {
  fill: transparent;
  stroke-width: 56;
  stroke-dasharray: 0 565;
}
@media screen and (min-width: 768px) {
  section.sec-structure div.structure-lead-cont div.circle-wrap .circle .type {
    stroke-width: 56;
  }
}
section.sec-structure div.structure-lead-cont div.circle-wrap .type01 {
  stroke: var(--color-green);
}
section.sec-structure div.structure-lead-cont div.circle-wrap .type02 {
  stroke: #586468;
}
section.sec-structure div.structure-lead-cont div.circle-wrap {
  /*p.graph-txt{
      position: absolute;
      top: 47%;
      left: 50%;
      line-height: 1.2em;
      font-weight: bold;
      transform: translate(-50%,-50%);
      @include mq(pc) {
          text-align: center;
          font-size: clamp(0px, 1vw, 40px);
      }
  }*/
}
section.sec-structure div.structure-difference-cont {
  background-color: #fff;
  box-sizing: border-box;
  padding: calc(80 / 750 * 100vw) 0 calc(75 / 750 * 100vw) calc(59 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-structure div.structure-difference-cont {
    border-radius: 5px;
    padding: calc(70 / 1366 * 100vw) 8%;
    margin-top: calc(65 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1000px) {
  section.sec-structure div.structure-difference-cont {
    padding: calc(50 / 1366 * 100vw) 75px;
  }
}
section.sec-structure div.structure-difference-cont h3 {
  margin-bottom: 1em;
  font-size: calc(32 / 750 * 100vw);
  color: var(--color-table);
}
@media screen and (min-width: 768px) {
  section.sec-structure div.structure-difference-cont h3 {
    color: #494949;
    font-weight: 700;
    font-size: clamp(17px, 26 / 1366 * 100vw, 35px);
    line-height: 1.46em;
    letter-spacing: 0.02em;
  }
}
section.sec-structure div.structure-difference-cont p {
  color: var(--color-sub-txt-v02);
  margin-bottom: 1em;
  font-weight: 400;
  font-size: calc(24 / 750 * 100vw);
  line-height: 1.75em;
  letter-spacing: 0.02em;
  padding-right: calc(59 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-structure div.structure-difference-cont p {
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.03em;
    font-size: clamp(10px, 18 / 1366 * 100vw, 24px);
    padding: 0;
  }
}
section.sec-structure div.structure-difference-cont div.structure-difference-wrap {
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  section.sec-structure div.structure-difference-cont div.structure-difference-wrap {
    overflow: revert;
  }
}
section.sec-structure div.structure-difference-cont div.structure-difference-wrap div.structure-difference-img {
  width: 180%;
}
@media screen and (min-width: 768px) {
  section.sec-structure div.structure-difference-cont div.structure-difference-wrap div.structure-difference-img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-structure div.structure-difference-cont #kaitori {
    max-width: 1000px;
  }
}
section.sec-structure div.structure-point-cont {
  margin-top: calc(80 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-structure div.structure-point-cont {
    margin-top: calc(90 / 1366 * 100vw);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-structure div.structure-point-cont div.txt-wrap {
  box-sizing: border-box;
  padding: 0 calc(65 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-structure div.structure-point-cont div.txt-wrap {
    width: 33%;
    padding: 0;
  }
}
section.sec-structure div.structure-point-cont div.txt-wrap h3 {
  font-size: calc(40 / 750 * 100vw);
  line-height: 1.32em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-structure div.structure-point-cont div.txt-wrap h3 {
    font-size: clamp(0px, 28 / 1366 * 100vw, 100px);
  }
}
section.sec-structure div.structure-point-cont div.txt-wrap h3 .small {
  font-size: calc(24 / 750 * 100vw);
  line-height: 1.4em;
  display: block;
  color: var(--color-green);
  margin-bottom: 0.4em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.sec-structure div.structure-point-cont div.txt-wrap h3 .small {
    font-size: clamp(0px, 18 / 1366 * 100vw, 100px);
  }
}
section.sec-structure div.structure-point-cont div.txt-wrap p {
  color: var(--color-sub-txt-v02);
  font-weight: 400;
  font-size: calc(24 / 750 * 100vw);
  line-height: 1.75em;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  section.sec-structure div.structure-point-cont div.txt-wrap p {
    font-weight: 400;
    font-size: clamp(10px, 16 / 1366 * 100vw, 20px);
    line-height: 1.8em;
    letter-spacing: 0.02em;
  }
}
section.sec-structure div.structure-point-cont div.structure-point-img-wrap {
  width: 90%;
  margin: calc(60 / 750 * 100vw) auto 0;
}
@media screen and (min-width: 768px) {
  section.sec-structure div.structure-point-cont div.structure-point-img-wrap {
    width: 56%;
    margin: 0;
  }
}
section.sec-structure div.structure-point-cont div.structure-point-img-wrap div.structure-point-img {
  margin-bottom: calc(50 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-structure div.structure-point-cont div.structure-point-img-wrap div.structure-point-img {
    margin-bottom: calc(25 / 1366 * 100vw);
  }
}
section.sec-structure div.structure-point-cont div.structure-point-img-wrap p {
  color: var(--color-sub-txt-v02);
  text-indent: -1.8em;
  padding-left: 1.8em;
  font-weight: 400;
  font-size: calc(18 / 750 * 100vw);
  line-height: 1.5em;
  letter-spacing: 0.04em;
  width: 80%;
}
@media screen and (min-width: 768px) {
  section.sec-structure div.structure-point-cont div.structure-point-img-wrap p {
    width: 100%;
    font-weight: 400;
    font-size: clamp(10px, 10 / 1366 * 100vw, 100px);
    line-height: 1.4em;
    letter-spacing: 0.02em;
  }
}
section.sec-structure div.structure-method-cont {
  border-top: solid 1px var(--color-light-gray);
  width: 91%;
  margin: calc(80 / 750 * 100vw) auto 0;
  padding: calc(80 / 750 * 100vw) calc(32 / 750 * 100vw) 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  section.sec-structure div.structure-method-cont {
    width: 100%;
    padding: 0;
    margin: 0;
    padding-top: calc(38 / 1366 * 100vw);
    margin-top: calc(65 / 1366 * 100vw);
  }
}
section.sec-structure div.structure-method-cont h4 {
  font-weight: bold;
  line-height: 1.34em;
  font-size: calc(32 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-structure div.structure-method-cont h4 {
    line-height: 1.8em;
    font-size: clamp(0px, 20 / 1366 * 100vw, 100px);
  }
}
section.sec-structure div.structure-method-cont ul {
  color: var(--color-sub-txt-v02);
  font-size: calc(24 / 750 * 100vw);
  line-height: 1.56em;
  margin-top: calc(40 / 750 * 100vw);
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-structure div.structure-method-cont ul {
    margin-top: 0.6em;
    font-size: clamp(0px, 16 / 1366 * 100vw, 100px);
    margin-bottom: 1.6em;
  }
}
section.sec-structure div.structure-method-cont ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-structure div.structure-method-cont ul li {
    margin-bottom: 0;
  }
}
section.sec-structure div.structure-method-cont p {
  color: var(--color-sub-txt-v02);
  font-weight: 400;
  font-size: calc(18 / 750 * 100vw);
  line-height: 1.5em;
  letter-spacing: 0.04em;
  text-indent: -2em;
  padding-left: 2em;
}
@media screen and (min-width: 768px) {
  section.sec-structure div.structure-method-cont p {
    font-weight: 400;
    font-size: clamp(10px, 10 / 1366 * 100vw, 100px);
    line-height: 1.4em;
    letter-spacing: 0.02em;
  }
}

section.sec-choose {
  background-color: var(--color-green);
  box-sizing: border-box;
  border-radius: calc(10 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-choose {
    border-radius: 10px;
  }
}
section.sec-choose {
  margin-top: calc(20 / 750 * 100vw);
  padding: calc(80 / 750 * 100vw) calc(33 / 750 * 100vw) calc(23 / 750 * 100vw);
  margin-bottom: calc(50 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-choose {
    margin-top: 18px;
    padding: calc(100 / 1366 * 100vw) 56px calc(80 / 1366 * 100vw);
    margin-bottom: 53px;
  }
}
section.sec-choose h2 {
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-size: calc(50 / 750 * 100vw);
  line-height: 1.24em;
  margin-bottom: calc(67 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-choose h2 {
    font-size: clamp(0px, 40 / 1366 * 100vw, 100px);
    margin-bottom: 1.6em;
  }
}
section.sec-choose h2 .bold {
  font-weight: bold;
  color: #FFFB00;
}
@media screen and (min-width: 768px) {
  section.sec-choose div.choose-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
section.sec-choose div.choose-box-wrap div.choose-box {
  background: #fff;
  box-sizing: border-box;
  margin-bottom: calc(10 / 750 * 100vw);
  padding: calc(60 / 750 * 100vw) calc(55 / 750 * 100vw);
  border-radius: calc(5 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-choose div.choose-box-wrap div.choose-box {
    width: calc(50% - 4px);
    padding: calc(30 / 750 * 100vw) 0 calc(30 / 750 * 100vw) calc(25 / 750 * 100vw);
    border-radius: 5px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-choose div.choose-box-wrap div.choose-box {
    padding: 49px 0 49px 38px;
  }
}
section.sec-choose div.choose-box-wrap div.choose-box h3 {
  line-height: 1.2em;
  font-weight: 700;
  font-size: calc(36 / 750 * 100vw);
  line-height: 1.44em;
  letter-spacing: 0.03em;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  section.sec-choose div.choose-box-wrap div.choose-box h3 {
    font-size: clamp(0px, 30 / 1366 * 100vw, 100px);
    margin-bottom: 0.6em;
  }
}
section.sec-choose div.choose-box-wrap div.choose-box h3 .number {
  font-family: var(--font-montserrat);
  color: var(--color-green);
  display: block;
  line-height: 1.2em;
  margin-bottom: 1em;
  font-size: calc(32 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-choose div.choose-box-wrap div.choose-box h3 .number {
    font-size: clamp(0px, 20 / 1366 * 100vw, 100px);
    margin-bottom: 0.8em;
  }
}
section.sec-choose div.choose-box-wrap div.choose-box p {
  color: var(--color-sub-txt-v02);
  font-weight: 400;
  font-size: calc(24 / 750 * 100vw);
  line-height: 1.75em;
  letter-spacing: 0.02em;
  margin-bottom: calc(40 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-choose div.choose-box-wrap div.choose-box p {
    font-weight: 400;
    font-size: clamp(10px, 16 / 1366 * 100vw, 20px);
    line-height: 1.8em;
    letter-spacing: 0.02em;
    margin-bottom: 0;
    height: 9vw;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-choose div.choose-box-wrap div.choose-box p {
    height: 11vw;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-choose div.choose-box-wrap div.choose-box p {
    height: 9.5vw;
  }
}
section.sec-choose div.choose-box-wrap div.choose-box a {
  margin: 0;
  width: calc(406 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-choose div.choose-box-wrap div.choose-box a {
    width: 20em;
  }
}/*# sourceMappingURL=kaitori.css.map */