@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Zen Old Mincho", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-size: 62.5%;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Zen Old Mincho", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

*,
*::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;
}

.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: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  height: 140px;
  background-color: tomato;
  font-weight: bold;
}

.c-ttl-area {
  text-align: center;
  background: #fff;
  padding: 22px 70px;
  border: 1px solid #8D8879;
  position: relative;
}
.c-ttl-area.is-open .toggle-btn::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-ttl-area.is-open .toggle-btn::after {
  opacity: 1;
}
.c-ttl-area .ttl {
  font-size: clamp(35px, 40px, min(40px, 2.0833333333vw));
  line-height: 1.375;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 900;
}
.c-ttl-area .ttl .small {
  font-size: 35px;
}
.c-ttl-area .toggle-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: min(30px, 1.5625vw);
  margin: auto;
  background: #8D8879;
  width: 50px;
  height: 50px;
  display: inline-block;
}
.c-ttl-area .toggle-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 20px;
  width: 2px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-ttl-area .toggle-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #fff;
}

.c-toggle-area {
  background: #fff;
  border: 1px solid #8D8879;
  border-top: none;
  padding: 60px min(150px, 7.8125vw);
  display: none;
  /* display: none; */
}

.c-point-ttl-area {
  display: grid;
  position: relative;
}
.c-point-ttl-area.reverse .box {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  left: 0;
  right: initial;
  background: -webkit-gradient(linear, right top, left top, from(#41B78D), to(#0069AA));
  background: linear-gradient(to left, #41B78D 0%, #0069AA 100%);
  padding-left: 0;
  padding-right: 110px;
  text-align: right;
}
.c-point-ttl-area.reverse .box .inn {
  text-align: left;
  margin-left: auto;
  display: inline-block;
}
.c-point-ttl-area.reverse .box .point {
  text-align: left;
}
.c-point-ttl-area.reverse img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
}
.c-point-ttl-area .box {
  background: -webkit-gradient(linear, left top, right top, from(#41B78D), to(#0069AA));
  background: linear-gradient(to right, #41B78D 0%, #0069AA 100%);
  color: #fff;
  width: min(1200px, 62.5vw);
  margin-left: auto;
  position: absolute;
  top: 165px;
  right: 0;
  padding-top: 22px;
  padding-left: 60px;
  padding-bottom: 60px;
}
.c-point-ttl-area .ttl-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.c-point-ttl-area .point-wrap {
  position: relative;
}
.c-point-ttl-area .point {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFCC00), to(#C98300));
  background: linear-gradient(to bottom, #FFCC00 0%, #C98300 100%);
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(28px, 40px, min(40px, 2.0833333333vw));
  font-weight: 900;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.c-point-ttl-area .point-inn {
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  font-size: clamp(28px, 40px, min(40px, 2.0833333333vw));
  font-weight: 900;
  z-index: 1;
  -webkit-text-stroke: 13px #FFF;
  text-stroke: 13px #FFF;
}
.c-point-ttl-area .num-wrap {
  position: relative;
}
.c-point-ttl-area .num {
  font-weight: 900;
  font-size: clamp(32px, 50px, min(50px, 2.6041666667vw));
  background: -webkit-gradient(linear, left top, left bottom, from(#FFCC00), to(#C98300));
  background: linear-gradient(to bottom, #FFCC00 0%, #C98300 100%);
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
  line-height: 1.2;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.c-point-ttl-area .num-inn {
  position: absolute;
  top: -1px;
  left: 4px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  font-size: clamp(28px, 40px, min(40px, 2.0833333333vw));
  font-weight: 900;
  z-index: 1;
  -webkit-text-stroke: 13px #FFF;
  text-stroke: 13px #FFF;
}
.c-point-ttl-area .ttl {
  font-size: clamp(40px, 45px, min(45px, 2.34375vw));
  font-weight: bold;
  line-height: 1.5;
  margin-top: 10px;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.mv-block {
  background: url(../images/bg_mv.jpg);
  padding-top: 80px;
  padding-bottom: 202px;
  position: relative;
  margin-top: 10px;
}
.mv-block .logo-area {
  position: relative;
}
.mv-block .logo-area .logo-txt {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 40px;
  font-size: 24px;
  text-align: center;
  font-weight: 900;
}
.mv-block .logo-area .logo-txt .code {
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
  z-index: 1;
}
.mv-block .logo-area .logo-txt .code .inn {
  position: absolute;
  top: 0;
  left: 16px;
  color: #fff;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  z-index: -1;
  font-size: 24px;
  -webkit-text-stroke: 13px #FFF;
  text-stroke: 13px #FFF;
}
.mv-block .logo-area .logo-txt .code::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3px;
  margin: auto;
  width: 8px;
  height: 100%;
  background: #fff;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.mv-block .logo-area .logo-txt .code::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #000;
}
.mv-block .etf {
  position: relative;
  z-index: 1;
  font-weight: 900;
}
.mv-block .etf .inn {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  z-index: -1;
  font-size: 24px;
  -webkit-text-stroke: 13px #FFF;
  text-stroke: 13px #FFF;
}
.mv-block .logo {
  display: block;
  margin: auto;
}
.mv-block .main-txt {
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 40px;
  margin-top: 14px;
  line-height: 1.5;
}

.news-block {
  position: relative;
}
.news-block .inner-block {
  background: url(../images/bg_01.jpg) no-repeat;
  max-width: 1200px;
  position: absolute;
  top: -115px;
  right: 0;
  left: 0;
  margin: auto;
}
.news-block .sec-ttl {
  font-weight: 900;
  font-size: clamp(40px, 50px, min(50px, 2.6041666667vw));
  text-align: center;
  padding-top: 34px;
  margin-bottom: 30px;
}
.news-block .news-list {
  max-width: 1000px;
  margin: auto;
}
.news-block .news-list > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #8D8879;
  border-bottom: 1px solid #8D8879;
  padding: 25px 30px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.news-block .news-list > li > a::after {
  display: none;
}
.news-block .news-list .date {
  font-size: 15px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.news-block .news-list .tag {
  color: #fff;
  display: inline-block;
  background: #000;
  width: 140px;
  text-align: center;
  margin-left: 40px;
}
.news-block .news-list .ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-left: 30px;
  text-decoration: underline;
}

.about-block {
  padding-top: 208px;
  background: url(../images/bg_01.jpg) no-repeat center/cover;
  font-family: "Noto Sans JP", sans-serif;
}
.about-block .desc {
  font-weight: 500;
  line-height: 2.2;
}
.about-block .desc + .desc {
  margin-top: 20px;
}
.about-block .gray-box {
  background: #EFEFEF;
  margin-top: 47px;
  padding: 0 30px 30px;
}
.about-block .gray-box .l-grid {
  max-width: 676px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0 15px;
  gap: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-block .box {
  width: 314px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 10px;
  background: #fff;
  padding-bottom: 25px;
  margin: auto;
}
.about-block .box .inn {
  padding: 0 min(42px, 2.1875vw);
}
.about-block .box.index {
  border-color: #3568B5;
}
.about-block .box.index .box-ttl {
  background: #3568B5;
}
.about-block .box.index .box-txt .strong {
  color: #3568B5;
}
.about-block .box.index .fund::before {
  background: #3568B5;
}
.about-block .box.active {
  border-color: #E2A22B;
}
.about-block .box.active .box-ttl {
  background: #E2A22B;
}
.about-block .box.active img {
  padding-bottom: 5px;
}
.about-block .box.active .box-txt .strong {
  color: #E2A22B;
}
.about-block .box.active .fund::before {
  background: #E2A22B;
}
.about-block .box .box-ttl {
  color: #fff;
  border-radius: 7px 7px 0 0;
  padding: 5px 0;
  font-weight: bold;
  font-size: 20px;
}
.about-block .box img {
  padding: 28px 0;
}
.about-block .box .box-txt {
  font-weight: 500;
  margin-bottom: 10px;
}
.about-block .box .box-txt .strong {
  font-weight: bold;
  font-size: 18px;
}
.about-block .box .bench {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: left;
}
.about-block .box .bench::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  margin: auto;
  background: url(../images/img_line.svg) no-repeat center/cover;
  height: 4px;
  display: inline-block;
  width: 22px;
}
.about-block .box .fund {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  width: 100%;
}
.about-block .box .fund::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 2px;
  width: 22px;
}
.about-block .attention {
  font-weight: 500;
  font-size: 14px;
}

.charm-block {
  padding-top: 88px;
  background: url(../images/bg_01.jpg) no-repeat center/cover;
  padding-bottom: 70px;
}
.charm-block .charm-list > li {
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.charm-block .charm-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.charm-block .list-ttl {
  position: relative;
  margin-bottom: 18px;
}
.charm-block .num {
  position: relative;
  font-size: 30px;
  display: inline-block;
  padding: 0 11px;
  background: url(../images/bg_02.png) no-repeat;
  background-position: right bottom;
  background-size: contain;
  font-weight: bold;
}
.charm-block .main-ttl {
  display: inline-block;
  padding-left: 0px;
  font-weight: bold;
  font-size: clamp(24px, 32px, min(32px, 1.6666666667vw));
}
.charm-block .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2.2;
}

.performance-block {
  background: url(../images/bg_03.jpg) no-repeat center/cover;
  padding-top: 77px;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 95px;
}
.performance-block .sec-ttl-wrap {
  text-align: center;
}
.performance-block .sec-ttl {
  background: -webkit-gradient(linear, left top, right top, from(#41B78D), to(#0069AA));
  background: linear-gradient(to right, #41B78D 0%, #0069AA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(35px, 40px, min(40px, 2.0833333333vw));
  font-weight: 900;
  text-align: center;
  font-family: "Zen Old Mincho", sans-serif;
  position: relative;
  display: inline-block;
}
.performance-block .sec-ttl::after {
  content: "";
  width: 100%;
  height: 7px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/img_line_02.svg) no-repeat center bottom/contain;
}
.performance-block .sec-ttl.sp-content {
  display: none;
}
.performance-block .desc {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 20px;
  margin-top: 53px;
}
.performance-block .date {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.performance-block .white-box {
  background: #fff;
  margin: 33px auto 0;
  max-width: 900px;
  padding: 50px;
  position: relative;
}
.performance-block .growth {
  font-weight: bold;
  font-size: clamp(18px, 22px, min(22px, 1.1458333333vw));
  position: absolute;
  top: 40px;
  right: 140px;
  line-height: 1.2;
  text-align: right;
}
.performance-block .growth .deco {
  background: -webkit-gradient(linear, left top, left bottom, from(#41B78D), to(#0069AA));
  background: linear-gradient(to bottom, #41B78D 0%, #0069AA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 3;
  display: inline-block;
}
.performance-block .growth .large {
  font-size: clamp(18px, 22px, min(22px, 1.1458333333vw));
  letter-spacing: 0.05em;
  line-height: 3;
  display: inline-block;
}
.performance-block .growth .num {
  font-size: clamp(35px, 40px, min(40px, 2.0833333333vw));
  line-height: 1.2;
  letter-spacing: -0.1em;
  display: inline-block;
}
.performance-block .comment {
  margin: 26px auto 0;
  position: relative;
  z-index: 0;
  max-width: 540px;
}
.performance-block .comment .comment-bg {
  background: #F4F4F4;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 1;
  position: relative;
  margin: auto;
  padding: 20px 24px 17px 32px;
}
.performance-block .comment::before {
  content: "";
  position: absolute;
  bottom: 160px;
  right: -90px;
  background: #F4F4F4;
  -webkit-box-shadow: 4px 8px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 8px 4px rgba(0, 0, 0, 0.25);
  -webkit-clip-path: polygon(100% 0, 20% 100%, 0 100%);
          clip-path: polygon(100% 0, 20% 100%, 0 100%);
  width: 340px;
  height: 300px;
  z-index: -1;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.performance-block .comment::after {
  content: "";
  position: absolute;
  bottom: 160px;
  right: -91px;
  background: rgba(0, 0, 0, 0.25);
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-clip-path: polygon(100% 0, 20% 100%, 0 100%);
          clip-path: polygon(100% 0, 20% 100%, 0 100%);
  width: 340px;
  height: 300px;
  z-index: -2;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.performance-block .comment .fund {
  font-weight: bold;
  font-size: 14px;
}
.performance-block .comment .yen, .performance-block .comment .point {
  font-size: 14px;
  margin-left: 5px;
}
.performance-block .comment .l-grid {
  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;
  gap: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.performance-block .comment .l-area {
  text-align: center;
}
.performance-block .comment .r-area {
  text-align: center;
}
.performance-block .txt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.performance-block .figure {
  width: 209px;
  text-align: center;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 30px;
}
.performance-block .figure.color {
  background: -webkit-gradient(linear, left top, right top, from(#41B78D), to(#0069AA));
  background: linear-gradient(to right, #41B78D 0%, #0069AA 100%);
}
.performance-block .figure.mono {
  background: #666;
}
.performance-block .arrow {
  margin-top: 32px;
}
.performance-block .return {
  font-weight: bold;
  text-align: center;
  font-size: 30px;
}
.performance-block .return .num {
  font-size: 40px;
}
.performance-block .attention {
  max-width: 900px;
  margin: 30px auto 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
}
.performance-block .attention .red {
  color: #ff0000;
  line-height: 1.8;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.performance-block .attention .red:nth-of-type(1) {
  margin-top: 8px;
}
.performance-block .attention .red::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.point-01-block {
  background: url(../images/bg_04.jpg) no-repeat center/cover;
  padding-top: 120px;
  padding-bottom: 120px;
}
.point-01-block .ttl-wrap {
  text-align: center;
}
.point-01-block .main-ttl {
  font-weight: 900;
  display: inline-block;
  margin: auto;
  font-size: clamp(45px, 60px, min(60px, 3.125vw));
  letter-spacing: 0.1em;
  line-height: 0.9;
  margin-bottom: 78px;
}
.point-01-block .main-ttl .en {
  letter-spacing: 0.1em;
  font-size: 30px;
  display: block;
  text-align: left;
  margin-bottom: max(-47px, -2.4479166667vw);
}
.point-01-block .main-ttl .point {
  font-size: clamp(45px, 60px, min(60px, 3.125vw));
  background: -webkit-gradient(linear, left top, left bottom, from(#FFCC00), to(#C98300));
  background: linear-gradient(to bottom, #FFCC00 0%, #C98300 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 10px;
}
.point-01-block .main-ttl .num {
  font-size: clamp(80px, 140px, min(140px, 7.2916666667vw));
  line-height: 0.9;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFCC00), to(#C98300));
  background: linear-gradient(to bottom, #FFCC00 0%, #C98300 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.point-01-block .condition-ttl {
  font-size: clamp(40px, 50px, min(50px, 2.6041666667vw));
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 120px;
}
.point-01-block .condition-ttl .num {
  font-size: clamp(60px, 80px, min(80px, 4.1666666667vw));
  margin-left: 12px;
}
.point-01-block .about-model {
  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;
  margin-top: 35px;
  gap: 10px;
}
.point-01-block .top-txt {
  position: relative;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  background: url(../images/bg_parts_08.svg) no-repeat center bottom/contain;
  padding: 40px 60px 40px 70px;
  white-space: nowrap;
}
.point-01-block .middle-txt {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 35px;
  font-weight: 600;
}
.point-01-block .bottom-txt {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 16px;
}
.point-01-block .top-white-box {
  background: #fff;
  padding: 40px 48px;
  margin: 54px auto 55px;
}
.point-01-block .l-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(60px, 3.125vw);
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.point-01-block .l-grid .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.point-01-block .l-grid + .attention {
  font-weight: 500;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 43px;
}
.point-01-block .box-ttl {
  color: #016AAA;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
}
.point-01-block .bg-content .inn-txt {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
.point-01-block .bg-content .inn-txt .large {
  font-size: 24px;
}
.point-01-block .box01 .bg-content:nth-of-type(1) {
  background: url(../images/bg_parts_01.svg) no-repeat center/contain;
  padding: 15px 0;
}
.point-01-block .box01 .bg-content:nth-of-type(2) {
  margin-top: 20px;
  background: url(../images/bg_parts_02.svg) no-repeat center/contain;
  padding: 15px 0;
}
.point-01-block .box02 .box-ttl {
  margin-bottom: 20px;
}
.point-01-block .box02 .bg-content {
  background: url(../images/bg_parts_03.svg) no-repeat center/contain;
  padding: 40px 20px 60px;
}
.point-01-block .box02 .bg-content .inn-txt {
  line-height: 1.4;
}
.point-01-block .c-toggle-area {
  padding-left: min(100px, 5.2083333333vw);
  padding-right: min(100px, 5.2083333333vw);
}
.point-01-block .desc {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.point-01-block .desc .strong {
  font-weight: bold;
  font-size: 20px;
}
.point-01-block .performance-txt {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 28px;
  margin-bottom: 54px;
}
.point-01-block .graph-ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.point-01-block .graph-ttl .deco {
  color: #fff;
  background: url(../images/bg_parts_04.svg) no-repeat center/contain;
  padding: 10px 17px;
  margin-right: 10px;
}
.point-01-block .gray-box {
  background: #EFEFEF;
  padding: 30px min(72px, 3.75vw) 30px;
  font-family: "Noto Sans JP", sans-serif;
}
.point-01-block .gray-box + .graph-ttl {
  margin-top: 47px;
}
.point-01-block .gray-box:nth-of-type(2) {
  margin-bottom: 56px;
}
.point-01-block .graph-box {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 15px;
  margin-top: 10px;
}
.point-01-block .white-box img {
  display: block;
  margin: auto;
}
.point-01-block .box-graph-ttl {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}
.point-01-block .year {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.point-01-block .txt-area {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.point-01-block .txt-area .comment {
  position: relative;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 4px 0px #e2e2e2;
          box-shadow: 0px 4px 0px #e2e2e2;
  margin-top: 45px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  padding: 45px 0 45px;
  z-index: auto;
}
.point-01-block .txt-area .comment::before {
  content: "";
  position: absolute;
  top: 18px;
  left: -68px;
  background: #e2e2e2;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%);
          clip-path: polygon(0 10%, 100% 0, 100% 100%);
  width: 70px;
  height: 35px;
}
.point-01-block .txt-area .comment::after {
  content: "";
  position: absolute;
  top: 15px;
  left: -68px;
  background: #fff;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%);
          clip-path: polygon(0 10%, 100% 0, 100% 100%);
  width: 70px;
  height: 35px;
}
.point-01-block .txt-area .comment .strong {
  background: -webkit-gradient(linear, left top, right top, from(#41B78D), to(#0069AA));
  background: linear-gradient(to right, #41B78D 0%, #0069AA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.point-01-block .txt-area .comment .strong::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#41B78D), to(#0069AA));
  background: linear-gradient(to right, #41B78D 0%, #0069AA 100%);
}
.point-01-block .txt-area .txt {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
.point-01-block .txt-area .increase {
  font-weight: bold;
  color: #016AAA;
  text-align: center;
  font-size: 30px;
}
.point-01-block .txt-area .increase .num {
  font-size: 50px;
}
.point-01-block .attention {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
.point-01-block .attention + .attention {
  margin-top: 20px;
  line-height: 1.8;
}
.point-01-block .attention-01 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-top: 21px;
  padding-left: 40px;
}
.point-01-block .attention-01::before {
  content: "（注）";
  position: absolute;
  top: 0;
  left: 0;
}
.point-01-block .attention-01 + .attention {
  margin-top: 20px;
}
.point-01-block .attention-red {
  font-weight: 500;
  font-size: 14px;
  margin-top: 18px;
  font-family: "Noto Sans JP", sans-serif;
  color: #ff0000;
  position: relative;
  padding-left: 12px;
}
.point-01-block .attention-red::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.point-02-block {
  background: url(../images/bg_06.jpg) no-repeat center/cover;
  padding-bottom: 120px;
}
.point-02-block .movie-wrap {
  margin-top: 146px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  z-index: 1;
  /* &::before {
    content: "";
    position: absolute;
    top: 75px;
    bottom: 0;
    margin: auto;
    left: 0;
    background: url(../images/img_arrow_03.svg) no-repeat center/contain;
    width: 92%;
    z-index: -1;
    @include max(1100) {
      top: initial;
      bottom: 0;
      background: url(../images/img_arrow_04.svg) no-repeat bottom/contain;
      height: 100%;
      width: 100%;
    }
  } */
}
.point-02-block .universe {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  background: -webkit-gradient(linear, left top, left bottom, from(#41B78D), to(#0069AA));
  background: linear-gradient(to bottom, #41B78D 0%, #0069AA 100%);
  font-weight: bold;
  font-size: clamp(40px, 50px, min(50px, 2.6041666667vw));
  line-height: 1.2;
  border-radius: 20px;
  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;
  margin-right: min(160px, 8.3333333333vw);
  padding: 0 20px;
  margin-top: 14px;
}
.point-02-block .universe .txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  vertical-align: middle;
}
.point-02-block .movie-list {
  margin-right: min(120px, 6.25vw);
  margin: auto;
}
.point-02-block .movie-list > li {
  margin-bottom: 42px;
}
.point-02-block .movie-list > li:nth-child(3) {
  margin-bottom: 0px;
}
.point-02-block .ttl-area {
  padding-bottom: 17px;
}
.point-02-block .list-ttl {
  font-weight: bold;
  font-size: clamp(24px, 32px, min(32px, 1.6666666667vw));
  text-align: center;
  line-height: 1.5;
}
.point-02-block .main-ttl {
  font-weight: 900;
  font-size: clamp(35px, 40px, min(40px, 2.0833333333vw));
  line-height: 1.25;
  text-align: center;
  margin-top: 26px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  background: url(../images/bg_parts_09.svg) no-repeat center 10px/contain;
  padding: 40px 40px 50px;
}
.point-02-block .c-movie-wrap {
  margin-top: 15px;
}
.point-02-block .c-movie-wrap iframe {
  aspect-ratio: 16/9;
  width: 100%;
}
.point-02-block .circle {
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#41B78D), to(#0069AA));
  background: linear-gradient(to bottom, #41B78D 0%, #0069AA 100%);
  color: #fff;
  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;
  font-family: "Noto Sans JP", sans-serif;
  width: 200px;
  height: 200px;
  font-weight: bold;
  font-size: 24px;
  position: absolute;
  top: 75px;
  bottom: 0;
  right: 0;
  margin: auto;
}
.point-02-block .c-movie-wrap img {
  display: block;
  margin: auto;
}

.point-03-block {
  background: url(../images/bg_08.jpg) no-repeat center/cover;
  padding-bottom: 100px;
}
.point-03-block .sub-ttl {
  padding-top: 150px;
  font-weight: 500;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 30px;
}
.point-03-block .person-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;
  font-family: "Noto Sans JP", sans-serif;
  gap: min(90px, 4.6875vw);
  max-width: 894px;
  margin: auto;
}
.point-03-block .person-list img {
  display: block;
  margin: auto;
}
.point-03-block .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: block;
  -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;
  margin-top: 20px;
}
.point-03-block .info .role {
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.point-03-block .info .name {
  font-weight: 500;
  font-size: 30px;
  margin-right: 50px;
}
.point-03-block .intro {
  font-weight: 500;
  line-height: 1.875;
  margin-top: 5px;
}
.point-03-block .gray-box {
  background: #EFEFEF;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 40px 50px 40px;
}
.point-03-block .gray-box .desc {
  font-weight: 500;
  line-height: 2.25;
}
.point-03-block .gray-box .strong {
  font-weight: bold;
  text-decoration: underline;
}

.recommend-block {
  background: url(../images/bg_10.jpg) no-repeat center/cover;
  padding-top: 77px;
  padding-bottom: 66px;
}
.recommend-block .sec-ttl {
  text-align: center;
  font-weight: 900;
  font-size: clamp(35px, 40px, min(40px, 2.0833333333vw));
  line-height: 1.5;
}
.recommend-block .list-wrap {
  text-align: center;
  margin: auto;
}
.recommend-block .dot-list {
  max-width: 870px;
  margin: 42px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  text-align: left;
}
.recommend-block .dot-list > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 43px;
}
.recommend-block .dot-list > li .txt {
  position: relative;
  display: inline;
  font-size: clamp(18px, 24px, min(24px, 1.25vw));
  font-weight: 500;
  padding-bottom: 10px;
}
.recommend-block .dot-list > li .txt::before {
  content: "";
  background: url(../images/img_line_02.svg) repeat-x center/cover, transparent 70%;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
}
.recommend-block .dot-list > li::before {
  content: "";
  width: clamp(6px, 10px, min(10px, 0.5208333333vw));
  height: clamp(6px, 10px, min(10px, 0.5208333333vw));
  display: block;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 17px;
  left: 8px;
  margin: auto;
}

.explanation-block {
  background: url(../images/bg_03.jpg) no-repeat center/cover;
  padding-top: 80px;
  padding-bottom: 100px;
}
.explanation-block .sec-ttl {
  text-align: center;
  font-weight: 900;
  font-size: clamp(40px, 50px, min(50px, 2.6041666667vw));
  line-height: 1.8;
  margin-right: 37px;
}
.explanation-block .sec-ttl .more {
  font-weight: 700;
  font-size: clamp(55px, 70px, min(70px, 3.6458333333vw));
  background: url(../images/bg_parts_06.svg) no-repeat center bottom/contain;
  letter-spacing: -0.1em;
  margin-right: 10px;
  line-height: 1.28;
}
.explanation-block .sec-ttl .bold {
  margin-top: -10px;
  display: block;
}
.explanation-block .movie-wrap {
  text-align: center;
  max-width: 587px;
  margin: 20px auto 0;
  padding-top: 28%;
  height: 0;
  position: relative;
}
.explanation-block .movie-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.explanation-block .black-box {
  margin: auto;
  background: #1B1C1E;
  max-width: 587px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 14px 20px 10px;
}
.explanation-block .black-box .chapter-ttl {
  border-bottom: 1px solid #fff;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.explanation-block .movie-jump-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.explanation-block .movie-jump-btn .second {
  width: 102px;
  border-radius: 6px;
  background: #d9d9d9;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  padding: 11px 0;
}
.explanation-block .movie-jump-btn .txt {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-left: 10px;
}
.explanation-block .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;
  margin: 50px auto 0;
}
.explanation-block .more-btn {
  color: #fff;
  display: block;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#41B78D), to(#0069AA));
  background: linear-gradient(to right, #41B78D 0%, #0069AA 100%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 588px;
  padding: 21px 0;
  font-size: 24px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.explanation-block .more-btn span {
  color: #fff;
}

.attention-block {
  padding-top: 90px;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 95px;
}
.attention-block .inner-block {
  max-width: 1080px;
}
.attention-block .ttl {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 11px;
}
.attention-block .desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.14;
}
.attention-block .desc .red-underline {
  display: inline;
  border-bottom: 1px solid #ff0000;
  color: #ff0000;
}
.attention-block .desc .red {
  color: #ff0000;
}
.attention-block .desc + .ttl {
  margin-top: 24px;
}
.attention-block .desc + .desc {
  margin-top: 30px;
}
.attention-block .desc + .txt-bold {
  margin-top: 29px;
}
.attention-block .txt-bold {
  font-weight: bold;
  line-height: 1.85;
}
.attention-block .date {
  font-weight: 500;
  margin-top: 20px;
  font-size: 14px;
}

#headerArea {
  font-size: 62.5% !important;
}

.link-top {
  bottom: 265px;
}

/* 先方ファイルとの調整css */
.pbNested .lp {
  background: #fff;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Zen Old Mincho", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.pbNested .lp li::before {
  display: none;
}
.pbNested .lp img {
  width: revert-layer;
}
.pbNested .lp a {
  color: initial;
  text-decoration: none;
}

/* フッター調整 */
.nav-sp .menu-btn a {
  pointer-events: none;
}

.nav-sp .sp-btn:nth-of-type(2) a {
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
    font-size: 62.5%;
  }
  body {
    font-size: 14px;
    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 {
    height: 26.6666666667vw;
    background-color: lightgreen;
  }
  .c-ttl-area {
    padding: 10px 30px;
  }
  .c-ttl-area .ttl {
    font-size: 26px;
  }
  .c-ttl-area .ttl .small {
    font-size: 22px;
  }
  .c-ttl-area .toggle-btn {
    width: 30px;
    height: 30px;
  }
  .c-ttl-area .toggle-btn::before {
    height: 15px;
  }
  .c-ttl-area .toggle-btn::after {
    width: 15px;
  }
  .c-toggle-area {
    padding: 20px 15px 40px;
  }
  .c-point-ttl-area.reverse .box {
    padding-right: 30px;
    padding-left: 20px;
  }
  .c-point-ttl-area .box {
    width: calc(100% - 40px);
    max-width: 500px;
    padding-bottom: 30px;
    padding-left: 30px;
    top: 80px;
  }
  .c-point-ttl-area .point {
    font-size: 18px;
  }
  .c-point-ttl-area .point-inn {
    font-size: 18px;
  }
  .c-point-ttl-area .num {
    font-size: 20px;
  }
  .c-point-ttl-area .num-inn {
    font-size: 20px;
    left: 2px;
  }
  .c-point-ttl-area .ttl {
    font-size: 22px;
  }
  .mv-block .logo-area .logo {
    padding: 0 20px;
  }
  .mv-block .logo-area .logo-txt {
    bottom: 0;
    font-size: 18px;
  }
  .mv-block .logo-area .logo-txt .code {
    display: inline-block;
    padding-left: 0;
    margin-left: 0;
  }
  .mv-block .logo-area .logo-txt .code .inn {
    -webkit-text-stroke: 8px #FFF;
    text-stroke: 8px #FFF;
    left: 0;
    font-size: 18px;
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  .mv-block .logo-area .logo-txt .code::after {
    display: none;
  }
  .mv-block .etf .inn {
    -webkit-text-stroke: 8px #FFF;
    text-stroke: 8px #FFF;
    -webkit-filter: blur(2px);
            filter: blur(2px);
    font-size: 18px;
  }
  .mv-block .main-txt {
    font-size: 20px;
  }
  .news-block .sec-ttl {
    font-size: 26px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .news-block .news-list > li > a {
    padding: 20px 15px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .news-block .news-list .date {
    font-size: 12px;
  }
  .news-block .news-list .tag {
    font-size: 13px;
    margin-left: 10px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 100px;
  }
  .news-block .news-list .ttl {
    font-size: 14px;
    width: 100%;
    margin-left: 0;
  }
  .about-block {
    padding-top: 100px;
  }
  .about-block .gray-box {
    padding: 0 15px 30px;
    margin-top: 30px;
  }
  .about-block .gray-box .l-grid {
    padding: 20px 0 30px;
    gap: 30px;
  }
  .about-block .box {
    width: auto;
  }
  .about-block .box .bench {
    margin-right: auto;
    display: block;
  }
  .charm-block {
    padding: 50px 0;
  }
  .charm-block .charm-list > li {
    padding-bottom: 20px;
  }
  .charm-block .num {
    font-size: 24px;
  }
  .charm-block .main-ttl {
    display: block;
    font-size: 18px;
  }
  .performance-block {
    padding: 50px 0;
  }
  .performance-block .sec-ttl {
    font-size: 22px;
  }
  .performance-block .sec-ttl::after {
    background-repeat: repeat-x;
  }
  .performance-block .desc {
    font-size: 16px;
    margin-top: 20px;
  }
  .performance-block .date {
    font-size: 12px;
  }
  .performance-block .white-box {
    padding: 20px 15px;
    margin-top: 15px;
  }
  .performance-block .growth {
    right: min(100px, 13.037809648vw);
    font-size: 14px;
    top: 15px;
  }
  .performance-block .growth .deco {
    line-height: 1.2;
  }
  .performance-block .growth .large {
    font-size: 14px;
    line-height: 1.2;
  }
  .performance-block .comment .comment-bg {
    padding: 10px 15px;
  }
  .performance-block .comment .l-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .performance-block .txt {
    font-size: 12px;
  }
  .performance-block .figure {
    font-size: 22px;
  }
  .performance-block .arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 5px 0;
    width: 25px;
  }
  .performance-block .return {
    font-size: 20px;
  }
  .performance-block .return .num {
    font-size: 26px;
  }
  .point-01-block {
    padding: 50px 0;
  }
  .point-01-block .main-ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .point-01-block .main-ttl .en {
    font-size: 18px;
    margin-bottom: 0;
  }
  .point-01-block .main-ttl .point {
    font-size: 22px;
    margin-left: 5px;
  }
  .point-01-block .main-ttl .num {
    font-size: 34px;
  }
  .point-01-block .condition-ttl {
    margin-top: 200px;
    font-size: 22px;
  }
  .point-01-block .condition-ttl .num {
    font-size: 32px;
    margin-left: 10px;
  }
  .point-01-block .about-model {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
  .point-01-block .top-txt {
    font-size: 20px;
    padding: 20px 20px 20px 30px;
  }
  .point-01-block .middle-txt {
    margin-top: 15px;
  }
  .point-01-block .bottom-txt {
    font-size: 16px;
    margin-top: 5px;
  }
  .point-01-block .top-white-box {
    margin: 20px 0;
    padding: 10px 15px 20px;
  }
  .point-01-block .l-grid + .attention {
    margin-top: 15px;
    font-size: 12px;
  }
  .point-01-block .box-ttl {
    font-size: 20px;
  }
  .point-01-block .bg-content .inn-txt {
    font-size: 16px;
  }
  .point-01-block .bg-content .inn-txt .large {
    font-size: 18px;
  }
  .point-01-block .box02 .bg-content {
    padding: 40px 0px 50px;
  }
  .point-01-block .c-toggle-area {
    padding-left: 15px;
    padding-right: 15px;
  }
  .point-01-block .desc .strong {
    font-size: 18px;
  }
  .point-01-block .performance-txt {
    font-size: 18px;
    margin-top: 20px;
  }
  .point-01-block .graph-ttl {
    font-size: 20px;
  }
  .point-01-block .gray-box {
    padding: 20px 15px;
  }
  .point-01-block .gray-box + .graph-ttl {
    margin-top: 30px;
  }
  .point-01-block .gray-box:nth-of-type(2) {
    margin-bottom: 20px;
  }
  .point-01-block .box-graph-ttl {
    font-size: 16px;
  }
  .point-01-block .year {
    font-size: 12px;
  }
  .point-01-block .txt-area .comment::before {
    -webkit-clip-path: polygon(68% 0%, 20% 100%, 0% 100%);
            clip-path: polygon(68% 0%, 20% 100%, 0% 100%);
    width: 85px;
    height: min(360px, 46.1538461538vw);
    bottom: 128px;
    top: initial;
    right: min(20px, 3.3333333333vw);
    left: initial;
  }
  .point-01-block .txt-area .comment::after {
    -webkit-clip-path: polygon(68% 0%, 20% 100%, 0% 100%);
            clip-path: polygon(68% 0%, 20% 100%, 0% 100%);
    width: 85px;
    height: min(360px, 46.1538461538vw);
    bottom: 128px;
    top: initial;
    left: initial;
    right: min(20px, 3.3333333333vw);
  }
  .point-01-block .txt-area .comment .strong {
    font-size: 18px;
  }
  .point-01-block .txt-area .txt {
    font-size: 18px;
  }
  .point-01-block .attention {
    font-size: 12px;
  }
  .point-01-block .attention-01 {
    font-size: 12px;
  }
  .point-01-block .attention-01::before {
    font-size: 12px;
  }
  .point-01-block .attention-red {
    font-size: 12px;
  }
  .point-02-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .point-02-block .movie-list > li {
    margin-bottom: 40px;
  }
  .point-02-block .list-ttl {
    font-size: 18px;
  }
  .point-02-block .main-ttl {
    padding: 30px 10px 30px;
    background: url(../images/bg_parts_09.svg) no-repeat center/contain;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .point-03-block {
    padding-bottom: 50px;
  }
  .point-03-block .sub-ttl {
    padding-top: 180px;
    font-size: 16px;
  }
  .point-03-block .person-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    max-width: 350px;
    margin: auto;
  }
  .point-03-block .person-list img {
    max-width: 200px;
  }
  .point-03-block .info .role {
    font-size: 16px;
  }
  .point-03-block .info .name {
    font-size: 20px;
    margin-right: 0;
  }
  .point-03-block .gray-box {
    padding: 10px 15px;
    margin-top: 20px;
  }
  .recommend-block {
    padding: 50px 0;
    background: url(../images/bg_12.jpg) no-repeat center/cover;
  }
  .recommend-block .sec-ttl {
    font-size: 20px;
  }
  .recommend-block .dot-list {
    margin-top: 20px;
  }
  .recommend-block .dot-list > li {
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .recommend-block .dot-list > li .txt {
    font-size: 14px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(98%, transparent), color-stop(0%, #C98300));
    background: linear-gradient(transparent 98%, #C98300 0%);
    padding-bottom: 5px;
    line-height: 1.8;
  }
  .recommend-block .dot-list > li .txt::before {
    display: none;
  }
  .recommend-block .dot-list > li::before {
    width: 5px;
    height: 5px;
    top: 10px;
  }
  .explanation-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .explanation-block .sec-ttl {
    font-size: 28px;
    margin-right: 0;
  }
  .explanation-block .sec-ttl .more {
    font-size: 34px;
    line-height: 1.8;
  }
  .explanation-block .movie-wrap {
    padding-top: 56%;
    max-width: none;
  }
  .explanation-block .black-box {
    max-width: none;
  }
  .explanation-block .black-box .chapter-ttl {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .explanation-block .movie-jump-btn .second {
    font-size: 18px;
  }
  .explanation-block .movie-jump-btn .txt {
    font-size: 18px;
  }
  .explanation-block .btn-wrap {
    margin-top: 25px;
  }
  .explanation-block .more-btn {
    font-size: 18px;
    padding: 10px 0;
  }
  .explanation-block .more-btn::after {
    display: none !important;
  }
  .attention-block {
    padding: 50px 0;
  }
  .attention-block .ttl {
    font-size: 16px;
  }
  .attention-block .desc {
    font-size: 12px;
  }
  .attention-block .date {
    font-size: 12px;
    margin-top: 10px;
  }
  .link-top {
    display: block;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .link-top.is-active {
    opacity: 1;
  }
  #satori__popup_widget {
    bottom: 80px;
  }
  .pbNested .lp {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
}

@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
  }
  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;
  }
  .about-block .desc {
    font-size: 18px;
  }
  .charm-block .desc {
    font-size: 18px;
  }
  .point-01-block .c-point-ttl-area .box {
    top: 156px;
  }
  .point-01-block .middle-txt {
    font-size: 18px;
  }
  .point-01-block .desc {
    font-size: 18px;
  }
  .point-03-block .c-point-ttl-area .box {
    top: 150px;
    padding-bottom: 50px;
  }
  .point-03-block .gray-box {
    font-size: 18px;
  }
  .explanation-block .more-btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .link-top {
    bottom: 167px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 350px) {
  .c-ttl-area {
    padding-left: 10px;
  }
  .c-point-ttl-area.reverse .box {
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-point-ttl-area .point {
    font-size: 16px;
  }
  .c-point-ttl-area .point-inn {
    font-size: 16px;
  }
  .news-block .news-list > li > a {
    padding: 10px 5px;
  }
  .performance-block .return {
    font-size: 18px;
  }
  .performance-block .return .num {
    font-size: 22px;
  }
  .point-01-block .condition-ttl {
    font-size: 18px;
  }
  .point-01-block .graph-ttl {
    font-size: 17px;
  }
  .point-01-block .graph-ttl .deco {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 380px) {
  .c-ttl-area .ttl {
    font-size: 20px;
  }
  .c-ttl-area .ttl .small {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .c-point-ttl-area.reverse .box {
    padding-right: 60px;
  }
  .c-point-ttl-area .ttl {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) and (max-width: 800px) {
  .c-point-ttl-area.reverse .box {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 800px) {
  .c-point-ttl-area .box {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 400px) {
  .c-point-ttl-area .ttl {
    font-size: 18px;
  }
}

@media only screen and (max-width: 950px) {
  .about-block .gray-box .l-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .point-01-block .txt-area .comment {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .performance-block .sec-ttl {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 490px) {
  .performance-block .sec-ttl {
    display: none;
  }
}

@media only screen and (max-width: 490px) {
  .performance-block .sec-ttl.sp-content {
    display: block;
  }
  .performance-block .sec-ttl.sp-content .inn {
    font-family: "Zen Old Mincho", sans-serif;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#41B78D), to(#0069AA));
    background: linear-gradient(to right, #41B78D 0%, #0069AA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .performance-block .sec-ttl.sp-content .inn::after {
    content: "";
    width: 100%;
    height: 7px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/img_line_02.svg) no-repeat center bottom/contain;
  }
  .performance-block .sec-ttl.sp-content::after {
    display: none;
  }
}

@media only screen and (max-width: 767px) and (max-width: 550px) {
  .performance-block .growth {
    right: min(100px, 18.1818181818vw);
  }
}

@media only screen and (max-width: 767px) and (max-width: 550px) and (max-width: 450px) {
  .performance-block .growth {
    font-size: 12px;
    right: min(70px, 15.5555555556vw);
  }
}

@media only screen and (max-width: 767px) and (max-width: 550px) and (max-width: 450px) and (max-width: 350px) {
  .performance-block .growth {
    font-size: 10px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 450px) {
  .performance-block .growth .large {
    font-size: 12px;
  }
}

@media only screen and (max-width: 900px) {
  .performance-block .growth .num {
    padding-top: 10px;
  }
  .performance-block .comment::before {
    right: max(-90px, -10vw);
  }
  .performance-block .comment::after {
    right: max(-90px, -10vw);
  }
}

@media only screen and (max-width: 900px) and (max-width: 767px) {
  .performance-block .growth .num {
    font-size: 16px;
    padding-top: 0;
    vertical-align: middle;
    letter-spacing: 0;
  }
  .performance-block .comment::before {
    right: 11px;
    width: 85px;
    height: 28vw;
    bottom: 229px;
    -webkit-clip-path: polygon(100% 0, 30% 100%, 0 100%);
            clip-path: polygon(100% 0, 30% 100%, 0 100%);
  }
  .performance-block .comment::after {
    right: 10px;
    width: 85px;
    height: 28vw;
    bottom: 230px;
    -webkit-clip-path: polygon(100% 0, 30% 100%, 0 100%);
            clip-path: polygon(100% 0, 30% 100%, 0 100%);
  }
}

@media only screen and (max-width: 900px) and (max-width: 767px) and (min-width: 640px) {
  .performance-block .comment::before {
    right: -10px;
  }
  .performance-block .comment::after {
    right: -11px;
  }
}

@media only screen and (max-width: 900px) and (max-width: 767px) and (max-width: 400px) {
  .performance-block .comment::before {
    right: 11px;
  }
  .performance-block .comment::after {
    right: 10px;
  }
}

@media only screen and (max-width: 900px) and (max-width: 767px) and (max-width: 400px) and (max-width: 353px) {
  .performance-block .comment::before {
    -webkit-clip-path: polygon(96% 0, 25% 100%, 0 100%);
            clip-path: polygon(96% 0, 25% 100%, 0 100%);
  }
  .performance-block .comment::after {
    -webkit-clip-path: polygon(96% 0, 25% 100%, 0 100%);
            clip-path: polygon(96% 0, 25% 100%, 0 100%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .point-01-block .condition-ttl {
    margin-top: 200px;
  }
}

@media only screen and (max-width: 1250px) {
  .point-01-block .l-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px 0;
  }
  .point-01-block .l-grid .box {
    margin: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 600px;
  }
}

@media only screen and (max-width: 1250px) and (max-width: 767px) {
  .point-01-block .l-grid {
    gap: 50px 0;
    padding: 20px 0;
  }
  .point-01-block .l-grid .box {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

@media only screen and (max-width: 1100px) {
  .point-01-block .graph-box {
    /* grid-template-columns: 1fr 204px; */
    gap: 70px;
  }
  .point-02-block .movie-wrap {
    margin-top: 200px;
    display: block;
  }
  .point-02-block .universe {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .point-02-block .universe .txt {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
  .point-02-block .circle {
    position: static;
    margin-top: 100px;
  }
}

@media only screen and (max-width: 1100px) and (max-width: 767px) {
  .point-01-block .graph-box {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .point-02-block .movie-wrap {
    margin-top: 210px;
  }
  .point-02-block .universe {
    font-size: 24px;
    padding: 10px 0;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .point-02-block .circle {
    width: 150px;
    height: 150px;
    font-size: 17px;
  }
}

@media only screen and (max-width: 1100px) and (max-width: 767px) and (min-width: 690px) {
  .point-01-block .graph-box {
    grid-template-columns: 1fr 204px;
    gap: 70px;
  }
}

@media only screen and (max-width: 950px) and (max-width: 767px) {
  .point-01-block .txt-area .comment {
    padding: 10px 0;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 690px) {
  .point-01-block .txt-area .comment::before {
    top: 12px;
    left: -68px;
    background: #e2e2e2;
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%);
            clip-path: polygon(0 10%, 100% 0, 100% 100%);
    width: 70px;
    height: 35px;
  }
  .point-01-block .txt-area .comment::after {
    top: 10px;
    left: -68px;
    background: #fff;
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%);
            clip-path: polygon(0 10%, 100% 0, 100% 100%);
    width: 70px;
    height: 35px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 600px) {
  .point-01-block .txt-area .comment::before {
    right: 10px;
  }
  .point-01-block .txt-area .comment::after {
    right: 10px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 600px) and (max-width: 530px) {
  .point-01-block .txt-area .comment::before {
    right: 5px;
  }
  .point-01-block .txt-area .comment::after {
    right: 5px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 600px) and (max-width: 530px) and (max-width: 500px) {
  .point-01-block .txt-area .comment::before {
    right: -12px;
  }
  .point-01-block .txt-area .comment::after {
    right: -10px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 600px) and (max-width: 530px) and (max-width: 500px) and (max-width: 390px) {
  .point-01-block .txt-area .comment::before {
    right: -14px;
    width: 75px;
  }
  .point-01-block .txt-area .comment::after {
    right: -13px;
    width: 75px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 600px) and (max-width: 530px) and (max-width: 500px) and (max-width: 390px) and (max-width: 334px) {
  .point-01-block .txt-area .comment::before {
    right: -18px;
  }
  .point-01-block .txt-area .comment::after {
    right: -17px;
  }
}

@media only screen and (max-width: 1100px) and (max-width: 767px) and (min-width: 600px) {
  .point-02-block .movie-wrap {
    margin-top: 180px;
  }
}

@media only screen and (max-width: 1000px) {
  .point-02-block .movie-list {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) and (min-width: 450px) {
  .point-02-block .main-ttl {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1700px) {
  .point-02-block .c-movie-wrap {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=style.css.map */