/*------------------------------------
  Default Styles
------------------------------------*/

html {
  font-size: 16px;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

main {
  /* margin-bottom: 100vh; */
  z-index: 99;
  position: relative;
  background-color: #F5F5F5;
}

body {
  overflow-x: hidden;
  position: relative;
  font-weight: 500;
  font-size: 1em;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #586B7D;
  background-color: #F5F5F5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'palt' on;
  font-feature-settings: 'palt' on;
  text-rendering: optimizelegibility;
}

a {
  color: #007EC6;
  cursor: pointer;
  transition: all 0.8s;
  text-underline-position: under;
  text-underline-offset: 0.2rem;
}

a:hover {
  color: #007EC6;
  opacity: 0.6 !important;
  transition: all 0.8s;
  cursor: pointer;
}

a:focus {
  outline: none;
  cursor: pointer;
}

u {
  text-underline-position: under;
  text-underline-offset: 0.2rem;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media,
  _:future,
  a,
  u {
    text-underline-position: under;
    text-underline-offset: 0rem;
  }
}

p {
  line-height: 1.8;
}

figure {
  margin-bottom: 0;
}

hr {
  border-color: #e6e7e9;
}

[role=button] {
  cursor: pointer;
}

img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.small-s {
  font-size: 0.65em;
}

.icon-box {
  border-radius: 12px;
  border: 1px solid #D1D5DB;
}

.value-box {
  font-size: 3.6rem;
  font-weight: 600;
  border: 1px solid #00BFA6;
  border-radius: 12px;
  padding: 2.1rem 3rem 1rem;
}

.top-button {
  width: fit-content;
  border: 0;
  border-radius: 12px;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 0.15em
}

.title-bd {
  border-bottom: 1px solid #00BFA6;
}


/*------------------------------------
  Breakpoint
------------------------------------*/

@media (min-width: 768px) {
  .d-view-sp {
    display: none;
  }
}

@media (max-width: 768px) {
  .d-view-pc {
    display: none;
  }
}


/*------------------------------------
  Headings
------------------------------------*/

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
  font-weight: 700;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  margin-bottom: 1rem;
}

.page-head {
  font-size: 4rem;
  font-weight: 300;
  line-height: 90%;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}

.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span,
.h7 span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-size: 0.75em;
  font-weight: 400;
}

.h1 img,
.h2 img,
.h3 img,
.h4 img,
.h5 img,
.h6 img,
.h7 img,
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  height: 0.8em;
  margin: 0 0.3em 0.25em;
}


/*------------------------------------
  Color
------------------------------------*/


/* .bg-mfblue {
  background-color: #007EC6;
} */

.bg-mtgreen {
  background-color: #00BFA6;
}

.bg-mtlgreen {
  background: #EDFBF9;
}

.bg-mtgray {
  background: #E8E8E8;
}

.bg-dblue {
  background: #1F929E;
}

.bg-mtdgray {
  background: #82A1AB;
}

.tx-white {
  color: #FFFFFF;
}


/* .text-mfblue {
  color: #007EC6;
} */

.tx-mtgreen {
  color: #00BFA6;
}

.tx-mtdark {
  color: #343A40;
}

.tx-mtgray {
  color: #6B7280;
}

.tx-dblue {
  color: #055263;
}

.tx-mtlgray {
  color: rgba(130, 161, 171, 1);
}

.mark-mfblue {
  background: #007EC6;
  color: #F5F5F5;
  padding: 0.15em 0.3em;
  width: fit-content;
}

.mark-mfblue-80 {
  background: rgba(0, 126, 198, 0.8);
  color: #F5F5F5;
  padding: 0.15em 0.3em;
  width: fit-content;
}

.bg-lblue {
  background-color: #E4F5FF;
}

.bg-lblue-herf {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 30%, #E4F5FF 30%, #E4F5FF 100%);
}

.text-lblue {
  color: #E4F5FF;
}

.bg-linear-lbliue {
  background: linear-gradient(95deg, #DFECF1 0%, #E6F3F1 100%);
}

.mark-lblue {
  background: #E4F5FF;
  color: #007EC6;
  padding: 0.15em 0.3em;
  width: fit-content;
}

.bg-mfgreen {
  background-color: #00BFA6;
}

.bg-mfgreen-harf {
  background: linear-gradient(110deg, rgba(0, 0, 0, 0.0) 20%, #00BFA6 20%);
}

.text-mfgreen {
  color: #00BFA6;
}

.mark-mfgreen {
  background: #00BFA6;
  color: #FFFFFF;
  padding: 0.15em 0.3em;
  width: fit-content;
}

.mark-mfgreen-grad {
  background: linear-gradient(90deg, rgba(0, 190, 165, 0.6) 0%, rgba(0, 202, 198, 0.6) 50%, rgba(0, 163, 198, 0.6) 75%, rgba(0, 127, 198, 0.6) 100%);
  color: #FFFFFF;
  padding: 0.15em 0.3em;
  width: fit-content;
}

.bg-spink {
  background-color: #F9726E;
}

.text-spink {
  color: #F9726E;
}

.bd-spink {
  border: 0.25px solid;
  border-color: #F9726E;
}

.bg-lpink {
  background-color: #FFF5F4;
}

.text-lpink {
  color: #FFF5F4;
}

.bg-mfdark {
  background-color: #586B7D;
}

.text-mfdark {
  color: #586B7D;
}

.mark-mfdark-40 {
  background: rgba(88, 107, 125, 0.4);
  color: #FFFFFF;
  padding: 0.15em 0.3em;
  width: fit-content;
}

.bg-mfgray {
  background-color: #B2BDC8;
}

.text-mfgray {
  color: #B2BDC8;
}

.bg-nature {
  background-color: #F5F5F5;
}

.text-nature {
  color: #F5F5F5;
}


/*----------------------------------
  z-index
------------------------------------*/

.zi-20 {
  z-index: 20;
}


/*----------------------------------
  Fonts
------------------------------------*/

.font-zenkakugo {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.font-waterbrush {
  font-family: 'Mrs Saint Delafield', cursive;
}

.font-montserrat {
  font-family: 'Montserrat', sans-serif;
}


/*----------------------------------
  Background Images
------------------------------------*/

.bg-cross {
  background-position: left top;
  background-repeat: repeat;
  background-size: 9%;
}

.bg-touch {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 110%;
  background-color: #221E26;
}

.bg-walker {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 85%;
}

.bg-jump {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1200px) {
  .bg-walker {
    background-position: right -130px top;
    background-size: auto 85%;
  }
}

@media (max-width: 1100px) {
  .bg-walker {
    background-position: right -170px top;
    background-size: auto 85%;
  }
}

@media (max-width: 992px) {
  .bg-walker {
    padding-bottom: 60% !important;
    background-position: right bottom 20%;
    background-size: auto 47vh;
  }
}

@media (max-width: 768px) {
  .bg-cross {
    background-size: 25%;
  }
  .bg-touch {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #221E26;
  }
  .bg-walker {
    padding-bottom: 100% !important;
    background-position: right -25vw bottom 20%;
    background-size: 120vw auto;
  }
}


/*----------------------------------
  Shadow
------------------------------------*/

.shadow-mf-rg {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.shadow-mf-tx {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.65);
}


/*----------------------------------
  Spaces
------------------------------------*/

.u-content-space {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.u-content-space-top {
  padding-top: 6.25rem;
}

.u-content-space-bottom {
  padding-bottom: 6.25rem;
}

@media (max-width: 768px) {
  .u-content-space {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .u-content-space-top {
    padding-top: 3.5rem;
  }
  .u-content-space-bottom {
    padding-bottom: 3.5rem;
  }
}


/*----------------------------------
  Text Align
------------------------------------*/

.ta-center {
  text-align: center;
}


/*----------------------------------
  Font Weight
------------------------------------*/

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}


/*----------------------------------
  Line Height
------------------------------------*/

.lh-xl {
  line-height: 2.5!important;
}

.lh-xs {
  line-height: 0.8!important;
}


/*----------------------------------
  Letter Spacing
------------------------------------*/

.ls-0 {
  letter-spacing: 0 !important;
}

.ls-sm {
  letter-spacing: 0.1em !important;
}

.ls-md {
  letter-spacing: 0.2em !important;
}

.ls-lg {
  letter-spacing: 0.35em !important;
}


/*----------------------------------
  Sizing
------------------------------------*/

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


/*----------------------------------
  Object-Fit
------------------------------------*/

.object-fit-cover {
  object-fit: cover;
}


/*----------------------------------
  Loading
------------------------------------*/

.page-running {
  display: none;
}


/*----------------------------------
  Link Circle Button
------------------------------------*/

.circle-button {
  display: inline-block;
  height: 56px;
  max-width: 100%;
  padding: 0 73px 0 0;
  position: relative;
  text-decoration: none;
  width: fit-content;
  display: flex;
  align-items: center;
}

.circle-button:hover {
  opacity: 1 !important;
}

.circle-button-label {
  margin-right: 8px;
  margin-top: 5px;
  text-decoration: none;
}

.circle-button-circle {
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 50%;
  display: block;
  height: 56px;
  position: absolute;
  right: 0;
  width: 56px;
}

.circle-button-circle-arc {
  height: 56px;
  left: -1px;
  position: absolute;
  top: -1px;
  transform: scaleX(-1) rotate(10deg) translateZ(0);
  transform-origin: center;
  width: 56px;
  z-index: 1;
}

.circle-button-circle-arc circle {
  stroke-width: 1;
  stroke-dasharray: 176px;
  stroke-dashoffset: 176px;
  transition: stroke-dashoffset .75s cubic-bezier(.19, 1, .22, 1);
}

.circle-button-circle-arc.st-mfblue circle,
.circle-button-circle-arrow.st-mfblue path {
  stroke: #007EC6;
}

.circle-button-circle-arc.st-white circle,
.circle-button-circle-arrow.st-white path {
  stroke: #FFFFFF;
}

.circle-button:hover .circle-button-circle-arc {
  transform: rotate(170deg) translateZ(0px);
}

.circle-button:hover .circle-button-circle-arc circle {
  stroke-dashoffset: 0px;
}

.circle-button-circle-arrow {
  transform: translateX(-20px) translateY(8px) translateZ(0);
}


/*----------------------------------
  Page Fade Out
------------------------------------*/

.page-fadeout {
  /* animation: fadeOut 0.5s ease-out forwards; */
  -webkit-transform: translate3d(0, -100px, 0);
  -ms-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  -webkit-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  transition: all .5s ease-out;
  opacity: 0 !important;
}


/* .page-fadeout .page-running {
	display: none !important;
} */

@keyframes fadeOut {
  0% {
    opacity: 1 !important;
    visibility: visible;
  }
  100% {
    opacity: 0 !important;
    visibility: hidden;
    transform: translateY(-100px);
  }
}