@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 p {
  padding-bottom: 1em;
  text-align: center;
}

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

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

@media (min-width: 769px) {
  #visual p {
    padding-bottom: 3em;
    line-height: 2 !important;
  }
}

#box01 {
  padding: 4% 0;
}

#box01 h3 {
  margin: 0 0 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 768px) {
  #box01 {
    padding: 4% 0 8%;
  }
}

#box02 {
  padding: 0 0 4%;
}

#box02 h3 {
  margin: 0 0 10px;
  padding: 2px 0 0;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #855457;
  border-top: 3px solid #e5b9b6;
}

#box03 {
  padding: 8% 0;
}

#box03 h3.tit02 span {
  font-size: 5vw;
}

#box03 h3.tit02 small {
  font-size: 3.4vw;
  font-weight: bold;
}

#box03 h4.tit03 span {
  font-size: 4.5vw;
  color: #333;
}

#box03 h4.tit03 small {
  font-size: 3vw;
  font-weight: bold;
}

#box03 table {
  margin-bottom: 18.66667%;
  width: 100%;
  border-collapse: collapse;
}

#box03 table thead tr {
  border-bottom: 1px #121212 solid;
}

#box03 table thead tr th {
  padding-bottom: .5em;
  font-weight: 700;
  vertical-align: bottom;
}

@media (max-width: 768px) {
  #box03 table thead tr th {
    font-size: 3.2vw;
    line-height: 1.16667;
    letter-spacing: 0.001em;
  }
}

@media (min-width: 769px) {
  #box03 table thead tr th {
    font-size: 2.4rem;
    line-height: 1.16667;
    letter-spacing: 0.001em;
  }
}

#box03 table thead tr th:first-child {
  width: 60%;
  text-align: left;
}

#box03 table tbody tr td {
  padding-bottom: 1.5em;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 768px) {
  #box03 table tbody tr td {
    font-size: 3.2vw;
    line-height: 1.16667;
    letter-spacing: 0.001em;
  }
}

@media (min-width: 769px) {
  #box03 table tbody tr td {
    font-size: 2.4rem;
    line-height: 1.16667;
    letter-spacing: 0.001em;
  }
}

#box03 table tbody tr td:first-child dt {
  color: #004EA2;
  text-align: left;
}

#box03 table tbody tr td:first-child dd {
  font-weight: 400;
  text-align: left;
}

@media (max-width: 768px) {
  #box03 table tbody tr td:first-child dd {
    font-size: 2.66667vw;
    line-height: 1.3;
    letter-spacing: 0.001em;
  }
}

@media (min-width: 769px) {
  #box03 table tbody tr td:first-child dd {
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: 0.001em;
  }
}

#box03 table tbody tr:first-child td {
  padding-top: .5em;
}

#box03 ol > li {
  padding-bottom: 2.66667%;
}

#box03 ol > li ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#box03 ol > li ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 48%;
  padding-bottom: 8%;
}

#box03 ol > li ul li i {
  display: inline-block;
  width: 20%;
}

#box03 ol > li ul li span {
  font-weight: bold;
  color: #548aa2;
  display: inline-block;
  width: 78%;
  line-height: 1.2 !important;
}

@media (max-width: 768px) {
  #box03 ol > li ul li span {
    font-size: 3.73333vw;
    line-height: 1.78571;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  #box03 ol > li ul li span {
    font-size: 1.4rem;
    line-height: 1.57143;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  #box03 {
    padding: 30px 0 60px;
  }
  #box03 h3.tit02 span {
    font-size: 2rem;
  }
  #box03 h3.tit02 small {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #box03 h4.tit03 span {
    font-size: 1.6rem;
    color: #333;
  }
  #box03 h4.tit03 small {
    font-size: 1.2rem;
    font-weight: bold;
  }
  #box03 li span {
    font-size: 1.4rem;
    color: #548aa2;
    font-weight: bold;
  }
  #box03 table {
    margin-bottom: 70px;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  #box03 table thead tr th {
    font-size: 2.4vw;
    line-height: 1.33333;
    letter-spacing: 0.001em;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  #box03 table thead tr th {
    font-size: 1.8rem;
    line-height: 1.33333;
    letter-spacing: 0.001em;
  }
}

@media (min-width: 769px) {
  #box03 table thead tr th:first-child {
    width: 70%;
  }
  #box03 table tbody tr td {
    padding-bottom: 1.5em;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  #box03 table tbody tr td {
    font-size: 2.4vw;
    line-height: 1;
    letter-spacing: 0.001em;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  #box03 table tbody tr td {
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.001em;
  }
}

@media (min-width: 769px) {
  #box03 table tbody tr td:first-child dd {
    padding-top: .5em;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  #box03 table tbody tr td:first-child dd {
    font-size: 3.73333vw;
    line-height: 1.78571;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  #box03 table tbody tr td:first-child dd {
    font-size: 1.4rem;
    line-height: 1.57143;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  #box03 table tbody tr:first-child td {
    padding-top: .5em;
  }
  #box03 ol > li {
    padding-bottom: 10px;
  }
  #box03 ol > li ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  #box03 ol > li ul li {
    width: 25%;
    padding-bottom: 30px;
  }
  #box03 ol > li ul li i {
    width: 50px;
  }
  #box03 ol > li ul li span {
    width: 68%;
  }
}

#box04 {
  padding: 0 0 5.33333%;
}

#box04 ul li {
  padding-bottom: 9.33333%;
}

#box04 ul li dt {
  padding-bottom: 1.33333%;
  color: #004EA2;
  font-weight: 700;
}

@media (max-width: 768px) {
  #box04 ul li dt {
    font-size: 4.8vw;
    line-height: 1;
    letter-spacing: 0.001em;
  }
}

@media (min-width: 769px) {
  #box04 ul li dt {
    font-size: 3.6rem;
    line-height: 1;
    letter-spacing: 0.001em;
  }
}

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

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

@media (min-width: 769px) {
  #box04 {
    padding: 0 0 20px;
  }
  #box04 ul li {
    padding-bottom: 35px;
  }
  #box04 ul li dt {
    padding-bottom: 10px;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  #box04 ul li dt {
    font-size: 2.4vw;
    line-height: 1;
    letter-spacing: 0.001em;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  #box04 ul li dt {
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.001em;
  }
}

#box05 {
  padding: 0 0 21.33333%;
}

#box05 p {
  padding-bottom: 1em;
}

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

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

#box05 p:last-child {
  padding-bottom: 0;
}

#box05 p br {
  display: none;
}

@media (min-width: 769px) {
  #box05 {
    padding: 0 0 80px;
  }
  #box05 p br {
    display: block;
  }
}

#box06 {
  padding: 0 0 20%;
}

#box06 .bg-box {
  padding: 1em;
  background-color: #004EA2;
  color: #fff;
}

#box06 .bg-box h3 {
  padding-bottom: 1em;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 768px) {
  #box06 .bg-box h3 {
    font-size: 4.8vw;
    line-height: 1.33333;
    letter-spacing: 0.001em;
  }
}

@media (min-width: 769px) {
  #box06 .bg-box h3 {
    font-size: 3.6rem;
    line-height: 1.33333;
    letter-spacing: 0.001em;
  }
}

#box06 .bg-box h3 br {
  display: none;
}

#box06 .bg-box dl dt {
  padding-bottom: 1em;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 768px) {
  #box06 .bg-box dl dt {
    font-size: 4.8vw;
    line-height: 1;
    letter-spacing: 0.001em;
  }
}

@media (min-width: 769px) {
  #box06 .bg-box dl dt {
    font-size: 3.6rem;
    line-height: 1;
    letter-spacing: 0.001em;
  }
}

#box06 .bg-box dl dd p {
  padding-left: 1em;
  text-indent: -1em;
}

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

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

@media (min-width: 769px) {
  #box06 {
    padding: 0 0 75px;
  }
  #box06 .bg-box {
    padding: 25px;
  }
  #box06 .bg-box h3 {
    padding-bottom: 1.5em;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  #box06 .bg-box h3 {
    font-size: 2.4vw;
    line-height: 1.33333;
    letter-spacing: 0.001em;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  #box06 .bg-box h3 {
    font-size: 1.8rem;
    line-height: 1.33333;
    letter-spacing: 0.001em;
  }
}

@media (min-width: 769px) {
  #box06 .bg-box h3 br {
    display: block;
  }
  #box06 .bg-box dl dt {
    padding-bottom: 1em;
  }
}

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

@media (min-width: 769px) and (min-width: 769px) {
  #box06 .bg-box dl dt {
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.001em;
  }
}
