@charset "UTF-8";
/* ============================
    reset
============================*/
/* 
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,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, picture {
  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;
  text-decoration: none;
  color: initial;
}

a:active, a:hover {
  outline-width: 0;
  text-decoration: none;
  color: initial;
}

/* add */
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  border-style: none;
  vertical-align: top;
}

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

/* 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;
  box-sizing: border-box;
}

/* 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, ol, ul li, ol li {
  list-style: none;
}

/*color*/
/*font-family*/
/*text-shadow*/
/*media query break point*/
/*font-size*/
/*wrapper inner width*/
/*flex settings*/
/*grid settings*/
/*add :after*/
/* media query */
/* ==========================================================
 font size
========================================================== */
html {
  font-size: 62.5%;
}
@media only screen and (max-width: 1080px) {
  html {
    font-size: 0.9267840593vw;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 2.6041666667vw;
  }
}

/* ==========================================================
 base body style
========================================================== */
body {
  color: #212121;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
body.js-float-nav-open {
  overflow: hidden;
}

/* ==========================================================
 slideIn anime
========================================================== */
/* ==========================================================
 other resets
========================================================== */
i,
em {
  font-style: normal;
}

i {
  display: inline-block;
}

/* ------------------------------------------------------------
    header
------------------------------------------------------------ */
.p-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 20px 0 50px;
  background: white;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 60%, white 100%);
}
@media only screen and (max-width: 768px) {
  .p-header {
    background: none;
    position: absolute;
  }
}
.p-header__inner {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 1080px) {
  .p-header__inner {
    gap: 1rem;
    width: 96%;
  }
}
.p-header__logo {
  width: 15rem;
}
@media only screen and (max-width: 1330px) {
  .p-header__logo {
    width: 10vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-header__logo {
    display: none;
  }
}
.p-header__logo img {
  width: 100%;
}
.p-header__center {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
@media only screen and (max-width: 1330px) {
  .p-header__anataline {
    width: 23% !important;
  }
}
.p-header__nav-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.p-header__nav-wrap nav {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  .p-header__nav-wrap {
    display: none;
  }
}
.p-header__gnav {
  display: -ms-flexbox;
  display: flex;
  font-size: min(1.4vw, 1.4rem);
}
.p-header__gnav__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 2rem;
}
@media only screen and (max-width: 1330px) {
  .p-header__gnav__item {
    padding: 0 1.5rem;
  }
}
.p-header__gnav__item a {
  white-space: nowrap;
}
.p-header__gnav__item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 1px;
  height: 1em;
  -ms-transform: skewX(-45deg) translateY(-50%) translateX(-0.5em);
      transform: skewX(-45deg) translateY(-50%) translateX(-0.5em);
  background-color: #212121;
}
.p-header__other {
  padding-left: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.p-header__other__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  font-size: 12px;
  font-size: 1.2rem;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-header__other__link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .p-header__other__link {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-header__other {
    display: none;
  }
}
.p-header__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.js-float-nav-open .p-header__bg {
  pointer-events: all;
  opacity: 1;
}

.p-hamb {
  position: relative;
  width: 5rem;
  height: 3rem;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .p-hamb {
    display: none;
  }
}
.p-hamb span {
  position: absolute;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #3b3736;
  transition: 0.3s cubic-bezier(0.57, 0.19, 0.22, 0.99);
}
.p-hamb span:nth-child(1) {
  top: 0;
}
.p-hamb span:nth-child(2) {
  top: 50%;
}
.p-hamb span:nth-child(3) {
  bottom: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-hamb:hover span:nth-child(1) {
    top: 15%;
  }
  .p-hamb:hover span:nth-child(3) {
    bottom: 15%;
  }
}

.p-float-nav {
  -ms-transform: translateY(calc(-100% - 8rem));
      transform: translateY(calc(-100% - 8rem));
  position: absolute;
  top: 7rem;
  right: calc((100vw - 1200px) / 2);
  background-color: #ffffff;
  border-radius: 2rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3);
  padding: 5rem 10rem 5rem 5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 5rem;
  z-index: 3;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.57, 0.19, 0.22, 0.99);
}
.js-float-nav-open .p-float-nav {
  opacity: 1;
  -ms-transform: translateY(0) !important;
      transform: translateY(0) !important;
}
@media only screen and (max-width: 1330px) {
  .p-float-nav {
    right: calc((100vw - 90%) / 2);
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .p-float-nav {
    -ms-transform: translateY(100%);
        transform: translateY(100%);
    position: fixed;
    bottom: 0;
    top: unset;
    right: 5%;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: 3.5rem 1rem 0;
    border-radius: 2rem 2rem 0 0;
    max-height: calc(100vh - 7rem);
  }
  @supports (-webkit-touch-callout: none) {
    .p-float-nav {
      height: -webkit-fill-available;
    }
  }
  .js-sm .p-float-nav {
    -ms-transform: translateY(calc(100% - 7rem));
        transform: translateY(calc(100% - 7rem));
    opacity: 1;
  }
  .p-float-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    display: block;
    width: 7rem;
    height: 7rem;
    background-color: #ffffff;
    border-radius: 7rem;
    box-shadow: 0 -10px 15px -10px gray;
  }
}
.p-float-nav__logo {
  width: 20rem;
  text-align: center;
}
.p-float-nav__logo a img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-float-nav__logo {
    display: none;
  }
}
.p-float-nav__wrap {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  .p-float-nav__wrap {
    opacity: 0;
    transition: 0.5s;
    max-height: calc(100vh - 12rem);
    overflow-y: scroll;
    padding: 0 2rem 4rem;
  }
  @supports (-webkit-touch-callout: none) {
    .p-float-nav__wrap {
      height: -webkit-fill-available;
    }
  }
  .js-float-nav-open .p-float-nav__wrap {
    opacity: 1;
  }
}
.p-float-nav__list__item {
  border-top: 1px dotted #3b3736;
  padding: 1.5rem 0;
  line-height: 1;
}
.p-float-nav__list__item > a i {
  color: #005394;
  margin-right: 1rem;
}
.p-float-nav__subnav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: calc(1rem + 0.7em);
  margin-top: 1rem;
}
@media only screen and (max-width: 1330px) {
  .p-float-nav__subnav {
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .p-float-nav__subnav {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.p-float-nav__subnav a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  background-color: #efedf1;
  border-radius: 3em;
}
@media only screen and (max-width: 768px) {
  .p-float-nav__subnav a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .p-float-nav__subnav a {
    font-size: 1.4rem;
  }
}
.p-float-nav__subnav a i {
  font-size: 0.7em;
}
.p-float-nav__other {
  padding-top: 1.5rem;
  border-top: 1px solid #3b3736;
}
.p-float-nav__other a i {
  color: #ffef00;
  margin-right: 1rem;
}
.p-float-nav__close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 5rem;
  height: 4rem;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .p-float-nav__close {
    font-size: 9px;
  }
}
@media only screen and (max-width: 768px) {
  .p-float-nav__close {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-float-nav__close {
    right: unset;
    left: 50%;
    -ms-transform: translate(-50%, -140%);
        transform: translate(-50%, -140%);
  }
}
.p-float-nav__close__cross {
  position: relative;
  width: 100%;
  height: 3rem;
  -ms-transform: scale(70%) translateY(50%);
      transform: scale(70%) translateY(50%);
  transition: 0.5s cubic-bezier(0.57, 0.19, 0.22, 0.99);
}
@media only screen and (max-width: 768px) {
  .p-float-nav__close__cross {
    -ms-transform: scale(50%) translateY(50%);
        transform: scale(50%) translateY(50%);
  }
}
.p-float-nav__close__cross span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #93929e;
}
.p-float-nav__close__cross span:nth-child(1) {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.p-float-nav__close__cross span:nth-child(2) {
  display: none;
}
.p-float-nav__close__cross span:nth-child(3) {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .p-float-nav__close__cross span:nth-child(1) {
    top: -1.5rem;
    -ms-transform: rotate(0);
        transform: rotate(0);
  }
  .p-float-nav__close__cross span:nth-child(2) {
    display: block;
  }
  .p-float-nav__close__cross span:nth-child(3) {
    top: 1.5rem;
    -ms-transform: rotate(0);
        transform: rotate(0);
  }
  .js-float-nav-open .p-float-nav__close__cross span:nth-child(1) {
    top: 0;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
  .js-float-nav-open .p-float-nav__close__cross span:nth-child(2) {
    display: none;
  }
  .js-float-nav-open .p-float-nav__close__cross span:nth-child(3) {
    top: 0;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
}
.p-float-nav__close:hover .p-float-nav__close__cross {
  -ms-transform: scale(50%) translateY(50%);
      transform: scale(50%) translateY(50%);
}
@media only screen and (max-width: 768px) {
  .p-float-nav__close__txt {
    font-size: 0;
  }
  .p-float-nav__close__txt::before {
    content: "MENU";
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .p-float-nav__close__txt::before {
    font-size: 9px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .p-float-nav__close__txt::before {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 768px) {
  .js-float-nav-open .p-float-nav__close__txt {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .js-float-nav-open .p-float-nav__close__txt {
    font-size: 9px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .js-float-nav-open .p-float-nav__close__txt {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 768px) {
  .js-float-nav-open .p-float-nav__close__txt::before {
    display: none;
  }
}
.p-float-nav__sp {
  display: none;
  position: fixed;
  bottom: 1rem;
  left: 5%;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  width: 90%;
  padding: 0 2rem;
  z-index: 3;
  transition: 0.3s;
  transition-delay: 0.3s;
  -ms-transform: translateY(120%);
      transform: translateY(120%);
}
@media only screen and (max-width: 768px) {
  .p-float-nav__sp {
    display: grid;
  }
  .js-sm .p-float-nav__sp {
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
}
.p-float-nav__sp a {
  font-size: 1.1rem;
  line-height: 1.2;
  padding: 0.5rem 1rem;
}
.js-float-nav-open .p-float-nav__sp {
  -ms-transform: translateY(120%);
      transform: translateY(120%);
}

.p-spform {
  margin-top: 1.5rem;
}
.p-spform form {
  border: 1px solid;
  background: #fff;
  border-radius: 5px;
  padding: 0 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.p-spform form input {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  padding: 1rem;
}
.p-spform form input[type=text] {
  width: 90%;
}
@media only screen and (max-width: 768px) {
  .p-spform form input[type=text] {
    width: 85%;
  }
}
.p-spform form input[type=submit] {
  background-image: url(../../../assets/images/common/icon-search.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
  padding: 0.5rem;
}

/* ------------------------------------------------------------
    sp alert
------------------------------------------------------------ */
.spAlert {
  -ms-flex-align: center;
      align-items: center;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100vh;
  -ms-flex-pack: center;
      justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s;
  visibility: hidden;
  width: 100vw;
  z-index: 99999;
}
.spAlert.landscape {
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
}
.spAlert__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  pointer-events: none;
  position: relative;
  z-index: 2;
}

.spAlertMsg {
  color: #ffffff;
  font-size: 2.1vw;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-top: 6.5vh;
}

.spAlert .svgIcon {
  margin: 0 auto;
  width: 23%;
  min-width: 81.5px;
}
.spAlert .svgIcon__path {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 17;
}

/* ------------------------------------------------------------
    footer
------------------------------------------------------------ */
.p-footer {
  padding-top: 8rem;
  background-color: #efedf1;
}
#top .p-footer {
  padding-top: 0;
}
#top .p-footer__inner {
  display: none;
}
.p-footer__logo {
  text-align: center;
}
.p-footer__logo__img {
  width: 50%;
  max-width: 200px;
}
.p-footer__logo__txt {
  margin-top: 2rem;
}
.p-footer__service-list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 1080px) {
  .p-footer__service-list {
    gap: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-footer__service-list {
    grid-template-columns: 1fr;
  }
}
.p-footer__service-list__item {
  background-color: #fff;
  border-top: 3px solid #005394;
  padding: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-footer__service-list__item {
    padding: 2rem;
    gap: 1rem;
  }
}
.p-footer__service-list__ttl {
  text-align: center;
  color: #005394;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-footer__service-list__ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .p-footer__service-list__ttl {
    font-size: 2rem;
  }
}
.p-footer__service-list__lead {
  text-align: left;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-bottom: 2rem;
}
.p-footer__other-list {
  margin-top: 5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-footer__other-list {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.p-footer__other-list__item {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  color: #93929e;
  border: 1px solid #bababb;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
  padding: 1rem 2.5rem;
  border-radius: 2em;
  transition: 0.5s cubic-bezier(0.57, 0.19, 0.22, 0.99);
}
@media only screen and (max-width: 768px) {
  .p-footer__other-list__item {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .p-footer__other-list__item {
    font-size: 1.4rem;
  }
}
.p-footer__other-list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #73b6e9;
  border-radius: 2em;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition: 0.5s cubic-bezier(0.57, 0.19, 0.22, 0.99);
}
.p-footer__other-list__item span {
  position: relative;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-footer__other-list__item:hover:hover {
    color: #ffffff;
  }
  .p-footer__other-list__item:hover:hover::before {
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
}
.p-footer__btm {
  margin-top: 5rem;
  background-color: #ffffff;
  padding: 5rem 0;
}
@media only screen and (max-width: 768px) {
  .p-footer__btm {
    padding-bottom: 13rem;
  }
}
.p-footer__btm__inner {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-footer__btm__inner {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 2rem;
  }
}
.p-footer__btm__logo img {
  height: 3vw;
  max-height: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-footer__btm__logo img {
    height: 4rem;
    max-height: 100%;
  }
}
.p-footer__btm__link {
  margin-left: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  gap: 3rem;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .p-footer__btm__link {
    font-size: 11px;
  }
}
@media only screen and (max-width: 768px) {
  .p-footer__btm__link {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-footer__btm__link {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    gap: 1rem;
  }
}

/* ------------------------------------------------------------
    breadcrumbs
------------------------------------------------------------ */
.c-bcrumb {
  background-color: rgba(239, 237, 241, 0.4);
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0.5rem 0;
}
@media only screen and (max-width: 768px) {
  .c-bcrumb {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .c-bcrumb {
    font-size: 1rem;
  }
}
.c-bcrumb__list {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .c-bcrumb__list {
    width: auto;
    overflow-x: scroll;
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-bcrumb__list__item {
    white-space: nowrap;
  }
}
.c-bcrumb__list__item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: left;
      justify-content: left;
}

/* ------------------------------------------------------------
    Content
------------------------------------------------------------ */
.c-mv-gray {
  background-color: #efedf1;
}
.c-mv-gray__ttl {
  padding: 20rem 0 15rem;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .c-mv-gray__ttl {
    padding: 7rem 0;
  }
}
.c-mv-gray__ttl h2 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .c-mv-gray__ttl h2 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .c-mv-gray__ttl h2 {
    font-size: 1.2rem;
  }
}
.c-mv-gray__ttl h2 em {
  font-size: 1.8em;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .c-mv-gray__ttl h2 em {
    font-size: 1.5em;
  }
}
.c-mv-gray__ttl h2 em span {
  display: block;
}
.c-mv-gray__ttl__lead {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .c-mv-gray__ttl__lead {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .c-mv-gray__ttl__lead {
    font-size: 1.2rem;
  }
}

/* ------------------------------------------------------------
    btn
------------------------------------------------------------ */
/* ------------------------------------------------------------
    icon
------------------------------------------------------------ */
.c-aco {
  position: relative;
  cursor: pointer;
}
.c-aco__icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 1em;
  height: 1em;
  transition: 0.3s;
  -ms-transform-origin: center;
      transform-origin: center;
}
.c-aco__icon::before {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.c-aco__icon::after {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: currentColor;
}
.c-aco.is-active .c-aco__icon {
  -ms-transform: rotate(90deg) translateX(-50%);
      transform: rotate(90deg) translateX(-50%);
}
.c-aco.is-active .c-aco__icon:before {
  width: 0;
}

.c-pdf-icon {
  width: 1.05em;
  height: 1.4em;
  background-image: url(../../images/common/icon_pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ------------------------------------------------------------
    Vertical text
------------------------------------------------------------ */
/* ------------------------------------------------------------
    card
------------------------------------------------------------ */
.c-benefit-card {
  border-radius: 10px;
  border: 1px solid #bababb;
  padding: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 100%;
  gap: 1.5rem;
}
.c-benefit-card--limited .c-benefit-card__img::before {
  content: "期間限定";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #ffef00;
}
@media only screen and (max-width: 768px) {
  .c-benefit-card--limited .c-benefit-card__img::before {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .c-benefit-card--limited .c-benefit-card__img::before {
    font-size: 1.4rem;
  }
}
.c-benefit-card__img {
  position: relative;
}
.c-benefit-card__ttl {
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .c-benefit-card__ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .c-benefit-card__ttl {
    font-size: 1.8rem;
  }
}
.c-benefit-card__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 1rem;
}
.c-benefit-card__tag-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 0.5rem;
  width: calc(100% - 4em);
}
.c-benefit-card__tag-list__item {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  background-color: #efedf1;
  border-radius: 50px;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 768px) {
  .c-benefit-card__tag-list__item {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .c-benefit-card__tag-list__item {
    font-size: 1.4rem;
  }
}

.c-txt-box {
  text-align: center;
}
.c-txt-box__ttl {
  position: relative;
  font-size: 28px;
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .c-txt-box__ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .c-txt-box__ttl {
    font-size: 2rem;
  }
}
.c-txt-box__ttl:after {
  content: "";
  display: block;
  width: 5rem;
  height: 1px;
  margin: 2rem auto;
  background-color: #005394;
}
.c-txt-box__ttl small {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .c-txt-box__ttl small {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .c-txt-box__ttl small {
    font-size: 1rem;
  }
}
.c-txt-box__lead {
  margin-top: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .c-txt-box__lead {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .c-txt-box__lead {
    font-size: 1.4rem;
  }
}
.c-txt-box__lead em {
  color: #005394;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .c-txt-box__lead {
    text-align: left;
  }
}
.c-txt-box__lead--lg {
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .c-txt-box__lead--lg {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .c-txt-box__lead--lg {
    font-size: 1.6rem;
  }
}
.c-txt-box__lead--lg em {
  font-weight: normal;
}
.c-txt-box__lead--lg small {
  font-size: 0.7em;
}
.c-txt-box__lead--sm {
  margin-top: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .c-txt-box__lead--sm {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .c-txt-box__lead--sm {
    font-size: 1.4rem;
  }
}
.c-txt-box__lead--center {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-txt-box__lead--center {
    text-align: center;
  }
}

/* ------------------------------------------------------------
	btn　
------------------------------------------------------------ */
.u-btn--tag {
  border: 1px solid #efedf1;
  border-radius: 50px;
  padding: 0 1.5rem;
}

.u-blue-btn__circle {
  display: inline-block;
  overflow: hidden;
  position: relative;
  background-color: #005394;
  width: 3em;
  height: 3em;
  border-radius: 3em;
}
.u-blue-btn__circle i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background-image: url(../../images/common/icon_arrow.svg);
  display: inline-block;
  width: 1em;
  height: 0.5em;
  background-size: cover;
}
.u-blue-btn__circle::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background-color: #73b6e9;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition: 0.3s cubic-bezier(0.57, 0.19, 0.22, 0.99);
}
.u-blue-btn__circle--sm {
  width: 1.5em;
  height: 1.5em;
}
.u-blue-btn__circle--yel {
  background-color: #ffef00;
}
@media (hover: hover) and (pointer: fine) {
  .u-blue-btn:hover:hover .u-blue-btn__circle::before {
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
}

.u-tag-btn {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  padding: 0.5rem 3rem;
  border-radius: 50px;
  border: 1px solid #eaeaec;
  background-color: #ffffff;
  transition: 0.5s cubic-bezier(0.57, 0.19, 0.22, 0.99);
  text-shadow: none;
}
@media only screen and (max-width: 768px) {
  .u-tag-btn {
    padding: 0.5rem 1.5rem;
  }
}
.u-tag-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #73b6e9;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition: 0.5s cubic-bezier(0.57, 0.19, 0.22, 0.99);
}
@media only screen and (max-width: 768px) {
  .u-tag-btn::before {
    display: none;
  }
}
.u-tag-btn span {
  position: relative;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .u-tag-btn:hover:hover {
    color: #ffffff;
  }
  .u-tag-btn:hover:hover::before {
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
}
.u-tag-btn:active {
  background-color: #005394;
  color: #ffffff;
}
.u-tag-btn.is-active {
  background-color: #005394;
  color: #ffffff;
}
.u-tag-btn.is-active::before {
  -ms-transform: translateX(100%) !important;
      transform: translateX(100%) !important;
}
.u-tag-btn--nolink {
  pointer-events: none;
  color: #212121;
}

.u-gray-btn {
  position: relative;
  overflow: hidden;
  background-color: #3b3736;
  color: #ffffff;
  border-radius: 5em;
  padding: 1.5rem;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  transition: 0.5s cubic-bezier(0.57, 0.19, 0.22, 0.99);
}
@media only screen and (max-width: 768px) {
  .u-gray-btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .u-gray-btn {
    font-size: 1.4rem;
  }
}
.u-gray-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73b6e9;
  border-radius: 3rem;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition: 0.5s cubic-bezier(0.57, 0.19, 0.22, 0.99);
}
.u-gray-btn span {
  position: relative;
  z-index: 1;
}
.u-gray-btn__circle {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  height: 1em;
  width: 1em;
  background-color: #ffffff;
  border-radius: 1em;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.u-gray-btn__circle:after {
  content: "";
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 48%);
          clip-path: polygon(0 0, 0% 100%, 100% 48%);
  width: 0.35em;
  height: 0.5em;
  background-color: #3b3736;
}
@media only screen and (max-width: 1080px) {
  .u-gray-btn__circle {
    display: none;
  }
}
.u-gray-btn__tab {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  height: 1em;
  width: 1em;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background-image: url(../../images/common/icon_tab.svg);
  background-repeat: no-repeat;
}
.u-gray-btn__tel {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  height: 1em;
  width: 1em;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background-image: url(../../images/common/icon_tel.svg);
  background-repeat: no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  .u-gray-btn:hover:hover {
    color: #ffffff;
  }
  .u-gray-btn:hover:hover::before {
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
}
.u-gray-btn--nolink {
  opacity: 0.3;
  pointer-events: none;
}
.u-gray-btn--wide {
  display: block;
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin: 0 auto;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .u-gray-btn--wide {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .u-gray-btn--wide {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .u-gray-btn--wide {
    width: 100%;
  }
}
.u-gray-btn--wide__circle {
  position: static;
}
.u-gray-btn--blue {
  background-color: #005394;
}

.u-white-btn {
  display: block;
  position: relative;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
  background-color: #ffffff;
  color: #212121;
  border-radius: 3rem;
  padding: 1.5rem;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #bababb;
  text-align: center;
  transition: 0.5s cubic-bezier(0.57, 0.19, 0.22, 0.99);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .u-white-btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .u-white-btn {
    font-size: 1.4rem;
  }
}
.u-white-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73b6e9;
  border-radius: 3rem;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition: 0.5s cubic-bezier(0.57, 0.19, 0.22, 0.99);
}
.u-white-btn span {
  position: relative;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .u-white-btn:hover:hover {
    color: #ffffff;
  }
  .u-white-btn:hover:hover::before {
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
}
.u-white-btn--hd {
  padding: 0.5rem 1.5rem;
}

.u-graysqu-btn {
  position: relative;
  overflow: hidden;
  padding: 1em 2em;
  font-size: 1em;
  border-radius: 1em;
  background-color: #efedf1;
  transition: 0.5s cubic-bezier(0.57, 0.19, 0.22, 0.99);
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1rem;
  -ms-flex-align: center;
      align-items: center;
}
.u-graysqu-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1em;
  background-color: #73b6e9;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition: 0.5s cubic-bezier(0.57, 0.19, 0.22, 0.99);
}
.u-graysqu-btn span {
  position: relative;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .u-graysqu-btn:hover:hover {
    color: #ffffff;
  }
  .u-graysqu-btn:hover:hover span, .u-graysqu-btn:hover:hover i {
    color: #ffffff;
  }
  .u-graysqu-btn:hover:hover::before {
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
}

.u-txt-link {
  position: relative;
  display: inline-block;
  transition: 0.3s cubic-bezier(0.57, 0.19, 0.22, 0.99);
}
.u-txt-link::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.25rem;
  left: -1rem;
  width: calc(100% + 2rem);
  height: calc(100% + 0.5rem);
  border-radius: 3em;
  background-color: #efedf1;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.57, 0.19, 0.22, 0.99);
}
.u-txt-link span {
  position: relative;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .u-txt-link:hover:hover::before {
    opacity: 1;
  }
}

.u-btn-line {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transition: 0.3s cubic-bezier(0.57, 0.19, 0.22, 0.99);
}
.u-btn-line:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #3b3736;
  transition: 0.3s cubic-bezier(0.57, 0.19, 0.22, 0.99);
}
.u-btn-line:hover:after {
  width: 100%;
}
.u-btn-line--tab i {
  margin-left: 0.5rem;
  display: inline-block;
  width: 1em;
  height: 0.8em;
  padding: 0.5rem;
  background-image: url(../../images/common/icon_tab_bk.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

/* ------------------------------------------------------------
	Hover Animation
------------------------------------------------------------ */
.u-parentURL {
  pointer-events: none;
}

/* ------------------------------------------------------------
	icon arrows　アイコン矢印全般
------------------------------------------------------------ */
.u-arw__t {
  /* ^ */
}
.u-arw__t--ku {
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  -ms-transform: translateY(25%) rotate(-45deg);
      transform: translateY(25%) rotate(-45deg);
}
.u-arw__r {
  /* 再生ボタン */
  /* → */
  /* ＞ */
}
.u-arw__r--play {
  font-size: max(1.2em, 16px);
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.7em;
  height: 0.7em;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}
.u-arw__r--play::before {
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.2em 0.31177em;
  border-left-color: currentColor;
  border-right: 0;
  -ms-transform: translateX(15%);
      transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.u-arw__r--yaji {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1.6em;
  height: 0.1em;
  background: currentColor;
}
.u-arw__r--yaji::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -ms-transform-origin: top right;
      transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
.u-arw__r--ku {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.6em;
  height: 0.6em;
  -ms-transform: translate(-25%, 0) rotate(45deg);
      transform: translate(-25%, 0) rotate(45deg);
}
.u-arw__r--ku::before, .u-arw__r--ku::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.u-arw__r--ku::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.05em;
}
.u-arw__r--ku::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.05em;
}

.u-tab--white {
  width: 1em;
  height: 0.8em;
  background-image: url(../../images/common/icon_tab.svg);
  background-size: cover;
}

/* ------------------------------------------------------------
    responsive display 主に<br>で使用
------------------------------------------------------------ */
.u-pc {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .u-sp {
    display: block !important;
  }
}

.u-pci {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .u-pci {
    display: none;
  }
}

.u-spi {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-spi {
    display: inline-block;
  }
}

.u-pcf {
  display: -ms-flexbox !important;
  display: flex !important;
}
@media only screen and (max-width: 768px) {
  .u-pcf {
    display: none !important;
  }
}

.u-spf {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .u-spf {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/* ------------------------------------------------------------
    wrapper width　主に使用
------------------------------------------------------------ */
.u-inner {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .u-inner--pc {
    width: 100%;
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
  }
}

.u-inner128 {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .u-inner128--pc {
    width: 100%;
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
  }
}

.u-inner20 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + 2rem);
}
@media only screen and (max-width: 768px) {
  .u-inner20--pc {
    width: 100%;
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
  }
}

.u-inner40 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + 4rem);
}
@media only screen and (max-width: 768px) {
  .u-inner40--pc {
    width: 100%;
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ------------------------------------------------------------
    対のコンテンツに使用
------------------------------------------------------------ */
.u-twin {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -ms-flex-align: center;
      align-items: center;
  grid-template-columns: min-content 1fr;
  gap: 1rem;
}
.u-twin--list {
  -ms-flex-align: start;
      align-items: flex-start;
}

/* ------------------------------------------------------------
    flex layout 微調整時のみ使用
------------------------------------------------------------ */
.u-flex {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
.u-flex.flex-btw {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.u-flex.flex-btw-basis {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .u-flex.flex-btw-basis {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.u-flex.flex-ard {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.u-flex.flex-row {
  -ms-flex-direction: row;
      flex-direction: row;
}
.u-flex.flex-row-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.u-flex.flex-col {
  -ms-flex-direction: column;
      flex-direction: column;
}
.u-flex.flex-col-reverse {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
.u-flex.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.u-flex.flex-alin-c {
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 768px) {
  .u-flex.sm_flex-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .u-flex.sm_flex-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .u-flex.sm_flex-col {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .u-flex.sm_flex-col-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .u-flex.sm_flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* ------------------------------------------------------------
    margin top, margin bottom
------------------------------------------------------------ */
.u-mt-5 {
  margin-top: 0.5rem;
}

.u-mb-5 {
  margin-bottom: 0.5rem;
}

.u-pt-5 {
  padding-top: 0.5rem;
}

.u-pb-5 {
  padding-bottom: 0.5rem;
}

.u-mt-10 {
  margin-top: 1rem;
}

.u-mb-10 {
  margin-bottom: 1rem;
}

.u-pt-10 {
  padding-top: 1rem;
}

.u-pb-10 {
  padding-bottom: 1rem;
}

.u-mt-15 {
  margin-top: 1.5rem;
}

.u-mb-15 {
  margin-bottom: 1.5rem;
}

.u-pt-15 {
  padding-top: 1.5rem;
}

.u-pb-15 {
  padding-bottom: 1.5rem;
}

.u-mt-20 {
  margin-top: 2rem;
}

.u-mb-20 {
  margin-bottom: 2rem;
}

.u-pt-20 {
  padding-top: 2rem;
}

.u-pb-20 {
  padding-bottom: 2rem;
}

.u-mt-25 {
  margin-top: 2.5rem;
}

.u-mb-25 {
  margin-bottom: 2.5rem;
}

.u-pt-25 {
  padding-top: 2.5rem;
}

.u-pb-25 {
  padding-bottom: 2.5rem;
}

.u-mt-30 {
  margin-top: 3rem;
}

.u-mb-30 {
  margin-bottom: 3rem;
}

.u-pt-30 {
  padding-top: 3rem;
}

.u-pb-30 {
  padding-bottom: 3rem;
}

.u-mt-35 {
  margin-top: 3.5rem;
}

.u-mb-35 {
  margin-bottom: 3.5rem;
}

.u-pt-35 {
  padding-top: 3.5rem;
}

.u-pb-35 {
  padding-bottom: 3.5rem;
}

.u-mt-40 {
  margin-top: 4rem;
}

.u-mb-40 {
  margin-bottom: 4rem;
}

.u-pt-40 {
  padding-top: 4rem;
}

.u-pb-40 {
  padding-bottom: 4rem;
}

.u-mt-45 {
  margin-top: 4.5rem;
}

.u-mb-45 {
  margin-bottom: 4.5rem;
}

.u-pt-45 {
  padding-top: 4.5rem;
}

.u-pb-45 {
  padding-bottom: 4.5rem;
}

.u-mt-50 {
  margin-top: 5rem;
}

.u-mb-50 {
  margin-bottom: 5rem;
}

.u-pt-50 {
  padding-top: 5rem;
}

.u-pb-50 {
  padding-bottom: 5rem;
}

.u-mt-55 {
  margin-top: 5.5rem;
}

.u-mb-55 {
  margin-bottom: 5.5rem;
}

.u-pt-55 {
  padding-top: 5.5rem;
}

.u-pb-55 {
  padding-bottom: 5.5rem;
}

.u-mt-60 {
  margin-top: 6rem;
}

.u-mb-60 {
  margin-bottom: 6rem;
}

.u-pt-60 {
  padding-top: 6rem;
}

.u-pb-60 {
  padding-bottom: 6rem;
}

.u-mt-65 {
  margin-top: 6.5rem;
}

.u-mb-65 {
  margin-bottom: 6.5rem;
}

.u-pt-65 {
  padding-top: 6.5rem;
}

.u-pb-65 {
  padding-bottom: 6.5rem;
}

.u-mt-70 {
  margin-top: 7rem;
}

.u-mb-70 {
  margin-bottom: 7rem;
}

.u-pt-70 {
  padding-top: 7rem;
}

.u-pb-70 {
  padding-bottom: 7rem;
}

.u-mt-75 {
  margin-top: 7.5rem;
}

.u-mb-75 {
  margin-bottom: 7.5rem;
}

.u-pt-75 {
  padding-top: 7.5rem;
}

.u-pb-75 {
  padding-bottom: 7.5rem;
}

.u-mt-80 {
  margin-top: 8rem;
}

.u-mb-80 {
  margin-bottom: 8rem;
}

.u-pt-80 {
  padding-top: 8rem;
}

.u-pb-80 {
  padding-bottom: 8rem;
}

.u-mt-85 {
  margin-top: 8.5rem;
}

.u-mb-85 {
  margin-bottom: 8.5rem;
}

.u-pt-85 {
  padding-top: 8.5rem;
}

.u-pb-85 {
  padding-bottom: 8.5rem;
}

.u-mt-90 {
  margin-top: 9rem;
}

.u-mb-90 {
  margin-bottom: 9rem;
}

.u-pt-90 {
  padding-top: 9rem;
}

.u-pb-90 {
  padding-bottom: 9rem;
}

.u-mt-95 {
  margin-top: 9.5rem;
}

.u-mb-95 {
  margin-bottom: 9.5rem;
}

.u-pt-95 {
  padding-top: 9.5rem;
}

.u-pb-95 {
  padding-bottom: 9.5rem;
}

.u-mt-100 {
  margin-top: 10rem;
}

.u-mb-100 {
  margin-bottom: 10rem;
}

.u-pt-100 {
  padding-top: 10rem;
}

.u-pb-100 {
  padding-bottom: 10rem;
}

/* ------------------------------------------------------------
    section space
------------------------------------------------------------ */
.u-sec-spa {
  margin-top: 10rem;
}
@media only screen and (max-width: 768px) {
  .u-sec-spa {
    margin-top: 5rem;
  }
}

/* ------------------------------------------------------------
    text関連 微修正時のみ使用
------------------------------------------------------------ */
.u-inlB {
  display: inline-block;
}

.u-t_c {
  text-align: center !important;
}

.u-t_l {
  text-align: left !important;
}

.u-t_r {
  text-align: right !important;
}

@media only screen and (max-width: 768px) {
  .u-t_u-sp {
    text-align: center !important;
  }

  .u-t_l-sp {
    text-align: left !important;
  }

  .u-t_r-sp {
    text-align: right !important;
  }
}
/* ------------------------------------------------------------
    text size　微修正時のみ使用
------------------------------------------------------------ */
.u-f14 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .u-f14 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .u-f14 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .u-f14 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .u-f14 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .u-f14 {
    font-size: 1.4rem;
  }
}

.u-f12 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .u-f12 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .u-f12 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .u-f12 {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .u-f12 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .u-f12 {
    font-size: 1.4rem;
  }
}

.u-f11 {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .u-f11 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .u-f11 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .u-f11 {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .u-f11 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .u-f11 {
    font-size: 1.4rem;
  }
}

.u-f10 {
  line-height: 1.4;
  font-size: 10px;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .u-f10 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .u-f10 {
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=../../map/common/common.css.map */