@charset "UTF-8";
/*
 * Config
 */
/*
 * Color
 */
/*
 * Media Break
 */
/*
 * Fonts
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;700&display=swap");
/*
 * BEM関連
 */
/*
 * clearfix
 */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
  font-size: 16px;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #272726;
  background-color: #eeedec;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  background-size: 100%;
  position: relative;
  text-align: unset !important;
  font-size: 1rem;
}
@media (min-width: 769px) {
  body {
    font-size: 1rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

header, nav, main, footer, small, button, label {
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #272726;
}

a:hover, a:active, button:hover, button:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.pc {
  display: none !important;
}
@media (min-width: 769px) {
  .pc {
    display: block !important;
  }
}

.pc-in {
  display: none !important;
}
@media (min-width: 769px) {
  .pc-in {
    display: inline-block !important;
  }
}

.mobile {
  display: block !important;
}
@media (min-width: 769px) {
  .mobile {
    display: none !important;
  }
}

.mobile-in {
  display: inline-block !important;
}
@media (min-width: 769px) {
  .mobile-in {
    display: none !important;
  }
}

.ipad {
  display: none !important;
}
@media (min-width: 561px) {
  .ipad {
    display: block !important;
  }
}

.sp {
  display: block !important;
}
@media (min-width: 561px) {
  .sp {
    display: none !important;
  }
}

.is-flex {
  display: flex !important;
}

.is-flex-pc {
  display: block;
}
@media (min-width: 769px) {
  .is-flex-pc {
    display: flex !important;
  }
}

.is-flex-ipad {
  display: block;
}
@media (min-width: 561px) {
  .is-flex-ipad {
    display: flex !important;
  }
}

.is-flex-wrap {
  flex-wrap: wrap;
}

.is-flex-column {
  flex-direction: column;
}

.is-flex-row {
  flex-direction: row;
}

.is-row-reverse {
  flex-direction: row-reverse;
}

.is-column-reverse {
  flex-direction: column-reverse;
}

.is-justify-between {
  justify-content: space-between;
}

.is-justify-evenly {
  justify-content: space-around;
  /*for moz & chrome*/
  -webkit-justify-content: space-evenly !important;
}

.is-justify-center {
  justify-content: center;
}

.is-justify-end {
  justify-content: flex-end;
}

.is-align-start {
  align-items: flex-start;
}

.is-align-center {
  align-items: center;
}

.is-align-end {
  align-items: flex-end;
}

.is-hide {
  display: none !important;
}

.is-show {
  display: block !important;
}

.is-fixed {
  position: fixed;
}

.is-relative {
  position: relative;
}

.is-absolute {
  position: absolute;
}

.z-front {
  z-index: 100;
}

.z-normal {
  z-index: 0;
}

.z-back {
  z-index: -1;
}

.is-inline-block {
  display: inline-block;
}

.is-inline-flex {
  display: inline-flex;
}

.t-light {
  font-weight: 200;
}
.t-regular {
  font-weight: 400;
}
.t-med {
  font-weight: 500;
}
.t-bold {
  font-weight: 700;
}
.t-bolder {
  font-weight: 900;
}
.t-right {
  text-align: right;
}
.t-left {
  text-align: left;
}
.t-center {
  text-align: center;
}
.t-underline {
  text-decoration: underline;
}
.t-italic {
  font-style: italic;
}

.m-center {
  margin: 0 auto;
}

.m-right {
  margin: 0 0 0 auto;
}

.m-left {
  margin: 0 auto 0 0;
}

.w-fit {
  width: fit-content;
}

.w-max {
  width: max-content;
}

.ls-10 {
  letter-spacing: 1px;
}
.ls-15 {
  letter-spacing: 1.5px;
}
.ls-20 {
  letter-spacing: 2px;
}
.ls-30 {
  letter-spacing: 3px;
}
.ls-40 {
  letter-spacing: 4px;
}

.c-white {
  color: #fff;
}

.c-black {
  color: #000;
}

.c-main {
  color: #272726;
}

.lh-10 {
  line-height: 1;
}
.lh-13 {
  line-height: 1.3;
}
.lh-15 {
  line-height: 1.5;
}
.lh-16 {
  line-height: 1.6;
}
.lh-18 {
  line-height: 1.8;
}
.lh-20 {
  line-height: 2;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.my-0,
.mt-0 {
  margin-top: 0px !important;
}

.my-0,
.mb-0 {
  margin-bottom: 0px !important;
}

.my-5,
.mt-5 {
  margin-top: 5px !important;
}

.my-5,
.mb-5 {
  margin-bottom: 5px !important;
}

.mx-5,
.ml-5 {
  margin-left: 5px !important;
}

.mx-5,
.mr-5 {
  margin-right: 5px !important;
}

.my-10,
.mt-10 {
  margin-top: 10px !important;
}

.my-10,
.mb-10 {
  margin-bottom: 10px !important;
}

.mx-10,
.ml-10 {
  margin-left: 10px !important;
}

.mx-10,
.mr-10 {
  margin-right: 10px !important;
}

.my-15,
.mt-15 {
  margin-top: 15px !important;
}

.my-15,
.mb-15 {
  margin-bottom: 15px !important;
}

.mx-15,
.ml-15 {
  margin-left: 15px !important;
}

.mx-15,
.mr-15 {
  margin-right: 15px !important;
}

.my-20,
.mt-20 {
  margin-top: 20px !important;
}

.my-20,
.mb-20 {
  margin-bottom: 20px !important;
}

.mx-20,
.ml-20 {
  margin-left: 20px !important;
}

.mx-20,
.mr-20 {
  margin-right: 20px !important;
}

.my-25,
.mt-25 {
  margin-top: 25px !important;
}

.my-25,
.mb-25 {
  margin-bottom: 25px !important;
}

.mx-25,
.ml-25 {
  margin-left: 25px !important;
}

.mx-25,
.mr-25 {
  margin-right: 25px !important;
}

.my-30,
.mt-30 {
  margin-top: 30px !important;
}

.my-30,
.mb-30 {
  margin-bottom: 30px !important;
}

.mx-30,
.ml-30 {
  margin-left: 30px !important;
}

.mx-30,
.mr-30 {
  margin-right: 30px !important;
}

.my-35,
.mt-35 {
  margin-top: 35px !important;
}

.my-35,
.mb-35 {
  margin-bottom: 35px !important;
}

.mx-35,
.ml-35 {
  margin-left: 35px !important;
}

.mx-35,
.mr-35 {
  margin-right: 35px !important;
}

.my-40,
.mt-40 {
  margin-top: 40px !important;
}

.my-40,
.mb-40 {
  margin-bottom: 40px !important;
}

.mx-40,
.ml-40 {
  margin-left: 40px !important;
}

.mx-40,
.mr-40 {
  margin-right: 40px !important;
}

.my-45,
.mt-45 {
  margin-top: 45px !important;
}

.my-45,
.mb-45 {
  margin-bottom: 45px !important;
}

.mx-45,
.ml-45 {
  margin-left: 45px !important;
}

.mx-45,
.mr-45 {
  margin-right: 45px !important;
}

.my-50,
.mt-50 {
  margin-top: 50px !important;
}

.my-50,
.mb-50 {
  margin-bottom: 50px !important;
}

.mx-50,
.ml-50 {
  margin-left: 50px !important;
}

.mx-50,
.mr-50 {
  margin-right: 50px !important;
}

.py-0,
.pt-0 {
  padding-top: 0px !important;
}

.py-0,
.pb-0 {
  padding-bottom: 0px !important;
}

.px-0,
.pl-0 {
  padding-left: 0px !important;
}

.px-0,
.pr-0 {
  padding-right: 0px !important;
}

.py-5,
.pt-5 {
  padding-top: 5px !important;
}

.py-5,
.pb-5 {
  padding-bottom: 5px !important;
}

.px-5,
.pl-5 {
  padding-left: 5px !important;
}

.px-5,
.pr-5 {
  padding-right: 5px !important;
}

.py-10,
.pt-10 {
  padding-top: 10px !important;
}

.py-10,
.pb-10 {
  padding-bottom: 10px !important;
}

.px-10,
.pl-10 {
  padding-left: 10px !important;
}

.px-10,
.pr-10 {
  padding-right: 10px !important;
}

.py-15,
.pt-15 {
  padding-top: 15px !important;
}

.py-15,
.pb-15 {
  padding-bottom: 15px !important;
}

.px-15,
.pl-15 {
  padding-left: 15px !important;
}

.px-15,
.pr-15 {
  padding-right: 15px !important;
}

.py-20,
.pt-20 {
  padding-top: 20px !important;
}

.py-20,
.pb-20 {
  padding-bottom: 20px !important;
}

.px-20,
.pl-20 {
  padding-left: 20px !important;
}

.px-20,
.pr-20 {
  padding-right: 20px !important;
}

.py-25,
.pt-25 {
  padding-top: 25px !important;
}

.py-25,
.pb-25 {
  padding-bottom: 25px !important;
}

.px-25,
.pl-25 {
  padding-left: 25px !important;
}

.px-25,
.pr-25 {
  padding-right: 25px !important;
}

.py-30,
.pt-30 {
  padding-top: 30px !important;
}

.py-30,
.pb-30 {
  padding-bottom: 30px !important;
}

.px-30,
.pl-30 {
  padding-left: 30px !important;
}

.px-30,
.pr-30 {
  padding-right: 30px !important;
}

.py-35,
.pt-35 {
  padding-top: 35px !important;
}

.py-35,
.pb-35 {
  padding-bottom: 35px !important;
}

.px-35,
.pl-35 {
  padding-left: 35px !important;
}

.px-35,
.pr-35 {
  padding-right: 35px !important;
}

.py-40,
.pt-40 {
  padding-top: 40px !important;
}

.py-40,
.pb-40 {
  padding-bottom: 40px !important;
}

.px-40,
.pl-40 {
  padding-left: 40px !important;
}

.px-40,
.pr-40 {
  padding-right: 40px !important;
}

.py-45,
.pt-45 {
  padding-top: 45px !important;
}

.py-45,
.pb-45 {
  padding-bottom: 45px !important;
}

.px-45,
.pl-45 {
  padding-left: 45px !important;
}

.px-45,
.pr-45 {
  padding-right: 45px !important;
}

.py-50,
.pt-50 {
  padding-top: 50px !important;
}

.py-50,
.pb-50 {
  padding-bottom: 50px !important;
}

.px-50,
.pl-50 {
  padding-left: 50px !important;
}

.px-50,
.pr-50 {
  padding-right: 50px !important;
}

.c-blue {
  color: #008ff8 !important;
}

.c-gray {
  color: #76766b !important;
}

.c-black {
  color: #272726 !important;
}

.is-noto {
  font-family: "Noto Sans JP", sans-serif !important;
}

.is-cabin {
  font-family: "Cabin", sans-serif !important;
}

.loadscreen {
  position: fixed;
  background-color: #f8f8f8;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 1s;
  z-index: 1000;
}
.loadscreen.unload {
  opacity: 0;
}
.loadscreen .cont {
  display: flex;
  align-items: center;
  justify-content: center;
}
.loadscreen .cont > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loadscreen .cont > div:first-of-type {
  top: 49%;
}
@media (min-width: 390px) {
  .loadscreen .cont > div:first-of-type {
    top: 49.4%;
  }
}
@media (min-width: 414px) {
  .loadscreen .cont > div:first-of-type {
    top: 49%;
  }
}
@media (min-width: 560px) {
  .loadscreen .cont > div:first-of-type {
    top: 49.4%;
  }
}
.loadscreen .cont > div img {
  width: 120px;
}
@media (min-width: 769px) {
  .loadscreen .cont > div img {
    width: 180px;
  }
}

.is-loading {
  position: fixed;
  width: 100vw;
}

.sp-nav {
  position: fixed;
  top: -100%;
  opacity: 0;
  left: 0;
  z-index: 50;
  background-color: #f8f8f8;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px;
  transition: 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}
@media (min-width: 769px) {
  .sp-nav {
    display: none;
  }
}
.sp-nav.is-open {
  top: 0;
  opacity: 1;
}
.sp-nav > div {
  width: 100%;
}
.sp-nav > div p {
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 19px;
  padding: 24px 0;
  border-bottom: 1px solid #76766b;
}
.sp-nav > div.link {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 64px;
}
.sp-nav > div.link img {
  width: 150px;
}
.sp-nav > div.link span {
  padding-top: 10px;
  font-size: 16px;
}
@media (min-width: 769px) {
  .sp-nav > div.link span {
    font-size: 20px;
  }
}

.sp-burger {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 100;
  display: block;
  background-color: #272726;
  width: 65px;
  height: 65px;
  border-radius: 40px;
}
@media (min-width: 769px) {
  .sp-burger {
    display: none;
  }
}
.sp-burger > div {
  width: 100%;
  height: 100%;
  position: relative;
}
.sp-burger > div span {
  position: absolute;
  height: 1px;
  width: 25px;
  background-color: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.sp-burger > div span:nth-of-type(1) {
  top: 43%;
}
.sp-burger > div span:nth-of-type(2) {
  top: 57%;
}
.sp-burger.is-open > div span {
  top: 50%;
}

.disabled a {
  pointer-events: none;
}

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes FadeInY {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes FadeInY {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes FadeInX {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInX {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.is-fadeAutoin-no-transform {
  transition: opacity 0.6s ease;
  opacity: 0;
}

.is-fadeAutoin-no-transform.is-play {
  opacity: 1;
}

.is-fadein {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
}

.is-fadein.is-play {
  opacity: 1;
}

.is-fade-y {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateY(50px);
}

.is-fade-y.is-play {
  opacity: 1;
  transform: translateY(0);
}

.is-fade-x {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateX(50px);
}

.is-fade-x.is-play {
  opacity: 1;
  transform: translateX(0);
}

.is-fade-x-rev {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateX(-50px);
}

.is-fade-x-rev.is-play {
  opacity: 1;
  transform: translateX(0);
}

.is-fadeAutoin {
  opacity: 0;
  -webkit-animation: FadeIn 1s ease;
  animation: FadeIn 1s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-y {
  opacity: 0;
  -webkit-animation: FadeInY 0.6s ease;
  animation: FadeInY 0.6s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-x {
  opacity: 0;
  -webkit-animation: FadeInX 0.6s ease;
  animation: FadeInX 0.6s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-x-rev {
  opacity: 0;
  -webkit-animation: FadeInXrev 0.6s ease;
  animation: FadeInXrev 0.6s ease;
  animation-fill-mode: forwards;
}

.is-delay.delay-1 {
  transition-delay: 0.6s !important;
}

.is-delay.delay-2 {
  transition-delay: 0.6s !important;
}

.is-delay.delay-3 {
  transition-delay: 0.9s !important;
}

.is-delay.delay-4 {
  transition-delay: 1.2s !important;
}

/* anim-delay */
.is-animdelay.delay-1 {
  animation-delay: 1s !important;
}

.is-animdelay.delay-2 {
  animation-delay: 1.5s !important;
}

.is-animdelay.delay-3 {
  animation-delay: 2s !important;
}

.is-animdelay.delay-4 {
  animation-delay: 2.5s !important;
}

.header__content {
  padding: 50px 9.375vw 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .header__content {
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .header__content {
    padding: 50px 5vw 10px;
  }
}
@media (min-width: 1441px) {
  .header__content {
    padding: 50px 9.375vw 10px;
  }
}
.header__logo p {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 14px;
}
.header__nav {
  display: none;
}
@media (min-width: 769px) {
  .header__nav {
    display: flex;
    align-items: center;
  }
}
.header__nav a {
  margin-left: 3.75vw;
}
.header__nav p {
  font-size: 22px;
}

.main__mv {
  display: flex;
  padding: 48px 0 48px;
  flex-direction: column;
}
@media (min-width: 769px) {
  .main__mv {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 103px 3.35vw;
  }
}
@media (min-width: 1441px) {
  .main__mv {
    padding: 103px 6.35vw;
  }
}
.main__mv .mv-text {
  flex-shrink: 0;
  margin-left: 40px;
}
@media (min-width: 769px) {
  .main__mv .mv-text {
    margin-right: 2vw;
    margin-left: 2vw;
  }
}
.main__mv .mv-text p {
  font-weight: bold;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0;
}
@media (min-width: 769px) {
  .main__mv .mv-text p {
    line-height: 55px;
    font-size: 38px;
  }
}
.main__mv .mv-text p:nth-of-type(1) {
  font-size: 30px;
  padding-bottom: 16px;
  line-height: 44px;
}
@media (min-width: 769px) {
  .main__mv .mv-text p:nth-of-type(1) {
    padding-bottom: 24px;
    font-size: 67px;
    line-height: 97px;
  }
}
.main__mv .mv-text .link {
  display: none;
}
@media (min-width: 769px) {
  .main__mv .mv-text .link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 40px;
    padding-right: 110px;
  }
}
.main__mv .mv-text .link span {
  padding-top: 10px;
  font-size: 16px;
}
@media (min-width: 769px) {
  .main__mv .mv-text .link span {
    font-size: 20px;
  }
}
.main__mv .mv-image {
  margin-top: 48px;
}
@media (min-width: 769px) {
  .main__mv .mv-image {
    margin-top: 0;
    padding: 0;
    width: 56%;
    max-width: 1090px;
    flex-shrink: 0;
  }
}
.main__mv .mv-image .link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 10px;
}
@media (min-width: 769px) {
  .main__mv .mv-image .link {
    display: none;
  }
}
.main__mv .mv-image .link span {
  padding-top: 10px;
  font-size: 16px;
}
@media (min-width: 769px) {
  .main__mv .mv-image .link span {
    font-size: 20px;
  }
}

.footer__top {
  display: flex;
  justify-content: center;
  padding: 0 10px 16px;
}
@media (min-width: 769px) {
  .footer__top {
    padding: 0 10px 50px;
  }
}
.footer__top img {
  width: 35px;
}
@media (min-width: 769px) {
  .footer__top img {
    width: auto;
  }
}
.footer__copy {
  background-color: #272726;
  padding: 32px 10px;
}
@media (min-width: 769px) {
  .footer__copy {
    padding: 70px 10px;
  }
}
.footer__copy p {
  font-size: 14px;
}
@media (min-width: 769px) {
  .footer__copy p {
    font-size: 20px;
  }
}

.wrapper {
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
  max-width: 1048px;
}

.sec__title {
  position: relative;
  padding: 0 10px 16px;
  margin-bottom: 32px;
  width: 100%;
}
@media (min-width: 769px) {
  .sec__title {
    margin-bottom: 96px;
    padding: 0 10px 32px;
  }
}
.sec__title::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #cbc1ae;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec__title p {
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 49px;
}
@media (min-width: 769px) {
  .sec__title p {
    font-size: 70px;
    line-height: 86px;
  }
}
.sec__title p:nth-of-type(2) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #76766b;
}
@media (min-width: 769px) {
  .sec__title p:nth-of-type(2) {
    line-height: 45px;
    font-size: 25px;
  }
}
.sec__intro {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 90px;
  padding-top: 220px;
}
@media (min-width: 391px) {
  .sec__intro {
    padding-top: 245px;
  }
}
@media (min-width: 769px) {
  .sec__intro {
    margin-bottom: 190px;
    padding-top: 0;
    background-position: right center;
    height: 700px;
    background-size: 60%;
  }
}
@media (min-width: 1441px) {
  .sec__intro {
    background-size: contain;
  }
}
@media (min-width: 769px) {
  .sec__intro.is-rev {
    background-position: left center;
    justify-content: flex-end;
  }
}
.sec__intro.is-bg1 {
  background-image: url("../../assets/images/img_1.jpg");
}
.sec__intro.is-bg2 {
  background-image: url("../../assets/images/img_2.jpg");
}
.sec__intro.is-bg2 .intro-card {
  padding: 40px 30px;
}
@media (min-width: 561px) {
  .sec__intro.is-bg2 .intro-card {
    padding: 100px 6.6vw;
  }
}
@media (min-width: 769px) {
  .sec__intro.is-bg2 .intro-card {
    padding: 50px 3.6vw;
  }
}
@media (min-width: 1441px) {
  .sec__intro.is-bg2 .intro-card {
    padding: 80px 3.6vw !important;
  }
}
.sec__intro.is-bg2 .intro-card .text p {
  font-size: 15px;
  line-height: 26px;
}
@media (min-width: 769px) {
  .sec__intro.is-bg2 .intro-card .text p {
    line-height: 38px;
    font-size: 20px;
  }
}
@media (min-width: 1441px) {
  .sec__intro.is-bg2 .intro-card .text p {
    line-height: 45px;
    font-size: 25px;
  }
}
.sec__intro.is-bg2 .intro-card .text p:nth-of-type(2) {
  font-size: 14px;
  line-height: 24px;
  text-align: left !important;
}
@media (min-width: 769px) {
  .sec__intro.is-bg2 .intro-card .text p:nth-of-type(2) {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (min-width: 1441px) {
  .sec__intro.is-bg2 .intro-card .text p:nth-of-type(2) {
    font-size: 20px;
    line-height: 40px;
  }
}
.sec__intro.is-bg3 {
  background-image: url("../../assets/images/img_3.jpg");
  margin-bottom: 48px;
}
@media (min-width: 769px) {
  .sec__intro.is-bg3 {
    margin-bottom: 190px;
  }
}
.sec__intro.is-bg3 .intro-card {
  padding: 40px 30px;
}
@media (min-width: 769px) {
  .sec__intro.is-bg3 .intro-card {
    padding: 50px 6.6vw;
  }
}
@media (min-width: 1200px) {
  .sec__intro.is-bg3 .intro-card {
    padding: 75px 3vw;
  }
}
@media (min-width: 1441px) {
  .sec__intro.is-bg3 .intro-card {
    padding: 100px 5vw;
  }
}
.sec__intro .intro-card {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 24px;
  border-radius: 20px;
  max-width: 880px;
  flex-direction: column-reverse;
  position: relative;
  padding: 40px 30px;
}
@media (min-width: 769px) {
  .sec__intro .intro-card {
    width: 50%;
    padding: 50px 6.6vw;
    margin: 50px 3.85vw;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .sec__intro .intro-card {
    padding: 50px 3vw;
    margin: 50px 2vw;
  }
}
@media (min-width: 1441px) {
  .sec__intro .intro-card {
    padding: 100px 6.6vw;
    margin: 50px 3.85vw;
  }
}
.sec__intro .intro-card.has-image {
  padding-top: 196px;
}
@media (min-width: 769px) {
  .sec__intro .intro-card.has-image {
    padding-top: 50px;
  }
}
@media (min-width: 1441px) {
  .sec__intro .intro-card.has-image {
    padding-top: 100px;
  }
}
.sec__intro .intro-card.is-full > div {
  max-width: none;
  width: 100%;
}
.sec__intro .intro-card.is-full > div p {
  text-align: center;
}
@media (min-width: 769px) {
  .sec__intro .intro-card.is-full > div p {
    text-align: left;
  }
}
@media (min-width: 769px) {
  .sec__intro .intro-card .text {
    width: 70%;
    margin-right: 30px;
  }
}
.sec__intro .intro-card .text p {
  font-size: 15px;
  font-weight: bold;
  line-height: 26px;
  padding-bottom: 22px;
  text-align: center;
}
@media (min-width: 769px) {
  .sec__intro .intro-card .text p {
    padding-bottom: 30px;
    text-align: left;
    line-height: 45px;
    font-size: 25px;
  }
}
.sec__intro .intro-card .text p:nth-of-type(2) {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
@media (min-width: 769px) {
  .sec__intro .intro-card .text p:nth-of-type(2) {
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
  }
}
.sec__intro .intro-card .link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sec__intro .intro-card .link img {
  width: 120px;
}
@media (min-width: 769px) {
  .sec__intro .intro-card .link img {
    width: auto;
  }
}
.sec__intro .intro-card .link span {
  padding-top: 10px;
  font-size: 16px;
}
@media (min-width: 769px) {
  .sec__intro .intro-card .link span {
    font-size: 20px;
  }
}
.sec__intro .intro-card .image {
  width: 100px;
  margin-bottom: 22px;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .sec__intro .intro-card .image {
    transform: none;
    top: initial;
    left: initial;
    position: static;
    margin-bottom: 0;
    width: 30%;
    max-width: 200px;
  }
}
.sec__content {
  margin-bottom: 96px;
}
.sec__content .sec-btn > p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #76766b;
  line-height: 22px;
  margin-bottom: 7px;
}
@media (min-width: 769px) {
  .sec__content .sec-btn > p {
    font-size: 25px;
    line-height: 45px;
    margin-bottom: 32px;
  }
}
.sec#first .sec__content > div > p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 32px;
  line-height: 30px;
}
@media (min-width: 769px) {
  .sec#first .sec__content > div > p {
    padding-bottom: 60px;
    font-size: 34px;
    line-height: 49px;
  }
}
.sec#first .sec__content > div > p:nth-of-type(2) {
  font-size: 15px;
  padding-bottom: 50px;
  line-height: 25px;
  text-align: left;
  font-weight: 500;
}
@media (min-width: 769px) {
  .sec#first .sec__content > div > p:nth-of-type(2) {
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    line-height: 45px;
  }
}
.sec#first .sec__content > div > div {
  background-color: #fff;
  padding: 32px 5.2vw 42px;
  width: calc(100% + 48px);
  margin-left: -24px;
}
@media (min-width: 769px) {
  .sec#first .sec__content > div > div {
    padding: 64px 5.2vw;
    margin-left: 0;
    width: auto;
    border-radius: 20px;
  }
}
.sec#first .sec__content > div > div > div {
  flex-direction: column;
}
@media (min-width: 561px) {
  .sec#first .sec__content > div > div > div {
    flex-direction: row;
  }
}
.sec#first .sec__content > div > div > p {
  font-size: 10px;
  line-height: 2;
  font-weight: 500;
  padding: 30px 25px 0;
  color: #76766B;
  text-align: left;
}
@media (min-width: 769px) {
  .sec#first .sec__content > div > div > p {
    text-align: center;
    font-size: 16px;
  }
}
.sec#first .sec__content > div > div .graph-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px 45px;
}
@media (min-width: 561px) {
  .sec#first .sec__content > div > div .graph-cont {
    padding: 0 30px;
  }
}
.sec#first .sec__content > div > div .graph-cont:last-of-type {
  padding-bottom: 0;
}
.sec#first .sec__content > div > div .graph-cont p {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 769px) {
  .sec#first .sec__content > div > div .graph-cont p {
    font-size: 20px;
  }
}
.sec#first .sec__content > div > div .graph-cont p:nth-of-type(2) {
  font-family: "Cabin", sans-serif;
  font-size: 50px;
}
@media (min-width: 769px) {
  .sec#first .sec__content > div > div .graph-cont p:nth-of-type(2) {
    font-size: 64px;
  }
}
.sec#first .sec__content > div > div .graph-cont p:nth-of-type(2) span {
  font-size: 80px;
}
@media (min-width: 769px) {
  .sec#first .sec__content > div > div .graph-cont p:nth-of-type(2) span {
    font-size: 102px;
  }
}
.sec#first .sec__content > div > div .graph-cont p:nth-of-type(2) span:first-of-type:not(:last-of-type) {
  font-size: 20px;
}
@media (min-width: 769px) {
  .sec#first .sec__content > div > div .graph-cont p:nth-of-type(2) span:first-of-type:not(:last-of-type) {
    font-size: 25px;
  }
}
@media (min-width: 769px) {
  .sec#first .sec__content > div > div .graph-cont .graph {
    padding-top: 30px;
  }
}
.sec#first .sec__content > div > div .graph-cont .graph img {
  max-width: 200px;
}
@media (min-width: 769px) {
  .sec#first .sec__content > div > div .graph-cont .graph img {
    max-width: 340px;
  }
}
.sec#point .sec__content > div .point {
  width: 100%;
  max-width: 278px;
  padding: 0 0 75px;
  background-repeat: no-repeat;
  background-size: 87px auto;
  background-position: right top;
}
@media (min-width: 561px) {
  .sec#point .sec__content > div .point {
    padding: 0 10px 75px;
  }
}
@media (min-width: 769px) {
  .sec#point .sec__content > div .point {
    background-image: none !important;
    padding: 0 15px 35px;
    width: 33%;
    max-width: 310px;
  }
}
.sec#point .sec__content > div .point:last-of-type {
  padding: 0;
}
@media (min-width: 769px) {
  .sec#point .sec__content > div .point:last-of-type {
    padding: 0 15px 35px;
  }
}
.sec#point .sec__content > div .point .title {
  padding-bottom: 12px;
}
@media (min-width: 769px) {
  .sec#point .sec__content > div .point .title {
    padding-bottom: 0;
    height: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
.sec#point .sec__content > div .point .title p {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
@media (min-width: 769px) {
  .sec#point .sec__content > div .point .title p {
    font-size: 28px;
  }
}
.sec#point .sec__content > div .point .text p {
  font-size: 16px;
  text-align: left;
  line-height: 24px;
}
@media (min-width: 769px) {
  .sec#point .sec__content > div .point .text p {
    font-size: 17px;
    text-align: center;
    line-height: 30px;
  }
}
.sec#point .sec__content > div .point .text a p {
  color: #008ff8 !important;
  text-decoration: underline;
  font-weight: bold;
}
.sec#point .sec__content > div .point:nth-of-type(1) {
  background-image: url("../../assets/images/point_icon_1.png");
}
@media (min-width: 769px) {
  .sec#point .sec__content > div .point:nth-of-type(1) .title {
    background-image: url("../../assets/images/point_icon_1.png");
  }
}
.sec#point .sec__content > div .point:nth-of-type(2) {
  background-image: url("../../assets/images/point_icon_2.png");
}
@media (min-width: 769px) {
  .sec#point .sec__content > div .point:nth-of-type(2) .title {
    background-image: url("../../assets/images/point_icon_2.png");
  }
}
.sec#point .sec__content > div .point:nth-of-type(3) {
  background-image: url("../../assets/images/point_icon_3.png");
}
@media (min-width: 769px) {
  .sec#point .sec__content > div .point:nth-of-type(3) .title {
    background-image: url("../../assets/images/point_icon_3.png");
  }
}
.sec#point .sec__content > div .point:nth-of-type(4) {
  background-image: url("../../assets/images/point_icon_4.png");
}
@media (min-width: 769px) {
  .sec#point .sec__content > div .point:nth-of-type(4) .title {
    background-image: url("../../assets/images/point_icon_4.png");
  }
}
.sec#point .sec__content > div .point:nth-of-type(5) {
  background-image: url("../../assets/images/point_icon_5.png");
}
@media (min-width: 769px) {
  .sec#point .sec__content > div .point:nth-of-type(5) .title {
    background-image: url("../../assets/images/point_icon_5.png");
  }
}
.sec#how {
  background-color: #e5e3e2;
  position: relative;
}
.sec#how .sec__title {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .sec#how .sec__title {
    top: -42px;
  }
}
.sec#how .sec__content {
  padding: 102px 0 40px;
  margin-bottom: 116px;
}
@media (min-width: 769px) {
  .sec#how .sec__content {
    margin-bottom: 235px;
    padding: 200px 0 140px;
  }
}
.sec#how .sec__content .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background-color: #eeedec;
  border-top: 2px #272726 solid;
  border-bottom: 2px #272726 solid;
  padding: 7px;
  max-width: 278px;
  margin: 0 auto;
}
@media (min-width: 561px) {
  .sec#how .sec__content .title {
    max-width: none;
  }
}
@media (min-width: 769px) {
  .sec#how .sec__content .title {
    padding: 15px;
    font-size: 31px;
    margin: 0;
  }
}
.sec#how .sec__content .title p {
  line-height: 45px;
  letter-spacing: 0.1em;
}
.sec#how .sec__content .step {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 0;
  flex-direction: column;
}
@media (min-width: 561px) {
  .sec#how .sec__content .step {
    align-items: flex-start;
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .sec#how .sec__content .step {
    padding: 64px 0;
  }
}
.sec#how .sec__content .step > div {
  max-width: 278px;
  margin: 0 0 40px;
}
@media (min-width: 561px) {
  .sec#how .sec__content .step > div {
    margin: 0 20px 40px;
  }
}
@media (min-width: 769px) {
  .sec#how .sec__content .step > div {
    margin: 0 40px;
    max-width: 359px;
  }
}
.sec#how .sec__content .step > div .image {
  position: relative;
  border: 1px #272726 solid;
  border-radius: 15px;
  border-top-left-radius: 0;
  margin-bottom: 8px;
}
.sec#how .sec__content .step > div .image img {
  border-radius: 15px;
}
.sec#how .sec__content .step > div .image > div {
  position: absolute;
  top: -2px;
  left: -2px;
  background-color: #e5e3e2;
  border: 1px #272726 solid;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  padding: 15px 20px;
}
@media (min-width: 769px) {
  .sec#how .sec__content .step > div .image > div {
    border-bottom-right-radius: 20px;
  }
}
.sec#how .sec__content .step > div .image > div p {
  font-family: "Cabin", sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 13px;
}
@media (min-width: 769px) {
  .sec#how .sec__content .step > div .image > div p {
    font-size: 12px;
    line-height: 15px;
  }
}
.sec#how .sec__content .step > div .image > div p:last-of-type {
  font-size: 25px;
  line-height: 30px;
}
@media (min-width: 769px) {
  .sec#how .sec__content .step > div .image > div p:last-of-type {
    font-size: 30px;
    line-height: 37px;
  }
}
.sec#how .sec__content .step > div > p {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 24px;
}
@media (min-width: 769px) {
  .sec#how .sec__content .step > div > p {
    font-size: 22px;
    line-height: 35px;
  }
}
.sec#how .sec__content .sec-btn {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .sec#how .sec__content .sec-btn {
    bottom: -42px;
  }
}
.sec#how .sec__content .sec-btn .btn {
  width: 495px;
}
.sec#faq .sec__content {
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .sec#faq .sec__content {
    margin-bottom: 96px;
  }
}
.sec#faq .sec__content .faq__tabs {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 45px;
}
@media (min-width: 769px) {
  .sec#faq .sec__content .faq__tabs {
    height: 73px;
  }
}
.sec#faq .sec__content .faq__tabs > div {
  cursor: pointer;
  background-color: #fff;
  width: 130px;
  height: 41px;
  margin: 0 4px;
  border: 3px solid #272726;
  border-bottom: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media (min-width: 769px) {
  .sec#faq .sec__content .faq__tabs > div {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin: 0 8px;
    width: 350px;
    height: 63px;
  }
}
.sec#faq .sec__content .faq__tabs > div.selected {
  height: 45px;
  background-color: #272726;
}
@media (min-width: 769px) {
  .sec#faq .sec__content .faq__tabs > div.selected {
    height: 73px;
  }
}
.sec#faq .sec__content .faq__tabs > div.selected p {
  color: #fff;
}
.sec#faq .sec__content .faq__tabs > div:hover {
  height: 45px;
  background-color: #272726;
}
@media (min-width: 769px) {
  .sec#faq .sec__content .faq__tabs > div:hover {
    height: 73px;
  }
}
.sec#faq .sec__content .faq__tabs > div:hover p {
  color: #fff;
}
.sec#faq .sec__content .faq__tabs > div p {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 28px;
  text-align: center;
}
@media (min-width: 769px) {
  .sec#faq .sec__content .faq__tabs > div p {
    font-size: 20px;
  }
}
.sec#faq .sec__content .faq__content {
  background-color: #fff;
  border-top: 3px solid #272726;
  margin-bottom: 37px;
  width: calc(100% + 48px);
  margin-left: -24px;
}
@media (min-width: 769px) {
  .sec#faq .sec__content .faq__content {
    margin-bottom: 63px;
    margin-left: 0;
    width: auto;
  }
}
.sec#faq .sec__content .faq__content > div {
  padding: 40px;
}
@media (min-width: 769px) {
  .sec#faq .sec__content .faq__content > div {
    padding: 80px 95px;
  }
}
.sec#faq .sec__content .faq__content > div > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #272726;
  padding: 19px 0;
  cursor: pointer;
  user-select: none;
}
@media (min-width: 769px) {
  .sec#faq .sec__content .faq__content > div > div {
    padding: 32px 0;
  }
}
.sec#faq .sec__content .faq__content > div > div:last-of-type {
  border-bottom: 1px solid #272726;
}
.sec#faq .sec__content .faq__content > div > div dl {
  width: 88%;
}
.sec#faq .sec__content .faq__content > div > div dl dt {
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .sec#faq .sec__content .faq__content > div > div dl dt {
    font-size: 20px;
  }
}
.sec#faq .sec__content .faq__content > div > div dl dd {
  display: none;
  font-size: 14px;
  line-height: 22px;
  padding-top: 16px;
}
@media (min-width: 769px) {
  .sec#faq .sec__content .faq__content > div > div dl dd {
    padding-top: 22px;
    font-size: 18px;
    line-height: 28px;
  }
}
.sec#faq .sec__content .faq__content > div > div dl dd a {
  color: #008ff8;
}
.sec#faq .sec__content .faq__content > div > div.is-open .ico span:nth-of-type(2) {
  opacity: 0;
}
.sec#faq .sec__content .faq__content > div > div .ico {
  width: 10px;
  height: 10px;
  position: relative;
}
@media (min-width: 769px) {
  .sec#faq .sec__content .faq__content > div > div .ico {
    width: 25px;
    height: 25px;
  }
}
.sec#faq .sec__content .faq__content > div > div .ico span {
  display: block;
  height: 2px;
  width: 10px;
  background-color: #272726;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 769px) {
  .sec#faq .sec__content .faq__content > div > div .ico span {
    width: 25px;
  }
}
.sec#faq .sec__content .faq__content > div > div .ico span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}

.btn {
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center !important;
  justify-content: center;
  font-family: "Cabin", sans-serif;
  text-align: center;
  transition: opacity 0.5s;
  background-color: #272726;
  color: #fff;
  max-width: 226px;
  height: 40px;
  margin: 0 auto;
  border-radius: 50px;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media (min-width: 769px) {
  .btn {
    font-size: 30px;
    max-width: 495px;
    height: 87px;
  }
}
.btn:hover {
  background-color: #fff;
  border: 3px solid #272726;
}
.btn:hover p {
  color: #272726;
}/*# sourceMappingURL=style.css.map */