@charset "UTF-8";
/* Scss Document */
* {
  box-sizing: border-box;
}

/* webkit specific styles */
input[type=color]::-webkit-color-swatch {
  border: none;
}

input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /*vertical-align:baseline;
  background:transparent;
  font-weight:inherit;*/
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

ul:not(.entryBody ul), ol:not(.entryBody ol) {
  list-style-type: none;
}

/*
YUI 3.17.2 (build 9c3c78e)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/*body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}

select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}
table{font-size:inherit;font:100%}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}#yui3-css-stamp.cssfonts{display:none}
*/
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

svg {
  fill: #000;
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  line-height: 1;
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: 500;
  color: #282828;
  background: #fff;
}
body.is-menuopen {
  overflow: hidden;
  height: 100%;
}

a {
  outline: none;
  color: #282828;
  text-decoration: none;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E";
}

.gothic {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*=============================================================
   parts/base.scss
==============================================================*/
/* base style
---------------------------------------------*/
.base--ss, .e-layout_size--small, .base--small, .e-layout_size--default, .base, .e-layout_size--large, .base--large, .e-layout_size--wide, .base--wide {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0px auto;
}

.base--max {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 560px) {
  .base--max {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--max {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.base--max [class^=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--wide {
  max-width: 1600px;
}
@media screen and (min-width: 560px) {
  .base--wide {
    max-width: 1680px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--wide {
    max-width: 1720px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.base--wide [class^=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--large, .e-layout_size--wide {
  max-width: 1400px;
}
@media screen and (min-width: 560px) {
  .base--large, .e-layout_size--wide {
    max-width: 1480px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--large, .e-layout_size--wide {
    max-width: 1520px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--wide .base--large, .base--wide .e-layout_size--wide {
    max-width: 1400px;
  }
}
@media screen and (min-width: 960px) {
  .base--wide .base--large, .base--wide .e-layout_size--wide {
    max-width: 1400px;
  }
}
.base--large [class^=base], .e-layout_size--wide [class^=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base, .e-layout_size--large {
  max-width: 1200px;
}
@media screen and (min-width: 560px) {
  .base, .e-layout_size--large {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base, .e-layout_size--large {
    max-width: 1320px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--large .base, .e-layout_size--wide .base, .base--large .e-layout_size--large, .e-layout_size--wide .e-layout_size--large, .base--wide .base, .base--wide .e-layout_size--large {
    max-width: 1200px;
  }
}
@media screen and (min-width: 960px) {
  .base--large .base, .e-layout_size--wide .base, .base--large .e-layout_size--large, .e-layout_size--wide .e-layout_size--large, .base--wide .base, .base--wide .e-layout_size--large {
    max-width: 1200px;
  }
}
.base [class^=base], .e-layout_size--large [class^=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--small, .e-layout_size--default {
  max-width: 960px;
}
@media screen and (min-width: 560px) {
  .base--small, .e-layout_size--default {
    max-width: 1040px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--small, .e-layout_size--default {
    max-width: 1080px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--wide .base--small, .base--wide .e-layout_size--default, .base .base--small, .e-layout_size--large .base--small, .base .e-layout_size--default, .e-layout_size--large .e-layout_size--default {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) {
  .base--wide .base--small, .base--wide .e-layout_size--default, .base .base--small, .e-layout_size--large .base--small, .base .e-layout_size--default, .e-layout_size--large .e-layout_size--default {
    max-width: 960px;
  }
}
.base--small [class^=base], .e-layout_size--default [class^=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--ss, .e-layout_size--small {
  max-width: 800px;
}
@media screen and (min-width: 560px) {
  .base--ss, .e-layout_size--small {
    max-width: 880px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--ss, .e-layout_size--small {
    max-width: 920px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--wide .base--ss, .base--wide .e-layout_size--small, .base .base--ss, .e-layout_size--large .base--ss, .base .e-layout_size--small, .e-layout_size--large .e-layout_size--small, .base--small .base--ss, .e-layout_size--default .base--ss, .base--small .e-layout_size--small, .e-layout_size--default .e-layout_size--small {
    max-width: 800px;
  }
}
@media screen and (min-width: 960px) {
  .base--wide .base--ss, .base--wide .e-layout_size--small, .base .base--ss, .e-layout_size--large .base--ss, .base .e-layout_size--small, .e-layout_size--large .e-layout_size--small, .base--small .base--ss, .e-layout_size--default .base--ss, .base--small .e-layout_size--small, .e-layout_size--default .e-layout_size--small {
    max-width: 800px;
  }
}

/*=============================================================
  space.scss
==============================================================*/
.space--large {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (min-width: 560px) {
  .space--large {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 960px) {
  .space--large {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.space--large.last_section {
  padding-bottom: calc(150px / 2 + 15vw);
}
@media screen and (min-width: 560px) {
  .space--large.last_section {
    padding-bottom: calc(150px - 40px + 15vw);
  }
}
@media screen and (min-width: 960px) {
  .space--large.last_section {
    padding-bottom: calc(150px + 130px);
  }
}

.space--medium {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 560px) {
  .space--medium {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 960px) {
  .space--medium {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.space--medium.last_section {
  padding-bottom: calc(100px / 2 + 15vw);
}
@media screen and (min-width: 560px) {
  .space--medium.last_section {
    padding-bottom: calc(100px - 40px + 15vw);
  }
}
@media screen and (min-width: 960px) {
  .space--medium.last_section {
    padding-bottom: calc(100px + 130px);
  }
}

.space--small {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .space--small {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 960px) {
  .space--small {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.space--small.last_section {
  padding-bottom: calc(80px / 2 + 15vw);
}
@media screen and (min-width: 560px) {
  .space--small.last_section {
    padding-bottom: calc(80px - 40px + 15vw);
  }
}
@media screen and (min-width: 960px) {
  .space--small.last_section {
    padding-bottom: calc(80px + 130px);
  }
}

.space--contents {
  padding-top: 75px;
  padding-bottom: 100px;
}
@media screen and (min-width: 560px) {
  .space--contents {
    padding-top: 125px;
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 960px) {
  .space--contents {
    padding-top: 150px;
    padding-bottom: 225px;
  }
}

/*=============================================================
  sectionbox.scss
==============================================================*/
.sectionbox {
  margin-top: 80px;
}
@media screen and (min-width: 560px) {
  .sectionbox {
    margin-top: 100px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox {
    margin-top: 120px;
  }
}
.sectionbox--small {
  margin-top: 40px;
}
@media screen and (min-width: 560px) {
  .sectionbox--small {
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox--small {
    margin-top: 60px;
  }
}

/*=============================================================
  background.scss
==============================================================*/
.contents_bg {
  background: #f1f5f9;
}

/*=============================================================
  gridLayout.scss
==============================================================*/
.c-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .c-grid {
    row-gap: 30px;
  }
}
@media screen and (max-width: 559px) {
  .c-grid {
    row-gap: 20px;
  }
}
.c-grid--reverse {
  flex-direction: row-reverse;
}

.c-gridItem--cell30 {
  width: 28%;
}
@container (max-width: 580px) {
  .c-gridItem--cell30 {
    width: 100%;
  }
}
.c-gridItem--cell35 {
  width: 33%;
}
@container (max-width: 580px) {
  .c-gridItem--cell35 {
    width: 100%;
  }
}
.c-gridItem--cell40 {
  width: 38%;
}
@container (max-width: 580px) {
  .c-gridItem--cell40 {
    width: 100%;
  }
}
.c-gridItem--cell45 {
  width: 43%;
}
@container (max-width: 580px) {
  .c-gridItem--cell45 {
    width: 100%;
  }
}
.c-gridItem--cell55 {
  width: 52%;
}
@container (max-width: 580px) {
  .c-gridItem--cell55 {
    width: 100%;
  }
}
.c-gridItem--cell60 {
  width: 57%;
}
@container (max-width: 580px) {
  .c-gridItem--cell60 {
    width: 100%;
  }
}
.c-gridItem--cell65 {
  width: 62%;
}
@container (max-width: 580px) {
  .c-gridItem--cell65 {
    width: 100%;
  }
}
.c-gridItem--cell70 {
  width: 67%;
}
@container (max-width: 580px) {
  .c-gridItem--cell70 {
    width: 100%;
  }
}

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

.c-grid--row2 .c-gridItem {
  width: 47%;
}
@container (max-width: 580px) {
  .c-grid--row2 .c-gridItem {
    width: 100%;
  }
}
.c-grid--row2_spHalf {
  flex-direction: row;
}
.c-grid--row2_spHalf .c-gridItem {
  width: 47%;
}
@container (max-width: 580px) {
  .c-grid--row2_spHalf .c-gridItem {
    width: 48%;
  }
}
.c-grid--row2_wrapnon {
  flex-direction: row;
}
.c-grid--row2_wrapnon .c-gridItem {
  width: 47%;
}

.c-grid--row3::after {
  content: "";
  display: block;
  width: 31%;
}
@container (max-width: 580px) {
  .c-grid--row3::before {
    display: none;
  }
}
.c-grid--row3 .c-gridItem {
  width: 31%;
}
@container (max-width: 580px) {
  .c-grid--row3 .c-gridItem {
    width: 100%;
  }
}
.c-grid--row3_spHalf {
  flex-direction: row;
}
.c-grid--row3_spHalf .c-gridItem {
  width: 31%;
}
@container (max-width: 580px) {
  .c-grid--row3_spHalf .c-gridItem {
    width: 48%;
  }
}
.c-grid--row3_spHalf .c-gridItem:last-of-type {
  margin: 0;
}
@container (max-width: 580px) {
  .c-grid--row3_spHalf .c-gridItem:last-of-type {
    margin: 0 auto;
  }
}
.c-grid--row3_wrapnon {
  flex-direction: row;
}
.c-grid--row3_wrapnon::after {
  content: "";
  display: block;
  width: 31%;
}
.c-grid--row3_wrapnon .c-gridItem {
  width: 31%;
}

.c-grid--row4::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.c-grid--row4::after {
  content: "";
  display: block;
  width: 23%;
}
@media screen and (max-width: 767px) {
  .c-grid--row4::before {
    display: none;
  }
}
.c-grid--row4 .c-gridItem {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .c-grid--row4 .c-gridItem {
    width: 48%;
  }
}
@media screen and (max-width: 559px) {
  .c-grid--row4 .c-gridItem {
    width: 100%;
  }
}
.c-grid--row4_spHalf {
  flex-direction: row;
}
.c-grid--row4_spHalf .c-gridItem {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .c-grid--row4_spHalf .c-gridItem {
    width: 48%;
  }
}
.c-grid--row4_wrapnon {
  flex-direction: row;
}
.c-grid--row4_wrapnon::before {
  content: "";
  display: block;
  width: 24%;
  order: 1;
}
.c-grid--row4_wrapnon::after {
  content: "";
  display: block;
  width: 24%;
}
.c-grid--row4_wrapnon .c-gridItem {
  width: 23%;
}

/*=============================================================
  breadcrumb.scss
==============================================================*/
.c-pan {
  display: none;
}
@media screen and (min-width: 960px) {
  .c-pan {
    display: block;
    position: relative;
    z-index: 20;
  }
}
.c-pan ul {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  font-size: 0.875rem;
  color: #282828;
  line-height: 1.2;
}
.c-pan ul li + li {
  padding-left: 20px;
  position: relative;
}
.c-pan ul li + li::before {
  content: "＞";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  text-align: center;
}
.c-pan ul li:last-of-type {
  flex: 1;
}
.c-pan ul a {
  color: #282828;
  display: inline-block;
}
.c-pan ul a:hover {
  text-decoration: underline;
}

/*=============================================================
  txt.scss
==============================================================*/
/* text style
---------------------------------------------*/
.txtbox p,
.txt {
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 560px) {
  .txtbox p,
  .txt {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .txtbox p,
  .txt {
    font-size: 1rem;
    line-height: 2;
  }
}

.txtbox p + p,
.txt + .txt {
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .txtbox p + p,
  .txt + .txt {
    margin-top: 20px;
  }
}

.txt--small {
  font-size: 0.75rem;
  line-height: 1.6;
}
@media screen and (min-width: 560px) {
  .txt--small {
    font-size: 0.8125rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 960px) {
  .txt--small {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.txt--small + .txt, .txt + .txt--small {
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .txt--small + .txt, .txt + .txt--small {
    margin-top: 20px;
  }
}

.txt--capture {
  font-size: 0.625rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 560px) {
  .txt--capture {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 960px) {
  .txt--capture {
    line-height: 1.5;
    font-size: 0.875rem;
  }
}

.txt--big {
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (min-width: 560px) {
  .txt--big {
    font-size: 1.0625rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 960px) {
  .txt--big {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.txt--big + .txt, .txt + .txt--big {
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .txt--big + .txt, .txt + .txt--big {
    margin-top: 20px;
  }
}

.c-underline {
  display: inline-block;
  padding: 0 2px 2px 2px;
  background: linear-gradient(transparent 60%, rgba(255, 255, 255, 0.6) 60%);
}

.c-txtCenter {
  text-align: left;
}
@media screen and (min-width: 560px) {
  .c-txtCenter {
    text-align: center;
  }
}

.c-txtAnnotation {
  font-size: 0.75rem;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .c-txtAnnotation {
    font-size: 0.8125rem;
  }
}

.c-comingsoon {
  color: #1c32a8;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 12vw !important;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-comingsoon {
    font-size: 80px !important;
  }
}

/*=============================================================
  title.scss
==============================================================*/
.c-title01 {
  position: relative;
  text-align: center;
  line-height: 1.3;
  font-size: clamp(1.5rem, 1.05rem + 2vw, 2.25rem);
  color: #050c32;
  margin-bottom: 60px;
  padding-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .c-title01 {
    width: 80%;
    margin: 0 auto 70px auto;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 560px) {
  .c-title01 {
    margin-bottom: 80px;
    padding-bottom: 30px;
  }
}
.c-title01::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #050c32;
}

.c-title02 {
  font-size: 1.625rem;
  margin-bottom: 20px;
  line-height: 1.3;
  border-bottom: 1px solid #1c32a8;
  color: #192670;
  padding-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .c-title02 {
    font-size: 1.75rem;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 960px) {
  .c-title02 {
    font-size: 1.875rem;
    margin-bottom: 30px;
  }
}

.c-title03 {
  font-size: 1.125rem;
  margin-bottom: 15px;
  line-height: 1.3;
  color: #050c32;
}
@media screen and (min-width: 560px) {
  .c-title03 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .c-title03 {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}

.c-title04 {
  border-left: 3px solid #1c32a8;
  padding: 10px 15px;
  font-size: 1.375rem;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .c-title04 {
    border-width: 5px;
    font-size: 1.5rem;
    margin-bottom: 35px;
    padding: 10px 20px;
  }
}
@media screen and (min-width: 960px) {
  .c-title04 {
    font-size: 1.625rem;
    margin-bottom: 40px;
    padding: 10px 30px;
  }
}

/*=============================================================
  button.scss
==============================================================*/
.c-btn01 {
  display: block;
  background: #192670;
  border-radius: 50px;
  width: 60%;
  max-width: 400px;
  color: #fff;
  font-size: 0.875rem;
  padding: 25px 30px;
  box-shadow: 0px 0px 21px 0px rgba(0, 36, 255, 0.35);
  position: relative;
}
@media screen and (min-width: 560px) {
  .c-btn01 {
    font-size: 1rem;
    padding: 30px 40px;
  }
}
@media screen and (min-width: 960px) {
  .c-btn01 {
    font-size: 1.125rem;
    padding: 35px 40px;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 960px) {
  .c-btn01:hover {
    box-shadow: none;
    background: rgb(35.2098540146, 53.5189781022, 157.7401459854);
  }
}
.c-btn01::before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  width: 40px;
  height: 45%;
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .c-btn01::before {
    width: 50px;
    right: 10px;
  }
}
.c-btn01--big {
  width: 90%;
  max-width: 500px;
  font-size: 1rem;
  padding: 30px 30px;
}
@media screen and (min-width: 560px) {
  .c-btn01--big {
    font-size: 1.25rem;
    padding: 35px 40px;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .c-btn01--big {
    font-size: 1.375rem;
    padding: 40px 40px;
  }
}
.c-btn01--right {
  margin-left: auto;
}
.c-btn01--center {
  margin: 0 auto;
}
.c-btn01--back {
  text-align: right;
}
.c-btn01--back::before {
  font-family: "Font Awesome 6 Free";
  content: "\f104";
  font-weight: 900;
  left: 5px;
  border-left: none;
  border-right: 1px solid #fff;
}
@media screen and (min-width: 960px) {
  .c-btn01--back::before {
    left: 10px;
  }
}

.c-btn02 {
  display: block;
  background: #192670;
  border-radius: 50px;
  width: 80%;
  max-width: 400px;
  color: #fff;
  font-size: 0.875rem;
  padding: 15px 30px;
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .c-btn02 {
    font-size: 0.9375rem;
    padding: 20px 40px;
  }
}
@media screen and (min-width: 960px) {
  .c-btn02 {
    font-size: 1rem;
    padding: 25px 40px;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 960px) {
  .c-btn02:hover {
    box-shadow: none;
    background: rgb(35.2098540146, 53.5189781022, 157.7401459854);
  }
}
.c-btn02::before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .c-btn02::before {
    right: 20px;
  }
}
.c-btn02--right {
  margin-left: auto;
}

/*=============================================================
  formParts.scss
==============================================================*/
/* form parts style
---------------------------------------------*/
.form50 {
  width: 50px;
}

.form70 {
  width: 70px;
}

.form100 {
  width: 100%;
  max-width: 100px;
}

.form150 {
  width: 100%;
  max-width: 150px;
}

.form200 {
  width: 100%;
  max-width: 200px;
}

.form250 {
  width: 100%;
  max-width: 250px;
}

.form300 {
  width: 100%;
  max-width: 300px;
}

.form350 {
  width: 100%;
  max-width: 350px;
}

.form400 {
  width: 100%;
  max-width: 400px;
}

.formmax {
  width: 100%;
}

.comment_box {
  width: 100%;
  margin: 5px 0px 5px 0px;
  height: 300px;
}

.formZip {
  width: 100%;
  max-width: 100px;
}
@media screen and (min-width: 560px) {
  .formZip {
    max-width: 150px;
  }
}

.formPostbtn {
  display: inline-block;
  max-width: 150px;
  margin-left: 10px;
}
.formPostbtn button {
  background: #333;
  color: #fff;
  font-size: 0.75rem;
  cursor: pointer;
  padding: 8px 10px;
  font-weight: bold;
  border: none;
}
@media screen and (min-width: 560px) {
  .formPostbtn button {
    font-size: 0.875rem;
  }
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  border: 1px solid #ccc;
  padding: 12px 16px;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea {
    padding: 14px 18px;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
  border: 1px solid #fff;
  box-shadow: 0px 0px 0 2px #050c32;
}
input[type=text]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=email]:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: #999;
}

select {
  border: 1px solid #ccc;
  padding: 12px 16px;
  background: #fff;
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  select {
    padding: 14px 18px;
  }
}

input:focus,
textarea:focus {
  border: 1px solid #fff;
  box-shadow: 0px 0px 3px #ccc;
}

input[type=radio] {
  margin-top: -3px;
}

button:disabled {
  opacity: 0.4 !important;
  cursor: default !important;
}

label {
  display: inline-block;
  padding: 10px;
}

/*=============================================================
  formlayout.scss
==============================================================*/
.formWrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.formTable {
  width: 100%;
  border-bottom: 1px solid #aaa;
  margin-bottom: 40px;
}
.formTable th,
.formTable td {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 560px) {
  .formTable th,
  .formTable td {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 960px) {
  .formTable th,
  .formTable td {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.formTable th {
  font-size: 0.9375rem;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 560px) {
  .formTable th {
    padding-top: 35px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .formTable th {
    font-size: 1.125rem;
    padding-top: 40px;
  }
}
.formTable th span {
  background: #CF1212;
  color: #fff;
  font-size: 0.75rem;
  display: inline-block;
  padding: 2px 3px;
  border-radius: 3px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 560px) {
  .formTable th span {
    padding: 2px 3px;
  }
}
@media screen and (min-width: 960px) {
  .formTable th span {
    font-size: 0.8125rem;
    padding: 5px 8px;
    margin-right: 10px;
  }
}
.formTable td {
  font-size: 0.9375rem;
  padding-top: 10px;
  padding-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .formTable td {
    padding-top: 15px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 960px) {
  .formTable td {
    font-size: 1rem;
    padding-bottom: 40px;
  }
}

.confirmTable {
  width: 100%;
  border-bottom: 1px solid #aaa;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
  table-layout: fixed;
}
.confirmTable th,
.confirmTable td {
  border-top: 1px solid #ccc;
  text-align: left;
  padding: 15px;
}
@media screen and (min-width: 560px) {
  .confirmTable th,
  .confirmTable td {
    padding: 20px;
  }
}
@media screen and (min-width: 960px) {
  .confirmTable th,
  .confirmTable td {
    padding: 30px;
  }
}
.confirmTable th {
  width: 33.3%;
  background: #f1f5f9;
}
.confirmTable th {
  font-size: 0.9375rem;
}
@media screen and (min-width: 560px) {
  .confirmTable th {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .confirmTable th {
    font-size: 1.125rem;
  }
}
.confirmTable td {
  font-size: 0.9375rem;
}
@media screen and (min-width: 960px) {
  .confirmTable td {
    font-size: 1rem;
  }
}

.formList_row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 5px;
}
@media screen and (min-width: 560px) {
  .formList_row {
    row-gap: 10px;
  }
}

.formFlex {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 15px;
}
.formFlex div {
  display: flex;
  align-items: center;
}
.formFlex--sanka {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .formFlex--sanka {
    flex-direction: row;
  }
}

.formPointTxt {
  margin-top: 20px;
  font-size: 0.8125rem;
  border-radius: 3px;
}
.formPointTxt li::before {
  color: #CF1212;
}

.formPrivacy {
  padding: 20px;
  text-align: center;
  margin: 0px auto;
}
.formPrivacy_txt {
  font-size: 0.8125rem;
  line-height: 1.5;
  padding-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .formPrivacy_txt {
    font-size: 0.875rem;
  }
}
.formPrivacy_check {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .formPrivacy_check {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 960px) {
  .formPrivacy_check {
    font-size: 1.25rem;
  }
}
.formPrivacy_check input {
  margin-right: 10px;
}

.error_txt {
  width: 100%;
  padding: 10px 15px 8px 35px;
  box-sizing: border-box;
  font-size: 108%;
  position: relative;
  background: #FFF5F5;
}

.error_txt i {
  display: block;
  position: absolute;
  top: 11px;
  left: 10px;
  font-size: 18px;
}

.error_box {
  background: #fff;
  padding: 20px;
  border: 1px solid #bcbcbc;
  border-radius: 3px;
  margin-bottom: 40px;
}

.error_box p {
  color: #CF1212;
  padding-bottom: 10px;
  font-size: 0.8125rem;
}

.submit_btn {
  width: 90%;
  max-width: 340px;
  margin: 30px auto;
}
.submit_btn button[type=submit] {
  width: 100%;
  background-color: #050c32;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
@media screen and (min-width: 560px) {
  .submit_btn button[type=submit] {
    font-size: 18px;
    padding: 20px 15px;
  }
}
@media screen and (min-width: 960px) {
  .submit_btn button[type=submit] {
    padding: 25px 15px;
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) {
  .submit_btn button[type=submit]:hover {
    background: #192670;
  }
}

.back_btn {
  width: 40%;
  max-width: 250px;
  margin: 20px auto 0px auto;
  text-align: center;
}
.back_btn button {
  border: 1px solid #b9b9b9;
  display: block;
  width: 100%;
  margin: 0px auto;
  color: #282828;
  padding: 10px 0px 8px 0px;
  font-size: 13px;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  background: rgb(238, 238, 238);
}
@media screen and (min-width: 560px) {
  .back_btn button {
    padding: 13px 0px 13px 0px;
    font-size: 15px;
    line-height: 1.5;
  }
}

.formbtn_box {
  margin-top: 40px;
  margin-bottom: 40px;
}

/*=============================================================
  list.scss
==============================================================*/
.c-ulList {
  padding-left: 25px;
}
.c-ulList li {
  list-style: disc;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 560px) {
  .c-ulList li {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .c-ulList li {
    font-size: 1rem;
    line-height: 2;
  }
}
.c-ulList li + li {
  margin-top: 5px;
}

.c-olList {
  padding-left: 25px;
}
.c-olList li {
  list-style: decimal;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 560px) {
  .c-olList li {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .c-olList li {
    font-size: 1rem;
    line-height: 2;
  }
}
.c-olList li + li {
  margin-top: 5px;
}

.c-listAttention li {
  position: relative;
  padding-left: 20px;
}
.c-listAttention li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.c-tabList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  border-bottom: 2px solid #1c32a8;
  padding-bottom: 20px;
}
.c-tabList li {
  font-size: 1rem;
  cursor: pointer;
}
@media screen and (min-width: 560px) {
  .c-tabList li {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 560px) {
  .c-tabList li {
    font-size: 1.125rem;
  }
}
.c-tabList .c-tabList_link {
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
.c-tabList .c-tabList_link:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #1c32a8;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (min-width: 960px) {
  .c-tabList .c-tabList_link:hover {
    color: #1c32a8;
  }
}
@media screen and (min-width: 960px) {
  .c-tabList .c-tabList_link:hover:before {
    opacity: 1;
  }
}

/*=============================================================
  loading.scss
==============================================================*/
.loading {
  position: fixed;
  width: 100svw;
  height: 100svh;
  z-index: 9999;
  background: #fff;
}
.loading::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100svw;
  height: 100svh;
  background-image: linear-gradient(to right, rgb(0, 211, 172) 0%, rgb(44, 142, 196) 50%, rgb(0, 50, 199) 100%);
  opacity: 0.8;
}
.loading.is-active {
  display: block;
}

.loader {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  z-index: 10;
}
.loader div {
  width: 20px;
  height: 20px;
  float: left;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: relative;
}
.loader span {
  position: absolute;
  display: block;
  border-radius: 3px;
  animation: anim 1.2s infinite;
  animation-timing-function: linear;
}
.loader div:nth-child(2) span,
.loader div:nth-child(4) span {
  animation-delay: 0.15s;
}
.loader div:nth-child(3) span,
.loader div:nth-child(5) span,
.loader div:nth-child(7) span {
  animation-delay: 0.3s;
}
.loader div:nth-child(6) span,
.loader div:nth-child(8) span {
  animation-delay: 0.45s;
}
.loader div:nth-child(9) span {
  animation-delay: 0.6s;
}

@keyframes anim {
  0% {
    width: 0px;
    height: 0px;
    background: #18FFFF;
  }
  40% {
    width: 15px;
    height: 15px;
    background: #D500F9;
  }
  80% {
    width: 0px;
    height: 0px;
    background: #18FFFF;
  }
}
.js-fadein {
  opacity: 0;
}

/*=============================================================
  pagetop.scss
==============================================================*/
.pagetop {
  display: none;
}
@media screen and (min-width: 960px) {
  .pagetop {
    display: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #050c32;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    overflow: hidden;
    z-index: 100;
    cursor: pointer;
  }
  .pagetop::before {
    font-family: "Font Awesome 6 Free";
    content: "\f062";
    font-weight: 900;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.9375rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.pagetop * {
  display: none;
}
@media screen and (min-width: 960px) {
  .pagetop * {
    display: block;
  }
}

/*=============================================================
  youtube.scss
==============================================================*/
.c-youtube {
  position: relative;
  width: 100%;
}
.c-youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.c-youtube div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-youtube iframe {
  width: 100%;
  height: 100%;
}

/*=============================================================
  hide.scss
==============================================================*/
.is-spHide {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-spHide {
    display: block;
  }
}
.is-spHide--inline {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-spHide--inline {
    display: inline;
  }
}

.is-pcHide {
  display: block;
}
@media screen and (min-width: 960px) {
  .is-pcHide {
    display: none;
  }
}
.is-pcHide--inline {
  display: inline;
}
@media screen and (min-width: 960px) {
  .is-pcHide--inline {
    display: none;
  }
}

.is-tabHide {
  display: block;
}
@media screen and (min-width: 560px) {
  .is-tabHide {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .is-tabHide {
    display: block;
  }
}
.is-tabHide--inline {
  display: inline;
}
@media screen and (min-width: 560px) {
  .is-tabHide--inline {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .is-tabHide--inline {
    display: inline;
  }
}

.is-spShow {
  display: block;
}
@media screen and (min-width: 560px) {
  .is-spShow {
    display: none;
  }
}
.is-spShow--inline {
  display: inline;
}
@media screen and (min-width: 560px) {
  .is-spShow--inline {
    display: none;
  }
}

.is-pcShow {
  display: none;
}
@media screen and (min-width: 960px) {
  .is-pcShow {
    display: block;
  }
}
.is-pcShow--inline {
  display: none;
}
@media screen and (min-width: 960px) {
  .is-pcShow--inline {
    display: inline;
  }
}

.is-tabShow {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-tabShow {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .is-tabShow {
    display: none;
  }
}
.is-tabShow--inline {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-tabShow--inline {
    display: inline;
  }
}
@media screen and (min-width: 960px) {
  .is-tabShow--inline {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-mdUnderHide {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-mdOverHide {
    display: none;
  }
}

/*=============================================================
  link.scss
==============================================================*/
.a-linkline:link, .a-linkline:visited {
  color: #1530A0;
  text-decoration: underline;
}
.a-linkline:hover, .a-linkline:active {
  color: #4460D5;
  text-decoration: none;
}

.c-anchorlink {
  padding-top: 70px;
  margin-top: -70px;
}
@media screen and (min-width: 960px) {
  .c-anchorlink {
    padding-top: 110px;
    margin-top: -110px;
  }
}

.c-hoverimg img {
  transition: transform 0.3s;
  will-change: transform;
}
@media screen and (min-width: 960px) {
  .c-hoverimg:hover img {
    transform: scale(1.1);
  }
}

/*=============================================================
  animation.scss
==============================================================*/
.is-anime_img {
  position: relative;
  overflow: hidden;
}
.is-anime_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #050c32;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.is-anime_img[data-aos=is-animation]::after {
  transition-property: left;
  transition-duration: 0.2s;
  transition-delay: 0.1s;
}
.is-anime_img[data-aos=is-animation].aos-animate::after {
  left: 100%;
}
[data-aos=is-animation] .is-anime_img::after {
  transition-property: left;
  transition-duration: 0.2s;
  transition-delay: 0.1s;
}
[data-aos=is-animation].aos-animate .is-anime_img::after {
  left: 100%;
}
[data-aos=is-animationBox] .is-anime_img:nth-of-type(even)::after {
  transition-delay: 0s;
}
[data-aos=is-animationBox] .is-anime_img:nth-of-type(3n-1)::after {
  transition-delay: 0.15s;
}
[data-aos=is-animationBox] .is-anime_img:nth-of-type(3n)::after {
  transition-delay: 0.3s;
}
[data-aos=is-animationBox] .is-anime_img::after {
  transition-property: left;
  transition-duration: 0.2s;
  transition-delay: 0.1s;
}
[data-aos=is-animationBox].aos-animate .is-anime_img::after {
  left: 100%;
}

@keyframes animeScroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*=============================================================
  aosCustomize.scss
==============================================================*/
[data-aos=fade-up] {
  transform: translate3d(0, 50px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -50px, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(50px, 0, 0);
  transform: translate3d(30px, 0, 0);
}

/*=============================================================
  slick.scss
==============================================================*/
.js-slide {
  display: none;
}

.js-slide.slick-initialized {
  display: block;
}

.slick-arrow {
  z-index: 20;
  position: absolute;
  top: 0;
  width: 25px;
  height: 100%;
  display: block;
  border: 0;
  text-indent: -9999;
  font-size: 0;
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .slick-arrow {
    width: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .slick-arrow {
    width: 70px;
  }
}
.slick-arrow.slick-next {
  left: -15px;
  background: url("../../img/top/slide_arrow-left.png") no-repeat center 40% #fff;
  background-size: 13px auto;
}
@media screen and (min-width: 960px) {
  .slick-arrow.slick-next {
    left: -40px;
    background-size: auto;
  }
}
@media screen and (min-width: 1400px) {
  .slick-arrow.slick-next {
    left: -50px;
  }
}
.slick-arrow.slick-prev {
  right: -15px;
  background: url("../../img/top/slide_arrow-right.png") no-repeat center 40% #fff;
  background-size: 13px auto;
}
@media screen and (min-width: 960px) {
  .slick-arrow.slick-prev {
    right: -40px;
    background-size: auto;
  }
}
@media screen and (min-width: 1400px) {
  .slick-arrow.slick-prev {
    right: -50px;
  }
}

/*=============================================================
  header.scss
=============================================================*/
.l-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  height: 70px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 960px) {
  .l-header {
    height: 90px;
    padding: 0 0 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header {
    justify-content: space-between;
    height: 110px;
    padding: 0 30px;
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(86, 88, 99, 0.23);
  }
}

.l-header_logo {
  width: 70px;
  height: 70px;
  padding: 10px;
  display: flex;
  align-items: center;
  z-index: 800;
  transition: all 0.3s;
}
@media screen and (min-width: 560px) {
  .l-header_logo {
    width: 50%;
    max-width: 300px;
  }
}
@media screen and (min-width: 960px) {
  .l-header_logo {
    width: 30%;
    max-width: 380px;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-header_logo {
    width: 25%;
  }
}
@media screen and (max-width: 1199px) {
  #home .l-header_logo {
    display: none;
  }
}

.l-headerNavi {
  display: none;
  background: url(../../img/bg01_left.png) no-repeat left top, url(../../img/bg01_right.png) no-repeat right bottom, #f1f5f9;
  background-size: 70% auto;
  width: 100%;
  height: 100svh;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 998;
}
@media screen and (min-width: 1200px) {
  .l-headerNavi {
    width: 70%;
    display: block;
    background: none;
    height: 100%;
    position: relative;
  }
}
@media screen and (min-width: 1600px) {
  .l-headerNavi {
    width: 70%;
  }
}
.l-headerNavi_inner {
  width: 100%;
  transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .l-headerNavi_inner {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .l-headerNavi_inner {
    height: 110px;
    width: 100%;
  }
}
.l-headerNavi_container {
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box;
  margin: 0px auto;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .l-headerNavi_container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1440px;
  }
}
@media screen and (min-width: 1200px) {
  .l-headerNavi_container {
    display: block;
    width: auto;
    padding: 0;
    max-width: none;
  }
}
.l-headerNavi_logo {
  width: 20%;
  padding: 10px;
  position: fixed;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1200px) {
  .l-headerNavi_logo {
    display: none;
  }
}
.l-headerNavi_logo .is-sp {
  display: block;
}
@media screen and (min-width: 1200px) {
  .l-headerNavi_logo .is-sp {
    display: none;
  }
}
.l-headerNavi_logo .is-pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .l-headerNavi_logo .is-pc {
    display: block;
  }
}
.l-headerNavi_menu {
  width: 75%;
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-right: 20px;
  margin-left: auto;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
}
@media screen and (min-width: 1200px) {
  .l-headerNavi_menu {
    height: 110px;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: none;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 35% 65%;
    grid-template-areas: "navi_lang navi02" "navi01 navi01";
    justify-content: end;
    column-gap: 3%;
  }
}

.l-navi {
  grid-area: navi01;
}

.l-navi02 {
  grid-area: navi02;
}

.l-navi_language {
  grid-area: navi_lang;
}

.logoimg {
  max-width: none;
  height: auto;
  max-height: 100%;
}

.l-header.is-scroll_fix {
  height: 90px;
  animation: DownAnime 0.5s forwards;
  position: fixed;
}
.l-header.is-scroll_fix .l-headerNavi_menu {
  height: 90px;
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*=============================================================
  navi.scss
=============================================================*/
.l-navi {
  width: 100%;
  margin-bottom: 40px;
  transition: height 0.3s;
}
@media screen and (min-width: 1200px) {
  .l-navi {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    height: auto;
    margin-bottom: 0;
    width: auto;
    column-gap: 1%;
  }
}
.l-navi > li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #ced3e4;
}
@media screen and (min-width: 1200px) {
  .l-navi > li {
    width: auto;
    border-bottom: none;
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .l-navi > li:first-of-type {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .l-navi > li:hover ul {
    visibility: visible;
    z-index: 500;
    opacity: 1;
  }
}
.l-navi > li > a {
  padding: 20px 10px 20px 0;
  flex: 1;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #282828;
  line-height: 1.3;
  transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  .l-navi > li > a {
    padding: 10px 10px;
    font-size: clamp(0.875rem, 0.667rem + 0.278vw, 1rem);
    white-space: nowrap;
    overflow: hidden;
  }
}
@media screen and (min-width: 960px) {
  .l-navi > li > a:hover {
    color: #1c32a8;
  }
}
.l-navi > li ul {
  padding: 15px 20px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
@media screen and (min-width: 1200px) {
  .l-navi > li ul {
    background: #1c32a8;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    width: 200px;
    padding: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
}
.l-navi > li ul li {
  padding: 0 0 15px 0;
}
@media screen and (min-width: 1200px) {
  .l-navi > li ul li {
    padding: 0;
    border-bottom: 1px solid #192670;
  }
}
.l-navi > li ul a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #282828;
  padding-left: 30px;
  position: relative;
  transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  .l-navi > li ul a {
    font-size: 0.9375rem;
    color: #fff;
    padding: 15px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .l-navi > li ul a:hover {
    background: #192670;
  }
}
.l-navi > li ul a::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #1c32a8;
  position: absolute;
  left: 0;
  top: 50%;
}
@media screen and (min-width: 1200px) {
  .l-navi > li ul a::before {
    display: none;
  }
}

.l-navi02 {
  background: #deedf8;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.3s;
  width: 100%;
  z-index: 800;
}
@media screen and (min-width: 768px) {
  .l-navi02 {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .l-navi02 {
    border-radius: 0 0 10px 10px;
    padding: 0 20px;
    align-items: center;
    justify-content: flex-end;
  }
}
.l-navi02 > li {
  padding: 0 10px;
  position: relative;
}
@media screen and (min-width: 560px) {
  .l-navi02 > li {
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 768px) {
  .l-navi02 > li {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .l-navi02 > li {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1200px) {
  .l-navi02 > li:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 90%;
    display: block;
    background: #282828;
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%;
  }
}
@media screen and (min-width: 1200px) {
  .l-navi02 > li:hover ul {
    visibility: visible;
    z-index: 500;
    opacity: 1;
  }
}
.l-navi02 > li + li {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-navi02 > li + li {
    margin-top: 0;
  }
}
.l-navi02 > li > a {
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: bold;
  color: #282828;
  transition: all 0.3s;
  display: block;
  padding: 5px 0;
}
@media screen and (min-width: 560px) {
  .l-navi02 > li > a {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 960px) {
  .l-navi02 > li > a:hover {
    color: #1c32a8;
  }
}
.l-navi02 li ul {
  font-size: 0.875rem;
  margin: 10px 0 15px 10px;
}
@media screen and (min-width: 768px) {
  .l-navi02 li ul {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-navi02 li ul {
    background: #deedf8;
    font-size: 0.875rem;
    border: 2px solid #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    translate: -50% calc(100% + 20px);
    width: 200px;
    padding: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    transition: all 0.3s;
    border-radius: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .l-navi02 li ul::before {
    content: "";
    background: #deedf8;
    width: 25px;
    height: 15px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    position: absolute;
    left: 50%;
    top: 0;
    translate: -50% -100%;
  }
}
@media screen and (min-width: 1200px) {
  .l-navi02 li li:not(:last-of-type) {
    border-bottom: 1px solid #fff;
  }
}
.l-navi02 li li a {
  padding-left: 15px;
  padding: 5px 0px 5px 10px;
  position: relative;
  display: block;
  transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  .l-navi02 li li a {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .l-navi02 li li a::before {
    content: "";
    background: #192670;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
  }
}
.l-navi02 li li a[target=_blank]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f0c1";
  font-weight: 900;
  line-height: 0.7;
  font-size: 93%;
  margin-left: 10px;
}
@media screen and (min-width: 1200px) {
  .l-navi02 li li a[target=_blank]::after {
    position: absolute;
    right: 10px;
    top: 50%;
    translate: 0 -45%;
  }
}
@media screen and (min-width: 960px) {
  .l-navi02 li li a:hover {
    color: #1c32a8;
  }
}

.l-navi_language {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l-navi_language span, .l-navi_language a {
  display: block;
  padding: 3px 10px;
  position: relative;
  font-weight: bold;
  border-radius: 15px;
  font-size: 0.875rem;
  line-height: 1;
}
.l-navi_language span {
  background: #1c32a8;
  color: #fff;
}
.l-navi_language.is-sp {
  margin-left: auto;
  margin-right: 20px;
  position: relative;
  z-index: 999;
}
@media screen and (min-width: 1200px) {
  .l-navi_language.is-sp {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .l-navi_language.is-pc {
    display: none;
  }
}

.l-header.is-scroll_fix .l-navi a {
  font-size: 0.875rem;
}
.l-header.is-scroll_fix .l-navi02 {
  padding: 0 15px;
}
.l-header.is-scroll_fix .l-navi02 a {
  font-size: 0.8125rem;
}
.l-header.is-scroll_fix .l-navi_language span, .l-header.is-scroll_fix a {
  font-size: 0.8125rem;
}

/* 
// スマホでメニューが表示されたときに背景のコンテンツがスクロールしないように
html{
  overflow: auto;
  height: 100%;
}
*/
/*=============================================================
  naviBtn.scss
==============================================================*/
.naviBtn {
  display: block;
  width: 60px;
  height: 60px;
  z-index: 999;
  align-self: start;
}
@media screen and (min-width: 1200px) {
  .naviBtn {
    display: none;
  }
}
.naviBtn button {
  border: none;
  width: 100%;
  height: 100%;
  background: #192670;
  border-radius: 0 0 0 20px;
  position: relative;
  transition: 0.4s all;
  outline: none;
  padding: 20px;
  cursor: pointer;
}
.naviBtn button p {
  width: 100%;
  height: 100%;
  position: relative;
}
.naviBtn button p::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  transition: 0.5s all;
}
.naviBtn button span::before, .naviBtn button span::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  transition: 0.5s all;
  height: 2px;
  background: #fff;
}
.naviBtn button span::before {
  top: 0;
}
.naviBtn button span::after {
  bottom: 0;
}
.naviBtn button span.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.is-menuopen .naviBtn button p::after {
  opacity: 0;
}
.is-menuopen .naviBtn button span::before {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.is-menuopen .naviBtn button span::after {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

/*=============================================================
  footer.scss
=============================================================*/
/* l-footerMenu
-----------------------------------------*/
.l-footerMenuWrap {
  background-image: linear-gradient(to right, rgb(0, 211, 172) 0%, rgb(44, 142, 196) 50%, rgb(0, 50, 199) 100%);
  position: relative;
  z-index: 100;
}

.l-footerMenu {
  display: flex;
  width: 100%;
  aspect-ratio: 1920/718;
}
@media screen and (min-width: 1200px) {
  .l-footerMenu {
    height: 370px;
  }
}
.l-footerMenu li {
  flex: 1;
  position: relative;
}
.l-footerMenu li:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.l-footerMenu li::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../img/footernavi_bg.jpg) no-repeat;
  background-size: 100vw auto;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: hard-light;
  opacity: 0.4;
  transition: opacity 0.3s;
}
.l-footerMenu li:nth-of-type(1)::before {
  background-position: left center;
}
.l-footerMenu li:nth-of-type(2)::before {
  background-position: center center;
}
.l-footerMenu li:nth-of-type(3)::before {
  background-position: right center;
}
.l-footerMenu li:hover::before {
  opacity: 0;
}
.l-footerMenu a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding-bottom: 50px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 10;
  font-size: 3vw;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .l-footerMenu a {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 960px) {
  .l-footerMenu a {
    font-size: clamp(1.5rem, 0.938rem + 0.938vw, 1.875rem);
  }
}
@media screen and (min-width: 1400px) {
  .l-footerMenu a {
    padding-bottom: 0;
    padding-right: 40px;
  }
}
.l-footerMenu a small {
  display: block;
  font-size: 60%;
}
.l-footerMenu a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 0.75rem;
  position: absolute;
  right: 50%;
  bottom: 15px;
  transform: translateX(50%);
  transition: all 0.3s;
}
@media screen and (min-width: 560px) {
  .l-footerMenu a::before {
    width: 50px;
    height: 50px;
    bottom: 20px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 960px) {
  .l-footerMenu a::before {
    width: 65px;
    height: 65px;
    font-size: 1rem;
    bottom: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .l-footerMenu a::before {
    right: 30px;
    transform: translateX(0) translateY(50%);
    bottom: 50%;
  }
}
.l-footerMenu a[target=_blank]::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0c1";
  font-weight: 900;
  font-size: 1rem;
}
@media screen and (min-width: 1600px) {
  .l-footerMenu a[target=_blank]::before {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 960px) {
  .l-footerMenu a:hover::before {
    background: #fff;
    color: #050c32;
  }
}

/* l-footerGroup
-----------------------------------------*/
.l-footerGroupWrap {
  background: #fff;
}

.l-footerGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 30px;
  margin: 0 10px;
  position: relative;
  z-index: 100;
  column-gap: 10%;
}
@media screen and (min-width: 768px) {
  .l-footerGroup {
    column-gap: 5%;
    row-gap: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-footerGroup {
    column-gap: 8%;
  }
}
.l-footerGroup li {
  width: 60%;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .l-footerGroup li {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .l-footerGroup li {
    width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  .l-footerGroup li {
    width: 26%;
  }
}
.l-footerGroup a {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .l-footerGroup a {
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .l-footerGroup a:nth-of-type(2) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 960px) {
  .l-footerGroup a:hover {
    opacity: 0.6;
  }
}

/* l-footerJGN
-----------------------------------------*/
.l-footerJGN {
  background: url(../../img/bg01_left.png) no-repeat left top, url(../../img/bg01_right.png) no-repeat right bottom, #f1f5f9;
  background-size: 50% auto, 50% auto, 100%;
}
@media screen and (min-width: 960px) {
  .l-footerJGN {
    background-size: auto auto, auto auto, 100%;
  }
}
.l-footerJGN_inner {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  column-gap: 5%;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.3s;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .l-footerJGN_inner {
    flex-direction: row;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.l-footerJGN_inner:hover {
  background: rgba(255, 255, 255, 0.5);
}
.l-footerJGN_name {
  color: #050c32;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  font-size: 1.125rem;
}
@media screen and (min-width: 560px) {
  .l-footerJGN_name {
    font-size: 1.25rem;
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  .l-footerJGN_name {
    font-size: 1.375rem;
  }
}
.l-footerJGN_name span {
  font-size: 85%;
}
.l-footerJGN_logo {
  width: 70%;
  max-width: 450px;
}

/* l-footerContact
-----------------------------------------*/
.l-footerContact {
  background-image: linear-gradient(to right, rgb(0, 211, 172) 0%, rgb(44, 142, 196) 100%);
  background-size: auto;
  position: relative;
}
@media screen and (min-width: 960px) {
  .l-footerContact {
    background-size: auto;
  }
}
.l-footerContact::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../img/footernavi_bg.jpg) no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: hard-light;
  opacity: 0.3;
  transition: opacity 0.3s;
}
.l-footerContact:hover::before {
  opacity: 0;
}
.l-footerContact a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  column-gap: 10px;
  position: relative;
  z-index: 10;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
@media screen and (min-width: 560px) {
  .l-footerContact a {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 960px) {
  .l-footerContact a {
    font-size: 2.125rem;
  }
}
.l-footerContact a span {
  font-size: 50%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .l-footerContact a span {
    margin-bottom: 40px;
  }
}

/* l-footer
-----------------------------------------*/
.l-footer {
  background: #1c32a8;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10%;
  }
}
@media screen and (min-width: 960px) {
  .l-footer_inner {
    column-gap: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer_inner {
    column-gap: 25%;
  }
}

@media screen and (max-width: 767px) {
  .l-footerAbout {
    max-inline-size: max-content;
    margin-inline: auto;
  }
}
.l-footerAbout a {
  display: block;
  color: #fff;
}
.l-footerAbout_main {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: clamp(1.875rem, 1.714rem + 0.714vw, 2.25rem);
}
.l-footerAbout_txt {
  font-size: 0.75rem;
  font-weight: 900;
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .l-footerAbout_txt {
    font-size: 0.875rem;
  }
}

.l-footerNavi {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-footerNavi {
    flex: 1;
    display: block;
  }
}
.l-footerNavi a {
  color: #fff;
}
.l-footerNavi_list > li > a, .l-footerNavi_list02 > li > a {
  display: block;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .l-footerNavi_list > li > a, .l-footerNavi_list02 > li > a {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-footerNavi_list > li > a, .l-footerNavi_list02 > li > a {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1400px) {
  .l-footerNavi_list > li > a, .l-footerNavi_list02 > li > a {
    font-size: 1rem;
  }
}
.l-footerNavi_list > li > a::before, .l-footerNavi_list02 > li > a::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  left: -100%;
  bottom: 0;
  transition: left 0.3s;
}
@media screen and (min-width: 960px) {
  .l-footerNavi_list > li > a:hover:before, .l-footerNavi_list02 > li > a:hover:before {
    left: 0;
  }
}
.l-footerNavi_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  row-gap: 20px;
  column-gap: 8%;
}
.l-footerNavi_list li ul {
  padding: 10px 10px;
  display: none;
}
.l-footerNavi_list li ul li {
  margin-bottom: 15px;
}
.l-footerNavi_list li ul a {
  display: inline-block;
  font-size: clamp(0.75rem, 0.563rem + 0.313vw, 0.875rem);
  line-height: 1.3;
  transition: all 0.3s;
}
@media screen and (min-width: 960px) {
  .l-footerNavi_list li ul a {
    white-space: nowrap;
  }
}
@media screen and (min-width: 960px) {
  .l-footerNavi_list li ul a:hover {
    color: #00ecd2;
  }
}
.l-footerNavi_list02 li + li {
  margin-top: 15px;
}

.l-footerNavi_contact a {
  background: #050c32;
  color: #fff;
}

.l-footerNavi_researcher a {
  background: #00ecd2;
}

/* copyright
-----------------------------------------*/
.copyright {
  font-size: 0.625rem;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  color: #fff;
  mix-blend-mode: difference;
  position: fixed;
  right: 5px;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 990;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: 0.875rem;
    right: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .copyright {
    right: 30px;
  }
}

/*=============================================================
  main.scss
=============================================================*/
.l-wrapper {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    overflow: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .l-wrapper {
    margin-top: 110px;
  }
}
@media screen and (min-width: 1200px) {
  #home .l-wrapper {
    margin-top: 0;
  }
}

.l-contents {
  position: relative;
  z-index: 5;
  container-type: inline-size;
}

.l-container .l-contents {
  background: none;
}

@media screen and (min-width: 768px) {
  .l-column {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .l-column_main {
    width: 70%;
    max-width: 960px;
    container-type: inline-size;
  }
}
.l-column_side {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-column_side {
    margin-top: 0;
    width: 25%;
    max-width: 300px;
  }
}

/*=============================================================
  side.scss
=============================================================*/
/* common
-----------------------------------*/
@media screen and (min-width: 768px) {
  .l-side_container {
    position: sticky;
    top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .l-side_container {
    top: 120px;
  }
}

.l-side_heading {
  color: #050c32;
  font-size: 1.625rem;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding: 5px 10px;
  background: #fff;
  max-inline-size: max-content;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .l-side_heading {
    font-size: 1.875rem;
    margin-bottom: 30px;
  }
}

/* side_category
-----------------------------------*/
.l-side_category {
  border-left: 5px solid #192670;
  padding-left: 20px;
}
@media screen and (min-width: 1200px) {
  .l-side_category {
    position: sticky;
    border-left: 7px solid #192670;
    padding-left: 30px;
  }
}
.l-side_category li {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 0.875rem;
  line-height: 1.3;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-side_category li {
    margin-right: 0;
    font-size: 1rem;
    margin-bottom: 5px;
    transition: color 0.3s;
  }
}
.l-side_category li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #1c32a8;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -10px;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.3s;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-side_category li:before {
    left: -12px;
    top: 12px;
    transform: translateX(0);
  }
}
@media screen and (min-width: 960px) {
  .l-side_category li:hover {
    color: #1c32a8;
  }
}
@media screen and (min-width: 960px) {
  .l-side_category li:hover:before {
    opacity: 1;
  }
}
.l-side_category li.current-cat {
  color: #1c32a8;
}
.l-side_category li.current-cat:before {
  opacity: 1;
}
.l-side_category li ul {
  padding: 10px 0 20px 15px;
}
.l-side_category li li {
  margin-right: 0;
  margin-bottom: 0;
  padding: 5px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .l-side_category li li {
    margin-right: 0;
    font-size: 0.875rem;
  }
}
.l-side_category li li::after {
  content: "";
  width: 8px;
  height: 1px;
  background: #282828;
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-side_category li li::after {
    left: -12px;
    top: 15px;
  }
}
.l-side_category li li:hover::before {
  opacity: 0;
}
.l-side_category li li:hover::after {
  background: #1c32a8;
  translate: 2px;
}
.l-side_category li li:hover a {
  color: #1c32a8;
}
.l-side_category li li.current-cat::after {
  opacity: 0;
}
.l-side_category li li.current-cat:hover::before {
  opacity: 1;
}

/*=============================================================
  pageHeading.scss
==============================================================*/
.l-pageHeading {
  position: relative;
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 560px) {
  .l-pageHeading {
    height: 250px;
  }
}
@media screen and (min-width: 768px) {
  .l-pageHeading {
    height: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .l-pageHeading {
    height: 350px;
  }
}
.l-pageHeading::before, .l-pageHeading::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
}
.l-pageHeading::before {
  background: url(../../img/inner/inner_line.png) no-repeat left bottom;
  background-size: cover;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .l-pageHeading::before {
    background-size: 100% auto;
  }
}
.l-pageHeading::after {
  top: 100%;
  background: url(../../img/inner/inner_bg.png) no-repeat top left;
  background-size: cover;
  z-index: 5;
}
.l-pageHeading_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.l-pageHeading_parent {
  background: #1c32a8;
  padding: 10px 15px;
  font-size: clamp(1rem, 0.85rem + 0.667vw, 1.25rem);
  color: #fff;
}
@media screen and (min-width: 560px) {
  .l-pageHeading_parent {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 960px) {
  .l-pageHeading_parent {
    padding: 10px 25px;
  }
}
.l-pageHeading_main {
  background: #050c32;
  color: #fff;
  padding: 15px;
  font-size: clamp(1.375rem, 1rem + 1.667vw, 2.25rem);
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 560px) {
  .l-pageHeading_main {
    padding: 20px;
  }
}
@media screen and (min-width: 960px) {
  .l-pageHeading_main {
    padding: 25px;
  }
}
.l-pageHeading_img {
  position: absolute;
  right: 0;
  top: 0;
  height: 200px;
  width: 67.5%;
  -webkit-mask-image: url("../../img/inner/inner_mask.svg");
  -webkit-mask-mode: alpha;
  -webkit-mask-size: cover;
  -webkit-mask-position: bottom left;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("../../img/inner/inner_mask.svg");
  mask-mode: alpha;
  mask-size: cover;
  mask-position: bottom left;
  mask-repeat: no-repeat;
}
@media screen and (min-width: 560px) {
  .l-pageHeading_img {
    height: 250px;
  }
}
@media screen and (min-width: 768px) {
  .l-pageHeading_img {
    height: 300px;
    width: 75%;
  }
}
@media screen and (min-width: 960px) {
  .l-pageHeading_img {
    width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .l-pageHeading_img {
    height: 350px;
  }
}
@media screen and (min-width: 1400px) {
  .l-pageHeading_img {
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
  }
}
.l-pageHeading_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*=============================================================
  pagenation.scss
==============================================================*/
.pagination {
  width: 100%;
  text-align: center;
  padding: 40px 0 0 0;
}
@media screen and (min-width: 560px) {
  .pagination {
    padding: 50px 0;
  }
}
@media screen and (min-width: 960px) {
  .pagination {
    padding: 70px 0;
  }
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li {
  text-decoration: none;
  line-height: 1;
  margin: 0 5px;
  border-radius: 50%;
  overflow: hidden;
}
.pagination span, .pagination a {
  font-size: 0.875rem;
  color: #000;
  transition: all 0.3s;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #282828;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ced3e4;
}
@media screen and (min-width: 960px) {
  .pagination span:hover, .pagination a:hover {
    border: 1px solid #050c32;
  }
}
.pagination span.current {
  color: #fff;
  background: #050c32;
  border: 1px solid #050c32;
}
.pagination span.dots {
  border: none;
  background: none;
}

/* entryNavi
---------------------------------------------*/
.entryNaviWrap {
  width: calc(100% + 40px);
  margin: 50px -20px 0 -20px;
}
@media screen and (min-width: 560px) {
  .entryNaviWrap {
    width: 100%;
    margin: 100px 0 0 0;
  }
}
@media screen and (min-width: 960px) {
  .entryNaviWrap {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .entryNaviWrap {
    margin-top: 150px;
  }
}

.entryNavi {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .entryNavi {
    width: 100%;
    margin: 60px 0 30px 0;
  }
}
@media screen and (min-width: 960px) {
  .entryNavi {
    margin-top: 70px;
    margin-bottom: 40px;
  }
}
.entryNavi p {
  position: relative;
  width: 50%;
}
.entryNavi p:first-of-type::after {
  content: "";
  width: 1px;
  height: 50%;
  display: block;
  background: #aaa;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.entryNavi a {
  display: block;
  position: relative;
  padding: 15px 40px;
  text-decoration: none;
  color: #282828;
  font-size: 0.875rem;
  line-height: 1.3;
  transition: background 0.3s;
}
@media screen and (min-width: 560px) {
  .entryNavi a {
    font-size: 0.9375rem;
    padding: 30px 45px;
  }
}
@media screen and (min-width: 1200px) {
  .entryNavi a {
    font-size: 1rem;
    padding: 40px 45px;
  }
}
.entryNavi a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 120%;
  transition: color 0.3s;
}
@media screen and (min-width: 960px) {
  .entryNavi a:hover {
    background: #f1f5f9;
  }
}
@media screen and (min-width: 960px) {
  .entryNavi a:hover::before, .entryNavi a:hover::after {
    color: #050c32;
  }
}
.entryNavi_prev a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f104";
  font-weight: 900;
  left: 20px;
}
.entryNavi_next {
  text-align: right;
}
.entryNavi_next a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  right: 20px;
}
.entryNavi_back {
  text-align: center;
}
.entryNavi_back a {
  display: block;
  border: 1px solid #000;
  color: #000;
  padding: 10px 15px;
  text-align: center;
  font-weight: bold;
  background: #fff;
  position: relative;
  width: 50%;
  max-width: 200px;
  margin: 0 auto;
  font-size: 0.8125rem;
  transition: all 0.3s;
}
@media screen and (min-width: 560px) {
  .entryNavi_back a {
    font-size: 0.875rem;
    padding: 20px;
  }
}
@media screen and (min-width: 960px) {
  .entryNavi_back a {
    padding: 15px 20px;
  }
}
@media screen and (min-width: 960px) {
  .entryNavi_back a:hover {
    background: #efefef;
  }
}

/*=============================================================
  top.css
=============================================================*/
.top-contents {
  z-index: 100;
  background: none;
}

/* mainVisual
----------------------------------------------*/
.top-mainVisualWrap {
  position: relative;
  padding-top: 90px;
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .top-mainVisualWrap {
    padding-top: 110px;
    height: 100vh;
  }
}
@media screen and (min-width: 1200px) {
  .top-mainVisualWrap_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
}

.top-mainVisual {
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .top-mainVisual {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.top-mainVisual_img {
  overflow: hidden;
  max-width: 480px;
  margin: 40px auto 0 auto;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .top-mainVisual_img {
    border-radius: 20px;
    width: 40%;
    margin: 0;
    max-width: none;
  }
}
.top-mainVisualCopy {
  max-inline-size: max-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .top-mainVisualCopy {
    width: 55%;
  }
}
.top-mainVisualCopy_txt {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #050c32;
  line-height: 1;
  font-size: min(13.5vw, 80px);
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .top-mainVisualCopy_txt {
    font-size: clamp(3.5rem, 0.962rem + 5.288vw, 6.25rem);
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .top-mainVisualCopy_txt {
    margin-bottom: 50px;
  }
}
.top-mainVisualCopy_txt span {
  overflow: hidden;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}
@media screen and (min-width: 1200px) {
  .top-mainVisualCopy_txt span {
    padding-bottom: 7px;
  }
}
.top-mainVisualCopy_txt span span {
  overflow: initial;
  padding-bottom: 0;
}
.top-mainVisualCopy_txt em {
  color: #1c32a8;
  font-style: normal;
}
.top-mainVisualCopy_txt small {
  font-size: 50%;
  color: #1c32a8;
}
.top-mainVisualCopy_main span {
  background: #050c32;
  color: #fff;
  font-weight: 900;
  line-height: 1.3;
  display: inline-block;
  padding: 5px 40px 5px 5px;
  font-size: 3.5vw;
}
@media screen and (min-width: 560px) {
  .top-mainVisualCopy_main span {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .top-mainVisualCopy_main span {
    font-size: clamp(1rem, 0.556rem + 0.926vw, 1.25rem);
  }
}
.top-mainVisualCopy_main small {
  font-weight: 700;
  line-height: 1.3;
  background: #fff;
  padding: 5px 15px 5px 5px;
  font-size: 4vw;
  display: inline-block;
}
@media screen and (min-width: 560px) {
  .top-mainVisualCopy_main small {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .top-mainVisualCopy_main small {
    font-size: clamp(1.375rem, 0.486rem + 1.852vw, 1.875rem);
  }
}
.top-mainVisualCopy_main small br {
  display: none;
}
@media screen and (min-width: 768px) {
  .top-mainVisualCopy_main small br {
    display: inline;
  }
}
@media screen and (min-width: 1400px) {
  .top-mainVisualCopy_main small br {
    display: none;
  }
}

.top-mainVisual_line {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 170vw;
}
@media screen and (min-width: 768px) {
  .top-mainVisual_line {
    width: 100%;
  }
}

.top-mainVisualSlide {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  opacity: 0.4;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-mainVisualSlide {
    width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .top-mainVisualSlide {
    max-width: 1350px;
  }
}
.top-mainVisualSlide_slide {
  -webkit-mask-image: url("../../img/top/mask.svg");
  -webkit-mask-mode: alpha;
  -webkit-mask-size: auto 100%;
  mask-image: url("../../img/top/mask.svg");
  mask-mode: alpha;
  mask-size: auto 100%;
}

/* top-news
----------------------------------------------*/
.top-newsWrap {
  position: relative;
  z-index: 100;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .top-newsWrap {
    display: flex;
    justify-content: space-between;
  }
}

.top-news_side {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-news_side {
    margin-bottom: 0;
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .top-news_side {
    margin-left: 6.25%;
  }
}
.top-news_sideInner {
  border-left: 5px solid #192670;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .top-news_sideInner {
    position: sticky;
    top: 80px;
    border-left: 7px solid #192670;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .top-news_sideInner {
    top: 120px;
    padding-left: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .top-news_sideInner {
    padding-left: 100px;
  }
}
.top-news_heading {
  max-inline-size: max-content;
  padding: 10px 5px;
  background: #fff;
  font-size: clamp(1.875rem, 1.393rem + 2.143vw, 3rem);
  margin-bottom: 20px;
  line-height: 0.75;
}
@media screen and (min-width: 768px) {
  .top-news_heading {
    margin-bottom: 40px;
  }
}
.top-news_category {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .top-news_category {
    display: block;
  }
}
.top-news_category li {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 0.875rem;
  line-height: 1.3;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-news_category li {
    margin-right: 0;
    font-size: 1rem;
    margin-bottom: 5px;
    transition: color 0.3s;
  }
}
.top-news_category li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #1c32a8;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -10px;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .top-news_category li:before {
    left: -12px;
    top: 12px;
    transform: translateX(0);
  }
}
@media screen and (min-width: 960px) {
  .top-news_category li:hover {
    color: #1c32a8;
  }
}
@media screen and (min-width: 960px) {
  .top-news_category li:hover:before {
    opacity: 1;
  }
}
.top-news_category li.is-active {
  color: #1c32a8;
}
.top-news_category li.is-active:before {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .top-news_list {
    width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .top-news_list {
    width: 60%;
    max-width: 950px;
  }
}
.top-news_list .js-tabContent {
  display: none;
}
.top-news_list .js-tabContent.is-show {
  display: block;
}
@media screen and (min-width: 960px) {
  .top-news_list .news-listItem a:hover {
    background: #f1f5f9;
  }
}
.top-news_btn {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .top-news_btn {
    margin-top: 60px;
  }
}

/* top-about
----------------------------------------------*/
.top-aboutWrap {
  position: relative;
}
@media screen and (min-width: 560px) {
  .top-aboutWrap::before {
    content: "";
    background: url(../../img/top/top_aboutbg.png) no-repeat center center/cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 5;
  }
}

.top-aboutHeading {
  max-inline-size: max-content;
  margin-inline: auto;
  color: #050c32;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 560px) {
  .top-aboutHeading {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .top-aboutHeading {
    margin-bottom: 60px;
  }
}
.top-aboutHeading_img {
  width: 100px;
  height: 90px;
  margin: 0 auto 20px auto;
  position: relative;
}
@media screen and (min-width: 960px) {
  .top-aboutHeading_img {
    margin: 0 auto 30px auto;
  }
}
.top-aboutHeading_img span {
  display: block;
  position: absolute;
}
.top-aboutHeading_img01 {
  left: 0;
  top: 0;
}
.top-aboutHeading_img02 {
  right: 22%;
  top: 35%;
}
.top-aboutHeading_img03 {
  left: 15%;
  bottom: 0;
}
.top-aboutHeading_img04 {
  right: 15%;
  bottom: 5%;
}
.top-aboutHeading_img [data-aos=is-animation] {
  transform: scale(0);
  opacity: 0;
  transition-duration: 0.3s !important;
}
.top-aboutHeading_img [data-aos=is-animation].aos-animate {
  transform: scale(1);
  opacity: 1;
}
.top-aboutHeading_img [data-aos=is-animation]:first-of-type {
  transition-delay: 0s;
}
.top-aboutHeading_img [data-aos=is-animation]:nth-of-type(2) {
  transition-delay: 0.1s;
}
.top-aboutHeading_img [data-aos=is-animation]:nth-of-type(3) {
  transition-delay: 0.2s;
}
.top-aboutHeading_img [data-aos=is-animation]:nth-of-type(4) {
  transition-delay: 0.3s;
}
.top-aboutHeading_main {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1;
  font-size: clamp(1.875rem, 0.75rem + 5vw, 3.75rem);
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.top-aboutHeading_sub {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 560px) {
  .top-aboutHeading_sub {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 960px) {
  .top-aboutHeading_sub {
    font-size: 1.5rem;
  }
}

.top-about {
  background: linear-gradient(#1c32a8 calc(100% - 200px), #fff calc(100% - 200px));
}
@media screen and (min-width: 768px) {
  .top-about {
    background: linear-gradient(#1c32a8 calc(100% - 220px), #fff calc(100% - 220px));
  }
}
.top-about_list {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 560px) {
  .top-about_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .top-about_list::after {
    content: "";
    display: block;
    width: 32%;
  }
}

.top-aboutItem {
  width: 100%;
  margin-bottom: 40px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 560px) {
  .top-aboutItem {
    width: 48%;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .top-aboutItem {
    width: 32%;
    max-width: 500px;
  }
}
.top-aboutItem[data-aos] {
  transition-delay: 0s;
}
@media screen and (min-width: 560px) {
  .top-aboutItem[data-aos]:nth-of-type(even) {
    transition-delay: 0.2s;
  }
}
@media screen and (min-width: 768px) {
  .top-aboutItem[data-aos]:nth-of-type(3n+1) {
    transition-delay: 0s;
  }
  .top-aboutItem[data-aos]:nth-of-type(3n-1) {
    transition-delay: 0.15s;
  }
  .top-aboutItem[data-aos]:nth-of-type(3n) {
    transition-delay: 0.3s;
  }
}
.top-aboutItem a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .top-aboutItem a {
    border-radius: 20px;
  }
}
@media screen and (min-width: 960px) {
  .top-aboutItem a:hover .top-aboutItem_title::before {
    background: #fff;
    color: #050c32;
  }
}
.top-aboutItem_img {
  width: 100%;
  overflow: hidden;
}
.top-aboutItem_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-aboutItem_title {
  padding: 25px 40px 25px 25px;
  color: #fff;
  text-align: center;
  background: #fff;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 560px) {
  .top-aboutItem_title {
    padding: 20px 35px 20px 20px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .top-aboutItem_title {
    padding: 30px 45px 30px 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-aboutItem_title {
    font-size: 1.5rem;
  }
}
.top-aboutItem_title::before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 0.875rem;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (min-width: 560px) {
  .top-aboutItem_title::before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 960px) {
  .top-aboutItem_title::before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .top-aboutItem_title::before {
    width: 65px;
    height: 65px;
    font-size: 1rem;
  }
}

/* top-experience
----------------------------------------------*/
.top-experience_heading {
  font-size: clamp(1.875rem, 1.393rem + 2.143vw, 3rem);
  text-align: center;
  margin-bottom: 60px;
  font-weight: 700;
  color: #050c32;
}
@media screen and (min-width: 560px) {
  .top-experience_heading {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .top-experience_heading {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .top-experience {
    display: flex;
    justify-content: space-between;
  }
}

.top-experienceItem {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .top-experienceItem {
    width: 48%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .top-experienceItem {
    border-radius: 20px;
  }
}
.top-experienceItem a {
  display: block;
  position: relative;
}
.top-experienceItem_title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px 40px 20px 30px;
  background: #fff;
  border-radius: 0 50px 50px 0;
  text-align: center;
  color: #050c32;
  font-weight: 700;
  transition: all 0.3s;
  font-size: 1.25rem;
}
@media screen and (min-width: 560px) {
  .top-experienceItem_title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .top-experienceItem_title {
    padding: 15px 30px 15px 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-experienceItem_title {
    font-size: 1.625rem;
    padding: 20px 65px 20px 50px;
  }
}
@media screen and (min-width: 960px) {
  .top-experienceItem:hover .top-experienceItem_title {
    background: #192670;
    color: #fff;
  }
}

/*=============================================================
  news.scss
============================================================= */
/* list
-----------------------------------------*/
.news-list {
  width: 100%;
}

.news-listItem {
  border-bottom: 1px solid #000;
}
.news-listItem a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  transition: all 0.3s;
}
@media screen and (min-width: 560px) {
  .news-listItem a {
    padding: 25px 0;
  }
}
@media screen and (min-width: 1200px) {
  .news-listItem a {
    align-items: flex-start;
    padding: 35px 0;
  }
}
@media screen and (min-width: 960px) {
  .news-listItem a:hover {
    background: rgba(255, 255, 255, 0.6);
  }
  .news-listItem a:hover .news-listItem_title {
    color: #192670;
  }
}
.news-listItem_date {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-right: 10px;
}
@media screen and (min-width: 560px) {
  .news-listItem_date {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .news-listItem_date {
    font-size: 1.125rem;
    margin-top: 3px;
    margin-right: 20px;
  }
}
.news-listItem_category {
  width: auto;
  min-width: 100px;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 5px 30px;
  line-height: 1;
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 560px) {
  .news-listItem_category {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 1200px) {
  .news-listItem_category {
    font-size: 0.875rem;
    margin-right: 30px;
  }
}
.news-listItem_title {
  width: 100%;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500;
  transition: color 0.3s;
}
@media screen and (min-width: 560px) {
  .news-listItem_title {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 1200px) {
  .news-listItem_title {
    font-size: 1.125rem;
    width: 100%;
  }
}
.news-listItem_comment {
  margin-top: 15px;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .news-listItem_comment {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .news-listItem_comment {
    font-size: 1rem;
  }
}

/* entry
-----------------------------------------*/
.news-entryData {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 560px) {
  .news-entryData {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .news-entryData {
    margin-bottom: 120px;
  }
}
.news-entryData_title {
  width: 100%;
  margin-bottom: 15px;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 900;
}
@media screen and (min-width: 560px) {
  .news-entryData_title {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .news-entryData_title {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1200px) {
  .news-entryData_title {
    margin-bottom: 25px;
    font-size: 1.875rem;
  }
}
.news-entryData_date {
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-right: 15px;
}
@media screen and (min-width: 560px) {
  .news-entryData_date {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .news-entryData_date {
    font-size: 1rem;
    margin-right: 20px;
  }
}
.news-entryData_category {
  width: fit-content;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 10px 20px;
  line-height: 1;
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 560px) {
  .news-entryData_category {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 1200px) {
  .news-entryData_category {
    font-size: 0.875rem;
    margin-right: 30px;
  }
}

/*=============================================================
  page.scss
============================================================= */
.page-index {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .page-index_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .page-index_list::after {
    content: "";
    display: block;
    width: 31.5%;
  }
}

@media screen and (min-width: 560px) {
  .page-index_list--row2 {
    justify-content: center;
    column-gap: 4%;
  }
}
@media screen and (min-width: 768px) {
  .page-index_list--row2 {
    column-gap: 4%;
  }
  .page-index_list--row2::before, .page-index_list--row2::after {
    display: none;
  }
}

.page-indexItem {
  width: 100%;
  margin-bottom: 40px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 560px) {
  .page-indexItem {
    width: 48%;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-indexItem {
    width: 31.5%;
    max-width: 440px;
    margin-bottom: 60px;
  }
}
.page-indexItem[data-aos] {
  transition-delay: 0s;
}
@media screen and (min-width: 560px) {
  .page-indexItem[data-aos]:nth-of-type(even) {
    transition-delay: 0.2s;
  }
}
@media screen and (min-width: 768px) {
  .page-indexItem[data-aos]:nth-of-type(3n+1) {
    transition-delay: 0s;
  }
  .page-indexItem[data-aos]:nth-of-type(3n-1) {
    transition-delay: 0.15s;
  }
  .page-indexItem[data-aos]:nth-of-type(3n) {
    transition-delay: 0.3s;
  }
}
.page-indexItem a {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgba(98, 106, 153, 0.35);
  height: 100%;
  background: #fff;
  transition: box-shadow 0.3s;
}
@media screen and (min-width: 1200px) {
  .page-indexItem a {
    border-radius: 20px;
  }
}
@media screen and (min-width: 960px) {
  .page-indexItem a:hover {
    box-shadow: none;
  }
}
@media screen and (min-width: 960px) {
  .page-indexItem a:hover .page-indexItem_title::before {
    background: #050c32;
    color: #fff;
  }
}
.page-indexItem_img {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 500/330;
}
.page-indexItem_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-indexItem_title {
  text-align: center;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700;
  position: relative;
  background: #fff;
  padding: 25px 55px 25px 15px;
}
@media screen and (min-width: 560px) {
  .page-indexItem_title {
    padding: 20px 60px 20px 20px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .page-indexItem_title {
    padding: 30px 65px 30px 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-indexItem_title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .page-indexItem_title {
    padding: 30px 80px 30px 20px;
  }
}
.page-indexItem_title::before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #282828;
  font-size: 0.875rem;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (min-width: 560px) {
  .page-indexItem_title::before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 960px) {
  .page-indexItem_title::before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .page-indexItem_title::before {
    width: 65px;
    height: 65px;
    font-size: 1rem;
  }
}

.page-blank {
  margin-top: 80px;
}
@media screen and (min-width: 560px) {
  .page-blank {
    margin-top: 60px;
  }
}
@media screen and (min-width: 960px) {
  .page-blank {
    margin-top: 80px;
  }
}

.page-blankItem {
  padding: 0 20px;
  max-width: 600px;
  aspect-ratio: 5/3;
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .page-blankItem {
    aspect-ratio: 3/1;
  }
}
@media screen and (min-width: 768px) {
  .page-blankItem {
    max-width: 500px;
  }
}
@media screen and (min-width: 960px) {
  .page-blankItem {
    max-width: 600px;
  }
}
.page-blankItem a {
  width: 100%;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(98, 106, 153, 0.35);
  height: 100%;
  background: #fff;
  transition: box-shadow 0.3s;
}
@media screen and (min-width: 1200px) {
  .page-blankItem a {
    border-radius: 20px;
  }
}
@media screen and (min-width: 960px) {
  .page-blankItem a:hover {
    box-shadow: none;
  }
}
@media screen and (min-width: 960px) {
  .page-blankItem a:hover::before {
    background: #050c32;
    color: #fff;
    border-color: #050c32;
  }
}
.page-blankItem a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0c1";
  font-weight: 900;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 0.875rem;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (min-width: 560px) {
  .page-blankItem a::before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 960px) {
  .page-blankItem a::before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .page-blankItem a::before {
    width: 65px;
    height: 65px;
    font-size: 1rem;
  }
}
.page-blankItem_img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.page-blankItem_img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #050c32;
  opacity: 0.4;
  z-index: 5;
}
.page-blankItem_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-blankItem_inner {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: 10;
  color: #fff;
  text-align: center;
  padding-right: 20px;
}
@media screen and (min-width: 560px) {
  .page-blankItem_inner {
    padding-right: 30px;
  }
}
@media screen and (min-width: 960px) {
  .page-blankItem_inner {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .page-blankItem_inner {
    padding-right: 40px;
  }
}
.page-blankItem_title {
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (min-width: 960px) {
  .page-blankItem_title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-blankItem_title {
    font-size: 1.625rem;
  }
}
.page-blankItem_txt {
  margin-top: 10px;
  font-size: 0.875rem;
}
@media screen and (min-width: 960px) {
  .page-blankItem_txt {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-blankItem_txt {
    font-size: 1rem;
  }
}

/*=============================================================
  faq.scss
============================================================= */
.faq-item {
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 560px) {
  .faq-item {
    padding: 30px;
  }
}
@media screen and (min-width: 960px) {
  .faq-item {
    padding: 30px 50px;
    border-radius: 20px;
  }
}
.faq-item:not(:last-of-type) {
  margin-bottom: 20px;
}

.faq-question,
.faq-answer {
  position: relative;
  padding-left: 50px;
  padding-top: 5px;
}
@media screen and (min-width: 560px) {
  .faq-question,
  .faq-answer {
    padding-left: 60px;
  }
}
@media screen and (min-width: 960px) {
  .faq-question,
  .faq-answer {
    padding-left: 70px;
    padding-top: 8px;
  }
}

.faq-question {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #b9c6d6;
  padding-bottom: 10px;
  margin-bottom: 10px;
  min-height: 55px;
}
@media screen and (min-width: 560px) {
  .faq-question {
    min-height: 65px;
    font-size: 1.125rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .faq-question {
    min-height: 75px;
    font-size: 1.25rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.faq-answer a:link, .faq-answer a:visited {
  color: #1530A0;
  text-decoration: underline;
}
.faq-answer a::hover, .faq-answer a::active {
  color: #4460D5;
  text-decoration: none;
}

.faq-mark {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
}
@media screen and (min-width: 560px) {
  .faq-mark {
    width: 45px;
    height: 45px;
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 960px) {
  .faq-mark {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
}

.faq-mark--q {
  background: #192670;
  color: #fff;
  border-radius: 50%;
}

.faq-mark--a {
  color: #e04643;
}

/*=============================================================
  about.scss
==============================================================*/
/* overview
----------------------------------------*/
.overview-catch {
  font-size: clamp(1.25rem, 0.8rem + 2vw, 2rem);
  color: #050c32;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  margin: 40px 0;
}

.overview-knowledgebase {
  background: url(../../img/about/overview_img02.jpg) no-repeat center top #d4def1;
  background-size: 200%;
  width: 100%;
  aspect-ratio: 1000/805;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 960px) {
  .overview-knowledgebase {
    background-size: auto;
  }
}
.overview-knowledgebase_inner {
  text-align: center;
  padding: 40px 20px 0px 20px;
}
.overview-knowledgebase_txt01 {
  font-weight: 700;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff -2px 0px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  font-size: clamp(1.25rem, 0.875rem + 1.667vw, 1.875rem);
  line-height: 1.3;
}
.overview-knowledgebase_txt02 {
  font-weight: 700;
  color: #bc23ba;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff -2px 0px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  font-size: clamp(1rem, 0.85rem + 0.667vw, 1.25rem);
  line-height: 1.3;
  margin-top: 10px;
}
.overview-knowledgebase_img {
  margin-top: 20px;
}

.overview-list {
  padding: 20px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .overview-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.2%;
    max-width: none;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .overview-list {
    padding: 25px 35px;
    column-gap: 2%;
  }
}

.overview-listItem {
  border: 4px solid transparent;
}
@media screen and (min-width: 768px) {
  .overview-listItem {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
}
@media screen and (min-width: 960px) {
  .overview-listItem {
    transition: border 0.3s;
  }
}
.overview-listItem:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .overview-listItem:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.overview-listItem_inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  grid-row: span 3;
  border: 1px solid #7e8ddb;
  height: 100%;
  width: 100%;
  background: #fff;
}
.overview-listItem_title {
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  background: #475cc7;
}
@media screen and (min-width: 768px) {
  .overview-listItem_title {
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .overview-listItem_title {
    font-size: 1.25rem;
    padding: 12px 0;
  }
}
@media screen and (min-width: 1200px) {
  .overview-listItem_title {
    font-size: 1.375rem;
  }
}
.overview-listItem_txt {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 560px) {
  .overview-listItem_txt {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .overview-listItem_txt {
    font-size: 1rem;
    padding: 10px 10px;
  }
}
@media screen and (min-width: 960px) {
  .overview-listItem_txt {
    font-size: 1.125rem;
  }
}
.overview-listItem_txt .br {
  display: none;
}
@media screen and (min-width: 960px) {
  .overview-listItem_txt .br {
    display: inline;
  }
}
.overview-listItem_img {
  text-align: center;
}

.overview-txt {
  text-align: center;
}
.overview-txt_notes {
  font-size: 0.75rem;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .overview-txt_notes {
    font-size: 0.875rem;
  }
}

.overview-mokuhyo {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
@media screen and (min-width: 560px) {
  .overview-mokuhyo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 5vw;
    row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-areas: "mokuhyo01 mokuhyo01" "mokuhyo02 mokuhyo03";
  }
}
@media screen and (min-width: 960px) {
  .overview-mokuhyo {
    row-gap: 150px;
    column-gap: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .overview-mokuhyo {
    row-gap: 170px;
  }
}

.overview-mokuhyoItem {
  border: 2px solid #1c32a8;
  position: relative;
  padding: 40px 20px 20px 20px;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .overview-mokuhyoItem {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .overview-mokuhyoItem {
    padding: 70px 30px 40px 30px;
  }
}
.overview-mokuhyoItem::before {
  content: "";
  display: block;
  background: url(../../img/about/overview_img09_arrow.png) no-repeat center center/contain;
  aspect-ratio: 140/107;
  height: 70px;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 90%;
  z-index: 10;
}
@media screen and (max-width: 559px) {
  .overview-mokuhyoItem::before {
    rotate: -10deg;
  }
}
@media screen and (min-width: 960px) {
  .overview-mokuhyoItem::before {
    height: 107px;
  }
}
.overview-mokuhyoItem:last-of-type::before {
  display: none;
}
@media screen and (min-width: 560px) {
  .overview-mokuhyoItem:last-of-type::before {
    display: block;
  }
}
.overview-mokuhyoItem p {
  width: calc(100% + 4px);
  background: #1c32a8;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 8px 15px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: bold;
  text-align: center;
  translate: -50% -50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .overview-mokuhyoItem p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .overview-mokuhyoItem p {
    font-size: 1.5rem;
    padding: 8px 25px;
  }
}
.overview-mokuhyoItem p span {
  display: inline-block;
  border: 1px solid #fff;
  line-height: 1.5;
  margin-right: 10px;
  padding: 2px 5px;
}
.overview-mokuhyoItem p em {
  font-style: normal;
}
.overview-mokuhyoItem_01 {
  grid-area: mokuhyo01;
}
.overview-mokuhyoItem_02 {
  grid-area: mokuhyo02;
}
.overview-mokuhyoItem_03 {
  grid-area: mokuhyo03;
}
@media screen and (min-width: 960px) {
  .overview-mokuhyoItem_01 {
    width: 900px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 560px) {
  .overview-mokuhyoItem_01::before {
    bottom: 0;
    left: 25%;
    translate: -50% 90%;
  }
}
@media screen and (min-width: 960px) {
  .overview-mokuhyoItem_01::before {
    translate: -50% 110%;
  }
}
@media screen and (min-width: 1200px) {
  .overview-mokuhyoItem_01::before {
    translate: -50% 120%;
  }
}
@media screen and (min-width: 560px) {
  .overview-mokuhyoItem_02::before {
    bottom: 50%;
    left: auto;
    right: 0;
    translate: 70% 50%;
    rotate: -45deg;
    transform: scale(-1, 1);
  }
}
@media screen and (min-width: 960px) {
  .overview-mokuhyoItem_02::before {
    translate: 80% 50%;
  }
}
@media screen and (min-width: 560px) {
  .overview-mokuhyoItem_03::before {
    bottom: auto;
    top: 0;
    left: 50%;
    translate: -50% -130%;
    transform: scale(-1, 1);
  }
}
@media screen and (min-width: 960px) {
  .overview-mokuhyoItem_03::before {
    translate: -50% -130%;
  }
}
@media screen and (min-width: 1200px) {
  .overview-mokuhyoItem_03::before {
    translate: -90% -145%;
  }
}

/* system
----------------------------------------*/
.system-organizationWrap {
  text-align: center;
}

.system-organization {
  width: fit-content;
  margin: 0 auto;
}
.system-organization_name {
  font-size: 1.25rem;
  margin: 15px 0;
}
@media screen and (min-width: 560px) {
  .system-organization_name {
    font-size: 1.3125rem;
    margin: 20px 0;
  }
}
@media screen and (min-width: 960px) {
  .system-organization_name {
    font-size: 1.375rem;
    margin: 25px 0;
  }
}
.system-organization_belong {
  width: 184px;
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .system-organization_belong {
    width: 230px;
  }
}
@media screen and (min-width: 960px) {
  .system-organization_belong {
    width: 265px;
  }
}
.system-organization_assistance {
  font-size: 1.125rem;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media screen and (min-width: 560px) {
  .system-organization_assistance {
    font-size: 1.25rem;
    column-gap: 35px;
  }
}
@media screen and (min-width: 960px) {
  .system-organization_assistance {
    font-size: 1.375rem;
    margin-top: 40px;
  }
}
.system-organization_assistance span {
  display: inline-block;
}

.system-mokuhyo {
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
@media screen and (min-width: 560px) {
  .system-mokuhyo {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 960px) {
  .system-mokuhyo {
    padding: 40px 50px;
  }
}
.system-mokuhyo_heading {
  width: fit-content;
  margin: 0 auto 20px auto;
  background: #1c32a8;
  white-space: nowrap;
  border-radius: 8px;
  padding: 8px 15px;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .system-mokuhyo_heading {
    font-size: 1.5625rem;
    padding: 10px 25px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .system-mokuhyo_heading {
    font-size: 1.875rem;
    padding: 15px 35px;
    margin-bottom: 40px;
  }
}
.system-mokuhyo_heading span {
  display: inline-block;
  border: 1px solid #fff;
  line-height: 1.2;
  margin-right: 10px;
  padding: 2px 10px 3px 10px;
  font-size: 80%;
}
@media screen and (min-width: 768px) {
  .system-mokuhyo_heading span {
    padding: 2px 10px 3px 10px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .system-mokuhyo_heading span {
    padding: 2px 15px 3px 15px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 560px) {
  .system-mokuhyo .c-grid {
    align-items: center;
  }
}
.system-mokuhyo_list {
  font-size: 1rem;
  padding-left: 20px;
  line-height: 1;
}
@media screen and (min-width: 560px) {
  .system-mokuhyo_list {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 960px) {
  .system-mokuhyo_list {
    font-size: 1.25rem;
  }
}
.system-mokuhyo_list li {
  list-style: disc;
}
.system-mokuhyo_list li + li {
  margin-top: 10px;
}
.system-mokuhyo_txt {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 560px) {
  .system-mokuhyo_txt {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 960px) {
  .system-mokuhyo_txt {
    font-size: 1.25rem;
  }
}
.system-mokuhyo_txt + ul {
  margin-top: 10px;
}
@media screen and (min-width: 560px) {
  .system-mokuhyo_txt + ul {
    margin-top: 15px;
  }
}
@media screen and (min-width: 960px) {
  .system-mokuhyo_txt + ul {
    margin-top: 20px;
  }
}
.system-mokuhyo_logo {
  margin-top: 40px;
}
.system-mokuhyo_logo div {
  max-width: 220px;
}
@media screen and (min-width: 768px) {
  .system-mokuhyo_logo div {
    max-width: 260px;
  }
}
.system-mokuhyo_logo div + div {
  margin-top: 20px;
}

.system-mokuhyo01 {
  background: #faf4cc;
}
@media screen and (min-width: 560px) {
  .system-mokuhyo01 {
    padding: 30px 30px;
  }
}
@media screen and (min-width: 960px) {
  .system-mokuhyo01 {
    padding: 40px 30px;
  }
}
.system-mokuhyo01 .system-mokuhyo_heading {
  background: #b8a000;
}

.system-mokuhyo02 {
  background: #def3c7;
}
.system-mokuhyo02 .system-mokuhyo_heading {
  background: #408c17;
}

.system-mokuhyo03 {
  background: #d7edf7;
}
.system-mokuhyo03 .system-mokuhyo_heading {
  background: #1b6ca4;
}

.system-mokuhyoSegmentWrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  column-gap: 3%;
  row-gap: 20px;
}
@media screen and (min-width: 560px) {
  .system-mokuhyoSegmentWrap {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
}
@media screen and (min-width: 960px) {
  .system-mokuhyoSegmentWrap {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
  }
}

.system-mokuhyoSegment {
  display: inherit;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 0;
}
.system-mokuhyoSegment_heading {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 15px;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .system-mokuhyoSegment_heading {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 960px) {
  .system-mokuhyoSegment_heading {
    font-size: 1.25rem;
  }
}
.system-mokuhyoSegment_inner {
  border-radius: 10px;
  border-width: 3px;
  border-style: solid;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 960px) {
  .system-mokuhyoSegment_inner {
    padding: 30px 20px;
  }
}
.system-mokuhyoSegment_inner div {
  width: 90%;
  margin-top: 15px;
  margin-inline: auto;
  max-width: 200px;
}
@media screen and (min-width: 560px) {
  .system-mokuhyoSegment_inner div {
    margin-top: 15px;
  }
}
@media screen and (min-width: 960px) {
  .system-mokuhyoSegment_inner div {
    margin-top: 20px;
    width: 100%;
    max-width: none;
  }
}
.system-mokuhyoSegment ul {
  padding-left: 20px;
  padding-bottom: 20px;
  margin-bottom: auto;
}
.system-mokuhyoSegment li {
  list-style: disc;
  font-size: 0.875rem;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .system-mokuhyoSegment li {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .system-mokuhyoSegment li {
    font-size: 1rem;
  }
}
.system-mokuhyoSegment li + li {
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .system-mokuhyoSegment li + li {
    margin-top: 10px;
  }
}
.system-mokuhyoSegment01 .system-mokuhyoSegment_inner {
  border-color: #80cce7;
  background: #caeefb;
}
.system-mokuhyoSegment02 .system-mokuhyoSegment_inner {
  border-color: #99cc63;
  background: #d6f4b6;
}
.system-mokuhyoSegment03 .system-mokuhyoSegment_inner {
  border-color: #f5af8d;
  background: #ffe5d8;
}
.system-mokuhyoSegment04 .system-mokuhyoSegment_inner {
  border-color: #d99dd1;
  background: #f3d9ef;
}

.system-mokuhyoGrid {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .system-mokuhyoGrid {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .system-mokuhyoGrid_img {
    width: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .system-mokuhyoGrid_img {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .system-mokuhyoGrid_inner {
    width: 50%;
  }
}

.system-facilities {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .system-facilities {
    display: grid;
    grid-template-columns: 41% 1fr 1fr;
    column-gap: 2%;
    max-width: none;
  }
}
@media screen and (min-width: 1200px) {
  .system-facilities {
    column-gap: 3%;
    grid-template-columns: 40% 1fr 1fr;
  }
}
.system-facilities_item {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 15px;
  background: #fff;
  border-radius: 10px;
  padding: 15px 0;
  border: 1px solid #ced3e4;
}
@media screen and (min-width: 960px) {
  .system-facilities_item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    row-gap: 20px;
  }
}
.system-facilities_heading {
  text-align: center;
  color: #192670;
  font-size: 1.25rem;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 10px;
}
@media screen and (min-width: 960px) {
  .system-facilities_heading {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .system-facilities_heading {
    font-size: 1.5rem;
  }
}
.system-facilities_heading span {
  font-size: 73%;
  display: inline-block;
}
.system-facilities_img {
  text-align: center;
}
.system-facilities_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.system-facilities_logo {
  text-align: center;
  margin: 0 auto;
  width: 80%;
  max-width: 300px;
  padding: 0 5%;
}
@media screen and (min-width: 960px) {
  .system-facilities_logo {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .system-facilities_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5%;
    max-width: none;
    padding: 0 5%;
  }
}
.system-facilities_logo li + li {
  margin-top: 5px;
}

.system-jgn {
  border: 1px solid #ced3e4;
  padding: 20px;
  background: #fff;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .system-jgn {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5%;
    padding: 40px 8%;
    margin-top: 60px;
  }
}
.system-jgn_img {
  width: 40%;
  margin-inline: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .system-jgn_img {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .system-jgn_img {
    width: 25%;
  }
}
.system-jgn_txt {
  flex: 1;
}

/* equipment
----------------------------------------*/
.equipment-title {
  padding: 15px;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  background: #192670;
  font-size: 1.25rem;
}
@media screen and (min-width: 560px) {
  .equipment-title {
    font-size: 1.375rem;
    padding: 20px;
  }
}
@media screen and (min-width: 960px) {
  .equipment-title {
    font-size: 1.5rem;
    padding: 30px;
  }
}

.equipment-img {
  border: 3px solid #192670;
  padding: 20px;
}
@media screen and (min-width: 560px) {
  .equipment-img {
    padding: 30px;
  }
}
@media screen and (min-width: 960px) {
  .equipment-img {
    padding: 40px;
  }
}

/* international
----------------------------------------*/
.internationalWrap {
  overflow: hidden;
  container-type: inline-size;
}

@media screen and (max-width: 767px) {
  .international-map {
    margin-inline: calc(50% - 50vw);
    padding: 0 2%;
  }
}

.international-introNotes {
  border: 1px solid #000;
  padding: 10px;
  display: flex;
  row-gap: 10px;
  column-gap: 5px;
}
@media screen and (min-width: 768px) {
  .international-introNotes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    column-gap: 10%;
    padding: 10px 20px;
    margin-top: 15px;
  }
}

.international-introNotes_item {
  display: flex;
  align-items: center;
  column-gap: 15px;
  row-gap: 5px;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .international-introNotes_item {
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .international-introNotes_item {
    flex-direction: row;
  }
}
.international-introNotes_item div {
  width: 20px;
}
@media screen and (min-width: 768px) {
  .international-introNotes_item div {
    width: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .international-introNotes_item div {
    width: 40px;
  }
}
.international-introNotes_item p {
  font-size: 0.625rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .international-introNotes_item p {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .international-introNotes_item p {
    font-size: 0.875rem;
  }
}
.international-introNotes_item p br {
  display: none;
}
@media screen and (min-width: 768px) {
  .international-introNotes_item p br {
    display: inline;
  }
}

.entryBody.international-initiative table th, .entryBody.international-initiative table td {
  vertical-align: middle;
}

.international-initiative_ph {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  column-gap: 10px;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .international-initiative_ph {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .international-initiative_ph {
    row-gap: 40px;
  }
}
.international-initiative_ph figure {
  text-align: center;
}
.international-initiative_ph figure span {
  display: block;
  aspect-ratio: 1.414/1;
  overflow: hidden;
}
.international-initiative_ph figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.international-initiative_ph figcaption {
  font-size: 0.75rem;
  line-height: 1.3;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .international-initiative_ph figcaption {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 1200px) {
  .international-initiative_ph figcaption {
    margin-top: 10px;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .international-listWrap {
    display: block;
  }
}
.international-listWrap.base--small {
  padding: 0;
}

.international-list_box {
  background: #f1f5f9;
  padding: 20px;
}
@media screen and (min-width: 560px) {
  .international-list_box {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .international-list_box {
    padding: 20px 8%;
  }
}
.international-list_box + .international-list_box {
  margin-top: 10px;
}
@media screen and (min-width: 560px) {
  .international-list_box h4 {
    width: 150px;
  }
}
@media screen and (min-width: 768px) {
  .international-list_box h4 {
    width: 150px;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .international-list_box h4 {
    width: 200px;
  }
}

.international-list {
  padding-left: 20px;
  flex: 1;
}
.international-list li {
  list-style: disc;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .international-list li {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .international-list li {
    font-size: 1.125rem;
  }
}
.international-list span {
  color: #1c32a8;
  display: inline-block;
  border-bottom: 1px solid #1c32a8;
  cursor: pointer;
  transition: all 0.3s;
}
.international-list span:hover {
  border-bottom-color: transparent;
}

.international-list_ph figure {
  text-align: center;
  display: grid;
  row-gap: 10px;
  column-gap: 10px;
  grid-template-areas: "img01" "img02" "caption";
}
@media screen and (min-width: 560px) {
  .international-list_ph figure {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    grid-template-areas: "img01 img02" "caption caption";
  }
}
@media screen and (min-width: 1200px) {
  .international-list_ph figure {
    row-gap: 15px;
  }
}
.international-list_ph figure + figure {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .international-list_ph figure + figure {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .international-list_ph figure + figure {
    margin-top: 40px;
  }
}
.international-list_ph figure div:first-of-type {
  grid-area: img01;
}
.international-list_ph figure div:nth-of-type(2) {
  grid-area: img02;
}
.international-list_ph figure div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.international-list_ph figure figcaption {
  grid-area: caption;
  font-size: 0.75rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .international-list_ph figure figcaption {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 1200px) {
  .international-list_ph figure figcaption {
    font-size: 0.875rem;
  }
}

:where(dialog) {
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

.institute-dialog {
  width: 90%;
  max-width: 1000px;
  max-height: calc(80vh - 70px);
  background: #fff;
  position: fixed;
  inset: 0;
  z-index: 99999;
}
.institute-dialog.is-active {
  box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.8);
}

.institute-dialog_inner {
  width: 100%;
  max-height: calc(80vh - 70px);
  overflow: auto;
  overscroll-behavior: contain;
  position: relative;
  padding: 40px 5%;
}
@media screen and (min-width: 768px) {
  .institute-dialog_inner {
    padding: 60px 8%;
  }
}

.institute-container {
  height: 100%;
}

.institute-dialog_close {
  width: 30px;
  aspect-ratio: 1;
  color: #fff;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .institute-dialog_close {
    width: 40px;
    font-size: 1.625rem;
  }
}

.institute-dialog_heading {
  text-align: center;
  font-size: 1.625rem;
  margin-bottom: 20px;
  font-weight: bold;
  color: #050c32;
}
@media screen and (min-width: 768px) {
  .institute-dialog_heading {
    font-size: 2.125rem;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .institute-dialog_heading {
    font-size: 2.25rem;
    margin-bottom: 50px;
  }
}

.institute-detail {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  column-gap: 3%;
  row-gap: 30px;
}
@media screen and (min-width: 560px) {
  .institute-detail {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .institute-detail {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 5%;
    row-gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .institute-detail {
    grid-template-columns: repeat(4, 1fr);
  }
}
.institute-detail figcaption {
  padding-top: 10px;
  font-size: 0.875rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .institute-detail figcaption {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1200px) {
  .institute-detail figcaption {
    font-size: 1rem;
  }
}

/*=============================================================
  reseacher.scss
==============================================================*/
.researchPaper {
  margin-bottom: 60px;
}
@media screen and (min-width: 560px) {
  .researchPaper {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .researchPaper {
    margin-bottom: 100px;
  }
}
.researchPaper_entry {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px dotted #8a8aa8;
  margin: 0;
}
.researchPaper_entry a:link, .researchPaper_entry a:visited {
  color: #1530A0 !important;
  text-decoration: underline;
}
.researchPaper_entry a:hover, .researchPaper_entry a:active {
  color: #4460D5 !important;
  text-decoration: none;
}

/*=============================================================
  event.scss
==============================================================*/
.event-listItem {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #ced3e4;
}
@media screen and (min-width: 560px) {
  .event-listItem {
    padding: 30px 0;
  }
}
@media screen and (min-width: 960px) {
  .event-listItem {
    padding: 40px 0;
  }
}
.event-listItem:first-of-type {
  border-top: 1px solid #ced3e4;
}
.event-listItem a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 960px) {
  .event-listItem a:hover .event-listItem_title {
    text-decoration: underline;
    color: #1c32a8;
  }
}
.event-listItem_img {
  aspect-ratio: 500/330;
  overflow: hidden;
  width: 30%;
}
.event-listItem_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.event-listItem_data {
  width: 65%;
}
.event-listItem_category {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 10px;
}
.event-listItem_category span {
  display: block;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 5px 30px;
  line-height: 1;
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 560px) {
  .event-listItem_category span {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 1200px) {
  .event-listItem_category span {
    font-size: 0.875rem;
  }
}
.event-listItem_title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  transition: all 0.1s;
}
@media screen and (min-width: 560px) {
  .event-listItem_title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 560px) {
  .event-listItem_title {
    font-size: 1.5rem;
  }
}
.event-listItem_txt {
  margin-top: 15px;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .event-listItem_txt {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .event-listItem_txt {
    font-size: 1rem;
  }
}

.event-btn {
  margin-top: 60px;
}
@media screen and (min-width: 560px) {
  .event-btn {
    margin-top: 100px;
  }
}
@media screen and (min-width: 960px) {
  .event-btn {
    margin-top: 120px;
  }
}

.event-end {
  background: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 5px 30px;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .event-end {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .event-end {
    font-size: 1rem;
  }
}

.event-entryData {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 60px;
}
@media screen and (min-width: 560px) {
  .event-entryData {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .event-entryData {
    margin-bottom: 120px;
    column-gap: 20px;
  }
}
.event-entryData .event-end {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  padding: 10px 0;
  font-size: 0.875rem;
}
@media screen and (min-width: 560px) {
  .event-entryData .event-end {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .event-entryData .event-end {
    margin-bottom: 80px;
    padding: 15px 0;
    font-size: 1rem;
  }
}
.event-entryData_category {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.event-entryData_category span {
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 5px 30px;
  line-height: 1;
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 560px) {
  .event-entryData_category span {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 1200px) {
  .event-entryData_category span {
    font-size: 0.875rem;
  }
}
.event-entryData_title {
  width: 100%;
  margin-bottom: 15px;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 900;
}
@media screen and (min-width: 560px) {
  .event-entryData_title {
    margin-bottom: 20px;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .event-entryData_title {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1200px) {
  .event-entryData_title {
    margin-bottom: 25px;
    font-size: 1.875rem;
  }
}
.event-entryData_date {
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-right: 15px;
}
@media screen and (min-width: 560px) {
  .event-entryData_date {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .event-entryData_date {
    font-size: 1rem;
    margin-right: 20px;
  }
}

/*=============================================================
  library.scss
==============================================================*/
.library-contents {
  width: 100%;
}
.library-contents.js-tabContent:not(:first-of-type) {
  display: none;
}
@media screen and (min-width: 560px) {
  .library-contents_list {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 960px) {
  .library-contents_list::after {
    content: "";
    display: block;
    width: 31%;
  }
}

.library-contentsItem {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .library-contentsItem {
    display: block;
    width: 48%;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .library-contentsItem {
    width: 30%;
    margin-bottom: 60px;
  }
}
.library-contentsItem_img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 48%;
}
@media screen and (min-width: 560px) {
  .library-contentsItem_img {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .library-contentsItem_img {
    margin-bottom: 20px;
  }
}
.library-contentsItem_img a {
  display: block;
  width: 100%;
  aspect-ratio: 500/330;
}
.library-contentsItem_img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.library-contentsItem_img--pamphlet a {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background: none;
  text-align: center;
  background: rgba(225, 231, 239, 0.5);
  border: 1px solid #ced3e4;
}
.library-contentsItem_img--pamphlet img {
  object-fit: contain;
  width: auto;
  height: 100%;
}
.library-contentsItem_data {
  width: 48%;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .library-contentsItem_data {
    width: 100%;
  }
}
.library-contentsItem_category {
  width: auto;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  padding: 3px 10px;
  font-weight: 500;
  line-height: 1;
  font-size: 0.625rem;
  background: #192670;
  display: inline-block;
  line-height: 0.75;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .library-contentsItem_category {
    font-size: 0.6875rem;
    padding: 3px 10px 5px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .library-contentsItem_category {
    font-size: 0.75rem;
    margin-right: 30px;
  }
}
.library-contentsItem_title {
  line-height: 1.5;
  width: 100%;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .library-contentsItem_title {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .library-contentsItem_title {
    font-size: 1rem;
  }
}
.library-contentsItem_title i {
  margin-left: 10px;
}
.library-contentsItem_title .icon-pdf {
  color: #f20f00;
}
.library-contentsItem_title .icon-word {
  color: #144aab;
}
.library-contentsItem_title .icon-excel {
  color: #077d3f;
}
.library-contentsItem_comment {
  font-size: 0.75rem;
  line-height: 1.3;
  color: #888;
}
@media screen and (min-width: 560px) {
  .library-contentsItem_comment {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 960px) {
  .library-contentsItem_comment {
    font-size: 0.875rem;
  }
}

.library-movieItem_img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 48%;
  border: 1px solid #ced3e4;
}
@media screen and (min-width: 560px) {
  .library-movieItem_img {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .library-movieItem_img {
    margin-bottom: 20px;
  }
}
.library-movieItem_img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.library-movieItem_img span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.library-movieItem_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.library-movieItem_btn {
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s;
}
@media screen and (min-width: 960px) {
  .library-movieItem_btn:hover {
    background: rgba(0, 0, 0, 0.3);
  }
}

/*=============================================================
  research.scss
==============================================================*/
.research-side {
  display: none;
}
@media screen and (min-width: 768px) {
  .research-side {
    display: block;
  }
}

.research-side ul {
  background: #ccd2f3;
  padding: 20px;
  border-radius: 5px;
}
@media screen and (min-width: 1200px) {
  .research-side ul {
    padding: 40px;
  }
}
.research-side ul li + li {
  border-top: 1px solid #fff;
}
.research-side ul a {
  display: block;
  padding: 15px 0 15px 25px;
  position: relative;
  color: #1c32a8;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .research-side ul a {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .research-side ul a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .research-side ul a {
    font-size: 1.25rem;
  }
}
.research-side ul a span {
  display: block;
  font-size: 85%;
  font-weight: 500;
}
@media screen and (min-width: 560px) {
  .research-side ul a span {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .research-side ul a span {
    display: block;
  }
}
.research-side ul a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: 900;
  display: block;
  background: #fff;
  font-size: 68%;
  width: 18px;
  height: 18px;
  padding-top: 1px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 18px;
  transition: all 0.3s;
}
@media screen and (min-width: 960px) {
  .research-side ul a::before {
    font-size: 68%;
    width: 20px;
    height: 20px;
    top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .research-side ul a:hover::before {
    background: #1c32a8;
    color: #fff;
  }
}

.research-mokuhyo {
  background: #f1f5f9;
  padding: 20px 5%;
}
@media screen and (min-width: 560px) {
  .research-mokuhyo {
    padding: 30px 8%;
  }
}
@media screen and (min-width: 960px) {
  .research-mokuhyo {
    padding: 40px 10%;
  }
}
.research-mokuhyo li {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .research-mokuhyo li {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 960px) {
  .research-mokuhyo li {
    font-size: 1.375rem;
  }
}
.research-mokuhyo li + li {
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .research-mokuhyo li + li {
    margin-top: 10px;
  }
}

.research-heading {
  margin: 0 auto 20px auto;
  background: #1c32a8;
  border-radius: 5px;
  padding: 10px 15px;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .research-heading {
    font-size: 1.5625rem;
    padding: 15px 25px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .research-heading {
    font-size: 1.875rem;
    padding: 15px 35px;
    margin-bottom: 40px;
  }
}
.research-heading span {
  display: inline-block;
  border: 1px solid #fff;
  line-height: 1.2;
  margin-right: 10px;
  padding: 2px 10px 3px 10px;
  font-size: 80%;
}
@media screen and (min-width: 768px) {
  .research-heading span {
    padding: 2px 10px 3px 10px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .research-heading span {
    padding: 2px 15px 3px 15px;
    margin-right: 20px;
  }
}

.research-mokuhyo01_list {
  background: #f9fbe1;
  padding: 20px 5%;
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .research-mokuhyo01_list {
    padding: 30px 8%;
  }
}
@media screen and (min-width: 960px) {
  .research-mokuhyo01_list {
    padding: 40px 10%;
  }
}
.research-mokuhyo01_list li {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: bold;
  list-style: decimal;
}
@media screen and (min-width: 560px) {
  .research-mokuhyo01_list li {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 960px) {
  .research-mokuhyo01_list li {
    font-size: 1.125rem;
  }
}
.research-mokuhyo01_list li + li {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .research-mokuhyo01_list li + li {
    margin-top: 15px;
  }
}

.research-mokuhyo02_contents {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  row-gap: 50px;
  column-gap: 5%;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .research-mokuhyo02_contents {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    row-gap: 70px;
  }
}
@media screen and (min-width: 960px) {
  .research-mokuhyo02_contents {
    row-gap: 90px;
  }
}
.research-mokuhyo02_contentsItem {
  display: inherit;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0;
}
.research-mokuhyo02_contentsItem div {
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .research-mokuhyo02_contentsItem div {
    margin-top: 25px;
  }
}
.research-mokuhyo02_caption {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  background: #ffbfbf;
  padding: 20px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .research-mokuhyo02_caption {
    margin-top: 15px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .research-mokuhyo02_caption {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 1.125rem;
  }
}

.research-mokuhyo03_contents {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 560px) {
  .research-mokuhyo03_contents {
    flex-direction: row;
  }
}
@media screen and (min-width: 960px) {
  .research-mokuhyo03_contents {
    padding: 0 3.5%;
  }
}
.research-mokuhyo03_contents i {
  width: 7%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.875rem;
  height: 40px;
  align-self: center;
  color: #CF1212;
}
@media screen and (max-width: 559px) {
  .research-mokuhyo03_contents i {
    rotate: 90deg;
  }
}
.research-mokuhyo03_contents p {
  flex: 1;
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.research-mokuhyo03_contents p .is-br {
  display: none;
}
@media screen and (min-width: 560px) {
  .research-mokuhyo03_contents p .is-br {
    display: inline;
  }
}
@media screen and (min-width: 960px) {
  .research-mokuhyo03_contents p .is-br {
    display: none;
  }
}
.research-mokuhyo03_contents p:first-of-type {
  background: #ffbfbf;
  font-size: 1.125rem;
}
@media screen and (min-width: 560px) {
  .research-mokuhyo03_contents p:first-of-type {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .research-mokuhyo03_contents p:first-of-type {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 960px) {
  .research-mokuhyo03_contents p:first-of-type {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 1400px) {
  .research-mokuhyo03_contents p:first-of-type {
    font-size: 1.5rem;
  }
}
.research-mokuhyo03_contents p:first-of-type span {
  display: block;
  font-size: 66.6%;
  font-weight: 500;
}
.research-mokuhyo03_contents p:nth-of-type(2) {
  background: #f4efc1;
  font-size: 1rem;
  color: #CF1212;
}
@media screen and (min-width: 560px) {
  .research-mokuhyo03_contents p:nth-of-type(2) {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .research-mokuhyo03_contents p:nth-of-type(2) {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 960px) {
  .research-mokuhyo03_contents p:nth-of-type(2) {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 1400px) {
  .research-mokuhyo03_contents p:nth-of-type(2) {
    font-size: 1.375rem;
  }
}

/*=============================================================
  study.scss
==============================================================*/
.study-jgnlogo {
  margin: 20px auto;
  max-width: 260px;
}

.study-categoryWrap {
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .study-categoryWrap {
    margin-bottom: 40px;
  }
}

.study-category {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .study-category {
    display: flex;
    column-gap: 5%;
    align-items: center;
  }
}
.study-category + .study-category {
  margin-top: 20px;
}
.study-category p {
  color: #050c32;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .study-category p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 960px) {
  .study-category p {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
}
.study-category ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1%;
  row-gap: 10px;
}
@media screen and (min-width: 960px) {
  .study-category ul {
    flex: 1;
  }
}
.study-category ul button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 10px 20px;
  height: 100%;
  font-size: 0.875rem;
  color: #282828;
  font-weight: bold;
  border: 1px solid #ced3e4;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (min-width: 560px) {
  .study-category ul button {
    font-size: 0.9375rem;
    padding: 10px 30px;
  }
}
@media screen and (min-width: 960px) {
  .study-category ul button {
    font-size: 1rem;
    padding: 10px 40px;
  }
}
@media screen and (min-width: 960px) {
  .study-category ul button:hover {
    border: 1px solid #050c32;
    color: #050c32;
  }
}
.study-category ul button.mixitup-control-active {
  border: 1px solid #050c32;
  background: #050c32;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .study-category--institution li button:hover {
    border: 1px solid #e97132;
    color: #e97132;
  }
}
.study-category--institution li button.mixitup-control-active {
  border: 1px solid #e97132;
  background: #e97132;
  color: #fff;
}

.study-laboratory {
  width: 100%;
}

.study-laboratoryList {
  padding-bottom: 20px;
}

.study-laboratoryItem {
  margin-bottom: 20px;
}
.study-laboratoryItem_inner {
  border: 1px solid #1c32a8;
  border-radius: 8px;
  padding: 20px 5px 20px 20px;
  transition: all 0.3s;
  display: grid;
  grid-template-rows: auto auto auto;
  row-gap: 15px;
  grid-template-areas: "l-field" "l-belonging" "l-site";
}
@media screen and (min-width: 560px) {
  .study-laboratoryItem_inner {
    align-items: center;
    padding: 25px 10px 25px 20px;
  }
}
@media screen and (min-width: 768px) {
  .study-laboratoryItem_inner {
    row-gap: 15px;
    padding: 30px 10px 30px 35px;
    column-gap: 20px;
    grid-template-columns: 1fr 25%;
    grid-template-rows: auto auto;
    grid-template-areas: "l-field l-site" "l-belonging l-site";
  }
}
@media screen and (min-width: 960px) {
  .study-laboratoryItem_inner {
    column-gap: 30px;
    padding: 35px 10px 35px 50px;
  }
}
.study-laboratoryItem_name {
  grid-area: l-name;
}
.study-laboratoryItem_field {
  grid-area: l-field;
}
.study-laboratoryItem_belonging {
  grid-area: l-belonging;
}
.study-laboratoryItem_site {
  grid-area: l-site;
}
.study-laboratoryItem_field {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.study-laboratoryItem_field span {
  padding: 3px 10px;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .study-laboratoryItem_field span {
    font-size: 0.8125rem;
  }
}
.study-laboratoryItem_field span.institution_cat {
  background: #e97132;
  color: #fff;
}
.study-laboratoryItem_belonging {
  color: #1c32a8;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .study-laboratoryItem_belonging {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .study-laboratoryItem_belonging {
    font-size: 1.375rem;
  }
}
.study-laboratoryItem_belonging span {
  display: inline-block;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .study-laboratoryItem_belonging span {
    display: block;
    padding-right: 0;
  }
}
.study-laboratoryItem_site {
  border-left: 1px solid #ced3e4;
  width: 100%;
  height: 100%;
}
.study-laboratoryItem_site a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 560px) {
  .study-laboratoryItem_site a {
    flex-direction: row;
  }
}
@media screen and (min-width: 960px) {
  .study-laboratoryItem_site a:hover p {
    border-bottom: 2px solid #fff;
  }
}
.study-laboratoryItem_site p {
  padding: 5px 0;
  color: #1c32a8;
  border-bottom: 2px solid #1c32a8;
  text-align: center;
  font-size: 0.6875rem;
  font-weight: bold;
  transition: border 0.3s;
}
@media screen and (min-width: 560px) {
  .study-laboratoryItem_site p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .study-laboratoryItem_site p {
    font-size: 1.125rem;
  }
}
.study-laboratoryItem_site p i {
  font-size: 200%;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .study-laboratoryItem_site p i {
    font-size: 100%;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .study-laboratoryItem_site br {
    display: none;
  }
}

/*=============================================================
  result.scss
==============================================================*/
@media screen and (min-width: 768px) {
  .result-history_year {
    display: flex;
  }
}
.result-history_year + section {
  margin-top: 40px;
}
.result-history_yearHeading {
  font-size: 1.375rem;
  color: #1c32a8;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .result-history_yearHeading {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
.result-history_inner {
  flex: 1;
}
.result-history_monthly {
  border-left: 2px solid #ced3e4;
  margin-left: 15px;
  padding: 3px 0 20px 15px;
}
@media screen and (min-width: 768px) {
  .result-history_monthly {
    margin-left: 40px;
    padding: 3px 0 40px 40px;
    display: flex;
  }
}
.result-history_monthlyHeading {
  color: #050c32;
  font-size: 1.125rem;
  width: 70px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .result-history_monthlyHeading {
    font-size: 1.25rem;
  }
}
.result-history_list {
  flex: 1;
}
.result-history_list li {
  width: 100%;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
  font-size: 0.875rem;
}
@media screen and (min-width: 560px) {
  .result-history_list li {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .result-history_list li {
    column-gap: 40px;
  }
}
@media screen and (min-width: 960px) {
  .result-history_list li {
    font-size: 1rem;
  }
}
.result-history_list li p:first-of-type {
  flex: 1;
}
.result-history_list li p:nth-of-type(2) {
  margin-top: 3px;
}
.result-history_list li p:nth-of-type(2) a {
  display: block;
  width: fit-content;
  color: #fff;
  border-radius: 5px;
  background: #192670;
  font-size: 0.625rem;
  line-height: 1.3;
  padding: 3px 10px 5px 10px;
  margin-left: auto;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .result-history_list li p:nth-of-type(2) a {
    font-size: 0.75rem;
  }
}
.result-history_list li p:nth-of-type(2) a:hover {
  opacity: 0.7;
}
.result-history_list li + li {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .result-history_list li + li {
    margin-top: 20px;
  }
}

/*=============================================================
  notfound.scss
============================================================= */
.notfoundWrap {
  background: #fff;
  position: relative;
}
.notfoundWrap::before, .notfoundWrap::after {
  content: "";
  display: block;
  position: absolute;
}
.notfoundWrap::before {
  background: #000;
  width: 90%;
  height: 100%;
  background: url(../../img/inner/inner_heading.jpg) no-repeat right center/cover;
  -webkit-mask-image: url("../../img/inner/inner_mask.svg");
  -webkit-mask-mode: alpha;
  -webkit-mask-size: cover;
  mask-image: url("../../img/inner/inner_mask.svg");
  mask-mode: alpha;
  mask-size: cover;
  right: 0;
  bottom: 0;
}
.notfoundWrap::after {
  width: 100%;
  height: 100%;
  background: url(../../img/top/top_line.png) no-repeat;
  background-position: center top;
  background-size: auto 110%;
  left: 0;
  top: 0;
}
@media screen and (min-width: 960px) {
  .notfoundWrap::after {
    background-position: center center;
    background-size: 110% auto;
  }
}
.notfoundWrap_inner {
  position: relative;
  z-index: 100;
}

.notfoundHeading {
  text-align: center;
  margin-bottom: 40px;
  font-size: 10vw;
  color: #050c32;
  background: #fff;
  max-inline-size: max-content;
  margin-inline: auto;
  padding: 5px;
}
@media screen and (min-width: 560px) {
  .notfoundHeading {
    font-size: 3.75rem;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .notfoundHeading {
    font-size: 5rem;
    margin-bottom: 60px;
  }
}
.notfoundHeading_main {
  color: #050c32;
}
.notfoundHeading_sub {
  margin-top: 10px;
  font-weight: bold;
  font-size: 36%;
}

.notfound {
  border-radius: 20px;
  padding: 20px;
  background: #fff;
}
@media screen and (min-width: 560px) {
  .notfound {
    padding: 40px;
  }
}
@media screen and (min-width: 960px) {
  .notfound {
    padding: 60px;
  }
}

/*=============================================================
  privacy.scss
==============================================================*/
.privacyContact {
  border: 1px solid #000;
  padding: 15px;
  display: inline-block;
  margin: 20px;
}

/*=============================================================
  entry.scss
==============================================================*/
/* entryBody
-----------------------------*/
.entryBody {
  overflow: hidden;
  /*
  &.txtbox p{
    margin-bottom: 0px;
  }
  &.txtbox p + p{
    margin-top:0px;
  }

  p strong{
  }

  p + div{
    margin-top: 30px;
    @include mq-up(lg) {
      margin-top: 40px;
    }
  }
  div{
    margin-bottom: 30px;
    @include mq-up(lg) {
      margin-bottom: 40px;
    }
  }
  */
}
.entryBody > *:first-child {
  margin-top: 0 !important;
}
.entryBody h2:not([class]) {
  position: relative;
  text-align: center;
  line-height: 1.3;
  font-size: clamp(1.5rem, 1.05rem + 2vw, 2.25rem);
  color: #050c32;
  margin-top: 80px;
  margin-bottom: 60px;
  padding-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .entryBody h2:not([class]) {
    width: 80%;
    margin: 100px auto 70px auto;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 560px) {
  .entryBody h2:not([class]) {
    margin-top: 120px;
    margin-bottom: 80px;
    padding-bottom: 30px;
  }
}
.entryBody h2:not([class])::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #050c32;
}
.entryBody h3:not([class]) {
  border-left: 3px solid #1c32a8;
  padding: 10px 15px;
  font-size: 1.375rem;
  margin-top: 40px;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .entryBody h3:not([class]) {
    border-width: 5px;
    font-size: 1.5rem;
    margin-top: 60px;
    margin-bottom: 35px;
    padding: 10px 20px;
  }
}
@media screen and (min-width: 960px) {
  .entryBody h3:not([class]) {
    font-size: 1.625rem;
    margin-top: 80px;
    margin-bottom: 40px;
    padding: 10px 30px;
  }
}
.entryBody h4:not([class]) {
  font-size: 1.25rem;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
  background: #b9c6d6;
  color: #050c32;
  padding: 10px 15px;
}
@media screen and (min-width: 560px) {
  .entryBody h4:not([class]) {
    font-size: 1.375rem;
    margin-top: 50px;
    margin-bottom: 25px;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 960px) {
  .entryBody h4:not([class]) {
    font-size: 1.5rem;
    margin-top: 60px;
    margin-bottom: 30px;
    padding: 15px 30px;
  }
}
.entryBody h5:not([class]) {
  font-size: 1.125rem;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.3;
  border-bottom: 1px solid #ced3e4;
  padding-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .entryBody h5:not([class]) {
    font-size: 1.25rem;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .entryBody h5:not([class]) {
    font-size: 1.375rem;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}
.entryBody h6:not([class]) {
  font-size: 1rem;
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 1.3;
  color: #050c32;
}
@media screen and (min-width: 560px) {
  .entryBody h6:not([class]) {
    font-size: 1.125rem;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .entryBody h6:not([class]) {
    font-size: 1.25rem;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.entryBody a:not([class]):not(.no-entryBody) {
  color: #282828;
  text-decoration: underline;
  transition: all 0.7s;
}
@media screen and (min-width: 960px) {
  .entryBody a:not([class]):not(.no-entryBody):hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".pdf"], .entryBody a:not([class]):not(.no-entryBody)[href$=".doc"], .entryBody a:not([class]):not(.no-entryBody)[href$=".docx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xls"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xlsx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".txt"] {
  padding-right: 15px;
  position: relative;
  margin-right: 10px;
}
@media screen and (min-width: 560px) {
  .entryBody a:not([class]):not(.no-entryBody)[href$=".pdf"], .entryBody a:not([class]):not(.no-entryBody)[href$=".doc"], .entryBody a:not([class]):not(.no-entryBody)[href$=".docx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xls"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xlsx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".txt"] {
    padding-right: 18px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 960px) {
  .entryBody a:not([class]):not(.no-entryBody)[href$=".pdf"], .entryBody a:not([class]):not(.no-entryBody)[href$=".doc"], .entryBody a:not([class]):not(.no-entryBody)[href$=".docx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xls"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xlsx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".txt"] {
    padding-right: 20px;
  }
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".pdf"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".doc"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".docx"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".xls"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".xlsx"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".txt"]::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.3s;
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".pdf"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c1";
  font-weight: 900;
  color: #f20f00;
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".doc"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".docx"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c2";
  font-weight: 900;
  color: #144aab;
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".xls"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".xlsx"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c3";
  font-weight: 900;
  color: #077d3f;
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".txt"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f15c";
  font-weight: 900;
  font-weight: 500;
  color: #666;
}
.entryBody a:not(.no-entryBody):not([class]):link, .entryBody a:not(.no-entryBody):not([class]):visited {
  color: #1530A0;
  text-decoration: underline;
}
.entryBody a:not(.no-entryBody):not([class])::hover, .entryBody a:not(.no-entryBody):not([class])::active {
  color: #4460D5;
  text-decoration: none;
}
.entryBody table {
  width: 100%;
  margin: 30px 0;
  table-layout: fixed;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .entryBody table {
    margin: 40px 0;
  }
}
.entryBody table th,
.entryBody table td {
  border: 1px solid #ced3e4;
  padding: 10px;
  font-size: 0.875rem;
  line-height: 2;
  line-height: 2;
  vertical-align: top;
  text-align: left;
}
@media screen and (min-width: 560px) {
  .entryBody table th,
  .entryBody table td {
    font-size: 0.9375rem;
    padding: 15px;
  }
}
@media screen and (min-width: 960px) {
  .entryBody table th,
  .entryBody table td {
    font-size: 1rem;
    line-height: 2;
    line-height: 180%;
    padding: 15px 20px;
  }
}
.entryBody table th {
  background: #f1f5f9;
}
.entryBody table thead th {
  background: #050c32;
  color: #fff;
  text-align: center;
  font-size: 120%;
  padding: 12px 10px;
}
@media screen and (min-width: 560px) {
  .entryBody table thead th {
    padding: 18px 15px;
  }
}
@media screen and (min-width: 960px) {
  .entryBody table thead th {
    padding: 20px;
  }
}
.entryBody ul:not(.no-entryBody):not([class]),
.entryBody ol:not(.no-entryBody):not([class]) {
  width: 100%;
  margin: 20px 0;
  padding-left: 20px;
}
@media screen and (min-width: 960px) {
  .entryBody ul:not(.no-entryBody):not([class]),
  .entryBody ol:not(.no-entryBody):not([class]) {
    width: 100%;
  }
}
.entryBody li {
  position: relative;
  font-size: 0.875rem;
  line-height: 2;
  line-height: 2;
  padding-top: 5px;
}
@media screen and (min-width: 560px) {
  .entryBody li {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .entryBody li {
    font-size: 1rem;
    line-height: 2;
  }
}

/*=============================================================
  wpSnippet.scss
==============================================================*/
/***********
layout
************/
.e-layout_section > *:first-child {
  margin-top: 0 !important;
}

.e-layout_bg--white {
  background: #fff;
}

.e-layout_bg--img {
  background: url(../../img/bg01_left.png) no-repeat left top, url(../../img/bg01_right.png) no-repeat right bottom, #f1f5f9;
  background-size: 80%;
}
@media screen and (min-width: 768px) {
  .e-layout_bg--img {
    background-size: auto;
  }
}

.e-layout_container + .e-layout_container {
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .e-layout_container + .e-layout_container {
    margin-top: 50px;
  }
}
@media screen and (max-width: 559px) {
  .e-layout_container + .e-layout_container {
    margin-top: 40px;
  }
}
.e-layout_container > *:first-child {
  margin-top: 0 !important;
}

.e-layout_inner {
  position: relative;
  z-index: 500;
}

/***********
box
************/
.e-box--white {
  width: 100%;
  background: #fff;
  padding: 50px;
  border-radius: 20px;
}
@media screen and (max-width: 959px) {
  .e-box--white {
    padding: 30px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 559px) {
  .e-box--white {
    padding: 20px;
  }
}
.e-box--white > *:first-child {
  margin-top: 0 !important;
}

.txtbox p.e-catchcopy {
  font-size: 200%;
  color: #050c32;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  margin: 40px 0;
}

.e-box--purple {
  width: 100%;
  background: #f4e6f8;
  padding: 50px;
  border-radius: 20px;
  border: 3px solid #eddbf2;
}
@media screen and (max-width: 959px) {
  .e-box--purple {
    padding: 30px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 559px) {
  .e-box--purple {
    padding: 20px;
    border: 2px solid #eddbf2;
  }
}
.e-box--purple > *:first-child {
  margin-top: 0 !important;
}

.e-notes {
  border: 1px solid #ced3e4;
  padding: 15px 40px;
  width: 90%;
  background: rgba(255, 255, 255, 0.5);
  margin: 10px auto 20px;
}
@media screen and (max-width: 959px) {
  .e-notes {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 559px) {
  .e-notes {
    padding: 10px 20px;
  }
}
.e-notes p {
  line-height: 1.6;
  font-size: 93%;
}

/***********
grid
************/
.e-grid h2, .e-grid h3, .e-grid h4, .e-grid h5, .e-grid h6, .e-grid p {
  margin: 0;
  padding: 0;
}
.e-grid p {
  margin-bottom: 20px;
}
@media screen and (max-width: 559px) {
  .e-grid p {
    margin-bottom: 15px;
  }
}
.e-grid .e-gridItem_img {
  margin-bottom: 25px;
}
@media screen and (max-width: 559px) {
  .e-grid .e-gridItem_img {
    margin-bottom: 20px;
  }
}
.e-grid .e-gridItem_title {
  background: none;
  color: #050c32;
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 959px) {
  .e-grid .e-gridItem_title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 559px) {
  .e-grid .e-gridItem_title {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}

/***********
greeting
************/
.e-greetingWrap {
  overflow: hidden;
}
@media screen and (max-width: 559px) {
  .e-greetingWrap {
    display: flex;
    flex-direction: column-reverse;
  }
}

.e-greeting_photo {
  width: 25%;
  margin: 0 0 40px 40px;
  float: right;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .e-greeting_photo {
    margin: 0 0 20px 20px;
  }
}
@media screen and (max-width: 559px) {
  .e-greeting_photo {
    float: none;
    margin-inline: auto;
    max-inline-size: max-content;
    width: auto;
  }
}
.e-greeting_photo figcaption {
  margin-top: 20px;
  text-align: left;
}

.txtbox p.e-greeting_post {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media screen and (max-width: 959px) {
  .txtbox p.e-greeting_post {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 559px) {
  .txtbox p.e-greeting_post {
    font-size: 0.75rem;
  }
}

.txtbox p.e-greeting_name {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 0;
}
@media screen and (max-width: 959px) {
  .txtbox p.e-greeting_name {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 559px) {
  .txtbox p.e-greeting_name {
    font-size: 0.9375rem;
  }
}

.txtbox p.e-greeting_txt {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-top: 0;
}
@media screen and (max-width: 959px) {
  .txtbox p.e-greeting_txt {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 559px) {
  .txtbox p.e-greeting_txt {
    font-size: 0.75rem;
  }
}

/***********
btn
************/
.e-btn {
  width: 100%;
  margin: 40px auto;
}
@media screen and (max-width: 959px) {
  .e-btn {
    margin: 30px auto;
  }
}
@media screen and (max-width: 559px) {
  .e-btn {
    margin: 20px auto;
  }
}
.e-btn a {
  display: inline-block;
  border-radius: 5px;
  background: #050c32;
  text-align: center;
  color: #fff;
  font-size: 1.375rem;
  transition: all 0.3s;
  position: relative;
  padding: 25px 50px;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .e-btn a {
    font-size: 1.25rem;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 559px) {
  .e-btn a {
    font-size: 1.125rem;
    padding: 20px 20px;
  }
}
.e-btn a:after {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  right: 10px;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .e-btn a:hover {
    background: #000;
  }
}
.e-btn--center {
  text-align: center;
}

.e-btnWrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 559px) {
  .e-btnWrap {
    display: block;
  }
}
.e-btnWrap .e-btn {
  margin: 0 10px;
  width: auto;
}
@media screen and (max-width: 559px) {
  .e-btnWrap .e-btn {
    width: 100%;
    margin: 10px 0;
  }
}

/***********
table
************/
@media screen and (max-width: 559px) {
  .e-table--sp {
    border-bottom: 0 !important;
  }
}
@media screen and (max-width: 559px) {
  .e-table--sp th,
  .e-table--sp td {
    display: block;
    width: 100% !important;
  }
}
@media screen and (max-width: 559px) {
  .e-table--sp th {
    border-bottom: none;
  }
}
.e-table_cell25 {
  width: 25%;
}
.e-table_cell33 {
  width: 33%;
}
.e-table_cell50 {
  width: 50%;
}
.e-table_cell50 {
  width: 50%;
}

/***********
linkList
**********.**/
.e-linkList {
  width: 100%;
}
.e-linkList li {
  list-style: none;
  padding-left: 15px;
  position: relative;
}
.e-linkList li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  left: 0;
}
.e-linkList a[target=_blank], .e-linkList a[href$=".pdf"], .e-linkList a[href$=".doc"], .e-linkList a[href$=".docx"], .e-linkList a[href$=".xls"], .e-linkList a[href$=".xlsx"], .e-linkList a[href$=".txt"] {
  padding-right: 15px;
  position: relative;
  margin-right: 10px;
}
@media screen and (min-width: 560px) {
  .e-linkList a[target=_blank], .e-linkList a[href$=".pdf"], .e-linkList a[href$=".doc"], .e-linkList a[href$=".docx"], .e-linkList a[href$=".xls"], .e-linkList a[href$=".xlsx"], .e-linkList a[href$=".txt"] {
    padding-right: 18px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 960px) {
  .e-linkList a[target=_blank], .e-linkList a[href$=".pdf"], .e-linkList a[href$=".doc"], .e-linkList a[href$=".docx"], .e-linkList a[href$=".xls"], .e-linkList a[href$=".xlsx"], .e-linkList a[href$=".txt"] {
    padding-right: 20px;
  }
}
.e-linkList a[target=_blank]::after, .e-linkList a[href$=".pdf"]::after, .e-linkList a[href$=".doc"]::after, .e-linkList a[href$=".docx"]::after, .e-linkList a[href$=".xls"]::after, .e-linkList a[href$=".xlsx"]::after, .e-linkList a[href$=".txt"]::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.3s;
}
.e-linkList a[target=_blank]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f35d";
  font-weight: 900;
  color: #050c32;
}
.e-linkList a[href$=".pdf"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c1";
  font-weight: 900;
  color: #f20f00;
}
.e-linkList a[href$=".doc"]::after, .e-linkList a[href$=".docx"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c2";
  font-weight: 900;
  color: #144aab;
}
.e-linkList a[href$=".xls"]::after, .e-linkList a[href$=".xlsx"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c3";
  font-weight: 900;
  color: #077d3f;
}
.e-linkList a[href$=".txt"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f15c";
  font-weight: 900;
  font-weight: 500;
  color: #666;
}
.e-linkList a:hover {
  text-decoration: none !important;
}

/***********
googleMap
************/
.e-googleMap {
  width: 100%;
  margin: 30px 0;
}
@media screen and (max-width: 959px) {
  .e-googleMap {
    margin: 25px 0;
  }
}
@media screen and (max-width: 559px) {
  .e-googleMap {
    margin: 20px 0;
  }
}
.e-googleMap iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 959px) {
  .e-googleMap iframe {
    height: 350px;
  }
}
@media screen and (max-width: 559px) {
  .e-googleMap iframe {
    height: 300px;
  }
}

/***********
youtube
************/
.e-youtube {
  position: relative;
  width: 100%;
}
.e-youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.e-youtube div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.e-youtube iframe {
  width: 100%;
  height: 100%;
}

/***********
imgList
************/
.e-imgList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
.e-imgList li {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .e-imgList li {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 559px) {
  .e-imgList li {
    margin-bottom: 20px;
  }
}
.e-imgList figcaption {
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  font-size: 1.125rem;
  line-height: 1.3;
}
@media screen and (max-width: 959px) {
  .e-imgList figcaption {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 559px) {
  .e-imgList figcaption {
    font-size: 0.875rem;
  }
}
.e-imgList--row3::after {
  content: "";
  display: block;
  width: 31.5%;
}
.e-imgList--row3 li {
  width: 31.5%;
}
.e-imgList--row4::before {
  content: "";
  display: block;
  width: 23.5%;
  order: 1;
}
.e-imgList--row4::after {
  content: "";
  display: block;
  width: 23.5%;
}
.e-imgList--row4 li {
  width: 23.5%;
}

.aligncenter {
  display: block;
  text-align: center;
  margin: 0px auto;
}

.alignright {
  display: block;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}

.material-icons {
  display: inline-flex;
  vertical-align: middle;
  font-size: inherit;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .c-pcCenter {
    text-align: center;
  }
}

.clear {
  clear: both;
  width: 0px;
  height: 0px;
  display: block;
  overflow: hidden;
}

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

.cen {
  text-align: center !important;
}

.rgt {
  text-align: right !important;
}

.lft {
  text-align: left !important;
}

.opa a:hover {
  opacity: 0.8;
}

.bold {
  font-weight: bold;
}

.redtxt {
  color: #CF1212;
}

.pt0 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 15px !important;
}

.pt30 {
  padding-top: 20px !important;
}

.pt40 {
  padding-top: 25px !important;
}

.pt50 {
  padding-top: 30px !important;
}

.pt60 {
  padding-top: 40px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 15px !important;
}

.pb30 {
  padding-bottom: 20px !important;
}

.pb40 {
  padding-bottom: 25px !important;
}

.pb50 {
  padding-bottom: 40px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 15px !important;
}

.mt30 {
  margin-top: 20px !important;
}

.mt40 {
  margin-top: 25px !important;
}

.mt50 {
  margin-top: 30px !important;
}

.mt60 {
  margin-top: 40px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 15px !important;
}

.mb30 {
  margin-bottom: 20px !important;
}

.mb40 {
  margin-bottom: 25px !important;
}

.mb50 {
  margin-bottom: 30px !important;
}

.mb60 {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 959px) {
  .pt0 {
    padding-top: 0px !important;
  }
  .pt05 {
    padding-top: 5px !important;
  }
  .pt10 {
    padding-top: 10px !important;
  }
  .pt15 {
    padding-top: 15px !important;
  }
  .pt20 {
    padding-top: 20px !important;
  }
  .pt30 {
    padding-top: 30px !important;
  }
  .pt40 {
    padding-top: 40px !important;
  }
  .pt50 {
    padding-top: 50px !important;
  }
  .pt60 {
    padding-top: 60px !important;
  }
  .pb0 {
    padding-bottom: 0px !important;
  }
  .pb05 {
    padding-bottom: 5px !important;
  }
  .pb10 {
    padding-bottom: 10px !important;
  }
  .pb15 {
    padding-bottom: 15px !important;
  }
  .pb20 {
    padding-bottom: 20px !important;
  }
  .pb30 {
    padding-bottom: 30px !important;
  }
  .pb40 {
    padding-bottom: 40px !important;
  }
  .pb50 {
    padding-bottom: 50px !important;
  }
  .pb60 {
    padding-bottom: 60px !important;
  }
  .mt0 {
    margin-top: 5px !important;
  }
  .mt05 {
    margin-top: 5px !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt15 {
    margin-top: 15px !important;
  }
  .mt20 {
    margin-top: 20px !important;
  }
  .mt30 {
    margin-top: 30px !important;
  }
  .mt40 {
    margin-top: 40px !important;
  }
  .mt50 {
    margin-top: 50px !important;
  }
  .mt60 {
    margin-top: 60px !important;
  }
  .mb0 {
    margin-bottom: 5px !important;
  }
  .mb05 {
    margin-bottom: 5px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
}/*# sourceMappingURL=style.css.map */