@charset "UTF-8";
:root {
  --color-green: #008A33;
  --color-black: #000000;
  --color-blue: #003896;
  --color-apua: #0090E7;
  --color-red: #E20000;
  --color-yellow: #FFEA00;
  --color-orange: #F99A01;
  --color-purple: #A270AC;
  --color-pink: #ED7D7E;
  --color-gray: #F6F6F6;
}

/*---------------------------------------------
  Reset
---------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
  line-height: 1;
}

address,
em {
  font-style: normal;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption,
th,
td {
  font-weight: 400;
  text-align: left;
}

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

a {
  text-decoration: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

@media (hover) {
  a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input,
button,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  border-radius: 0;
}

input[type=text],
input[type=search],
input[type=password],
input[type=email],
input[type=tel],
input[type=submit],
input[type=reset],
button,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=image],
button {
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (hover) {
  input[type=submit]:hover,
  input[type=image]:hover,
  button:hover {
    opacity: 0.7;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

.tpe100c a {
  -webkit-transition: none;
  transition: none;
}

.u-oswald {
  font-family: "Oswald", sans-serif !important;
}

.u-blue {
  color: var(--color-blue);
}

.u-green {
  color: var(--color-green);
}

.u-red {
  color: var(--color-red);
}

.u-yellow {
  color: var(--color-yellow);
}

footer {
  margin-top: 0;
}
footer::after {
  display: none;
}

footer .footer_contact {
  display: none;
}

footer .main_footer {
  padding-top: 100px;
}
@media (max-width: 767px) {
  footer .main_footer {
    padding-top: 68px;
  }
}

.c-arrow {
  display: block;
  width: 328px;
  aspect-ratio: 328/96;
  margin: 70px auto 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(27, 50, 164, 0.5)), to(rgba(27, 50, 164, 0)));
  background: linear-gradient(0deg, rgba(27, 50, 164, 0.5) 0%, rgba(27, 50, 164, 0) 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 767px) {
  .c-arrow {
    width: 181px;
    margin-top: 30px;
    margin-bottom: 22px;
  }
}

.c-heading-dot {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .c-heading-dot {
    width: 100%;
    margin-bottom: min(45px, 12vw);
    overflow: hidden;
  }
}

.c-heading-dot__jp {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: min(120px, 7.5vw) min(35px, 2.1875vw) auto min(35px, 2.1875vw) min(120px, 7.5vw);
  grid-template-columns: min(120px, 7.5vw) auto min(120px, 7.5vw);
  gap: min(35px, 2.1875vw);
  font-weight: bold;
  font-size: 2.5rem;
  color: #1B32A4;
}
@media (max-width: 767px) {
  .c-heading-dot__jp {
    gap: min(15px, 4vw);
    -ms-grid-columns: 1fr min(15px, 4vw) auto min(15px, 4vw) 1fr;
    grid-template-columns: 1fr auto 1fr;
    font-size: min(24px, 6.4vw);
  }
}
.c-heading-dot__jp:after, .c-heading-dot__jp:before {
  content: "";
  border-top: dotted 4px #1B32A4;
}
@media (max-width: 767px) {
  .c-heading-dot__jp:after, .c-heading-dot__jp:before {
    border-top: dotted 2px #1B32A4;
  }
}

.c-button {
  display: block;
  position: relative;
  height: 74px;
  overflow: hidden;
  z-index: 1;
  border: 2px solid transparent !important;
  border-radius: 200px !important;
}
.c-button > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100% !important;
  padding: 0 40px;
  letter-spacing: 0.08rem;
  font-size: 1.25rem;
  font-weight: bold;
  vertical-align: middle;
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out !important;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out !important;
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .c-button > * {
    font-size: min(20px, 5.3333333333vw);
  }
}

.c-button.disable {
  pointer-events: none;
}

.c-button-blue > * {
  overflow: hidden;
  color: #FFF;
  border: 1px solid transparent !important;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: transparent;
}
.c-button-blue::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(120deg, rgb(101, 117, 198) 0%, rgb(27, 50, 164) 100%);
  z-index: -1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.c-button-blue:after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 8/14;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media (hover) {
  .c-button-blue:hover {
    border: 2px solid var(--color-blue) !important;
  }
  .c-button-blue:hover > * {
    color: var(--color-blue) !important;
  }
  .c-button-blue:hover::before {
    opacity: 0;
  }
  .c-button-blue:hover::after {
    background-color: var(--color-blue) !important;
  }
}

.c-button-white {
  border: 2px solid #1B32A4 !important;
}
.c-button-white > * {
  background: #FFF;
  color: #1B32A4;
  letter-spacing: -0.01em;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-button-white:after {
  content: "";
  width: 8px;
  height: 14px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: var(--color-blue);
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media (hover) {
  .c-button-white:hover > * {
    color: #fff !important;
    background-color: var(--color-blue) !important;
  }
  .c-button-white:hover::after {
    background-color: #fff !important;
  }
}

.c-button--download:after {
  content: "";
  clip-path: none;
  -webkit-mask: url(../img/top/tpe100c_download.svg) no-repeat center/contain;
          mask: url(../img/top/tpe100c_download.svg) no-repeat center/contain;
  background-color: var(--color-blue);
  width: 16px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
}

.c-button--min {
  height: 60px;
}
.c-button--min > * {
  padding: 0 30px;
  font-size: 18px;
  line-height: 1;
}
.c-button--min:after {
  right: 20px;
}

.c-button-contact {
  width: min(158px, 9.875vw);
  position: fixed;
  bottom: 90px;
  right: min(50px, 3.125vw);
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (hover) {
  .c-button-contact {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .c-button-contact:hover {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .c-button-contact {
    width: min(105px, 28vw);
    right: min(21px, 5.6vw);
    bottom: 85px;
  }
}

.c-youtube iframe {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  border-radius: min(16px, 1vw);
}

.c-card-product {
  background: #FFF;
  padding: 60px min(48px, 3vw) 45px;
  display: inline-block;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.122);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.122);
  vertical-align: top;
}
@media (max-width: 767px) {
  .c-card-product {
    padding: min(40px, 10.6666666667vw) min(20px, 5.3333333333vw);
    border-radius: min(10px, 2.6666666667vw);
  }
}
.c-card-product .c-button {
  width: 222px;
  margin: 0 auto;
}

.c-card-product_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}

.c-card-product_type {
  font-size: min(22px, 1.8333333333vw);
  font-weight: bold;
  color: var(--color-blue);
}
@media (max-width: 767px) {
  .c-card-product_type {
    font-size: min(16px, 4.2666666667vw);
  }
}

.c-card-product_series {
  font-size: min(16px, 1.3333333333vw);
  color: #A3A3A3;
}
@media (max-width: 767px) {
  .c-card-product_series {
    font-size: min(14px, 3.7333333333vw);
  }
}

.c-card-product_ttl {
  margin-bottom: min(35px, 2.9166666667vw);
  padding-bottom: min(20px, 1.6666666667vw);
  position: relative;
  font-size: min(36px, 3vw);
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-card-product_ttl {
    margin-bottom: min(25px, 6.6666666667vw);
    padding-bottom: min(15px, 4vw);
    font-size: min(24px, 6.4vw);
  }
}
.c-card-product_ttl::before, .c-card-product_ttl::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-card-product_ttl::before {
  content: "";
  background: #C1C1C1;
  width: 100%;
}
.c-card-product_ttl:after {
  content: "";
  background: var(--color-blue);
  width: 90px;
}

.c-card-product_main {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-columns: 58.3% min(21px, 1.3125vw) 1fr;
  grid-template-columns: 58.3% 1fr;
  gap: min(21px, 1.3125vw);
  letter-spacing: 0;
  font-size: 0;
}
@media (max-width: 767px) {
  .c-card-product_main {
    -ms-grid-columns: min(240px, 50%) 50%;
    grid-template-columns: min(240px, 50%) 50%;
  }
}

.c-card-product_img {
  vertical-align: top;
  border-radius: 50%;
  overflow: hidden;
}
.c-card-product_img img {
  width: 100%;
}

.c-card-product_features {
  margin-top: min(12px, 1vw);
  display: inline-block;
  vertical-align: top;
}
.c-card-product_features li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(12px, 1vw);
  line-height: 1.2;
  letter-spacing: 0;
  font-size: min(16px, 1.3333333333vw);
}
@media (max-width: 767px) {
  .c-card-product_features li {
    gap: min(4px, 1.0666666667vw);
    font-size: min(12px, 3.2vw);
  }
}
.c-card-product_features li:nth-child(n+2) {
  margin-top: min(13px, 1.0833333333vw);
}
@media (max-width: 767px) {
  .c-card-product_features li:nth-child(n+2) {
    margin-top: min(10px, 2.6666666667vw);
  }
}
.c-card-product_features li.c-card-product_bold {
  font-weight: 600;
  font-size: min(20px, 1.6666666667vw);
}
@media (max-width: 767px) {
  .c-card-product_features li.c-card-product_bold {
    font-size: min(16px, 4.2666666667vw);
  }
}

.c-card-product_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: min(38px, 3.1666666667vw);
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .c-card-product_icon {
    width: min(30px, 8vw);
  }
}
.c-card-product_icon img {
  width: 100%;
}

.c-card-product_details {
  width: 100%;
  margin: min(40px, 3.3333333333vw) auto;
  font-size: min(17px, 1.7708333333vw);
  line-height: 1.4705882353;
}
@media (max-width: 767px) {
  .c-card-product_details {
    margin: min(25px, 6.6666666667vw) 0;
    font-size: min(14px, 3.7333333333vw);
  }
}
.c-card-product_details > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: min(8px, 0.78125vw) 0;
  border-top: 1px dashed #A3A3A3;
}
@media (max-width: 767px) {
  .c-card-product_details > div {
    padding: min(10px, 2.6666666667vw) 0;
  }
}
.c-card-product_details > div:last-child {
  border-bottom: 1px dashed #A3A3A3;
}
.c-card-product_details dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: min(164px, 16.015625vw);
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-card-product_details dt {
    width: min(120px, 29.3333333333vw);
  }
}
.c-card-product_details dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-header {
  width: 100%;
  position: absolute;
  top: min(37px, 2.3125vw);
  left: 0;
  z-index: 100;
}
@media (max-width: 767px) {
  .l-header {
    top: min(23px, 6.1333333333vw);
  }
}

.l-header__inner {
  width: 100%;
  padding: 0 min(40px, 2.5vw);
}
@media (max-width: 767px) {
  .l-header__inner {
    padding: 0 min(18px, 4.8vw);
  }
}

.l-header__logo {
  display: block;
  width: min(150px, 9.375vw);
}
@media (max-width: 767px) {
  .l-header__logo {
    width: min(116px, 30.9333333333vw);
  }
}
.l-header__logo img {
  display: block;
  width: 100%;
}

.l-form {
  padding-bottom: 110px !important;
  background-color: var(--color-gray);
}
@media (max-width: 767px) {
  .l-form {
    padding: 60px 0 !important;
  }
}
.l-form .policy {
  margin-top: 100px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .l-form .policy {
    margin-top: 60px;
  }
}
.l-form .policy.check-box.is-checked input + .text:before {
  background-image: url(../img/form/check-blue.svg);
}
.l-form .policy a {
  color: #4555A6;
}
.l-form .policy + .c-button {
  margin-top: 40px;
}
.l-form .back input,
.l-form .submit input {
  padding-left: 42px;
  line-height: 1;
}

.l-form.p-form-sub {
  padding: 0 50px;
  padding-top: 160px !important;
}
@media (max-width: 767px) {
  .l-form.p-form-sub {
    padding-top: 120px !important;
  }
}

.l-form .l-form__lists dt .req,
.l-form .l-form__lists input[type=radio]:checked::before {
  background: var(--color-blue);
}

.l-form .c-button {
  width: 305px;
  margin: 0 auto;
  border-radius: 200px;
  text-align: left;
}
@media (max-width: 767px) {
  .l-form .c-button {
    height: 74px;
  }
}
.l-form .c-button input {
  text-align: left;
}

/*
Clamp計算
font-size: calcClamp(10px, 16px, 375px, 767px);
出力値 => clamp(10px, 4.26px + 1.531vw, 16px);
remは未対応。変換すれば可能。
===================================== */
/* 小数点切り捨て
===================================== */
.wrapper.cp01.no_headfoot2 header,
.wrapper.cp01.no_headfoot2 footer {
  display: none;
}

.u-oswald {
  font-family: "Oswald", sans-serif !important;
}

.tpe100c {
  padding-top: 0;
  padding-top: 0;
  position: relative;
}
.tpe100c footer {
  display: none;
}
.tpe100c * {
  font-family: "Noto Sans JP", sans-serif;
}
.tpe100c .all_btn_blu {
  text-align: left;
}
.tpe100c .all_btn_blu a {
  background: #6575C6;
  background: linear-gradient(120deg, rgb(101, 117, 198) 0%, rgb(27, 50, 164) 100%);
  width: 100%;
  padding: 22px 60px 22px 43px;
  position: relative;
  display: block;
  border-radius: 200px;
  letter-spacing: 0.08rem;
  font-size: 1.25rem;
  color: #FFF;
}
.tpe100c .all_btn_blu a:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 0 7px 9px;
  border-color: transparent transparent transparent #FFF;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tpe100c .all_btn_blu._small a {
  padding: 17px 40px 17px 32px;
  font-size: 1.125rem;
}
.tpe100c .all_btn_blu._small a:after {
  right: 20px;
}
.tpe100c .all_btn_whi {
  text-align: left;
}
.tpe100c .all_btn_whi a {
  background: #FFF;
  width: 100%;
  padding: 22px 52px 22px 40px;
  position: relative;
  display: block;
  border: 2px solid #1B32A4;
  border-radius: 200px;
  letter-spacing: -0.02rem;
  font-size: 1.25rem;
  color: #1B32A4;
}
.tpe100c .all_btn_whi a:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 0 7px 9px;
  border-color: transparent transparent transparent #1B32A4;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tpe100c .all_btn_whi._small a {
  padding: 17px 40px 17px 32px;
  font-size: 1.125rem;
}
.tpe100c .all_btn_whi._small a:after {
  right: 20px;
}
.tpe100c ._download a:after {
  content: "";
  background: url(../img/top/tpe100c_download.svg) no-repeat center/contain;
  width: 16px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  border-style: none;
  border-width: 0;
  border-color: none;
}
.tpe100c ._mv {
  font-size: 1rem;
}
.tpe100c ._content {
  font-size: 1rem;
}
.tpe100c ._main_content {
  font-size: 1rem;
}
.tpe100c ._intro_section {
  position: relative;
  padding-bottom: 96px;
}
.tpe100c ._intro_section:after {
  content: "";
  background: url(../images/arrow_down.svg) no-repeat center/contain;
  width: 328px;
  height: 96px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tpe100c ._intro_section ._inner {
  font-size: 1rem;
}
.tpe100c ._intro_section ._main_ttl {
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  color: #1A1A1A;
}
.tpe100c ._intro_section ._main_ttl ._blu {
  font-size: 3.33rem;
  color: #1B32A4;
}
.tpe100c ._intro_section ._main_nav {
  max-width: 1200px;
  margin: 0 auto 70px;
  letter-spacing: 0;
  font-size: 0;
}
.tpe100c ._intro_section ._main_nav li {
  width: 23.4%;
  display: inline-block;
  border-radius: 17px;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.tpe100c ._intro_section ._main_nav li a {
  display: block;
}
.tpe100c ._intro_section ._main_nav li ._txt {
  background: #FFF;
  padding: 32px 0 48px;
}
.tpe100c ._intro_section ._main_nav li ._txt p {
  line-height: 1.6;
  text-align: center;
  font-size: 1.563rem;
  font-weight: 600;
  color: #1A1A1A;
}
.tpe100c ._intro_section ._main_nav li ._txt p ._blu {
  font-size: inherit;
  color: #1B32A4;
}
.tpe100c ._intro_section ._main_nav li ._img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 221px;
}
.tpe100c ._intro_section ._main_nav li:nth-child(n+2) {
  margin-left: 2.1%;
}
.tpe100c ._intro_section ._main_nav li:nth-child(1) ._img {
  background-image: url(../img/top/tpe100c_nav01.jpg);
}
.tpe100c ._intro_section ._main_nav li:nth-child(2) ._img {
  background-image: url(../img/top/tpe100c_nav02.jpg);
}
.tpe100c ._intro_section ._main_nav li:nth-child(3) ._img {
  background-image: url(../img/top/tpe100c_nav03.jpg);
}
.tpe100c ._intro_section ._main_nav li:nth-child(4) ._img {
  background-image: url(../img/top/tpe100c_nav04.jpg);
}
.tpe100c #section01 {
  padding-top: 40px;
}
.tpe100c #section01 ._ttl_wrapper {
  text-align: center;
}
.tpe100c #section01 ._ttl_wrapper ._ttl {
  letter-spacing: 0;
  font-size: 3.89rem;
  font-weight: 600;
  color: #1B32A4;
}
.tpe100c #section01 ._ttl_wrapper ._ttl ._sma {
  display: block;
  letter-spacing: 0.1rem;
  font-size: 1.875rem;
}
.tpe100c #section01 ._ttl_wrapper ._txt {
  margin-top: 10px;
  font-size: 2.73rem;
  font-weight: 600;
}
.tpe100c #section01 ._ttl_wrapper ._txt ._nb {
  margin: 0 15px 0;
  position: relative;
  top: 5px;
  letter-spacing: 0;
  font-size: 6rem;
  color: #1B32A4;
}
.tpe100c #section01 ._features ol {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  letter-spacing: 0;
  font-size: 0;
}
.tpe100c #section01 ._features ol li {
  width: 32.5%;
  padding: 64px 3.4% 105px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.tpe100c #section01 ._features ol li:nth-child(n+2) {
  margin-left: 1.2%;
}
.tpe100c #section01 ._features ol li:nth-child(1) {
  background: #FDEBCA;
  background: linear-gradient(330deg, rgb(253, 235, 202) 0%, rgb(255, 251, 246) 100%);
}
.tpe100c #section01 ._features ol li:nth-child(1) ._body ._feat {
  color: #F99A01;
}
.tpe100c #section01 ._features ol li:nth-child(1) ._body ._ttl {
  color: #F99A01;
}
.tpe100c #section01 ._features ol li:nth-child(1) ._body ._biggest {
  margin-top: 18px;
  display: inline-block;
}
.tpe100c #section01 ._features ol li:nth-child(1):after {
  content: "";
  background: url(../img/top/tpe100c_feat01.png) no-repeat bottom right/cover;
  width: 93%;
  padding-top: 80%;
  position: absolute;
  bottom: 5%;
  right: 0;
}
.tpe100c #section01 ._features ol li:nth-child(2) {
  background: #D9C8DF;
  background: linear-gradient(330deg, rgb(217, 200, 223) 0%, rgb(249, 247, 250) 100%);
}
.tpe100c #section01 ._features ol li:nth-child(2) ._body ._feat {
  color: #A270AC;
}
.tpe100c #section01 ._features ol li:nth-child(2) ._body ._ttl {
  color: #A270AC;
}
.tpe100c #section01 ._features ol li:nth-child(3) {
  background: #FFE4E4;
  background: linear-gradient(330deg, rgb(255, 228, 228) 0%, rgb(255, 242, 242) 100%);
}
.tpe100c #section01 ._features ol li:nth-child(3) ._body ._feat {
  color: #ED7D7E;
}
.tpe100c #section01 ._features ol li:nth-child(3) ._body ._ttl {
  color: #ED7D7E;
}
.tpe100c #section01 ._features ol li:nth-child(3):after {
  content: "";
  background: url(../img/top/tpe100c_feat03.png) no-repeat bottom right/cover;
  width: 100%;
  padding-top: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.tpe100c #section01 ._features ol li ._body ._feat {
  margin-bottom: 38px;
  font-size: 1.375rem;
  font-weight: 500;
}
.tpe100c #section01 ._features ol li ._body ._ttl ._nb {
  margin-right: 5px;
  position: relative;
  top: 8px;
  line-height: 50px;
  font-weight: 600;
  font-size: 5.625rem;
}
.tpe100c #section01 ._features ol li ._body ._ttl ._biggest {
  line-height: 1;
  font-size: 4.4375rem;
  font-weight: 600;
}
.tpe100c #section01 ._features ol li ._body ._ttl ._big {
  display: inline-block;
  line-height: 1;
  font-size: 3.4375rem;
  font-weight: 600;
  margin-top: 25px;
}
.tpe100c #section01 ._features ol li ._body ._ttl ._sma {
  line-height: 1;
  font-size: 2.5625rem;
  font-weight: 600;
}
.tpe100c #section01 ._features ol li ._body ._txt {
  margin-top: 64px;
  line-height: 1.8;
  font-size: 1.125rem;
  font-weight: 600;
}
.tpe100c #section01 ._features ol li ._body ._graph {
  width: 100%;
  margin-top: 47px;
}
.tpe100c #section01 ._features ol li ._body ._graph img {
  width: 100%;
}
.tpe100c #section01 ._btn_bot {
  margin-top: 60px;
  text-align: center;
  letter-spacing: 0;
  font-size: 0;
}
.tpe100c #section01 ._btn_bot p {
  display: inline-block;
  width: 305px;
}
.tpe100c #section01 ._btn_bot p + p {
  margin-left: 50px;
}
.tpe100c ._products {
  max-width: 1185px;
  margin: 63px auto 0;
  letter-spacing: 0;
  font-size: 0;
}
.tpe100c ._products > li {
  background: #FFF;
  width: 47.8%;
  padding: 55px 3.2% 45px;
  display: inline-block;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.122);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.122);
  vertical-align: top;
}
.tpe100c ._products > li:nth-child(2) {
  margin-left: 4.4%;
}
.tpe100c ._products > li > ._head {
  margin-bottom: 50px;
  position: relative;
  letter-spacing: 0;
  font-size: 0;
}
.tpe100c ._products > li > ._head ._type {
  font-size: 1.375rem;
  color: #1B32A4;
}
.tpe100c ._products > li > ._head ._series {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1rem;
  color: #A3A3A3;
}
.tpe100c ._products > li ._ttl {
  position: relative;
  font-size: 2.25rem;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.tpe100c ._products > li ._ttl:after {
  content: "";
  background: #C1C1C1;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tpe100c ._products > li ._ttl:before {
  content: "";
  background: #1B32A4;
  width: 90px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.tpe100c ._products > li ._main {
  letter-spacing: 0;
  font-size: 0;
}
.tpe100c ._products > li ._main ._img {
  width: 58.3%;
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  overflow: hidden;
}
.tpe100c ._products > li ._main ._img img {
  width: 100%;
}
.tpe100c ._products > li ._main ._features {
  width: 41.7%;
  margin-top: 20px;
  padding-left: 6%;
  display: inline-block;
  vertical-align: top;
}
.tpe100c ._products > li ._main ._features li {
  padding-left: 50px;
  position: relative;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 1rem;
}
.tpe100c ._products > li ._main ._features li:nth-child(n+2) {
  margin-top: 30px;
}
.tpe100c ._products > li ._main ._features li._bold {
  font-weight: 600;
  font-size: 1.25rem;
}
.tpe100c ._products > li ._main ._features li ._icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tpe100c ._products > li ._main ._features li ._icon img {
  width: 100%;
}
.tpe100c ._products > li ._details {
  margin: 40px auto;
}
.tpe100c ._products > li ._details li {
  padding: 12px 0 7px;
  letter-spacing: 0;
  font-size: 0;
  border-top: 1px dashed #A3A3A3;
}
.tpe100c ._products > li ._details li:last-child {
  border-bottom: 1px dashed #A3A3A3;
}
.tpe100c ._products > li ._details li ._body {
  width: calc(100% - 120px);
  display: inline-block;
  vertical-align: top;
  font-size: 1.0265rem;
}
.tpe100c ._products > li ._details li ._head {
  width: 120px;
  display: inline-block;
  vertical-align: top;
  font-size: 1.0265rem;
  font-weight: 600;
}
.tpe100c ._products > li .all_btn_whi {
  max-width: 222px;
  margin: 0 auto;
}
.tpe100c ._common_ttl {
  width: 90%;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}
.tpe100c ._common_ttl ._jp {
  position: relative;
  display: inline-block;
  letter-spacing: 0;
  font-size: 2.5rem;
  color: #1B32A4;
}
.tpe100c ._common_ttl ._jp:after, .tpe100c ._common_ttl ._jp:before {
  content: "";
  width: 120px;
  border-top: dotted 4px #1B32A4;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tpe100c ._common_ttl ._jp:after {
  right: 0;
  -webkit-transform: translate(128%, -50%);
          transform: translate(128%, -50%);
}
.tpe100c ._common_ttl ._jp:before {
  left: 0;
  -webkit-transform: translate(-128%, -50%);
          transform: translate(-128%, -50%);
}

@media screen and (max-width: 768px) {
  .campaign2406 .nopc {
    display: block;
  }
}
/* MV
================================== */
.p-mv {
  position: relative;
}

.p-mv__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: min(1480px + 10vw, 92.5vw);
  padding-right: 4vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .p-mv__content {
    width: calc(100% - 11.7333333333vw);
    padding-right: 0;
  }
}

.p-mv__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: min(160px, 10vw);
  margin-bottom: min(0px, 0vw);
  font-size: min(66px, 4.125vw);
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-mv__copy {
    margin-top: min(110px, 29.3333333333vw);
    font-size: min(32px, 8.5333333333vw);
    white-space: nowrap;
  }
}

.p-mv__copy-zero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 5px;
  width: min(65px, 4.0625vw);
  margin: 0 min(14px, 0.875vw);
  -webkit-transform: translateY(-15%);
          transform: translateY(-15%);
  font-size: min(17px, 1.0625vw);
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .p-mv__copy-zero {
    width: min(30px, 8vw);
    font-size: min(10px, 2.6666666667vw);
  }
}

.p-mv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(10px, 0.625vw);
  font-size: min(30px, 1.875vw);
  font-weight: 700;
  letter-spacing: 0.045em;
  padding-left: 2vw;
}
@media (max-width: 767px) {
  .p-mv__list {
    margin-top: min(5px, 1.3333333333vw);
    font-size: min(20px, 5.3333333333vw);
  }
}
.p-mv__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
}
.p-mv__list li::before {
  content: "";
  display: block;
  width: min(34px, 2.125vw);
  aspect-ratio: 34/30;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
  margin-right: min(12px, 0.75vw);
  background: url(../img/top/c-icon-check.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  .p-mv__list li::before {
    width: min(23px, 6.1333333333vw);
  }
}
.p-mv__list .u-oswald {
  font-size: min(58px, 3.625vw);
  letter-spacing: 0;
  margin: min(3px, 0.1875vw);
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}
@media (max-width: 767px) {
  .p-mv__list .u-oswald {
    font-size: min(40px, 10.6666666667vw);
  }
}

.p-mv__title {
  width: min(491px, 30.6875vw);
  margin: min(200px, 12.5vw) 0 0 auto;
}
@media (max-width: 767px) {
  .p-mv__title {
    width: min(297px, 79.2vw);
    margin-top: min(240px, 64vw);
  }
}
.p-mv__title img {
  display: block;
  width: 100%;
}

.p-mv__bg {
  position: relative;
}

.p-mv__bg-video {
  display: block;
  width: 114%;
  height: min(980px, 61.25vw);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
  .p-mv__bg-video {
    width: 100%;
    height: min(667px, 177.8666666667vw);
  }
}

@media (max-width: 767px) {
  .p-mv__bg-video--pc {
    display: none;
  }
}

.p-mv__bg-video--sp {
  display: none;
}
@media (max-width: 767px) {
  .p-mv__bg-video--sp {
    display: block;
  }
}

/* Intro
================================================================== */
.p-intro {
  position: relative;
  padding-top: 120px;
}
@media (max-width: 767px) {
  .p-intro {
    padding-top: 60px;
  }
}
.p-intro::after {
  content: "";
  display: block;
  width: 100%;
  height: 150%;
  top: 0;
  position: absolute;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #F6F6F8), to(#fff));
  background: linear-gradient(to bottom, #F6F6F8 50%, #fff 100%);
}

.p-intro_main_ttl {
  margin-bottom: 66px;
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  color: #1A1A1A;
}
@media (max-width: 767px) {
  .p-intro_main_ttl {
    margin-bottom: 23px;
    font-size: 16px;
  }
}
.p-intro_main_ttl .u-blue {
  font-size: 3.33rem;
}
@media (max-width: 767px) {
  .p-intro_main_ttl .u-blue {
    font-size: 26px;
  }
}

.p-intro_main_nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(26px, 1.625vw) 1fr min(26px, 1.625vw) 1fr min(26px, 1.625vw) 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: min(26px, 1.625vw);
  width: min(1200px, 85.7142857143vw);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .p-intro_main_nav {
    -ms-grid-columns: 1fr min(15px, 1.46484375vw) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: min(16px, 1.5625vw) min(15px, 1.46484375vw);
  }
}
@media (max-width: 767px) {
  .p-intro_main_nav {
    width: min(330px, 88vw);
    gap: min(16px, 4.2666666667vw) min(15px, 4vw);
  }
}
.p-intro_main_nav li {
  border-radius: 17px;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .p-intro_main_nav li {
    border-radius: 10px;
  }
}
.p-intro_main_nav li a {
  display: block;
  opacity: 1 !important;
}
.p-intro_main_nav li:nth-child(n+2) {
  margin-left: 2.1%;
}
.p-intro_main_nav li:nth-child(1) .p-intro_img {
  background-image: url(../img/top/tpe100c_nav01.jpg);
}
.p-intro_main_nav li:nth-child(2) .p-intro_img {
  background-image: url(../img/top/tpe100c_nav02.jpg);
}
.p-intro_main_nav li:nth-child(3) .p-intro_img {
  background-image: url(../img/top/tpe100c_nav03.jpg);
}
.p-intro_main_nav li:nth-child(4) .p-intro_img {
  background-image: url(../img/top/tpe100c_nav04.jpg);
}

.p-intro_txt {
  background: #FFF;
  padding: min(32px, 2vw) 0 min(48px, 3vw);
}
@media (max-width: 767px) {
  .p-intro_txt {
    padding: min(25px, 6.6666666667vw) min(10px, 2.6666666667vw);
  }
}
.p-intro_txt p {
  line-height: 1.6;
  text-align: center;
  font-size: min(25px, 1.7857142857vw);
  font-weight: 600;
  color: #1A1A1A;
}
@media (max-width: 1024px) {
  .p-intro_txt p {
    font-size: min(25px, 2.44140625vw);
  }
}
@media (max-width: 767px) {
  .p-intro_txt p {
    font-size: 14px;
  }
}

.p-intro_img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: min(221px, 15.7857142857vw);
}
@media (max-width: 1024px) {
  .p-intro_img {
    height: min(221px, 21.58203125vw);
  }
}
@media (max-width: 767px) {
  .p-intro_img {
    height: min(118px, 31.4666666667vw);
  }
}

/* Features
================================================================== */
.p-features__ttl_wrapper {
  text-align: center;
}

.p-features__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
  font-size: 60px;
  font-weight: bold;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .p-features__ttl {
    margin-bottom: min(40px, 10.6666666667vw);
    font-size: min(29px, 7.7333333333vw);
  }
}
.p-features__ttl .u-oswald {
  font-size: 95px;
  font-weight: 500;
  margin: 0 0.1em;
}
@media (max-width: 767px) {
  .p-features__ttl .u-oswald {
    font-size: min(35px, 9.3333333333vw);
  }
}

.p-features__ttl-small {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 29px;
}
@media (max-width: 767px) {
  .p-features__ttl-small {
    font-size: min(16px, 4.2666666667vw);
  }
}

.p-features__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  font-size: 43px;
}
@media (max-width: 767px) {
  .p-features__lead {
    font-size: min(23px, 6.1333333333vw);
  }
}
.p-features__lead .u-oswald {
  margin: 0 0.1em;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  font-size: 95px;
}
@media (max-width: 767px) {
  .p-features__lead .u-oswald {
    font-size: min(54px, 14.4vw);
  }
}

.p-features__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(20px, 1.25vw) 1fr min(20px, 1.25vw) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: min(20px, 1.25vw);
  width: min(1520px, 95vw);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-features__list {
    width: 88vw;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: min(28px, 7.4666666667vw);
  }
}
.p-features__list li {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 4;
  grid-row: span 4;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 64px min(45px, 2.8125vw) 0;
  position: relative;
  border-radius: min(30px, 1.875vw);
  overflow: hidden;
}
.p-features__list li > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media (max-width: 767px) {
  .p-features__list li {
    padding: min(35px, 9.3333333333vw) min(18px, 6.1333333333vw) min(44px, 11.7333333333vw);
    border-radius: min(15px, 4vw);
  }
}
.p-features__list li:nth-child(1) {
  background: linear-gradient(330deg, rgb(253, 235, 202) 0%, rgb(255, 251, 246) 100%);
}
.p-features__list li:nth-child(1) .p-features__feat,
.p-features__list li:nth-child(1) .p-features__subttl {
  color: var(--color-orange);
}
@media (max-width: 767px) {
  .p-features__list li:nth-child(1) .p-features__subttl {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .p-features__list li:nth-child(1) .p-features__txt {
    padding-right: 9.3333333333vw;
  }
}
.p-features__list li:nth-child(1) .p-features__pic {
  width: min(462px, 28.875vw);
  margin-top: -20%;
  -webkit-transform: translate(calc(-100% + min(45px, 2.8125vw)), 0);
          transform: translate(calc(-100% + min(45px, 2.8125vw)), 0);
}
@media (max-width: 767px) {
  .p-features__list li:nth-child(1) .p-features__pic {
    width: 52.8vw;
    margin-top: -18%;
    -webkit-transform: translate(calc(-100% + 5.3333333333vw), 0);
            transform: translate(calc(-100% + 5.3333333333vw), 0);
  }
}
.p-features__list li:nth-child(2) {
  background: linear-gradient(330deg, rgb(217, 200, 223) 0%, rgb(249, 247, 250) 100%);
}
.p-features__list li:nth-child(2) .p-features__feat,
.p-features__list li:nth-child(2) .p-features__subttl {
  color: var(--color-purple);
}
@media (max-width: 767px) {
  .p-features__list li:nth-child(2) .p-features__subttl {
    white-space: nowrap;
  }
}
.p-features__list li:nth-child(2) .p-features__pic {
  width: 100%;
  margin-top: 50px;
  left: 0;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 767px) {
  .p-features__list li:nth-child(2) .p-features__pic {
    margin-top: 5.3333333333vw;
  }
}
.p-features__list li:nth-child(3) {
  background: linear-gradient(330deg, rgb(255, 228, 228) 0%, rgb(255, 242, 242) 100%);
}
@media (max-width: 767px) {
  .p-features__list li:nth-child(3) {
    padding-bottom: 0;
  }
}
.p-features__list li:nth-child(3) .p-features__feat,
.p-features__list li:nth-child(3) .p-features__subttl {
  color: var(--color-pink);
}
@media (max-width: 767px) {
  .p-features__list li:nth-child(3) .p-features__mid {
    display: block;
    width: 100%;
    font-size: min(35px, 9.3333333333vw);
  }
}
.p-features__list li:nth-child(3) .p-features__pic {
  width: min(506px, 31.625vw);
  -webkit-transform: translate(calc(-100% + min(45px, 2.8125vw)), 0);
          transform: translate(calc(-100% + min(45px, 2.8125vw)), 0);
}
@media (max-width: 767px) {
  .p-features__list li:nth-child(3) .p-features__pic {
    width: 60vw;
    margin-top: 2.6666666667vw;
    -webkit-transform: translate(calc(-100% + 6.1333333333vw), 0);
            transform: translate(calc(-100% + 6.1333333333vw), 0);
  }
}

.p-features__feat {
  margin-bottom: min(30px, 1.875vw);
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-features__feat {
    margin-bottom: min(10px, 0.625vw);
    font-size: min(18px, 4.8vw);
  }
}

.p-features__subttl {
  margin-bottom: min(50px, 3.125vw);
  letter-spacing: 0;
  font-size: min(41px, 2.5625vw);
  font-weight: 600;
  color: #1B32A4;
  line-height: min(80px, 5vw);
}
@media (max-width: 767px) {
  .p-features__subttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: min(25px, 6.6666666667vw);
    font-size: 30px;
    line-height: 1.2;
  }
  .p-features__subttl br {
    display: none;
  }
}
.p-features__subttl .u-oswald {
  font-weight: 500;
}

.p-features__sma {
  letter-spacing: 0.1rem;
  font-size: 1.875rem;
}
@media (max-width: 767px) {
  .p-features__sma {
    font-size: min(20px, 5.3333333333vw);
  }
}

.p-features__mid {
  margin-top: min(18px, 1.125vw);
  font-size: min(55px, 3.4375vw);
}
@media (max-width: 767px) {
  .p-features__mid {
    font-size: min(26px, 6.9333333333vw);
  }
}

.p-features__big {
  font-size: min(72px, 4.5vw);
}
@media (max-width: 767px) {
  .p-features__big {
    font-size: min(41px, 10.9333333333vw);
  }
}

.p-features__biggest {
  display: inline-block;
  font-size: min(90px, 5.625vw);
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
@media (max-width: 767px) {
  .p-features__biggest {
    font-size: min(54px, 14.4vw);
  }
}

.p-features__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-features__txt {
    font-size: min(15px, 4vw);
  }
}

.p-features__pic {
  display: block;
  position: relative;
  left: 100%;
}

.p-features__graph {
  width: 100%;
  margin-top: 47px;
}
.p-features__graph img {
  width: 100%;
}

.p-features__btn_bot {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 305px min(50px, 3.125vw) 305px;
  grid-template-columns: 305px 305px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 min(50px, 3.125vw);
  margin-top: 60px;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-features__btn_bot {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: min(16px, 4.2666666667vw);
  }
}
.p-features__btn_bot .c-button {
  width: 305px;
  margin: 0 auto;
}

.p-features__btn_text {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}

/* Movie
================================================================== */
.p-movie {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .p-movie {
    padding: 60px 0;
  }
}

.p-movie__inner {
  width: min(1144px, 95vw);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-movie__inner {
    width: 88vw;
  }
}

/* Products
================================================================== */
.p-products {
  padding: 120px 0;
  background-color: var(--color-gray);
}
@media (max-width: 767px) {
  .p-products {
    padding: 60px 0;
  }
}
.p-products .p-pruducts__inner {
  width: min(1185px, 95vw);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-products .p-pruducts__inner {
    width: 88vw;
  }
}
.p-products .p-products__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(50px, 3.125vw) 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: min(50px, 3.125vw);
}
@media (max-width: 767px) {
  .p-products .p-products__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: min(40px, 10.6666666667vw);
  }
}
.p-products .p-products__list > li {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 5;
  grid-row: span 5;
  gap: 0;
}

.p-products--blue {
  background-color: #D9DFE9;
}

/* Case
================================================================== */
.p-case {
  background: radial-gradient(111.4% 95.14% at 24.67% 36.02%, #FFF 0%, #D9E1EF 100%);
  position: relative;
  overflow: hidden;
  padding: 0;
}
@media (max-width: 767px) {
  .p-case {
    padding: min(60px, 16vw) 0 min(180px, 48vw);
  }
}
.p-case::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(50% - 120px);
  background-image: url(../img/top/case_bg.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
}
@media (max-width: 767px) {
  .p-case::after {
    left: 0;
    background-size: 375px auto;
    background-image: url(../img/top/case_bg_sp.png);
    background-position: right bottom;
  }
}
@media (max-width: 767px) {
  .p-case .c-button > * {
    font-size: 16px;
  }
}

.p-case__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(1000px, 75vw);
  height: 483px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-case__inner {
    width: 88vw;
    height: auto;
  }
}

.p-case__content {
  width: 445px;
}
@media (max-width: 767px) {
  .p-case__content {
    width: 100%;
  }
}
.p-case__content .c-button {
  width: 218px;
}
.p-case__content .c-button a {
  font-size: 16px;
}

.p-case__ttl {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-case__ttl {
    margin-bottom: min(30px, 8vw);
    font-size: min(26px, 6.9333333333vw);
  }
}

.p-case__txt {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-case__txt {
    font-size: min(15px, 4vw);
  }
}