@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
* {
  box-sizing: border-box;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

:root,
html {
  font-size: 100px;
}
@media screen and (max-width: 1110px) and (min-width: 769px) {
  :root,
  html {
    font-size: 9.009009009vw;
  }
}
@media screen and (max-width: 768px) {
  :root,
  html {
    font-size: 26.0416666667vw;
  }
}

body {
  color: #000000;
  font-weight: 500;
  line-height: 1.5;
  min-height: 100vh; /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  background: #f3f3f3 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
video {
  max-width: 100%;
}

img[src$="_sp.jpg"], img[src$="_sp.png"], img[src$="_sp.svg"] {
  display: none;
}
@media screen and (max-width: 768px) {
  img[src$="_sp.jpg"], img[src$="_sp.png"], img[src$="_sp.svg"] {
    display: inline-block;
  }
  img[src$="_sp.jpg"] + img, img[src$="_sp.png"] + img, img[src$="_sp.svg"] + img {
    display: none;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

em {
  font-style: normal;
}

/*//////////////////////////////////////////
//  共通設定
//////////////////////////////////////////*/
.inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 0.3rem;
  }
}

.inner-s {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .inner-s {
    padding: 0 0.16rem;
  }
}

.inner-l {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.inner-w {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}
@media screen and (max-width: 1440px) {
  .inner-w {
    padding: 0 0;
  }
}

.picture {
  display: block;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline;
  }
}
.sec-header .sec-ttl {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-header .sec-ttl {
    font-size: 0.24rem;
  }
}
.sec-header .sec-txt {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .sec-header .sec-txt {
    font-size: 0.16rem;
    margin-top: 0.12rem;
  }
}

.btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  font-weight: 700;
  max-width: 532px;
  height: 112px;
  font-size: 32px;
  color: #fff;
  border-radius: 8px;
  background: #e60024;
}
@media screen and (max-width: 768px) {
  .btn-primary {
    max-width: 3rem;
    height: 0.64rem;
    font-size: 0.24rem;
  }
}

/*
.index-contents {
  .btn-primary {
    max-width: 532px;
    height: 112px;
    font-size: 32px;
    @include sp {
      max-width: rem(300);
      height: rem(64);
      font-size: rem(24);
    }
  }
}
  */
.line-under {
  display: inline-block;
  position: relative;
}
.line-under:after {
  content: "";
  display: inline-block;
  width: 95%;
  height: 2px;
  position: absolute;
  bottom: -4px;
  left: 0;
  border-radius: 1px;
  background: linear-gradient(-45deg, #e60024 0%, #34aaea 50%, #fff100 100%);
}

/*/////////////////////////////////////////
//  mv-top
/////////////////////////////////////////*/
#mv-top {
  border-radius: 128px 0 128px 0;
  overflow: hidden;
  background-image: url("../images/top/mv-back.png");
  background-size: cover;
  background-color: #ebebeb;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #mv-top {
    border-radius: 0.64rem 0 0.64rem 0;
    background-image: url("../images/top/mv-back_sp.png");
  }
}
#mv-top .inner {
  display: flex;
  align-items: center;
  position: relative;
  height: 960px;
}
@media screen and (max-width: 768px) {
  #mv-top .inner {
    display: block;
    height: 8.75rem;
  }
}
#mv-top .txt-area {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  padding-bottom: 170px;
}
@media screen and (max-width: 768px) {
  #mv-top .txt-area {
    padding-bottom: 0;
    padding-top: 0.64rem;
  }
}
@media screen and (max-width: 768px) {
  #mv-top .mv-logo {
    width: 2.5997rem;
  }
  #mv-top .mv-logo img {
    width: 100%;
    height: auto;
  }
}
#mv-top .mv-txt {
  font-size: 24px;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #mv-top .mv-txt {
    font-size: 0.18rem;
    line-height: 1.7777777778;
    margin-bottom: 0.24rem;
  }
}
#mv-top .mv-img {
  position: absolute;
  width: 982px;
  right: -37px;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 1330px) {
  #mv-top .mv-img {
    right: 0;
    left: 20%;
  }
}
@media screen and (max-width: 768px) {
  #mv-top .mv-img {
    width: 5.1rem;
    right: -1.58rem;
    bottom: 0;
    left: initial;
  }
  #mv-top .mv-img img {
    height: auto;
  }
}
#mv-top .mv-img:before {
  content: "";
  display: inline-block;
  width: 297.83px;
  height: 274.41px;
  position: absolute;
  right: 280px;
  top: 135px;
  background-image: url("../images/top/mv-obj2.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #mv-top .mv-img:before {
    width: 1.9223rem;
    height: 1.7502rem;
    right: 2.303rem;
    top: 0.55rem;
  }
}
#mv-top .mv-img:after {
  content: "";
  display: inline-block;
  width: 324.08px;
  height: 144.84px;
  position: absolute;
  left: 270px;
  bottom: 175px;
  transform: rotate(196deg);
  background-image: url("../images/top/mv-obj1.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #mv-top .mv-img:after {
    content: none;
  }
}

/*//////////////////////////////////////////
//  header
//////////////////////////////////////////*/
#mainHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}
@media screen and (max-width: 768px) {
  #mainHeader {
    height: 1.2rem;
  }
}
#mainHeader .logo {
  height: 56px;
}
@media screen and (max-width: 768px) {
  #mainHeader .logo {
    width: 2.35rem;
    height: 0.56rem;
    display: block;
  }
  #mainHeader .logo img {
    width: 100%;
    height: auto;
  }
}

/*/////////////////////////////////////////
//  footer
/////////////////////////////////////////*/
#mainFooter {
  padding: 118px 0 113px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  #mainFooter {
    padding: 0.96rem 0 1rem;
    gap: 0.22rem;
  }
  #mainFooter .f-logo {
    width: 2.35rem;
  }
}
#mainFooter small {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #mainFooter small {
    font-size: 0.16rem;
  }
}

/*/////////////////////////////////////////
//  他己診断用ヘッダー
/////////////////////////////////////////*/
#pre-mv {
  background: #ebebeb;
  border-radius: 128px 0 128px 0;
  padding: 80px 0;
  margin: 0 auto;
  margin-bottom: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  max-width: 1800px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #pre-mv {
    border-radius: 0.64rem 0 0.64rem 0;
    padding: 0.8rem 0;
    margin-bottom: 0.4rem;
  }
}
#pre-mv .txt-area {
  font-size: 32px;
  line-height: 2;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  #pre-mv .txt-area {
    font-size: 0.24rem;
    line-height: 2.4;
  }
}
#pre-mv .txt-area .line-under:after {
  width: 100%;
  height: 4px;
}
@media screen and (max-width: 768px) {
  #pre-mv .txt-area .line-under:after {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #pre-mv .txt-area .line-under em {
    display: inline-block;
    position: relative;
  }
  #pre-mv .txt-area .line-under em:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0.04rem;
    position: absolute;
    bottom: 0rem;
    left: 0;
    border-radius: 1px;
    background: linear-gradient(-45deg, #e60024 0%, #34aaea 50%, #fff100 100%);
  }
}
#pre-mv .txt-area:before {
  content: "";
  display: inline-block;
  width: 258.77px;
  height: 213.86px;
  position: absolute;
  left: -120px;
  bottom: 20px;
  background-image: url("../images/top/obj-pr1.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #pre-mv .txt-area:before {
    width: 1.6143rem;
    height: 1.0647rem;
    left: 0.3rem;
    top: -1.3rem;
    bottom: initial;
    background-image: url("../images/top/obj-pr6.svg");
  }
}
#pre-mv .txt-area:after {
  content: "";
  display: inline-block;
  width: 227.44px;
  height: 186.55px;
  position: absolute;
  right: -50px;
  bottom: 0;
  background-image: url("../images/top/obj-pr2.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #pre-mv .txt-area:after {
    width: 0.4518rem;
    height: 0.4302rem;
    right: initial;
    left: 1rem;
    bottom: -0.85rem;
    top: initial;
    background-image: url("../images/top/obj-pr7.svg");
  }
}

/*//////////////////////////////////////////
//  drawer
//////////////////////////////////////////*/
.drawer.drawer--right .drawer-hamburger {
  width: 0.18rem;
  height: 0.15rem;
  left: 0.2rem;
  top: 0.2rem;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .drawer.drawer--right .drawer-hamburger {
    display: flex;
  }
}
.drawer.drawer--right .drawer-open .drawer-hamburger {
  top: 5%;
}
.drawer.drawer--right .drawer-nav {
  right: -100vw;
  z-index: 99;
  width: 84.5vw;
  height: 100vh;
  background: #fff;
  overflow: scroll;
  top: 0;
}
.drawer.drawer--right .drawer-nav .sp-logo {
  padding: 0.3rem 0.5rem;
  display: block;
  border-bottom: 1px solid #c2c2c2;
}
.drawer.drawer--right .drawer-nav .drawer-menu {
  margin-top: 0;
  padding: 0.2rem 0.5rem;
}
.drawer.drawer--right .drawer-nav .drawer-menu li {
  font-size: 0.15rem;
  margin: 0.2rem 0;
  width: 100%;
}
.drawer.drawer--right .drawer-nav .drawer-menu li span {
  display: block;
  font-size: 0.12rem;
}
.drawer.drawer--right .drawer-overlay {
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.5);
}
.drawer.drawer--right .drawer-hamburger-icon {
  background-color: #474747;
  margin-top: 0;
  width: 100%;
}
.drawer.drawer--right .drawer-hamburger-icon,
.drawer.drawer--right .drawer-hamburger-icon:after,
.drawer.drawer--right .drawer-hamburger-icon:before {
  height: 0.02rem;
  background-color: black;
}
.drawer.drawer--right .drawer-hamburger-icon:before {
  width: 100%;
  top: -0.065rem;
}
.drawer.drawer--right .drawer-hamburger-icon:after {
  top: 0.065rem;
  width: 100%;
}
.drawer.drawer--right.drawer-open .drawer-nav {
  right: 0;
}
.drawer.drawer--right.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer.drawer--right.drawer-open .drawer-hamburger-icon:before {
  top: 0;
  background: #fff;
}
.drawer.drawer--right.drawer-open .drawer-hamburger-icon:after {
  top: 0;
  background: #fff;
}
.drawer.drawer--right .drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: none;
  border-right: none;
  border-left: none;
  float: right;
}
.drawer.drawer--right .drawer-dropdown.open .drawer-caret {
  transform: rotate(90deg);
}
.drawer.drawer--right ion-icon {
  --ionicon-stroke-width: 16px;
  color: #474747;
}
.drawer.drawer--right .dr-link,
.drawer.drawer--right .drawer-dropdown-menu-item {
  background: #eeeeee;
}
.drawer.drawer--right .dr-link {
  font-size: 0.18rem;
  padding: 0.8em 0 0.8em 0.75rem;
}
.drawer.drawer--right .drawer-dropdown-menu-item {
  font-size: 0.18rem;
  margin: 0.1em 0;
  padding-left: 1.5em;
  font-weight: normal;
  color: #474747;
}
.drawer.drawer--right .drawer-dropdown-menu li a {
  padding-top: 0.3em !important;
  padding-bottom: 0.3em !important;
}

/*//////////////////////////////////////////
//  アニメーション設定
//////////////////////////////////////////*/
.fu {
  transition: 1s;
  opacity: 0;
  transform: translate3d(0, 10%, 0);
}

.fu.fadeup {
  opacity: 1;
  transform: translateZ(0);
}

.fadeIn {
  transition: all 0.9s linear;
  opacity: 1 !important;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }
}
.faderight {
  animation-name: faderight;
}

@keyframes faderight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*//////////////////////////////////////////
//  slick上書き
//////////////////////////////////////////*/
/* Arrows */
.slick-prev,
.slick-next {
  height: 0.6rem;
  width: 0.6rem;
  line-height: 0;
  font-size: 0;
  background: #fff;
  border-radius: 50%;
  z-index: 10;
  border: 0.03rem solid #000;
}
@media screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 0.3rem;
    height: 0.3rem;
    border: 0.015rem solid #000;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: #fff;
  color: transparent;
}
.slick-prev:before,
.slick-next:before {
  content: "";
}

.slick-prev {
  left: 22%;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    left: 1.5%;
  }
}
.slick-prev:before {
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  border-bottom: 0.03rem solid #000;
  border-right: 0.03rem solid #000;
  transform: rotate(135deg);
  margin-left: 0.08rem;
}
@media screen and (max-width: 768px) {
  .slick-prev:before {
    width: 0.075rem;
    height: 0.075rem;
    border-bottom: 0.015rem solid #000;
    border-right: 0.015rem solid #000;
    margin-left: 0.04rem;
  }
}

.slick-next {
  right: 22%;
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: 1.5%;
  }
}
.slick-next:before {
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  border-bottom: 0.03rem solid #000;
  border-right: 0.03rem solid #000;
  transform: rotate(-45deg);
  margin-right: 0.08rem;
}
@media screen and (max-width: 768px) {
  .slick-next:before {
    width: 0.075rem;
    height: 0.075rem;
    border-bottom: 0.015rem solid #000;
    border-right: 0.015rem solid #000;
    margin-right: 0.04rem;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0rem;
}

.slick-dots {
  position: absolute;
  bottom: -0.3rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    bottom: -0.25rem;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 0.15rem;
  width: 0.15rem;
  margin: 0 0.05rem;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slick-dots li {
    height: 0.075rem;
    width: 0.075rem;
  }
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 0.15rem;
  width: 0.15rem;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slick-dots li button {
    height: 0.075rem;
    width: 0.075rem;
  }
}
.slick-dots li button:before {
  content: "";
  background: #9a9a9a;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 0.15rem;
  height: 0.15rem;
  line-height: 0.15rem;
  text-align: center;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  .slick-dots li button:before {
    height: 0.075rem;
    width: 0.075rem;
  }
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button:before {
  background: #000;
}/*# sourceMappingURL=common.css.map */