@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #4D4D4D;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

.main-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.main-bg.bg01 {
  background: url(../images/bg_01.jpg) repeat center center;
}
.main-bg.bg02 {
  background: url(../images/bg_02.jpg) repeat center center;
}
.main-bg.bg03 {
  background: url(../images/bg_03.jpg) repeat center center;
  display: none;
}
.main-bg.bg04 {
  background: url(../images/bg_04.jpg) repeat center center;
  display: none;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: middle;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  background: #fff;
  padding: 0 0 0 24px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.c-header .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  padding: 0;
}
.c-header .logo {
  display: block;
  width: 368px;
}

.c-nav {
  margin-left: auto;
}
.c-nav a {
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  padding: 15px 20px;
  position: relative;
  text-align: center;
}
.c-nav a::before {
  background: #0D5BAB;
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
}
.c-nav a.black {
  background-color: #000;
  color: #fff;
  padding: 30px 28px 23px;
}

.c-menu-btn {
  background: #fff;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 100;
}
.c-menu-btn .inn {
  display: block;
  width: 24px;
  height: 16px;
  position: relative;
  margin: auto;
}
.c-menu-btn .line {
  background: #0D5BAB;
  display: block;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 1px;
}
.c-menu-btn .line:nth-child(1) {
  top: 0;
}
.c-menu-btn .line:nth-child(2) {
  top: 7px;
}
.c-menu-btn .line:nth-child(3) {
  top: 15px;
}

.ipad .c-nav a {
  font-size: 9px;
}

/* --------------------------------
c-footer
----------------------------------- */
.c-footer {
  background: #4D4D4D;
  padding: 40px 0 34px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.c-footer .txt {
  color: #fff;
  line-height: 1.5;
}

.c-ttl-wrap {
  margin: 0 0 70px;
}
.c-ttl-wrap .ttl-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 20px 0;
  position: relative;
}
.c-ttl-wrap .ttl-area::before {
  content: "";
  display: block;
  width: 1000px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
}
.c-ttl-wrap .ttl-area .ico {
  width: 153px;
}
.c-ttl-wrap .ttl-area .ttl {
  padding-left: 50px;
  width: calc(100% - 153px);
}
.c-ttl-wrap .ttl-area .note {
  font-size: 12px;
  position: absolute;
  bottom: -25px;
  right: 0;
}

.content01 .c-ttl-wrap .ttl-area {
  background: #0D5BAB;
}
.content01 .c-ttl-wrap .ttl-area::before {
  background: #0D5BAB;
}

.content02 .c-ttl-wrap .ttl-area {
  background: #22B573;
}
.content02 .c-ttl-wrap .ttl-area::before {
  background: #22B573;
}

.content03 .c-ttl-wrap .ttl-area {
  background: #FBB03B;
}
.content03 .c-ttl-wrap .ttl-area::before {
  background: #FBB03B;
}

.c-gap {
  padding: 60px 0;
  text-align: center;
}
.c-gap .ico {
  display: block;
  line-height: 1;
}

.l-inner {
  max-width: 1030px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.fixed-banner {
  width: 218px;
  height: 218px;
  position: fixed;
  bottom: 190px;
  right: 0;
  z-index: 99;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fixed-banner.appear {
  opacity: 1;
}
.fixed-banner .inn {
  color: #fff;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fixed-banner .middle {
  font-size: 15px;
  font-weight: bold;
}
.fixed-banner .large {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
}

/* スクリーンリーダー用 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only:active, .sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* c-animation */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes mask {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes mask {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@-webkit-keyframes paper {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  75% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes paper {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  75% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes slideInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes slideInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes slideInDiagonal {
  0% {
    -webkit-transform: translate(40px, -40px);
            transform: translate(40px, -40px);
  }
  100% {
    -webkit-transform: translateX(0, 0);
            transform: translateX(0, 0);
  }
}
@keyframes slideInDiagonal {
  0% {
    -webkit-transform: translate(40px, -40px);
            transform: translate(40px, -40px);
  }
  100% {
    -webkit-transform: translateX(0, 0);
            transform: translateX(0, 0);
  }
}
@-webkit-keyframes popup {
  0% {
    -webkit-transform: translateY(40px) scale(0.8);
            transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    -webkit-transform: translateY(40px) scale(0.8);
            transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
/* --------------------------------
フェードイン
----------------------------------- */
.anim-fade-in {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

.anim-fade-in.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.anm-right {
  position: relative;
  left: 0;
  opacity: 0;
}

.anm-right.is-animated {
  -webkit-animation: right 1s both;
  animation: right 1s both;
}

/* --------------------------------
右から
----------------------------------- */
@-webkit-keyframes right {
  0% {
    left: 100%; /*要素を左の枠外に移動*/
    opacity: 0;
  }
  50% {
    left: 90%;
    opacity: 0;
  }
  100% {
    left: 0; /*要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes right {
  0% {
    left: 100%; /*要素を左の枠外に移動*/
    opacity: 0;
  }
  50% {
    left: 90%;
    opacity: 0;
  }
  100% {
    left: 0; /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.anm-scaleUp.is-animated {
  -webkit-animation: scaleUp 0.6s both;
  animation: scaleUp 0.6s both;
}

@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/* --------------------------------
ふわふわ
----------------------------------- */
.fluffy {
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-animation: fluffy 2.5s infinite;
  animation: fluffy 2.5s infinite;
}
.fluffy.delay01 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fluffy.delay02 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes fluffy {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes fluffy {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
/* --------------------------------
ぬるり
----------------------------------- */
.anm-under .inn {
  display: block;
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
          transform: matrix(1, 0, 0, 1, 0, 100);
  -webkit-transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.anm-under.is-animated .inn {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}

/* --------------------------------
グラフ
----------------------------------- */
.graph-anim-wrap {
  position: relative;
}

.anm-graph {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -5px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  margin: auto;
  transform-origin: center;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  height: calc(100% + 10px);
  width: calc(100% + 10px);
  z-index: 2;
}
.anm-graph.is-animated circle {
  -webkit-animation: graph 2.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: graph 2.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.anm-graph circle {
  position: relative;
  fill: none;
  stroke-width: 32;
  stroke: #fff;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 0;
}

@-webkit-keyframes graph {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -100;
  }
}

@keyframes graph {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -100;
  }
}
/* --------------------------------
やじるし
----------------------------------- */
.anm-left-move {
  max-width: 100%;
}
.anm-left-move.is-animated img, .anm-left-move.is-animated source {
  -webkit-animation: left_move 2s forwards;
          animation: left_move 2s forwards;
}

@-webkit-keyframes left_move {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

@keyframes left_move {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.mv-section {
  position: relative;
}
.mv-section .inner {
  padding: 73px 60px 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.mv-section .sub {
  width: clamp(405px, 39.019033675vw, 533px);
}
.mv-section .sub img {
  max-height: 30px;
  width: 100%;
}
.mv-section .main {
  max-height: 115px;
}
.mv-section .iroha {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mv-section .detail {
  width: max(572px, 55.1976573939vw);
  -webkit-filter: drop-shadow(0px 0px 6px white) drop-shadow(0px 0px 6px white);
          filter: drop-shadow(0px 0px 6px white) drop-shadow(0px 0px 6px white);
}
.mv-section .detail img {
  width: 100%;
}
.mv-section .ttl-wrap {
  padding-top: 35px;
}
.mv-section .img-wrap {
  position: relative;
}
.mv-section .img-wrap .bg-white {
  position: absolute;
  top: 73px;
  left: 0;
  width: 43.9238653001vw;
  height: 100%;
  z-index: 1;
}
.mv-section .img-wrap .bg-white img {
  width: auto;
  height: 25.641025641vw;
}
.mv-section .img-wrap .inn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mv-section .img-wrap .img {
  width: 20%;
}
.mv-section .img-wrap .img img {
  width: 100%;
}

.lead-section {
  padding: 156px 0 100px;
  position: relative;
}
.lead-section .ttl {
  margin: 0 0 60px;
  text-align: center;
}
.lead-section .txt {
  font-size: 24px;
  line-height: 1.83;
  text-align: center;
}
.lead-section .btn {
  background: #fff;
  border-radius: 15px;
  display: block;
  max-width: 856px;
  margin: 25px auto 0;
  -webkit-filter: drop-shadow(0 0 20px rgba(106, 109, 113, 0.5));
          filter: drop-shadow(0 0 20px rgba(106, 109, 113, 0.5));
  padding: 50px 50px 50px 100px;
  position: relative;
}
.lead-section .btn .btn-txt {
  font-size: 40px;
  font-weight: 500;
}
.lead-section .btn .btn-txt .blue {
  color: #0D5BAB;
}
.lead-section .btn .btn-txt .green {
  color: #22B573;
}
.lead-section .btn .btn-txt .orange {
  color: #FBB03B;
}
.lead-section .btn .ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  width: 188px;
  height: 106px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.lead-section .btn .ico::before {
  background: #3C7EC3;
  -webkit-mask: url(../images/icon_movie.svg) no-repeat center/contain;
          mask: url(../images/icon_movie.svg) no-repeat center/contain;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.lead-section .btn .ico.glossary::before {
  background: #3C7EC3;
  -webkit-mask: url(../images/glossary.svg) no-repeat center/contain;
          mask: url(../images/glossary.svg) no-repeat center/contain;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.lead-section .btn .ico .ico-txt {
  color: #3C7EC3;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  padding: 0 20px 0 0;
  position: relative;
}
.lead-section .btn .ico .ico-txt::before {
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 13px solid #3C7EC3;
  border-right: 0;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  margin: auto;
}
.lead-section .btn + .txt {
  margin-top: 70px;
}
.lead-section .btn + .txt + .btn {
  margin-top: 24px;
}

.intro-section {
  margin-top: 80px;
}
.intro-section .cont-wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 39px;
}
.intro-section .intro-text {
  font-size: 22px;
  width: calc(100% - 404px);
  line-height: 1.8;
}
.intro-section .intro-text .img {
  display: inline;
  vertical-align: middle;
}
.intro-section .intro-movie {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 404px;
}
.intro-section .intro-movie .ttl {
  text-align: center;
  margin-bottom: 15px;
}
.intro-section .movie-img {
  cursor: pointer;
  overflow: hidden;
  height: 100%;
}
.intro-section .movie-img img {
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.content-section {
  padding: 60px 0 80px;
  overflow: hidden;
}

.content01 {
  background: #E2EFFD;
}
.content01 .head-balloon {
  color: #0D5BAB;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 55px;
  padding: 0 68px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.content01 .head-balloon::before, .content01 .head-balloon::after {
  background: #0D5BAB;
  content: "";
  display: block;
  width: 3px;
  height: 65px;
  position: absolute;
  bottom: -10px;
}
.content01 .head-balloon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 20px;
}
.content01 .head-balloon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 20px;
}
.content01 .tab-btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.content01 .tab-btn-area .tab-btn {
  background: no-repeat top center/cover;
  cursor: pointer;
  width: 25%;
  height: 88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content01 .tab-btn-area .tab-btn .year {
  display: block;
  width: 70px;
}
.content01 .tab-btn-area .tab-btn .unit {
  display: block;
  width: 28px;
  margin: 14px 0 0 10px;
}
.content01 .tab-btn-area .tab-btn:nth-child(1) {
  background-image: url(../images/bg_blue.png);
}
.content01 .tab-btn-area .tab-btn:nth-child(2) {
  background-image: url(../images/bg_green.png);
}
.content01 .tab-btn-area .tab-btn:nth-child(3) {
  background-image: url(../images/bg_red.png);
}
.content01 .tab-btn-area .tab-btn:nth-child(4) {
  background-image: url(../images/bg_purple.png);
}
.content01 .tab:not(.is-active) {
  display: none;
}
.content01 .tab .ttl-area {
  overflow: hidden;
}
.content01 .tab .ttl-area .ttl {
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.4;
  padding: 25px 5px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.content01 .tab .ttl-area .img {
  position: relative;
}
.content01 .tab .ttl-area .img img {
  width: 100%;
}
.content01 .tab .ttl-area .img .note {
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8), 0px 0px 4px rgba(0, 0, 0, 0.6);
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 10px;
}
.content01 .tab .detail-area {
  background: #fff;
  padding: 40px 30px 10px;
  overflow: hidden;
  position: relative;
}
.content01 .tab .detail-area .bar {
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.content01 .tab .detail-area .sub-ttl {
  font-size: 29px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 3px;
}
.content01 .tab .detail-area .txt {
  font-size: 21px;
  line-height: 1.8;
}
.content01 .tab .recommend {
  margin: 70px 0 0;
}
.content01 .tab.blue .ttl-area .ttl {
  background: #3EBAB6;
}
.content01 .tab.blue .detail-area .bar {
  background: #3EBAB6;
}
.content01 .tab.blue .detail-area .sub-ttl {
  color: #3EBAB6;
}
.content01 .tab.green .ttl-area .ttl {
  background: #8EC351;
}
.content01 .tab.green .detail-area .bar {
  background: #8EC351;
}
.content01 .tab.green .detail-area .sub-ttl {
  color: #8EC351;
}
.content01 .tab.red .ttl-area .ttl {
  background: #CB4A50;
}
.content01 .tab.red .detail-area .bar {
  background: #CB4A50;
}
.content01 .tab.red .detail-area .sub-ttl {
  color: #CB4A50;
}
.content01 .tab.purple .ttl-area .ttl {
  background: #864DAF;
}
.content01 .tab.purple .detail-area .bar {
  background: #864DAF;
}
.content01 .tab.purple .detail-area .sub-ttl {
  color: #864DAF;
}
.content01 .recommend-txt {
  font-size: 22px;
  margin: 70px 0 0;
}
.content01 .btn-wrap {
  margin: 70px 0 0;
}
.content01 .btn-wrap .balloon {
  color: #0D5BAB;
  font-size: 30px;
  font-weight: bold;
  margin: 0 50px 0 0;
  position: relative;
}
.content01 .btn-wrap .balloon::before, .content01 .btn-wrap .balloon::after {
  background: #0D5BAB;
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  position: absolute;
  margin: auto;
}
.content01 .btn-wrap .btn {
  background: #0D5BAB;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  font-weight: 500;
  width: 368px;
  padding: 24px 20px;
}
.content01 .btn-wrap .btn .inn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.content01 .btn-wrap .btn .btn-txt {
  font-size: 30px;
  font-weight: 500;
}
.content01 .btn-wrap .btn .btn-arrow {
  display: inline-block;
  font-weight: 500;
  font-size: 24px;
  padding: 0 20px 0 0;
  position: relative;
}
.content01 .btn-wrap .btn .btn-arrow::before {
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 13px solid #fff;
  border-right: 0;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  margin: auto;
}

.content02 {
  background: #E7F2ED;
}
.content02 .main-ttl {
  color: #22B573;
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 50px;
}
.content02 .txt {
  font-size: 22px;
  line-height: 1.8;
}
.content02 .note {
  font-weight: 300;
  margin-top: 25px;
}
.content02 .img {
  margin: 75px 0 0;
}
.content02 .btn-wrap {
  margin-top: 45px;
}
.content02 .btn-wrap .balloon {
  color: #22B573;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 50px;
}
.content02 .btn-wrap .balloon::before, .content02 .btn-wrap .balloon::after {
  background: #22B573;
  content: "";
  display: block;
  width: 2px;
  height: 160px;
  position: absolute;
  top: -10px;
  margin: auto;
}
.content02 .btn-wrap .balloon::before {
  left: 0;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.content02 .btn-wrap .balloon::after {
  right: 0;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.content02 .btn-wrap .btn {
  background: #22B573;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 23px 20px;
  max-width: 600px;
  margin: 40px auto 0;
}
.content02 .btn-wrap .btn .btn-txt {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 50px 0 0;
  position: relative;
}
.content02 .btn-wrap .btn .btn-txt::before {
  border-style: solid;
  border-top: 12.5px solid transparent;
  border-bottom: 12.5px solid transparent;
  border-left: 25px solid #fff;
  border-right: 0;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  margin: auto;
}

.content03 .point-ttl {
  margin: 125px 0 50px;
}
.content03 .point-ttl .ico {
  background: #FBB03B;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 127px;
  height: 127px;
}
.content03 .point-ttl .ttl {
  color: #FBB03B;
  font-size: 40px;
  font-weight: bold;
  position: relative;
}
.content03 .point-ttl sub {
  position: relative;
  top: -25px;
  right: 0;
  line-height: 1;
}
.content03 .c-ttl-wrap + .point-ttl {
  margin-top: 0;
}
.content03 .cont-ttl {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 20px;
}
.content03 .cont-txt {
  font-size: 22px;
  letter-spacing: -0.03em;
}
.content03 .color-wrap {
  margin: 45px 0 120px;
}
.content03 .color-wrap .head {
  background: #fff;
  border-radius: 8px;
  color: #000;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 4px 50px;
}
.content03 .color-wrap .head.yellow {
  background-color: #FCEE21 !important;
}
.content03 .color-wrap .box {
  position: relative;
}
.content03 .color-wrap .box + .box {
  margin-top: 20px;
}
.content03 .color-wrap .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.content03 .color-wrap .list li {
  width: 25%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.content03 .color-wrap .list .inn {
  max-width: 190px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  position: relative;
}
.content03 .color-wrap .list .inn .img {
  width: 100%;
  height: 100%;
}
.content03 .color-wrap .list .inn .label {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.content03 .color-wrap .list .inn .bg {
  width: 100%;
}
.content03 .closing {
  font-weight: bold;
  font-size: 20px;
  margin: 60px 0 0;
  text-align: center;
}
.content03 .round-ttl {
  background: #FBB03B;
  border-radius: 40px;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  max-width: 678px;
  width: 100%;
  margin: 64px auto 28px;
  padding: 6px 20px;
  text-align: center;
}
.content03 .graph-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 136px;
  position: relative;
}
.content03 .graph {
  text-align: center;
}
.content03 .percent30 {
  position: absolute;
  top: 23px;
  right: 0;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.content03 .percent70 {
  position: absolute;
  bottom: 60px;
  left: 60px;
}
.content03 .graph-txt {
  margin: 40px 0 0;
  font-size: 22px;
  letter-spacing: -0.03em;
}
.content03 .table {
  max-width: 655px;
  margin: 40px auto 0;
  width: 100%;
  font-size: 20px;
}
.content03 .table thead th {
  background: #FBB03B;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 12px 15px;
}
.content03 .table tbody th,
.content03 .table tbody td {
  background: #fff;
  border: 1px solid #707070;
  font-weight: 400;
  text-align: center;
  padding: 10px 15px;
}
.content03 .table tbody td {
  color: #F04545;
}
.content03 .table tbody td .underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.diagnosis-section {
  margin: 20px 0 0;
}
.diagnosis-section .ttl-content {
  margin: 0 auto -120px;
}
.diagnosis-section .c-ttl-wrap {
  background: #FBB03B;
  max-width: 964px;
  margin: 0;
}
.diagnosis-section .c-ttl-wrap .ttl-wrap {
  min-height: inherit;
}
.diagnosis-section .c-ttl-wrap .ttl-area {
  padding: 40px 20px 40px 0;
}
.diagnosis-section .c-ttl-wrap .ttl-area .ttl {
  width: 100%;
}
.diagnosis-section .c-ttl-wrap .ttl-area::before {
  background: #FBB03B;
}
.diagnosis-section .diagnosis-content {
  background: #FFF2DE;
  padding: 175px 0 80px;
}
.diagnosis-section .lead {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 20px;
}
.diagnosis-section .input-area {
  background: #FADFB5;
  padding: 30px 20px;
  text-align: center;
}
.diagnosis-section .input-area .current-error,
.diagnosis-section .input-area .future-error,
.diagnosis-section .input-area .false-error,
.diagnosis-section .input-area .exceed-error {
  padding: 4px 0;
  display: none;
  color: #DC0000;
}
.diagnosis-section .input-area .current-error.is-error,
.diagnosis-section .input-area .future-error.is-error,
.diagnosis-section .input-area .false-error.is-error,
.diagnosis-section .input-area .exceed-error.is-error {
  display: block;
}
.diagnosis-section .input-area .false-error,
.diagnosis-section .input-area .exceed-error {
  margin-top: 25px;
}
.diagnosis-section .input-area .head {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 15px;
}
.diagnosis-section .input-area .head:not(:first-child) {
  margin-top: 30px;
}
.diagnosis-section .input-area .head .small {
  font-size: 20px;
  font-weight: 400;
}
.diagnosis-section .input-area .input-box {
  background: #fff;
  border: 1px solid #FBB03B;
  max-width: 206px;
  margin: auto;
  height: 88px;
  position: relative;
}
.diagnosis-section .input-area .input-box.is-error {
  border-color: #DC0000;
}
.diagnosis-section .input-area .input-box input {
  display: block;
  width: 100%;
  font-size: 24px;
  padding: 15px 40px 10px 20px;
  height: 100%;
}
.diagnosis-section .input-area .input-box .unit {
  display: block;
  font-size: 24px;
  font-weight: 400;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  position: absolute;
  bottom: 10px;
  right: 15px;
}
.diagnosis-section .input-area .note {
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.2;
}
.diagnosis-section .btn-area {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding: 0 15px;
}
.diagnosis-section .btn-area .js-calc-btn {
  background: #FBB03B;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 27px;
  width: 100%;
  padding: 20px 40px 20px 15px;
  position: relative;
}
.diagnosis-section .btn-area .js-calc-btn::before {
  border-style: solid;
  border-width: 10.5px 0 10.5px 21px;
  border-color: transparent transparent transparent #FFFFFF;
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 15px;
  margin: auto;
}
.diagnosis-section .result-area {
  position: relative;
  min-height: 479px;
}
.diagnosis-section .result-area .dummy-card {
  z-index: 2;
}
.diagnosis-section .result-area .result-card {
  z-index: 1;
}
.diagnosis-section .result-area.is-result .card {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.diagnosis-section .result-area.is-result .dummy-card {
  z-index: 1;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.diagnosis-section .result-area.is-result .result-card {
  z-index: 2;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.diagnosis-section .card {
  text-align: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.75, 0, 0.85, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.75, 0, 0.85, 1);
  transition: transform 0.8s cubic-bezier(0.75, 0, 0.85, 1);
  transition: transform 0.8s cubic-bezier(0.75, 0, 0.85, 1), -webkit-transform 0.8s cubic-bezier(0.75, 0, 0.85, 1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
}
.diagnosis-section .card.dummy-card {
  background: #C6AC83;
  padding: 30px 15px;
}
.diagnosis-section .card.dummy-card .slash {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 45px;
  padding: 0 25px;
}
.diagnosis-section .card.dummy-card .slash::before, .diagnosis-section .card.dummy-card .slash::after {
  background: #fff;
  content: "";
  display: block;
  width: 4px;
  height: 98px;
  position: absolute;
  bottom: 0;
  top: 30px;
  margin: auto;
}
.diagnosis-section .card.dummy-card .slash::before {
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.diagnosis-section .card.dummy-card .slash::after {
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.diagnosis-section .card.result-card {
  overflow: hidden;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  display: none;
}
.diagnosis-section .card.result-card.is-active {
  display: block;
}
.diagnosis-section .card.result-card .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.diagnosis-section .card.result-card .head {
  width: 293px;
  height: 263px;
  border-radius: 50%;
  position: absolute;
  top: -145px;
  right: 0;
  left: 0;
  margin: auto;
}
.diagnosis-section .card.result-card .head .head-txt {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.diagnosis-section .card.result-card .body {
  color: #fff;
  font-size: 44px;
  font-weight: 900;
  text-align: center;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.diagnosis-section .card.result-card .body .large {
  font-size: 60px;
}
.diagnosis-section .card.result-card.blue {
  background: -webkit-gradient(linear, left top, right top, from(rgb(62, 186, 182)), color-stop(50%, rgb(97, 201, 197)), to(rgb(62, 186, 182)));
  background: linear-gradient(90deg, rgb(62, 186, 182) 0%, rgb(97, 201, 197) 50%, rgb(62, 186, 182) 100%);
}
.diagnosis-section .card.result-card.blue .head {
  background: #BAEAE8;
}
.diagnosis-section .card.result-card.blue .head .head-txt {
  color: #3EBAB6;
}
.diagnosis-section .card.result-card.green {
  background: -webkit-gradient(linear, left top, right top, from(rgb(142, 195, 81)), color-stop(50%, rgb(181, 222, 131)), to(rgb(142, 195, 81)));
  background: linear-gradient(90deg, rgb(142, 195, 81) 0%, rgb(181, 222, 131) 50%, rgb(142, 195, 81) 100%);
}
.diagnosis-section .card.result-card.green .head {
  background: #DEF7C1;
}
.diagnosis-section .card.result-card.green .head .head-txt {
  color: #8EC350;
}
.diagnosis-section .card.result-card.red {
  background: -webkit-gradient(linear, left top, right top, from(rgb(203, 74, 80)), color-stop(50%, rgb(213, 114, 119)), to(rgb(203, 74, 80)));
  background: linear-gradient(90deg, rgb(203, 74, 80) 0%, rgb(213, 114, 119) 50%, rgb(203, 74, 80) 100%);
}
.diagnosis-section .card.result-card.red .head {
  background: #F7C6C8;
}
.diagnosis-section .card.result-card.red .head .head-txt {
  color: #CB4A50;
}
.diagnosis-section .card.result-card.purple {
  background: -webkit-gradient(linear, left top, right top, from(rgb(134, 77, 175)), color-stop(50%, rgb(164, 104, 208)), to(rgb(134, 77, 175)));
  background: linear-gradient(90deg, rgb(134, 77, 175) 0%, rgb(164, 104, 208) 50%, rgb(134, 77, 175) 100%);
}
.diagnosis-section .card.result-card.purple .head {
  background: #E3C5F8;
}
.diagnosis-section .card.result-card.purple .head .head-txt {
  color: #864DAF;
}

.cta-section {
  padding: 80px 0 120px;
}
.cta-section .ttl {
  color: #FBB03B;
  font-size: 40px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 40px;
  position: relative;
  text-align: center;
}
.cta-section .ttl::before, .cta-section .ttl::after {
  background: #FBB03B;
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cta-section .ttl::before {
  left: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cta-section .ttl::after {
  right: -5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cta-section .btn-wrap {
  margin: 50px 0 0;
}
.cta-section .btn-wrap .btn {
  display: block;
  max-width: 642px;
  margin: auto;
  text-align: center;
  position: relative;
}
.cta-section .btn-wrap .btn .btn-txt {
  display: inline-block;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  position: relative;
  padding-right: 44px;
}
.cta-section .btn-wrap .btn .btn-txt::before {
  border-style: solid;
  border-top: 12.5px solid transparent;
  border-bottom: 12.5px solid transparent;
  border-left: 25px solid #fff;
  border-right: 0;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  margin: auto;
}
.cta-section .btn-wrap .btn .inn {
  background: #FBB03B;
  border-radius: 80px;
  padding: 20px;
  position: relative;
  z-index: 3;
}
.cta-section .btn-wrap .btn .bg::before, .cta-section .btn-wrap .btn .bg::after {
  border-radius: 80px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cta-section .btn-wrap .btn .bg::before {
  background: #22B573;
  left: 7px;
  top: 7px;
  z-index: 2;
}
.cta-section .btn-wrap .btn .bg::after {
  background: #0D5BAB;
  right: 7px;
  top: 14px;
  z-index: 1;
}

.company-section {
  padding: 100px 0 190px;
  position: relative;
  background-color: #fff;
}
.company-section .inner-block {
  padding-top: 28px;
}
.company-section .bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: calc(100% - 60px);
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.company-section .bar .color {
  width: 33.3333333333%;
  height: 4px;
}
.company-section .bar .color:nth-child(1) {
  background: #0D5BAB;
}
.company-section .bar .color:nth-child(2) {
  background: #22B573;
}
.company-section .bar .color:nth-child(3) {
  background: #FBB03B;
}
.company-section .txt {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.company-section .logo-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 75px 0 0;
}
.company-section .logo-list li {
  margin: 0 60px 0;
}
.company-section .logo-list a {
  display: block;
}
.company-section .note {
  color: #000;
  font-size: 16px;
  text-align: center;
  margin: 40px 0 0;
}

.note-section {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 0 0 70px;
}
.note-section .ttl {
  font-size: 16px;
  font-weight: 500;
}
.note-section .ttl .note {
  font-weight: 300;
}
.note-section .txt {
  font-weight: 300;
  line-height: 1.5;
}
.note-section .indent {
  display: inline-block;
  text-indent: -1rem;
  padding-left: 2rem;
}
.note-section .indent + .indent {
  margin-top: 10px;
}
.note-section .underline {
  color: #F04545;
  font-weight: 400;
  text-decoration: underline;
}
.note-section .date {
  font-weight: 300;
  margin-top: 1.5em;
}
.note-section .txt + .ttl {
  margin-top: 1.5em;
}
.mv-section2025 .ttl-wrap {
  margin-left: 30px;
  padding-top: 60px;
}
.mv-section2025 .ttl-wrap .main {
  margin-top: 32px;
}
.mv-section2025 .img-wrap {
  padding-top: 80px;
}

.diagnosis-section-2025 {
  height: 1888px;
  padding-top: 137px;
  position: relative;
  z-index: 2;
}
.diagnosis-section-2025:before {
  content: "";
  background: url(../images/content_01_bg.png) no-repeat center center;
  height: 1888px;
  min-width: 1568px;
  width: 100vw;
  position: absolute;
  top: 139px;
  left: -179px;
  right: 0;
  margin: auto;
}
.diagnosis-section-2025 .title-area {
  position: absolute;
  top: -87px;
  left: -16px;
  z-index: 5;
}
.diagnosis-section-2025 .title-area .title-before {
  position: relative;
  top: 0px;
  left: 15px;
}
.diagnosis-section-2025 .title-text-before {
  padding: 140px 0 0;
  text-align: center;
}
.diagnosis-section-2025 .title-text-area {
  background: #E2EFFD;
  margin: 24px 0 0;
  padding: 30px 20px;
  text-align: center;
  position: relative;
  top: 0;
  left: -200px;
  width: calc(100% + 200px);
}
.diagnosis-section-2025 .title-text-area .title-text {
  position: relative;
  top: 0;
  left: 100px;
}
.diagnosis-section-2025 .title-text-area .img {
  display: block;
}
.diagnosis-section-2025 .title-text-area .img + .img {
  margin-top: 20px;
}
.diagnosis-section-2025 .diagnosis-text-1 {
  margin: 64px 0 0;
  font-size: 36px;
  font-weight: bold;
  color: #0D5BAB;
  text-align: center;
  position: relative;
}
.diagnosis-section-2025 .diagnosis-text-1:before {
  content: "";
  background: #0D5BAB;
  height: 2px;
  width: 70px;
  position: absolute;
  bottom: 25px;
  right: -60px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.diagnosis-section-2025 .diagnosis-text-1:after {
  content: "";
  background: #0D5BAB;
  height: 2px;
  width: 70px;
  position: absolute;
  bottom: 25px;
  left: -60px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.diagnosis-section-2025 .disgnosis-area {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.diagnosis-section-2025 .disgnosis-area .input-area {
  background: #E2EFFD;
  padding: 30px 100px 30px 20px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: calc(100% - 335px - 60px);
  position: relative;
}
.diagnosis-section-2025 .disgnosis-area .input-area .head {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 15px;
}
.diagnosis-section-2025 .disgnosis-area .input-area .head .small {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 5px;
}
.diagnosis-section-2025 .disgnosis-area .input-area .input-box {
  background: #fff;
  border: 1px solid #0D5BAB;
  max-width: 206px;
  margin: auto;
  height: 60px;
  position: relative;
}
.diagnosis-section-2025 .disgnosis-area .input-area .input-box input {
  display: block;
  width: 100%;
  font-size: 32px;
  padding: 5px 40px 5px 20px;
  height: 100%;
  text-align: center;
}
.diagnosis-section-2025 .disgnosis-area .input-area .input-box .unit {
  display: block;
  font-size: 24px;
  font-weight: 400;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  position: absolute;
  bottom: 7px;
  right: 15px;
}
.diagnosis-section-2025 .disgnosis-area .input-area .note {
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.2;
}
.diagnosis-section-2025 .disgnosis-area .input-area .is-error {
  font-size: 12px;
  margin-top: 5px;
}
.diagnosis-section-2025 .disgnosis-area .input-area .diagnosis-btn-area {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  margin: auto;
  z-index: 10;
  height: 68px;
  width: 148px;
}
.diagnosis-section-2025 .disgnosis-area .input-area .diagnosis-btn-area .diagnosis-btn {
  background: #0D5BAB;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 68px;
  line-height: 64px;
  width: 148px;
  border: 2px solid #0D5BAB;
  padding-right: 15px;
  border-radius: 68px;
}
.diagnosis-section-2025 .disgnosis-area .input-area .diagnosis-btn-area .diagnosis-btn:after {
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 16px solid #fff;
  border-right: 16px solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  margin: auto;
}
.diagnosis-section-2025 .disgnosis-area .result-area {
  margin: 0;
  min-height: 230px;
  width: 335px;
}
.diagnosis-section-2025 .disgnosis-area .card {
  -webkit-transition: none;
  transition: none;
}
.diagnosis-section-2025 .disgnosis-area .card.dummy-card {
  background: #A4ADB7;
  padding: 12px;
}
.diagnosis-section-2025 .disgnosis-area .card.dummy-card .slash {
  font-size: 20px;
  margin-bottom: 11px;
  line-height: 1.4;
}
.diagnosis-section-2025 .disgnosis-area .card.dummy-card .slash:before {
  height: 70px;
  left: -15px;
}
.diagnosis-section-2025 .disgnosis-area .card.dummy-card .slash:after {
  height: 70px;
  right: -15px;
}
.diagnosis-section-2025 .disgnosis-area .card .icon img {
  width: 120px;
}
.diagnosis-section-2025 .disgnosis-area .card.result-card .head {
  top: -190px;
}
.diagnosis-section-2025 .disgnosis-area .card.result-card .head .head-txt {
  font-size: 16px;
  bottom: 5px;
}
.diagnosis-section-2025 .disgnosis-area .card.result-card .body {
  font-size: 26px;
  bottom: 15px;
}
.diagnosis-section-2025 .disgnosis-area .card.result-card .body .large {
  font-size: 40px;
}
.diagnosis-section-2025 .simulation-result-area .ttl {
  border: 1px solid #4D4D4D;
  border-radius: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 300px;
  margin: 35px auto 10px;
}
.diagnosis-section-2025 .simulation-result-area .result-area {
  position: relative;
  width: 100%;
  height: 540px;
}
.diagnosis-section-2025 .simulation-result-area .result-area.is-result .graph-box-base {
  opacity: 1;
}
.diagnosis-section-2025 .simulation-result-area .result-area.is-result .person-img {
  opacity: 1;
}
.diagnosis-section-2025 .simulation-result-area .result-area:before {
  content: "";
  background: url(../images/img_simulation_road.png) no-repeat center bottom;
  background-size: 100%;
  width: 1294px;
  height: 384px;
  position: absolute;
  bottom: 0;
  right: -50px;
}
.diagnosis-section-2025 .simulation-result-area .result-area .graph-area {
  width: 100%;
  height: 390px;
  position: relative;
}
.diagnosis-section-2025 .simulation-result-area .result-area .graph-area .graph-box {
  background: url(../images/img_simulation_pole.png) no-repeat center bottom;
  width: 340px;
  height: 390px;
  position: absolute;
  top: 8px;
  left: 0;
}
.diagnosis-section-2025 .simulation-result-area .result-area .graph-area .graph-box-base {
  opacity: 0;
}
.diagnosis-section-2025 .simulation-result-area .result-area .graph-area .graph-box-0 {
  left: 0;
  top: 8px;
  -webkit-transition: left 5s linear, opacity 1s ease-out;
  transition: left 5s linear, opacity 1s ease-out;
  background: none;
}
.diagnosis-section-2025 .simulation-result-area .result-area .graph-area .graph-box-0 .ex {
  display: none;
}
.diagnosis-section-2025 .simulation-result-area .result-area .graph-area .graph-box-0 .plate {
  display: none;
}
.diagnosis-section-2025 .simulation-result-area .result-area .graph-area .graph-box-2,
.diagnosis-section-2025 .simulation-result-area .result-area .graph-area .graph-box-base-2 {
  left: 370px !important;
}
.diagnosis-section-2025 .simulation-result-area .result-area .graph-area .graph-box-3,
.diagnosis-section-2025 .simulation-result-area .result-area .graph-area .graph-box-base-3 {
  left: 740px;
}
.diagnosis-section-2025 .simulation-result-area .result-area .graph-area .graph {
  width: 160px !important;
  height: 160px !important;
}
.diagnosis-section-2025 .simulation-result-area .result-area .graph-area .graph-container {
  height: 160px;
  width: 160px;
  margin: auto;
  position: relative;
  top: 30px;
  left: 0;
}
.diagnosis-section-2025 .simulation-result-area .result-area .graph-area .ex {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 16px;
  z-index: 4;
}
.diagnosis-section-2025 .simulation-result-area .result-area .graph-area .ex .reit {
  position: absolute;
  top: 0;
  left: 205px;
}
.diagnosis-section-2025 .simulation-result-area .result-area .graph-area .ex .reit:before {
  content: "";
  background: #4D4D4D;
  width: 14px;
  height: 1px;
  position: absolute;
  top: 14px;
  left: -17px;
}
.diagnosis-section-2025 .simulation-result-area .result-area .graph-area .ex .reit:after {
  content: "";
  background: #4D4D4D;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 34px;
  left: -40px;
  -webkit-transform: rotate(100deg);
          transform: rotate(100deg);
}
.diagnosis-section-2025 .simulation-result-area .result-area .graph-area .ex .stock {
  position: absolute;
  top: 85px;
  left: 193px;
  color: #fff;
  font-size: 18px;
  pointer-events: none;
}
.diagnosis-section-2025 .simulation-result-area .result-area .graph-area .ex .receivables {
  position: absolute;
  top: 85px;
  left: 110px;
  color: #fff;
  font-size: 18px;
  pointer-events: none;
}
.diagnosis-section-2025 .simulation-result-area .result-area .graph-area .ex .short {
  position: absolute;
  top: 0;
  left: 46px;
  pointer-events: none;
}
.diagnosis-section-2025 .simulation-result-area .result-area .graph-area .ex .short:before {
  content: "";
  background: #4D4D4D;
  width: 14px;
  height: 1px;
  position: absolute;
  top: 14px;
  right: -17px;
}
.diagnosis-section-2025 .simulation-result-area .result-area .graph-area .ex .short:after {
  content: "";
  background: #4D4D4D;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 34px;
  right: -40px;
  -webkit-transform: rotate(-100deg);
          transform: rotate(-100deg);
}
.diagnosis-section-2025 .simulation-result-area .result-area .graph-area .ex .risk {
  color: #FBB03B;
  font-size: 15px;
  line-height: 1.1;
  position: absolute;
  top: 40px;
  left: 270px;
  pointer-events: none;
}
.diagnosis-section-2025 .simulation-result-area .result-area .graph-area .ex .risk:before {
  content: "";
  background: #FBB03B;
  width: 60px;
  height: 2px;
  position: absolute;
  top: -16px;
  left: -12px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.diagnosis-section-2025 .simulation-result-area .result-area .graph-area .ex .risk:after {
  content: "";
  background: #FBB03B;
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: -16px;
  left: -12px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.diagnosis-section-2025 .simulation-result-area .result-area .graph-area .plate {
  width: 160px;
  position: absolute;
  top: 223px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #0D5BAB;
}
.diagnosis-section-2025 .simulation-result-area .result-area .graph-area .plate .target {
  display: block;
  font-weight: bold;
}
.diagnosis-section-2025 .simulation-result-area .person-area {
  position: absolute;
  left: 0;
  bottom: 102px;
}
.diagnosis-section-2025 .simulation-result-area .person-area .person-img-base {
  display: none;
}
.diagnosis-section-2025 .simulation-result-area .person-area .person-img {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transition: left 6.1s linear;
  transition: left 6.1s linear;
  opacity: 0;
}
.diagnosis-section-2025 .simulation-result-area .explain-assets-area {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
}
.diagnosis-section-2025 .simulation-result-area .explain-assets-area .note {
  font-size: 14px;
  text-align: right;
  position: absolute;
  top: 0;
  right: -45px;
}
.diagnosis-section-2025 .simulation-result-area .result-text-area {
  background: #E2EFFD;
  padding: 18px 25px 20px;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  top: -1px;
  left: 0;
  display: none;
}
.diagnosis-section-2025 .simulation-result-area .result-text-area .strong {
  font-weight: bold;
}
.diagnosis-section-2025 .fixed-result-area {
  display: none;
  position: fixed;
  right: 0;
  bottom: 40px;
  width: 216px;
  height: 205px;
  z-index: 100;
  background: #fff;
  border: 2px solid #3EBAB6;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.diagnosis-section-2025 .fixed-result-area a {
  display: block;
}
.diagnosis-section-2025 .fixed-result-area.blue {
  border: 2px solid #3EBAB6;
}
.diagnosis-section-2025 .fixed-result-area.blue .text-area {
  color: #3EBAB6;
}
.diagnosis-section-2025 .fixed-result-area.blue .open-btn {
  background: #3EBAB6;
  border-color: #3EBAB6;
}
.diagnosis-section-2025 .fixed-result-area.green {
  border: 2px solid #8EC351;
}
.diagnosis-section-2025 .fixed-result-area.green .text-area {
  color: #8EC351;
}
.diagnosis-section-2025 .fixed-result-area.green .open-btn {
  background: #8EC351;
  border-color: #8EC351;
}
.diagnosis-section-2025 .fixed-result-area.red {
  border: 2px solid #CB4A50;
}
.diagnosis-section-2025 .fixed-result-area.red .text-area {
  color: #CB4A50;
}
.diagnosis-section-2025 .fixed-result-area.red .open-btn {
  background: #CB4A50;
  border-color: #CB4A50;
}
.diagnosis-section-2025 .fixed-result-area.purple {
  border: 2px solid #864DAF;
}
.diagnosis-section-2025 .fixed-result-area.purple .text-area {
  color: #864DAF;
}
.diagnosis-section-2025 .fixed-result-area.purple .open-btn {
  background: #864DAF;
  border-color: #864DAF;
}
.diagnosis-section-2025 .fixed-result-area.is-close {
  overflow: visible;
  bottom: -205px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.diagnosis-section-2025 .fixed-result-area.is-close .inner {
  overflow: hidden;
}
.diagnosis-section-2025 .fixed-result-area.is-close .open-btn {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.diagnosis-section-2025 .fixed-result-area .result-area {
  width: 100%;
  min-height: 175px;
}
.diagnosis-section-2025 .fixed-result-area .result-area .card .head {
  width: 160px;
  height: 120px;
  top: -72px;
}
.diagnosis-section-2025 .fixed-result-area .result-area .card .head .head-txt {
  font-size: 14px;
  bottom: 10px;
  line-height: 1.3;
}
.diagnosis-section-2025 .fixed-result-area .result-area .card .body {
  font-size: 19px;
  bottom: 41px;
  line-height: 1.2;
}
.diagnosis-section-2025 .fixed-result-area .result-area .card .body .large {
  font-size: 25px;
}
.diagnosis-section-2025 .fixed-result-area .text-area {
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  font-size: 16px;
  height: 60px;
  line-height: 32px;
  text-align: center;
}
.diagnosis-section-2025 .fixed-result-area .text-area .note {
  color: #4D4D4D;
  font-size: 10px;
  display: block;
  line-height: 1.2;
}
.diagnosis-section-2025 .fixed-result-area .close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #fff;
  border: 1px solid #4D4D4D;
  width: 20px;
  height: 22px;
  text-align: center;
  line-height: 20px;
  z-index: 2;
}
.diagnosis-section-2025 .fixed-result-area .open-btn {
  display: none;
  position: absolute;
  top: -27px;
  right: -2px;
  background: #fff;
  border: 2px solid transparent;
  width: 25px;
  height: 27px;
  text-align: center;
  line-height: 20px;
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.diagnosis-section-2025 .fixed-result-area .open-btn::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.explain-assets-area {
  text-align: center;
}
.explain-assets-area .explain-ttl {
  color: #0D5BAB;
  font-size: 18px;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.explain-assets-area .explain-ttl:before {
  background: #0D5BAB;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 0;
  left: -25px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.explain-assets-area .explain-ttl:after {
  background: #0D5BAB;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 0;
  right: -25px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.explain-assets-area .explain-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 450px;
  margin: 3px auto 0;
}
.explain-assets-area .explain-ul li {
  position: relative;
}
.explain-assets-area .explain-ul li .btn {
  font-size: 16px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  height: 32px;
  line-height: 28px;
  width: 102px;
  cursor: pointer;
}
.explain-assets-area .explain-ul li .body {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  height: auto;
  width: 300px;
  border: 2px solid #EF7828;
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  top: 48px;
  left: -200%;
  right: -200%;
  margin: auto;
  text-align: left;
  z-index: 4;
}
.explain-assets-area .explain-ul li .body:before {
  content: "";
  border-top: 16px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 16px solid #fff;
  height: 0;
  width: 0;
  position: absolute;
  top: -28px;
  z-index: 2;
}
.explain-assets-area .explain-ul li .body:after {
  content: "";
  border-top: 16px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 16px solid #EF7828;
  height: 0;
  width: 0;
  position: absolute;
  top: -34px;
  z-index: 1;
}
.explain-assets-area .explain-ul li .body.is-open {
  opacity: 1;
  pointer-events: visible;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.explain-assets-area .explain-ul li .body .strong {
  font-weight: bold;
}
.explain-assets-area .explain-ul li.stock .btn {
  background: #EF7828;
}
.explain-assets-area .explain-ul li.stock .body {
  border-color: #EF7828;
}
.explain-assets-area .explain-ul li.stock .body:after {
  border-bottom-color: #EF7828;
}
.explain-assets-area .explain-ul li.stock .strong {
  color: #EF7828;
}
.explain-assets-area .explain-ul li.receivables .btn {
  background: #0D5BAB;
}
.explain-assets-area .explain-ul li.receivables .body {
  border-color: #0D5BAB;
}
.explain-assets-area .explain-ul li.receivables .body:after {
  border-bottom-color: #0D5BAB;
}
.explain-assets-area .explain-ul li.receivables .strong {
  color: #0D5BAB;
}
.explain-assets-area .explain-ul li.reit .btn {
  background: #22B573;
}
.explain-assets-area .explain-ul li.reit .body {
  border-color: #22B573;
}
.explain-assets-area .explain-ul li.reit .body:after {
  border-bottom-color: #22B573;
}
.explain-assets-area .explain-ul li.reit .strong {
  color: #22B573;
}

.about-section-2025 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 358px;
  position: relative;
  z-index: 1;
  height: 2200px;
}
.about-section-2025:before {
  content: "";
  background: url(../images/content_02_bg.png) no-repeat center center;
  height: 2200px;
  min-width: 1776px;
  width: 100vw;
  position: absolute;
  top: 63px;
  right: 0px;
  left: 0;
  margin: auto;
  margin-right: 0;
  margin-left: -50px;
}
.about-section-2025 .title-area {
  position: absolute;
  top: -119px;
  right: 0;
  z-index: 5;
  margin-right: -40px;
}
.about-section-2025 .title-area .title-before {
  position: relative;
  top: -2px;
  left: 1px;
}
.about-section-2025 .title-text-before {
  padding: 106px 0 0;
  text-align: center;
}
.about-section-2025 .title-text-area {
  background: #E7F2ED;
  margin: 28px 0 0;
  padding: 83px 20px 25px 75px;
  position: relative;
  top: 0;
  left: 0;
  right: 200px;
  width: calc(100% + 200px);
}
.about-section-2025 .title-text-area .img {
  display: block;
}
.about-section-2025 .title-text-area .img + .img {
  margin-top: 15px;
}
.about-section-2025 .about-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}
.about-section-2025 .about-item-wrap .about-text-1-wrap {
  width: calc(100% - 246px);
}
.about-section-2025 .about-item-wrap .about-text-1-wrap .about-text-1 {
  margin: 69px 0 0;
  font-size: 40px;
  font-weight: bold;
  color: #22B573;
}
.about-section-2025 .about-item-wrap .about-text-1-wrap .about-text-2 {
  margin: 22px 0 0;
  font-size: 22px;
  line-height: 2.4rem;
}
.about-section-2025 .about-item-wrap .about-graph {
  margin-bottom: 0;
  margin-top: auto;
  width: 246px;
}
.about-section-2025 .about-item-wrap + .about-item-wrap {
  margin-top: 40px;
  gap: 45px;
}
.about-section-2025 .about-item-wrap + .about-item-wrap .about-text-1-wrap {
  width: calc(100% - 270px);
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.about-section-2025 .about-item-wrap + .about-item-wrap .about-hand {
  width: 270px;
  margin-left: 59px;
  margin-top: 2px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
.about-section-2025 .about-item-wrap + .about-item-wrap .about-text-1 {
  margin-top: 27px;
  line-height: 1.6;
  letter-spacing: 0.01rem;
}
.about-section-2025 .about-blue-btn-wrap {
  margin-top: 70px;
}
.about-section-2025 .about-blue-btn-wrap .deco-txt {
  text-align: center;
  color: #0D5BAB;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 6px;
}
.about-section-2025 .about-blue-btn-wrap .btn {
  background-color: #0D5BAB;
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 14px 30px;
  font-size: 22px;
  font-weight: bold;
}
.about-section-2025 .about-blue-btn-wrap .btn:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}
.about-section-2025 .about-ribbon-area-wrap {
  background-color: #E7F2ED;
  border: 2px solid #22B573;
  position: relative;
  padding: 27px 22px 32px 106px;
  max-width: 874px;
  margin-right: 0;
  margin-left: auto;
  margin-top: 85px;
}
.about-section-2025 .about-ribbon-area-wrap::before {
  content: "";
  width: 64px;
  height: 78px;
  display: block;
  position: absolute;
  top: 0;
  left: 27px;
  margin-top: -10px;
  background-color: #A4B1BF;
}
.about-section-2025 .about-ribbon-area-wrap::after {
  content: "";
  position: absolute;
  top: 68px;
  left: 27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 32px solid transparent;
  border-left: 32px solid transparent;
  border-top: 22px solid #A4B1BF;
  border-bottom: 0;
}
.about-section-2025 .about-ribbon-area-wrap .ttl {
  font-size: 32px;
  font-weight: bold;
  color: #22B573;
}
.about-section-2025 .about-ribbon-area-wrap .txt {
  margin-top: 5px;
  font-size: 20px;
}
.about-section-2025 .about-ribbon-area-wrap .txt sub {
  position: relative;
  top: -15px;
}
.about-section-2025 .about-ribbon-area-wrap .gray-txt {
  font-weight: 100;
  color: #4D4D4D;
  margin-top: 10px;
}

.start-section-2025 {
  height: 4400px;
  padding-top: 0px;
  position: relative;
  z-index: 1;
  padding-top: 128px;
}
.start-section-2025:before {
  content: "";
  background: url(../images/content_03_bg.png) no-repeat center center;
  height: 4380px;
  min-width: 1780px;
  width: 100vw;
  position: absolute;
  top: 102px;
  left: -391px;
  right: 0;
  margin: auto;
}
.start-section-2025 .title-area {
  position: absolute;
  top: -17px;
  left: 0;
  z-index: 5;
  margin-left: 100px;
}
.start-section-2025 .title-area .title-before {
  position: relative;
  top: -1px;
  left: 18px;
}
.start-section-2025 .title-area .title-text {
  text-align: center;
}
.start-section-2025 .title-text-before {
  padding: 243px 0 0;
  text-align: center;
}
.start-section-2025 .title-text-area {
  background: #FFF2DE;
  margin: 25px 0 0;
  padding: 28px 20px 30px 75px;
  position: relative;
  top: 0;
  left: -200px;
  right: 0;
  width: calc(100% + 200px);
}
.start-section-2025 .title-text-area .img {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.start-section-2025 .title-text-area .img + .img {
  margin-top: 20px;
}
.start-section-2025 .title-text-area .note {
  font-size: 12px;
  text-align: right;
  margin: 10px 50px 0 0;
}
.start-section-2025 .point-ttl {
  margin: 80px 0 50px -62px;
}
.start-section-2025 .point-ttl.mt-adj {
  margin-top: 120px;
}
.start-section-2025 .cont-txt {
  line-height: 1.8;
}
.start-section-2025 .cont-txt sub {
  position: relative;
  top: -15px;
}
.start-section-2025 .color-map-wrap {
  margin-top: 40px;
}
.start-section-2025 .color-map-wrap .tip {
  max-width: 244px;
  padding: 5px 20px;
  display: block;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #4D4D4D;
  text-align: center;
  border-radius: 220px;
}
.start-section-2025 .color-map-wrap .triangle-txt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #0D5BAB;
  width: 100%;
  margin-top: 24px;
}
.start-section-2025 .color-map-wrap .triangle-txt::before, .start-section-2025 .color-map-wrap .triangle-txt::after {
  content: "▼▼▼▼▼▼▼▼▼▼▼▼▼";
  font-size: 10px;
  color: #0D5BAB;
  letter-spacing: 0.4rem;
}
.start-section-2025 .color-map-wrap .triangle-txt::before {
  margin-right: 10px;
}
.start-section-2025 .color-map-wrap .triangle-txt::after {
  margin-left: 10px;
}
.start-section-2025 .color-map-wrap .color-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 12px 0 0;
}
.start-section-2025 .color-map-wrap .color-wrap .head {
  height: 30px;
  min-width: 140px;
  font-size: 16px;
  background-color: #F0F7FD;
  border: 1px solid #707070;
  padding: 2px 35px;
}
.start-section-2025 .color-map-wrap .color-wrap .head.yellow {
  border: none;
  padding: 2px 5px;
  margin-bottom: 7px;
}
.start-section-2025 .color-map-wrap .color-wrap .plus {
  position: relative;
  margin: 45px auto 0;
  width: 20px;
}
.start-section-2025 .color-map-wrap .color-wrap .plus::before, .start-section-2025 .color-map-wrap .color-wrap .plus::after {
  background: #999;
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.start-section-2025 .color-map-wrap .color-wrap .plus::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.start-section-2025 .color-map-wrap .color-wrap .arrow {
  margin-top: 45px;
  text-align: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 40px;
}
.start-section-2025 .color-map-wrap .color-wrap .colorful {
  width: 150px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 45px auto 0;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.start-section-2025 .color-map-wrap .color-wrap .colorful .label {
  color: #93278F;
  display: block;
  font-size: 21px;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.start-section-2025 .color-map-wrap .color-wrap .box {
  width: 50%;
}
.start-section-2025 .color-map-wrap .color-wrap .list li {
  width: calc(25% - 4px);
  height: 100%;
}
.start-section-2025 .color-map-wrap .color-wrap .list li + li {
  margin: 0;
  margin-left: 5px;
}
.start-section-2025 .color-map-wrap .color-wrap .list .inn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.start-section-2025 .color-map-wrap .color-wrap .list .inn.is-select.red {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(244, 104, 108, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(244, 104, 108, 0.8));
}
.start-section-2025 .color-map-wrap .color-wrap .list .inn.is-select.pink {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(249, 140, 171, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(249, 140, 171, 0.8));
}
.start-section-2025 .color-map-wrap .color-wrap .list .inn.is-select.blue {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(9, 91, 171, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(9, 91, 171, 0.8));
}
.start-section-2025 .color-map-wrap .color-wrap .list .inn.is-select.skyblue {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(41, 171, 226, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(41, 171, 226, 0.8));
}
.start-section-2025 .color-map-wrap .color-wrap .list .inn.is-select.yellow {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(251, 184, 79, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(251, 184, 79, 0.8));
}
.start-section-2025 .color-map-wrap .color-wrap .list .inn.is-select.purple {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(27, 20, 100, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(27, 20, 100, 0.8));
}
.start-section-2025 .color-map-wrap .color-wrap .list .inn.is-select.green {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(57, 181, 74, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(57, 181, 74, 0.8));
}
.start-section-2025 .color-map-wrap .color-wrap .list .inn.is-select.lightgreen {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(140, 198, 63, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(140, 198, 63, 0.8));
}
.start-section-2025 .color-map-wrap .color-wrap .list .inn .label {
  font-size: 16px;
}
.start-section-2025 .color-map-wrap .map-wrap {
  margin-top: 35px;
  position: relative;
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag img {
  display: block;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag img:nth-child(2) {
  margin-left: -5px;
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag img:nth-child(3) {
  margin-left: -12px;
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag img.is-select {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag img.is-select.red {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(244, 104, 108, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(244, 104, 108, 0.8));
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag img.is-select.pink {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(249, 140, 171, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(249, 140, 171, 0.8));
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag img.is-select.blue {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(9, 91, 171, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(9, 91, 171, 0.8));
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag img.is-select.skyblue {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(41, 171, 226, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(41, 171, 226, 0.8));
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag img.is-select.yellow {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(251, 184, 79, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(251, 184, 79, 0.8));
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag img.is-select.purple {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(27, 20, 100, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(27, 20, 100, 0.8));
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag img.is-select.green {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(57, 181, 74, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(57, 181, 74, 0.8));
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag img.is-select.lightgreen {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(140, 198, 63, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(140, 198, 63, 0.8));
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag img.is-hover {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag img.is-hover.red {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(244, 104, 108, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(244, 104, 108, 0.8));
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag img.is-hover.pink {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(249, 140, 171, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(249, 140, 171, 0.8));
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag img.is-hover.blue {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(9, 91, 171, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(9, 91, 171, 0.8));
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag img.is-hover.skyblue {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(41, 171, 226, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(41, 171, 226, 0.8));
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag img.is-hover.yellow {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(251, 184, 79, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(251, 184, 79, 0.8));
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag img.is-hover.purple {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(27, 20, 100, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(27, 20, 100, 0.8));
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag img.is-hover.green {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(57, 181, 74, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(57, 181, 74, 0.8));
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag img.is-hover.lightgreen {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(140, 198, 63, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(140, 198, 63, 0.8));
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag + .small {
  width: 35px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag + .big {
  width: 52px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag + .big img:nth-child(2) {
  margin-left: -6px;
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag + .big img:nth-child(3) {
  margin-top: 1px;
  margin-left: -15px;
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag01 {
  position: absolute;
  left: 103px;
  top: 111px;
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag02 {
  position: absolute;
  left: 179px;
  top: 77px;
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag03 {
  position: absolute;
  left: 180px;
  top: 165px;
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag04 {
  position: absolute;
  left: 292px;
  top: 150px;
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag05 {
  position: absolute;
  left: 354px;
  top: 65px;
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag06 {
  position: absolute;
  left: 390px;
  top: 120px;
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag07 {
  position: absolute;
  left: 444px;
  top: 15px;
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag08 {
  position: absolute;
  left: 445px;
  top: 194px;
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag09 {
  position: absolute;
  left: 729px;
  top: 11px;
}
.start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag10 {
  position: absolute;
  left: 789px;
  top: 247px;
}
.start-section-2025 .explain-assets-area {
  margin-top: -36px;
  position: relative;
  z-index: 2;
}
.start-section-2025 .explain-assets-area .note {
  font-size: 14px;
  text-align: right;
}
.start-section-2025 .start-ribbon-area-wrap {
  background-color: #FFFBF5;
  border: 2px solid #FBB03B;
  position: relative;
  padding: 27px 22px 32px 106px;
  max-width: 874px;
  margin: 72px auto 116px;
}
.start-section-2025 .start-ribbon-area-wrap::before {
  content: "";
  width: 64px;
  height: 78px;
  display: block;
  position: absolute;
  top: 0;
  left: 27px;
  margin-top: -10px;
  background-color: #A4B1BF;
}
.start-section-2025 .start-ribbon-area-wrap::after {
  content: "";
  position: absolute;
  top: 68px;
  left: 27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 32px solid transparent;
  border-left: 32px solid transparent;
  border-top: 22px solid #A4B1BF;
  border-bottom: 0;
}
.start-section-2025 .start-ribbon-area-wrap .ttl {
  font-size: 32px;
  font-weight: bold;
  color: #FBB03B;
  line-height: 1.5;
}
.start-section-2025 .start-ribbon-area-wrap .txt {
  margin-top: 5px;
  font-size: 20px;
}
.start-section-2025 .start-ribbon-area-wrap .gray-txt {
  font-weight: 100;
  color: #4D4D4D;
  margin-top: 10px;
}
.start-section-2025 .bar-graph-wrap {
  margin-top: 75px;
  font-size: 20px;
  width: 100%;
}
.start-section-2025 .bar-graph-wrap .tips {
  color: #FBB03B;
  padding: 2px 25px;
  border: 1px solid #FBB03B;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5px;
  border-radius: 20px;
  position: relative;
}
.start-section-2025 .bar-graph-wrap .tips::before {
  content: "";
  width: 41px;
  border: dashed 1px #FBB03B;
  position: absolute;
  bottom: -22px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 0;
  left: 0;
  margin: auto;
}
.start-section-2025 .bar-graph-wrap .top-txt-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.start-section-2025 .bar-graph-wrap .top-txt-wrap p {
  width: 50%;
}
.start-section-2025 .bar-graph-wrap .top-txt-wrap p.first {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.start-section-2025 .bar-graph-wrap .top-txt-wrap p.second {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.start-section-2025 .bar-graph-wrap img {
  width: 100%;
}
.start-section-2025 .bar-graph-wrap .bottom-txt-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #F04545;
}
.start-section-2025 .bar-graph-wrap .bottom-txt-wrap div {
  width: 50%;
}
.start-section-2025 .bar-graph-wrap .bottom-txt-wrap div:nth-child(1) {
  position: relative;
  padding-left: 90px;
}
.start-section-2025 .bar-graph-wrap .bottom-txt-wrap div:nth-child(1)::before {
  content: "";
  background: url(../images/graph_arrow_02.svg) no-repeat center center/contain;
  position: absolute;
  width: 90px;
  height: 100%;
  left: 0;
}
.start-section-2025 .bar-graph-wrap .bottom-txt-wrap div p {
  background-color: #FDEDED;
  padding: 10px 18px;
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.start-section-2025 .bar-graph-wrap .bottom-txt-wrap div.first {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.start-section-2025 .bar-graph-wrap .bottom-txt-wrap div.second {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.start-section-2025 .charm-box {
  background: #FFF2DE;
  border-right: 8px solid #FBB03B;
  margin: 80px 0 0;
  padding: 50px 60px 40px 0;
  position: relative;
}
.start-section-2025 .charm-box::before {
  background: #FFF2DE;
  content: "";
  display: block;
  width: 1000px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
}
.start-section-2025 .charm-box .ttl {
  margin: 0 auto 40px;
  padding: 0 55px;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.start-section-2025 .charm-box .ttl::before, .start-section-2025 .charm-box .ttl::after {
  background: #4D4D4D;
  content: "";
  display: block;
  width: 2px;
  height: 56px;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}
.start-section-2025 .charm-box .ttl::before {
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.start-section-2025 .charm-box .ttl::after {
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.start-section-2025 .charm-box .txt {
  font-size: 20px;
  line-height: 1.8;
}
.start-section-2025 .c-note {
  margin: 20px 0 0;
}

.modal {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 83px;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
}
.modal.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.toggle-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.modal-toggle {
  max-width: 225px;
  background-color: #FBB03B;
  font-weight: bold;
  color: #fff;
  width: 100%;
  padding: 6px 10px;
  border-radius: 10px;
  border: 2px solid #fff;
  font-size: 16px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.modal-content {
  background: #FFF2DE;
  padding: 80px 40px 40px;
  width: calc(100% - 168px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
}
.modal-content .modal-container {
  margin: 0 auto;
}
.modal-content .modal-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
}
.modal-content .modal-close::before, .modal-content .modal-close::after {
  background: #000;
  content: "";
  height: 30px;
  width: 2px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.modal-content .modal-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-content .modal-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal-content .postit-wrap {
  position: relative;
  padding: 0 40px;
}
.modal-content .postit-wrap .ico {
  position: absolute;
  top: -70px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  width: 150px;
}
.modal-content .postit-wrap .ttl {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: center;
}
.modal-content .postit-wrap .postit {
  margin: 0 0 20px;
  padding: 35px 5px 25px 20px;
  position: relative;
  z-index: 1;
}
.modal-content .postit-wrap .postit::before {
  background: url(../images/bg_paper.svg) no-repeat center center/contain;
  content: "";
  display: block;
  width: 540px;
  height: 438px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.modal-content .postit-wrap .postit::after {
  background: #fee2bb;
  border-radius: 5px;
  content: "";
  display: block;
  width: calc(100% - 50px);
  height: 100%;
  position: absolute;
  top: 10px;
  left: -20px;
  margin: auto;
  z-index: -2;
}
.modal-content .postit-wrap .postit .thumbtack {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
}
.modal-content .postit-wrap .head {
  font-size: 22px;
  letter-spacing: -0.03em;
  margin: 0 auto 35px;
  padding: 0 0 0 1em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.modal-content .postit-wrap .head::before {
  background: #FBB03B;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 12px;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-content .postit-wrap .postit-ttl {
  background: #FBB03B;
  border-radius: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  max-width: 400px;
  margin: 0 auto 30px;
}
.modal-content .postit-wrap .img {
  text-align: center;
}
.modal-content .postit-wrap .img-txt {
  margin: 40px 0 0;
  padding: 0 20px 0 20px;
}
.modal-content .postit-wrap .note {
  line-height: 1.5;
  font-weight: 300;
}
.modal-content .postit-wrap + .note {
  font-size: 14px;
  font-weight: 300;
  margin: 30px 0 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
  .c-header {
    padding: 13px 15px;
    position: fixed;
  }
  .c-header .logo {
    width: 57.5vw;
  }
  .c-header .sp-btn {
    color: #000;
    font-size: 14px;
    line-height: 1.2;
    padding: 15px 20px;
    position: relative;
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 48px;
  }
  .c-header .sp-btn::before {
    background: #0D5BAB;
    content: "";
    display: block;
    width: 24px;
    height: 3px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0;
  }
  .c-header .sp-btn.black {
    background-color: #000;
    color: #fff;
    padding: 10px 5px 11px;
    max-width: 60px;
  }
  .c-nav {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh) * 100);
    z-index: 112;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
    padding: 50px 15px;
  }
  .c-nav .nav-list li + li {
    border-top: 1px solid #ccc;
  }
  .c-nav a {
    display: block;
    font-size: 14px;
    font-weight: bold;
  }
  .c-nav {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh) * 100);
    z-index: 99;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
  }
  .c-nav.is-open {
    opacity: 1;
    pointer-events: auto;
  }
  .c-menu-btn.fix {
    position: fixed;
    pointer-events: none;
    opacity: 0;
  }
  .c-menu-btn.fix.stop {
    pointer-events: auto;
    opacity: 1;
  }
  .c-menu-btn.fix.is-open {
    pointer-events: auto;
    opacity: 1;
  }
  .c-footer {
    padding: 30px 0 160px;
  }
  .c-ttl-wrap {
    margin: 0 0 30px;
  }
  .c-ttl-wrap .sub {
    width: 150px;
    margin: 0 0 5px;
  }
  .c-ttl-wrap .ttl-area {
    padding: 15px 15px 15px 0;
  }
  .c-ttl-wrap .ttl-area .ico {
    width: 40px;
  }
  .c-ttl-wrap .ttl-area .ttl {
    padding-left: 10px;
    width: calc(100% - 40px);
  }
  .c-ttl-wrap .ttl-area .note {
    font-size: 10px;
    bottom: -20px;
  }
  .c-gap {
    padding: 30px 0;
  }
  .l-inner {
    padding: 0 7px;
  }
  .fixed-banner {
    width: 160px;
    height: 160px;
  }
  .fixed-banner .middle {
    font-size: 11px;
  }
  .fixed-banner .large {
    font-size: 20px;
  }
  .anm-mv .main .iroha {
    width: 30.75vw !important;
    margin-top: 14px !important;
    margin-left: 5px !important;
  }
  .anm-mv .main .iroha img {
    width: 35% !important;
  }
  .mv-section .inner {
    top: 60px;
    padding: 0 15px;
  }
  .mv-section .sub {
    width: 100%;
    line-height: 1;
    margin-bottom: 7px;
  }
  .mv-section .sub img {
    max-height: 3.7333333333vw;
    width: auto;
    height: 100%;
  }
  .mv-section .main {
    width: 100%;
    width: auto;
  }
  .mv-section .detail {
    width: calc(100% - 30px);
    position: absolute;
    top: 24px;
    left: 15px;
    z-index: 2;
  }
  .mv-section .ttl-wrap {
    margin-bottom: -20px;
    z-index: 2;
    position: relative;
    padding-top: 65px;
  }
  .mv-section .img-wrap .bg-white {
    top: 0;
    left: 0;
    width: 25.641025641vw;
    height: 25.641025641vw;
  }
  .lead-section {
    padding-top: 50px;
  }
  .lead-section .ttl {
    margin: 0 auto 20px;
    width: 80%;
  }
  .lead-section .txt {
    font-size: 16px;
    text-align: left;
  }
  .lead-section .btn {
    margin-top: 20px;
    padding: 15px 20px 20px;
  }
  .lead-section .btn .btn-txt {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
  }
  .lead-section .btn .ico {
    width: 160px;
    height: 90px;
  }
  .lead-section .btn .ico .ico-txt {
    font-size: 20px;
  }
  .intro-section {
    margin-top: 35px;
  }
  .intro-section .cont-wrap {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .intro-section .intro-text {
    width: 100%;
    font-size: 18px;
    line-height: 1.6;
  }
  .intro-section .intro-movie {
    max-width: 100%;
    margin-top: 35px;
  }
  .intro-section .intro-movie .movie {
    padding-top: 56.25%;
    position: relative;
  }
  .intro-section .intro-movie .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .content-section {
    padding: 30px 0 40px;
  }
  .content01 .head-balloon {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 50px;
  }
  .content01 .head-balloon::before, .content01 .head-balloon::after {
    height: 40px;
    bottom: 0;
  }
  .content01 .tab-btn-area .tab-btn {
    height: 64px;
    padding: 4px 10px;
  }
  .content01 .tab-btn-area .tab-btn .year {
    width: 60%;
  }
  .content01 .tab-btn-area .tab-btn .unit {
    width: 20%;
    margin: 20px 0 0 5px;
  }
  .content01 .tab .ttl-area .ttl {
    font-size: 28px;
  }
  .content01 .tab .ttl-area .img .note {
    font-size: 10px;
  }
  .content01 .tab .detail-area {
    padding: 15px 15px 10px;
  }
  .content01 .tab .detail-area .bar {
    display: none;
  }
  .content01 .tab .detail-area .sub-ttl {
    font-size: 28px;
  }
  .content01 .tab .detail-area .txt {
    font-size: 18px;
  }
  .content01 .recommend-txt {
    font-size: 16px;
    margin: 30px 0 0;
  }
  .content01 .btn-wrap .balloon {
    font-size: 20px;
    margin: 0 auto 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 30px;
  }
  .content01 .btn-wrap .balloon::before, .content01 .btn-wrap .balloon::after {
    top: 0;
    bottom: 0;
    width: 2px;
    height: 40px;
  }
  .content01 .btn-wrap .balloon::before {
    right: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .content01 .btn-wrap .balloon::after {
    left: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .content01 .btn-wrap .btn {
    padding: 15px;
    width: 100%;
    max-width: 350px;
    margin: auto;
  }
  .content01 .btn-wrap .btn .btn-txt {
    font-size: 24px;
  }
  .content01 .btn-wrap .btn .btn-arrow {
    font-size: 18px;
  }
  .content02 .main-ttl {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .content02 .txt {
    font-size: 16px;
    line-height: 1.5;
  }
  .content02 .img {
    margin: 30px 0 0;
  }
  .content02 .btn-wrap {
    margin-top: 20px;
  }
  .content02 .btn-wrap .balloon {
    font-size: 16px;
    padding: 0 30px;
  }
  .content02 .btn-wrap .balloon::before, .content02 .btn-wrap .balloon::after {
    height: 50px;
    top: inherit;
    bottom: 0;
  }
  .content02 .btn-wrap .btn {
    padding: 15px 30px;
    width: 100%;
    max-width: 350px;
  }
  .content02 .btn-wrap .btn .btn-txt {
    font-size: 22px;
    padding: 0 35px 0 0;
  }
  .content03 .point-ttl {
    margin: 0 0 20px;
  }
  .content03 .point-ttl .ico {
    width: 60px;
    height: 60px;
    margin: 0 0 10px;
  }
  .content03 .point-ttl .ico img {
    max-height: 45px;
  }
  .content03 .point-ttl .ttl {
    font-size: 22px;
  }
  .content03 .cont-ttl {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .content03 .cont-txt {
    font-size: 16px;
  }
  .content03 .color-wrap {
    max-width: 430px;
    margin: 30px auto 40px;
  }
  .content03 .color-wrap .head {
    font-size: 20px;
    padding: 4px 20px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 10px;
    font-size: 14px;
  }
  .content03 .color-wrap .box + .box {
    margin-top: 60px;
  }
  .content03 .color-wrap .list li {
    width: calc((100% - 15px) / 2);
  }
  .content03 .color-wrap .list li:not(:nth-child(2n+1)) {
    margin-left: 15px;
  }
  .content03 .color-wrap .list li:nth-child(n+3) {
    margin-top: 15px;
  }
  .content03 .color-wrap .list .inn {
    max-width: 140px;
  }
  .content03 .color-wrap .list .inn .label {
    font-size: min(12px, 3.2vw);
  }
  .content03 .closing {
    font-size: 16px;
    margin-top: 30px;
  }
  .content03 .round-ttl {
    padding: 3px 5px;
    font-size: 18px;
    margin: 32px auto 0;
  }
  .content03 .graph-wrap {
    padding: 77px 20px 96px;
  }
  .content03 .graph {
    width: 242px;
  }
  .content03 .percent30 {
    width: 121px;
    right: -20px;
  }
  .content03 .percent70 {
    width: 90px;
    bottom: 80px;
    left: -5px;
  }
  .content03 .graph-txt {
    margin-top: 20px;
    font-size: 16px;
  }
  .content03 .table {
    margin-top: 20px;
    font-size: 16px;
  }
  .diagnosis-section {
    margin: 50px 0 0;
  }
  .diagnosis-section .ttl-content {
    margin: 0 auto -60px;
  }
  .diagnosis-section .c-ttl-wrap .ttl-area {
    padding: 20px 15px 20px 0;
  }
  .diagnosis-section .diagnosis-content {
    padding: 90px 0 40px;
  }
  .diagnosis-section .lead {
    font-size: 20px;
  }
  .diagnosis-section .input-area .head {
    font-size: 20px;
  }
  .diagnosis-section .input-area .head .small {
    font-size: 16px;
  }
  .diagnosis-section .input-area .input-box {
    height: 50px;
    max-width: 100px;
  }
  .diagnosis-section .input-area .input-box input {
    font-size: 18px;
    padding: 12px 40px 8px 15px;
  }
  .diagnosis-section .input-area .input-box .unit {
    font-size: 14px;
  }
  .diagnosis-section .btn-area {
    margin: 20px 0;
  }
  .diagnosis-section .btn-area .js-calc-btn {
    font-size: 22px;
    padding: 10px 30px 10px 15px;
  }
  .diagnosis-section .btn-area .js-calc-btn::before {
    border-width: 20px 10px 0 10px;
    border-color: #FFFFFF transparent transparent transparent;
  }
  .diagnosis-section .result-area {
    min-height: 350px;
  }
  .diagnosis-section .card.dummy-card .slash {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .diagnosis-section .card.dummy-card .slash::before, .diagnosis-section .card.dummy-card .slash::after {
    width: 2px;
    height: 45px;
  }
  .diagnosis-section .card.dummy-card .icon {
    max-width: 150px;
    margin: auto;
  }
  .diagnosis-section .card.result-card .head {
    width: 250px;
    height: 230px;
    top: -130px;
  }
  .diagnosis-section .card.result-card .head .head-txt {
    font-size: 22px;
  }
  .diagnosis-section .card.result-card .body {
    bottom: 70px;
    font-size: 28px;
  }
  .diagnosis-section .card.result-card .body .large {
    font-size: 36px;
  }
  .cta-section {
    padding: 40px 0;
  }
  .cta-section .ttl {
    font-size: 20px;
  }
  .cta-section .btn-wrap {
    margin: 20px 0 0;
  }
  .cta-section .btn-wrap .btn .btn-txt::before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #fff;
    width: 20px;
    height: 20px;
  }
  .cta-section .btn-wrap .btn .btn-txt {
    font-size: 18px;
    padding-right: 35px;
  }
  .company-section {
    padding: 0 0 50px;
  }
  .company-section .bar {
    width: 100%;
  }
  .company-section .txt {
    font-size: 20px;
  }
  .company-section .logo-list {
    margin-top: 20px;
  }
  .company-section .logo-list li {
    margin: 0 10px;
  }
  .mv-section2025 {
    background-color: #fff;
  }
  .mv-section2025 .ttl-wrap {
    margin-left: 0;
  }
  .mv-section2025 .ttl-wrap .main {
    margin-top: 0;
    margin-left: 7px;
  }
  .mv-section2025 .img-wrap {
    padding-top: 0;
    margin-top: -70px;
  }
  .diagnosis-section-2025 {
    padding-top: 125px;
    height: auto;
    padding-bottom: 80px;
  }
  .diagnosis-section-2025:before {
    background: url(../images/content_01_bg_sp.png) no-repeat right center;
    background-size: 100% 100%;
    height: 2140px;
    width: 773px;
    min-width: 1px;
    left: auto;
    top: 103px;
    right: -97px;
  }
  .diagnosis-section-2025 .title-area {
    width: 160px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .diagnosis-section-2025 .title-area .title-before {
    top: 9px;
    left: 24px;
    margin-bottom: 11px;
  }
  .diagnosis-section-2025 .title-area .title-before img {
    max-height: 22px;
  }
  .diagnosis-section-2025 .title-text-before {
    width: 190px;
    padding-top: 120px;
    margin: auto;
  }
  .diagnosis-section-2025 .title-text-area {
    left: -50px;
    width: 100vw;
    margin: 6px 0;
    padding: 9px 10px;
  }
  .diagnosis-section-2025 .title-text-area .title-text {
    left: 25px;
    margin: auto;
    text-align: center;
  }
  .diagnosis-section-2025 .title-text-area .img {
    width: 140px;
    margin: auto;
  }
  .diagnosis-section-2025 .title-text-area .img + .img {
    width: 310px;
    margin: auto;
  }
  .diagnosis-section-2025 .disgnosis-area {
    margin-top: 5px;
    display: block;
  }
  .diagnosis-section-2025 .disgnosis-area .input-area {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding-right: 20px;
  }
  .diagnosis-section-2025 .disgnosis-area .input-area .input-current-area + .input-current-area {
    margin-top: 40px;
  }
  .diagnosis-section-2025 .disgnosis-area .input-area .head {
    font-size: 20px;
  }
  .diagnosis-section-2025 .disgnosis-area .input-area .head .small {
    font-size: 14px;
  }
  .diagnosis-section-2025 .disgnosis-area .input-area .input-box input {
    font-size: 26px !important;
  }
  .diagnosis-section-2025 .disgnosis-area .input-area .note {
    font-size: 14px;
  }
  .diagnosis-section-2025 .disgnosis-area .input-area .diagnosis-btn-area {
    position: relative;
    right: auto;
    margin-top: 25px;
    margin-bottom: -64px;
  }
  .diagnosis-section-2025 .disgnosis-area .input-area .diagnosis-btn-area .diagnosis-btn:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 18px;
    right: 10px;
  }
  .diagnosis-section-2025 .disgnosis-area .result-area {
    margin-top: 60px;
    width: 100%;
  }
  .diagnosis-section-2025 .disgnosis-area .card.dummy-card .slash {
    font-size: 19px;
  }
  .diagnosis-section-2025 .disgnosis-area .card.result-card .head {
    top: -160px;
  }
  .diagnosis-section-2025 .disgnosis-area .card.result-card .head .head-txt {
    font-size: 14px;
    top: 8px;
  }
  .diagnosis-section-2025 .simulation-result-area {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
  }
  .diagnosis-section-2025 .simulation-result-area .result-area {
    height: 360px;
  }
  .diagnosis-section-2025 .simulation-result-area .result-area:before {
    width: 102vw;
    bottom: 70px;
    left: -100%;
    right: -100%;
    margin: auto;
  }
  .diagnosis-section-2025 .simulation-result-area .result-area .graph-area .graph-box {
    background-size: 84px;
    width: 30%;
    height: 200px;
    max-width: 120px;
    top: 49px;
  }
  .diagnosis-section-2025 .simulation-result-area .result-area .graph-area .graph-box-0 .risk {
    display: none;
  }
  .diagnosis-section-2025 .simulation-result-area .result-area .graph-area .graph-box-1 .risk {
    display: none;
  }
  .diagnosis-section-2025 .simulation-result-area .result-area .graph-area .graph-box-2,
  .diagnosis-section-2025 .simulation-result-area .result-area .graph-area .graph-box-base-2 {
    left: 29% !important;
    margin: auto;
  }
  .diagnosis-section-2025 .simulation-result-area .result-area .graph-area .graph-box-2 .risk,
  .diagnosis-section-2025 .simulation-result-area .result-area .graph-area .graph-box-base-2 .risk {
    display: none;
  }
  .diagnosis-section-2025 .simulation-result-area .result-area .graph-area .graph-box-3,
  .diagnosis-section-2025 .simulation-result-area .result-area .graph-area .graph-box-base-3 {
    left: 58% !important;
  }
  .diagnosis-section-2025 .simulation-result-area .result-area .graph-area .graph {
    width: 84px !important;
    height: 84px !important;
  }
  .diagnosis-section-2025 .simulation-result-area .result-area .graph-area .graph-container {
    height: 84px;
    width: 84px;
    top: 22px;
  }
  .diagnosis-section-2025 .simulation-result-area .result-area .graph-area .ex {
    font-size: 10px;
  }
  .diagnosis-section-2025 .simulation-result-area .result-area .graph-area .ex .reit {
    left: 80px;
  }
  .diagnosis-section-2025 .simulation-result-area .result-area .graph-area .ex .reit:before {
    width: 7px;
    top: 8px;
    left: -8px;
  }
  .diagnosis-section-2025 .simulation-result-area .result-area .graph-area .ex .reit:after {
    width: 25px;
    top: 20px;
    left: -22px;
  }
  .diagnosis-section-2025 .simulation-result-area .result-area .graph-area .ex .stock {
    font-size: 10px;
    top: 54px;
    left: 70px;
  }
  .diagnosis-section-2025 .simulation-result-area .result-area .graph-area .ex .receivables {
    font-size: 10px;
    top: 54px;
    left: 24px;
  }
  .diagnosis-section-2025 .simulation-result-area .result-area .graph-area .ex .short {
    left: 8px;
  }
  .diagnosis-section-2025 .simulation-result-area .result-area .graph-area .ex .short:before {
    width: 5px;
    top: 8px;
    right: -7px;
  }
  .diagnosis-section-2025 .simulation-result-area .result-area .graph-area .ex .short:after {
    width: 24px;
    top: 20px;
    right: -21px;
  }
  .diagnosis-section-2025 .simulation-result-area .result-area .graph-area .ex .risk {
    top: 25px;
    left: 100%;
    width: 50px;
    font-size: 10px;
  }
  .diagnosis-section-2025 .simulation-result-area .result-area .graph-area .ex .risk:before {
    width: 30px;
    top: -14px;
    left: -2px;
  }
  .diagnosis-section-2025 .simulation-result-area .result-area .graph-area .ex .risk:after {
    width: 30px;
    bottom: -14px;
    left: -2px;
  }
  .diagnosis-section-2025 .simulation-result-area .result-area .graph-area .plate {
    font-size: 11px;
    width: 84px;
    top: 116px;
    line-height: 1.2;
  }
  .diagnosis-section-2025 .simulation-result-area .person-area {
    bottom: 100px;
  }
  .diagnosis-section-2025 .simulation-result-area .person-area img {
    width: 36px;
  }
  .diagnosis-section-2025 .simulation-result-area .person-area img + img {
    width: 31px;
  }
  .diagnosis-section-2025 .simulation-result-area .explain-assets-area {
    padding-top: 20px;
    background: #BCD694;
  }
  .diagnosis-section-2025 .simulation-result-area .explain-assets-area .note {
    font-size: 10px;
    right: 0;
    top: 0;
  }
  .explain-assets-area .explain-ttl {
    font-size: 14px;
  }
  .explain-assets-area .explain-ul {
    width: 100%;
    padding: 0 20px 15px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px 27px;
  }
  .explain-assets-area .explain-ul li .btn {
    font-size: 14px;
    width: 85px;
  }
  .explain-assets-area .explain-ul li.stock .body {
    left: 0;
  }
  .explain-assets-area .explain-ul li.stock .body:before {
    left: 35px;
    right: inherit;
    margin: 0;
  }
  .explain-assets-area .explain-ul li.stock .body:after {
    left: 35px;
    right: inherit;
    margin: 0;
  }
  .explain-assets-area .explain-ul li.receivables .body::before, .explain-assets-area .explain-ul li.receivables .body::after {
    left: 0;
    right: 0;
    margin: auto;
  }
  .explain-assets-area .explain-ul li.reit .body {
    right: 0;
    left: -250%;
  }
  .explain-assets-area .explain-ul li.reit .body:before {
    right: 35px;
  }
  .explain-assets-area .explain-ul li.reit .body:after {
    right: 35px;
  }
  .about-section-2025 {
    margin-top: 635px;
    height: 2000px;
    padding-top: 0;
  }
  .about-section-2025:before {
    background: url(../images/content_02_bg_sp.png) no-repeat center center;
    height: 2200px;
    width: 775px;
    min-width: 1px;
    left: auto;
    margin-left: 0;
    right: 0;
    margin-top: -100px;
    top: 0;
  }
  .about-section-2025 .title-area {
    width: 147px;
    left: 0;
    right: 0;
    top: -95px;
    margin: auto;
  }
  .about-section-2025 .title-area .title-before {
    top: 3px;
    left: 15px;
    margin-bottom: 6px;
  }
  .about-section-2025 .title-area .title-before img {
    max-height: 22px;
  }
  .about-section-2025 .title-text-before {
    padding-top: 120px;
    width: 58.4615384615vw;
    margin: 0 auto;
  }
  .about-section-2025 .title-text-area {
    padding: 20px;
    width: calc(100% + 20px);
    margin-top: 6px;
  }
  .about-section-2025 .title-text-area .img {
    width: 85.3846153846vw;
    margin: 0 auto;
  }
  .about-section-2025 .about-item-wrap {
    display: block;
  }
  .about-section-2025 .about-item-wrap .about-text-1-wrap {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .about-section-2025 .about-item-wrap .about-text-1-wrap .about-text-2 {
    margin-top: 5px;
    line-height: 1.4;
    font-size: min(16px, 4.2666666667vw);
  }
  .about-section-2025 .about-item-wrap .about-graph {
    width: 46.4102564103vw;
    margin: 25px auto 0;
  }
  .about-section-2025 .about-item-wrap + .about-item-wrap {
    display: block;
    margin-top: 88px;
  }
  .about-section-2025 .about-item-wrap + .about-item-wrap .about-text-1-wrap {
    width: 100%;
  }
  .about-section-2025 .about-item-wrap + .about-item-wrap .about-hand {
    width: 37.1794871795vw;
    margin: 10px auto 0;
  }
  .about-section-2025 .about-item-wrap + .about-item-wrap .about-text-1 {
    margin-top: 0;
  }
  .about-section-2025 .about-blue-btn-wrap {
    margin-top: 55px;
  }
  .about-section-2025 .about-blue-btn-wrap .btn {
    padding: 14px 20px;
    text-align: center;
    font-size: 4.8vw;
  }
  .about-section-2025 .about-ribbon-area-wrap {
    margin-top: 65px;
    padding: 72px 20px 20px;
  }
  .about-section-2025 .about-ribbon-area-wrap::before {
    content: "";
    left: 20px;
    width: 39px;
    height: 50px;
  }
  .about-section-2025 .about-ribbon-area-wrap::after {
    left: 19.5px;
    width: 39px;
    height: 3.8461538462vw;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 15px solid #A4B1BF;
    top: 40px;
  }
  .about-section-2025 .about-ribbon-area-wrap .ttl {
    font-size: 22px;
  }
  .about-section-2025 .about-ribbon-area-wrap .txt {
    margin-top: 13px;
    font-size: 16px;
    line-height: 1.8;
  }
  .start-section-2025 {
    padding-top: 141px;
    height: 100%;
  }
  .start-section-2025 .title-area {
    width: 160px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }
  .start-section-2025 .title-area .title-before {
    top: 9px;
    left: 22px;
    margin-bottom: 9px;
  }
  .start-section-2025 .title-area .title-before img {
    max-height: 22px;
  }
  .start-section-2025 .title-text-before {
    padding-top: 207px;
    width: 22.8205128205vw;
    margin: 0 auto;
  }
  .start-section-2025 .title-text-area {
    left: -20px;
    width: calc(100% + 20px);
    margin: 5px 0;
    padding: 5px 10px 8px;
  }
  .start-section-2025 .title-text-area .img {
    width: 86.1538461538vw;
    margin: 0;
  }
  .start-section-2025 .title-text-area .img + .img {
    width: 67.9487179487vw;
    margin: 4px auto 0;
  }
  .start-section-2025 .title-text-area .note {
    margin: 5px 0 0;
    text-align: center;
  }
  .start-section-2025 .point-ttl {
    margin: 53px 0 16px;
    font-size: 28px;
  }
  .start-section-2025 .point-ttl .ico {
    width: 100px;
    height: 100%;
    aspect-ratio: 1/1;
    margin: 0 auto;
  }
  .start-section-2025 .point-ttl .ttl {
    font-size: 28px;
    margin-top: 20px;
  }
  .start-section-2025 .point-ttl.mt-adj {
    margin-top: 0;
  }
  .start-section-2025 .cont-txt {
    margin-top: 10px;
    line-height: 1.7;
  }
  .start-section-2025 .color-map-wrap {
    margin: 59px 0 0;
  }
  .start-section-2025 .color-map-wrap .tip {
    max-width: 244px;
    width: 100%;
    font-size: 16px;
    padding: 2px 20px;
  }
  .start-section-2025 .color-map-wrap .triangle-txt {
    font-size: min(16px, 4.2666666667vw);
    padding: 0;
  }
  .start-section-2025 .color-map-wrap .triangle-txt::before, .start-section-2025 .color-map-wrap .triangle-txt::after {
    content: "▼▼▼▼▼▼";
    font-size: min(10px, 2.6666666667vw);
    letter-spacing: 0.3rem;
  }
  .start-section-2025 .color-map-wrap .triangle-txt::before {
    margin-right: 10px;
  }
  .start-section-2025 .color-map-wrap .triangle-txt::after {
    margin-left: 10px;
  }
  .start-section-2025 .color-map-wrap .color-wrap {
    display: block;
    margin: 15px auto 0;
  }
  .start-section-2025 .color-map-wrap .color-wrap .head {
    padding: 2px 20px;
    text-align: center;
    min-width: 120px;
    font-size: 14px;
  }
  .start-section-2025 .color-map-wrap .color-wrap .head.yellow {
    max-width: 360px;
    display: block;
  }
  .start-section-2025 .color-map-wrap .color-wrap .plus {
    height: 20px;
    margin: 18px auto 20px;
  }
  .start-section-2025 .color-map-wrap .color-wrap .arrow {
    margin: 8px auto 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 32px;
  }
  .start-section-2025 .color-map-wrap .color-wrap .colorful {
    width: 105px;
    margin-top: 8px;
  }
  .start-section-2025 .color-map-wrap .color-wrap .colorful .label {
    font-size: min(12px, 3.2vw);
  }
  .start-section-2025 .color-map-wrap .color-wrap .box {
    width: 100%;
  }
  .start-section-2025 .color-map-wrap .color-wrap .list .inn .label {
    font-size: min(12px, 3.2vw);
  }
  .start-section-2025 .color-map-wrap .map-wrap {
    margin-top: 30px;
    margin-right: -10px;
    margin-left: -10px;
    width: calc(100% + 20px);
  }
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag {
    width: 3.8461538462vw;
  }
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag img:nth-child(2) {
    margin-left: -12%;
  }
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag img:nth-child(3) {
    margin-left: -28%;
  }
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag + .small {
    width: 2.8205128205vw;
  }
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag + .small img:nth-child(2) {
    margin-left: -14%;
  }
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag + .big {
    width: 4.6153846154vw;
  }
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag + .big img:nth-child(2) {
    margin-top: 1px;
    margin-left: -14%;
  }
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag + .big img:nth-child(3) {
    margin-left: -30%;
  }
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag01 {
    left: 10.3%;
    top: 26%;
  }
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag02 {
    left: 18%;
    top: 18%;
  }
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag03 {
    left: 18.2%;
    top: 39%;
  }
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag04 {
    left: 29.3%;
    top: 35%;
  }
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag05 {
    left: 35.5%;
    top: 16%;
  }
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag06 {
    left: 39.2%;
    top: 28.3%;
  }
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag07 {
    left: 44.5%;
    top: 4%;
  }
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag08 {
    left: 44.5%;
    top: 46%;
  }
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag09 {
    left: 73%;
    top: 2.5%;
  }
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag10 {
    left: 79%;
    top: 58.2%;
  }
  .start-section-2025 .explain-assets-area {
    margin-top: 18px;
  }
  .start-section-2025 .explain-assets-area .note {
    font-size: 10px;
  }
  .start-section-2025 .start-ribbon-area-wrap {
    margin-top: 40px;
    margin-bottom: 80px;
    padding: 72px 20px 35px;
  }
  .start-section-2025 .start-ribbon-area-wrap::before {
    content: "";
    left: 20px;
    width: 39px;
    height: 50px;
  }
  .start-section-2025 .start-ribbon-area-wrap::after {
    left: 19.5px;
    width: 39px;
    height: 3.8461538462vw;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 15px solid #A4B1BF;
    top: 40px;
  }
  .start-section-2025 .start-ribbon-area-wrap .ttl {
    font-size: 22px;
  }
  .start-section-2025 .start-ribbon-area-wrap .txt {
    margin-top: 13px;
    font-size: 16px;
    line-height: 1.8;
  }
  .start-section-2025 .bar-graph-wrap {
    font-size: 14px;
    margin-top: 20px;
  }
  .start-section-2025 .bar-graph-wrap .graph {
    width: 100%;
  }
  .start-section-2025 .bar-graph-wrap .bottom-txt-wrap {
    font-size: min(16px, 4.2666666667vw);
  }
  .start-section-2025 .bar-graph-wrap .bottom-txt-wrap div:nth-child(1) {
    padding-left: 25px;
  }
  .start-section-2025 .bar-graph-wrap .bottom-txt-wrap div:nth-child(1)::before {
    width: 27px;
    background: url(../images/graph_arrow_02_sp.svg) no-repeat center center/contain;
  }
  .start-section-2025 .bar-graph-wrap .bottom-txt-wrap div p {
    padding: 10px 15px;
  }
  .start-section-2025 .charm-box {
    margin-top: 40px;
    padding: 25px 0 15px 0;
  }
  .start-section-2025 .charm-box .ttl {
    margin-bottom: 5px;
    padding: 0 25px;
  }
  .start-section-2025 .charm-box .ttl img {
    width: min(268px, 71.4666666667vw);
  }
  .start-section-2025 .charm-box .ttl::before, .start-section-2025 .charm-box .ttl::after {
    height: 22px;
    width: 1px;
  }
  .start-section-2025 .charm-box .ttl::before {
    right: 10px;
    top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .start-section-2025 .charm-box .ttl::after {
    left: 10px;
    top: -5px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .start-section-2025 .charm-box .txt {
    font-size: min(14px, 3.7333333333vw);
    line-height: 1.6;
    padding-right: 15px;
  }
  .start-section-2025 .c-note {
    margin: 10px 0 0;
  }
  .start-section-2025 .explain-ul {
    padding: 0 0 15px;
  }
  .modal {
    padding: 0 20px;
  }
  .toggle-container {
    display: block;
  }
  .modal-toggle {
    margin: 0 auto;
    display: block;
  }
  .modal-toggle + .modal-toggle {
    margin-top: 22px;
  }
  .modal-content {
    width: calc(100% - 40px);
  }
  .modal-content .postit-wrap {
    margin-top: 20px;
    padding: 30px 0 0;
  }
  .modal-content .postit-wrap .ttl {
    font-size: 18px;
  }
  .modal-content .postit-wrap .inn .box + .box {
    margin-top: 30px;
  }
  .modal-content .postit-wrap .postit {
    max-width: 350px;
    margin: 0 auto 20px;
    min-height: 330px;
  }
  .modal-content .postit-wrap .postit .thumbtack {
    width: 30px;
    top: -10px;
  }
  .modal-content .postit-wrap .head {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .modal-content .postit-wrap .head::before {
    width: 10px;
    height: 10px;
    top: 8px;
  }
  .modal-content .postit-wrap .postit-ttl {
    font-size: 15px;
    margin: 0 auto 10px;
  }
  .modal-content .postit-wrap .img-txt {
    margin: 15px 0 0;
    padding: 0 0 0 15px;
  }
  .modal-content .postit-wrap + .note {
    font-size: 12px;
    margin: 20px 0 0;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  #wrapper {
    min-width: 1020px;
  }
  .inner-block {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1090px;
  }
  .inner-block.min {
    max-width: 1090px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-header {
    min-width: 1020px;
    position: fixed;
    height: 80px;
  }
  .c-nav .nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-nav a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  .c-nav a:hover {
    color: #0D5BAB;
  }
  .c-nav a:hover::before {
    opacity: 1;
  }
  .c-menu-btn {
    display: none;
  }
  .c-ttl-wrap .sub {
    margin-left: -50px;
  }
  .c-ttl-wrap .ttl-area {
    min-height: 215px;
  }
  .content03 .c-ttl-wrap .ttl-area {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .fixed-banner:hover .inn {
    color: #0D5BAB;
    text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
  }
  .mv-section .inner {
    position: absolute;
    top: 0;
    left: 0;
  }
  .lead-section .btn:hover .ico {
    -webkit-filter: drop-shadow(0 0 8px rgba(134, 193, 255, 0.6));
            filter: drop-shadow(0 0 8px rgba(134, 193, 255, 0.6));
  }
  .lead-section .btn .ico {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 35px;
  }
  .intro-section .intro-movie {
    min-height: 226px;
  }
  .intro-section .movie-img {
    max-width: 404px;
    min-height: 270px;
    position: relative;
  }
  .intro-section .movie-img:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .content01 .tab-btn-area {
    width: calc(100% - 100px);
  }
  .content01 .tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .content01 .tab .ttl-area {
    width: 37%;
  }
  .content01 .tab .detail-area {
    width: 63%;
  }
  .content01 .btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content01 .btn-wrap .balloon::before, .content01 .btn-wrap .balloon::after {
    right: -8px;
  }
  .content01 .btn-wrap .balloon::before {
    top: -30px;
    -webkit-transform: rotate(26deg);
            transform: rotate(26deg);
  }
  .content01 .btn-wrap .balloon::after {
    bottom: -30px;
    -webkit-transform: rotate(-26deg);
            transform: rotate(-26deg);
  }
  .content01 .btn-wrap .btn:hover {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }
  .content02 .btn-wrap .btn:hover {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }
  .content03 .point-ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content03 .point-ttl .ttl {
    padding: 0 0 0 30px;
    width: calc(100% - 127px);
  }
  .content03 .color-wrap .head.yellow {
    padding: 4px 5px 4px 20px;
  }
  .diagnosis-section .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .diagnosis-section .input-area {
    width: 33%;
  }
  .diagnosis-section .btn-area {
    width: 20%;
  }
  .diagnosis-section .result-area {
    width: 47%;
  }
  .diagnosis-section .card .inner {
    -webkit-transform: translateZ(80px);
            transform: translateZ(80px);
  }
  .cta-section .btn-wrap .btn:hover {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  .cta-section .btn-wrap .btn:hover .bg::before, .cta-section .btn-wrap .btn:hover .bg::after {
    top: 0;
  }
  .cta-section .btn-wrap .btn:hover .bg::before {
    left: 0;
  }
  .cta-section .btn-wrap .btn:hover .bg::after {
    right: 0;
  }
  .company-section .logo-list a:hover {
    opacity: 0.7;
  }
  .diagnosis-section-2025 .disgnosis-area .input-area .diagnosis-btn-area .diagnosis-btn:hover {
    background: #fff;
    color: #0D5BAB;
  }
  .diagnosis-section-2025 .disgnosis-area .input-area .diagnosis-btn-area .diagnosis-btn:hover:after {
    border-left: 16px solid #0D5BAB;
  }
  .explain-assets-area .explain-ul li .btn:hover + .body {
    opacity: 1;
    pointer-events: visible;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .explain-assets-area .explain-ul li .body:before {
    left: 0;
    right: 0;
    margin: auto;
  }
  .explain-assets-area .explain-ul li .body:after {
    left: 0;
    right: 0;
    margin: auto;
  }
  .explain-assets-area .explain-ul li .body:hover {
    opacity: 1;
    pointer-events: visible;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .about-section-2025 .about-item-wrap .about-graph {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .start-section-2025 .color-map-wrap .color-wrap .colorful:hover {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(153, 153, 153, 0.8));
            filter: drop-shadow(0px 0px 5px rgba(153, 153, 153, 0.8));
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .start-section-2025 .color-map-wrap .color-wrap .list li:hover .inn.red {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(244, 104, 108, 0.8));
            filter: drop-shadow(0px 0px 5px rgba(244, 104, 108, 0.8));
  }
  .start-section-2025 .color-map-wrap .color-wrap .list li:hover .inn.pink {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(249, 140, 171, 0.8));
            filter: drop-shadow(0px 0px 5px rgba(249, 140, 171, 0.8));
  }
  .start-section-2025 .color-map-wrap .color-wrap .list li:hover .inn.blue {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(9, 91, 171, 0.8));
            filter: drop-shadow(0px 0px 5px rgba(9, 91, 171, 0.8));
  }
  .start-section-2025 .color-map-wrap .color-wrap .list li:hover .inn.skyblue {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(41, 171, 226, 0.8));
            filter: drop-shadow(0px 0px 5px rgba(41, 171, 226, 0.8));
  }
  .start-section-2025 .color-map-wrap .color-wrap .list li:hover .inn.yellow {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(251, 184, 79, 0.8));
            filter: drop-shadow(0px 0px 5px rgba(251, 184, 79, 0.8));
  }
  .start-section-2025 .color-map-wrap .color-wrap .list li:hover .inn.purple {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(27, 20, 100, 0.8));
            filter: drop-shadow(0px 0px 5px rgba(27, 20, 100, 0.8));
  }
  .start-section-2025 .color-map-wrap .color-wrap .list li:hover .inn.green {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(57, 181, 74, 0.8));
            filter: drop-shadow(0px 0px 5px rgba(57, 181, 74, 0.8));
  }
  .start-section-2025 .color-map-wrap .color-wrap .list li:hover .inn.lightgreen {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(140, 198, 63, 0.8));
            filter: drop-shadow(0px 0px 5px rgba(140, 198, 63, 0.8));
  }
  .modal-toggle:hover {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  }
  .modal-content .postit-wrap .inn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .modal-content .postit-wrap .inn .box {
    width: calc((100% - 60px) / 2);
  }
  .modal-content .postit-wrap .inn .box:nth-child(odd) {
    position: relative;
    z-index: 2;
  }
  .modal-content .postit-wrap .inn .box + .box .thumbtack {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .modal-content .postit-wrap .postit {
    min-height: 438px;
    max-width: 546px;
    margin-left: auto;
    margin-right: auto;
  }
  .modal-content .postit-wrap .postit:hover::before {
    -webkit-animation: paper 0.8s 0.3s ease-in-out both;
            animation: paper 0.8s 0.3s ease-in-out both;
  }
  .modal-content .postit-wrap .head {
    min-height: 70px;
  }
  .modal-content .postit-wrap + .postit-wrap {
    margin-top: 55px;
    padding-top: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .c-nav a {
    padding: 20px 10px 15px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) and (max-width: 1100px) {
  .c-nav a {
    font-size: 11px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .c-ttl-wrap .sub {
    margin-left: -30px;
  }
  .start-section-2025:before {
    left: -400px;
  }
}
@media not print {
  .anm-fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn 1.4s ease-in-out both paused;
            animation: fadeIn 1.4s ease-in-out both paused;
  }
  .anm-fadeIn.is-animated {
    -webkit-animation-play-state: running;
            animation-play-state: running;
  }
  .anmlist-fadeInUp > * {
    opacity: 0;
  }
  .anmlist-fadeInUp.is-animated > * {
    -webkit-animation: fadeInUp 1.4s ease-in-out both;
            animation: fadeInUp 1.4s ease-in-out both;
  }
  .anm-fadeInUp {
    opacity: 0;
    -webkit-animation: fadeInUp 1.4s ease-in-out both paused;
            animation: fadeInUp 1.4s ease-in-out both paused;
  }
  .anm-fadeInUp.is-animated {
    -webkit-animation-play-state: running;
            animation-play-state: running;
  }
  .anm-mask {
    -webkit-animation: mask 0.8s ease-in-out both paused;
            animation: mask 0.8s ease-in-out both paused;
  }
  .anm-mask.is-animated {
    -webkit-animation-play-state: running;
            animation-play-state: running;
  }
  .anm-slideInDiagonal {
    -webkit-animation: slideInDiagonal 0.4s ease-in-out both paused;
            animation: slideInDiagonal 0.4s ease-in-out both paused;
  }
  .anm-slideInDiagonal.is-animated {
    -webkit-animation-play-state: running;
            animation-play-state: running;
  }
  .anm-popup {
    -webkit-animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) both paused;
            animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) both paused;
  }
  .anm-popup.is-animated {
    -webkit-animation-play-state: running;
            animation-play-state: running;
  }
  .anm-matrix {
    overflow: hidden;
    opacity: 0;
  }
  .anm-matrix .inn {
    opacity: 0;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
            transform: matrix(1, 0, 0, 1, 0, 100);
    -webkit-transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .anm-matrix.is-animated {
    opacity: 1;
  }
  .anm-matrix.is-animated .inn {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
  .anm-mv .img-wrap .img:nth-child(1) {
    -webkit-animation: slideInBottom 0.8s ease-in-out both paused;
            animation: slideInBottom 0.8s ease-in-out both paused;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .anm-mv .img-wrap .img:nth-child(2) {
    -webkit-animation: slideInBottom 0.8s ease-in-out both paused;
            animation: slideInBottom 0.8s ease-in-out both paused;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .anm-mv .img-wrap .img:nth-child(3) {
    -webkit-animation: slideInBottom 0.8s ease-in-out both paused;
            animation: slideInBottom 0.8s ease-in-out both paused;
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  .anm-mv .img-wrap .img:nth-child(4) {
    -webkit-animation: slideIn 0.8s ease-in-out both paused;
            animation: slideIn 0.8s ease-in-out both paused;
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  .anm-mv .img-wrap .img:nth-child(5) {
    -webkit-animation: slideIn 0.8s ease-in-out both paused;
            animation: slideIn 0.8s ease-in-out both paused;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .anm-mv .sub {
    opacity: 0;
    -webkit-animation: slideIn 0.8s ease-in-out both paused;
            animation: slideIn 0.8s ease-in-out both paused;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  .anm-mv .main .txt {
    opacity: 0;
    -webkit-animation: slideInLeft 0.8s ease-in-out both paused;
            animation: slideInLeft 0.8s ease-in-out both paused;
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
  .anm-mv .main .iroha {
    margin-top: 25px;
    margin-left: 5px;
    width: 303px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .anm-mv .main .iroha img {
    width: 33.3333333333%;
  }
  .anm-mv .main .i,
  .anm-mv .main .ro,
  .anm-mv .main .ha {
    opacity: 0;
    -webkit-animation: fadeIn 0.4s ease-in-out both paused;
            animation: fadeIn 0.4s ease-in-out both paused;
  }
  .anm-mv .main .i {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
  .anm-mv .main .ro {
    -webkit-animation-delay: 3.4s;
            animation-delay: 3.4s;
    margin-left: -5px;
  }
  .anm-mv .main .ha {
    -webkit-animation-delay: 3.8s;
            animation-delay: 3.8s;
    margin-left: -5px;
  }
  .anm-mv .detail,
  .anm-mv .bg-white {
    opacity: 0;
    -webkit-animation: fadeIn 0.4s ease-in-out both paused;
            animation: fadeIn 0.4s ease-in-out both paused;
    -webkit-animation-delay: 4.2s;
            animation-delay: 4.2s;
  }
  .anm-mv.is-animated .img-wrap .img,
  .anm-mv.is-animated .sub,
  .anm-mv.is-animated .main .txt,
  .anm-mv.is-animated .main .i,
  .anm-mv.is-animated .main .ro,
  .anm-mv.is-animated .main .ha,
  .anm-mv.is-animated .detail,
  .anm-mv.is-animated .bg-white {
    -webkit-animation-play-state: running;
            animation-play-state: running;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1500px) {
  .mv-section .main {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  .mv-section .ttl-wrap {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .content03 .color-wrap .list .inn .label {
    font-size: min(12px, 3.2vw);
  }
  .about-section-2025:before {
    margin-left: -100px;
  }
  .about-section-2025 .about-item-wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .about-section-2025 .about-item-wrap .about-text-1-wrap {
    width: calc(100% - 400px);
  }
  .about-section-2025 .about-item-wrap .about-text-1-wrap .about-text-2 {
    font-size: min(20px, 5.3333333333vw);
  }
  .start-section-2025 .color-map-wrap .color-wrap .colorful .label {
    font-size: min(12px, 3.2vw);
  }
  .start-section-2025 .color-map-wrap .color-wrap .list .inn .label {
    font-size: min(12px, 3.2vw);
  }
}
@media only screen and (max-width: 1200px) {
  .diagnosis-section-2025 .diagnosis-text-1 {
    font-size: min(32px, 8.5333333333vw);
  }
  .diagnosis-section-2025 .diagnosis-text-1:before {
    right: 0px;
  }
  .diagnosis-section-2025 .diagnosis-text-1:after {
    left: 0px;
  }
  .diagnosis-section-2025 .simulation-result-area .result-area .graph-area {
    left: -60px;
    top: 0;
  }
  .about-section-2025 .about-item-wrap .about-text-1-wrap .about-text-1 {
    font-size: min(28px, 7.4666666667vw);
    margin-top: 30px;
    width: calc(100% + 20px);
    margin-right: -20px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 767px) {
  .diagnosis-section-2025 .diagnosis-text-1 {
    margin-top: 48px;
    font-size: 16px;
  }
  .diagnosis-section-2025 .diagnosis-text-1:before {
    width: 30px;
    height: 1px;
    bottom: 15px;
  }
  .diagnosis-section-2025 .diagnosis-text-1:after {
    width: 30px;
    height: 1px;
    bottom: 15px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1100px) {
  .diagnosis-section-2025 .simulation-result-area .result-area .graph-area {
    left: -90px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1100px) and (max-width: 767px) {
  .diagnosis-section-2025 .simulation-result-area .result-area .graph-area {
    left: 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 374px) {
  .diagnosis-section-2025 .simulation-result-area .result-area .graph-area .ex .risk {
    left: 93px;
  }
}
@media only screen and (max-width: 1300px) {
  .diagnosis-section-2025 .simulation-result-area .result-text-area {
    font-size: 18px;
    margin-left: 100px;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 767px) {
  .diagnosis-section-2025 .simulation-result-area .result-text-area {
    padding: 20px;
    font-size: 16px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 348px) {
  .explain-assets-area .explain-ul li .body {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 345px) {
  .explain-assets-area .explain-ul li.stock .body {
    left: -60%;
  }
  .explain-assets-area .explain-ul li.stock .body:before {
    left: 85px;
  }
  .explain-assets-area .explain-ul li.stock .body:after {
    left: 85px;
  }
  .explain-assets-area .explain-ul li.receivables .body {
    left: -350%;
  }
  .explain-assets-area .explain-ul li.receivables .body::before, .explain-assets-area .explain-ul li.receivables .body::after {
    right: -125px;
  }
  .explain-assets-area .explain-ul li.reit .body {
    left: -130%;
  }
  .explain-assets-area .explain-ul li.reit .body:before {
    right: 140px;
  }
  .explain-assets-area .explain-ul li.reit .body:after {
    right: 140px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 345px) and (max-width: 345px) {
  .explain-assets-area .explain-ul li.receivables .body {
    left: -200%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1367px) {
  .about-section-2025:before {
    left: inherit;
    right: max(-150px, -10.9729334309vw);
  }
}
@media only screen and (max-width: 767px) and (max-width: 460px) {
  .about-section-2025:before {
    right: -259px;
    top: -13px;
  }
  .start-section-2025 {
    height: min(4500px, 1153.8461538462vw);
  }
}
@media only screen and (max-width: 767px) and (max-width: 400px) {
  .about-section-2025 .about-blue-btn-wrap .deco-txt {
    font-size: min(16px, 4.2666666667vw);
  }
  .start-section-2025 .color-map-wrap .triangle-txt::before, .start-section-2025 .color-map-wrap .triangle-txt::after {
    font-size: min(8px, 2.1333333333vw);
    letter-spacing: 0.1rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 460px) and (max-width: 410px) {
  .start-section-2025 {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 390px) {
  .start-section-2025:before {
    background: url(../images/content_03_bg_sp.png) no-repeat center center;
    height: 4500px;
    min-width: 504px;
    margin-left: 0;
    margin-top: 190px;
    margin-right: 0;
    top: -134px;
    left: -47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .start-section-2025 .point-ttl {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1060px) {
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag {
    width: 40px;
  }
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag + .small {
    width: 32px;
  }
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag + .big {
    width: 52px;
  }
}
@media only screen and (max-width: 1060px) {
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag01 {
    left: 10.3%;
    top: 26%;
  }
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag02 {
    left: 18%;
    top: 18%;
  }
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag03 {
    left: 18.2%;
    top: 39%;
  }
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag04 {
    left: 29.3%;
    top: 35%;
  }
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag05 {
    left: 35.5%;
    top: 16%;
  }
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag06 {
    left: 39.2%;
    top: 28.3%;
  }
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag07 {
    left: 44.5%;
    top: 4%;
  }
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag08 {
    left: 44.5%;
    top: 46%;
  }
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag09 {
    left: 73%;
    top: 2.5%;
  }
  .start-section-2025 .color-map-wrap .map-wrap .flag_wrap .flag10 {
    left: 79%;
    top: 58.2%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  .start-section-2025 .bar-graph-wrap .bottom-txt-wrap {
    font-size: min(14px, 3.7333333333vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1350px) {
  .modal-content .postit-wrap .inn {
    display: block;
  }
  .modal-content .postit-wrap .inn .box {
    width: 100% !important;
  }
  .modal-content .postit-wrap .postit::after {
    left: -60px;
    right: 0;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1226px) {
  .modal-content .postit-wrap .postit {
    min-height: 420px;
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .modal-content .postit-wrap .postit::after {
    height: 420px;
  }
  .modal-content .postit-wrap .postit-ttl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1226px) {
  .modal-content .postit-wrap .postit::before {
    width: 57.0962479608vw;
    height: 414px;
  }
  .modal-content .postit-wrap .img {
    width: 90%;
    margin: auto;
  }
}
@media only screen and (max-width: 1226px) and (max-width: 767px) {
  .modal-content .postit-wrap .postit::before {
    width: 110%;
    height: 330px;
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1226px) and (max-width: 767px) {
  .modal-content .postit-wrap .postit::after {
    width: 100%;
    height: 330px;
  }
}
/*# sourceMappingURL=style.css.map */