@charset "UTF-8";
/*! reset.css */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  padding: 0;
  list-style: none;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
main {
  display: block;
}

.font-gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.font-mincho {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
}

.main-contents {
  padding-top: 58px;
}

html {
  line-height: 1;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #221815;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    padding-bottom: 80px;
  }
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
a img {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}

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

main {
  display: block;
}

#js-cover {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
}
#js-cover.is-hamburger-open {
  display: block;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

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

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

.hidden {
  display: none;
}

.loaded {
  display: block;
}

picture img {
  vertical-align: top;
}

img {
  vertical-align: top;
  line-height: 1;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.aniFadeIn {
  opacity: 0;
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}
.aniFadeIn.doAniFadeIn {
  opacity: 1;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}
.aniFadeIn.fadeUp {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.aniFadeIn.fadeLeft {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.aniFadeIn.fadeDown {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.aniFadeIn.fadeRight {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.aniFadeIn.fadeExpand {
  -webkit-transform: translateY(100px) scale(0.7);
          transform: translateY(100px) scale(0.7);
}
.aniFadeIn.fadeExpand.action {
  -webkit-transform: translateY(0) scale(1) !important;
          transform: translateY(0) scale(1) !important;
}
.aniFadeIn.textFade .fadeTarget {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.aniFadeIn.textFade .fadeTarget:nth-of-type(2n-1) {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.aniFadeIn.textFade .fadeTarget:nth-of-type(2n) {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.aniFadeIn.textFade .fadeTarget.action {
  opacity: 1;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
}

sup {
  font-size: 62.5%;
}

.green {
  color: #0082a5;
}

.fz68p {
  font-size: 68%;
}

.fz70p {
  font-size: 70%;
}

.fz72p {
  font-size: 72%;
}

.fz75p {
  font-size: 75%;
}

.fz78p {
  font-size: 78%;
}

.fz112p {
  font-size: 112%;
}

.fz120p {
  font-size: 120%;
}

.fz133p {
  font-size: 133%;
}

.fz136p {
  font-size: 136%;
}

.fz140p {
  font-size: 140%;
}

.fz150p {
  font-size: 150%;
}

.fz175p {
  font-size: 175%;
}

.fz187p {
  font-size: 187%;
}

.fz192p {
  font-size: 192%;
}

.fz218p {
  font-size: 218%;
}

.fz254p {
  font-size: 254%;
}

.red {
  color: #e60012;
}

.common-inner {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .common-inner {
    padding: 0 20px;
  }
}

.common-note {
  max-width: 1000px;
  margin: 0 auto 40px;
  font-size: 1.2rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .common-note {
    font-size: 1rem;
  }
}

.common-btn-type1 {
  display: block;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: #ba0a0a;
  max-width: 742px;
  margin: auto;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .common-btn-type1 {
    font-size: 1.4rem;
    padding: 15px;
  }
}
.common-btn-type1:hover {
  text-decoration: none;
}

.common-btn-type2 {
  position: relative;
  display: block;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: #FA0000;
  max-width: 272px;
  margin: auto;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .common-btn-type2 {
    font-size: 1.4rem;
    padding: 15px;
  }
}
.common-btn-type2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
  margin: auto 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.common-btn-type2::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 16px;
  height: 16px;
  margin: auto 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.common-btn-type2:hover {
  text-decoration: none;
}

.common-heading1 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #112d4e;
}
@media screen and (max-width: 767px) {
  .common-heading1 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.common-border-heading1 {
  text-align: center;
  color: #000;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .common-border-heading1 {
    margin-bottom: 20px;
  }
}
.common-border-heading1__inner {
  display: inline-block;
  border-bottom: solid 3px #003c80;
  padding-bottom: 3px;
}
.common-border-heading1__main {
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: solid 1px #003c80;
}
@media screen and (max-width: 767px) {
  .common-border-heading1__main {
    font-size: 2rem;
    padding-bottom: 10px;
  }
}

.common-table-type1 {
  color: #112D4E;
  width: 100%;
}
.common-table-type1 th {
  color: #fff;
  background: #112d4e;
  padding: 10px;
  width: 140px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .common-table-type1 th {
    width: 120px;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.common-table-type1 td {
  color: #222;
  background: #EFEEDF;
  padding: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .common-table-type1 td {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}

.page-contents {
  padding-top: 148px;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .page-contents {
    padding-top: 75px;
    margin: 0 10px;
  }
}

.mt40 {
  margin-top: 40px;
}

.mt20 {
  margin-top: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mb-3 {
  margin-bottom: 3em;
}

.mb-4 {
  margin-bottom: 4em;
}

.mb-5 {
  margin-bottom: 5em;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.font-bold {
  font-weight: bold;
}

.cap {
  margin-top: 20px;
  font-size: 1.2rem;
}

.footer-bg {
  padding: 0 10px;
}

.section-inner {
  max-width: 1100px;
  margin: auto;
  padding: 0 15px;
}

.title-box {
  margin: auto;
  padding: 40px;
  max-width: 650px;
  border-radius: 20px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #fff;
}
.title-box img {
  margin: auto;
  text-align: center;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .title-box img {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .title-box {
    border-radius: 10px;
    padding: 10px 20px;
  }
}

.inner-contents {
  margin: 60px auto;
}

.contact-box {
  text-align: center;
  background-color: #53aace;
  max-width: 200px;
  margin: auto;
  display: block;
  font-size: 14px;
  padding: 10px 30px;
  color: #fff;
  border-radius: 40px;
}

.news-title {
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}

.news-date {
  border: 1px solid #000;
  padding: 2px 16px;
  display: inline;
  color: #000;
  border-radius: 20px;
  font-size: 14px;
  margin: 20px 0;
}

.news-text {
  margin-top: 20px;
  margin-bottom: 40px;
}

.privacy-box .dt_01 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.privacy-box dt.dt_02 {
  font-size: 16px;
  margin-bottom: 10px;
  border-bottom: none;
}
.privacy-box dt {
  font-size: 16px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
.privacy-box dt, .privacy-box dd {
  font-size: 14px;
}

.footer-link {
  margin-top: 10px;
  display: block;
  font-size: 12px;
}

.c-page-bg-1 {
  background: url("../img/pc/common_bg_1.png") top center/100% auto repeat-y;
}
@media screen and (max-width: 767px) {
  .c-page-bg-1 {
    background: url("../img/pc/common_bg_1.png") top 2vw center/100% auto repeat-y;
  }
}

.c-page-bg-1-no-repeat {
  background: url("../img/pc/common_bg_1.png") top center/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .c-page-bg-1-no-repeat {
    background: url("../img/pc/common_bg_1.png") top 2vw center/100% auto no-repeat;
  }
}

.c-page-bg-2-no-repeat {
  background: url("../img/pc/common_bg_1.png") top -200px center/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .c-page-bg-2-no-repeat {
    background: url("../img/pc/common_bg_1.png") top -150px center/100% auto no-repeat;
  }
}

.c-page-header {
  position: relative;
  max-width: 1698px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  min-height: 30px;
}
@media screen and (max-width: 767px) {
  .c-page-header {
    margin-bottom: 20px;
  }
}
.c-page-header .c-page-header__main {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-page-header .c-page-header__main {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.c-page-header .c-page-header__main .heading-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.c-page-header .c-page-header__main .heading-wrapper .heading .heading-main {
  font-size: 4.8rem;
  font-weight: normal;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 767px) {
  .c-page-header .c-page-header__main .heading-wrapper .heading .heading-main {
    font-size: 2.4rem;
  }
}
.c-page-header .c-page-header__main .heading-wrapper .heading .heading-sub {
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 767px) {
  .c-page-header .c-page-header__main .heading-wrapper .heading .heading-sub {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-page-header .c-page-header__main .header-image > img {
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 15px;
  }
}
.c-page-header .c-page-header__aside {
  position: fixed;
  z-index: 15;
  top: 128px;
  right: 20px;
  background: #fff;
  border-bottom-left-radius: 30px;
  padding: 12px 20px 10px 40px;
}
@media screen and (max-width: 767px) {
  .c-page-header .c-page-header__aside {
    top: 60px;
    margin-top: -2px;
    right: 10px;
    border-bottom-left-radius: 15px;
    padding: 10px 10px 0 10px;
  }
}
.c-page-header .c-page-header__aside .aside-text-1 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-page-header .c-page-header__aside .aside-text-1 {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
.c-page-header .c-page-header__aside .aside-list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-page-header .c-page-header__aside .aside-list-1 .aside-tel {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-page-header .c-page-header__aside .aside-list-1 .aside-tel img {
    width: 124px;
  }
}
.c-page-header .c-page-header__aside .aside-list-1 .aside-line {
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-page-header .c-page-header__aside .aside-list-1 .aside-line img {
    width: 108px;
  }
}
.c-page-header .c-page-header__aside .aside-list-1 .aside-mail {
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-page-header .c-page-header__aside .aside-list-1 .aside-mail img {
    width: 108px;
  }
}
.c-page-header.c-page-header .c-page-header__aside {
  border-bottom-right-radius: 30px;
}
@media screen and (max-width: 767px) {
  .c-page-header.c-page-header .c-page-header__aside {
    border-bottom-right-radius: 10px;
  }
}

.c-breadcrumbs .c-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 80px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs .c-breadcrumbs__list {
    margin-bottom: 20px;
  }
}
.c-breadcrumbs .c-breadcrumbs__list > li {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs .c-breadcrumbs__list > li {
    font-size: 1.2rem;
  }
}
.c-breadcrumbs .c-breadcrumbs__list > li:not(:last-child)::after {
  content: "＞";
  margin-left: 1em;
  margin-right: 1em;
}

.c-main-content {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@-webkit-keyframes animeMvShow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animeMvShow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes aniTabFadeIn {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes aniTabFadeIn {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ul.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 900px;
  margin: 40px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  ul.footer-logo {
    max-width: 200px;
  }
}
ul.footer-logo li {
  width: 31%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  ul.footer-logo li {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .info {
    margin-top: 10px;
  }
}
.footer-c {
  font-size: 11px;
  text-align: center;
}

.footer-tel {
  text-align: center;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .footer-tel {
    max-width: 340px;
  }
}

.g-header {
  padding: 0 10px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 105;
  top: 0;
  left: 0;
  min-height: 58px;
}
.g-header .logo {
  padding-top: 5px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .g-header .logo {
    margin-left: 0;
  }
}
.g-header .g-header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.g-header .right-nav {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.g-header .right-nav li.right-text {
  position: absolute;
  right: 40%;
  top: 10px;
  font-size: 11px;
}
.g-header .right-nav a.current, .g-header .right-nav a:hover {
  padding-bottom: 3px;
  border-bottom: 3px solid #147fac;
}
.g-header .right-nav a {
  text-decoration: none;
  font-size: 14px;
}
.g-header .right-nav li {
  margin-right: 20px;
}
.g-header .right-nav li:last-child {
  margin-right: 0;
}
.g-header .right-nav li.contact, .g-header .right-nav li.line {
  max-width: 140px;
  margin-right: 0;
}
.g-header .right-nav li.contact a:hover, .g-header .right-nav li.line a:hover {
  border: none;
}
.g-header .right-nav li.contact img, .g-header .right-nav li.line img {
  width: 100%;
}
.g-header .header-nav {
  margin: 40px auto 5px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.g-header .header-nav li {
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .g-header .header-nav li img {
    max-height: 16px;
  }
}
.g-header .header-nav2 {
  margin: 40px auto 5px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.g-header .header-nav2 li {
  width: 31%;
  margin-bottom: 20px;
  text-align: center;
}
.g-header ul.header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
}
.g-header ul.header-flex .logo {
  position: relative;
  z-index: 32;
  min-width: 180px;
}
.g-header ul.header-flex .logo img {
  width: 100%;
}
.g-header ul.header-flex .aside-wrapper {
  width: 680%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.g-header ul.header-flex .aside-wrapper .info {
  margin-left: 10px;
}
.g-header .aside-wrapper {
  position: relative;
  color: #000;
}
.g-header .sp-only .logo {
  position: absolute;
  left: 10px;
  top: 10px;
}
.g-header .sp-only .logo img {
  max-width: 120px;
}
.g-header .hamburger-menu {
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 10px;
  width: 30px;
  height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.g-header .hamburger-menu > span {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.g-header .hamburger-menu > span:nth-of-type(1) {
  top: 0;
}
.g-header .hamburger-menu > span:nth-of-type(2) {
  top: 9px;
}
.g-header .hamburger-menu > span:nth-of-type(3) {
  top: auto;
  bottom: 0;
}
.g-header .hamburger-menu.is-hamburger-open {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.g-header .hamburger-menu.is-hamburger-open > span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}
.g-header .hamburger-menu.is-hamburger-open > span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.g-header .hamburger-menu.is-hamburger-open > span:nth-of-type(3) {
  opacity: 0;
}
.g-header .g-nav-list-wrapper {
  position: fixed;
  display: none;
  top: 58px;
  right: 20px;
  z-index: 20;
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.g-header .g-nav-list-wrapper.is-hamburger-open {
  max-width: 800px;
  display: block;
  top: 58px;
  right: 0px;
  background-color: rgba(2, 147, 173, 0.7);
}
@media screen and (max-width: 767px) {
  .g-header .g-nav-list-wrapper.is-hamburger-open {
    left: 0px;
  }
}
.g-header .g-nav-list-wrapper2 {
  position: fixed;
  display: none;
  top: 58px;
  z-index: 20;
  width: 100%;
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.g-header .g-nav-list-wrapper2.is-hamburger-open2 {
  width: 100%;
  display: block;
  top: 58px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.g-header .g-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #000;
  padding: 20px 0 40px;
}
.g-header .g-nav-list li {
  -webkit-box-flex: 48%;
      -ms-flex: 48%;
          flex: 48% 1;
  text-align: center;
}
.g-header .g-nav-list .soon,
.g-header .g-nav-list a {
  position: relative;
  display: block;
  font-size: 1.3rem;
  text-align: center;
  color: #000;
  padding: 1em;
}
.g-header .g-nav-list .soon::after,
.g-header .g-nav-list a::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 5px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 1px;
  background: transparent;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.g-header .g-nav-list .soon {
  color: #ccc;
  position: relative;
}
.g-header .g-nav-list a.selected, .g-header .g-nav-list a:hover {
  text-decoration: none;
}
.g-header .g-nav-list a.selected::after, .g-header .g-nav-list a:hover::after {
  background: #fff;
}

.sp-footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  margin: auto;
}
.sp-footer-flex img {
  width: 100%;
}
.sp-footer-flex #js-toggle-nav3 {
  width: 31.8%;
}
.sp-footer-flex .footer-img {
  width: 68.2%;
}

.foot-sp {
  position: fixed;
  bottom: 90px;
  right: 10px;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .tel-info {
    font-size: 13px;
  }
}

.g-nav-list-wrapper3 {
  position: fixed;
  display: none;
  bottom: 100px;
  z-index: 20;
  width: 100%;
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.g-nav-list-wrapper3.is-hamburger-open3 {
  width: 100%;
  display: block;
  height: 100vh;
  top: 58px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.header-nav3 {
  margin: 40px auto 5px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100vh;
}
.header-nav3 li {
  margin-top: 20px;
}

.footer-nav {
  margin: 20px auto 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-nav li:first-child {
  border: none;
}
.footer-nav li {
  padding: 10px 20px;
  width: 11%;
  text-align: center;
  background: #5dbcd1;
  background: -webkit-gradient(linear, left bottom, left top, from(#5dbcd1), to(#a4dbe3));
  background: linear-gradient(0deg, #5dbcd1 0%, #a4dbe3 100%);
}
.footer-nav a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer-nav {
    display: none;
  }
}

h3.banner-title {
  border-left: 2px solid #15307D;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  h3.banner-title {
    font-size: 14px;
  }
}

ul.footer-banner-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.footer-banner-flex li {
  width: 23%;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  ul.footer-banner-flex li {
    width: 48%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  ul.footer-banner-flex {
    margin: 20px auto;
  }
}

.copyright {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .copyright {
    font-size: 9px;
  }
}

ul.footer-link-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.footer-link-flex li {
  width: 20%;
  text-align: center;
  font-size: 12px;
  border-right: 1px solid #000;
}
@media screen and (max-width: 767px) {
  ul.footer-link-flex li {
    width: 32%;
    font-size: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  ul.footer-link-flex li:nth-child(3) {
    border-right: none;
  }
}
ul.footer-link-flex li:nth-child(5) {
  border-right: none;
}
@media screen and (max-width: 767px) {
  ul.footer-link-flex li:nth-child(4), ul.footer-link-flex li:nth-child(5) {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  ul.footer-link-flex {
    margin: 20px auto;
  }
}

ul.footer-tel-flex {
  max-width: 840px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  ul.footer-tel-flex {
    padding-top: 20px;
  }
}
ul.footer-tel-flex li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  ul.footer-tel-flex li {
    width: 85%;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
  }
}
ul.footer-tel-flex .tel {
  font-size: 28px;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  ul.footer-tel-flex {
    margin: 20px auto;
  }
}

#page-top .acd-check {
  display: none;
}
#page-top .acd-label {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
#page-top .acd-content {
  height: 0;
  opacity: 0;
  padding: 0 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
}
#page-top .acd-check:checked + .acd-label + .acd-content {
  height: 100%;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
#page-top .acd-label:after {
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "+";
  display: block;
  height: 52px;
  font-size: 28px;
  position: absolute;
  right: 0;
  top: 0px;
}
@media screen and (max-width: 767px) {
  #page-top .acd-label:after {
    top: -7px;
  }
}
#page-top .acd-check:checked + .acd-label:after {
  content: "-";
}
#page-top .pagetop {
  position: absolute;
  z-index: 1;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page-top .pagetop {
    bottom: -30px;
  }
}
#page-top .pagetop img {
  text-align: center;
}
#page-top .center-box {
  text-align: center;
  margin: 40px auto;
}
#page-top .mv img {
  width: 100%;
}
#page-top .top-movie {
  padding: 60px 0;
  position: relative;
}
#page-top .movie-txt {
  z-index: -1;
  bottom: -10px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #page-top .movie-txt {
    width: 60%;
  }
}
#page-top .top-recommend {
  margin-top: 60px;
  padding: 60px 0;
  background-color: #DEF1F4;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page-top .top-recommend {
    margin-top: 20px;
    padding: 30px 0;
  }
}
#page-top .common-title {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #page-top .common-title {
    margin-top: 30px;
  }
}
#page-top .common-title .common-title-img {
  text-align: center;
  margin-bottom: 20px;
}
#page-top .common-title .common-jpn-title {
  font-size: 30px;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #page-top .common-title .common-jpn-title {
    font-size: 24px;
  }
}
#page-top .common-title-step {
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page-top .common-title-step {
    position: relative;
    z-index: 100;
    width: 32%;
    top: 60px;
  }
}
#page-top .common-txt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  #page-top .common-txt {
    font-size: 12px;
    letter-spacing: normal;
  }
}
#page-top .center {
  text-align: center;
}
#page-top .recommend-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
#page-top .recommend-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px auto;
}
#page-top .recommend-flex li {
  width: 48%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page-top .recommend-flex li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #page-top .reserve-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
#page-top .recommend-flex.mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #page-top .recommend-flex.mb100 {
    margin-bottom: 50px;
  }
}
#page-top .top-flow {
  margin-top: 60px;
  padding: 60px 0;
  background-color: #DEF1F4;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page-top .top-flow {
    margin-top: 20px;
    padding: 30px 0;
  }
}
#page-top .top-flow .common-title {
  position: relative;
  z-index: 2;
}
#page-top .top-flow .common-title-flow {
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  top: 60px;
  margin: auto;
  text-align: center;
}
#page-top .top-flow .common-title-flow img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page-top .top-flow .common-title-flow {
    width: 60%;
    top: 80px;
  }
}
#page-top .flow-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  #page-top .flow-flex {
    margin-top: 20px;
  }
}
#page-top .flow-flex li {
  width: 32%;
  margin-bottom: 20px;
}
#page-top .flow-flex li img {
  max-width: 251px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #page-top .flow-flex li {
    width: 100%;
    margin-bottom: 30px;
  }
}
#page-top .flow-flex h3 {
  margin-top: 20px;
  color: #0293AD;
  font-size: 20px;
}
#page-top .white-box {
  background: #F4FBFC;
  padding: 4px 20px;
  border-radius: 20px;
}
#page-top .app-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto 0;
  max-width: 600px;
}
#page-top .app-flex li {
  width: 48%;
  text-align: center;
  margin-bottom: 20px;
}
#page-top .white-space {
  background-color: #fff;
  margin-top: 60px;
}
#page-top .white-space img {
  width: 100%;
}
#page-top .top-voice {
  padding: 20px 0;
  position: relative;
  background-color: #def1f4;
  z-index: 2;
}
#page-top .top-voice .common-title {
  margin-top: 0;
}
#page-top .top-voice .voice-txt {
  left: 0;
  top: 100px;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #page-top .top-voice .voice-txt {
    width: 10%;
  }
}
#page-top .top-voice .voice-img {
  margin: 60px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page-top .top-voice .voice-img {
    padding: 0 20px;
  }
}
#page-top .banner img {
  width: 100%;
}
#page-top .top-banner {
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page-top .top-banner {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
#page-top .faq-box {
  margin-top: 30px;
}
#page-top .faq-title {
  color: #0293AD;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #page-top .faq-title {
    font-size: 16px;
  }
}
#page-top .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
#page-top .youtube iframe {
  width: 100%;
  height: 100%;
}
#page-top .top-faq {
  padding: 60px 0;
}
#page-top .top-faq .common-jpn-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page-top .top-faq {
    padding: 30px 0;
  }
}
#page-top .top-news {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  #page-top .top-news {
    padding: 30px 0;
  }
}
#page-top .faq-a-txt {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page-top .faq-a-txt {
    font-size: 14px;
  }
}
#page-top .news-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto 0;
}
#page-top .news-flex li:first-child {
  width: 250px;
}
@media screen and (max-width: 767px) {
  #page-top .news-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  #page-top .news-flex li:first-child {
    width: 100%;
  }
}
#page-top .news-flex li {
  margin-bottom: 10px;
}
#page-top .news-flex .date {
  font-weight: bold;
  margin-right: 20px;
}
#page-top .news-flex .tag {
  background-color: #0293AD;
  border-radius: 6px;
  padding: 4px 10px;
  color: #fff;
  text-align: center;
  margin-right: 20px;
}
#page-top .news-flex .desc {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.24em;
}
#page-top .news-flex .desc span{
  font-weight: normal;
  font-size: 16px;
}
span.icon-call img {
    width: 15%;
    vertical-align: middle;
    padding-right: 5px;
}
.p12 {
	font-size: 12px;
}
.padding10{
	padding-top: 10px;
}
@media screen and (max-width: 767px) {
	.padding10{
	padding-top: 0px;
}
}