@charset "UTF-8";
/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0; }

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  * overflow-x: hidden;
  _overflow: auto; }

html, body {
  width: 100%;
  min-height: 100%; }

body {
  font-family: "Poppins", "Noto Sans JP", serif;
  font-size: 10px;
  font-size: 1.4rem;
  background: #fff;
  line-height: 1.6;
  color: #333333;
  letter-spacing: .1rem;
  font-weight: 400; }

@media only screen and (min-width: 1025px) {
  .sp-visible {
    display: none !important; }

  .tablet-visible {
    display: none !important; } }
@media only screen and (max-width: 1024px) {
  .tablet-hidden {
    display: none; }

  .sp-visible {
    display: none !important; } }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .sp-visible {
    display: block !important; } }
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.125vw; }

  body {
    letter-spacing: 0; }

  .sp-hidden {
    display: none !important; }

  select,
  textarea,
  input[type='url'],
  input[type='text'],
  input[type='date'],
  input[type='tel'],
  input[type='email'],
  input[type='submit'] {
    -webkit-appearance: none; } }
span.link,
a {
  color: #333333;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer; }
  span.link.none,
  a.none {
    opacity: 0.4;
    pointer-events: none; }

@media only screen and (min-width: 1025px) {
  a:hover {
    text-decoration: none; } }
/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700; }

p {
  line-height: 1.6; }

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol, ul, li {
  list-style: none; }

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  vertical-align: top; }

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
  border: none; }

input, textarea, select, label {
  font-size: 100%;
  font-family: "Poppins", "Noto Sans JP", serif;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400; }

@media only screen and (max-width: 767px) {
  input, textarea, select {
    font-size: 1.6rem;
    box-sizing: border-box; } }
button {
  font-family: "Poppins", "Noto Sans JP", serif; }

label {
  cursor: pointer; }

textarea {
  overflow: auto; }

legend {
  display: none; }

/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle; }

object {
  vertical-align: middle;
  outline: none; }

em {
  font-style: italic; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 100%; }

i {
  font-style: normal; }

u {
  text-decoration: none; }

abbr, acronym {
  border: none;
  font-variant: normal; }

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal; }

sup {
  font-size: 1em;
  vertical-align: text-top; }

sub {
  font-size: 1em;
  vertical-align: text-bottom; }

hr {
  display: none; }

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
  position: relative; }
  @media only screen and (max-width: 1024px) {
    #wrap {
      overflow: hidden; } }

div:focus,
img:focus,
textarea:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none; }

/* --------------------------------------
		105 other
-------------------------------------- */
.edita:after {
  content: "";
  display: block;
  clear: both; }
.edita img {
  height: auto; }
.edita p {
  padding-bottom: 1.5em; }
.edita h1 {
  font-size: 2.0em;
  margin: 1em 0 1.5em; }
.edita h2 {
  font-size: 1.8em;
  margin: 1em 0 1.5em; }
.edita h3 {
  font-size: 1.65em;
  margin: 1em 0 1.5em;
  background: #003e70;
  color: #fff;
  border-bottom: 3px solid #026eb7;
  padding: .5em 1em; }
.edita h4 {
  font-size: 1.55em;
  margin: 1em 0 1.5em;
  border-left: 5px solid rgba(2, 110, 183, 0.8);
  padding-left: 1em; }
.edita h5 {
  font-size: 1.4em;
  margin: 1em 0 1.5em;
  border-bottom: 1px dashed rgba(51, 51, 51, 0.2);
  padding: .5em; }
.edita h6 {
  font-size: 1.3em;
  margin: 1em 0 1.5em;
  background: rgba(51, 51, 51, 0.05);
  color: #666;
  padding: .8em 1.2em; }
@media only screen and (max-width: 767px) {
  .edita h1 {
    font-size: 1.5em; }
  .edita h2 {
    font-size: 1.4em; }
  .edita h3 {
    font-size: 1.3em; }
  .edita h4 {
    font-size: 1.2em; }
  .edita h5 {
    font-size: 1.1em; }
  .edita h6 {
    font-size: 1em; } }
.edita small {
  font-size: 80%; }
.edita pre {
  display: block; }
.edita strong {
  font-weight: bold; }
.edita em {
  font-style: italic; }
.edita ul {
  margin-bottom: 2.5em; }
  .edita ul li {
    list-style: outside disc;
    margin-left: 3em;
    overflow: visible;
    zoom: normal;
    padding-bottom: 1em; }
.edita ol {
  margin-bottom: 2.5em; }
  .edita ol li {
    list-style: outside decimal;
    margin-left: 3em;
    overflow: visible;
    zoom: normal;
    padding-bottom: 1em; }
.edita blockquote {
  display: block;
  margin: 1em 4em;
  position: relative; }
  .edita blockquote:before {
    content: "“";
    position: absolute;
    left: -1em;
    font-size: 4em;
    line-height: 1;
    opacity: 0.5;
    top: 0; }
  .edita blockquote:after {
    content: "”";
    position: absolute;
    right: -1em;
    font-size: 4em;
    line-height: 1;
    opacity: 0.5;
    bottom: 0; }
.edita a {
  color: #666; }
.edita del {
  text-decoration: line-through; }
.edita hr {
  display: block;
  border: none;
  border-top: #9a9a9a 1px solid;
  border-bottom: #eeeeee 1px solid;
  margin-bottom: 1em; }
.edita .alignright {
  float: right;
  margin-left: 2em;
  margin-bottom: 2em;
  margin-right: .5em; }
  @media only screen and (max-width: 767px) {
    .edita .alignright {
      float: none;
      margin-left: auto;
      margin-right: auto; } }
.edita .alignleft {
  float: left;
  margin-right: 2em;
  margin-left: .5em;
  margin-bottom: 2em; }
  @media only screen and (max-width: 767px) {
    .edita .alignleft {
      float: none;
      margin-left: auto;
      margin-right: auto; } }
.edita .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  max-width: 640px; }
.edita table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  margin-bottom: 2em; }
  .edita table tr:nth-of-type(1) th {
    background: rgba(238, 238, 238, 0.5); }
  .edita table tr th, .edita table tr td {
    padding: 1.5em;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }

#loader {
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.1), #fff;
  transition: all 1s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  opacity: 1; }
  #loader.on {
    opacity: 0;
    z-index: -1; }

body #wrap {
  z-index: -1;
  position: relative; }
  body #wrap.on {
    z-index: 1; }

/* --------------------------------------
		102 header
-------------------------------------- */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative; }
  .header:before {
    content: "";
    background: url("../img/common/bg_mark.png") no-repeat;
    background-size: 30rem auto;
    z-index: -1;
    bottom: -10rem;
    left: -15rem;
    width: 30rem;
    height: 30rem;
    position: absolute; }
  .header-logo {
    width: 36.7rem;
    flex-shrink: 0;
    margin-left: 2vw;
    margin-right: auto; }
    @media only screen and (max-width: 1024px) {
      .header-logo {
        margin: 0;
        padding: 2.5rem 2.5rem;
        text-align: left; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header-logo {
      width: 4rem;
      height: 5rem;
      padding: 1rem 0 1rem 1rem;
      overflow: hidden; }
      .header-logo img {
        width: auto;
        max-width: none;
        height: 3rem; } }

  .header-contact {
    width: 46.5rem;
    background: #026eb7;
    border-radius: 0 0 0 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: .8rem .5rem;
    margin-bottom: 1.5rem; }
    @media only screen and (max-width: 1024px) {
      .header-contact {
        margin: 0;
        border-radius: 0 0 0 1rem;
        width: auto;
        position: fixed;
        right: 0;
        top: 0;
        padding: 1rem 7rem 1rem 1rem;
        background: transparent;
        z-index: 1000; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header-contact {
      height: 5rem;
      bottom: 0;
      right: 0;
      top: auto;
      width: 100%;
      background: #026eb7;
      z-index: 1000;
      padding: 0;
      margin: 0; } }

    .header-contact > p {
      font-size: 1.4rem;
      width: 100%;
      color: #fff;
      text-align: center;
      padding-bottom: .4rem; }
      @media only screen and (max-width: 1024px) {
        .header-contact > p {
          display: none; } }
    .header-contact-tel {
      color: #fff;
      flex-shrink: 0;
      margin-right: 1rem; }
      @media only screen and (max-width: 767px) {
        .header-contact-tel {
          margin: 0;
          width: 55%; } }
      .header-contact-tel a {
        font-family: "Barlow", serif;
        font-size: 2.8rem;
        line-height: 1;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media only screen and (max-width: 1024px) {
          .header-contact-tel a {
            width: 5rem;
            height: 5rem;
            color: #026eb7;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #fff;
            border-radius: .5rem; }
            .header-contact-tel a:hover {
              background: #003e70;
              color: #fff; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header-contact-tel a {
      width: 100%;
      height: 5rem;
      color: #fff;
      justify-content: flex-start;
      padding-left: 1rem;
      border-radius: 0;
      background: #026eb7; } }

        .header-contact-tel a strong {
          font-family: "Poppins", "Noto Sans JP", serif;
          font-size: 1.2rem;
          margin-bottom: 1rem; }
        .header-contact-tel a b {
          font-weight: 200; }
          @media only screen and (max-width: 1024px) {
            .header-contact-tel a b {
              display: none; } }
        .header-contact-tel a span {
          font-size: 2.4rem;
          margin-right: .5rem;
          position: relative;
          bottom: -.2rem; }
          @media only screen and (max-width: 1024px) {
            .header-contact-tel a span {
              margin: 0;
              bottom: 0;
              font-size: 3rem;
              font-weight: 300; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header-contact-tel a span {
      width: 3.3rem;
      height: 3.3rem;
      background: #fff;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 2rem;
      font-weight: 500;
      flex-shrink: 0;
      color: #026eb7;
      margin-right: .5rem; } }

      .header-contact-tel p {
        font-size: 1.2rem;
        text-align: center; }
        @media only screen and (max-width: 1024px) {
          .header-contact-tel p {
            display: none; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header-contact-tel p {
      display: block;
      position: absolute;
      left: 4.8rem;
      bottom: 1rem;
      font-size: .9rem; } }

        .header-contact-tel p span {
          font-size: 1rem; }
          @media only screen and (max-width: 767px) {
            .header-contact-tel p span {
              font-size: .9rem; } }
    @media only screen and (max-width: 767px) {
      .header-contact-form {
        width: 45%; } }
    .header-contact-form a {
      width: 19.5rem;
      background: #fff;
      border-radius: 5rem;
      height: 4rem;
      font-size: 1.5rem;
      font-weight: 700;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #026eb7; }
      @media only screen and (max-width: 1024px) {
        .header-contact-form a {
          width: 5rem;
          height: 5rem;
          color: #026eb7;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: .5rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header-contact-form a {
      width: 100%;
      height: 5rem;
      border-radius: 0;
      background: #003e70;
      justify-content: flex-start;
      padding-left: 1rem; } }
      @media only screen and (max-width: 1024px) {
          .header-contact-form a b {
            display: none; } }
    @media only screen and (max-width: 1024px) and (max-width: 767px) {
      .header-contact-form a b {
        font-size: 1.2rem;
        line-height: 1.2;
        display: block;
        color: #fff; } }

      .header-contact-form a span {
        display: none; }
        @media only screen and (max-width: 1024px) {
          .header-contact-form a span {
            display: block;
            font-size: 3rem;
            font-weight: 300; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header-contact-form a span {
      width: 3.3rem;
      height: 3.3rem;
      background: #fff;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 2rem;
      font-weight: 500;
      flex-shrink: 0;
      margin-right: .5rem; } }

      .header-contact-form a:hover {
        background: #003e70;
        color: #fff; }
    .header-contact ul {
      display: flex;
      justify-content: space-between; }
      @media only screen and (max-width: 767px) {
        .header-contact ul {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .header-contact ul li {
          height: 5rem; } }
  .header-menu {
    position: fixed;
    width: 5rem;
    height: 5rem;
    top: 1rem;
    right: 1rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: -1;
    opacity: 0;
    transition: right .5s;
    cursor: pointer;
    background: #fff;
    border-radius: .5rem; }
    @media only screen and (max-width: 1024px) {
      .header-menu {
        opacity: 1;
        z-index: 10000; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header-menu {
      width: 5rem;
      height: 5rem;
      top: 0;
      right: 0; } }

    .header-menu span {
      width: 2.5rem;
      height: 2px;
      margin: .5rem auto;
      background: #026eb7; }
      @media only screen and (max-width: 767px) {
        .header-menu span {
          width: 1.6rem;
          margin: .4rem auto; } }
    .header-menu.on span:nth-of-type(1) {
      position: absolute;
      transform: rotate(45deg);
      left: 50%;
      margin: 0 0 0 -1.25rem;
      top: 50%; }
      @media only screen and (max-width: 767px) {
        .header-menu.on span:nth-of-type(1) {
          margin-left: -.8rem; } }
    .header-menu.on span:nth-of-type(2) {
      position: absolute;
      transform: rotate(-45deg);
      right: 50%;
      margin: 0 -1.25rem 0 0;
      top: 50%; }
      @media only screen and (max-width: 767px) {
        .header-menu.on span:nth-of-type(2) {
          margin-right: -.8rem; } }
  .header-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    @media only screen and (max-width: 1024px) {
      .header-nav {
        display: none; } }
    .header-nav-sub {
      width: 100%;
      background: rgba(0, 62, 112, 0.95);
      max-height: 0;
      position: absolute;
      left: 0;
      top: 8rem;
      overflow: hidden;
      transition: all .5s;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 3rem;
      z-index: 999; }
      .header-nav-sub-ttl {
        width: 30rem;
        color: #fff;
        font-size: 1.3rem;
        line-height: 1;
        font-weight: 700;
        flex-shrink: 0; }
        .header-nav-sub-ttl small {
          font-size: 4.8rem;
          line-height: 1;
          font-weight: 400;
          display: flex;
          padding-bottom: .5rem; }
      .header-nav-sub ul {
        width: 100%;
        max-width: 60rem;
        padding: 0 3rem;
        display: flex;
        flex-wrap: wrap; }
        .header-nav-sub ul li {
          padding: .5rem;
          width: 100%; }
          .header-nav-sub ul li a {
            height: 4.8rem;
            display: flex;
            align-items: center;
            font-size: 1.5rem;
            padding: 1.5rem;
            background: #fff;
            border-radius: 5rem;
            border: .2rem solid #fff; }
            .header-nav-sub ul li a:hover {
              border-color: #003e70; }
            .header-nav-sub ul li a span {
              color: #026eb7; }
      .header-nav-sub.jlca-nav ul li {
        width: 50%; }
      .header-nav-sub.cms-nav ul li:nth-of-type(1), .header-nav-sub.cms-nav ul li:nth-of-type(2) {
        width: 50%; }
      .header-nav-sub.qualification-nav ul li:nth-of-type(1), .header-nav-sub.qualification-nav ul li:nth-of-type(2), .header-nav-sub.qualification-nav ul li:nth-of-type(3), .header-nav-sub.qualification-nav ul li:nth-of-type(4), .header-nav-sub.qualification-nav ul li:nth-of-type(5), .header-nav-sub.qualification-nav ul li:nth-of-type(6) {
        width: 50%; }
    .header-nav > ul {
      width: 100%;
      display: flex;
      justify-content: center; }
      .header-nav > ul > li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column; }
        .header-nav > ul > li > a {
          height: 8rem;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          line-height: 1.1;
          text-align: center;
          font-size: 1.7rem;
          padding: 0 1vw;
          position: relative; }
          .header-nav > ul > li > a:after, .header-nav > ul > li > a:before {
            content: "";
            background: transparent;
            position: absolute;
            transition: all .5s; }
          .header-nav > ul > li > a:after {
            width: 100%;
            height: .3rem;
            left: 0;
            bottom: 0; }
          .header-nav > ul > li > a:before {
            width: 1.8rem;
            height: 1.8rem;
            left: 50%;
            top: -.9rem;
            margin-left: -.9rem;
            border-radius: .9rem 0; }
          .header-nav > ul > li > a div {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            flex-direction: column;
            height: 3.2rem;
            margin-bottom: .5rem;
            font-weight: 700; }
            .header-nav > ul > li > a div span {
              font-size: 1.2rem; }
          .header-nav > ul > li > a small {
            font-size: 1rem;
            font-weight: 600;
            color: #026eb7;
            padding-bottom: .5rem; }
        .header-nav > ul > li:hover .header-nav-sub {
          max-height: 1000rem;
          padding: 3rem; }
        .header-nav > ul > li.now > a:before, .header-nav > ul > li.now > a:after {
          background: #026eb7; }

#content .header {
  flex-wrap: wrap; }
  #content .header:before {
    bottom: 5rem; }
    @media only screen and (max-width: 767px) {
      #content .header:before {
        bottom: -2rem; } }
  #content .header-ttl {
    width: 100%;
    height: 25rem;
    padding: 0 5vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
    @media only screen and (max-width: 1024px) {
      #content .header-ttl {
        height: 20rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    #content .header-ttl {
      height: 12rem; } }

    #content .header-ttl-en {
      line-height: 1;
      font-size: 10rem;
      font-weight: 500;
      color: #026eb7; }
      @media only screen and (max-width: 1024px) {
        #content .header-ttl-en {
          font-size: 8rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    #content .header-ttl-en {
      font-size: 4rem; } }

    #content .header-ttl-name {
      font-size: 2.4rem;
      line-height: 1; }
      @media only screen and (max-width: 1024px) {
        #content .header-ttl-name {
          font-size: 2rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    #content .header-ttl-name {
      font-size: 1.4rem; } }

    #content .header-ttl-sub {
      width: 100%;
      height: 25rem;
      padding: 0 5vw;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center; }
      @media only screen and (max-width: 1024px) {
        #content .header-ttl-sub {
          height: 20rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    #content .header-ttl-sub {
      height: 12rem; } }

      #content .header-ttl-sub-name {
        font-size: 5.6rem;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        line-height: 1.1; }
        @media only screen and (max-width: 1024px) {
          #content .header-ttl-sub-name {
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
            font-size: 5.4rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    #content .header-ttl-sub-name {
      font-size: 3rem; } }

        @media only screen and (max-width: 767px) {
          #content .header-ttl-sub-name > div {
            font-size: 2.4rem; } }
        #content .header-ttl-sub-name > div span {
          font-size: 4rem; }
          @media only screen and (max-width: 767px) {
            #content .header-ttl-sub-name > div span {
              font-size: 1.8rem; } }
        #content .header-ttl-sub-name > span {
          font-size: 4.8rem;
          margin-right: 1rem; }
          @media only screen and (max-width: 767px) {
            #content .header-ttl-sub-name > span {
              font-size: 2rem; } }
        #content .header-ttl-sub-name small {
          color: #026eb7;
          font-size: 2.4rem;
          margin-left: 1rem; }
          @media only screen and (max-width: 1024px) {
            #content .header-ttl-sub-name small {
              font-size: 2rem;
              margin-left: 0; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    #content .header-ttl-sub-name small {
      font-size: 1.2rem; } }

      #content .header-ttl-sub .header-ttl-name {
        font-size: 1.8rem;
        line-height: 1.2;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: .8rem; }
        @media only screen and (max-width: 767px) {
          #content .header-ttl-sub .header-ttl-name {
            font-size: 1.4rem; } }
        #content .header-ttl-sub .header-ttl-name:before {
          content: "";
          width: 1.8rem;
          height: 1.8rem;
          border-radius: .9rem 0;
          background: #026eb7;
          margin-right: .8rem;
          flex-shrink: 0; }
          @media only screen and (max-width: 767px) {
            #content .header-ttl-sub .header-ttl-name:before {
              width: 1.2rem;
              height: 1.2rem;
              border-radius: .6rem 0;
              margin-right: .4rem; } }
  #content .header-nav {
    background: rgba(229, 240, 248, 0.5); }

.aside-contact {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 3vw; }
  .aside-contact-wrap {
    padding: 8rem 0;
    height: 28.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #026eb7;
    border-radius: 3rem; }
    @media only screen and (max-width: 1024px) {
      .aside-contact-wrap {
        padding: 4rem 0;
        height: auto;
        flex-direction: column;
        justify-content: center; } }
  .aside-contact-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 0 4rem;
    flex-shrink: 0; }
    @media only screen and (max-width: 1024px) {
      .aside-contact-header {
        padding: 0 0 2rem; } }
    .aside-contact-header-en {
      font-size: 6rem;
      line-height: 1;
      font-weight: 700;
      color: #003e70;
      padding-bottom: .5rem; }
      @media only screen and (max-width: 1024px) {
        .aside-contact-header-en {
          font-size: 5rem;
          padding-bottom: 0; } }
    .aside-contact-header-ttl {
      font-size: 1.6rem;
      color: #fff; }
  .aside-contact dl {
    width: 100%;
    display: flex; }
    .aside-contact dl > div {
      width: 50%;
      padding: 1.5rem; }
      .aside-contact dl > div:nth-of-type(1) {
        border-right: 1px solid rgba(0, 62, 112, 0.5); }
      .aside-contact dl > div dt {
        font-size: 1.8rem;
        text-align: center;
        padding-bottom: 1.5rem;
        color: #fff; }
      .aside-contact dl > div dd {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff; }
  .aside-contact-tel a {
    font-size: 3.6rem;
    line-height: 1;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    font-family: "Barlow", serif;
    color: #fff; }
    .aside-contact-tel a span {
      font-size: 2.8rem;
      margin-right: .5rem;
      padding-top: .3rem; }
  .aside-contact-tel p {
    background: #003e70;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 5rem;
    margin: 0 auto;
    padding: .3rem 1.2rem; }
    .aside-contact-tel p span {
      font-size: 1rem; }
  .aside-contact-form a {
    width: 30rem;
    height: 6rem;
    border-radius: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #026eb7;
    background: #fff; }
    .aside-contact-form a:hover {
      background: #003e70;
      color: #fff; }
  @media only screen and (max-width: 767px) {
    .aside-contact {
      height: auto; } }
.aside-faq {
  background: rgba(238, 238, 238, 0.5);
  padding: 10rem 3vw;
  margin-bottom: 9rem; }
  @media only screen and (max-width: 1024px) {
    .aside-faq {
      padding: 8rem 3vw;
      margin-bottom: 7rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .aside-faq {
      padding: 4rem 5vw;
      margin-bottom: 0;
      background: rgba(238, 238, 238, 0.5); } }

  .aside-faq-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 5rem; }
    @media only screen and (max-width: 767px) {
      .aside-faq-header {
        padding-bottom: 2rem; } }
    .aside-faq-header-ttl {
      font-size: 3.2rem;
      line-height: 1.3; }
      @media only screen and (max-width: 767px) {
        .aside-faq-header-ttl {
          font-size: 2rem;
          line-height: 1.1; } }
    .aside-faq-header-en {
      font-size: 1.4rem;
      color: #026eb7;
      font-weight: 500; }
      @media only screen and (max-width: 767px) {
        .aside-faq-header-en {
          font-size: 1.1rem; } }
  .aside-faq-inner {
    border-bottom: 1px solid #dcdcdc;
    max-width: 90rem;
    margin: 0 auto; }
    .aside-faq-inner dl {
      border-top: 1px solid #dcdcdc;
      padding: 2.5rem .5rem; }
      @media only screen and (max-width: 767px) {
        .aside-faq-inner dl {
          padding: 1.5rem 0; } }
      .aside-faq-inner dl.on dt:after {
        content: "\e15b"; }
      .aside-faq-inner dl.on dd {
        max-height: 999rem;
        padding: 2.5rem 2.5rem 1rem;
        margin-top: 1.5rem; }
        @media only screen and (max-width: 767px) {
          .aside-faq-inner dl.on dd {
            padding: 1.5rem 1.5rem 1em; } }
        .aside-faq-inner dl.on dd p {
          padding-bottom: 1em; }
      .aside-faq-inner dl dt {
        display: flex;
        font-size: 2rem;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        padding-right: 3.5rem; }
        @media only screen and (max-width: 767px) {
          .aside-faq-inner dl dt {
            font-size: 1.3rem;
            padding-right: 3rem; } }
        .aside-faq-inner dl dt:after {
          content: "\e145";
          font-family: "material symbols Outlined", cursive;
          color: #026eb7;
          font-size: 2.4rem;
          line-height: 1;
          position: absolute;
          right: 1rem;
          top: 50%;
          margin-top: -.5em;
          font-weight: 400; }
          @media only screen and (max-width: 767px) {
            .aside-faq-inner dl dt:after {
              font-size: 1.6rem; } }
        .aside-faq-inner dl dt span {
          width: 5rem;
          height: 5rem;
          background: #026eb7;
          color: #fff;
          border-radius: 2.5rem 0;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 3.2rem;
          font-family: "Barlow", serif;
          flex-shrink: 0;
          margin-right: 1.5rem; }
          @media only screen and (max-width: 767px) {
            .aside-faq-inner dl dt span {
              width: 3rem;
              height: 3rem;
              font-size: 1.8rem;
              margin-right: 1rem;
              border-radius: 1.5rem 0; } }
      .aside-faq-inner dl dd {
        max-height: 0;
        margin-left: 6rem;
        padding: 0 2.5rem;
        border-radius: 1rem;
        background: #fff;
        overflow: hidden;
        font-size: 1.6rem;
        transition: all .5s; }
        @media only screen and (max-width: 767px) {
          .aside-faq-inner dl dd {
            font-size: 1.2rem;
            margin-left: 0;
            padding: 0 1.5rem; } }
  .aside-faq-btn {
    padding-top: 5rem; }
    @media only screen and (max-width: 767px) {
      .aside-faq-btn {
        padding-top: 2rem; } }

/* --------------------------------------
		103 content
-------------------------------------- */
#wrap {
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    #wrap {
      padding-bottom: 5rem; } }
  @media only screen and (max-width: 1024px) {
    #wrap.scrool .header-contact {
      background: rgba(229, 240, 248, 0.5); } }
  #wrap.scrool .header-nav {
    position: fixed;
    width: 100%;
    height: 8rem;
    left: 0;
    top: 0;
    background: rgba(229, 240, 248, 0.9);
    z-index: 999; }
    #wrap.scrool .header-nav ul li.now a:before {
      display: none; }

.container {
  padding-top: 7rem; }
  @media only screen and (max-width: 1024px) {
    .container {
      padding-top: 5rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .container {
      padding-top: 2.5rem; } }

  .container-fig {
    max-width: 90rem;
    height: 48rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3rem;
    margin: 3rem auto 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 3rem; }
    .container-fig img {
      width: auto;
      height: 10rem; }
    @media only screen and (max-width: 1024px) {
      .container-fig {
        margin: 0 3vw; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .container-fig {
      height: 24rem;
      padding: 1.5rem;
      border-radius: 1.5rem; }
      .container-fig img {
        height: 4rem; } }

  .container-pankuzu {
    font-size: 1.4rem;
    letter-spacing: .1rem;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: 0; }
    @media only screen and (max-width: 1024px) {
      .container-pankuzu {
        font-size: 1.3rem;
        background: rgba(229, 240, 248, 0.5);
        position: static; } }
    @media only screen and (max-width: 767px) {
      .container-pankuzu {
        font-size: 1rem; } }
    .container-pankuzu ul {
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap; }
      .container-pankuzu ul li {
        margin-right: .3rem; }
        .container-pankuzu ul li a {
          display: flex;
          align-items: center; }
          .container-pankuzu ul li a:after {
            content: "";
            width: .5rem;
            height: .5rem;
            background: #026eb7;
            border-radius: 50%;
            margin: 0 .5rem; }
  .container-txt {
    padding: 6rem 3vw 10rem; }
    @media only screen and (max-width: 1024px) {
      .container-txt {
        padding: 5rem 3vw 6rem; } }
    @media only screen and (max-width: 767px) {
      .container-txt {
        padding: 2.5rem 5vw; } }
    .container-txt .soon {
      padding-bottom: 5vw; }
      .container-txt .soon p {
        text-align: center;
        font-size: 4rem;
        color: #026eb7;
        opacity: 0.3; }
        @media only screen and (max-width: 767px) {
          .container-txt .soon p {
            font-size: 2rem; } }
    .container-txt p {
      max-width: 90rem;
      font-size: 1.6rem;
      line-height: 2;
      text-align: left;
      padding-bottom: 1em;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .container-txt p {
          font-size: 1.3rem;
          line-height: 1.6; } }
      .container-txt p small {
        font-size: 80%; }
      .container-txt p strong {
        font-size: 2.8rem;
        line-height: 1.4;
        display: inline-block;
        padding-bottom: .5em; }
        @media only screen and (max-width: 767px) {
          .container-txt p strong {
            font-size: 1.8rem; } }
    .container-txt-btn {
      padding-top: 2rem; }
      .container-txt-btn a {
        width: 50rem;
        height: 8rem;
        border-radius: 4rem;
        background: #026eb7;
        color: #fff;
        font-size: 2rem;
        font-weight: 700;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto; }
        @media only screen and (max-width: 767px) {
          .container-txt-btn a {
            width: 90%;
            height: 4.8rem;
            font-size: 1.3rem; } }
        .container-txt-btn a:hover {
          background: #003e70; }
        .container-txt-btn a span {
          position: absolute;
          right: 2rem;
          line-height: 1;
          top: 50%;
          margin-top: -.5em; }
          @media only screen and (max-width: 767px) {
            .container-txt-btn a span {
              font-size: 1.8rem;
              right: 1rem; } }
  .container .section-box {
    padding: 10rem 3vw;
    position: relative;
    z-index: 1;
    overflow: hidden; }
    @media only screen and (max-width: 1024px) {
      .container .section-box {
        padding: 10rem 5vw; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .container .section-box {
      padding: 4rem 5vw; } }

    .container .section-box:before {
      content: "";
      width: 80rem;
      height: 80rem;
      background: linear-gradient(135deg, rgba(229, 240, 248, 0.75) 0%, rgba(229, 240, 248, 0) 50%);
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1; }
      @media only screen and (max-width: 767px) {
        .container .section-box:before {
          width: 100%;
          height: 100vw; } }
    .container .section-box-header {
      max-width: 90rem;
      padding-bottom: 5rem;
      margin: 0 auto; }
      @media only screen and (max-width: 1024px) {
        .container .section-box-header {
          padding-bottom: 3.5rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .container .section-box-header {
      padding-bottom: 2rem; } }

      .container .section-box-header-en {
        font-size: 1.4rem;
        line-height: 1.2;
        color: #026eb7;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: .5rem; }
        @media only screen and (max-width: 767px) {
          .container .section-box-header-en {
            font-size: 1.2rem;
            margin-bottom: .2rem; } }
        .container .section-box-header-en:before {
          content: "";
          width: 1.2rem;
          height: 1.2rem;
          border-radius: .6rem 0;
          background: #026eb7;
          margin-right: .8rem;
          flex-shrink: 0; }
          @media only screen and (max-width: 767px) {
            .container .section-box-header-en:before {
              width: 1rem;
              height: 1rem;
              border-radius: .5rem 0;
              margin-right: .4rem; } }
      .container .section-box-header-ttl {
        font-size: 4rem;
        line-height: 1.2; }
        @media only screen and (max-width: 1024px) {
          .container .section-box-header-ttl {
            font-size: 3.6rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .container .section-box-header-ttl {
      font-size: 2rem; } }

    .container .section-box-inner {
      max-width: 90rem;
      margin: 0 auto;
      font-size: 1.6rem; }
      @media only screen and (max-width: 767px) {
        .container .section-box-inner {
          font-size: 1.3rem; } }
      .container .section-box-inner p {
        line-height: 2;
        text-align: left;
        padding-bottom: 1em; }
        @media only screen and (max-width: 767px) {
          .container .section-box-inner p {
            line-height: 1.6; } }
    .container .section-box-nav ul {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .container .section-box-nav ul {
          flex-wrap: wrap; } }
      .container .section-box-nav ul li {
        margin: 0 1rem; }
        @media only screen and (max-width: 767px) {
          .container .section-box-nav ul li {
            margin: .5rem; } }
        .container .section-box-nav ul li [class$="-btn"] {
          width: auto;
          padding: 0 2rem; }
          @media only screen and (max-width: 767px) {
            .container .section-box-nav ul li [class$="-btn"] {
              max-width: 100%;
              line-height: 1.3; } }

a[class$="-btn"], input[class$="-btn"], button[class$="-btn"], span[class$="-btn"] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  padding: 0 1.5rem;
  border-radius: 5rem;
  margin: 0 auto; }
  a[class$="-btn"] span, input[class$="-btn"] span, button[class$="-btn"] span, span[class$="-btn"] span {
    margin-right: .8rem; }
    @media only screen and (max-width: 767px) {
      a[class$="-btn"] span, input[class$="-btn"] span, button[class$="-btn"] span, span[class$="-btn"] span {
        margin-right: .5rem; } }
a.mini-btn, input.mini-btn, button.mini-btn, span.mini-btn {
  width: 9rem;
  height: 3.6rem;
  border-radius: .5rem;
  background: #026eb7;
  color: #fff;
  font-size: 1.6rem; }
  @media only screen and (max-width: 767px) {
    a.mini-btn, input.mini-btn, button.mini-btn, span.mini-btn {
      height: 2.7rem;
      font-size: 1.3rem; } }
  a.mini-btn:hover, input.mini-btn:hover, button.mini-btn:hover, span.mini-btn:hover {
    background: #003e70; }
a.s-btn, a.blue-btn, input.s-btn, input.blue-btn, button.s-btn, button.blue-btn, span.s-btn, span.blue-btn {
  background: #026eb7;
  color: #fff; }
  a.s-btn:hover, a.blue-btn:hover, input.s-btn:hover, input.blue-btn:hover, button.s-btn:hover, button.blue-btn:hover, span.s-btn:hover, span.blue-btn:hover {
    background: #003e70; }
a.s-btn, input.s-btn, button.s-btn, span.s-btn {
  width: 12rem;
  height: 2.9rem;
  font-size: 1.6rem; }
  @media only screen and (max-width: 767px) {
    a.s-btn, input.s-btn, button.s-btn, span.s-btn {
      width: 10rem;
      font-size: 1.3rem;
      height: 2rem; } }
a.blue-btn, input.blue-btn, button.blue-btn, span.blue-btn {
  width: 24rem;
  height: 6rem;
  font-size: 1.8rem; }
  @media only screen and (max-width: 767px) {
    a.blue-btn, input.blue-btn, button.blue-btn, span.blue-btn {
      width: 100%;
      height: 4.2rem;
      font-size: 1.3rem;
      line-height: 1.3;
      text-align: center; } }
a.normal-btn, a.border-btn, input.normal-btn, input.border-btn, button.normal-btn, button.border-btn, span.normal-btn, span.border-btn {
  width: 25rem;
  height: 5rem;
  font-size: 1.5rem;
  background: #fff; }
  @media only screen and (max-width: 767px) {
    a.normal-btn, a.border-btn, input.normal-btn, input.border-btn, button.normal-btn, button.border-btn, span.normal-btn, span.border-btn {
      width: 16rem;
      height: 3.6rem;
      font-size: 1.1rem; } }
  a.normal-btn span, a.border-btn span, input.normal-btn span, input.border-btn span, button.normal-btn span, button.border-btn span, span.normal-btn span, span.border-btn span {
    color: #026eb7;
    font-size: 1.8rem; }
    @media only screen and (max-width: 767px) {
      a.normal-btn span, a.border-btn span, input.normal-btn span, input.border-btn span, button.normal-btn span, button.border-btn span, span.normal-btn span, span.border-btn span {
        font-size: 1.4rem; } }
  a.normal-btn:hover, a.border-btn:hover, input.normal-btn:hover, input.border-btn:hover, button.normal-btn:hover, button.border-btn:hover, span.normal-btn:hover, span.border-btn:hover {
    background: #026eb7;
    color: #fff; }
    a.normal-btn:hover span, a.border-btn:hover span, input.normal-btn:hover span, input.border-btn:hover span, button.normal-btn:hover span, button.border-btn:hover span, span.normal-btn:hover span, span.border-btn:hover span {
      color: #fff; }
a.border-btn, input.border-btn, button.border-btn, span.border-btn {
  border: 1px solid #026eb7; }
a.more-btn, input.more-btn, button.more-btn, span.more-btn {
  width: 15rem;
  height: 5rem;
  border: 1px solid #eee;
  font-weight: 400; }
  a.more-btn:hover, input.more-btn:hover, button.more-btn:hover, span.more-btn:hover {
    background: rgba(238, 238, 238, 0.5); }
  @media only screen and (max-width: 767px) {
    a.more-btn, input.more-btn, button.more-btn, span.more-btn {
      font-size: 1.2rem;
      height: 3.6rem; } }
a.l-btn, input.l-btn, button.l-btn, span.l-btn {
  width: 36rem; }
  @media only screen and (max-width: 767px) {
    a.l-btn, input.l-btn, button.l-btn, span.l-btn {
      width: 24rem; } }

#content .container {
  position: relative; }
  #content .container:after {
    content: "";
    width: 41.1rem;
    height: 39rem;
    background: url("../img/common/bg_mark.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -26rem;
    top: -12rem;
    z-index: -1; }
    @media only screen and (max-width: 767px) {
      #content .container:after {
        width: 16rem;
        height: 14rem;
        top: 2rem;
        right: -9rem; } }

.wp-pagenavi {
  text-align: center;
  clear: both;
  padding: 2.5rem 0;
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    .wp-pagenavi {
      flex-wrap: wrap; } }
  .wp-pagenavi a:hover {
    background: rgba(238, 238, 238, 0.5); }
  .wp-pagenavi > a, .wp-pagenavi > span {
    min-width: 5.6rem;
    height: 5.6rem;
    font-size: 1.4rem;
    text-decoration: none;
    background: #fff;
    margin: .4rem .8rem;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #eee; }
    @media only screen and (max-width: 767px) {
      .wp-pagenavi > a, .wp-pagenavi > span {
        min-width: 3.6rem;
        height: 3.6rem;
        font-size: 1rem;
        margin: .4rem;
        padding: 0 .5rem; } }
    .wp-pagenavi > a span, .wp-pagenavi > span span {
      font-size: 1.6rem; }
      @media only screen and (max-width: 767px) {
        .wp-pagenavi > a span, .wp-pagenavi > span span {
          font-size: 1.1rem; } }
    .wp-pagenavi > a.current, .wp-pagenavi > span.current {
      color: #fff;
      background: #026eb7; }
    @media only screen and (min-width: 1025px) {
      .wp-pagenavi > a:hover, .wp-pagenavi > span:hover {
        backgroundr: #009e96; } }

/* --------------------------------------
		104 footer
-------------------------------------- */
.div-top {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  z-index: 998; }
  @media only screen and (max-width: 767px) {
    .div-top {
      right: 1rem;
      bottom: 8rem; } }
  .div-top a {
    display: flex;
    color: #fff;
    width: 5rem;
    height: 5rem;
    align-items: center;
    justify-content: center;
    background: rgba(2, 110, 183, 0.9);
    border-radius: 50%; }
    .div-top a span {
      font-size: 1.8rem; }
      @media only screen and (max-width: 767px) {
        .div-top a span {
          font-size: 1.4rem; } }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .div-top a {
    width: 3.6rem;
    height: 3.6rem; } }

    @media only screen and (min-width: 1025px) {
      .div-top a:hover {
        opacity: 0.8; } }

.footer {
  padding-top: calc(10rem + 5vw); }
  @media only screen and (max-width: 1024px) {
    .footer {
      padding-top: 7rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .footer {
      background: #eee;
      padding: 2rem 0 0; } }

  .footer-logo {
    width: 34rem;
    margin: 0 auto 8rem; }
    @media only screen and (max-width: 1024px) {
      .footer-logo {
        margin-bottom: 4rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .footer-logo {
      width: 80%;
      margin-bottom: 1.5rem; } }

  .footer-inner {
    width: 100%;
    background: #003e70;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 6.5rem;
    padding: 0 3vw;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .footer-inner {
        flex-direction: column;
        justify-content: center; } }
    .footer-inner ul {
      font-size: 1.4rem;
      display: flex; }
      @media only screen and (max-width: 767px) {
        .footer-inner ul {
          font-size: .9rem;
          margin-bottom: 1rem; } }
      .footer-inner ul li {
        margin-right: 1rem; }
        @media only screen and (max-width: 767px) {
          .footer-inner ul li:nth-last-of-type(1) {
            margin-right: 0; } }
        .footer-inner ul li a {
          color: #fff; }
  .footer-copy {
    font-size: 1rem; }
    @media only screen and (max-width: 767px) {
      .footer-copy {
        font-size: .9rem; } }
  .footer-nav {
    max-width: 128rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 5vw 8rem; }
    @media only screen and (max-width: 1024px) {
      .footer-nav {
        width: 40rem;
        padding: 3vw;
        right: -40rem;
        position: fixed;
        transition: all .5s;
        opacity: 0;
        z-index: 1000;
        top: 9.5rem;
        margin: 0; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .footer-nav {
      width: 90vw;
      right: -90vw;
      top: 5rem;
      padding: 1.2rem 2rem; } }
    @media only screen and (max-width: 1024px) {
        .footer-nav.active {
          max-height: calc(100vh - 10rem);
          display: block;
          right: 0;
          background: #026eb7;
          overflow: auto;
          border-radius: 2rem 0 0 2rem;
          opacity: 1; } }
    @media only screen and (max-width: 1024px) and (max-width: 767px) {
      .footer-nav.active {
        max-height: calc(100vh - 10rem); } }

    .footer-nav dl {
      margin-left: 3vw; }
      @media only screen and (max-width: 1024px) {
        .footer-nav dl {
          width: 100%;
          margin: 0;
          display: flex;
          flex-wrap: wrap; }
          .footer-nav dl:nth-last-of-type(1) div:nth-last-of-type(1) dt {
            border-bottom: none; } }
      .footer-nav dl div {
        margin-bottom: 1.5rem; }
        @media only screen and (max-width: 1024px) {
          .footer-nav dl div {
            width: 100%;
            padding: 0;
            margin: 0; } }
        .footer-nav dl div dt {
          font-size: 1.5rem;
          font-weight: 700;
          padding-bottom: .8rem; }
          @media only screen and (max-width: 1024px) {
            .footer-nav dl div dt {
              font-size: 1.7rem;
              border-bottom: 1px solid rgba(0, 62, 112, 0.5);
              padding-bottom: 0;
              position: relative; }
              .footer-nav dl div dt:after {
                content: "\e5cc";
                font-weight: 400;
                font-family: "material symbols Outlined", cursive;
                position: absolute;
                right: 1rem;
                top: 50%;
                line-height: 1;
                margin-top: -.5em;
                color: #003e70;
                font-size: 2.4rem; } }
    @media only screen and (max-width: 1024px) and (max-width: 767px) {
      .footer-nav dl div dt:after {
        font-size: 1.7rem;
        right: .5rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .footer-nav dl div dt {
      font-size: 1.4rem; } }

          .footer-nav dl div dt a:hover {
            color: #026eb7; }
          @media only screen and (max-width: 1024px) {
            .footer-nav dl div dt a {
              color: #fff;
              padding: 2.5rem 1.5rem;
              display: block; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .footer-nav dl div dt a {
      padding: 1rem .5rem; } }

        @media only screen and (max-width: 1024px) {
          .footer-nav dl div:has(dd) dt a {
            pointer-events: none; }
          .footer-nav dl div:has(dd) dt:after {
            content: "\e145"; } }
        .footer-nav dl div dd {
          font-size: 1.4rem; }
          @media only screen and (max-width: 1024px) {
            .footer-nav dl div dd {
              max-height: 0;
              overflow: hidden;
              transition: all .5s; } }
        @media only screen and (max-width: 1024px) {
          .footer-nav dl div.on dt:after {
            content: "\e15b"; }
          .footer-nav dl div.on dd {
            max-height: 100rem;
            border-bottom: 1px solid rgba(0, 62, 112, 0.5); } }
    .footer-nav ul {
      padding-bottom: 1rem; }
      @media only screen and (max-width: 1024px) {
        .footer-nav ul {
          padding-bottom: 0; } }
      .footer-nav ul li {
        margin-bottom: 1rem; }
        @media only screen and (max-width: 1024px) {
          .footer-nav ul li {
            margin-bottom: 0;
            border-bottom: 1px solid rgba(0, 62, 112, 0.25); }
            .footer-nav ul li:nth-last-of-type(1) {
              border-bottom: none; } }
        .footer-nav ul li a {
          line-height: 1.3;
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          .footer-nav ul li a:hover {
            color: #026eb7; }
          .footer-nav ul li a span {
            font-size: 1.1rem;
            color: #026eb7;
            margin-right: .3rem; }
          @media only screen and (max-width: 1024px) {
            .footer-nav ul li a {
              font-size: 1.6rem;
              display: flex;
              align-items: center;
              padding: 2rem 0;
              color: #fff; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .footer-nav ul li a {
      padding: 1rem 0;
      font-size: 1.3rem; } }
          @media only screen and (max-width: 1024px) {
              .footer-nav ul li a span {
                font-size: 1.8rem;
                color: #003e70; } }
    @media only screen and (max-width: 1024px) and (max-width: 767px) {
      .footer-nav ul li a span {
        font-size: 1.5rem; } }

  .footer-pagetop {
    display: flex;
    justify-content: flex-end; }
    @media only screen and (max-width: 767px) {
      .footer-pagetop {
        justify-content: center;
        padding-bottom: .5rem; } }
    .footer-pagetop a {
      font-size: 1.2rem;
      display: flex;
      align-items: center;
      margin-left: auto;
      font-weight: 500;
      padding: 1rem; }
      @media only screen and (max-width: 767px) {
        .footer-pagetop a {
          flex-direction: column-reverse;
          margin: 0 auto;
          font-size: 1.1rem;
          font-weight: 400; } }
      .footer-pagetop a span {
        color: #026eb7;
        font-size: 1.8rem; }
