@charset "UTF-8";
/******************************************************************
** Stylesheet: Main Stylesheet
******************************************************************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/******************************************************************
** Links
******************************************************************/
a {
  background: transparent;
}
a:active, a:hover {
  outline: 0;
}

/******************************************************************
** Typography
******************************************************************/
abbr[title] {
  border-bottom: 0.1rem dotted;
}

b,
strong,
.strong {
  font-weight: bold;
}

dfn,
em,
.em {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  margin: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/******************************************************************
** Lists
******************************************************************/
ol,
ul {
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
ol li,
ul li {
  margin-bottom: 0.2em;
}
ol > li:last-child,
ul > li:last-child {
  margin-bottom: 0;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

ul.list--caution,
ul.list--caution > li {
  position: relative;
  margin: 0;
  display: block;
}

ul.list--caution {
  list-style: none;
  padding: 0;
}
ul.list--caution > li {
  margin-bottom: 0.5em;
  padding-left: 1.2em;
}
ul.list--caution > li:last-child {
  margin-bottom: 0;
}
ul.list--caution > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

ul.list--col3,
ul.list--col4 {
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
ul.list--col3 > li,
ul.list--col4 > li {
  font-size: 1.6rem;
  margin: 2.5%;
  display: inline-block;
  vertical-align: top;
}

ul.heading-list01 {
  position: relative;
}
ul.heading-list01 > li {
  position: relative;
  line-height: 1.5;
  margin-bottom: 1em;
}
ul.heading-list01 > li:last-child {
  margin-bottom: 0;
}
ul.heading-list01 > li .list-heading {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

dl,
menu {
  margin: 1em 0;
}

dd {
  margin: 0;
}

menu {
  padding: 0 0 4rem;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

@media screen and (min-width: 769px) {
  ul.list--col3 > li {
    width: 30%;
  }
  ul.list--col3 > li:nth-child(1), ul.list--col3 > li:nth-child(2), ul.list--col3 > li:nth-child(3) {
    margin-top: 0;
  }
  ul.list--col3 > li:nth-child(1), ul.list--col3 > li:nth-child(4), ul.list--col3 > li:nth-child(7), ul.list--col3 > li:nth-child(10), ul.list--col3 > li:nth-child(13), ul.list--col3 > li:nth-child(16), ul.list--col3 > li:nth-child(19), ul.list--col3 > li:nth-child(22), ul.list--col3 > li:nth-child(25), ul.list--col3 > li:nth-child(28) {
    margin-left: 0;
  }
  ul.list--col3 > li:nth-child(3), ul.list--col3 > li:nth-child(6), ul.list--col3 > li:nth-child(9), ul.list--col3 > li:nth-child(12), ul.list--col3 > li:nth-child(15), ul.list--col3 > li:nth-child(18), ul.list--col3 > li:nth-child(21), ul.list--col3 > li:nth-child(24), ul.list--col3 > li:nth-child(27), ul.list--col3 > li:nth-child(30), ul.list--col3 > li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  ul.list--col4 > li {
    width: 21.2%;
  }
  ul.list--col4 > li:nth-child(1), ul.list--col4 > li:nth-child(2), ul.list--col4 > li:nth-child(3), ul.list--col4 > li:nth-child(4) {
    margin-top: 0;
  }
  ul.list--col4 > li:nth-child(1), ul.list--col4 > li:nth-child(5), ul.list--col4 > li:nth-child(9), ul.list--col4 > li:nth-child(13), ul.list--col4 > li:nth-child(17), ul.list--col4 > li:nth-child(21), ul.list--col4 > li:nth-child(25), ul.list--col4 > li:nth-child(29), ul.list--col4 > li:nth-child(33), ul.list--col4 > li:nth-child(37), ul.list--col4 > li:nth-child(41), ul.list--col4 > li:nth-child(45) {
    margin-left: 0;
  }
  ul.list--col4 > li:nth-child(4), ul.list--col4 > li:nth-child(8), ul.list--col4 > li:nth-child(12), ul.list--col4 > li:nth-child(16), ul.list--col4 > li:nth-child(20), ul.list--col4 > li:nth-child(24), ul.list--col4 > li:nth-child(28), ul.list--col4 > li:nth-child(32), ul.list--col4 > li:nth-child(36), ul.list--col4 > li:nth-child(40), ul.list--col4 > li:nth-child(44), ul.list--col4 > li:nth-child(48), ul.list--col4 > li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  ul.list--col4 > li {
    width: 30%;
  }
  ul.list--col4 > li:nth-child(1), ul.list--col4 > li:nth-child(2), ul.list--col4 > li:nth-child(3) {
    margin-top: 0;
  }
  ul.list--col4 > li:nth-child(1), ul.list--col4 > li:nth-child(4), ul.list--col4 > li:nth-child(7), ul.list--col4 > li:nth-child(10), ul.list--col4 > li:nth-child(13), ul.list--col4 > li:nth-child(16), ul.list--col4 > li:nth-child(19), ul.list--col4 > li:nth-child(22), ul.list--col4 > li:nth-child(25), ul.list--col4 > li:nth-child(28) {
    margin-left: 0;
  }
  ul.list--col4 > li:nth-child(3), ul.list--col4 > li:nth-child(6), ul.list--col4 > li:nth-child(9), ul.list--col4 > li:nth-child(12), ul.list--col4 > li:nth-child(15), ul.list--col4 > li:nth-child(18), ul.list--col4 > li:nth-child(21), ul.list--col4 > li:nth-child(24), ul.list--col4 > li:nth-child(27), ul.list--col4 > li:nth-child(30), ul.list--col4 > li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  ul.list--col3 > li,
  ul.list--col4 > li {
    width: 47.5%;
  }
  ul.list--col3 > li:nth-child(1), ul.list--col3 > li:nth-child(2),
  ul.list--col4 > li:nth-child(1),
  ul.list--col4 > li:nth-child(2) {
    margin-top: 0;
  }
  ul.list--col3 > li:nth-child(odd),
  ul.list--col4 > li:nth-child(odd) {
    margin-left: 0;
  }
  ul.list--col3 > li:nth-child(even), ul.list--col3 > li:last-child,
  ul.list--col4 > li:nth-child(even),
  ul.list--col4 > li:last-child {
    margin-right: 0;
  }
}
/******************************************************************
** link list
******************************************************************/
.link-list-section {
  position: relative;
}

.link-list-section01 {
  border-radius: 0.4rem;
  padding: 4rem 1rem;
  background: #e6f5ff;
}
.link-list-section01 .container900 {
  padding: 0 !important;
}
.link-list-section01 .section-heading {
  position: relative;
}
.link-list-section01 .section-heading01 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.4em;
  margin-bottom: 1em;
}
.link-list-section01 ul.link-list,
.link-list-section01 ul.link-list > li,
.link-list-section01 ul.link-list > li::marker {
  color: #1e40af;
}
.link-list-section01 ul.link-list,
.link-list-section01 ul.link-list > li {
  line-height: 1.5;
}
.link-list-section01 ul.link-list > li {
  margin-bottom: 1em;
}
.link-list-section01 ul.link-list > li:last-child {
  margin-bottom: 0;
}
.link-list-section01 ul.link-list > li a {
  position: relative;
  color: #1e40af;
  text-decoration: underline;
  display: inline-block;
  vertical-align: top;
  transition: all 0.4s;
}
.link-list-section01 ul.link-list > li a[target=_blank]:after, .link-list-section01 ul.link-list > li a[download=""]:after {
  position: relative;
  content: "";
  margin-left: 0.6em;
  display: inline-block;
}
.link-list-section01 ul.link-list > li a[target=_blank]:after {
  width: 0.75em;
  height: 0.75em;
  background: transparent url(../img/common/icon_out01_bl02.webp) no-repeat center center/contain;
}
.link-list-section01 ul.link-list > li a[download=""]:after {
  width: 0.666875em;
  height: 0.666875em;
  background: transparent url(../img/common/icon_dl01.webp) no-repeat center center/contain;
}
.link-list-section01 ul.link-list > li a[href$=".pdf"]:after {
  content: none;
}
.link-list-section01 ul.link-list > li ul.link-list {
  margin-top: 1em !important;
}
.link-list-section01 ul.link-list.link-list02 {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1025px) {
  .link-list-section01 ul.link-list > li a:hover {
    font-weight: 700;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .link-list-section01 {
    border-radius: 0.6rem;
  }
}
@media screen and (max-width: 480px) {
  .link-list-section01 {
    border-radius: 0.8rem;
  }
}
/******************************************************************
** Figures
******************************************************************/
figure {
  margin: 0;
}

/******************************************************************
** Tables
******************************************************************/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************************************************
** GENERAL STYLES
******************************************************************/
html {
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html * {
  word-break: break-all;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #2d3748;
  background: #f7fafc;
  margin: 0;
}
body * {
  hyphens: none;
}

#container {
  overflow: clip;
}

/******************************************************************
** H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
h2,
h3,
h4,
h5 {
  text-rendering: optimizelegibility;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.6rem;
}

/******************************************************************
** common
******************************************************************/
.logo {
  position: relative;
  width: 100%;
  margin: 0;
  line-height: 0;
}
.logo a {
  position: relative;
  color: #2d3748;
  text-decoration: none;
  display: block;
  width: 100%;
}
.logo a:before, .logo a:after {
  content: "";
  display: block;
}
.logo a:before {
  padding-top: 16%;
}
.logo a:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent url(../img/common/logo.webp) no-repeat center center/contain;
  transition: all 0.4s;
}

@media screen and (min-width: 1025px) {
  .logo a:hover:after {
    background: transparent url(../img/common/logo_bl.webp) no-repeat center center/contain;
  }
}
/******************************************************************
** HEADER STYLES
******************************************************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #f7fafc;
  z-index: 9999;
  transition: all 0.4s;
}
.header .inner-header {
  position: relative;
  display: flex;
  align-items: center;
  height: 5rem;
  padding-left: 2rem;
}
.header .logo {
  max-width: 18.8rem;
}
.header ul.sns-list01 {
  margin-left: auto;
  margin-right: 0;
}
.header .btn--join01 {
  font-size: 0.75em;
  max-width: 20.8rem;
  height: 100%;
  border-radius: 0;
  margin-top: 0;
  margin-left: 2rem;
  margin-right: 0;
  padding: 0 1em;
  box-shadow: none;
}
.header .header-nav-wrap {
  position: relative;
  padding: 1.7rem 1rem;
  background: #1e40af;
}

@media screen and (max-width: 1024px) {
  .header {
    position: fixed;
    background: transparent;
    pointer-events: none;
  }
  .header:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    width: calc(100% - 5.5rem);
    height: 100%;
    background: #1e40af;
  }
  .header .inner-header {
    height: 4.4rem;
    margin-right: 5.5rem;
    padding-left: 1.2rem;
    padding-right: 0;
    pointer-events: auto;
  }
  .header .logo a:after {
    background: transparent url(../img/common/logo_wh.webp) no-repeat center center/contain;
  }
  .header ul.sns-list01,
  .header .btn--join01,
  .header .header-nav-wrap {
    display: none;
  }
}
/******************************************************************
** FOOTER STYLES
******************************************************************/
.footer {
  position: relative;
  clear: both;
  background: #2d3748;
  padding: 4rem 0;
}
.footer .inner-footer {
  position: relative;
}
.footer .footer-heading01 {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin-top: 2.4em;
  margin-bottom: 0.6em;
  padding: 0.48em 0;
  border-bottom: 0.1rem solid #fff;
}
.footer ul.sns-list01 {
  margin-left: 0;
}
.footer .footer-tel-num {
  position: relative;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-top: 0.2em;
  margin-bottom: 0;
}
.footer .copyright-section {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 4rem;
}
.footer .copyright-section .recommended-environment,
.footer .copyright-section .copyright {
  position: relative;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}
.footer .copyright-section .copyright {
  margin-left: auto;
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  .footer .row > div {
    margin: 0 2.5rem;
  }
  .footer .row > div:first-child {
    margin-left: 0;
  }
  .footer .row > div:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 5.2rem;
  }
  .footer .inner-footer {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .footer .row > div {
    margin: 0;
    margin-bottom: 2rem;
  }
  .footer .row > div:last-child {
    margin-bottom: 0;
  }
  .footer .footer-heading01 {
    font-size: 1.4rem;
  }
  .footer .copyright-section {
    display: block;
  }
  .footer .copyright-section .recommended-environment {
    display: none;
  }
  .footer .copyright-section .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .footer .inner-footer {
    margin-left: 3.2rem;
    margin-right: 3.2rem;
  }
  .footer .footer-heading01 {
    font-size: 1.2rem;
  }
  .footer .copyright-section {
    margin-top: 3rem;
  }
  .footer .copyright-section .copyright {
    font-size: 1rem;
  }
}
/******************************************************************
** go to top
******************************************************************/
.page-top {
  /*
  position: absolute;
  bottom: calc(100% + 2rem);
  */
  position: fixed;
  bottom: 2rem;
  right: 4.8rem;
  display: inline-block;
  z-index: 100;
}
.page-top a {
  position: relative;
  color: #1e40af;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s;
}
.page-top a .circle {
  position: relative;
  background: #1e40af;
  border-radius: 50%;
  border: 0.1rem solid #fff;
  width: 7.7rem;
  height: 7.7rem;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0.125em 0.625em rgba(0, 0, 0, 0.25);
  transition: all 0.4s;
}
.page-top a .circle:before {
  position: absolute;
  top: 55%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  display: block;
  border-top: 0.3rem solid #fff;
  border-left: 0.3rem solid #fff;
  width: 1rem;
  height: 1rem;
  transition: all 0.4s;
}
.page-top a .btn-text {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  display: block;
  margin-top: 0.8em;
  white-space: nowrap;
  transition: all 0.4s;
}
.page-top a:focus .circle {
  border: 0.1rem solid #2d3748;
  box-shadow: none;
}

@media screen and (min-width: 1025px) {
  .page-top a:hover {
    color: #1e40af;
  }
  .page-top a:hover .circle {
    border: 0.1rem solid #1e40af;
    background: #fff;
    box-shadow: none;
  }
  .page-top a:hover .circle:before {
    border-top: 0.3rem solid #1e40af;
    border-left: 0.3rem solid #1e40af;
  }
}
@media screen and (max-width: 1024px) {
  .page-top {
    /*
    top: 4rem;
    bottom: initial;
    */
    right: 2rem;
  }
  .page-top a {
    /*color: #fff;*/
  }
  .page-top a .circle {
    width: 6rem;
    height: 6rem;
  }
  .page-top a .circle:before {
    width: 1rem;
    height: 1rem;
  }
  .page-top a .btn-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .page-top {
    /*
    position: fixed;
    top: initial;
    bottom: 2rem;
    */
  }
  .page-top a {
    color: #1e40af;
  }
  .page-top a .circle {
    width: 4.5rem;
    height: 4.5rem;
  }
  .page-top a .circle:before {
    width: 1rem;
    height: 1rem;
  }
  .page-top a .btn-text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .page-top a .circle {
    width: 3rem;
    height: 3rem;
  }
  .page-top a .circle:before {
    border-top: 0.2rem solid #fff;
    border-left: 0.2rem solid #fff;
    width: 0.6rem;
    height: 0.6rem;
  }
  .page-top a .btn-text {
    font-size: 0.8rem;
  }
}
/******************************************************************
** NAVIGATION STYLES
******************************************************************/
.header nav {
  display: block;
}
.header nav ul.nav {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.header nav ul.nav > li,
.header nav ul.nav > li a {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  transition: all 0.4s;
}
.header nav ul.nav > li {
  margin: 0;
  padding: 0 1.5em;
  display: inline-block;
}
.header nav ul.nav > li:after {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.75em;
  background: #fff;
}
.header nav ul.nav > li:first-child {
  padding-left: 0;
}
.header nav ul.nav > li:last-child {
  padding-right: 0;
}
.header nav ul.nav > li:last-child:after {
  display: none;
}
.header nav ul.nav > li a {
  text-decoration: none;
  display: block;
  transition: all 0.4s;
}
.header nav ul.nav > li a:focus {
  color: #ffcc00;
}
.header nav ul.nav > li.current, .header nav ul.nav > li.current a {
  color: #ffcc00;
  pointer-events: none;
}
.header nav ul.nav > li.current.pe--a, .header nav ul.nav > li.current a.pe--a {
  pointer-events: auto !important;
}
.header nav ul.nav > li.current02, .header nav ul.nav > li.current02 a {
  color: #ffcc00;
}

ul.footer-nav,
ul.footer-nav > li {
  position: relative;
  display: block;
  margin: 0;
}

ul.footer-nav {
  list-style: none;
  padding: 0;
}
ul.footer-nav > li,
ul.footer-nav > li a {
  line-height: 1.5;
}
ul.footer-nav > li {
  margin-bottom: 0.6em;
}
ul.footer-nav > li:last-child {
  margin-bottom: 0;
}
ul.footer-nav > li a {
  position: relative;
  color: #fff;
  text-decoration: none;
  display: block;
  transition: all 0.4s;
}
ul.footer-nav > li a[target=_blank] {
  padding-right: 1.25em;
}
ul.footer-nav > li a[target=_blank]:after {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  transition: all 0.4s;
  background: transparent url(../img/common/icon_out01_wh.webp) no-repeat center center/contain;
}

#nav-drawer {
  position: relative;
  z-index: 100;
  display: none;
}

.nav-unshown {
  display: none;
}

#nav-open {
  position: fixed;
  top: 0;
  right: 0;
  width: 5.5rem;
  height: 4.4rem;
  background: #1e40af;
  z-index: 10000;
}
#nav-open > .inner {
  position: fixed;
  top: 1.1rem;
  right: 1.2rem;
  cursor: pointer;
  display: block;
  width: 3.5rem;
  height: 2.4rem;
  transition: all 0.4s;
}
#nav-open .line-wrap,
#nav-open .icon-text {
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#nav-open .line-wrap {
  top: 0;
  width: 1.5rem;
  height: 1rem;
  display: block;
  margin: 0 auto;
}
#nav-open .line-wrap span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.15rem;
  background: #fff;
  transition: all 0.4s;
}
#nav-open .line-wrap span:nth-of-type(1) {
  top: 0;
}
#nav-open .line-wrap span:nth-of-type(2) {
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#nav-open .line-wrap span:nth-of-type(3) {
  bottom: 0;
}
#nav-open .icon-text {
  bottom: 0;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  display: block;
  white-space: nowrap;
}

#nav-content {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
  opacity: 0;
  z-index: 9999;
  pointer-events: none;
}
#nav-content > .nav-content-inner {
  position: relative;
  background: #f7fafc;
  height: 100%;
  padding: 3.4rem 2rem 10rem;
  pointer-events: auto;
  overflow: auto;
}
#nav-content ul.nav,
#nav-content ul.nav > li {
  display: block;
  margin: 0;
}
#nav-content ul.nav {
  list-style: none;
  padding: 0;
}
#nav-content ul.nav > li,
#nav-content ul.nav > li a {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  color: #1e40af;
  line-height: 1.5;
}
#nav-content ul.nav > li {
  margin-top: 0;
  margin-bottom: 0.7em;
  border-bottom: 0.1rem solid #e1e1e1;
}
#nav-content ul.nav > li:last-child {
  margin-bottom: 0;
}
#nav-content ul.nav > li a {
  text-decoration: none;
  display: block;
  padding: 0.3em 0;
  padding-right: 1.2em;
  transition: all 0.4s;
}
#nav-content ul.nav > li a:after {
  position: absolute;
  top: 50%;
  right: 0.4em;
  -ms-transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top: 0.2rem solid #1e40af;
  border-right: 0.2rem solid #1e40af;
  transition: all 0.4s;
}
#nav-content ul.nav > li a:active {
  color: #90cdf4;
}
#nav-content ul.nav > li a:active:after {
  border-top: 0.2rem solid #90cdf4;
  border-right: 0.2rem solid #90cdf4;
}
#nav-content ul.sns-list01 {
  margin-top: 4rem;
}
#nav-content ul.sns-list01 > li {
  width: 2.125em;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#nav-input:checked ~ #nav-open .line-wrap span:nth-of-type(1) {
  transform: translateY(0.45rem) rotate(-45deg);
}
#nav-input:checked ~ #nav-open .line-wrap span:nth-of-type(2) {
  opacity: 0;
}
#nav-input:checked ~ #nav-open .line-wrap span:nth-of-type(3) {
  transform: translateY(-0.45rem) rotate(45deg);
}

@media screen and (min-width: 1025px) {
  .header nav ul.nav > li a:hover {
    color: #90cdf4;
  }
  ul.footer-nav > li a:hover {
    color: #90cdf4;
  }
  ul.footer-nav > li a:hover[target=_blank]:after {
    background: transparent url(../img/common/icon_out01_bl.webp) no-repeat center center/contain;
  }
  #nav-content ul.nav > li a:hover {
    color: #fff;
    background: #2d3748;
  }
}
@media screen and (max-width: 1200px) {
  .header nav ul.nav > li,
  .header nav ul.nav > li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1100px) {
  .header nav ul.nav > li,
  .header nav ul.nav > li a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  ul.footer-nav > li a:active {
    color: #90cdf4;
  }
  ul.footer-nav > li a:active[target=_blank]:after {
    background: transparent url(../img/common/icon_out01_bl.webp) no-repeat center center/contain;
  }
  #nav-drawer {
    display: block;
  }
}
/******************************************************************
** breadcrumb
******************************************************************/
.breadcrumb-section {
  position: relative;
  line-height: 1;
  background: #fff;
  padding: 0.6rem 0 0.8rem;
  overflow-x: auto;
}
.breadcrumb-section ul.breadcrumb,
.breadcrumb-section ul.breadcrumb > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  white-space: nowrap;
}
.breadcrumb-section ul.breadcrumb {
  list-style: none;
  font-size: 0;
  padding: 0;
}
.breadcrumb-section ul.breadcrumb > li,
.breadcrumb-section ul.breadcrumb > li a {
  position: relative;
  font-size: 1.2rem;
  line-height: 1;
}
.breadcrumb-section ul.breadcrumb > li {
  margin-right: 1.33333333em;
  padding-right: 1.66666667em;
}
.breadcrumb-section ul.breadcrumb > li:after {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 0.2rem solid #1e40af;
  border-right: 0.2rem solid #1e40af;
  transition: all 0.4s;
}
.breadcrumb-section ul.breadcrumb > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb-section ul.breadcrumb > li:last-child:after {
  display: none;
}
.breadcrumb-section ul.breadcrumb > li a {
  color: #1e40af;
  text-decoration: underline;
  transition: all 0.4s;
}

@media screen and (min-width: 1025px) {
  .breadcrumb-section ul.breadcrumb > li a:hover {
    font-weight: 700;
    text-decoration: none;
  }
}
/******************************************************************
** table of contents
******************************************************************/
.toc-section {
  position: relative;
  padding: 5rem 0;
  background: #f7fafc;
}
.toc-section .container900 {
  padding: 0 !important;
}
.toc-section .ttl-wrap {
  position: relative;
  padding: 0 2rem;
}
.toc-section .heading--lrg01 {
  margin-top: 0;
  margin-bottom: 0.3em;
}
.toc-section ul.toc-list,
.toc-section ul.toc-list > li {
  position: relative;
  display: block;
  margin: 0;
}
.toc-section ul.toc-list {
  list-style: none;
  padding: 0;
}
.toc-section ul.toc-list > li,
.toc-section ul.toc-list > li a {
  line-height: 1.5;
}
.toc-section ul.toc-list > li {
  padding: 0.5em 2rem;
  border-radius: 0.5rem;
}
.toc-section ul.toc-list > li .item-wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  padding-left: 0.875em;
  max-width: 50rem;
}
.toc-section ul.toc-list > li .item-wrap:before {
  position: absolute;
  top: 0.7em;
  left: 0;
  content: "";
  display: block;
  width: 0.25em;
  height: 0.25em;
  background: #1e40af;
  border-radius: 50%;
}
.toc-section ul.toc-list > li .item-wrap a {
  color: #1e40af;
  text-decoration: underline;
  display: inline-block;
  transition: all 0.4s;
}
.toc-section ul.toc-list > li:nth-child(odd) {
  background: #d8ecfa;
}

@media screen and (min-width: 1025px) {
  .toc-section ul.toc-list > li .item-wrap a:hover {
    font-weight: 700;
    text-decoration: none;
  }
}
@media screen and (max-width: 1024px) {
  .toc-section ul.toc-list > li .item-wrap a:active {
    font-weight: 700;
    text-decoration: none;
  }
}
/******************************************************************
** frontpage
******************************************************************/
.mv {
  position: relative;
  width: 100%;
  background: #f7fafc;
  padding-bottom: 2.5rem;
}

.mv-slide-wrap {
  position: relative;
}
.mv-slide-wrap ul.mv-slide-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mv-slide-wrap ul.mv-slide-list > li {
  margin: 0;
}
.mv-slide-wrap ul.mv-slide-list > li .box {
  position: relative;
  color: #2d3748;
  text-decoration: none;
  display: block;
  transition: all 0.4s;
}
.mv-slide-wrap ul.mv-slide-list > li .box .img-wrap:before {
  content: "";
  display: block;
  padding-top: 56.1667%;
}
.mv-slide-wrap ul.mv-slide-list > li .box .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
}
.mv-slide-wrap .control-wrap {
  position: relative;
  margin: 0 auto;
  margin-top: 2.5rem;
  display: table;
}
.mv-slide-wrap .control-wrap .splide__pagination {
  position: relative;
  bottom: initial;
  left: initial;
  right: initial;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.mv-slide-wrap .control-wrap .splide__pagination > li {
  line-height: 0;
  margin: 0 0.4rem;
}
.mv-slide-wrap .control-wrap .splide__pagination > li:first-child {
  margin-left: 0;
}
.mv-slide-wrap .control-wrap .splide__pagination > li:last-child {
  margin-right: 0;
}
.mv-slide-wrap .control-wrap .splide__pagination__page {
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0;
  background: #e1e1e1;
  border-radius: 9999px;
  transition: width 0.3s ease;
  overflow: hidden;
  opacity: 1;
}
.mv-slide-wrap .control-wrap .splide__pagination__page.is-active {
  width: 8rem;
  transform: scale(1);
}
.mv-slide-wrap .control-wrap .splide__pagination__page.is-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--pagination-progress, 0%);
  height: 100%;
  background: #1e40af;
  transition: width 0s linear;
}
.mv-slide-wrap .control-wrap .splide__arrows {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.mv-slide-wrap .control-wrap .splide__arrows .splide__arrow {
  background: transparent;
  width: 1.2rem;
  height: 1.2rem;
  opacity: 1;
}
.mv-slide-wrap .control-wrap .splide__arrows .splide__arrow svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: #1e40af;
}
.mv-slide-wrap .control-wrap .splide__arrows .splide__arrow--prev {
  left: initial;
  right: calc(100% + 1.5rem);
}
.mv-slide-wrap .control-wrap .splide__arrows .splide__arrow--next {
  left: calc(100% + 1.5rem);
  right: initial;
}

.top-section {
  position: relative;
}

.top-section--about:before,
.top-section--systems:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: 1rem 1rem;
}

.top-section--about:before {
  background-image: linear-gradient(0deg, transparent 0.9rem, #e6e6e6 1rem), linear-gradient(90deg, transparent 0.9rem, #e6e6e6 1rem);
}

.top-section--process .process-list-section01 {
  margin-top: 4rem;
}
.top-section--process .process-list-section01 .box {
  background: rgba(247, 250, 252, 0.3);
}

.top-section--systems:before {
  background-image: linear-gradient(0deg, transparent 0.9rem, #dfe1e3 1rem), linear-gradient(90deg, transparent 0.9rem, #dfe1e3 1rem);
}
.top-section--systems ul.systems-list01 {
  margin-top: 4rem;
}

@media screen and (max-width: 1024px) {
  .mv {
    padding-bottom: 2rem;
  }
  .mv-slide-wrap .control-wrap {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    padding-bottom: 1.6rem;
  }
  .mv-slide-wrap .control-wrap {
    margin-top: 1.6rem;
  }
  .top-section--process .process-list-section01 {
    margin-top: 3rem;
  }
  .top-section--systems ul.systems-list01 {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .mv {
    padding-bottom: 0;
  }
  .mv-slide-wrap .control-wrap {
    margin-top: 1.2rem;
  }
  .mv-slide-wrap .control-wrap .splide__pagination > li {
    margin: 0 0.15rem;
  }
  .mv-slide-wrap .control-wrap .splide__pagination__page {
    width: 0.4rem;
    height: 0.4rem;
  }
  .mv-slide-wrap .control-wrap .splide__arrows .splide__arrow {
    width: 0.6rem;
    height: 0.6rem;
  }
  .mv-slide-wrap .control-wrap .splide__arrows .splide__arrow svg {
    width: 0.6rem;
    height: 0.6rem;
  }
  .mv-slide-wrap .control-wrap .splide__arrows .splide__arrow--prev {
    right: calc(100% + 0.5rem);
  }
  .mv-slide-wrap .control-wrap .splide__arrows .splide__arrow--next {
    left: calc(100% + 0.5rem);
  }
  .top-section--process .process-list-section01 {
    margin-top: 2rem;
  }
  .top-section--systems ul.systems-list01 {
    margin-top: 2rem;
  }
}
/******************************************************************
** pages
******************************************************************/
.page-mv {
  position: relative;
  height: 19rem;
  display: flex;
  align-items: center;
  background: #90cdf4;
}
.page-mv:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, transparent 0.9rem, #82b9dc 1rem), linear-gradient(90deg, transparent 0.9rem, #82b9dc 1rem);
  background-size: 1rem 1rem;
}
.page-mv .mv-inner {
  position: relative;
  width: 100%;
  padding: 2rem 0;
}
.page-mv .mv-ttl.heading--sub01 {
  margin: 0 auto;
}

.page-text {
  position: relative;
  margin: 0;
}
.page-text.page-text01 {
  margin-top: 1em;
}
.page-text.page-text02 {
  margin-top: 2em;
}
.page-text.page-text03 {
  margin-top: 3em;
}

@media screen and (max-width: 1024px) {
  .page-mv {
    height: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv {
    height: 12rem;
  }
}
@media screen and (max-width: 480px) {
  .page-mv {
    height: 8.7rem;
  }
  .page-mv .container1180 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .page-mv .heading--sub01 {
    font-size: 2rem;
  }
}
/******************************************************************
** pages about
******************************************************************/
.list-section--about01 {
  position: relative;
  margin: 0 auto;
  max-width: 78rem;
  overflow: hidden;
}
.list-section--about01:before {
  position: absolute;
  top: 41.5%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  --b: 4rem;
  width: 56%;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% 0, 100% 100%, 0 100%, 50% 0, 50% var(--b), calc(var(--b) * 0.8660254038) calc(100% - var(--b) / 2), calc(100% - var(--b) * 0.8660254038) calc(100% - var(--b) / 2), 50% var(--b));
  background: #1e40af;
}
.list-section--about01 ul.list {
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.list-section--about01 ul.list > li {
  font-size: 1.6rem;
  margin: 1.3%;
  display: initial;
  width: 48.7%;
}
.list-section--about01 ul.list > li:first-child {
  display: table;
  margin-top: 0;
}
.list-section--about01 ul.list > li:nth-child(2), .list-section--about01 ul.list > li:nth-child(3) {
  margin-bottom: 0;
}
.list-section--about01 ul.list > li:nth-child(2) {
  margin-left: 0;
}
.list-section--about01 ul.list > li:nth-child(3) {
  margin-right: 0;
}
.list-section--about01 ul.list > li .box {
  position: relative;
  height: 100%;
  min-height: 20.8rem;
  display: flex;
  align-items: center;
  background: #f7fafc;
  border: 0.2rem solid #1e40af;
  border-radius: 0.5rem;
  padding: 3rem 2rem;
  overflow: hidden;
}
.list-section--about01 ul.list > li .box:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  background: #1e40af;
  z-index: 5;
}
.list-section--about01 ul.list > li .box .bg-img-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 47.368421%;
}
.list-section--about01 ul.list > li .box .bg-img-wrap .img-wrap img {
  height: auto;
}
.list-section--about01 ul.list > li .box > .box-inner {
  position: relative;
  margin: 0 auto;
  max-width: 27.1rem;
}
.list-section--about01 ul.list > li .box > .box-inner ul,
.list-section--about01 ul.list > li .box > .box-inner ul > li,
.list-section--about01 ul.list > li .box > .box-inner ul > li::marker {
  color: #1e40af;
}
.list-section--about01 ul.list > li .box > .box-inner ul,
.list-section--about01 ul.list > li .box > .box-inner ul > li {
  line-height: 1.5;
}
.list-section--about01 ul.list > li .box .box-heading {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  color: #1e40af;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto;
  margin-bottom: 0.1em;
}

.info-section--about01 {
  position: relative;
  margin-top: 4rem;
  padding: 3rem;
  border: 0.2rem solid #1e40af;
  border-radius: 2rem;
  background: #fff;
}
.info-section--about01 > .section-inner {
  margin: 0 auto;
  max-width: 90rem;
}

.merit-list-wrap--about01 {
  position: relative;
  margin-top: 4rem;
}
.merit-list-wrap--about01 .box {
  position: relative;
  background: #fff;
  padding: 2rem;
  border-radius: 0.8rem;
}
.merit-list-wrap--about01 .box .box-heading {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1e40af;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto;
  margin-bottom: 0.5em;
}

.btn-section--about01 {
  margin: 0 auto;
  margin-top: 4rem;
  max-width: 64rem;
}
.btn-section--about01 .link-btn01 {
  margin-top: 0;
}

.budget-section-about01 {
  position: relative;
}
.budget-section-about01 .budget-table-wrap {
  margin-top: 4rem;
}
.budget-section-about01 .budget-table-wrap .table-label {
  position: relative;
  font-weight: 700;
  color: #1e40af;
  line-height: 1.5;
  display: block;
  cursor: pointer;
  background: #e6f5ff;
  margin-bottom: -0.5rem;
  padding: 1.13em 1.25em;
  padding-right: 3.4em;
  border-radius: 0.4rem;
  transition: all 0.4s;
  z-index: 5;
}
.budget-section-about01 .budget-table-wrap .table-label .cross {
  position: absolute;
  top: 50%;
  right: 1.8rem;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 2rem;
  height: 2rem;
  background: #1e40af;
  border-radius: 50%;
}
.budget-section-about01 .budget-table-wrap .table-label .cross:before, .budget-section-about01 .budget-table-wrap .table-label .cross:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  background: #fff;
  transition: all 0.4s;
}
.budget-section-about01 .budget-table-wrap .table-label .cross:before {
  width: 0.15rem;
  height: 1.2rem;
}
.budget-section-about01 .budget-table-wrap .table-label .cross:after {
  width: 1.2rem;
  height: 0.15rem;
}
.budget-section-about01 .budget-table-wrap .table-wrap {
  height: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.4s;
}
.budget-section-about01 .budget-table-wrap input {
  display: none;
}
.budget-section-about01 .budget-table-wrap input:checked + .table-label .cross:before {
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.budget-section-about01 .budget-table-wrap input:checked + .table-label + .table-wrap {
  height: auto;
}

table.budget-table--about01 {
  position: relative;
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
}
table.budget-table--about01 th,
table.budget-table--about01 td {
  position: relative;
  line-height: 1.5;
  padding: 0.625em 1.25em;
  border: 0.5rem solid #fff;
}
table.budget-table--about01 thead th {
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #1e40af;
}
table.budget-table--about01 thead th:nth-child(1), table.budget-table--about01 thead th:nth-child(2), table.budget-table--about01 thead th:nth-child(4), table.budget-table--about01 thead th:nth-child(5) {
  width: 15%;
}
table.budget-table--about01 td {
  text-align: left;
  background: #f7fafc;
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  .merit-list-wrap--about01 .row > div {
    margin: 0 0.75rem;
  }
  .merit-list-wrap--about01 .row > div:first-child {
    margin-left: 0;
  }
  .merit-list-wrap--about01 .row > div:last-child {
    margin-right: 0;
  }
  .merit-list-wrap--about01 .box {
    height: 100%;
  }
  .btn-section--about01 .row > div {
    margin: 0 2rem;
  }
  .btn-section--about01 .row > div:first-child {
    margin-left: 0;
  }
  .btn-section--about01 .row > div:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .list-section--about01:before {
    --b: 3.4rem;
  }
  .list-section--about01 ul.list > li .box {
    min-height: 18rem;
    padding: 2.5rem 1.6rem;
  }
  .list-section--about01 ul.list > li .box:before {
    height: 0.8rem;
  }
  .list-section--about01 ul.list > li .box > .box-inner ul,
  .list-section--about01 ul.list > li .box > .box-inner ul > li {
    font-size: 1.4rem;
  }
  .list-section--about01 ul.list > li .box .box-heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .list-section--about01:before {
    --b: 2.7rem;
  }
  .list-section--about01 ul.list > li .box {
    min-height: 15rem;
    padding: 2rem 1.2rem;
  }
  .list-section--about01 ul.list > li .box:before {
    height: 0.6rem;
  }
  .list-section--about01 ul.list > li .box > .box-inner ul,
  .list-section--about01 ul.list > li .box > .box-inner ul > li {
    font-size: 1.2rem;
  }
  .list-section--about01 ul.list > li .box .box-heading {
    font-size: 2rem;
  }
  .info-section--about01 {
    margin-top: 3rem;
  }
  .merit-list-wrap--about01 {
    margin-top: 3rem;
  }
  .merit-list-wrap--about01 .row > div {
    margin: 0;
    margin-bottom: 2rem;
  }
  .merit-list-wrap--about01 .row > div:last-child {
    margin-bottom: 0;
  }
  .btn-section--about01 {
    margin-top: 2rem;
  }
  .btn-section--about01 .row > div {
    margin: 0;
  }
  .btn-section--about01 .row > div:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .btn-section--about01 .row > div:last-child {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .list-section--about01:before {
    --b: 2rem;
  }
  .list-section--about01 ul.list > li .box {
    min-height: 10.9rem;
    padding: 1.4rem 1rem;
  }
  .list-section--about01 ul.list > li .box .bg-img-wrap {
    width: 48.192771%;
  }
  .list-section--about01 ul.list > li .box:before {
    height: 0.5rem;
  }
  .list-section--about01 ul.list > li .box > .box-inner ul,
  .list-section--about01 ul.list > li .box > .box-inner ul > li {
    font-size: 1rem;
  }
  .list-section--about01 ul.list > li .box .box-heading {
    font-size: 1.6rem;
  }
  .info-section--about01 {
    margin-top: 2rem;
  }
  .merit-list-wrap--about01 {
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 28rem;
  }
  .merit-list-wrap--about01 .box {
    border-radius: 1rem;
  }
}
/******************************************************************
** pages process
******************************************************************/
.process-list-section01 {
  position: relative;
}
.process-list-section01 .box {
  position: relative;
  background: #fafcfd;
  padding: 2rem;
  border-radius: 2rem;
}
.process-list-section01 .box .box-heading {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  color: #1e40af;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto;
  margin-bottom: 0.6em;
  padding: 0.01em 1.76em;
  display: table;
  border-radius: 0.5rem;
  background: #90cdf4;
}
.process-list-section01 .box .img-wrap {
  max-width: 25rem;
  margin: 0 auto;
}
.process-list-section01 .box .img-wrap img {
  height: auto;
}
.process-list-section01 .box .text-wrap {
  position: relative;
  margin-top: 1.8rem;
  padding-top: 2rem;
  border-top: 0.1rem solid #1e40af;
}
.process-list-section01 .box .text-wrap ul.list,
.process-list-section01 .box .text-wrap ul.list > li,
.process-list-section01 .box .text-wrap ul.list > li::marker {
  color: #1e40af;
}
.process-list-section01 .box .text-wrap ul.list,
.process-list-section01 .box .text-wrap ul.list > li {
  font-size: 2rem;
  line-height: 1.5;
}
.process-list-section01 .box .text-wrap ul.list > li {
  font-weight: 700;
  margin-bottom: 0.1em;
}
.process-list-section01 .box .text-wrap ul.list > li:last-child {
  margin-bottom: 0;
}

.picture-wrap--process01 {
  position: relative;
  margin: 0 auto;
  margin-top: 4rem;
  max-width: 64rem;
}
.picture-wrap--process01 img {
  height: auto;
}

.site-info-section--process01 {
  position: relative;
  margin-top: 4rem;
  padding: 4rem 2rem;
  background: #fff;
  border-radius: 0.4rem;
}
.site-info-section--process01 ul.site-info-list,
.site-info-section--process01 ul.site-info-list > li {
  position: relative;
  display: block;
  margin: 0;
}
.site-info-section--process01 ul.site-info-list {
  list-style: none;
  padding: 0;
}
.site-info-section--process01 ul.site-info-list > li {
  margin-bottom: 2.4rem;
}
.site-info-section--process01 ul.site-info-list > li:last-child {
  margin-bottom: 0;
}
.site-info-section--process01 ul.site-info-list > li * {
  color: #1e40af;
}
.site-info-section--process01 ul.site-info-list > li .list-heading {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.8em;
}
.site-info-section--process01 ul.site-info-list > li .content-wrap {
  position: relative;
  padding-right: 17rem;
}
.site-info-section--process01 ul.site-info-list > li .content-wrap a {
  text-decoration: underline;
  transition: all 0.4s;
}
.site-info-section--process01 ul.site-info-list > li .content-wrap ul > li {
  margin-bottom: 0.1em;
}
.site-info-section--process01 ul.site-info-list > li .content-wrap ul > li:last-child {
  margin-bottom: 0;
}
.site-info-section--process01 ul.site-info-list > li .content-wrap .qr-code-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 10rem;
}
.site-info-section--process01 ul.site-info-list > li .content-wrap .qr-code-wrap .img-wrap img {
  height: auto;
}

.picture-section--process01 {
  position: relative;
}
.picture-section--process01 .picture-wrap {
  margin-top: 4rem;
}
.picture-section--process01 .picture-wrap img {
  height: auto;
}

@media screen and (min-width: 769px) {
  .process-list-section01 .row > div {
    margin: 0 1rem;
  }
  .process-list-section01 .row > div:first-child {
    margin-left: 0;
  }
  .process-list-section01 .row > div:last-child {
    margin-right: 0;
  }
  .process-list-section01 .box {
    height: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .site-info-section--process01 ul.site-info-list > li .content-wrap a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 1024px) {
  .process-list-section01 .box .box-heading {
    font-size: 2.4rem;
  }
  .process-list-section01 .box .img-wrap {
    max-width: 20rem;
  }
  .process-list-section01 .box .text-wrap ul.list,
  .process-list-section01 .box .text-wrap ul.list > li {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .process-list-section01 .row > div {
    margin: 0;
    margin-bottom: 2rem;
  }
  .process-list-section01 .row > div:last-child {
    margin-bottom: 0;
  }
  .process-list-section01 .box .box-heading {
    font-size: 2.2rem;
  }
  .process-list-section01 .box .img-wrap {
    max-width: 16rem;
  }
  .process-list-section01 .box .text-wrap ul.list,
  .process-list-section01 .box .text-wrap ul.list > li {
    font-size: 1.7rem;
  }
  .picture-wrap--process01 {
    margin-top: 3rem;
    max-width: calc(100% - 4rem);
  }
  .site-info-section--process01 {
    margin-left: -2rem;
    padding: 0 2rem;
    width: calc(100% + 4rem);
    background: transparent;
  }
  .site-info-section--process01 ul.site-info-list > li .content-wrap {
    padding-right: 0;
  }
  .site-info-section--process01 ul.site-info-list > li .content-wrap .qr-code-wrap {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .process-list-section01 .box .box-heading {
    font-size: 2rem;
  }
  .process-list-section01 .box .img-wrap {
    max-width: 12rem;
  }
  .process-list-section01 .box .text-wrap ul.list,
  .process-list-section01 .box .text-wrap ul.list > li {
    font-size: 1.6rem;
  }
  .picture-wrap--process01 {
    margin-top: 2rem;
    max-width: calc(100% - 1rem);
  }
}
/******************************************************************
** pages related
******************************************************************/
ul.systems-list01,
ul.systems-list01 > li {
  position: relative;
  display: block;
  margin: 0;
}

ul.systems-list01 {
  list-style: none;
  padding: 0;
}
ul.systems-list01 > li {
  margin-bottom: 2.5rem;
}
ul.systems-list01 > li:last-child {
  margin-bottom: 0;
}
ul.systems-list01 > li .box {
  position: relative;
  border: 0.2rem solid #1e40af;
  border-radius: 2rem;
  overflow: hidden;
  background: #fff;
}
ul.systems-list01 > li .box .row > div {
  margin: 0;
}
ul.systems-list01 > li .box .img-wrap img {
  height: 100%;
  object-fit: cover;
}
ul.systems-list01 > li .box a.img-wrap {
  position: relative;
  color: #2d3748;
  text-decoration: none;
  display: block;
}
ul.systems-list01 > li .box .text-wrap {
  position: relative;
  padding: 2rem 6rem;
}
ul.systems-list01 > li .box .text-wrap .box-heading {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  color: #1e40af;
  margin-top: 0;
  margin-bottom: 0.4em;
}
ul.systems-list01 > li .box .text-wrap .box-heading .inner-text {
  position: relative;
}
ul.systems-list01 > li .box .text-wrap .box-heading .inner-text--num {
  font-size: 1.42857143em;
  display: inline-block;
  white-space: nowrap;
}
ul.systems-list01 > li .box .text-wrap .box-heading .inner-text--main {
  font-size: 1em;
  line-height: 1.3;
  background: linear-gradient(transparent 60%, #90cdf4 0%);
  display: inline;
}

table.table--systems {
  position: relative;
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
}
table.table--systems th,
table.table--systems td {
  position: relative;
  line-height: 1.5;
  padding: 0.625em 1.25em;
  border: 0.5rem solid #fff;
}
table.table--systems thead th,
table.table--systems tbody th {
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #1e40af;
}
table.table--systems td {
  text-align: left;
  background: #f7fafc;
  vertical-align: middle;
}
table.table--systems.table--systems01 thead th {
  width: 33.3333333333%;
}
table.table--systems.table--systems02 thead th {
  width: 25%;
}
table.table--systems.table--systems03 {
  margin-top: 3rem;
}
table.table--systems.table--systems03 th,
table.table--systems.table--systems03 td {
  padding-left: 0.8em;
  padding-right: 0.8em;
}
table.table--systems.table--systems03 tbody th {
  width: 12rem;
}
table.table--systems.table--systems04 th,
table.table--systems.table--systems04 td, table.table--systems.table--systems05 th,
table.table--systems.table--systems05 td {
  border: 0.5rem solid #f7fafc;
}
table.table--systems.table--systems04 thead th:first-child, table.table--systems.table--systems05 thead th:first-child {
  width: 12.5rem;
}
table.table--systems.table--systems04 tbody th, table.table--systems.table--systems05 tbody th {
  background: #2d3748;
}
table.table--systems.table--systems04 tbody td, table.table--systems.table--systems05 tbody td {
  background: #fff;
}
table.table--systems.table--systems04 tbody th {
  height: 6.5rem;
}
table.table--systems.table--systems05 thead th {
  width: calc(50% - 6.25rem);
}

.info-wrap--systems {
  position: relative;
  padding: 4rem 2rem;
  background: #f7fafc;
  border-radius: 0.4rem;
}
.info-wrap--systems > .inner {
  position: relative;
  margin: 0 auto;
}
.info-wrap--systems > .inner01 {
  max-width: 47.9rem;
}
.info-wrap--systems .heading {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1e40af;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1em;
}
.info-wrap--systems .img-wrap img {
  height: auto;
}
.info-wrap--systems.info-wrap--systems01 {
  margin: 4rem 0;
}
.info-wrap--systems.info-wrap--systems01 * {
  color: #1e40af;
}

.info-section--systems {
  position: relative;
}

.info-section--systems01 {
  margin-bottom: 2rem;
}

@media screen and (min-width: 769px) {
  ul.systems-list01 > li .box .img-wrap {
    height: 100%;
  }
  ul.systems-list01 > li .box .text-wrap {
    min-height: 23.5rem;
    display: flex;
    align-items: center;
  }
  ul.systems-list01 > li .box .text-wrap .box-heading {
    padding-left: 1.93em;
  }
  ul.systems-list01 > li .box .text-wrap .box-heading .inner-text--num {
    position: absolute;
    top: -0.1em;
    left: 0;
  }
  .info-section--systems01 .row > div {
    margin: 0 1rem;
  }
  .info-section--systems01 .row > div:first-child {
    margin-left: 0;
  }
  .info-section--systems01 .row > div:last-child {
    margin-right: 0;
  }
  .info-section--systems01 .info-wrap--systems {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  ul.systems-list01 > li .box .text-wrap {
    padding: 2rem 4rem;
  }
  ul.systems-list01 > li .box .text-wrap .box-heading {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  ul.systems-list01 > li {
    margin-bottom: 2rem;
  }
  ul.systems-list01 > li .box .img-wrap:before {
    content: "";
    display: block;
    padding-top: 62%;
  }
  ul.systems-list01 > li .box .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
  }
  ul.systems-list01 > li .box .text-wrap {
    padding: 2rem 3rem;
  }
  ul.systems-list01 > li .box .text-wrap .box-heading {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 0.6em;
  }
  ul.systems-list01 > li .box .text-wrap .box-heading .inner-text--num {
    display: block;
    margin-bottom: 0.2em;
  }
  .info-wrap--systems {
    padding: 3rem 2rem;
  }
  .info-wrap--systems.info-wrap--systems01 {
    margin: 3rem 0;
  }
}
@media screen and (max-width: 480px) {
  ul.systems-list01 > li .box .text-wrap {
    padding: 2rem;
  }
  ul.systems-list01 > li .box .text-wrap .box-heading {
    font-size: 2rem;
  }
  ul.systems-list01 > li .box .text-wrap .box-heading .inner-text--num {
    font-size: 1.2em;
  }
  .info-wrap--systems {
    padding: 2rem;
  }
  .info-wrap--systems.info-wrap--systems01 {
    margin: 2rem 0;
  }
}
/******************************************************************
** article
******************************************************************/
ul.article-list01,
ul.article-list01 > li {
  position: relative;
  display: block;
  margin: 0;
}

ul.article-list01 {
  list-style: none;
  padding: 0;
}
ul.article-list01 > li,
ul.article-list01 > li a {
  line-height: 1.5;
}
ul.article-list01 > li {
  padding: 0.63em 2rem;
  border-radius: 0.5rem;
}
ul.article-list01 > li .item-wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 60rem;
}
ul.article-list01 > li .item-wrap > .inner {
  display: flex;
  align-items: baseline;
}
ul.article-list01 > li .item-wrap > .inner .date,
ul.article-list01 > li .item-wrap > .inner .ttl {
  display: inline-block;
}
ul.article-list01 > li .item-wrap > .inner .date {
  font-size: 1.2rem;
  margin-right: 2em;
  white-space: nowrap;
}
ul.article-list01 > li .item-wrap > .inner .ttl {
  font-weight: 400;
}
ul.article-list01 > li:nth-child(odd) {
  background: #d8ecfa;
}

@media screen and (max-width: 768px) {
  ul.article-list01 > li {
    padding: 0.7em 2rem;
  }
  ul.article-list01 > li .item-wrap > .inner {
    display: block;
  }
  ul.article-list01 > li .item-wrap > .inner .date,
  ul.article-list01 > li .item-wrap > .inner .ttl {
    display: block;
  }
  ul.article-list01 > li .item-wrap > .inner .date {
    margin-right: 0;
  }
  ul.article-list01 > li .item-wrap > .inner .ttl {
    margin-top: 0.1em;
  }
}
/******************************************************************
** PAGE NAVI STYLES
******************************************************************/
.pagination {
  margin: 0 auto;
  margin-top: 4.5rem;
  text-align: center;
  display: block;
}
.pagination ul.page-numbers {
  font-size: 0;
  margin: 0 auto;
  padding: 0;
  display: table;
}
.pagination ul.page-numbers > li {
  font-size: 1.6rem;
  margin: 0.8em;
  display: inline-flex;
  vertical-align: middle;
}
.pagination ul.page-numbers > li .current,
.pagination ul.page-numbers > li a {
  display: block;
}
.pagination ul.page-numbers > li .current {
  color: #fff;
  line-height: 2.8em;
  width: 2.8em;
  height: 2.8em;
  border-radius: 50%;
  background: #2d3748;
}
.pagination ul.page-numbers > li a {
  color: #2d3748;
  text-decoration: none;
  transition: all 0.4s;
}
.pagination ul.page-numbers > li .prev,
.pagination ul.page-numbers > li .next {
  position: relative;
}
.pagination ul.page-numbers > li .prev:before,
.pagination ul.page-numbers > li .next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.pagination ul.page-numbers > li .prev:before {
  content: "\f053";
}
.pagination ul.page-numbers > li .next:before {
  content: "\f054";
}

@media screen and (min-width: 1025px) {
  .pagination ul.page-numbers > li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 480px) {
  .pagination {
    margin-top: 2.4rem;
  }
  .pagination ul.page-numbers > li .current {
    line-height: 2.6em;
    width: 2.6em;
    height: 2.6em;
  }
}
@media screen and (max-width: 375px) {
  .pagination ul.page-numbers > li .current {
    line-height: 2.4em;
    width: 2.4em;
    height: 2.4em;
  }
}
/******************************************************************
** related link
******************************************************************/
.related-link-section {
  position: relative;
}
.related-link-section .container900 {
  padding: 0 !important;
}
.related-link-section .section-inner {
  position: relative;
  background: #e6f5ff;
  padding: 4rem 2rem;
  border-radius: 0.4rem;
}
.related-link-section .heading--lrg01 {
  margin-bottom: 0.7em;
}
.related-link-section ul.related-link-list,
.related-link-section ul.related-link-list > li,
.related-link-section ul.related-link-list > li::marker {
  color: #1e40af;
}
.related-link-section ul.related-link-list,
.related-link-section ul.related-link-list > li {
  line-height: 1.5;
}
.related-link-section ul.related-link-list > li {
  margin-bottom: 1em;
}
.related-link-section ul.related-link-list > li:last-child {
  margin-bottom: 0;
}
.related-link-section ul.related-link-list > li a {
  position: relative;
  color: #1e40af;
  text-decoration: underline;
  display: inline-block;
  vertical-align: top;
  transition: all 0.4s;
}
.related-link-section ul.related-link-list > li a[target=_blank]:after, .related-link-section ul.related-link-list > li a[download=""]:after {
  position: relative;
  content: "";
  margin-left: 0.6em;
  display: inline-block;
}
.related-link-section ul.related-link-list > li a[target=_blank]:after {
  width: 0.75em;
  height: 0.75em;
  background: transparent url(../img/common/icon_out01_bl02.webp) no-repeat center center/contain;
}
.related-link-section ul.related-link-list > li a[download=""]:after {
  width: 0.666875em;
  height: 0.666875em;
  background: transparent url(../img/common/icon_dl01.webp) no-repeat center center/contain;
}
.related-link-section ul.related-link-list > li a[href$=".pdf"]:after {
  content: none;
}

.related-link-section01 {
  margin-top: 5rem;
}

.related-link-section02 {
  margin-top: 6rem;
}

.related-link-section03 {
  margin-top: 4rem;
}

@media screen and (min-width: 1025px) {
  .related-link-section ul.related-link-list > li a:hover {
    font-weight: 700;
    text-decoration: none;
  }
}
@media screen and (max-width: 1024px) {
  .related-link-section01.bg--wh.bg--wh01 {
    padding-bottom: 0;
  }
  .related-link-section02 {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .related-link-section02,
  .related-link-section03 {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .related-link-section02,
  .related-link-section03 {
    margin-top: 2rem;
  }
}
/******************************************************************
** pages documents
******************************************************************/
.notice_documents-section01 {
  position: relative;
  margin-top: 4rem;
}
.notice_documents-section01 .box {
  position: relative;
  background: #fff;
  padding: 4rem 2rem;
  border-radius: 0.4rem;
}
.notice_documents-section01 .box .box-heading {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  display: table;
  margin: 0 auto;
  margin-bottom: 1.6em;
  padding-left: 2.4rem;
}
.notice_documents-section01 .box .box-heading:before {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 1.6rem;
  height: 0.4rem;
  background: #ffcc00;
}

@media screen and (min-width: 769px) {
  .notice_documents-section01 .row > div {
    margin: 0 2rem;
  }
  .notice_documents-section01 .row > div:first-child {
    margin-left: 0;
  }
  .notice_documents-section01 .row > div:last-child {
    margin-right: 0;
  }
  .notice_documents-section01 .box {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .notice_documents-section01 .box .desc-wrap {
    display: flex;
    align-items: center;
    flex-grow: 1;
  }
}
@media screen and (max-width: 768px) {
  .notice_documents-section01 {
    margin-top: 3rem;
  }
  .notice_documents-section01 .row > div {
    margin: 0;
    margin-bottom: 2rem;
  }
  .notice_documents-section01 .row > div:last-child {
    margin-bottom: 0;
  }
  .notice_documents-section01 .box .box-heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .notice_documents-section01 {
    margin-top: 2rem;
  }
  .notice_documents-section01 .box .box-heading {
    font-size: 1.6rem;
    padding-left: 1.2rem;
  }
  .notice_documents-section01 .box .box-heading:before {
    width: 0.8rem;
  }
}
/******************************************************************
** pages contact
******************************************************************/
.contact-section01 {
  position: relative;
}
.contact-section01 .box {
  position: relative;
  background: #fff;
  padding: 4rem 2rem;
  border-radius: 0.4rem;
}
.contact-section01 .box .heading--lrg01 {
  margin-bottom: 0.6em;
}
.contact-section01 .box .box-heading {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  display: table;
  margin: 0 auto;
  margin-top: 2.6em;
  margin-bottom: 1em;
  padding-left: 2.4rem;
}
.contact-section01 .box .box-heading:before {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 1.6rem;
  height: 0.4rem;
  background: #ffcc00;
}
.contact-section01 .box .link-btn01 {
  margin-top: 1.4em;
}
.contact-section01 .box03 {
  margin-top: 2rem;
}

@media screen and (min-width: 769px) {
  .contact-section01 .row > div {
    margin: 0 1rem;
  }
  .contact-section01 .row > div:first-child {
    margin-left: 0;
  }
  .contact-section01 .row > div:last-child {
    margin-right: 0;
  }
  .contact-section01 .box01 {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact-section01 .row > div {
    margin: 0;
  }
  .contact-section01 .box .box-heading {
    font-size: 2rem;
  }
  .contact-section01 .box02 {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .contact-section01 .box .box-heading {
    font-size: 1.6rem;
    padding-left: 1.2rem;
  }
  .contact-section01 .box .box-heading:before {
    width: 0.8rem;
  }
}
/******************************************************************
** pages case
******************************************************************/
.interview-list-wrap01 {
  position: relative;
  margin-top: 4rem;
}

ul.interview-list01 {
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
ul.interview-list01 > li {
  font-size: 1.6rem;
  color: #1e40af;
  margin: 3.6%;
  display: inline-block;
  vertical-align: top;
  width: 46.4%;
}
ul.interview-list01 > li:nth-child(1), ul.interview-list01 > li:nth-child(2) {
  margin-top: 0;
}
ul.interview-list01 > li:nth-child(odd) {
  margin-left: 0;
}
ul.interview-list01 > li:nth-child(even), ul.interview-list01 > li:last-child {
  margin-right: 0;
}
ul.interview-list01 > li .box {
  position: relative;
  color: #1e40af;
  text-decoration: none;
  display: block;
  transition: all 0.4s;
}
ul.interview-list01 > li .box .img-wrap {
  overflow: hidden;
  border-radius: 2rem;
  box-shadow: 0 0.125em 0.625em rgba(0, 0, 0, 0.25);
  transition: all 0.4s;
}
ul.interview-list01 > li .box .img-wrap:before {
  content: "";
  display: block;
  padding-top: 61%;
}
ul.interview-list01 > li .box .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
ul.interview-list01 > li .box .text-wrap {
  position: relative;
  margin-top: 1rem;
}
ul.interview-list01 > li .box .text-wrap .ttl {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  display: block;
}
ul.interview-list01 > li .box .text-wrap .info-wrap {
  position: relative;
  display: flex;
  align-items: start;
  margin-top: 1.8rem;
}
ul.interview-list01 > li .box .text-wrap .info-wrap .location,
ul.interview-list01 > li .box .text-wrap .info-wrap .date {
  position: relative;
  font-size: 1.6rem;
  padding-left: 1.375em;
}
ul.interview-list01 > li .box .text-wrap .info-wrap .location:before,
ul.interview-list01 > li .box .text-wrap .info-wrap .date:before {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: block;
  transition: all 0.4s;
}
ul.interview-list01 > li .box .text-wrap .info-wrap .location {
  margin-left: 0;
  margin-right: 1em;
  display: inline-block;
}
ul.interview-list01 > li .box .text-wrap .info-wrap .location:before {
  width: 0.875em;
  height: 1.1em;
  background: transparent url(../img/common/icon_location01.webp) no-repeat center center/contain;
}
ul.interview-list01 > li .box .text-wrap .info-wrap .date {
  margin-left: auto;
  margin-right: 0;
  display: table;
}
ul.interview-list01 > li .box .text-wrap .info-wrap .date:before {
  width: 1em;
  height: 1.11875em;
  background: transparent url(../img/common/icon_date01.webp) no-repeat center center/contain;
}
ul.interview-list01.list-text--wh > li {
  color: #fff;
}
ul.interview-list01.list-text--wh > li .box {
  color: #fff;
}
ul.interview-list01.list-text--wh > li .box .text-wrap .info-wrap .location:before {
  background: transparent url(../img/common/icon_location01_wh.webp) no-repeat center center/contain;
}
ul.interview-list01.list-text--wh > li .box .text-wrap .info-wrap .date:before {
  background: transparent url(../img/common/icon_date01_wh.webp) no-repeat center center/contain;
}

@media screen and (min-width: 1025px) {
  ul.interview-list01 > li .box:hover {
    color: #90cdf4;
  }
  ul.interview-list01 > li .box:hover .img-wrap {
    box-shadow: none;
  }
  ul.interview-list01 > li .box:hover .img-wrap img {
    transform: scale(1.1);
  }
  ul.interview-list01 > li .box:hover .text-wrap .info-wrap .location:before {
    background: transparent url(../img/common/icon_location01_lb.webp) no-repeat center center/contain;
  }
  ul.interview-list01 > li .box:hover .text-wrap .info-wrap .date:before {
    background: transparent url(../img/common/icon_date01_lb.webp) no-repeat center center/contain;
  }
}
@media screen and (max-width: 1024px) {
  ul.interview-list01 > li .box:active {
    color: #90cdf4;
  }
  ul.interview-list01 > li .box:active .img-wrap img {
    transform: scale(1.1);
  }
  ul.interview-list01 > li .box:active .text-wrap .info-wrap .location:before {
    background: transparent url(../img/common/icon_location01_lb.webp) no-repeat center center/contain;
  }
  ul.interview-list01 > li .box:active .text-wrap .info-wrap .date:before {
    background: transparent url(../img/common/icon_date01_lb.webp) no-repeat center center/contain;
  }
}
@media screen and (max-width: 768px) {
  .interview-list-wrap01 {
    margin-top: 3rem;
  }
  ul.interview-list01 > li .box .text-wrap .ttl {
    font-size: 2rem;
  }
  ul.interview-list01 > li .box .text-wrap .info-wrap {
    margin-top: 1.6rem;
  }
  ul.interview-list01 > li .box .text-wrap .info-wrap .location,
  ul.interview-list01 > li .box .text-wrap .info-wrap .date {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 568px) {
  ul.interview-list01 > li {
    width: 100%;
    margin: 0;
    margin-bottom: 2.5rem;
  }
  ul.interview-list01 > li:last-child {
    margin-bottom: 0;
  }
  ul.interview-list01 > li .box .text-wrap .ttl {
    font-size: 1.6rem;
  }
  ul.interview-list01 > li .box .text-wrap .info-wrap {
    margin-top: 1.4rem;
  }
  ul.interview-list01 > li .box .text-wrap .info-wrap .location,
  ul.interview-list01 > li .box .text-wrap .info-wrap .date {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .interview-list-wrap01 {
    margin-top: 2rem;
  }
}
/******************************************************************
** single case
******************************************************************/
.info-wrap--single01 {
  position: relative;
  font-size: 0;
  display: table;
  vertical-align: baseline;
  margin-bottom: 1rem;
}
.info-wrap--single01 .date,
.info-wrap--single01 .location {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1e40af;
  line-height: 1.5;
  display: inline-block;
  vertical-align: baseline;
}
.info-wrap--single01 .date {
  margin-right: 1em;
}
.info-wrap--single01 .location {
  padding-left: 1.4rem;
}
.info-wrap--single01 .location:before {
  position: absolute;
  top: 0.4rem;
  left: 0;
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.6rem;
  background: transparent url(../img/common/icon_location02.webp) no-repeat center center/contain;
}

.single-title--cases {
  position: relative;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1e40af;
  margin-top: 0;
  margin-bottom: 1.2em;
}

.eyecatch-section--single {
  position: relative;
  margin-bottom: 4rem;
}
.eyecatch-section--single .img-wrap {
  overflow: hidden;
}
.eyecatch-section--single .bg-img-wrap,
.eyecatch-section--single .bg-img-wrap:after,
.eyecatch-section--single .bg-img-wrap .img-wrap,
.eyecatch-section--single .bg-img-wrap .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.eyecatch-section--single .bg-img-wrap:after {
  content: "";
  display: block;
  background: #000;
  opacity: 0.6;
}
.eyecatch-section--single .bg-img-wrap .img-wrap img {
  object-fit: cover;
  filter: blur(0.5rem);
}
.eyecatch-section--single .eyecatch-wrap {
  position: relative;
  z-index: 5;
}
.eyecatch-section--single .eyecatch-wrap .img-wrap:before {
  content: "";
  display: block;
  padding-top: 62%;
}
.eyecatch-section--single .eyecatch-wrap .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
}

.single-content--cases > *:first-child {
  margin-top: 0;
}
.single-content--cases > *:last-child {
  margin-bottom: 0;
}
.single-content--cases h2,
.single-content--cases h3,
.single-content--cases h4,
.single-content--cases h5 {
  position: relative;
  line-height: 1.5;
}
.single-content--cases h2 {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  color: #1e40af;
  margin: 1.2em auto;
}
.single-content--cases h3 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 1.6em 0;
  padding: 0.34em 1.3em;
  background: #ffec9e;
  border-radius: 0.4rem;
}
.single-content--cases h4 {
  font-size: 2rem;
  font-weight: 700;
  margin: 1.2em 0;
}
.single-content--cases p {
  position: relative;
  margin: 2em 0;
}
.single-content--cases img,
.single-content--cases iframe,
.single-content--cases video {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: block;
}
.single-content--cases img {
  height: auto;
}
.single-content--cases iframe,
.single-content--cases video {
  max-width: 100%;
}
.single-content--cases figure {
  position: relative;
  max-width: 84rem;
  margin: 0 auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.single-content--cases figure.mw--500 {
  max-width: 50rem;
}
.single-content--cases figure img,
.single-content--cases figure video {
  margin: 0;
  border-radius: 2rem;
  width: 100%;
}
.single-content--cases figure figcaption {
  font-size: 1.6rem;
  color: #1e40af;
  text-align: center;
  line-height: 1.5;
  margin-top: 0.4em;
  margin-bottom: 0;
}
.single-content--cases figure .video-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
.single-content--cases figure .video-wrap:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.single-content--cases figure .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.single-content--cases figure .video-wrap .movie,
.single-content--cases figure .video-wrap .movie .movie-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.single-content--cases figure .video-wrap .movie {
  cursor: pointer;
}
.single-content--cases figure .video-wrap .movie .movie-inner .thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-content--cases ul li {
  margin-bottom: 2em;
}
.single-content--cases ul li:last-child {
  margin-bottom: 0;
}
.single-content--cases a {
  color: #1e40af;
  text-decoration: underline;
  transition: all 0.4s;
}
.single-content--cases table {
  width: 100%;
  margin-bottom: 4rem;
}
.single-content--cases table th,
.single-content--cases table td {
  text-align: left;
  border: 0.1rem solid #ddd;
  padding: 0.8em 1em;
  background: #fff;
  vertical-align: top;
}
.single-content--cases table th {
  font-weight: 700;
  width: 25%;
  background: #f2f2f2;
}
.single-content--cases table thead th {
  text-align: center;
}

.pager-section--single01 {
  position: relative;
  margin-top: 4rem;
}
.pager-section--single01 .pager {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  color: #2d3748;
  text-decoration: none;
  line-height: 1.5;
  width: 100%;
  background: #fff;
  padding: 2rem;
  transition: all 0.4s;
  transition: font-weight 0.4s ease-in-out;
  will-change: font-weight;
}
.pager-section--single01 .pager .pager-ttl {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.4s;
}
.pager-section--single01 .pager .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 3rem;
  height: 100%;
  background: #1e40af;
}
.pager-section--single01 .pager .arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
}
.pager-section--single01 .pager.pager--prev, .pager-section--single01 .pager.pager--prev .arrow {
  border-radius: 0.4rem 0 0 0.4rem;
}
.pager-section--single01 .pager.pager--prev {
  padding-left: 6rem;
}
.pager-section--single01 .pager.pager--prev .arrow {
  left: 0;
}
.pager-section--single01 .pager.pager--prev .arrow:after {
  border-left: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  transform-origin: bottom;
}
.pager-section--single01 .pager.pager--next, .pager-section--single01 .pager.pager--next .arrow {
  border-radius: 0 0.4rem 0.4rem 0;
}
.pager-section--single01 .pager.pager--next {
  padding-right: 6rem;
}
.pager-section--single01 .pager.pager--next .arrow {
  right: 0;
}
.pager-section--single01 .pager.pager--next .arrow:after {
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform-origin: top;
}

@media screen and (min-width: 769px) {
  .pager-section--single01 .row > div {
    margin: 0 1rem;
  }
  .pager-section--single01 .row > div:first-child {
    margin-left: 0;
  }
  .pager-section--single01 .row > div:last-child {
    margin-right: 0;
  }
  .pager-section--single01 .pager {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .single-content--cases a:hover {
    font-weight: 700;
    text-decoration: none;
  }
  .pager-section--single01 .pager:hover {
    font-weight: 700;
    color: #1e40af;
  }
}
@media screen and (max-width: 1024px) {
  .single-title--cases {
    font-size: 3.4rem;
  }
  .single-content--cases h2 {
    font-size: 2.4rem;
  }
  .single-content--cases h3 {
    font-size: 2.1rem;
  }
  .single-content--cases h4 {
    font-size: 1.8rem;
  }
  .single-content--cases figure img,
  .single-content--cases figure video {
    border-radius: 1.5rem;
  }
  .single-content--cases figure figcaption {
    font-size: 1.4rem;
  }
  .single-content--cases figure .video-wrap {
    border-radius: 1.5rem;
  }
  .pager-section--single01 .pager:active {
    font-weight: 700;
    color: #1e40af;
  }
}
@media screen and (max-width: 768px) {
  .single-title--cases {
    font-size: 2.8rem;
  }
  .eyecatch-section--single {
    margin-bottom: 2.5rem;
  }
  .single-content--cases h2 {
    font-size: 2rem;
  }
  .single-content--cases h3 {
    font-size: 1.8rem;
  }
  .single-content--cases h4 {
    font-size: 1.6rem;
  }
  .single-content--cases img,
  .single-content--cases iframe,
  .single-content--cases video {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .single-content--cases figure {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .single-content--cases figure img,
  .single-content--cases figure video {
    border-radius: 1rem;
  }
  .single-content--cases figure figcaption {
    font-size: 1.2rem;
    text-align: left;
  }
  .single-content--cases figure .video-wrap {
    border-radius: 1rem;
  }
  .single-content--cases table th,
  .single-content--cases table td {
    font-size: 1.2rem;
  }
  .pager-section--single01 {
    margin-top: 3rem;
  }
  .pager-section--single01 .row > div {
    margin: 0;
    margin-bottom: 0.4rem;
  }
  .pager-section--single01 .row > div:last-child {
    margin-bottom: 0;
  }
  .pager-section--single01 .pager {
    font-size: 1.4rem;
    color: #1e40af;
    display: block;
    padding: 0.8rem 2rem;
  }
  .pager-section--single01 .pager.pager--prev {
    padding-left: 5rem;
  }
  .pager-section--single01 .pager.pager--next {
    padding-right: 5rem;
  }
}
@media screen and (max-width: 480px) {
  .info-wrap--single01 {
    display: flex;
    align-items: baseline;
  }
  .info-wrap--single01 .date,
  .info-wrap--single01 .location {
    font-size: 1.2rem;
  }
  .info-wrap--single01 .location {
    display: table;
    margin-left: auto;
    margin-right: 0;
    padding-left: 2rem;
  }
  .info-wrap--single01 .location:before {
    top: -0.1rem;
    width: 1.5rem;
    height: 2rem;
  }
  .single-title--cases {
    font-size: 2.4rem;
  }
  .single-content--cases h2 {
    font-size: 1.6rem;
  }
  .single-content--cases h3 {
    font-size: 1.6rem;
    border-radius: 0.5rem;
  }
  .single-content--cases p {
    margin: 1.5em 0;
  }
  .single-content--cases img,
  .single-content--cases iframe,
  .single-content--cases video {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .single-content--cases figure {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .single-content--cases figure img,
  .single-content--cases figure video {
    border-radius: 0.4rem;
  }
  .single-content--cases figure figcaption {
    font-size: 1rem;
  }
  .single-content--cases figure .video-wrap {
    border-radius: 0.4rem;
  }
  .single-content--cases ul li {
    margin-bottom: 1.5em;
  }
  .single-content--cases table tbody th {
    width: 30%;
  }
  .pager-section--single01 {
    margin-top: 2rem;
  }
  .pager-section--single01 .pager {
    font-size: 1.2rem;
  }
}
/******************************************************************
** accordion
******************************************************************/
.acd-list01,
.acd-list01 > li {
  position: relative;
  display: block;
  margin: 0;
}

.acd-list01 {
  list-style-type: none;
  padding: 0;
}
.acd-list01 > li {
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
.acd-list01 > li:last-child {
  margin-bottom: 0 !important;
}
.acd-list01 > li .acd-label {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1e40af;
  display: block;
  cursor: pointer;
  background: #e6f5ff;
  padding: 0.5em 0.8em;
  padding-right: 4rem !important;
  border-radius: 0.4rem;
  transition: all 0.4s;
}
.acd-list01 > li .acd-label .label-text {
  position: relative;
  display: block;
}
.acd-list01 > li .acd-label .cross {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 2rem;
  height: 2rem;
  background: #1e40af;
  border: 0.1rem solid #e6f5ff;
  border-radius: 50%;
}
.acd-list01 > li .acd-label .cross:before, .acd-list01 > li .acd-label .cross:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  background: #fff;
  transition: all 0.4s;
}
.acd-list01 > li .acd-label .cross:before {
  width: 0.15rem;
  height: 1.2rem;
}
.acd-list01 > li .acd-label .cross:after {
  width: 1.2rem;
  height: 0.15rem;
}
.acd-list01 > li .acd-content {
  position: relative;
  height: 0;
  padding: 0 2rem;
  background: #fff;
  border-left: 0.2rem solid #1e40af;
  border-right: 0.2rem solid #1e40af;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.4s;
}
.acd-list01 > li .acd-content a {
  text-decoration: underline;
  transition: all 0.4s;
}
.acd-list01 > li input {
  display: none;
}
.acd-list01 > li input:checked + .acd-label {
  color: #fff;
  background: #1e40af;
  border-radius: 0.4rem 0.4rem 0 0;
}
.acd-list01 > li input:checked + .acd-label .cross {
  border: 0.1rem solid #fff;
  background: transparent;
}
.acd-list01 > li input:checked + .acd-label .cross:before {
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.acd-list01 > li input:checked + .acd-label + .acd-content {
  height: auto;
  padding: 2rem;
  border: 0.2rem solid #1e40af;
  border-radius: 0 0 0.8rem 0.8rem;
}
.acd-list01.acd-list--faq > li .acd-label, .acd-list01.acd-list--faq > li .acd-content {
  padding-left: 8.8rem !important;
}
.acd-list01.acd-list--faq > li .acd-label:before, .acd-list01.acd-list--faq > li .acd-content:before {
  position: absolute;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  transition: all 0.4s;
}
.acd-list01.acd-list--faq > li {
  margin-bottom: 0.2rem;
}
.acd-list01.acd-list--faq > li .acd-label {
  font-size: 1.6rem;
  padding-top: 1.32em;
  padding-bottom: 1.32em;
  padding-right: 5rem !important;
  display: flex;
  align-items: center;
  min-height: 9rem;
  border-radius: 0.8rem;
}
.acd-list01.acd-list--faq > li .acd-label:before {
  top: 2rem;
  left: 1.8rem;
  content: "Q";
  line-height: 5rem;
  color: #fff;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #1e40af;
}
.acd-list01.acd-list--faq > li .acd-label .cross {
  right: 2rem;
}
.acd-list01.acd-list--faq > li .acd-content {
  padding-right: 5.8rem !important;
}
.acd-list01.acd-list--faq > li .acd-content:before {
  top: 3rem;
  left: 3.3rem;
  content: "A";
  line-height: 1;
  color: #1e40af;
}
.acd-list01.acd-list--faq > li input:checked + .acd-label {
  border-radius: 0.8rem 0.8rem 0 0;
}
.acd-list01.acd-list--faq > li input:checked + .acd-label + .acd-content {
  border-radius: 0 0 0.8rem 0.8rem;
}
.acd-list01.mt-40 {
  margin-top: 4rem !important;
}

ol.acd-list01 {
  counter-reset: number;
}
ol.acd-list01:not(.acd-list--faq) > li .acd-label .label-text {
  padding-left: 1.2em;
}
ol.acd-list01:not(.acd-list--faq) > li .acd-label .label-text:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) ".";
  display: inline-block;
}
ol.acd-list01.acd-list--faq > li .acd-label:before {
  counter-increment: number;
  content: "Q" counter(number);
  font-size: 2rem;
}
ol.acd-list01.acd-list--faq > li .acd-content:before {
  left: 2.9rem;
  content: "A" counter(number);
  font-size: 2rem;
}

@media screen and (min-width: 1025px) {
  .acd-list01 > li .acd-label:hover {
    color: #fff;
    background: #1e40af;
  }
  .acd-list01 > li .acd-label:hover .cross {
    border: 0.1rem solid #fff;
    background: transparent;
  }
  .acd-list01 > li .acd-content a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 1024px) {
  .acd-list01.acd-list--faq > li .acd-label, .acd-list01.acd-list--faq > li .acd-content {
    padding-left: 6.9rem !important;
  }
  .acd-list01.acd-list--faq > li .acd-label:before, .acd-list01.acd-list--faq > li .acd-content:before {
    font-size: 2.3rem;
  }
  .acd-list01.acd-list--faq > li .acd-label {
    min-height: 8.2rem;
  }
  .acd-list01.acd-list--faq > li .acd-label:before {
    top: 2rem;
    left: 1.4rem;
    line-height: 4rem;
    width: 4rem;
    height: 4rem;
  }
  .acd-list01.acd-list--faq > li .acd-content:before {
    top: 2.6rem;
    left: 2.6rem;
  }
  ol.acd-list01.acd-list--faq > li .acd-label:before {
    font-size: 1.6rem;
  }
  ol.acd-list01.acd-list--faq > li .acd-content:before {
    left: 2.4rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .acd-list01 > li .acd-label {
    padding: 0.63em 1em;
  }
  .acd-list01 > li .acd-content {
    padding: 0 1.6rem;
    border-left: 0.1rem solid #1e40af;
    border-right: 0.1rem solid #1e40af;
  }
  .acd-list01 > li input:checked + .acd-label + .acd-content {
    padding: 1.6rem;
    border: 0.1rem solid #1e40af;
    border-radius: 0 0 0.4rem 0.4rem;
  }
  .acd-list01.acd-list--faq > li .acd-label, .acd-list01.acd-list--faq > li .acd-content {
    padding-left: 5rem !important;
  }
  .acd-list01.acd-list--faq > li .acd-label:before, .acd-list01.acd-list--faq > li .acd-content:before {
    font-size: 1.8rem;
  }
  .acd-list01.acd-list--faq > li .acd-label {
    min-height: initial;
    border-radius: 0.4rem;
    padding-right: 4.5rem !important;
  }
  .acd-list01.acd-list--faq > li .acd-label:before {
    top: 1.7rem;
    left: 1rem;
    line-height: 3rem;
    width: 3rem;
    height: 3rem;
  }
  .acd-list01.acd-list--faq > li .acd-label .cross {
    right: 1rem;
  }
  .acd-list01.acd-list--faq > li .acd-content {
    padding-right: 1.6rem !important;
  }
  .acd-list01.acd-list--faq > li .acd-content:before {
    top: 2.2rem;
    left: 1.8rem;
  }
  .acd-list01.acd-list--faq > li input:checked + .acd-label {
    border-radius: 0.4rem 0.4rem 0 0;
  }
  .acd-list01.acd-list--faq > li input:checked + .acd-label + .acd-content {
    border-radius: 0 0 0.4rem 0.4rem;
  }
  .acd-list01.mt-40 {
    margin-top: 3rem !important;
  }
  ol.acd-list01.acd-list--faq > li .acd-label:before {
    font-size: 1.2rem;
  }
  ol.acd-list01.acd-list--faq > li .acd-content:before {
    left: 1.8rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .acd-list01.acd-list--faq > li .acd-label, .acd-list01.acd-list--faq > li .acd-content {
    padding-left: 3.4rem !important;
  }
  .acd-list01.acd-list--faq > li .acd-label:before, .acd-list01.acd-list--faq > li .acd-content:before {
    font-size: 1.2rem;
  }
  .acd-list01.acd-list--faq > li .acd-label {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .acd-list01.acd-list--faq > li .acd-label:before {
    top: 1rem;
    left: 0.7rem;
    line-height: 2rem;
    width: 2rem;
    height: 2rem;
  }
  .acd-list01.acd-list--faq > li .acd-content:before {
    top: 2rem;
    left: 1.3rem;
  }
  .acd-list01.acd-list--faq > li input:checked + .acd-label:before {
    color: #1e40af;
    background: #fff;
  }
  .acd-list01.mt-40 {
    margin-top: 2rem !important;
  }
  ol.acd-list01.acd-list--faq > li .acd-label:before {
    font-size: 1rem;
  }
  ol.acd-list01.acd-list--faq > li .acd-content:before {
    left: 1.1rem;
    font-size: 1rem;
  }
}
/******************************************************************
** sns
******************************************************************/
ul.sns-list01 {
  list-style: none;
  position: relative;
  font-size: 0;
  display: table;
  margin: 0 auto;
  padding: 0;
}
ul.sns-list01 > li {
  position: relative;
  font-size: 1.6rem;
  margin: 0 0.625em;
  display: inline-block;
  vertical-align: middle;
  width: 1.25em;
}
ul.sns-list01 > li:first-child {
  margin-left: 0;
}
ul.sns-list01 > li:last-child {
  margin-right: 0;
}
ul.sns-list01 > li a,
ul.sns-list01 > li img {
  position: relative;
  display: block;
  width: 100%;
  transition: all 0.4s;
}
ul.sns-list01 > li a {
  color: #2d3748;
  text-decoration: none;
}
ul.sns-list01 > li img {
  height: auto;
}

@media screen and (min-width: 1025px) {
  ul.sns-list01 > li a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1024px) {
  ul.sns-list01 > li a:active {
    opacity: 0.6;
  }
}
/******************************************************************
** display
******************************************************************/
.disp--pc01,
.disp--pc02,
.disp--pc03 {
  display: block !important;
}

.disp--tab01,
.disp--tab02,
.disp--sp01 {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .disp--pc01 {
    display: none !important;
  }
  .disp--tab01 {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .disp--pc02 {
    display: none !important;
  }
  .disp--tab02 {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .disp--pc03 {
    display: none !important;
  }
  .disp--sp01 {
    display: block !important;
  }
}
/******************************************************************
** layout
******************************************************************/
.container780,
.container800,
.container900,
.container960,
.container1180 {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.container780 {
  max-width: 78rem;
}

.container800 {
  max-width: 80rem;
}

.container900 {
  max-width: 90rem;
}

.container960 {
  max-width: 96rem;
}

.container1180 {
  max-width: 118rem;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row .col-1 {
  flex: 1;
}
.row .col-2 {
  flex: 2;
}
.row .col-3 {
  flex: 3;
}
.row .col-4 {
  flex: 4;
}
.row .col-5 {
  flex: 5;
}
.row .col-6 {
  flex: 6;
}
.row .col-7 {
  flex: 7;
}
.row .col-8 {
  flex: 8;
}
.row .col-9 {
  flex: 9;
}
.row .order-1 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.row .order-2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

@media screen and (min-width: 769px) {
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row > div {
    margin: 0 3rem;
  }
  .row > div:first-child {
    margin-left: 0 !important;
  }
  .row > div:last-child {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1220px) {
  .container1180 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .container960 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 940px) {
  .container900 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 840px) {
  .container800 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 820px) {
  .container780 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .row .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .row .order-2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
/******************************************************************
** background
******************************************************************/
.bg--wh {
  position: relative;
  background: #fff;
}
.bg--wh.bg--wh01 {
  padding: 4.8rem 0;
}

.bg--gr {
  position: relative;
  background: #f7fafc;
}
.bg--gr.bg--gr01 {
  padding: 4.8rem 0;
}

.bg--bl {
  position: relative;
  background: #1e40af;
}
.bg--bl.bg--bl01 {
  padding: 4.8rem 0;
}

.bg--ylw {
  position: relative;
  background: #ffcc00;
}
.bg--ylw.bg--ylw01 {
  padding: 4.8rem 0;
}

/******************************************************************
** text
******************************************************************/
.ta--l {
  text-align: left !important;
}

.ta--c {
  text-align: center !important;
}

.ta--r {
  text-align: right !important;
}

.c--wh {
  color: #fff !important;
}

.c--bl01 {
  color: #1e40af !important;
}

.c--bl02 {
  color: #3182ce !important;
}

/******************************************************************
** heading
******************************************************************/
.heading--mid01 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.8em;
}
.heading--mid01.circle--left {
  padding-left: 1.9em;
}
.heading--mid01.circle--left:before {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: #90cdf4;
  border-radius: 50%;
}

.heading--lrg01 {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.2em;
}
.heading--lrg01.mt--type01 {
  margin-top: 1.4em;
}

.heading--lrg02 {
  position: relative;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.8em;
}

.heading--sub01 {
  position: relative;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0.8em;
}
.heading--sub01 .inner-text {
  position: relative;
}
.heading--sub01 .inner-text--sub {
  font-size: 1.8rem;
  display: table;
  margin: 0 auto;
  margin-bottom: 0.4em;
  padding: 0.26em 1.13em;
  background: #ffcc00;
  border-radius: 0.8rem 0 0.8rem 0;
}
.heading--sub01 .inner-text--sub.text-bg--wh {
  color: #1e40af;
  background: #fff;
}
.heading--sub01 .inner-text--main {
  font-size: 1em;
  line-height: 1.5;
  display: block;
}

.heading--band01 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 1.6em 0;
  padding: 0.34em 1.3em;
  background: #ffec9e;
  border-radius: 0.4rem;
}

.heading--band02 {
  position: relative;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #1e40af;
  margin-top: 0;
  margin-bottom: 0.8em;
  padding: 0.26em 1em;
  background: #90cdf4;
  border-radius: 0.5rem;
}

.heading--light01 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #1e40af;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 0.8em;
  padding-left: 1.5em;
  display: table;
}
.heading--light01:before {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 0.83333333em;
  height: 1.10833333em;
  background: transparent url(../img/common/icon_light01.webp) no-repeat center center/contain;
}

.heading--line-l01 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.6em;
  margin-left: 1em;
  margin-bottom: 1.6em;
  padding-left: 2.4rem;
}
.heading--line-l01:before {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 1.6rem;
  height: 0.4rem;
  background: #ffcc00;
}

@media screen and (max-width: 1024px) {
  .heading--lrg01 {
    font-size: 2.8rem;
  }
  .heading--lrg02 {
    font-size: 3.5rem;
  }
  .heading--sub01 {
    font-size: 3.6rem;
  }
  .heading--sub01 .inner-text--sub {
    font-size: 1.6rem;
  }
  .heading--band01 {
    font-size: 2.1rem;
  }
  .heading--band02 {
    font-size: 3.2rem;
  }
  .heading--light01 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .heading--mid01 {
    font-size: 1.8rem;
  }
  .heading--lrg01 {
    font-size: 2.4rem;
  }
  .heading--lrg02 {
    font-size: 3rem;
  }
  .heading--sub01 {
    font-size: 3rem;
  }
  .heading--sub01 .inner-text--sub {
    border-radius: 0.6rem 0 0.6rem 0;
  }
  .heading--sub01 .inner-text--sub {
    font-size: 1.4rem;
  }
  .heading--band01 {
    font-size: 1.8rem;
  }
  .heading--band02 {
    font-size: 2.4rem;
  }
  .heading--light01 {
    font-size: 2rem;
  }
  .heading--line-l01 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .heading--mid01 {
    font-size: 1.6rem;
  }
  .heading--lrg01 {
    font-size: 2rem;
  }
  .heading--lrg02 {
    font-size: 2.4rem;
  }
  .heading--sub01 {
    font-size: 2.4rem;
  }
  .heading--sub01 .inner-text--sub {
    border-radius: 0.4rem 0 0.4rem 0;
  }
  .heading--sub01 .inner-text--sub {
    font-size: 1rem;
  }
  .heading--band01 {
    font-size: 1.6rem;
  }
  .heading--band02 {
    font-size: 1.6rem;
  }
  .heading--light01 {
    font-size: 1.6rem;
  }
  .heading--line-l01 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 320px) {
  .heading--sub01 {
    font-size: 2rem;
  }
}
/******************************************************************
** link
******************************************************************/
.link-btn01 {
  position: relative;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
  width: 100%;
  max-width: 30rem;
  border: 0.2rem solid #1e40af;
  border-radius: 9999px;
  background: #1e40af;
  display: block;
  margin: 0 auto;
  margin-top: 2.5em;
  padding: 1.38em 1.5em;
  padding-right: 3.5em;
  transition: all 0.4s;
  box-shadow: 0 0.125em 0.625em rgba(0, 0, 0, 0.25);
}
.link-btn01:after {
  position: absolute;
  top: 50%;
  right: 2.25em;
  -ms-transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  content: "";
  display: block;
  width: 0.375em;
  height: 0.375em;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transition: all 0.4s;
}
.link-btn01:focus, .link-btn01:disabled {
  box-shadow: none;
}
.link-btn01:focus {
  border: 0.2rem solid #2d3748;
}
.link-btn01:disabled {
  opacity: 0.6;
}
.link-btn01.btn--lb {
  color: #1e40af;
  background: #90cdf4;
  border: 0.2rem solid #90cdf4;
}
.link-btn01.btn--lb:after {
  border-top: 0.2rem solid #1e40af;
  border-right: 0.2rem solid #1e40af;
}
.link-btn01.btn--lb:focus, .link-btn01.btn--lb:disabled {
  color: #fff;
}
.link-btn01.btn--lb:focus:after, .link-btn01.btn--lb:disabled:after {
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
}
.link-btn01.btn--lb:focus {
  border: 0.2rem solid #2d3748;
}
.link-btn01.btn--ol {
  color: #1e40af;
  background: #fff;
}
.link-btn01.btn--ol:after {
  border-top: 0.2rem solid #1e40af;
  border-right: 0.2rem solid #1e40af;
}
.link-btn01.btn--ol:focus, .link-btn01.btn--ol:disabled {
  color: #1e40af;
}
.link-btn01.btn--ol:focus:after, .link-btn01.btn--ol:disabled:after {
  border-top: 0.2rem solid #1e40af;
  border-right: 0.2rem solid #1e40af;
}
.link-btn01.btn--ol:focus {
  background: #e6f5ff;
}
.link-btn01.btn--ol:disabled {
  border: none;
  opacity: 0.6;
}
.link-btn01.btn--dl, .link-btn01.btn--sml {
  color: #1e40af;
  background: #fff;
  padding-top: 0.63em;
  padding-bottom: 0.63em;
}
.link-btn01.btn--dl:after {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 1em;
  height: 1em;
  border: none !important;
  background: transparent url(../img/common/icon_dl01.webp) no-repeat center center/contain;
}
.link-btn01.btn--sml:after {
  border-top: 0.2rem solid #1e40af;
  border-right: 0.2rem solid #1e40af;
}
.link-btn01.btn--wide01 {
  max-width: 39.6rem;
}

.btn--join01 {
  position: relative;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  width: 100%;
  max-width: 31.5rem;
  border: 0.1rem solid #38a169;
  border-radius: 9999px;
  background: #38a169;
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-top: 2.375em;
  padding: 1.44em 1em;
  transition: all 0.4s;
  box-shadow: 0 0.125em 0.625em rgba(0, 0, 0, 0.25);
}
.btn--join01 .btn-inner {
  position: relative;
  display: block;
  width: 100%;
}
.btn--join01 .btn-text {
  position: relative;
  line-height: 1.5;
  display: table;
  margin: 0 auto;
  padding-right: 1.875em;
}
.btn--join01 .btn-text:after {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 0.9375em;
  height: 0.9375em;
  transition: all 0.4s;
  background: transparent url(../img/common/icon_out01_wh.webp) no-repeat center center/contain;
}

@media screen and (min-width: 1025px) {
  .link-btn01:hover {
    color: #1e40af;
    background: #fff;
    box-shadow: none;
  }
  .link-btn01:hover:after {
    right: 1.75em;
    border-top: 0.2rem solid #1e40af;
    border-right: 0.2rem solid #1e40af;
  }
  .link-btn01.btn--lb:hover {
    color: #2d3748;
    background: #e6f5ff;
    border: 0.2rem solid #e1e1e1;
  }
  .link-btn01.btn--lb:hover:after {
    border-top: 0.2rem solid #2d3748;
    border-right: 0.2rem solid #2d3748;
  }
  .link-btn01.btn--ol:hover {
    color: #1e40af;
    background: #e6f5ff;
  }
  .link-btn01.btn--ol:hover:after {
    border-top: 0.2rem solid #1e40af;
    border-right: 0.2rem solid #1e40af;
  }
  .link-btn01.btn--dl:hover, .link-btn01.btn--sml:hover {
    color: #fff;
    background: #1e40af;
  }
  .link-btn01.btn--dl:hover:after {
    background: transparent url(../img/common/icon_dl01_wh.webp) no-repeat center center/contain;
  }
  .link-btn01.btn--sml:hover:after {
    border-top: 0.2rem solid #fff;
    border-right: 0.2rem solid #fff;
  }
  .btn--join01:hover {
    color: #38a169;
    background: #fff;
  }
  .btn--join01:hover .btn-text:after {
    background: transparent url(../img/common/icon_out01_grn.webp) no-repeat center center/contain;
  }
}
@media screen and (max-width: 1024px) {
  .link-btn01:active {
    color: #1e40af;
    background: #fff;
    box-shadow: none;
  }
  .link-btn01:active:after {
    border-top: 0.2rem solid #1e40af;
    border-right: 0.2rem solid #1e40af;
  }
  .link-btn01.btn--lb:active {
    color: #2d3748;
    background: #e6f5ff;
    border: 0.2rem solid #e1e1e1;
  }
  .link-btn01.btn--lb:active:after {
    border-top: 0.2rem solid #2d3748;
    border-right: 0.2rem solid #2d3748;
  }
  .link-btn01.btn--dl:active, .link-btn01.btn--sml:active {
    color: #fff;
    background: #1e40af;
  }
  .link-btn01.btn--dl:active:after {
    background: transparent url(../img/common/icon_dl01_wh.webp) no-repeat center center/contain;
  }
  .link-btn01.btn--sml:active:after {
    border-top: 0.2rem solid #fff;
    border-right: 0.2rem solid #fff;
  }
  .btn--join01:active {
    color: #38a169;
    background: #fff;
  }
  .btn--join01:active .btn-text:after {
    background: transparent url(../img/common/icon_out01_grn.webp) no-repeat center center/contain;
  }
}
@media screen and (max-width: 768px) {
  .link-btn01 {
    margin-top: 1.25em;
    padding-top: 1.13em;
    padding-bottom: 1.13em;
  }
}
/******************************************************************
** embedded content
******************************************************************/
img {
  border: 0;
  max-width: 100%;
  height: auto;
}

.img-wrap {
  position: relative;
  line-height: 0;
}
.img-wrap picture,
.img-wrap img {
  position: relative;
  width: 100%;
  margin: 0;
  display: block;
  pointer-events: none;
}

svg:not(:root) {
  overflow: hidden;
}

/******************************************************************
** margin
******************************************************************/
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-16 {
  margin-top: 1.6rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

/*# sourceMappingURL=style.css.map */
