@charset "utf-8";
/* CSS Document */
:root {

  /* font-size */
  --fs_12: clamp(10px, 0.85vw, 12px);
  --fs_15: clamp(13px, 1.05vw, 15px);
  --fs_16: clamp(14px, 1.1vw, 16px);
  --fs_18: clamp(16px, 1.25vw, 18px);
  --fs_20: clamp(17px, 1.4vw, 20px);
  --fs_22: clamp(18px, 1.5vw, 22px);
  --fs_23: clamp(18px, 1.6vw, 23px);
  --fs_25: clamp(18px, 1.8vw, 25px);
  --fs_30: clamp(24px, 2.1vw, 30px);
  --fs_65: clamp(38px, 4.5vw, 65px);

  /* space */
  --space_10: clamp(8px, 0.7vw, 10px);
  --space_15: clamp(10px, 1.05vw, 15px);
  --space_20: clamp(14px, 1.4vw, 20px);
  --space_30: clamp(20px, 2.1vw, 30px);
  --space_40: clamp(25px, 2.8vw, 40px);
  --space_50: clamp(35px, 3.5vw, 50px);
  --space_70: clamp(45px, 4.8vw, 70px);
  --space_100: clamp(50px, 6.9vw, 100px);

  /* radius */
  --radius_20: clamp(14px, 1.4vw, 20px);
  --radius_30: clamp(20px, 2.1vw, 30px);
  --radius_150: clamp(110px, 10.4vw, 150px);
  --radius_250: clamp(160px, 17.3vw, 250px);
  --radius_300: clamp(180px, 20.8vw, 300px);

  /* width */
  --w_130: clamp(75px, 9vw, 130px);
  --w_150: clamp(135px, 10.4vw, 150px);
  --w_155: clamp(90px, 10.8vw, 155px);
  --w_230: clamp(190px, 16vw, 230px);
  --w_250: clamp(210px, 17.3vw, 250px);
  --w_300: clamp(250px, 20.8vw, 300px);
  --w_534: clamp(300px, 37vw, 534px);

}
html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: var(--fs_16);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  transition: .3s;
}
p {
  line-height: 1.8em;
  font-weight: bold;
}
a:hover {
  opacity: .8;
}
.SP {
  display: none;
}
.wrapp {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}
.inner_wrapp {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
section {
  padding: 70px 0;
  overflow: hidden;
}
.bkg {
  background-color: #efefef;
}
.head_icon {
  width: 250px;
  background-color: #fff;
  padding: 40px 0;
  text-align: center;
  border-radius: 0 0 300px 300px;
  margin: -90px auto 0 auto;
}
.head_icon img {
  max-width: 60%;
}
.head_icon_glay {
  background-color: #efefef;
}
.tit {
  text-align: center;
  margin: 20px auto var(--space_70) auto;
}
h2 {
  font-family: "Inter", sans-serif;
  font-size: var(--fs_30);
  font-weight: bold;
}
.tit p {
  font-weight: bold;
}
.tit span {
  display: block;
  margin: 10px auto;
  color: #ff0000;
}
/*header*/
header {
  background-color: #001d47;
  padding-bottom: 30px;
}
header .wrapp {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.logo {
  background-color: #fff;
  display: block;
  padding: var(--space_20) var(--space_50) var(--space_40) var(--space_50);
  text-align: center;
  width: fit-content;
  border-radius: 0 0 250px 250px;
}
.logo img {
  width: var(--w_155);
}
header div p {
  background-color: #fff;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 50px;
}
header .wrapp div {
  margin-top: 15px;
}
header div ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
header div ul a {
  color: #fff;
  font-weight: bold;
}
header div ul a::before {
  content: '●';
  color: #3eebff;
  font-size: 11px;
  padding-right: 10px;
}
header div ul li:last-of-type a::before {
  color: #ff0000;
}
.hamburger {
  display: none;
}
/*mv*/
#mv {
  padding: 0;
}
#mv .wrapp {
  display: flex;
  gap: var(--space_100);
  justify-content: center;
  align-items: center;
  padding: var(--space_50) 0;
}
.mv_l p:first-of-type {
  background-color: #001d47;
  color: #fff;
  font-weight: bold;
  font-size: var(--fs_20);
  padding: var(--space_10);
  margin-bottom: var(--space_20);
  width: fit-content;
}
h1 {
  font-size: var(--fs_65);
  font-weight: bold;
}
h1 span {
  font-weight: 900;
  color: #ff0000;
  line-height: 1.5em;
}
.mv_l p:last-of-type {
  font-weight: bold;
  font-size: var(--fs_25);
  margin-top: var(--space_40);
}
.mv_l div {
  display: flex;
  margin-top: var(--space_50);
  gap: var(--space_30);
}
.mv_r img {
  display: block;
  width: var(--w_534);
}
a.btn {
  display: block;
  background-color: #001d47;
  color: #fff;
  padding: var(--space_20) var(--space_30);
  font-size: var(--fs_22);
  border-radius: 50px;
  font-weight: bold;
}
a.btn img {
  padding-left: 30px;
  transition: .3s;
}
a.btn:hover img {
  transform: translateX(-5px);
}
a.section_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--w_250);
  margin: var(--space_40) auto;
}
/*reason*/
.reason_flex {
  display: flex;
  justify-content: space-between;
  gap: var(--space_50);
  margin-bottom: var(--space_50);
}
.reason_flex div {
  width: var(--w_300);
  height: var(--w_300);
  border-radius: 150px;
  background-color: #fff;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.reason_flex div img {
  margin-bottom: -90px;
  display: block;
}
.reason_flex div p {
  width: 100%;
}
/*about*/
.about_flex {
  display: flex;
  justify-content: center;
  gap: var(--space_100);
  align-items: center;
}
.about_flex img {
  max-width: 50%;
}
/*product*/
#product .read {
  text-align: center;
}
.product_list {
  margin: var(--space_50) 0;
}
.product_list li {
  background-color: #fff;
  width: var(--w_300);
  padding:
    var(--space_50) var(--space_20) var(--space_30);

  border-radius: var(--radius_30);
  flex-shrink: 0;
}
.product_list li dt {
  text-align: center;
}
.product_list li dt h3 {
  font-weight: bold;
  font-size: var(--fs_18);
  margin: var(--space_20) 0;
}
.product_list li dt h3::after {
  display: block;
  content: '';
  width: 80px;
  height: 3px;
  background-color: #ff0000;
  margin: 10px auto 0 auto;
}
.product_list li dd p {
  font-size: var(--fs_15);
  font-weight: 400;
}
.product_list li dd a {
  background-color: #ff0000;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  padding: 8px var(--space_30);
  display: flex;
  justify-content: space-between;
  width: var(--w_150);
  margin: var(--space_15) auto 0 auto;
  align-items: center;
  transition: .3s;
}
.product_list li dd a:hover {
  opacity: .8;
}
.product_list li dd a img {
  width: 8px;
  display: block;
  height: 15px;
  transition: .3s;
}
.product_list li dd a:hover img {
  transform: translateX(-5px);
}
/*slider*/
.product_list {
  position: relative;
}
.product_slider {
  overflow: hidden;
}
.product_track {
  display: flex;
  gap: var(--space_30);
  transition: transform .5s ease;
  will-change: transform;
}
.product_track dd p {
  line-height: 1.8;
  height: calc(1.8em * 3);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
/* ドット */
.slider_dots {
  display: flex;
  justify-content: center;
  gap: var(--space_10);
  margin-top: var(--space_40);
}
.slider_dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #3eebff;
  cursor: pointer;
  transition: .3s;
}
.slider_dots button.active {
  background: #ff0000;
}

/* SP */
@media screen and (max-width: 767px) {
  .product_track {
    gap: 20px;
  }
  .product_track li {
    width: 70%;
  }
  .product_track {
    margin-left: 10%;
  }
}
/*checkup*/
.checkup_list {
  margin-top: 50px;
}
.check_3 div p {
  margin: 10px 0;
}
.check_item p {
  margin-bottom: 20px;
}
.check_txt p {
  margin-bottom: 0;
}
.check_txt .check_item p {
  margin-bottom: 20px;
}
.check_txt p,
.check_3 div p {
  width: var(--w_230);
}
.check_item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: var(--space_50);
}
.check_cont p {
  background-color: #efefef;
  padding: 20px;
  border-radius: 30px;
}
.check_head p {
  width: var(--w_230);
  background-color: #fff;
  border: solid 1px #001d47;
  color: #001d47;
  padding: var(--space_20);
  border-radius: var(--radius_30);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.check_head p.fit {
  background-color: #ff0000;
  color: #fff;
  border: solid 1px #ff0000;
}
.check_cont {
  margin: 30px 0;
}
.check_3 div.check_head p {
  margin: 0;
  margin-bottom: 20px;
}
.check_txt .check_about {
  text-indent: -1rem;
  padding-left: 30px !important;
}
.check_txt .check_about:first-of-type {
  border-radius: var(--radius_30) var(--radius_30) 0 0;
  padding-bottom: 10px;
}
.check_txt .check_head p:first-of-type {
  border-radius: var(--radius_30);
  padding-left: 20px !important;
}
.check_txt .check_about:nth-of-type(2),
.check_txt .check_about:nth-of-type(3) {
  border-radius: 0;
  padding: 10px 20px;
}
.check_txt .check_about:last-of-type {
  border-radius: 0 0 var(--radius_30) var(--radius_30);
  padding-top: 10px;
}
.check_3 div {
  display: flex;
  gap: var(--space_50);
  text-align: center;
}
.check_3 a {
  color: #000;
}
/*faq*/
#faq {
  background-color: #001d47;
}
#faq .tit {
  color: #fff;
}
#faq li {
  padding: var(--space_20);
  border-radius: var(--radius_20);
  margin-bottom: var(--space_15);
  background-color: #fff;
}
#faq li .q span {
  font-family: "Inter", sans-serif;
  color: #001d47;
  font-size: var(--fs_23);
  margin-right: var(--space_10);
  font-weight: bold;
}
#faq li .a span {
  font-family: "Inter", sans-serif;
  font-size: var(--fs_23);
  margin-right: var(--space_10);
  color: #ff0000;
  font-weight: bold;
}
#faq li .a {
  padding-top: 10px;
  border-top: solid 2px #001d47;
  display: none;
  margin-top: 10px;
}
.faq_list li {
  border-bottom: solid 1px #ddd;
}
.faq_list .q {
  position: relative;
  padding-right: var(--space_50);
  cursor: pointer;
  font-weight: bold;
}
.faq_list .q::before,
.faq_list .q::after {
  content: '';
  width: 18px;
  height: 3px;
  background: #001d47;
  position: absolute;
  top: 50%;
  right: 0;
  transition: .3s;
}
.faq_list .q::before {
  transform: translateY(-50%);
}
.faq_list .q::after {
  transform: translateY(-50%) rotate(90deg);
}
.faq_list .q.open::after {
  transform: translateY(-50%) rotate(0deg);
}
.faq_list p {
  text-indent: -2.3rem;
  padding-left: 2.3rem;
}
/*contact*/
.submit input[type="submit"] {
  opacity: .4;
  pointer-events: none;
  transition: .3s;
}

/* チェック後 */
.submit input[type="submit"].active {
  opacity: 1;
  pointer-events: auto;
}

.pp_check input[type=checkbox] {
  display: none;
}
.pp_check_btn {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.pp_check_btn::before {
  background: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.pp_check_btn::after {
  border-right: 3px solid #001d47;
  border-bottom: 3px solid #001d47;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
input[type=checkbox]:checked + .pp_check_btn::after {
  opacity: 1;
}
.pp_check a {
  color: #001d47;
  border-bottom: solid 1px #001d47;
}
form dl {
  display: flex;
}
form {
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
}
form dt {
  width: 30%;
}
form dd {
  width: 70%;
}
form dt span {
  color: #ff0000;
  font-weight: bold;
}
form dt,
form dd {
  padding: var(--space_15);
  font-weight: bold;
}
form dt {
  padding-top: var(--space_20);
}
form dd label {
  font-weight: bold;
}
form dd ul {
  display: flex;
  gap: var(--space_15);
}
form input[type="text"],
form input[type="tel"],
form input[type="email"],
form textarea {
  width: 90%;
  border: solid 1px #000;
  border-radius: var(--radius_3);
  padding: var(--space_10);
  font-family: inherit;
  font-weight: inherit;
}
form textarea {
  height: 10em;
}
.pp_check {
  width: fit-content;
  margin: var(--space_40) auto;
}
.pp_check label {
  font-weight: bold;
}
.submit {
  width: var(--w_250);
  margin: 0 auto;
  height: fit-content;
  position: relative;
}
#submit_btn {
  color: #fff;
  border-radius: 50px;
  background-color: #ff0000;
  border: none;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: inherit;
  font-size: var(--fs_20);
  padding: var(--space_15) var(--space_15) var(--space_15) var(--space_30);
  text-align: left;
  cursor: pointer;
}
.submit::after {
  content: '';
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  transition: .3s;
}
.submit.active:hover::after {
  right: 15px;
}
/*footer*/
footer {
  background-color: #001d47;
  margin-top: clamp(80px, 10.4vw, 150px);
  padding: 0 0 50px;
  padding-bottom: var(--space_50);
}
footer a {
  color: #fff;
  font-weight: bold;
}
.foot_flex {
  display: flex;
  justify-content: center;
  gap: var(--space_30);
  margin: var(--space_50) 0;
  align-items: center;
}
small {
  font-size: var(--fs_12);
  display: block;
  color: #fff;
  text-align: center;
}
/*single page*/
.item_cont p {
  font-size: 15px;
  margin-bottom: 30px;
  font-weight: 400;
}
.item_cont table {
  width: 100%;
}
.item_cont table th,
.item_cont table td {
  padding: 10px;
  font-size: 14px;
  border: solid 1px #ddd;
}
.item_cont .spec_caution {
  font-size: 13px;
  display: block;
  margin-top: 5px;
}
.item_cont table td a {
  color: #001d47;
  display: block;
  text-align: center;
}
.item_cont .item_image {
  display: block;
  margin: 0 auto 30px auto;
}
.item_list_cont th {
  background-color: #001d47;
  color: #fff;
  font-weight: bold;
}
.item_cont tr:nth-of-type(even) {
  background-color: #efefef;
}
.item_cont .btn_flex {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 60px;
}
.item_cont .btn_flex a {
  width: fit-content;
  margin: 0;
}
.item_cont .btn_flex a.red {
  background-color: #ff0000;
}
#policy dl {
  margin: 30px 0;
}
#policy dl dt {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
/*responsive*/
@media (max-width:1200px) {
  .reason_flex {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width:860px) {
  #mv a.btn {
    font-size: 16px;
    width: 180px;
    display: flex;
    justify-content: space-between;
  }
  .mv_l div {
    flex-wrap: wrap;
  }
}
@media (max-width:810px) {
  .head_icon img {
    transform: scale(.7);
  }
  .head_icon {
    width: 200px;
    padding: 30px 0;
  }
  .checkup_list {
    overflow-x: scroll;
  }
  .check_cont {
    width: 610px;
    gap: 20px;
    justify-content: flex-start;
  }
  .check_3 div.check_head p {
    height: 52px;
  }
}

@media screen and (max-width: 767px) {
  header {
    position: relative;
    z-index: 999;
  }
  header .wrapp {
    align-items: center;
    display: block;
  }
  .logo {
    position: relative;
    z-index: 1001;
    margin: 0 auto;
  }
  .hamburger {
    width: 50px;
    height: 50px;
    border: none;
    background: #001d47;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1001;
  }
  .hamburger span {
    width: 22px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 0 auto;
    transition: .3s;
  }
  .hamburger.active span:nth-of-type(1) {
    transform:
      translateY(8px) rotate(45deg);
  }
  .hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-of-type(3) {
    transform:
      translateY(-8px) rotate(-45deg);
  }
  header .wrapp div {
    margin-top: 0;
  }
  .header_nav {
    width: 100%;
    height: 100vh;
    background: #001d47;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 1000;
  }
  .header_nav.active {
    opacity: 1;
    visibility: visible;
  }
  .header_nav p {
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.8;
  }
  .header_nav ul {
    flex-direction: column;
    gap: 25px;
    margin-top: 0;
  }
  .header_nav ul li a {
    font-size: 18px;
  }
}
@media (max-width:700px) {

  .about_flex {
    display: block;
  }
  .about_flex img {
    display: block;
    margin: 0 auto 30px auto;
  }
  .about_flex p {
    width: fit-content;
    margin: 0 auto;
  }
  .reason_flex div {
    width: 200px;
    height: 200px;
  }
  .reason_flex div img {
    width: var(--w_130);
    margin-bottom: -80px;
  }
  #mv .wrapp {
    display: block;
  }
  .mv_l {
    text-align: center;
  }
  .mv_l p:first-of-type {
    margin: 0 auto 20px auto;
  }
  .mv_l div {
    justify-content: center;
    margin-bottom: 30px;
  }
  .mv_r img {
    display: block;
    margin: 0 auto;
    max-width: 50%;
  }
  a.section_btn {
    font-size: 16px;
  }
  /* hamburger */

  header {
    padding-bottom: 10px;
  }
  .head_icon {
    width: 150px;
    padding: 20px 0;
  }
}
@media (max-width:600px) {
  form dl {
    display: block;
  }
  form dt,
  form dd {
    width: 100%;
  }
  .reason_flex {
    gap: 20px;
  }
  .item_cont span.SP {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .item_table {
    overflow-x: scroll;
  }
  .item_cont table {
    min-width: 600px;
  }
}
@media (max-width:500px) {
  .header_nav p {
    border-radius: 10px;
  }
  .header_nav p span {
    display: none;
  }
  .header_nav p .SP,
  .mv_l p:last-of-type .SP {
    display: block;
  }
}
@media (max-width:400px) {
  form dd {
    width: 96%;
  }
}
/* fade */
.js_fade {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.js_fade.is_in {
  opacity: 1;
  transform: translateY(0);
}

/* 少し順番に出す */
.js_fade_delay_1 {
  transition-delay: .15s;
}

.js_fade_delay_2 {
  transition-delay: .3s;
}

.js_fade_delay_3 {
  transition-delay: .45s;
}

/* motion軽減 */
@media (prefers-reduced-motion: reduce) {

  .js_fade,
  .js_fade.is_in {
    transition: none;
    transform: none;
    opacity: 1;
  }

}