/* -----------------------------------------------
font
----------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');


/* -----------------------------------------------
common
----------------------------------------------- */

html {
  font-size: 62.5%;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
}
body {
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0;
  position: relative;
  transition: padding .3s;
}
.inner__wrap {
  margin: 0 auto;
}
p {
  font-size: 1.6rem;
}
a {
  color: #222;
}
img {
  width: 100%;
  max-width: 100%;
}
.bg__green {
  background: #E7FCF2;
  position: relative;
}
.bg__green::after {
  content: '';
  background-size: auto 100%;
  background-position: center bottom;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.bg__white {
  background-color: #fff;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.bg__gradation {
  background: linear-gradient(to bottom,  #00a0af 0%,#87c8aa 100%);
}
.under__wave__green {
  position: relative;
}
.under__wave__green::after {
  content: '';
  background-size: auto 100%;
  background-position: center bottom;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.dl__att ul li {
  color: #666666;
  font-size: 1.2rem;
  line-height: 1.4;
}

@media all and (max-width: 767px) {

  .sp__only {
    display: block;
  }
  .pc__only {
    display: none;
  }
  header + main {
    margin-top: 70px;
  }
  main {
    padding-bottom: 80px;
  }
  .inner__wrap {
    width: 89.33%;
  }
  .bg__green {
    padding-top: 60px;
    padding-bottom: 106px;
  }
  .bg__green::after {
    height: 26px;
    background-image: url(../img/common/wave_white_sp.svg);
  }
  .bg__white__sp {
    background-color: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    padding: 62px 0 60px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
  }
  .under__wave__green::after {
    aspect-ratio: 1/0.069;
    background-image: url(../img/common/wave_green_sp.svg);
  }

}

@media all and (min-width: 768px) {

  /* body {
    padding-bottom: 136px;
  } */
  body:has(.floating__area) {
    padding-bottom: 136px;
  }
  a {
    transition: all .3s;
  }
  main a:hover {
    opacity: .8;
  }
  .sp__only {
    display: none;
  }
  .pc__only {
    display: block;
  }
  header + main {
    margin-top: 100px;
  }
  main {
    padding-bottom: 120px;
  }
  .inner__wrap {
    width: 100%;
    max-width: calc(1200px + 40px);
    padding: 0 20px;
  }
  .bg__green {
    padding-top: 100px;
    padding-bottom: 200px;
  }
  .bg__green::after {
    height: 100px;
    background-image: url(../img/common/wave_white_pc.svg);
  }
  .bg__white__pc {
    background-color: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    padding: 78px 0 78px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
  }
  .content__inner {
    /* width: 83.83%; */
    max-width: calc(1000px + 40px);
    padding: 0 20px;
    margin: 0 auto;
  }
  .under__wave__green::after {
    height: 100px;
    background-image: url(../img/common/wave_green_pc.svg);
  }

}

@media screen and (min-width: 1441px) {
  .bg__green {
    padding-bottom: 13.89%;
  }
  .bg__green::after {
    height: auto;
    aspect-ratio: 1/0.069;
  }
  .under__wave__green::after {
    height: auto;
    aspect-ratio: 1/0.069;
  }

}


/* -----------------------------------------------
header
----------------------------------------------- */

header {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,.2);
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 12;
}
header .header__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.header__inner .login__btn a {
  background-color: #00A0AF;
  color: #fff;
  border: 1px solid #00A0AF;
  border-radius: 50vh;
}
.header__inner .login__btn a span::after {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><path id="パス_1094" data-name="パス 1094" d="M13.25,4.167H9.833V.75A.75.75,0,0,0,9.083,0H.75A.75.75,0,0,0,0,.75V9.083a.75.75,0,0,0,.75.75H4.167V13.25a.75.75,0,0,0,.75.75H13.25a.75.75,0,0,0,.75-.75V4.917a.75.75,0,0,0-.75-.75M1.5,1.5H8.333V8.333H1.5Zm11,11H5.667V9.833H9.083a.75.75,0,0,0,.75-.75V5.667H12.5Z" fill="%23ffffff"/></svg>');
  width: 1em;
  height: auto;
  aspect-ratio: 1 / 1;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: -0.1em;
  margin-left: .44em;
  margin-right: .1em;
}
.header__nav .contact__btn a span::after {
  content: "";
  width: 1.14em;
  height: auto;
  aspect-ratio: 1 / 1;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: -0.2em;
}

@media all and (max-width: 767px) {

  body:has(.floating__area) {
    padding-bottom: 60px;
  }
  body:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #87C8AA;
    transition: opacity .3s;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
  }
  body.menu__open {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  body.menu__open:after {
    visibility: visible;
    opacity: 1;
  }
  header .header__inner {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 70px;
  }
  .header__inner h1.header__logo {
    width: 14.93%;
    max-width: 50px;
  }
  .header__inner .login__btn {
    margin-right: 38px;
  }
  .header__inner .login__btn a {
    font-size: 1.2rem;
    padding: 0.42em 0.73em;
    display: inline-block;
    line-height: 1;
  }
  .header__inner .login__btn a::after {
    margin-bottom: -0.1em;
  }
  #nav__toggle {
    width: 58px;
    height: 70px;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 9999;
  }
  #nav__toggle span {
    height: 2px;
    left: 16px;
    display: block;
    background: #00A0AF;
    position: absolute;
    transition: transform .5s ease-in-out, top .2s ease;
  } 
  #nav__toggle span:nth-child(1) {
    top: 26px;
    width: 19px;
  }
  #nav__toggle span:nth-child(1):after {
    content: "";
    background: #00A0AF;
    top: 0;
    left: 21px;
    width: 3px;
    height: 100%;
    position: absolute;
    transition: all .5s ease-in-out;
    transition-duration: 1.3s;
  }
  #nav__toggle span:nth-child(2) {
    top: 34px;
    width: 26px;
    transition: left .3s ease-in-out;
  }
  #nav__toggle span:nth-child(3) {
    top: 42px;
    width: 20px;
  }
  body.menu__open #nav__toggle span:nth-child(1) {
    top: 33px!important;
    width: 20px;
    transform: rotate(-225deg);
  }
  body.menu__open #nav__toggle span:nth-child(1):after {
    opacity: 0;
    left: 10px;
  }
  body.menu__open #nav__toggle span:nth-child(2) {
    left: 200%;
  }
  body.menu__open #nav__toggle span:nth-child(3) {
    top: 33px!important;
    transform: rotate(225deg);
  }
  .header__nav__wrap {
    box-sizing: border-box;
    height: calc(100vh - 70px);
    left: 0;
    margin: 0 calc(50% - 50vw);
    overflow-y: scroll;
    position: absolute;
    top: 70px;
    width: 100vw;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all 0.5s;
    z-index: 999;
  }
  .header__nav__wrap > div {
    box-shadow: 0 3px 6px rgba(0,0,0,.1);
    padding: 17px 5% 0;
    background: #fff;
    margin-bottom: 30vw;
  }
  body.menu__open .header__nav__wrap {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .header__nav li {
    margin-bottom: 0.3em;
    border-bottom: 1px solid #ccc;
  }
  .header__nav li a {
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 0.87em 0;
  }
  .header__nav .contact__btn a span::after {
    background-image: url(../img/icon/icon_09-blank.svg);
    margin-left: .5em;
    margin-bottom: -.1em;
  }
  .header__nav__sub {
    margin-top: 5%;
  }
  .header__nav__sub ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .header__nav__sub li:not(:last-child) {
    margin-right: 2.4em;
  }
  .header__nav__sub a {
    display: block;
    font-size: 1.2rem;
    margin-bottom: .2em;
    padding: .8em 0;
  }
  .header__nav__sub ul a[target="_blank"]:after {
    content: "";
    background: url(../img/icon/icon_09-blank.svg) 50% / contain no-repeat;
    display: inline-block;
    margin-left: .5em;
    margin-bottom: -.1em;
    width: 1em;
    height: 1em;
  }
  .header__nav__sub dl {
    background: #F6F6F6;
    border-radius: 10px;
    margin-top: 5%;
    padding: 6% 0 2.5%;
    text-align: center;
  }
  .header__nav__sub dl dt {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .header__nav__sub dl dd {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 75.82%;
    margin: 0 auto;
  }
  .header__nav__sub dl dd a:nth-child(1) {
    width: 42.52%;
  }
  .header__nav__sub dl dd a:nth-child(2) {
    width: 51.97%;
  }
  .alt__close {
    background: #00A0AF;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    width: 100vw;
    margin: 14% calc(50% - 50vw) 0;
    padding: 0.85em 0;
  }
  .alt__close:after {
    content: "";
    aspect-ratio: 1 / 1;
    background: url(../img/icon/icon_12-close_w.svg) 50% / 60% no-repeat;
    width: 26px;
    height: auto;
    top: 50%;
    right: 2.2%;
    position: absolute;
    transform: translateY(-50%);
  }

  .header__nav__sub .dl__att {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
  }


}

@media all and (min-width: 768px) {
  
  header .header__inner {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 100px;
    transition: height .3s;
    position: relative;
  }
  body.scroll header .header__inner {
    height: 80px;
  }
  .header__inner h1.header__logo {
    width: 6.34%;
    max-width: 76px;
    margin-right: 4.8%;
  }
  .header__inner .header__logo a {
    transition: all .3s;
  }
  .header__inner .header__logo a:hover {
    opacity: .8;
  }
  .header__nav__wrap {
    margin-left: auto;
    margin-right: 0;
  }
  .header__inner a {
    font-weight: bold;
  }
  .header__nav__wrap .header__nav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
  }
  .header__nav li:not(.contact__btn) {
    margin-right: .4em;
  }
  .header__nav li:not(.contact__btn) a:hover {
    color: #00A0AF;
  }
  .header__nav li:not(.contact__btn) a {
    font-size: min(1.11vw, 1.6rem);
    padding: .5em;
    padding: .44em;
  }
  .header__nav .contact__btn a {
    color: #00A0AF;
    border: 1px solid #00A0AF;
    border-radius: 50vh;
  }
  .header__nav .contact__btn a:hover {
    color: #fff;
    background-color: #00A0AF;
  }

  .header__nav .contact__btn {
    margin-left: .8em;
  }
  .header__inner .login__btn {
    margin-left: 1.7em;
    margin-right: 0;
  }
  .header__nav .contact__btn a span:after,
  .header__inner .login__btn a span:after {
    transition: all .3s;
  }
  .header__nav .contact__btn a,
  .header__inner .login__btn a {
    font-size: 1.4rem;
    font-size: min(0.97vw, 1.4rem);
    padding: 0.29em 1.31em;
  }
  .header__nav .contact__btn a span::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><path id="パス_1094" data-name="パス 1094" d="M13.25,4.167H9.833V.75A.75.75,0,0,0,9.083,0H.75A.75.75,0,0,0,0,.75V9.083a.75.75,0,0,0,.75.75H4.167V13.25a.75.75,0,0,0,.75.75H13.25a.75.75,0,0,0,.75-.75V4.917a.75.75,0,0,0-.75-.75M1.5,1.5H8.333V8.333H1.5Zm11,11H5.667V9.833H9.083a.75.75,0,0,0,.75-.75V5.667H12.5Z" fill="%2300A0AF"/></svg>');
    width: 1em;
    margin-bottom: -0.1em;
    margin-left: .44em;
  }
  .header__nav .contact__btn a:hover span::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><path id="パス_1094" data-name="パス 1094" d="M13.25,4.167H9.833V.75A.75.75,0,0,0,9.083,0H.75A.75.75,0,0,0,0,.75V9.083a.75.75,0,0,0,.75.75H4.167V13.25a.75.75,0,0,0,.75.75H13.25a.75.75,0,0,0,.75-.75V4.917a.75.75,0,0,0-.75-.75M1.5,1.5H8.333V8.333H1.5Zm11,11H5.667V9.833H9.083a.75.75,0,0,0,.75-.75V5.667H12.5Z" fill="%23ffffff"/></svg>');
  }
  .header__inner .login__btn a:hover {
    color: #00A0AF;
    background-color: #FFEEA2;
    border-color: #FFEEA2;
  }
  .header__inner .login__btn a:hover span::after  {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><path id="パス_1094" data-name="パス 1094" d="M13.25,4.167H9.833V.75A.75.75,0,0,0,9.083,0H.75A.75.75,0,0,0,0,.75V9.083a.75.75,0,0,0,.75.75H4.167V13.25a.75.75,0,0,0,.75.75H13.25a.75.75,0,0,0,.75-.75V4.917a.75.75,0,0,0-.75-.75M1.5,1.5H8.333V8.333H1.5Zm11,11H5.667V9.833H9.083a.75.75,0,0,0,.75-.75V5.667H12.5Z" fill="%2300A0AF"/></svg>');
  }

}



/* -----------------------------------------------
footer
----------------------------------------------- */

footer {
  background: #F6F6F6;
}
.footer__lf ul li:first-child a::after {
  aspect-ratio: 1 / 1;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><path id="パス_1094" data-name="パス 1094" d="M13.25,4.167H9.833V.75A.75.75,0,0,0,9.083,0H.75A.75.75,0,0,0,0,.75V9.083a.75.75,0,0,0,.75.75H4.167V13.25a.75.75,0,0,0,.75.75H13.25a.75.75,0,0,0,.75-.75V4.917a.75.75,0,0,0-.75-.75M1.5,1.5H8.333V8.333H1.5Zm11,11H5.667V9.833H9.083a.75.75,0,0,0,.75-.75V5.667H12.5Z" fill="%23000000"/></svg>');
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: .93em;
  height: auto;
  margin-left: 0.53em;
  margin-bottom: -0.1em;
  transition: all .3s;
}
.footer__rg ul li a {
  border: 1px solid #CCCCCC;
  display: block;
  position: relative;
}
.footer__rg ul li a::after {
  aspect-ratio: 1 / 1;
  content: "";
  background: url(../img/icon/icon_09-blank.svg) 50% / contain no-repeat;
  display: inline-block;
  position: absolute;
  opacity: .4;
}
.footer__rg ul li a {
  background: #fff;
}
.footer__rg a img {
  display: block;
}
footer .copy {
  background: #fff;
  color: #666666;
  text-align: center;
}

@media all and (max-width: 767px) {

  footer .footer__fx {
    padding: 12% 0 9%;
  }
  .footer__lf {
    text-align: center;
  }
  .footer__lf a {
    display: block;
  }
  .footer__lf > a {
    width: 47.76%;
    max-width: 160px;
    margin: 0 auto 7.5%;
  }
 .footer__lf ul li {
    display: inline-block;
  }
 .footer__lf ul li a {
    padding: 1em;
    font-size: 1.3rem;
  }
  .footer__fx .footer__rg {
    margin-top: 5.5%;
  }
  .footer__rg ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer__rg ul li {
    width: 47.76%;
  }
  .footer__rg ul li a {
    width: 100%;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer__rg ul li a img {
    width: 53.12%;
    max-width: 86px;
    margin: auto;
  }
  .footer__rg ul li a::after {
    width: 12px;
    right: 4px;
    bottom: 4px;
  }
  footer .copy p {
    font-size: 1.1rem;
    padding: 1.82em 0;
  }

}

@media all and (min-width: 768px) {

  footer .footer__fx {
    height: 110px;
  }
  footer .footer__fx,
  .footer__fx .footer__lf,
  .footer__lf ul,
  .footer__fx .footer__rg ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer__fx .footer__lf,
  .footer__fx .footer__lf ul {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .footer__lf a.footer__logo {
    max-width: 160px;
    margin-right: 13.6%;
    margin-right: 3.2em;
    width: 19.85%;
  }
  .footer__lf a.footer__logo:hover {
    opacity: .8;
  }
  .footer__lf a {
    /* font-size: 1.3rem; */
    font-size: min(0.98vw, 1.3rem);
  }
  .footer__lf ul li {
    /* margin-right: 2.8em; */
    margin-right: 2em;
  }
  .footer__lf li a:hover {
    color: #00A0AF;
  }
  .footer__lf ul li:first-child a:hover::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><path id="パス_1094" data-name="パス 1094" d="M13.25,4.167H9.833V.75A.75.75,0,0,0,9.083,0H.75A.75.75,0,0,0,0,.75V9.083a.75.75,0,0,0,.75.75H4.167V13.25a.75.75,0,0,0,.75.75H13.25a.75.75,0,0,0,.75-.75V4.917a.75.75,0,0,0-.75-.75M1.5,1.5H8.333V8.333H1.5Zm11,11H5.667V9.833H9.083a.75.75,0,0,0,.75-.75V5.667H12.5Z" fill="%2300A0AF"/></svg>');
  }
  .footer__rg {
    /* width: 40%; */
    width: 29.16%;
    max-width: 350px;
  }
  .footer__rg ul li {
    margin-left: 15px;
    width: 47.76%;
    max-width: 160px;
  }
  .footer__rg ul li a {
    width: 100%;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer__rg ul li a:hover {
    opacity: .8;
  }
  .footer__rg ul li a img {
    width: 53.12%;
    margin: auto;
  }
  .footer__rg ul li a::after {
    width: 12px;
    right: 4px;
    bottom: 4px;
  }
  footer .copy p {
    font-size: 1.1rem;
    padding: 2em 0;
  }

}



/* -----------------------------------------------
floating__area
----------------------------------------------- */

.floating__area {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #FFEEA2;
  transform: translateY(100%);
  transition: transform .5s;
  z-index: 10;
}
body.scroll .floating__area {
  transform: translateY(0);
}
.floating__area button.close {
  border: 0;
  background: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media all and (max-width: 767px) {

  .floating__fx > a {
    font-size: 1.6rem;
    line-height: 60px;
    text-align: center;
    display: block;
    width: 100%;
  }
  .floating__dl__btn {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
    border-radius: 10px;
    display: none;
    position: fixed;
    z-index: 10001;
    top: 50%;
    left: 50%;
    width: 89.3%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 60px 0 44px;
  }
  .floating__dl__btn dt {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .floating__dl__btn dd {
    width: 76.12%;
    margin: 5% auto 6%;
  }
  .floating__dl__btn .modal__close {
    position: absolute;
    top: 2.5%;
    right: 5%;
    color: #00A0AF;
    font-size: 2.6rem;
  }
  .floating__dl__fx:not(.dl__att) {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .floating__dl__fx {
    max-width: 254px;
    margin: 0 auto;
  }
  .floating__dl__fx a:nth-child(1) {
    width: 42.52%;
  }
  .floating__dl__fx a:nth-child(2) {
    width: 51.97%;
  }
  body.modal__open .floating__dl__btn {
    display: block;
  }
  body.modal__open .modal__bg {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #87C8AA;
    transition: opacity .3s;
    opacity: .8;
    z-index: 13;
    visibility: visible;
  }
  .floating__area button.close {
    aspect-ratio: 1 / 1;
    background: url(../img/icon/icon_12-close.svg) 60% 50% / 34% no-repeat;
    font-size: .1rem;
    width: 40px;
    height: 60px;
    opacity: .5;
    right: 0;  
  }
  .dl__att {
    text-align: left;
    margin-top: 1.4em;
  }

}

@media all and (min-width: 768px) {

  .floating__area .floating__fx {
    /* height: 70px; */
    height: 136px;
  }
  .floating__fx > a {
    pointer-events: none;
    font-size: 2rem;
  }
  .floating__fx a:hover {
    opacity: .8;
  }
  .floating__area .floating__fx,
  .floating__fx .floating__dl__fx {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .floating__dl__fx {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 332px;
    margin-left: 20px;
  }
  .floating__dl__fx a:nth-child(1) {
    width: 33.83%;
  }
  .floating__dl__fx a:nth-child(2) {
    width: 41.29%;
    margin: 0 5%;
  }
  .floating__dl__fx p {
    /* width: 14.92%; */
    width: 15.07%;
    min-width: 60px;
  }
  .floating__area button.close {
    aspect-ratio: 1 / 1;
    background: url(../img/icon/icon_12-close.svg) 50% / 60% no-repeat;
    font-size: .1rem;
    width: 36px;
    height: auto;
    opacity: .5;
    right: 2.2%;    
  }
  .floating__dl__fx.dl__att {
    margin-top: .5em;
  }

}



/* -----------------------------------------------
shop__slider__wrap
----------------------------------------------- */

.shop__slider__wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.shop__slider {
  display: flex;
  display: flex;
  animation-name: loop-slide;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-fill-mode: both;
}
.shop__slide__item {
  position: relative;
}
.shop__slide__item a {
  display: block;
  border: 1px solid #EEEEEE;
  pointer-events: none;
  user-select: none;
}
.slide__paused:hover .shop__slider {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media all and (max-width: 767px) {

  .shop__slider__wrap {
    margin: 27px auto;
  }
  .shop__slider__wrap .shop__slider + .shop__slider {
    margin-left: -6px;
  }
  .shop__slide__item {
    width: 160px;
    margin-right: 15px;
  }
  .shop__slide__item a:not(:last-child) {
    margin-bottom: 18px;
  }
  .shop__slide__item a:nth-child(2) {
    transform: translateX(calc(-87.5px * 13));
  }
  .shop__slide__item a:nth-child(3) {
    /* transform: translateX(-174px); */
    transform: translateX(calc(-87.5px * 26));
  }

}

@media all and (min-width: 768px) {

  .shop__slider__wrap {
    margin: 38px auto;
  }
  .shop__slider__wrap .shop__slider + .shop__slider {
    margin-left: -20px;
  }
  .shop__slide__item:not(:last-child) {
  }
  .shop__slide__item {
    width: 200px;
    margin-right: 40px;
  }
  .shop__slide__item a:not(:last-child) {
    margin-bottom: 30px;
  }
  .shop__slide__item a:nth-child(2) {
    transform: translateX(calc(-120px * 13));
  }
  .shop__slide__item a:nth-child(3) {
    /* transform: translateX(-240px); */
    transform: translateX(calc(-120px * 28));
  }

}



/* -----------------------------------------------
usage__wrap
----------------------------------------------- */

.usage__wrap h2 {
  text-align: center;
  line-height: 1;
}
.usage__wrap h2 img {
  display: inline-block;
}

.tab__btn {
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.tab__btn .btn {
  background: #fff;
  font-weight: bold;
  text-align: center;
  width: 50%;
  position: relative;
}
.tab__btn .btn::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  top: 100%;
  left: calc(50% - 10px);
}
.tab__btn .btn.active {
  background: #87C8AA;
}
.tab__btn .btn.active::after {
  border-color: #87C8AA transparent transparent transparent;
}
.tab__btn .btn picture {
  display: block;    
}

.tab__flow__list li {
  text-align: center;
}
.tab__flow__list li picture {
  display: block;
  margin: 0 auto;
}
.tab__flow__list li picture + span {
  background: #FFEEA2;
  font-weight: bold;
  display: inline-block;
  border-radius: 50vh;
}
.tab__flow__list li p span {
  display: block;
  font-size: .6em;
  margin-top: 0.5em;
}
.tab__cont .tab__item {
  display: none;
}
.tab__item.active {
  display: block;
}

@media all and (max-width: 767px) {

  .usage__wrap {
    margin-top: 60px;
    padding: 0 0 60px;
  }
  .usage__wrap h2 {
    font-size: 2.4rem;
    margin-bottom: 65px;
  }
  .usage__wrap h2 img {
    width: 37.01%;
    margin-right: 0.4em;
  }
  .tab__btn {
    border-radius: 10px;
    margin-bottom: 44px;
  }
  .tab__btn .btn {
    font-size: 1.6rem;
    height: 75px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .tab__btn .btn:not(.active)::after {
    content: none;
  }
  .tab__btn .btn:nth-child(1) {
    border-radius: 10px 0 0 10px;
  }
  .tab__btn .btn:nth-child(2) {
    border-radius: 0 10px 10px 0;
  }
  .tab__btn .btn picture {
    width: 53.89%;
    max-width: 90px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .tab__btn .btn span {
    margin-bottom: 12px;
  }
  .tab__item {
    position: relative;
    margin-bottom: 70px;
  }

  .tab__flow__list li picture {
    width: 29.94%;
    padding: 9% 0 5.8%;
  }
  .tab__flow__list li span {
    font-size: 1.4rem;
    padding: 0.14em 0;
    min-width: 80px;
  }
  .tab__flow__list li p {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 3%;
  }
  .tab__flow__list.slick-slider .slick-list {
    overflow: visible;
  }
  .tab__flow__list li.slick-slide {
    aspect-ratio: 1 / .803;
    height: 71.733vw;
    margin: 0 40px 0 0;
    position: relative;
  }
  .tab__flow__list .slick-slide div {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
    height: 100%;
  }
  .tab__flow__list .slick-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .tab__flow__list .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #00A0AF;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: calc(50% - 30px);
    z-index: 1;
  }
  .slick-arrow.slick-disabled {
    opacity: .5;
  }
  .tab__flow__list .slick-arrow::before {
    content: '';
    display: block;
    aspect-ratio: 1 / 1;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.4rem;
    height: auto;
    position: absolute;
    top: 24px;
  }
  .tab__flow__list .slick-prev.slick-arrow::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="13.999" viewBox="0 0 9 13.999"><path id="Fill_1" data-name="Fill 1" d="M8,14a.993.993,0,0,1-.65-.241l-7-6a1,1,0,0,1,0-1.518l7-6a1,1,0,1,1,1.3,1.518L2.536,7,8.65,12.24A1,1,0,0,1,8,14" transform="translate(0 0)" fill="%23ffffff"/></svg>');
  }
  .tab__flow__list .slick-next.slick-arrow::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9.001" height="13.999" viewBox="0 0 9.001 13.999"><path id="Fill_1" data-name="Fill 1" d="M1,14A1,1,0,0,1,.35,12.24L6.464,7,.35,1.758A1,1,0,1,1,1.651.24l7,6a1,1,0,0,1,0,1.518l-7,6A.993.993,0,0,1,1,14" transform="translate(0 0)" fill="%23ffffff"/></svg>');
  }
  .tab__flow__list .slick-next {
    right: -50px;
  }
  .tab__flow__list .slick-prev {
    left: -50px;
  }
  .tab__flow__list .slick-next::before {
    left: 12px;
  }
  .tab__flow__list .slick-prev::before {
    border-width: 0 0 3px 3px;
    right: 12px;
  }
  .flow__slider__dots {
    margin-top: 22px;
  }
  .flow__slider__dots .slick-dots {
    text-align: center;
  }
  .flow__slider__dots .slick-dots li {
    display: inline-block;
  }
  .flow__slider__dots .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #bcbcbc;
    border-radius: 50%;
  }
  .flow__slider__dots .slick-dots .slick-active button {
    background: #00A0AF;
  }

}

@media all and (min-width: 768px) {

  .usage__wrap {
    margin-top: 87px;
    padding: 14px 0 100px;
  }
  .usage__wrap h2 {
    font-size: 3.6rem;
    margin-bottom: 82px;
  }
  .usage__wrap h2 img {
    width: 180px;
    margin-right: 0.4em;
  }
  .tab__btn {
    border-radius: 50vh;
    filter:drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.15));
    margin-bottom: 44px;
  }
  .tab__btn .btn {
    font-size: 1.8rem;
    height: 70px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
  }
  .tab__btn .btn:nth-child(1) {
    border-radius: 50vh 0 0 50vh;
  }
  .tab__btn .btn:nth-child(2) {
    border-radius: 0 50vh 50vh 0;
  }
  .tab__btn .btn picture {
    width: 18.84%;
    position: absolute;
    bottom: 6%;
    left: 12.8%;
  }
  .tab__btn .btn span {
    transition: all .3s;
  }
  .tab__btn .btn:not(.active):hover span {
    color: #00A0AF;
  }

  .tab__item ol.tab__flow__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  	-webkit-align-items: stretch;
	  align-items: stretch;
  }
  .tab__flow__list li {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
    width: 23.08%;
    height: auto;
    padding-bottom: 3.1%;
  }
  .tab__flow__list li picture {
    width: 36.1%;
    padding: 14% 0 6.8%;
  }
  .tab__flow__list li:not(:last-child) {
    margin-right: 2.56%;
  }
  .tab__flow__list li span {
    font-size: 1.4rem;
    padding: 0.14em 0;
    min-width: 80px;
  }
  .tab__flow__list li p {
    /* font-size: 1.8rem; */
    font-size: min(1.6vw,1.8rem);
    line-height: 1.6;
    margin-top: 3.8%;
    padding: 0 10px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }

}



/* -----------------------------------------------
common__button__wrap
----------------------------------------------- */

.common__button__fx a {
  border-radius: 10px;
  border: 1px solid #EEEEEE;
  box-shadow: 0 3px 6px rgba(0,0,0,.1);
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	align-items: center;
  position: relative;
}
.common__button__fx a::after {
  content: "";
  aspect-ratio: 1 / 1;
  background: url(../img/icon/icon_01-arrow1-r_g.svg) 50% / contain no-repeat;
  top: calc(50% - .5em);
  right: 4%;
  width: 1em;
  height: auto;
  position: absolute;
}
.common__button__fx a picture {
  display: block;
}
.common__button__fx picture img {
  display: block;
  aspect-ratio: 1 / 1;
}

@media all and (max-width: 767px) {

  .common__button__wrap {
    padding-top: 60px;
  }
  .common__button__fx a {
    font-size: 1.6rem;
    height: 110px;
    margin-bottom: 20px;
    padding-left: .7em;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .common__button__fx a picture {
    width: 29.95%;
    max-width: 100px;
  }
  .common__button__fx a strong {}

}

@media all and (min-width: 768px) {

  .common__button__wrap {
    padding-top: 60px;
  }
  .common__button__fx {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .common__button__fx a {
    font-size: 1.6rem;
    width: 48.75%;
    height: 120px;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .common__button__fx a:hover {
    background-color: #FFFAE3;
    opacity: 1;
  }
  .common__button__fx a picture {
    width: 100px;
  }
  .common__button__fx a strong {
    margin-left: 1em;
  }

}



/* -----------------------------------------------
news__list
----------------------------------------------- */
.news__list li {
  border-bottom: 1px solid #ccc;
}
.news__list li:first-child {
  border-top: 1px solid #ccc;
}
.news__list li a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.news__list li time {
  color: #00A0AF;
}
.news__list li span.cat {
  background: #00A0AF;
  border-radius: 50vh;
  color: #fff;
  display: inline-block;
  line-height: 1;
  text-align: center;
}

@media all and (max-width: 767px) {

  .news__list li a {
    padding: 1.14em 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.6rem;
  }
  .news__list li time {
    min-width: 80px;
    margin-right: 0.8em;
    font-weight: bold;
  }
  .news__list li span.cat {
    min-width: 120px;
    font-size: 1.2rem;
    padding: 0.442em 0;
    margin-right: 2em;
  }
  .news__list li p {
    width: 100%;
    line-height: 1.8;
    margin-top: 3%;
  }

}

@media all and (min-width: 768px) {

  .news__list li a {
    padding: 1.22em 0;
    font-size: 1.6rem;
  }
  .news__list li time {
    min-width: 80px;
    margin-right: 0.8em;
  }
  .news__list li span.cat {
    min-width: 120px;
    font-size: 1.2rem;
    padding: 0.442em 0;
    margin-right: 2em;
  }
  .news__list li a:hover {
    opacity: 1;
  }
  .news__list li a p {
    transition: all .3s;
  }
  .news__list li a:hover p {
    color: #00A0AF;
  }

}



/* -----------------------------------------------
breadcrumb
----------------------------------------------- */
.breadcrumb.color__white * {
  color: #fff;
}
.breadcrumb.color__gray * {
  color: #666666;
}
.breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
  -webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.breadcrumb li + li {
  margin-left: 26px;
  position: relative;
}
.breadcrumb li + li::before {
  content: '';
  width: 11px;
  height: 11px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -19px;
  transform: translateY(-50%);
}
.breadcrumb.color__white li + li::before {
  background-image: url(../img/icon/icon_05-arrow2-r_w.svg);
}
.breadcrumb.color__gray li + li::before {
  background-image: url(../img/icon/icon_05-arrow2-r_g.svg);
}
.breadcrumb li * {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0;
}
.breadcrumb li a:hover {
  opacity: 1;
  text-decoration: underline;
}


/* -----------------------------------------------
page__head
----------------------------------------------- */
.page__head h1,
.page__head p {
  color: #fff;
  line-height: 1.8;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .page__head {
    height: 200px;
    padding: 20px 0;
  }
  .page__head h1 {
    font-size: 3rem;
    margin-top: 32px;
  }
  .page__head p {
    font-size: 2.4rem;
    margin-top: 28px;
  }
}

@media screen and (min-width: 768px) {
  .page__head {
    height: 300px;
    padding: 27px 0;
  }
  .page__head h1 {
    font-size: 4.4rem;
    margin-top: 42px;
  }
  .page__head p {
    font-size: 3.8rem;
    margin-top: 50px;
  }
}

@media screen and (min-width: 1441px) {
  .page__head {
    height: auto;
    aspect-ratio: 1/0.208;
    margin-bottom: -1px;
  }
}


/* -----------------------------------------------
text component
----------------------------------------------- */
.sec__head {
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.con__head {
  line-height: 1.6;
  font-weight: bold;
  color: #00A0AF;
}
.item__head {
  line-height: 1.8;
  font-weight: bold;
}
.con__text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
}
.text__caption {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #666666;
}
.text__bold {
  font-weight: bold;
}
.text__red {
  color: #CD4F4E;
}
.in__text__link {
  color: #00A0AF;
  text-decoration: underline;
}
.footnote {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #666666;
}
.footnote li {
  padding-left: calc(1em + 10px);
  text-indent: calc(-1em - 10px);
}
.footnote li::before {
  content: '※';
  margin-right: 10px;
}
.icon__list {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333333;
}
.icon__list li {
  padding-left: calc(1em + 10px);
  text-indent: calc(-1em - 10px);
}
.icon__list li + li {
  margin-top: 10px;
}
.icon__list li::before {
  content: '';
  display: inline-block;
  width: 0.89em;
  height: 0.89em;
  background-color: #00A0AF;
  border-radius: 50%;
  margin-right: calc(0.11em + 10px);
  margin-left: 0.11em;
}
.usually__list {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333333;
}
.usually__list li {
  padding-left: calc(1em + 10px);
  text-indent: calc(-1em - 10px);
}
.usually__list li + li {
  margin-top: 10px;
}
.usually__list li::before {
  content: '・';
  margin-right: 10px;
}
.number__footnote {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #666666;
  counter-reset: number 0;
}
.number__footnote li {
  padding-left: calc(1.5em + 10px);
  text-indent: calc(-1.5em - 10px);
}
.number__footnote li + li {
  margin-top: 10px;
}
.number__footnote li::before {
  counter-increment: number 1;
  content: "※"counter(number);
  margin-right: 10px;
}
.text__comment {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #CD4F4E;
  padding-left: calc(1em + 10px);
  text-indent: calc(-1em - 10px);
}
.text__comment + .text__comment {
  margin-top: 10px;
}
.text__comment::before {
  content: '※';
  margin-right: 10px;
}
.text__link {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333333;
  padding-left: 26px;
  background-image: url(../img/icon/icon_01-arrow1-r_b.svg);
  background-size: 16px 16px;
  background-position: left center;
  background-repeat: no-repeat;
}
.text__link__blank {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  color: #00a0af;
  padding-left: 26px;
  background-image: url(../img/icon/icon_09-blank_b.svg);
  background-size: 16px 16px;
  background-position: left center;
  background-repeat: no-repeat;
}
.text__link__pdf {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333333;
  padding-left: 26px;
  background-image: url(../img/icon/icon_21-pdf_r.svg);
  background-size: 16px 16px;
  background-position: left center;
  background-repeat: no-repeat;
}

.text__link.after,
.text__link__blank.after,
.text__link__pdf.after {
  padding-left: 0;
  padding-right: 26px;
  background-position: right center;

}

.con__table {
  width: 100%;
  height: auto;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}
.con__table tr th,
.con__table tr td {
  font-size: 1.6rem;
  line-height: 2;
}
.con__table tr th {
  background: #00A0AF;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  color: #fff;
  padding: 0.97em 0.5em;
}
.con__table tr td {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 0.97em 1em;
}
.con__table.va__top tr td {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .sec__head {
    font-size: 2.4rem;
  }
  .con__head {
    font-size: 2rem;
  }
  .item__head {
    font-size: 1.8rem;
  }
  table:not(.scroll__table) col {
    width: auto !important;
  }
  table:not(.scroll__table) tr > * {
    display: block;
    width: 100%;
  }
  .table__scroll__container {
    width: 100%;
    overflow: scroll;
    padding-bottom: 10px;
  }
  .table__scroll__container .con__table {
    width: 200%;
    border-collapse: collapse;
  }
  .scroll-hint-icon {
    width: 14em;
    height: 78px;
    padding: 15px 10px 7px 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.3);
    border-radius: 10px;
    background: rgba(0, 0, 0, .6);
  }
  .scroll-hint-icon-wrap.is-active {
    background: rgba(0, 0, 0, .2);
  }
  .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
    opacity: 1;
  }
  .scroll-hint-text {
    font-size: 1.2rem;
    color: #fff;
    margin-top: 7px;
  }
  .scroll-hint-icon:before {
    width: 30px;
    height: 30px;
    background-image: url(../img/common/icon_scrollhint.svg) !important;
  }
  .scroll-hint.is-right-scrollable.is-left-scrollable,
  .scroll-hint.is-left-scrollable,
  .scroll-hint.is-right-scrollable,
  .scroll-hint-icon:after {
    background: none !important;
  }

}

@media screen and (min-width: 768px) {
  .sec__head {
    font-size: 3.2rem;
  }
  .con__head {
    font-size: 2.4rem;
  }
  .item__head {
    font-size: 2rem;
  }

}


/* -----------------------------------------------
link__btn
----------------------------------------------- */
.link__btn a {
  margin: 0 auto;
  width: 277px;
  height: 50px;
  border-radius: 30px;
  background-color: #00A0AF;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.link__btn a span {
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
.link__btn a:hover {
  background-color: #87C8AA;
  opacity: 1;
}


/* -----------------------------------------------
pagination
----------------------------------------------- */
/* ページャー */
.pagination .page-numbers {
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.pagination .page-numbers li a,
.pagination .page-numbers li span {
  display: block;
  padding: 0.5em;
  margin: 0 0.2em;
  font-size: 1.6rem;
}
.pagination .page-numbers li span.current {
  color: #00A0AF;
}
.pagination .page-numbers li span.dots {
  padding: 0;
}
.pagination .page-numbers li a:hover {
  color: #00A0AF;
}
.pagination .page-numbers li a.prev {
  margin-right: 1.8em;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  background-color: #fff;
  background-image: url(../img/icon/icon_06-arrow2-l_b.svg);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.pagination .page-numbers li a.next {
  margin-left: 1.8em;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  background-color: #fff;
  background-image: url(../img/icon/icon_05-arrow2-r_b.svg);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}

/* ページネーションでprev/nextがactiveじゃないときに表示されない場合のcss */
.pagination li:first-child span.page-numbers.current {
  margin-left: 82px;
  position: relative;
}
.pagination li:first-child span.page-numbers.current::after {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  background-color: #fff;
  background-image: url(../img/icon/icon_06-arrow2-l_lg.svg);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -82px;
  top: 50%;
  transform: translateY(-50%);
}
.pagination li:last-child span.page-numbers.current {
  margin-right: 82px;
  position: relative;
}
.pagination li:last-child span.page-numbers.current::after {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  background-color: #fff;
  background-image: url(../img/icon/icon_05-arrow2-r_lg.svg);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -82px;
  top: 50%;
  transform: translateY(-50%);
}


/* -----------------------------------------------
card_fx
----------------------------------------------- */
.card__fx .fx__item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.card__fx .fx__item picture {
  display: block;
  margin: 0 auto;
}
.card__fx .fx__item strong {
  font-size: 2rem;
  line-height: 1.44;
  font-weight: bold;
  color: #333333;
  margin-top: 20px;
  text-align: center;
  display: block;
}
.card__fx .fx__item p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333333;
  margin-top: 12px;
}
.card__fx .fx__item .footnote {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .card__fx {
    margin-top: 28px;
  }
  .card__fx .fx__item {
    width: 100%;
    padding: 30px 5.97% 40px;
  }
  .card__fx .fx__item + .fx__item {
    margin-top: 20px;
  }
  .card__fx .fx__item picture {
    width: 100px;
  }
}

@media screen and (min-width: 768px) {
  .card__fx {
    margin-top: 37px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .card__fx .fx__item {
    width: 31.66%;
    min-height: 397px;
    margin-left: 2.5%;
    padding: 40px 2.5% 40px;
  }
  .card__fx .fx__item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .card__fx .fx__item:nth-child(n + 4) {
    margin-top: 60px;
  }
  .card__fx .fx__item picture {
    width: 31.25%;
  }
}


/* -----------------------------------------------
cv__wrap
----------------------------------------------- */
.cv__wrap {
  position: relative;
}
.cv__wrap picture {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cv__wrap p {
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cv__wrap {
    padding-top: 66px;
  }
  .cv__wrap .bg__white {
    padding: 40px 10px 30px;
  }
  .cv__wrap picture {
    width: 130px;
  }
  .cv__wrap p {
    font-size: 1.6rem;
  }
  .cv__wrap .link__btn {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .cv__wrap {
    padding-top: 90px;
  }
  .cv__wrap .bg__white {
    padding: 68px 10px 40px;
  }
  .cv__wrap picture {
    width: 200px;
  }
  .cv__wrap p {
    font-size: 2rem;
  }
  .cv__wrap .link__btn {
    margin-top: 15px;
  }
}


main + .dl__att {
  text-align: center;
  margin-bottom: 20px;
}
main + .dl__att ul {
  display: inline-block;
  text-align: left;
}