@charset "UTF-8";
html, body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 1em;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 300;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  max-width: 100%;
}

hr {
  display: none;
}

a {
  color: inherit;
  text-decoration: underline;
}

table {
  width: 100%;
  border-collapse: collapse;
}

video {
  width: 100%;
  max-width: 100%;
}

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

.list-unstyled {
  list-style: none;
}

.serif {
  font-family: 'Noto Serif JP', serif;
}

@media (min-width: 769px) {
  a:hover {
    text-decoration: none;
  }
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.fd-c {
  flex-direction: column;
}

.fd-cr {
  flex-direction: column-reverse;
}

.fd-r {
  flex-direction: row;
}

.fd-rr {
  flex-direction: row-reverse;
}

.jc-sb {
  justify-content: space-between;
}

.jc-c {
  justify-content: center;
}

.ai-c {
  align-items: center;
}

.ai-fs {
  align-items: flex-start;
}

.ai-fe {
  align-items: flex-end;
}

@media (min-width: 769px) {
  .d-pc-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .jc-pc-c {
    justify-content: center;
  }
  .ai-pc-fs {
    align-items: flex-start;
  }
  .ai-pc-st {
    align-items: stretch;
  }
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.d-block {
  display: block;
}

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

@media (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .d-pc-inline-block {
    display: inline-block;
  }
}

.liquid-inner {
  position: relative;
  width: 94.66667%;
  margin: 0 auto;
}

.liquid-inner .solid-inner {
  width: 100%;
}

.solid-inner {
  position: relative;
  width: 94.66667%;
  margin: 0 auto;
}

.w84-inner {
  position: relative;
  width: 94.66667%;
  margin: 0 0 0 auto;
}

.w84-inner .w754-inner {
  width: 94.3662%;
}

.w754-inner {
  position: relative;
}

@media (min-width: 769px) {
  .liquid-inner {
    width: 84.0404%;
    max-width: 832px;
  }
  .liquid-inner .solid-inner {
    width: 832px;
  }
  .liquid-pc-inner {
    position: relative;
    width: 84.0404%;
    max-width: 832px;
    margin: 0 auto;
  }
  .solid-inner {
    width: 832px;
  }
  .w84-inner {
    width: 84.34343%;
    margin: 0 0 0 auto;
  }
  .w84-inner .w754-inner {
    width: 754px;
    margin: 0 auto;
  }
  .w754-inner {
    width: 754px;
    margin: 0 auto;
  }
}

.tit01 {
  padding-bottom: 1em;
  color: #004EA2;
  text-align: center;
}

@media (max-width: 768px) {
  .tit01 {
    font-size: 5.6vw;
    line-height: 2;
    letter-spacing: 0.18em;
  }
}

@media (min-width: 769px) {
  .tit01 {
    font-size: 2.1rem;
    line-height: 1.47619;
    letter-spacing: 0.18em;
  }
}

.tit01.white {
  color: #fff;
}

.tit02 {
  margin-bottom: 1em;
  padding-bottom: .5em;
  border-bottom: 1px #121212 solid;
}

.tit02 span {
  display: block;
  font-weight: 700;
}

@media (max-width: 768px) {
  .tit02 span {
    font-size: 4.8vw;
    line-height: 1;
    letter-spacing: 0.001em;
  }
}

@media (min-width: 769px) {
  .tit02 span {
    font-size: 3.6rem;
    line-height: 1;
    letter-spacing: 0.001em;
  }
}

.tit02 small {
  display: inline-block;
  padding-top: .5em;
}

@media (max-width: 768px) {
  .tit02 small {
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0.001em;
  }
}

@media (min-width: 769px) {
  .tit02 small {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0.001em;
  }
}

.tit03 {
  padding-bottom: .5em;
}

@media (max-width: 768px) {
  .tit03 {
    font-size: 4.8vw;
    line-height: 1;
    letter-spacing: 0.001em;
  }
}

@media (min-width: 769px) {
  .tit03 {
    font-size: 3.6rem;
    line-height: 1;
    letter-spacing: 0.001em;
  }
}

.tit03 span {
  display: block;
  color: #004EA2;
  font-weight: 700;
}

.tit03 small {
  display: inline-block;
  padding-top: .5em;
}

@media (max-width: 768px) {
  .tit03 small {
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0.001em;
  }
}

@media (min-width: 769px) {
  .tit03 small {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0.001em;
  }
}

@media (min-width: 769px) {
  .tit02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 1.5em;
    padding-bottom: .8em;
  }
  .tit02 span {
    display: inline-block;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  .tit02 span {
    font-size: 2.4vw;
    line-height: 1;
    letter-spacing: 0.001em;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .tit02 span {
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.001em;
  }
}

@media (min-width: 769px) {
  .tit02 small {
    padding: 0 0 0 2em;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  .tit02 small {
    font-size: 1.6vw;
    line-height: 1;
    letter-spacing: 0.001em;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .tit02 small {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.001em;
  }
}

@media (min-width: 769px) {
  .tit03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 1em;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  .tit03 {
    font-size: 2.4vw;
    line-height: 1;
    letter-spacing: 0.001em;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .tit03 {
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.001em;
  }
}

@media (min-width: 769px) {
  .tit03 span {
    display: inline-block;
  }
  .tit03 small {
    padding: 0 0 0 1em;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  .tit03 small {
    font-size: 1.6vw;
    line-height: 1;
    letter-spacing: 0.001em;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .tit03 small {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.001em;
  }
}

.btn01 {
  color: #004EA2;
}

@media (max-width: 768px) {
  .btn01 {
    font-size: 3.73333vw;
    line-height: 1.78571;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  .btn01 {
    font-size: 1.4rem;
    line-height: 1.57143;
    letter-spacing: 0.04em;
  }
}

.btn02 span {
  display: inline-block;
  position: relative;
  padding: 0 2em .2em 0;
  border-bottom: 1px #fff solid;
}

.btn02 span:after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: -.6em;
  width: 1em;
  height: 1em;
  border-left: 1px #fff solid;
  transform: rotate(-45deg);
}

.btn03 a {
  display: block;
  padding: .8em 2em;
  border: 1px #fff solid;
  color: #fff;
  text-decoration: none;
}

.btn04 a {
  display: block;
  padding: .8em 2em;
  border: 1px #004EA2 solid;
  background-color: #fff;
  color: #004EA2;
  text-decoration: none;
}

.btn05 a {
  display: block;
  padding: .8em 2em;
  border: 1px #004EA2 solid;
  background-color: #004EA2;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 769px) {
  .btn03 a {
    background-color: inherit;
    transition: background .4s ease,color .4s ease;
  }
  .btn03 a:hover {
    background-color: #fff;
    color: #004EA2;
  }
  .btn04 a {
    transition: background .4s ease,color .4s ease;
  }
  .btn04 a:hover {
    background-color: #004EA2;
    color: #fff;
  }
  .btn05 a {
    transition: background .4s ease,color .4s ease;
  }
  .btn05 a:hover {
    background-color: #fff;
    color: #004EA2;
  }
}

.fc-white {
  color: #fff;
}

.fc-dark {
  color: #121212;
}

.fc-blue01 {
  color: #004EA2;
}

.fc-blue02 {
  color: #003070;
}

.fc-blue03 {
  color: #8A9ACE;
}

.fc-blue04 {
  color: #001347;
}

.fc-blue05 {
  color: #66799C;
}

.fc-blue06 {
  color: #AEBCD3;
}

.fc-lblue07 {
  color: rgba(0, 78, 147, 0.2);
}

.fc-lblue02 {
  color: #d4e2e6;
}

.fc-lgray01 {
  color: #DBDCDC;
}

.fc-lgray02 {
  color: #DCDFDE;
}

.fc-lgray03 {
  color: #C5C7C7;
}

.fc-gray01 {
  color: #727171;
}

.fc-gray02 {
  color: #9C9E9D;
}

.fc-yellow {
  color: #FFEB02;
}

.fc-lumi {
  color: #00acad;
}

.fc-pos {
  color: #c38230;
}

.fc-grand {
  color: #004e92;
}

.bg-white {
  background-color: #fff;
}

.bg-dark {
  background-color: #121212;
}

.bg-blue01 {
  background-color: #004EA2;
}

.bg-blue02 {
  background-color: #003070;
}

.bg-blue03 {
  background-color: #8A9ACE;
}

.bg-blue04 {
  background-color: #001347;
}

.bg-blue05 {
  background-color: #66799C;
}

.bg-blue06 {
  background-color: #AEBCD3;
}

.bg-lblue07 {
  background-color: rgba(0, 78, 147, 0.2);
}

.bg-lblue02 {
  background-color: #d4e2e6;
}

.bg-lgray01 {
  background-color: #DBDCDC;
}

.bg-lgray02 {
  background-color: #DCDFDE;
}

.bg-lgray03 {
  background-color: #C5C7C7;
}

.bg-gray01 {
  background-color: #727171;
}

.bg-gray02 {
  background-color: #9C9E9D;
}

.bg-yellow {
  background-color: #FFEB02;
}

.bg-lumi {
  background-color: #c5e5e4;
}

.bg-pos {
  background-color: #edd8b8;
}

.bg-grand {
  background-color: #b4bfd7;
}

@media (min-width: 769px) {
  .fc-pc-dark {
    color: #121212;
  }
}

@media (max-width: 768px) {
  .fs-lg {
    font-size: 5.6vw;
    line-height: 2;
    letter-spacing: 0.18em;
  }
}

@media (min-width: 769px) {
  .fs-lg {
    font-size: 2.1rem;
    line-height: 1.47619;
    letter-spacing: 0.18em;
  }
}

@media (max-width: 768px) {
  .fs-mid {
    font-size: 4.26667vw;
    line-height: 1.875;
    letter-spacing: 0.08em;
  }
}

@media (min-width: 769px) {
  .fs-mid {
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.08rem;
  }
}

@media (max-width: 768px) {
  .fs-reg {
    font-size: 3.73333vw;
    line-height: 1.78571;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  .fs-reg {
    font-size: 1.4rem;
    line-height: 1.57143;
    letter-spacing: 0.04em;
  }
}

@media (max-width: 768px) {
  .fs-sm {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  .fs-sm {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}

.fw-normal {
  font-weight: 400;
}

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

.lh0 {
  font-size: 0;
  line-height: 0;
}

.lh1 {
  line-height: 1;
}

.lh1-2 {
  line-height: 1.2;
}

.lh1-3 {
  line-height: 1.3;
}

.lh1-4 {
  line-height: 1.4;
}

.lh1-5 {
  line-height: 1.5;
}

.lh1-6 {
  line-height: 1.6;
}

.lh1-7 {
  line-height: 1.7;
}

.lh1-8 {
  line-height: 1.8;
}

.lh1-9 {
  line-height: 1.9;
}

.lh2 {
  line-height: 2;
}

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

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

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

@media (min-width: 769px) and (max-width: 768px) {
  .fs-mid-pc {
    font-size: 4.26667vw;
    line-height: 1.875;
    letter-spacing: 0.08em;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fs-mid-pc {
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.08rem;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  .fs-reg-pc {
    font-size: 3.73333vw;
    line-height: 1.78571;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fs-reg-pc {
    font-size: 1.4rem;
    line-height: 1.57143;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  .ta-center-pc {
    text-align: center;
  }
}

#header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
}

#header .liquid-pc-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 2.66667%;
}

#header .liquid-pc-inner h1 {
  width: 50%;
}

#header .liquid-pc-inner .btn-menu {
  position: relative;
  width: 7.04225%;
  height: 20px;
  text-align: center;
}

#header .liquid-pc-inner .btn-menu a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: all .4s;
}

#header .liquid-pc-inner .btn-menu a span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #004EA2;
  transition: all .4s;
}

#header .liquid-pc-inner .btn-menu a span:nth-of-type(1) {
  top: 0;
}

#header .liquid-pc-inner .btn-menu a span:nth-of-type(2) {
  top: 50%;
  margin-top: -2px;
}

#header .liquid-pc-inner .btn-menu a span:nth-of-type(3) {
  bottom: 0;
}

#header .liquid-pc-inner .btn-menu.on a span:nth-of-type(1) {
  animation: active-menu-bar01 .5s forwards;
}

#header .liquid-pc-inner .btn-menu.on a span:nth-of-type(2) {
  animation: active-menu-bar02 .5s forwards;
}

#header .liquid-pc-inner .btn-menu.on a span:nth-of-type(3) {
  animation: active-menu-bar03 .5s forwards;
}

#header .liquid-pc-inner .navi {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

#header .liquid-pc-inner .gnavi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  border-top: 1px #004EA2 solid;
}

#header .liquid-pc-inner .gnavi ul li {
  width: 50%;
  border-bottom: 1px #fff solid;
}

#header .liquid-pc-inner .gnavi ul li:nth-child(odd) {
  border-right: 1px #fff solid;
}

#header .liquid-pc-inner .gnavi ul li a {
  display: block;
  padding: .8em 1em;
  background-color: #004EA2;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 768px) {
  #header .liquid-pc-inner .gnavi ul li a {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  #header .liquid-pc-inner .gnavi ul li a {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}

#header .liquid-pc-inner .local-navi {
  padding: 4%;
}

#header .liquid-pc-inner .local-navi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#header .liquid-pc-inner .local-navi ul li {
  width: 48%;
  margin-bottom: 1em;
  border-bottom: 1px #004EA2 solid;
}

@media (max-width: 768px) {
  #header .liquid-pc-inner .local-navi ul li {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  #header .liquid-pc-inner .local-navi ul li {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}

#header .liquid-pc-inner .local-navi ul li a {
  display: block;
  padding-bottom: .5em;
  text-align: center;
  text-decoration: none;
}

#header .liquid-pc-inner .breadcrumb {
  display: none;
}

@media (min-width: 769px) {
  #header .liquid-pc-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: st;
    align-items: center;
    padding: 40px 0 5px;
  }
  #header .liquid-pc-inner h1 {
    width: 150px;
    margin-bottom: 20px;
  }
  #header .liquid-pc-inner .btn-menu {
    display: none;
  }
  #header .liquid-pc-inner .navi {
    display: block;
    position: static;
  }
  #header .liquid-pc-inner .gnavi {
    padding-bottom: 8px;
    background-color: inherit;
  }
  #header .liquid-pc-inner .gnavi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: none;
  }
  #header .liquid-pc-inner .gnavi ul li {
    flex: auto;
    width: auto;
    border-right: 1px #004EA2 solid;
    border-bottom: none;
  }
  #header .liquid-pc-inner .gnavi ul li:nth-child(odd) {
    border-right: 1px #004EA2 solid;
  }
  #header .liquid-pc-inner .gnavi ul li:last-child {
    border-right: none;
  }
  #header .liquid-pc-inner .gnavi ul li a {
    padding: .1em 0;
    background-color: #fff;
    color: #004EA2;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1 !important;
    transition: background .4s ease,color .4s ease;
  }
  #header .liquid-pc-inner .gnavi ul li a:hover {
    background-color: #004EA2;
    color: #fff;
  }
  #header .liquid-pc-inner .local-navi {
    position: fixed;
    left: 0;
    top: 220px;
    padding: 0;
  }
  #header .liquid-pc-inner .local-navi ul {
    display: block;
  }
  #header .liquid-pc-inner .local-navi ul li {
    position: relative;
    width: auto;
    margin-bottom: 1.8em;
    padding-left: 80px;
    border-bottom: none;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  #header .liquid-pc-inner .local-navi ul li {
    font-size: 3.73333vw;
    line-height: 1.78571;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  #header .liquid-pc-inner .local-navi ul li {
    font-size: 1.4rem;
    line-height: 1.57143;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  #header .liquid-pc-inner .local-navi ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 80px;
    height: 1px;
    background-color: #004EA2;
  }
  #header .liquid-pc-inner .local-navi ul li a {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 .2em;
    background-color: #fff;
    color: inherit;
    text-align: left;
    transition: background .4s ease,color .4s ease;
  }
  #header .liquid-pc-inner .local-navi ul li a:hover {
    background-color: #004EA2;
    color: #fff;
  }
  #header .liquid-pc-inner .breadcrumb {
    display: block;
  }
  #header .liquid-pc-inner .breadcrumb .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  #header .liquid-pc-inner .breadcrumb .breadcrumbs span, #header .liquid-pc-inner .breadcrumb .breadcrumbs li {
    display: inline-block;
    color: #9C9E9D;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  #header .liquid-pc-inner .breadcrumb .breadcrumbs span, #header .liquid-pc-inner .breadcrumb .breadcrumbs li {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  #header .liquid-pc-inner .breadcrumb .breadcrumbs span, #header .liquid-pc-inner .breadcrumb .breadcrumbs li {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  #header .liquid-pc-inner .breadcrumb .breadcrumbs span:after, #header .liquid-pc-inner .breadcrumb .breadcrumbs li:after {
    content: ">";
    margin: 0 .5em;
  }
  #header .liquid-pc-inner .breadcrumb .breadcrumbs span:last-child, #header .liquid-pc-inner .breadcrumb .breadcrumbs li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  #header .liquid-pc-inner .breadcrumb .breadcrumbs span:last-child:after, #header .liquid-pc-inner .breadcrumb .breadcrumbs li:last-child:after {
    content: none;
  }
  #header .liquid-pc-inner .breadcrumb .breadcrumbs span a, #header .liquid-pc-inner .breadcrumb .breadcrumbs li a {
    text-decoration: none;
  }
  #header .liquid-pc-inner .breadcrumb .breadcrumbs span a:hover, #header .liquid-pc-inner .breadcrumb .breadcrumbs li a:hover {
    text-decoration: underline;
  }
  #header.on .liquid-pc-inner {
    padding: 5px 0;
  }
  #header.on .liquid-pc-inner h1 {
    width: 150px;
    margin-bottom: 20px;
  }
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(8px) rotate(-45deg);
  }
}

@keyframes active-menu-bar02 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(45deg);
  }
}

#footer {
  padding: 8% 0 0;
  background-color: #00092C;
}

#footer .liquid-inner {
  padding-bottom: 4%;
}

#footer .liquid-inner h1 {
  width: 205px;
  margin: 0 auto 4%;
}

#footer .liquid-inner .parent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 768px) {
  #footer .liquid-inner .parent > li {
    font-size: 4.26667vw;
    line-height: 1.875;
    letter-spacing: 0.08em;
  }
}

@media (min-width: 769px) {
  #footer .liquid-inner .parent > li {
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.08rem;
  }
}

#footer .liquid-inner .parent > li dt {
  border-bottom: 1px #fff solid;
}

#footer .liquid-inner .parent > li a {
  display: inline-block;
  padding: .5em 0;
  color: #fff;
  line-height: 1 !important;
  text-decoration: none;
}

#footer .liquid-inner .parent > li .children {
  padding-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#footer .liquid-inner .parent > li .children li {
  width: 48%;
}

@media (max-width: 768px) {
  #footer .liquid-inner .parent > li .children li {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  #footer .liquid-inner .parent > li .children li {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}

#footer .liquid-inner .parent > li .children li a {
  padding: .8em .5em;
}

#footer .liquid-inner .parent > li.last {
  width: 100%;
}

#footer .liquid-inner .parent > li.last ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#footer .liquid-inner .parent > li.last ul li {
  width: 48%;
  border-bottom: 1px #fff solid;
}

#footer .copyright {
  padding: 1em 0 6em;
  background-color: #002955;
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  #footer .copyright {
    font-size: 4vw;
    line-height: 1;
    letter-spacing: 0.001em;
  }
}

@media (min-width: 769px) {
  #footer .copyright {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.001em;
  }
}

.btn-gotop {
  opacity: 0;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9999;
  width: 72px;
  height: 72px;
  transition: opacity .4s ease;
}

.btn-gotop.on {
  opacity: 1;
}

@media (min-width: 769px) {
  #footer {
    padding: 60px 0 0;
  }
  #footer .liquid-inner {
    padding-bottom: 60px;
  }
  #footer .liquid-inner h1 {
    margin: 0 0 15px;
  }
  #footer .liquid-inner h1 a {
    transition: opacity 0.4s ease;
  }
  #footer .liquid-inner h1 a:hover {
    opacity: 0.7;
  }
  #footer .liquid-inner .parent {
    width: 780px;
  }
  #footer .liquid-inner .parent > li {
    flex: auto;
    margin: 0 1em 0 0;
  }
  #footer .liquid-inner .parent > li dt {
    margin-bottom: .5em;
  }
  #footer .liquid-inner .parent > li a {
    display: inline-block;
    padding: .5em 0;
    color: #fff;
    line-height: 1 !important;
    text-decoration: none;
    transition: opacity 0.4s ease;
  }
  #footer .liquid-inner .parent > li a:hover {
    opacity: 0.7;
  }
  #footer .liquid-inner .parent > li .children {
    padding-bottom: 0;
    display: block;
  }
  #footer .liquid-inner .parent > li .children li {
    width: auto;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  #footer .liquid-inner .parent > li .children li {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  #footer .liquid-inner .parent > li .children li {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  #footer .liquid-inner .parent > li .children li a {
    padding: .5em;
  }
  #footer .liquid-inner .parent > li.last {
    width: auto;
    margin: 0;
  }
  #footer .liquid-inner .parent > li.last ul {
    display: block;
  }
  #footer .liquid-inner .parent > li.last ul li {
    width: auto;
  }
  #footer .copyright {
    padding: 1em 0;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  #footer .copyright {
    font-size: 2vw;
    line-height: 1;
    letter-spacing: 0.001em;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  #footer .copyright {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.001em;
  }
}

@media (min-width: 769px) {
  .btn-gotop {
    opacity: 1;
    right: 0;
    bottom: auto;
    top: 160px;
    width: auto;
    height: auto;
    transition: none;
  }
  .btn-gotop a {
    display: inline;
    padding: 0;
    border-radius: 0;
    border: none;
    background-color: inherit;
  }
}

#visual {
  background: url(/images/lineup/visual.jpg) no-repeat center center;
  background-size: cover;
}

#visual h1 {
  padding: 2em 0;
  color: #fff;
  line-height: 1 !important;
  text-align: center;
  text-shadow: 2px 2px 8px #333333;
}

@media (max-width: 768px) {
  #visual h1 {
    font-size: 5.6vw;
    line-height: 2;
    letter-spacing: 0.18em;
  }
}

@media (min-width: 769px) {
  #visual h1 {
    font-size: 2.1rem;
    line-height: 1.47619;
    letter-spacing: 0.18em;
  }
}

@media (min-width: 769px) {
  #visual .w754-inner {
    padding-right: 134px;
  }
  #visual h1 {
    padding: 95px 0;
  }
}

#box01 {
  padding-bottom: 7.33333% 0 8%;
  background-color: #dee5e7;
}

#box01 ul li dl {
  padding-bottom: 8%;
}

#box01 ul li dl dt {
  position: relative;
  font-size: 0;
  line-height: 0;
}

#box01 ul li dl dt span {
  position: absolute;
  left: 4em;
  bottom: 1em;
  color: #00acad;
}

@media (max-width: 768px) {
  #box01 ul li dl dt span {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  #box01 ul li dl dt span {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}

#box01 ul li dl dt span.close {
  display: none;
}

#box01 ul li dl dt.on span.open {
  display: none;
}

#box01 ul li dl dt.on span.close {
  display: block;
}

#box01 ul li dl dd {
  display: none;
  position: relative;
  padding: 5.33333%;
  background-color: #fff;
}

#box01 ul li dl dd:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
  height: 100%;
  background-color: #c5e5e4;
}

#box01 ul li dl dd .concept-box {
  position: relative;
  z-index: 2;
  padding-bottom: 12%;
}

#box01 ul li dl dd .concept-box figure {
  width: 80%;
  margin-bottom: 4%;
  font-size: 0;
  line-height: 0;
}

#box01 ul li dl dd .concept-box .text {
  width: 80%;
  margin: 0 0 0 auto;
}

#box01 ul li dl dd .concept-box .text h2 {
  width: 130px;
  padding-bottom: 2.66667%;
  line-height: 1;
}

@media (max-width: 768px) {
  #box01 ul li dl dd .concept-box .text p {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  #box01 ul li dl dd .concept-box .text p {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}

#box01 ul li dl dd .gallery-box {
  position: relative;
  z-index: 2;
  padding-bottom: 12%;
}

#box01 ul li dl dd .gallery-box h2 {
  width: 114px;
  padding-bottom: 2.66667%;
  line-height: 1;
}

#box01 ul li dl dd .gallery-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
}

#box01 ul li dl dd .gallery-box ul li {
  width: 50%;
  font-size: 0;
  line-height: 0;
}

#box01 ul li dl dd .plan-box {
  position: relative;
  z-index: 2;
  padding-bottom: 21.33333%;
}

#box01 ul li dl dd .plan-box h2 {
  width: 68px;
  padding-bottom: 4%;
  font-size: 0;
  line-height: 0;
}

#box01 ul li dl dd .plan-box .txt {
  padding-bottom: 4%;
}

@media (max-width: 768px) {
  #box01 ul li dl dd .plan-box .txt {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  #box01 ul li dl dd .plan-box .txt {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}

#box01 ul li dl dd .plan-box .txt h3 {
  padding-bottom: .5em;
}

#box01 ul li dl dd .plan-box .txt table {
  width: 100%;
}

@media (max-width: 768px) {
  #box01 ul li dl dd .plan-box .txt table {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  #box01 ul li dl dd .plan-box .txt table {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}

#box01 ul li dl dd .plan-box .txt table th {
  font-weight: 400;
}

#box01 ul li dl dd .plan-box .img {
  width: 80%;
  margin: 0 auto 8%;
}

#box01 ul li dl dd .plan-box .img figure {
  margin-bottom: 4%;
}

#box01 ul li dl dd .plan-box .img figure:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #box01 ul li dl dd .plan-box .img figure figcaption {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  #box01 ul li dl dd .plan-box .img figure figcaption {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}

#box01 ul li dl dd .equ-box {
  position: relative;
  z-index: 2;
  padding-bottom: 14.66667%;
}

#box01 ul li dl dd .equ-box h2 {
  padding-bottom: 1.5em;
  text-align: center;
}

@media (max-width: 768px) {
  #box01 ul li dl dd .equ-box h2 {
    font-size: 3.73333vw;
    line-height: 1.78571;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  #box01 ul li dl dd .equ-box h2 {
    font-size: 1.4rem;
    line-height: 1.57143;
    letter-spacing: 0.04em;
  }
}

#box01 ul li dl dd .equ-box .intro {
  padding-bottom: 1em;
  text-align: center;
}

@media (max-width: 768px) {
  #box01 ul li dl dd .equ-box .intro {
    font-size: 3.73333vw;
    line-height: 1.78571;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  #box01 ul li dl dd .equ-box .intro {
    font-size: 1.4rem;
    line-height: 1.57143;
    letter-spacing: 0.04em;
  }
}

#box01 ul li dl dd .equ-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#box01 ul li dl dd .equ-box ul li {
  width: 48%;
  padding-bottom: 4%;
}

#box01 ul li dl dd .equ-box ul li figure figcaption {
  text-align: center;
}

@media (max-width: 768px) {
  #box01 ul li dl dd .equ-box ul li figure figcaption {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  #box01 ul li dl dd .equ-box ul li figure figcaption {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}

#box01 ul li dl dd .point-box {
  position: relative;
  z-index: 2;
  padding-bottom: 6.66667%;
}

#box01 ul li dl dd .point-box h2 {
  padding-bottom: 1.5em;
  text-align: center;
}

@media (max-width: 768px) {
  #box01 ul li dl dd .point-box h2 {
    font-size: 3.73333vw;
    line-height: 1.78571;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  #box01 ul li dl dd .point-box h2 {
    font-size: 1.4rem;
    line-height: 1.57143;
    letter-spacing: 0.04em;
  }
}

#box01 ul li dl dd .point-box ul li {
  padding-bottom: 8%;
}

#box01 ul li dl dd .point-box ul li:last-child {
  padding-bottom: 0;
}

#box01 ul li dl dd .point-box ul li h3 {
  margin-bottom: .5em;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 768px) {
  #box01 ul li dl dd .point-box ul li h3 {
    font-size: 3.73333vw;
    line-height: 1.78571;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  #box01 ul li dl dd .point-box ul li h3 {
    font-size: 1.4rem;
    line-height: 1.57143;
    letter-spacing: 0.04em;
  }
}

#box01 ul li dl dd .point-box ul li h3 span {
  border-bottom: 2px #00acad solid;
}

#box01 ul li dl dd .point-box ul li .intro {
  padding-bottom: 1em;
  color: #00acad;
  text-align: center;
}

@media (max-width: 768px) {
  #box01 ul li dl dd .point-box ul li .intro {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  #box01 ul li dl dd .point-box ul li .intro {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}

#box01 ul li dl dd .point-box ul li figure {
  width: 80%;
  margin: 0 auto;
}

#box01 ul li dl dd .point-box ul li figure figcaption {
  padding-bottom: .5em;
}

@media (max-width: 768px) {
  #box01 ul li dl dd .point-box ul li figure figcaption {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  #box01 ul li dl dd .point-box ul li figure figcaption {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}

#box01 ul li dl dd p.close {
  position: relative;
  z-index: 2;
  color: #00acad;
  line-height: 1 !important;
  text-align: center;
}

@media (max-width: 768px) {
  #box01 ul li dl dd p.close {
    font-size: 3.73333vw;
    line-height: 1.78571;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  #box01 ul li dl dd p.close {
    font-size: 1.4rem;
    line-height: 1.57143;
    letter-spacing: 0.04em;
  }
}

#box01 ul li#box01-pas dl dt span {
  color: #c38230;
}

#box01 ul li#box01-pas dl dd:before {
  background-color: #edd8b8;
}

#box01 ul li#box01-pas dl dd p.close {
  color: #c38230;
}

#box01 ul li#box01-pas .point-box ul li h3 span {
  border-bottom: 2px #c38230 solid;
}

#box01 ul li#box01-pas .point-box ul li .intro {
  color: #c38230;
}

#box01 ul li#box01-grand dl dt span {
  color: #004e92;
}

#box01 ul li#box01-grand dl dd:before {
  width: 36.19%;
  background-color: #b4bfd7;
}

#box01 ul li#box01-grand dl dd p.close {
  color: #004e92;
}

#box01 ul li#box01-grand .gallery-box li.ph10 img {
  object-fit: none;
}

#box01 ul li#box01-grand .point-box ul li h3 span {
  border-bottom: 2px #004e92 solid;
}

#box01 ul li#box01-grand .point-box ul li .intro {
  color: #004e92;
}

@media (min-width: 769px) {
  #box01 {
    padding-bottom: 55px 0 60px;
    background-color: #dee5e7;
  }
  #box01 ul {
    padding: 55px 134px 0 0;
  }
  #box01 ul li dl {
    padding-bottom: 55px;
  }
  #box01 ul li dl dt {
    transition: opacity 0.4s ease;
  }
  #box01 ul li dl dt:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  #box01 ul li dl dt span {
    left: 8em;
    bottom: 3em;
  }
  #box01 ul li dl dd {
    padding: 65px 85px 85px 85px;
  }
  #box01 ul li dl dd .concept-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    padding-bottom: 90px;
  }
  #box01 ul li dl dd .concept-box figure {
    width: 180px;
    margin-bottom: 0;
  }
  #box01 ul li dl dd .concept-box figure a {
    transition: opacity 0.4s ease;
  }
  #box01 ul li dl dd .concept-box figure a:hover {
    opacity: 0.7;
  }
  #box01 ul li dl dd .concept-box .text {
    width: 260px;
    margin: 0;
  }
  #box01 ul li dl dd .concept-box .text h2 {
    padding-bottom: 15px;
  }
  #box01 ul li dl dd .gallery-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    padding-bottom: 80px;
  }
  #box01 ul li dl dd .gallery-box h2 {
    padding-bottom: 0;
  }
  #box01 ul li dl dd .gallery-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 300px;
    padding-right: 0;
  }
  #box01 ul li dl dd .gallery-box ul li {
    width: 100px;
  }
  #box01 ul li dl dd .gallery-box ul li a {
    transition: opacity 0.4s ease;
  }
  #box01 ul li dl dd .gallery-box ul li a:hover {
    opacity: 0.7;
  }
  #box01 ul li dl dd .plan-box {
    padding-bottom: 80px;
  }
  #box01 ul li dl dd .plan-box h2 {
    padding-bottom: 15px;
  }
  #box01 ul li dl dd .plan-box .txt {
    width: 232px;
    padding-bottom: 15px;
  }
  #box01 ul li dl dd .plan-box .txt h3 {
    padding-bottom: .5em;
  }
  #box01 ul li dl dd .plan-box .img {
    width: 100%;
    margin: 0 auto;
  }
  #box01 ul li dl dd .plan-box .img .ml-auto {
    margin: 0 0 0 auto;
  }
  #box01 ul li dl dd .plan-box .img .ml-auto.plan-grand01 {
    width: 389px;
  }
  #box01 ul li dl dd .plan-box .img .ml-auto.plan-grand02 {
    width: 363px;
  }
  #box01 ul li dl dd .plan-box .img figure {
    margin-bottom: 30px;
  }
  #box01 ul li dl dd .plan-box .col-layout {
    padding-bottom: 40px;
  }
  #box01 ul li dl dd .plan-box .row-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  #box01 ul li dl dd .plan-box .row-layout .img {
    width: 187px;
  }
  #box01 ul li dl dd .equ-box {
    padding-bottom: 55px;
  }
  #box01 ul li dl dd .equ-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }
  #box01 ul li dl dd .equ-box ul li {
    width: 96px;
    margin-right: 22px;
    padding-bottom: 15px;
  }
  #box01 ul li dl dd .equ-box ul li:nth-child(4n) {
    margin-right: 0;
  }
  #box01 ul li dl dd .equ-box ul li figure figcaption {
    line-height: 1.2 !important;
  }
  #box01 ul li dl dd .point-box {
    padding-bottom: 25px;
  }
  #box01 ul li dl dd .point-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
  }
  #box01 ul li dl dd .point-box ul li {
    width: 200px;
    padding-bottom: 0;
  }
  #box01 ul li dl dd .point-box ul li .intro {
    padding-bottom: 2em;
  }
  #box01 ul li dl dd .point-box ul li figure {
    width: 100%;
  }
  #box01 ul li dl dd .point-box ul li figure figcaption {
    padding-bottom: .5em;
    line-height: 1.4 !important;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  #box01 ul li dl dd .point-box ul li figure figcaption {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  #box01 ul li dl dd .point-box ul li figure figcaption {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  #box01 ul li dl dd p.close {
    transition: opacity 0.4s ease;
  }
  #box01 ul li dl dd p.close:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
