@charset "UTF-8";
/* ------------------------------------------------------------

Reset

------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /*
  font:inherit;
  font-family:inherit;
  */
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

input, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  display: block;
}

:root {
  --scrollbar: 17px;
}

html {
  font-size: calc((100vw - var(--scrollbar)) / 1440 * 10); /*-画面幅1440pxのときに10px-*/
  /*-ブレイクポイント1200px-*/
  /*-ブレイクポイント1024px-*/
  /*-ブレイクポイント900px-*/
  /*-ブレイクポイント767px-*/
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 0.9765625vw;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article, aside, details, figcaption, dialog, figure, footer, header, main, nav, section, summary, textarea {
  display: block;
}

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

/*a,
a:link,
a:visited,
a:hover,
a:active{
	outline:none;
	text-decoration:none;
}*/
/*a:focus-visible{outline: 2px dotted #333;}*/
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}

.focus-visible {
  outline: 2px dotted #333;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

button {
  background: none;
  appearance: none;
  border: none;
  padding: 0;
}

/*button:focus-visible{outline: thin dotted #333;}*/
@media screen and (max-width: 767px) {
  html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }
}

body {
  background: #FFF;
  color: #20252E;
  font-weight: 400;
  font-size: max(1.6rem, 16px);
  line-height: 1.3;
  font-feature-settings: "palt";
}

@media print {
  #wrap-all {
    width: 1200px;
    transform: scale(0.8);
    transform-origin: 0 0;
  }
}
@media screen and (max-width: 900px) {
  #wrap-all.open {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
  }
}

.svg_symbol {
  display: none;
}

/* ------------------------------------------------------------

Font

------------------------------------------------------------ */
* {
  font-family: "Poppins", sans-serif;
}

/* ------------------------------------------------------------

Shortcodes

------------------------------------------------------------ */
.normal {
  font-weight: normal !important;
}

.bold {
  font-weight: bold !important;
}

.italic {
  font-style: italic !important;
}

.none {
  display: none !important;
}

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

sub {
  vertical-align: sub !important;
  font-size: 50%;
}

sup {
  vertical-align: sup !important;
  font-size: 50%;
}

.txt_mail::after {
  content: "@";
}

.red01 {
  color: red;
}

/* ------------------------------------------------------------

404ページ

------------------------------------------------------------ */
.wrap-404 {
  text-align: center;
  padding-top: 12rem;
  margin-bottom: 16rem;
  border-top: 1px solid #02245B;
}
@media screen and (max-width: 767px) {
  .wrap-404 {
    padding: 10rem 3rem 0;
    margin-bottom: 10rem;
  }
}
.wrap-404__inner {
  margin-bottom: max(3rem, 30px);
}
.wrap-404__inner h1 {
  font-size: max(5rem, 50px);
  font-weight: 700;
  margin-bottom: max(1.2rem, 12px);
}
@media screen and (max-width: 767px) {
  .wrap-404__inner h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .wrap-404 br {
    display: none;
  }
}

/* ------------------------------------------------------------

ボタン

------------------------------------------------------------ */
.btn-wrapper01 .btn-type01:not(:last-of-type) {
  margin-bottom: max(2rem, 20px);
}
@media screen and (max-width: 767px) {
  .btn-wrapper01 .btn-type01:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}

.btn-type01__inner a {
  position: relative;
  display: block;
  color: #20252E;
  border: 1px solid #20252E;
  padding: max(1.8rem, 18px) max(3rem, 30px) max(1.8rem, 18px) max(2.5rem, 25px);
}
@media screen and (max-width: 767px) {
  .btn-type01__inner a {
    padding: 1.4rem 2rem 1.4rem 1.9rem;
  }
}
.btn-type01__inner a::before {
  content: "";
  display: block;
  background: #D71D26;
  width: 0.5rem;
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  transition: width 0.5s;
}
@media screen and (max-width: 767px) {
  .btn-type01__inner a::before {
    width: 0.4rem;
  }
}
.btn-type01__inner a span {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: max(1.8rem, 18px);
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .btn-type01__inner a span {
    font-size: 1.6rem;
  }
}
.btn-type01__inner a span svg {
  width: max(0.9rem, 9px);
  height: max(1.7rem, 17px);
  fill: #20252E;
}
@media screen and (max-width: 767px) {
  .btn-type01__inner a span svg {
    width: 0.7rem;
    height: 1.2rem;
  }
}
.btn-type01__inner a:hover {
  color: #FFF;
}
.btn-type01__inner a:hover::before {
  width: calc(100% + 2px);
}
.btn-type01__inner a:hover svg {
  fill: #FFF;
}
.btn-type01__inner__white01 a {
  color: #FFF;
  border-color: #FFF;
}
.btn-type01__inner__white01 a span svg {
  fill: #FFF;
}

.btn-type02__inner a {
  display: inline-block;
  color: #20252E;
  font-size: max(1.8rem, 18px);
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  transition: color 0.5s;
}
.btn-type02__inner a:hover {
  color: #1E56AE;
}
.btn-type02__inner a:hover svg {
  fill: #1E56AE;
}
@media screen and (max-width: 767px) {
  .btn-type02__inner a {
    font-size: 1.6rem;
  }
}
.btn-type02__inner a svg {
  width: max(0.7rem, 7px);
  height: max(1.5rem, 15px);
  fill: #20252E;
  margin-left: max(2rem, 20px);
}
@media screen and (max-width: 767px) {
  .btn-type02__inner a svg {
    width: 0.7rem;
    height: 1.2rem;
  }
}
.btn-type02__inner__white01 a {
  color: #FFF;
}
.btn-type02__inner__white01 a svg {
  fill: #FFF;
}

.btn-type03__inner {
  display: inline-block;
}
.btn-type03__inner a {
  background: #1E56AE;
  color: #FFF;
  font-size: max(1.4rem, 14px);
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: max(0.8rem, 8px) max(1rem, 10px);
  min-width: max(10rem, 100px);
  gap: max(1rem, 10px);
  transition: opacity 0.3s;
}
.btn-type03__inner a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .btn-type03__inner a {
    font-size: 1.6rem;
  }
}
.btn-type03__inner a img {
  display: inline-block;
  width: max(1.4rem, 14px);
  height: max(1.4rem, 14px);
}

.btn-type04__inner a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #20252E;
  border: 1px solid #20252E;
  padding: max(1.8rem, 18px) max(3rem, 30px) max(1.8rem, 18px) max(2.5rem, 25px);
}
@media screen and (max-width: 767px) {
  .btn-type04__inner a {
    padding: 1.4rem 2rem 1.4rem 1.9rem;
  }
}
.btn-type04__inner a::before {
  content: "";
  display: block;
  background: #D71D26;
  width: 0.5rem;
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  transition: width 0.5s;
}
@media screen and (max-width: 767px) {
  .btn-type04__inner a::before {
    width: 0.4rem;
  }
}
.btn-type04__inner a:hover {
  color: #FFF;
}
.btn-type04__inner a:hover::before {
  width: calc(100% + 2px);
}
.btn-type04__inner a:hover svg {
  fill: #FFF;
}
.btn-type04__inner-label {
  position: relative;
  font-size: max(1.8rem, 18px);
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .btn-type04__inner-label {
    font-size: 1.6rem;
  }
}
.btn-type04__inner-icon {
  position: relative;
  font-size: max(1.2rem, 12px);
  display: flex;
  align-items: center;
  column-gap: max(0.5rem, 5px);
}
.btn-type04__inner-icon svg {
  width: max(2rem, 20px);
  height: max(2rem, 20px);
  fill: #20252E;
}

.btn-type05__inner a {
  position: relative;
  display: inline-block;
  padding: max(0.8rem, 8px) max(3rem, 30px) max(0.8rem, 8px) max(2.5rem, 25px);
  color: #20252E;
  border: 1px solid #20252E;
}
@media screen and (max-width: 767px) {
  .btn-type05__inner a {
    padding: 0.6rem 2rem 0.6rem 1.9rem;
  }
}
.btn-type05__inner a::before {
  content: "";
  display: block;
  background: #D71D26;
  width: 0.5rem;
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  transition: width 0.5s;
}
@media screen and (max-width: 767px) {
  .btn-type05__inner a::before {
    width: 0.4rem;
  }
}
.btn-type05__inner a span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: max(1.6rem, 16px);
  gap: max(2rem, 20px);
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .btn-type05__inner a span {
    font-size: 1.5rem;
  }
}
.btn-type05__inner a span svg {
  width: max(0.9rem, 9px);
  height: max(1.7rem, 17px);
  fill: #20252E;
}
@media screen and (max-width: 767px) {
  .btn-type05__inner a span svg {
    width: 0.7rem;
    height: 1.2rem;
  }
}
.btn-type05__inner a:hover {
  color: #FFF;
}
.btn-type05__inner a:hover::before {
  width: calc(100% + 2px);
}
.btn-type05__inner a:hover svg {
  fill: #FFF;
}
.btn-type05__inner__white01 a {
  color: #FFF;
  border-color: #FFF;
}
.btn-type05__inner__white01 a span svg {
  fill: #FFF;
}

.btn-back01 {
  margin-top: max(7rem, 70px);
}
.btn-back01__inner a {
  color: #20252E;
  font-size: max(1.8rem, 18px);
  font-weight: 600;
  transition: color 0.5s;
}
.btn-back01__inner a:hover {
  color: #1E56AE;
}
.btn-back01__inner a:hover svg {
  fill: #1E56AE;
}
.btn-back01__inner a svg {
  width: max(0.8rem, 8px);
  height: max(1.6rem, 16px);
  display: inline-block;
  transform: scale(-1, 1);
  vertical-align: max(-0.2rem, -2px);
  margin-right: max(2rem, 20px);
  fill: #20252E;
  transition: fill 0.5s;
}

/* ------------------------------------------------------------

リンク

------------------------------------------------------------ */
/* テキストリンク
---------------------------------------------- */
.link-txt__inner a {
  color: #20252E;
  text-decoration: underline !important;
  word-wrap: break-word;
  display: inline-block;
  max-width: 100%;
}
.link-txt__inner a:hover {
  text-decoration: none !important;
}
.link-txt__inner__blue01 a {
  color: #1E56AE;
}
.link-txt__inner__white01 a {
  color: #FFF;
}

/* テキストリンク―別タブ
---------------------------------------------- */
.link-tab__inner a {
  color: #02245B;
  font-weight: 600;
  font-size: max(1.4rem, 14px);
  display: flex;
  transition: color 0.5s;
}
.link-tab__inner a:hover {
  color: #1E56AE;
}
.link-tab__inner a:hover svg {
  fill: #1E56AE;
}
.link-tab__inner a svg {
  width: max(2rem, 20px);
  height: max(1.1rem, 11px);
  flex: none;
  fill: #02245B;
  display: inline-block;
  margin: max(0.3rem, 3px) max(0.8rem, 8px) 0 0;
  transition: fill 0.5s;
}

/* テキストリンク―電話
---------------------------------------------- */
.link-tel__inner {
  color: #20252E;
}
.link-tel__inner a {
  color: #20252E;
  display: none;
}
@media screen and (max-width: 1024px) {
  .link-tel__inner a {
    display: inline;
    text-decoration: underline !important;
  }
}
@media screen and (max-width: 1024px) {
  .link-tel__inner span {
    display: none;
  }
}
.link-tel__inner__white01 {
  color: #FFF;
}
.link-tel__inner__white01 a {
  color: #FFF;
}

/* ------------------------------------------------------------

見出し

------------------------------------------------------------ */
.heading01 {
  position: relative;
  margin-bottom: max(5rem, 50px);
  padding: max(1.4rem, 14px) max(3rem, 30px);
  font-weight: 600;
  font-size: max(2.4rem, 24px);
  color: #FFF;
  background: #1E56AE;
  border-left: max(0.4rem, 4px) solid #D71D26;
}
@media screen and (max-width: 767px) {
  .heading01 {
    margin-bottom: 3.5rem;
    padding: 1rem 1.5rem;
    font-size: 1.8rem;
    border-width: 0.4rem;
  }
}

/* ------------------------------------------------------------

ページタイトル

------------------------------------------------------------ */
.pagettl {
  position: relative;
  background: linear-gradient(#0B367A 0%, #1E56AE 45%);
  padding-left: 180px;
}
@media screen and (max-width: 767px) {
  .pagettl {
    padding-left: 10.5rem;
  }
}
.pagettl__txt {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: max(5rem, 50px);
}
@media screen and (max-width: 1200px) {
  .pagettl__txt {
    left: 50%;
    width: 100%;
    max-width: 1100px;
    transform: translateX(-50%);
  }
}
.pagettl__txt-inner {
  min-width: max(55rem, 550px);
}
@media screen and (max-width: 1200px) {
  .pagettl__txt-inner {
    min-width: auto;
    width: 550px;
  }
}
@media screen and (max-width: 767px) {
  .pagettl__txt-inner {
    width: calc(100% - 10.5rem);
  }
}
.pagettl__txt-inner-ttl {
  background: rgba(6, 31, 70, 0.6);
  padding: max(3.4rem, 34px) max(5rem, 50px);
}
@media screen and (max-width: 767px) {
  .pagettl__txt-inner-ttl {
    padding: 2rem 1.5rem;
  }
}
.pagettl__txt-inner-ttl h1 {
  font-size: max(3.2rem, 32px);
  font-weight: 600;
  color: #FFF;
  display: flex;
}
@media screen and (max-width: 767px) {
  .pagettl__txt-inner-ttl h1 {
    font-size: 2.4rem;
  }
}
.pagettl__txt-inner-ttl h1::before {
  content: "";
  display: inline-block;
  background: #D71D26;
  width: max(0.5rem, 5px);
  height: max(3.75rem, 37.5px);
  margin: max(0.1rem, 1px) max(2.8rem, 28px) 0 0;
  flex: none;
}
@media screen and (max-width: 767px) {
  .pagettl__txt-inner-ttl h1::before {
    height: 3.2rem;
    font-size: 2.4rem;
    margin: 0 1.5rem 0 0;
  }
}
.pagettl__txt-inner-ttl h1 br {
  display: none;
}
@media screen and (max-width: 767px) {
  .pagettl__txt-inner-ttl h1 br {
    display: block;
  }
}
.pagettl__image {
  max-width: max(100rem, 1000px);
  margin-left: auto;
  position: relative;
  min-height: 300px;
  height: 20.833vw;
}
@media screen and (max-width: 767px) {
  .pagettl__image {
    min-height: 18rem;
  }
}
.pagettl__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  object-position: top;
}

/* ------------------------------------------------------------

パンくずリスト

------------------------------------------------------------ */
.breadcrumb {
  background: #FFF;
  padding: max(1.4rem, 14px) max(5rem, 50px);
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: max(0.8rem, 8px) max(1.5rem, 15px);
  }
}
.breadcrumb ul {
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.2;
  margin: 0 auto;
  display: flex;
}
.breadcrumb ul li {
  display: inline;
  vertical-align: middle;
  padding-right: max(1.8rem, 18px);
  margin-right: max(1rem, 10px);
  font-size: max(1.2rem, 12px);
  position: relative;
  line-height: 1;
}
.breadcrumb ul li::after {
  content: "";
  display: inline-block;
  background: #787878;
  width: max(0.8rem, 8px);
  height: max(0.1rem, 1px);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: max(-0.1rem, -1px);
}
.breadcrumb ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.breadcrumb ul li:last-child::after {
  display: none;
}
.breadcrumb ul li a {
  color: #787878;
  line-height: 1;
}
.breadcrumb ul li a:hover {
  opacity: 0.7;
}
.breadcrumb ul li.current a {
  pointer-events: none;
}
.breadcrumb ul li.current a:hover {
  opacity: 1;
}

/* ------------------------------------------------------------

記事一覧

------------------------------------------------------------ */
.article-list01 li {
  border-bottom: 1px solid #D9D9D9;
}
.article-list01 li a {
  display: flex;
  padding: max(1.8rem, 18px) 0;
  color: #20252E;
  transition: opacity 0.5s;
}
@media screen and (max-width: 767px) {
  .article-list01 li a {
    align-items: center;
    flex-wrap: wrap;
    padding: 2rem 0;
  }
}
.article-list01 li a:hover {
  opacity: 0.7;
}
.article-list01 li a time {
  width: max(11rem, 110px);
  flex: none;
}
@media screen and (max-width: 767px) {
  .article-list01 li a time {
    width: auto;
    margin-right: 2rem;
  }
}
.article-list01 li a .cat {
  font-size: max(1.2rem, 12px);
  font-weight: 600;
  line-height: 1;
  padding: max(0.4rem, 4px) 0;
  width: max(10rem, 100px);
  color: #FFF;
  text-align: center;
  display: inline-block;
  flex: none;
  place-self: flex-start;
}
.article-list01 li a .cat.recruitment {
  background: #0EACE2;
}
.article-list01 li a .cat.seminar {
  background: #D71D26;
}
.article-list01 li a .cat.publication {
  background: #1E56AE;
}
.article-list01 li a .cat.award {
  background: #009040;
}
.article-list01 li a .cat.news {
  background: #BD8821;
}
.article-list01 li a .ttl {
  padding-left: max(3rem, 30px);
}
@media screen and (max-width: 767px) {
  .article-list01 li a .ttl {
    width: 100%;
    padding: 1.5rem 0 0;
  }
}
.article-list01 li a .ttl .new {
  font-weight: 600;
  color: #D71D26;
  display: inline-block;
  padding-right: max(1rem, 10px);
}
@media screen and (max-width: 767px) {
  .article-list01 li a .ttl .new {
    padding-right: 0.8rem;
  }
}

/* ------------------------------------------------------------

記事詳細

------------------------------------------------------------ */
.article-single__top {
  padding-bottom: max(2rem, 20px);
  margin-bottom: max(5rem, 50px);
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .article-single__top {
    margin-bottom: 3rem;
  }
}
.article-single__top .cat {
  font-size: max(1.2rem, 12px);
  font-weight: 600;
  line-height: 1;
  padding: max(0.4rem, 4px) 0;
  width: max(10rem, 100px);
  color: #FFF;
  text-align: center;
  display: inline-block;
  margin-right: max(2rem, 20px);
}
.article-single__top .cat.recruitment {
  background: #0EACE2;
}
.article-single__top .cat.seminar {
  background: #D71D26;
}
.article-single__top .cat.publication {
  background: #1E56AE;
}
.article-single__top .cat.award {
  background: #009040;
}
.article-single__top .cat.news {
  background: #BD8821;
}
.article-single__top time {
  display: inline-block;
  vertical-align: max(-0.2rem, -2px);
}
.article-single__top h2 {
  color: #1E56AE;
  font-size: max(2.4rem, 24px);
  font-weight: 600;
  margin-top: max(2.3rem, 23px);
}
@media screen and (max-width: 767px) {
  .article-single__top h2 {
    font-size: 2rem;
    margin-top: 1.8rem;
  }
}
.article-single__inner01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: max(5rem, 50px);
}
@media screen and (max-width: 767px) {
  .article-single__inner01 {
    display: block;
    margin-bottom: 3rem;
  }
}
.article-single__inner01-left {
  width: max(20rem, 200px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .article-single__inner01-left {
    margin: 0 auto 3rem;
  }
}
.article-single__inner01-left .image img {
  width: 100%;
  height: auto;
}
.article-single__inner01-left > p {
  margin-top: max(1rem, 10px);
}
.article-single__inner01-left > p a {
  color: #20252E;
  font-size: max(1.4rem, 14px);
  font-weight: 600;
  transition: color 0.5s;
}
.article-single__inner01-left > p a:hover {
  color: #1E56AE;
}
.article-single__inner01-right {
  width: calc(100% - max(23rem, 230px));
}
@media screen and (max-width: 767px) {
  .article-single__inner01-right {
    width: 100%;
  }
}
.article-single__inner01-right .txt01:not(:last-of-type) {
  margin-bottom: max(2rem, 20px);
}
@media screen and (max-width: 767px) {
  .article-single__inner01-right .txt01:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
.article-single__inner01-right .txt01 p {
  display: flex;
}
.article-single__txt01 {
  margin-bottom: max(4rem, 40px);
}
@media screen and (max-width: 767px) {
  .article-single__txt01 {
    margin-bottom: 3rem;
  }
}
.article-single__txt01 h3 {
  color: #1E56AE;
  font-size: max(1.8rem, 18px);
  font-weight: 600;
  margin-bottom: max(0.6rem, 6px);
}
.article-single__txt01 p:not(:last-of-type) {
  margin-bottom: max(1.7rem, 17px);
}
.article-single__image01 {
  display: flex;
  flex-wrap: wrap;
  gap: max(2rem, 20px);
  margin-bottom: max(2rem, 20px);
}
@media screen and (max-width: 767px) {
  .article-single__image01 {
    flex-direction: column;
    margin-bottom: 3rem;
    text-align: center;
    gap: 2rem;
  }
}
.article-single__image01 figure figcaption {
  font-size: max(1.4rem, 14px);
  margin-top: max(1rem, 10px);
}
.article-single__image01 figure figcaption a {
  color: #20252e;
  text-decoration: underline;
  word-wrap: break-word;
  display: inline-block;
  max-width: 100%;
}
.article-single__image01 figure figcaption a:hover {
  text-decoration: none;
}
.article-single__image01 figure img {
  max-width: 100%;
  height: auto;
}

/* ------------------------------------------------------------

テーブル

------------------------------------------------------------ */
/* js-scrollable
---------------------------------------------- */
@media screen and (max-width: 767px) {
  .js-scrollable {
    width: 100vw;
    margin-left: -max(2rem, 20px);
    padding: 0 0 0 max(2rem, 20px);
    overflow: auto;
  }
  .js-scrollable > div {
    width: max(97.4rem, 974px);
    display: flex;
  }
  .js-scrollable > div::after {
    content: "";
    display: block;
    width: max(2rem, 20px);
    height: max(0.1rem, 1px);
    background: #FFF;
  }
}

/* テーブル
---------------------------------------------- */
.tbl01 {
  width: 100%;
}

/* ------------------------------------------------------------

Main

------------------------------------------------------------ */
.wrap_type01 {
  padding: max(11rem, 110px) max(5rem, 50px) max(19rem, 190px);
}
@media screen and (max-width: 767px) {
  .wrap_type01 {
    padding: 5rem 1.5rem 7rem;
  }
}
.wrap_type01__inner {
  max-width: max(110rem, 1100px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap_type01__inner {
    width: 100%;
  }
}

.wrap_type02 {
  padding: max(11rem, 110px) max(5rem, 50px) max(19rem, 190px);
}
@media screen and (max-width: 767px) {
  .wrap_type02 {
    padding: 5rem 1.5rem 7rem;
  }
}
.wrap_type02__inner {
  max-width: max(100rem, 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap_type02__inner {
    width: 100%;
  }
}

.wrap_type03 {
  padding-top: max(11rem, 110px);
}
@media screen and (max-width: 767px) {
  .wrap_type03 {
    padding-top: 5rem;
  }
}

/* ------------------------------------------------------------

Header

------------------------------------------------------------ */
.header__inner {
  background: #FFF;
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
}
@media screen and (max-width: 900px) {
  .header__inner {
    padding: 0 50px 0 15px;
    height: 50px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0 5rem 0 1.5rem;
    height: 5rem;
  }
}
#wrap-all.open .header__inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.header__logo {
  width: 115px;
}
@media screen and (max-width: 900px) {
  .header__logo {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 8.6rem;
  }
}
.header__logo a {
  display: block;
}
.header__logo a img {
  width: 100%;
  height: auto;
}
.header__items {
  display: flex;
}
@media screen and (max-width: 900px) {
  .header__items {
    height: 100%;
  }
}
.header__items-btn {
  height: 40px;
  width: 150px;
}
@media screen and (max-width: 900px) {
  .header__items-btn {
    height: 100%;
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .header__items-btn {
    width: 5rem;
  }
}
.header__items-btn a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #02245B;
  border: 1px solid #02245B;
  transition: color 0.5s, border 0.5s;
}
@media screen and (max-width: 900px) {
  .header__items-btn a {
    flex-direction: column;
    font-size: 10px;
    border-top: none;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .header__items-btn a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 900px) {
  .header__items-btn a .pc {
    display: none;
  }
}
.header__items-btn a .sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .header__items-btn a .sp {
    display: inline;
  }
}
.header__items-btn a svg {
  width: 18px;
  height: 18px;
  fill: #02245B;
  margin-right: 8px;
  transition: fill 0.5s;
}
@media screen and (max-width: 900px) {
  .header__items-btn a svg {
    width: 15px;
    height: 15px;
    margin: 0 0 3px;
  }
}
@media screen and (max-width: 767px) {
  .header__items-btn a svg {
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 0.3rem;
  }
}
.header__items-btn a:hover {
  color: #224A8B;
  border-color: #224A8B;
}
.header__items-btn a:hover svg {
  fill: #224A8B;
}
.header__items-btn a.focus-visible {
  outline-offset: -4px;
}
.header__items-btn:nth-of-type(2) a {
  border-left: none;
}
@media screen and (max-width: 900px) {
  .header__items-btn:last-of-type a {
    border-right: none;
  }
}
.header__items-sns {
  display: flex;
}
@media screen and (max-width: 900px) {
  .header__items-sns {
    display: none;
  }
}
.header__items-sns li:not(:last-of-type) {
  margin-right: 1px;
}
.header__items-sns li.linkedin a svg {
  width: 18px;
  height: 16px;
}
.header__items-sns li.facebook a svg {
  width: 16px;
  height: 16px;
}
.header__items-sns li.twitter a svg {
  width: 18px;
  height: 16px;
}
.header__items-sns li a {
  width: 40px;
  height: 40px;
  background: #02245B;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.5s;
}
.header__items-sns li a:hover {
  background: #224A8B;
}
.header__items-sns li a.focus-visible {
  outline-offset: -3px;
  outline-color: #FFF;
}
.header__items-sns li a svg {
  fill: #FFF;
}
.header__btn-menu {
  display: none;
}
@media screen and (max-width: 900px) {
  .header__btn-menu {
    background: #D71D26;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 5;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__btn-menu {
    width: 5rem;
    height: 5rem;
  }
}
.header__btn-menu.focus-visible {
  outline-offset: -4px;
  outline-color: #FFF;
}
.header__btn-menu-inner {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.header__btn-menu-inner span {
  background: #FFF;
  display: inline-block;
  width: 26px;
  height: 2px;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .header__btn-menu-inner span {
    width: 2.6rem;
    height: 0.2rem;
    margin-left: -1.3rem;
  }
}
.header__btn-menu-inner span:nth-of-type(1) {
  top: 16px;
}
@media screen and (max-width: 767px) {
  .header__btn-menu-inner span:nth-of-type(1) {
    top: 1.6rem;
  }
}
.header__btn-menu-inner span:nth-of-type(2) {
  top: 24px;
}
@media screen and (max-width: 767px) {
  .header__btn-menu-inner span:nth-of-type(2) {
    top: 2.4rem;
  }
}
.header__btn-menu-inner span:nth-of-type(3) {
  top: 32px;
}
@media screen and (max-width: 767px) {
  .header__btn-menu-inner span:nth-of-type(3) {
    top: 3.2rem;
  }
}
#wrap-all.open .header__btn-menu-inner span:nth-of-type(1) {
  top: 24px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  #wrap-all.open .header__btn-menu-inner span:nth-of-type(1) {
    top: 2.4rem;
  }
}
#wrap-all.open .header__btn-menu-inner span:nth-of-type(2) {
  transform: scaleX(0);
}
#wrap-all.open .header__btn-menu-inner span:nth-of-type(3) {
  top: 24px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  #wrap-all.open .header__btn-menu-inner span:nth-of-type(3) {
    top: 2.4rem;
  }
}
.header__drawer {
  display: contents;
}
@media screen and (max-width: 900px) {
  .header__drawer {
    background: #FFF;
    display: block;
    width: 100%;
    height: calc(100% - 50px);
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 4;
  }
}
@media screen and (max-width: 767px) {
  .header__drawer {
    background: #FFF;
    height: calc(100% - 5rem);
    top: 5rem;
  }
}
#wrap-all.open .header__drawer {
  opacity: 1;
  pointer-events: auto;
}
.mode-900 .header__drawer {
  transition: opacity 0.4s;
}
.header__drawer-inner {
  display: contents;
}
@media screen and (max-width: 900px) {
  .header__drawer-inner {
    display: block;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .header__drawer-inner {
    padding-bottom: 8rem;
  }
}
.header__drawer-nav {
  border-bottom: 5px solid #D71D26;
}
@media screen and (max-width: 900px) {
  .header__drawer-nav {
    padding: 25px 15px 95px;
    background: #02245B;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .header__drawer-nav {
    padding: 2.5rem 1.5rem 9.5rem;
    font-size: 1.8rem;
  }
}
.header__drawer-nav > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .header__drawer-nav > ul {
    display: block;
  }
}
.header__drawer-nav > ul > li {
  width: calc((100% - 4px) / 5);
  text-align: center;
}
@media screen and (max-width: 900px) {
  .header__drawer-nav > ul > li {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .header__drawer-nav > ul > li:first-of-type > a {
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .header__drawer-nav > ul > li:first-of-type > a {
    padding-bottom: 1.1rem;
  }
}
.header__drawer-nav > ul > li > a {
  display: block;
  color: #FFF;
  background: #1E56AE;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: color 0.2s;
  padding: 12px 0;
  border-radius: 5px 5px 0 0;
  transition: background 0.3s;
}
@media screen and (max-width: 1024px) {
  .header__drawer-nav > ul > li > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .header__drawer-nav > ul > li > a {
    font-size: 18px;
    padding: 20px 0;
    background: none;
    border-radius: none;
  }
}
@media screen and (max-width: 767px) {
  .header__drawer-nav > ul > li > a {
    font-size: 1.8rem;
    padding: 2rem 0;
  }
}
.header__drawer-nav > ul > li > a:hover {
  background: #D71D26;
}
.header__drawer-nav > ul > li > a.focus-visible {
  outline-offset: -4px;
  outline-color: #FFF;
}
.header__drawer-nav > ul > li > ul {
  display: none;
}
@media screen and (max-width: 900px) {
  .header__drawer-nav > ul > li > ul {
    display: block;
    margin: 0 0 10px;
  }
}
.header__drawer-nav > ul > li > ul > li > a {
  display: block;
  color: #B0B0B0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 11px 0;
}
@media screen and (max-width: 767px) {
  .header__drawer-nav > ul > li > ul > li > a {
    font-size: 1.6rem;
    padding: 1.1rem 0;
  }
}
.header__drawer-nav > ul > li > ul > li > a.focus-visible {
  outline-offset: -4px;
  outline-color: #FFF;
}
.header__drawer-sns {
  display: none;
}
@media screen and (max-width: 900px) {
  .header__drawer-sns {
    display: flex;
    justify-content: center;
    padding: 50px 0 45px;
  }
}
.header__drawer-sns li:not(:last-of-type) {
  margin-right: 1px;
}
.header__drawer-sns li.linkedin a svg {
  width: 22.5px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .header__drawer-sns li.linkedin a svg {
    width: 2.25rem;
    height: 2rem;
  }
}
.header__drawer-sns li.facebook a svg {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .header__drawer-sns li.facebook a svg {
    width: 2rem;
    height: 2rem;
  }
}
.header__drawer-sns li.twitter a svg {
  width: 22.5px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .header__drawer-sns li.twitter a svg {
    width: 2.25rem;
    height: 2rem;
  }
}
.header__drawer-sns li a {
  width: 50px;
  height: 50px;
  background: #02245B;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header__drawer-sns li a {
    width: 5rem;
    height: 5rem;
  }
}
.header__drawer-sns li a.focus-visible {
  outline-offset: -4px;
  outline-color: #FFF;
}
.header__drawer-sns li a svg {
  fill: #FFF;
}
.header__drawer-info {
  display: none;
}
@media screen and (max-width: 900px) {
  .header__drawer-info {
    display: block;
    text-align: center;
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) and (max-width: 767px) {
  .header__drawer-info {
    font-size: 1.4rem;
  }
}
.header__drawer-info .name {
  color: #1E56AE;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .header__drawer-info .name {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}

/* ------------------------------------------------------------

Footer

------------------------------------------------------------ */
.footer {
  position: relative;
  background: #F7F7F8;
}
.footer__inner {
  padding: max(8rem, 80px) max(5rem, 50px) max(4.5rem, 45px);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .footer__inner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 8rem 1.5rem 1.7rem;
  }
}
.footer__wrap-logo {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: max(3rem, 30px);
  margin-bottom: max(2.8rem, 28px);
}
@media screen and (max-width: 767px) {
  .footer__wrap-logo {
    padding-bottom: 2.7rem;
    margin-bottom: 2.8rem;
  }
}
.footer__wrap-logo-symbol {
  width: max(15rem, 150px);
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .footer__wrap-logo-symbol {
    width: 12rem;
    margin-bottom: 1.7rem;
  }
}
.footer__wrap-logo-symbol a {
  display: block;
}
.footer__wrap-logo-symbol a img {
  width: 100%;
  height: auto;
}
.footer__wrap-logo-type {
  font-size: max(1.8rem, 18px);
  color: #000;
}
@media screen and (max-width: 767px) {
  .footer__wrap-logo-type {
    font-size: 1.6rem;
  }
}
.footer__wrap-logo-type span {
  font-weight: 600;
  color: #D71D26;
}
@media screen and (max-width: 767px) {
  .footer__info {
    font-size: 1.4rem;
  }
}
.footer__info .name {
  color: #1E56AE;
  font-weight: 600;
  margin-bottom: max(0.8rem, 8px);
}
@media screen and (max-width: 767px) {
  .footer__info .name {
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .footer__left {
    display: inline-block;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer__left {
    margin-bottom: 3rem;
  }
}
.footer__right {
  width: max(64.3rem, 643px);
}
@media screen and (max-width: 1200px) {
  .footer__right {
    width: 100%;
  }
}
.footer__right-inner {
  display: flex;
  justify-content: space-between;
}
.footer__nav {
  width: calc(100% - 5rem);
  margin-top: -1.25rem;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    width: 100%;
    margin: 0;
  }
}
.footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: max(16.3rem, 163px);
}
@media screen and (max-width: 767px) {
  .footer__nav ul {
    height: 21.7rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav ul li {
    width: calc(50% - 1.25rem);
  }
}
.footer__nav ul li a {
  color: #1E56AE;
  font-weight: 600;
  display: flex;
  position: relative;
  padding: max(1.25rem, 12.5px) 0;
  transition: opacity 0.5s;
}
.footer__nav ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .footer__nav ul li a {
    padding: 1rem 0;
    font-size: 1.4rem;
  }
}
.footer__nav ul li a::before {
  content: "";
  display: block;
  width: max(0.3rem, 3px);
  height: max(1.5rem, 15px);
  background: #D71D26;
  margin: max(0.2rem, 2px) max(0.8rem, 8px) 0 0;
}
.footer__nims {
  width: max(6.83rem, 68.3px);
  margin: max(4rem, 40px) 0 max(1.7rem, 17px) auto;
}
@media screen and (max-width: 767px) {
  .footer__nims {
    width: 6.823rem;
    margin: 4rem 0 1.8rem auto;
  }
}
.footer__nims a {
  display: block;
}
.footer__nims a img {
  width: 100%;
  height: auto;
}
.footer__seo {
  text-align: right;
  font-size: max(1.2rem, 12px);
}
@media screen and (max-width: 767px) {
  .footer__seo {
    text-align: center;
    font-size: 1rem;
  }
}
.footer__small {
  background: #02245B;
  text-align: center;
  color: #FFF;
  padding: 22px 0;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .footer__small {
    padding: 1.8rem 3rem;
    font-size: 1rem;
  }
}
.footer__small span {
  display: inline-block;
}
.footer__pagetop {
  width: max(5rem, 50px);
  height: max(5rem, 50px);
  background: #D71D26;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.5s;
}
.footer__pagetop:hover {
  background: #1E56AE;
}
@media screen and (max-width: 767px) {
  .footer__pagetop {
    position: absolute;
    top: 8rem;
    right: 1.5rem;
    width: 4rem;
    height: 4rem;
  }
}
.footer__pagetop svg {
  width: 2.2rem;
  height: 1.3rem;
  fill: #FFF;
}
@media screen and (max-width: 767px) {
  .footer__pagetop svg {
    width: 1.5rem;
    height: 8rem;
  }
}

/* ------------------------------------------------------------

モーダル

------------------------------------------------------------ */
/* ------------------------------------------------------------

TOP

------------------------------------------------------------ */
.gradient-wrapper {
  position: relative;
}
.gradient-wrapper::before {
  content: "";
  background: linear-gradient(45deg, #134390, #134390, #011661, #363636, #831111, #831111, #363636);
  background-size: 1000% 1000%;
  animation: GradientBackground 15s ease infinite;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .gradient-wrapper::before {
    background: linear-gradient(60deg, #134390, #134390, #011661, #363636, #831111, #831111, #363636);
    background-size: 1000% 1000%;
  }
}
@keyframes GradientBackground {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* メインビジュアル
---------------------------------------------- */
.main {
  position: relative;
  height: 45.833vw;
}
@media screen and (max-width: 1200px) {
  .main {
    height: auto;
  }
}
.main__image {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 15rem);
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .main__image {
    height: 45.833vw;
  }
}
@media screen and (max-width: 767px) {
  .main__image {
    width: calc(100% - 4.5rem);
    height: 96vw;
  }
}
.main__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main__inner {
  position: relative;
  padding: 2rem 0 0 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .main__inner {
    padding: 1.8rem 0 0 1.5rem;
  }
}
.main__inner-ttl {
  font-size: 6.5rem;
  font-weight: 600;
  color: #FFF;
}
@media screen and (max-width: 1200px) {
  .main__inner-ttl {
    margin-bottom: 17rem;
  }
}
@media screen and (max-width: 767px) {
  .main__inner-ttl {
    font-size: 2.4rem;
  }
}
.main__inner-ttl p {
  display: inline-block;
}
.main__inner-ttl p span {
  color: #D71D26;
}
.main__inner-txt {
  background: rgba(6, 31, 70, 0.4);
  padding: 3.8rem 4.5rem 5.2rem 0;
  place-self: flex-start;
}
@media screen and (max-width: 767px) {
  .main__inner-txt {
    padding: 2.2rem 0 3rem;
    place-self: unset;
    width: calc(100% - 1.5rem);
  }
}
.main__inner-txt-lead {
  font-size: 4.8rem;
  font-weight: 600;
  color: #FFF;
  position: relative;
  padding-left: 5.6rem;
}
@media screen and (max-width: 767px) {
  .main__inner-txt-lead {
    font-size: 2.6rem;
    padding-left: 2rem;
  }
}
.main__inner-txt-lead::before {
  content: "";
  display: block;
  background: #D71D26;
  width: 0.8rem;
  height: calc(100% - 2rem);
  position: absolute;
  top: 0.9rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .main__inner-txt-lead::before {
    width: 0.5rem;
    height: calc(100% - 1.5rem);
    top: 0.6rem;
  }
}
.main__inner-txt-sub {
  font-size: 2.2rem;
  padding-left: 3.2rem;
}
@media screen and (max-width: 767px) {
  .main__inner-txt-sub {
    font-size: 1.6rem;
    padding-left: 2rem;
  }
}
.main__inner-txt .btn-type01 {
  width: max(30rem, 300px);
  margin: 3.5rem 0 0 5.6rem;
}
@media screen and (max-width: 767px) {
  .main__inner-txt .btn-type01 {
    width: 23rem;
    margin: 1.8rem 0 0 2rem;
  }
}

/* home-program01
---------------------------------------------- */
.home-program01 {
  position: relative;
  padding: max(5rem, 50px);
}
@media screen and (max-width: 767px) {
  .home-program01 {
    padding: 7rem 1.5rem 5rem;
  }
}
.home-program01__txt {
  background: rgba(6, 31, 70, 0.4);
  padding: max(3.8rem, 38px) max(4.5rem, 45px);
  display: flex;
  flex-direction: column;
  gap: max(1.5rem, 15px);
  color: #fff;
  max-width: 1200px;
  margin: 0 auto max(6rem, 60px);
}
@media screen and (max-width: 767px) {
  .home-program01__txt {
    padding: 2rem;
  }
}
.home-program01__txt p {
  line-height: 1.6;
}
.home-program01__ttl {
  color: #FFF;
  text-align: center;
  font-size: max(3.2rem, 32px);
  font-weight: 600;
  margin-bottom: max(2.4rem, 24px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .home-program01__ttl {
    font-size: 2.6rem;
    margin-bottom: 1.2rem;
  }
}
.home-program01__column {
  display: flex;
  gap: max(4.8rem, 48px);
}
@media screen and (max-width: 767px) {
  .home-program01__column {
    flex-direction: column;
    gap: 3rem;
  }
}
.home-program01__column .home-card01 {
  flex: 1;
}

/* home-card01
---------------------------------------------- */
.home-card01 {
  position: relative;
  background-color: #FFF;
  padding: max(3rem, 30px) max(3rem, 30px) max(8rem, 80px);
}
@media screen and (max-width: 767px) {
  .home-card01 {
    padding: 2rem 1.5rem 7rem;
  }
}
.home-card01__ttl {
  color: #02245b;
  text-align: center;
  font-weight: 600;
  margin-bottom: max(1rem, 10px);
  line-height: 1.4;
}
.home-card01__ttl span {
  display: block;
  font-size: max(2.6rem, 26px);
}
@media screen and (max-width: 767px) {
  .home-card01__ttl span {
    font-size: 2.4rem;
  }
}
.home-card01 table {
  width: 100%;
}
.home-card01 table tr {
  border-bottom: 1px solid #02245b;
}
.home-card01 table th {
  width: 17%;
}
@media screen and (max-width: 767px) {
  .home-card01 table th {
    width: 21%;
  }
}
.home-card01 table th,
.home-card01 table td {
  padding: max(1rem, 10px) 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .home-card01 table th,
  .home-card01 table td {
    font-size: 1.4rem;
  }
}
.home-card01 .btn-type05 {
  text-align: center;
  position: absolute;
  bottom: max(2rem, 20px);
  left: 0;
  width: 100%;
}

/* home-btn-about
---------------------------------------------- */
.home-btn-about {
  position: relative;
  padding: 0 max(5rem, 50px) max(5rem, 50px);
}
@media screen and (max-width: 767px) {
  .home-btn-about {
    padding: 0 1.5rem 8rem;
  }
}
.home-btn-about__inner {
  padding: max(3rem, 30px);
  background: rgba(6, 31, 70, 0.4);
  max-width: 600px;
  margin: 0 auto;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .home-btn-about__inner {
    padding: 2rem 1.5rem;
  }
}
.home-btn-about__inner p {
  text-align: center;
  margin-bottom: max(1rem, 10px);
}

/* home__inner01
---------------------------------------------- */
.home-inner01 {
  position: relative;
  padding: 8rem 8rem 7.5rem 0;
  display: flex;
}
.home-inner01::after {
  content: "";
  display: block;
  background: url("../img/home/bg_home01.png") no-repeat 0 0;
  background-size: cover;
  width: 25rem;
  height: 53.6rem;
  position: absolute;
  top: -20rem;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .home-inner01::after {
    top: -30rem;
  }
}
@media screen and (max-width: 1024px) {
  .home-inner01::after {
    top: -35rem;
  }
}
@media screen and (max-width: 767px) {
  .home-inner01::after {
    background: url("../img/home/bg_home01_sp.png") no-repeat 0 0;
    background-size: cover;
    width: 13rem;
    height: 30.6rem;
    top: -18.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .home-inner01 {
    display: block;
    padding: 8rem 0;
  }
}
@media screen and (max-width: 767px) {
  .home-inner01 {
    padding: 5rem 0;
  }
}
.home-inner01__left {
  width: 82rem;
}
@media screen and (max-width: 1024px) {
  .home-inner01__left {
    width: 100%;
    margin-bottom: 4.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .home-inner01__left-image {
    width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 767px) {
  .home-inner01__left-image {
    width: calc(100% - 1.5rem);
  }
}
.home-inner01__left-image img {
  width: 100%;
  height: auto;
}
.home-inner01__left-txt {
  max-width: 51.5rem;
  margin: 7.5rem auto 0;
  color: #FFF;
}
@media screen and (max-width: 1024px) {
  .home-inner01__left-txt {
    max-width: 100%;
    margin: 3rem 0 0;
    padding: 0 5rem;
  }
}
@media screen and (max-width: 767px) {
  .home-inner01__left-txt {
    padding: 0 1.5rem;
  }
}
.home-inner01__left-txt h1 {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  padding-left: 2.5rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .home-inner01__left-txt h1 {
    font-size: 2.4rem;
    padding-left: 2rem;
    margin-bottom: 2.7rem;
  }
}
.home-inner01__left-txt h1::before {
  content: "";
  background: #D71D26;
  display: block;
  width: 0.5rem;
  height: calc(100% - 0.8rem);
  position: absolute;
  top: 0.4rem;
  left: 0;
}
.home-inner01__left-txt ul li {
  font-size: 2rem;
  margin-bottom: 0.9rem;
  text-indent: -2.3rem;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .home-inner01__left-txt ul li {
    font-size: 1.8rem;
  }
}
.home-inner01__left-txt ul li:last-of-type {
  margin-bottom: 0;
}
.home-inner01__left-txt ul li span {
  font-weight: 600;
  padding-left: 0.4rem;
}
.home-inner01__right {
  width: 61.5rem;
  margin: 5rem 0 0 -7.5rem;
  background: #FFF;
  position: relative;
  padding: 6.5rem 3rem;
  place-self: flex-start;
}
@media screen and (max-width: 1024px) {
  .home-inner01__right {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .home-inner01__right {
    width: calc(100% - 3rem);
    padding: 4rem 1.5rem;
  }
}
.home-inner01__right::before {
  content: "";
  display: block;
  background: #D71D26;
  width: 12rem;
  height: 1.5rem;
  position: relative;
  top: -6.5rem;
  left: 50%;
  margin-left: -6rem;
}
@media screen and (max-width: 767px) {
  .home-inner01__right::before {
    width: 8rem;
    height: 1rem;
    top: -4rem;
    margin-left: -4rem;
  }
}
.home-inner01__right-item {
  text-align: center;
  border-top: 2px dotted #02245B;
  padding: 2.7rem 2rem 1.8rem;
  font-size: max(1.8rem, 16px);
}
@media screen and (max-width: 767px) {
  .home-inner01__right-item {
    padding: 1.7rem 0.5rem 1.1rem;
    font-size: 1.6rem;
  }
}
.home-inner01__right-item.career {
  border-bottom: 2px dotted #02245B;
  padding-bottom: 2.8rem;
  background: #FFF2EB;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .home-inner01__right-item.career {
    padding-bottom: 1.8rem;
    font-size: 1.6rem;
  }
}
.home-inner01__right-item.career .home-inner01__right-item-ttl {
  margin-bottom: 1.3rem;
}
.home-inner01__right-item-ttl {
  color: #D71D26;
  font-weight: 600;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .home-inner01__right-item-ttl {
    margin-bottom: 0.5rem;
  }
}
.home-inner01__right-item-detail {
  color: #02245B;
}
.home-inner01__right-item-detail span {
  font-weight: 600;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .home-inner01__right-item-detail span {
    font-size: 3.2rem;
  }
}
.home-inner01__right-item-detail span:nth-of-type(2) {
  font-size: 3.2rem;
  padding-right: 0.3rem;
}
@media screen and (max-width: 767px) {
  .home-inner01__right-item-detail span:nth-of-type(2) {
    font-size: 2.4rem;
  }
}

/* home__inner02
---------------------------------------------- */
.home-inner02 {
  display: flex;
}
@media screen and (max-width: 900px) {
  .home-inner02 {
    display: block;
  }
}
.home-inner02__item {
  width: 33.333%;
}
@media screen and (max-width: 900px) {
  .home-inner02__item {
    width: 100%;
  }
}
.home-inner02__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  color: #FFF;
  height: 24.305vw;
  padding: 0 3rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .home-inner02__item a {
    height: 50.133vw;
  }
}
@media screen and (max-width: 767px) {
  .home-inner02__item a {
    height: 72.8vw;
  }
}
.home-inner02__item a::after {
  content: "";
  display: block;
  background: rgba(0, 21, 61, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home-inner02__item a .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home-inner02__item a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.005);
  transition: transform 0.5s;
}
.home-inner02__item a:hover .image img {
  transform: scale(1.05);
}
.home-inner02__item a .txt {
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .home-inner02__item a .txt {
    font-size: 3.2rem;
  }
}
.home-inner02__item a .txt span {
  display: inline-block;
}

/* news
---------------------------------------------- */
.sec-news {
  background: url("../img/home/bg_news01.jpg") no-repeat center;
  background-size: cover;
  padding: max(7rem, 70px) max(5rem, 50px) max(8rem, 80px);
}
@media screen and (max-width: 767px) {
  .sec-news {
    background: url("../img/home/bg_news01_sp.jpg") no-repeat center;
    background-size: cover;
    padding: 7rem 1.5rem 8rem;
  }
}
.sec-news__inner {
  max-width: max(100rem, 1000px);
  margin: 0 auto;
}
.sec-news__inner-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: max(2.2rem, 22px);
}
@media screen and (max-width: 767px) {
  .sec-news__inner-head {
    margin-bottom: 2rem;
  }
}
.sec-news__inner-head h1 {
  font-size: max(3.2rem, 32px);
  font-weight: 600;
}
.sec-news__inner-head .btn a {
  color: #20252E;
  font-size: max(1.8rem, 18px);
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  transition: color 0.5s;
}
@media screen and (max-width: 767px) {
  .sec-news__inner-head .btn a {
    font-size: max(1.6rem, 16px);
  }
}
.sec-news__inner-head .btn a:hover {
  color: #1E56AE;
}
.sec-news__inner-head .btn a:hover svg {
  fill: #1E56AE;
}
.sec-news__inner-head .btn a svg {
  width: max(0.8rem, 8px);
  height: max(1.6rem, 16px);
  fill: #20252E;
  margin-left: max(1.8rem, 18px);
  transition: fill 0.5s;
}
@media screen and (max-width: 767px) {
  .sec-news__inner-head .btn a svg {
    width: 0.7rem;
    height: 1.2rem;
    margin-left: 1.5rem;
  }
}

/* Contact / FAQ
---------------------------------------------- */
.sec-contact-faq {
  position: relative;
  background: linear-gradient(153deg, #0B367A 0%, #1E56AE 60%);
  padding: max(7rem, 70px) 0 max(8rem, 80px);
}
@media screen and (max-width: 767px) {
  .sec-contact-faq {
    padding: 7rem 0 8rem;
    background: linear-gradient(104deg, #0B367A 0%, #1E56AE 60%);
  }
}
.sec-contact-faq::before {
  content: "";
  display: block;
  background: url("../img/home/bg_contact-faq01.png") no-repeat 0 0;
  background-size: cover;
  width: max(30rem, 300px);
  height: max(29.4rem, 294px);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec-contact-faq::before {
    background: url("../img/home/bg_contact-faq01_sp.png") no-repeat 0 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.sec-contact-faq::after {
  content: "";
  display: block;
  background: url("../img/home/bg_contact-faq02.png") no-repeat 0 0;
  background-size: cover;
  width: max(28.4rem, 284px);
  height: max(29.4rem, 294px);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec-contact-faq::after {
    display: none;
  }
}
.sec-contact-faq h1 {
  color: #FFF;
  text-align: center;
  font-size: max(3.2rem, 32px);
  font-weight: 600;
  margin-bottom: 4.1rem;
}
.sec-contact-faq__inner {
  max-width: max(63rem, 630px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec-contact-faq__inner {
    display: block;
  }
}
.sec-contact-faq__inner .btn-type01 {
  width: max(30rem, 300px);
}
@media screen and (max-width: 767px) {
  .sec-contact-faq__inner .btn-type01 {
    width: 23rem;
    margin: 0 auto 3rem;
  }
  .sec-contact-faq__inner .btn-type01:last-of-type {
    margin-bottom: 0;
  }
}

/* ------------------------------------------------------------

NEWS

------------------------------------------------------------ */
.wrap-news {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .wrap-news {
    display: block;
  }
}
.wrap-news__nav {
  flex: none;
  width: max(15.5rem, 155px);
}
@media screen and (max-width: 900px) {
  .wrap-news__nav {
    width: auto;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 900px) {
  .wrap-news__nav ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  .wrap-news__nav ul {
    margin-bottom: max(-3rem, -30px);
  }
}
.wrap-news__nav ul li {
  margin-bottom: max(3rem, 30px);
}
@media screen and (max-width: 900px) {
  .wrap-news__nav ul li {
    margin: 0 max(3rem, 30px) max(3rem, 30px) 0;
  }
}
.wrap-news__nav ul li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .wrap-news__nav ul li:last-of-type {
    margin-bottom: max(3rem, 30px);
  }
}
.wrap-news__nav ul li a {
  color: #1E56AE;
  font-weight: 600;
  font-size: max(2rem, 20px);
  display: block;
  transition: opacity 0.5s;
}
@media screen and (max-width: 767px) {
  .wrap-news__nav ul li a {
    font-size: 1.8rem;
  }
}
.wrap-news__nav ul li a::before {
  content: "";
  display: inline-block;
  background: #D71D26;
  width: max(0.3rem, 3px);
  height: max(2rem, 20px);
  margin-right: max(1.4rem, 14px);
  vertical-align: max(-0.3rem, -3px);
}
@media screen and (max-width: 767px) {
  .wrap-news__nav ul li a::before {
    margin-right: max(1rem, 10px);
    vertical-align: -0.3rem;
  }
}
.wrap-news__nav ul li a:hover {
  opacity: 0.7;
}
.wrap-news__inner {
  flex-grow: 1;
}
.wrap-news__inner > h2 {
  font-size: max(3.2rem, 32px);
  font-weight: 600;
  margin-bottom: max(4rem, 40px);
}
@media screen and (max-width: 767px) {
  .wrap-news__inner > h2 {
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }
}

/* ------------------------------------------------------------

What is ICYS

------------------------------------------------------------ */
/* What is ICYS
---------------------------------------------- */
.wrap-about01__intro01 {
  max-width: max(100rem, 1000px);
  margin: 0 auto max(8rem, 80px);
  border: 2px solid #1e56ae;
  padding: max(3.8rem, 38px) max(4.5rem, 45px);
}
@media screen and (max-width: 767px) {
  .wrap-about01__intro01 {
    padding: 2rem;
    margin-bottom: 4rem;
  }
}
.wrap-about01__intro01 table {
  width: 100%;
  margin-top: max(2rem, 20px);
}
.wrap-about01__intro01 table tr {
  border-bottom: 1px solid #02245b;
}
.wrap-about01__intro01 table th,
.wrap-about01__intro01 table td {
  padding: max(1rem, 10px) 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .wrap-about01__intro01 table th,
  .wrap-about01__intro01 table td {
    display: block;
  }
}
.wrap-about01__intro01 table th {
  width: 14%;
}
@media screen and (max-width: 767px) {
  .wrap-about01__intro01 table th {
    width: 100%;
    padding-bottom: 0.6rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .wrap-about01__intro01 table td {
    padding-top: 0;
  }
}
.wrap-about01__inner01 {
  max-width: max(100rem, 1000px);
  margin: 0 auto max(8rem, 80px);
}
@media screen and (max-width: 1024px) {
  .wrap-about01__inner01 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .wrap-about01__inner01 {
    margin-bottom: 4rem;
  }
}
.wrap-about01__inner01-item {
  max-width: max(80rem, 800px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: max(3rem, 30px) 0;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .wrap-about01__inner01-item {
    padding: 2rem 0;
  }
}
.wrap-about01__inner01-item:first-of-type {
  padding-top: 0;
}
.wrap-about01__inner01-item .icon {
  width: max(12rem, 120px);
}
@media screen and (max-width: 767px) {
  .wrap-about01__inner01-item .icon {
    width: 8rem;
  }
}
.wrap-about01__inner01-item .icon img {
  width: 100%;
  height: auto;
}
.wrap-about01__inner01-item .txt {
  width: calc(100% - max(15rem, 150px));
}
@media screen and (max-width: 767px) {
  .wrap-about01__inner01-item .txt {
    width: calc(100% - 10rem);
  }
}
.wrap-about01__inner01-item .txt h2 {
  color: #1E56AE;
  font-size: max(2rem, 20px);
  font-weight: 600;
  margin-bottom: max(1.6rem, 16px);
}
.wrap-about01__inner01-item .txt p:not(:last-of-type) {
  margin-bottom: max(1.1rem, 11px);
}
.wrap-about01__inner01-item .wrapBadge01 {
  display: flex;
  gap: max(0.8rem, 8px);
  margin-bottom: max(0.8rem, 8px);
}
.wrap-about01__inner01-item .wrapBadge01 img {
  width: 50px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .wrap-about01__inner01-item .wrapBadge01 img {
    width: 3rem;
  }
}
.wrap-about01__inner01-item .txtBadge01 {
  display: flex;
  align-items: center;
  gap: max(0.5rem, 5px);
}
.wrap-about01__inner01-item .txtBadge01 img {
  width: 50px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .wrap-about01__inner01-item .txtBadge01 img {
    width: 3rem;
  }
}
.wrap-about01__inner01-btn {
  display: flex;
  justify-content: center;
  max-width: max(80rem, 800px);
  margin: max(8rem, 80px) auto 0;
}
@media screen and (max-width: 1024px) {
  .wrap-about01__inner01-btn {
    margin-top: 6em;
  }
}
@media screen and (max-width: 767px) {
  .wrap-about01__inner01-btn {
    margin-top: 4rem;
    display: block;
  }
}
.wrap-about01__inner01-btn .btn-type01 {
  width: max(30rem, 300px);
  margin: 0 max(2.5rem, 25px);
}
@media screen and (max-width: 767px) {
  .wrap-about01__inner01-btn .btn-type01 {
    width: 23rem;
    margin: 0 auto 1.5rem;
  }
}
.wrap-about01__inner02 {
  max-width: max(110rem, 1100px);
  margin: 0 auto max(9rem, 90px);
}
@media screen and (max-width: 767px) {
  .wrap-about01__inner02 {
    margin-bottom: 5rem;
  }
}
.wrap-about01__inner02:last-child {
  margin-bottom: 0;
}
.wrap-about01__inner02 table {
  width: 100%;
  max-width: max(80rem, 800px);
  margin: max(5rem, 50px) auto 0;
  border: 1px solid #D9D9D9;
  table-layout: fixed;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .wrap-about01__inner02 table {
    width: 100vw;
    margin: 3.5rem 0 0 -1.5rem;
  }
}
.wrap-about01__inner02 table tr {
  border-bottom: 1px solid #D9D9D9;
}
.wrap-about01__inner02 table tr:nth-of-type(odd) td {
  background: #EFEFEF;
}
.wrap-about01__inner02 table th,
.wrap-about01__inner02 table td {
  text-align: center;
  border-right: 1px solid #D9D9D9;
}
.wrap-about01__inner02 table th {
  padding: max(1.5rem, 15px) max(1.4rem, 14px);
  font-size: max(1.4rem, 14px);
  font-weight: 600;
  color: #1E56AE;
  background: #B1C5E4;
}
@media screen and (max-width: 767px) {
  .wrap-about01__inner02 table th {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.wrap-about01__inner02 table td {
  padding: max(1.2rem, 12px) max(1.4rem, 14px) max(1rem, 10px);
}
@media screen and (max-width: 767px) {
  .wrap-about01__inner02 table td {
    padding: 1rem;
    font-size: 1.4rem;
  }
}
.wrap-about01__inner03 {
  display: flex;
  padding-bottom: max(8rem, 80px);
}
@media screen and (max-width: 1200px) {
  .wrap-about01__inner03 {
    display: block;
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 4rem;
  }
}
.wrap-about01__inner03-item {
  width: 50%;
  background: linear-gradient(#0B367A 0%, #1E56AE 45%);
  padding: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: max(3rem, 30px);
}
@media screen and (max-width: 1200px) {
  .wrap-about01__inner03-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wrap-about01__inner03-item {
    padding: 1.5rem;
    display: block;
  }
}
.wrap-about01__inner03-item:nth-of-type(1) {
  border-right: 1px solid #FFF;
}
@media screen and (max-width: 1200px) {
  .wrap-about01__inner03-item:nth-of-type(1) {
    border-right: none;
    border-bottom: 1px solid #FFF;
  }
}
.wrap-about01__inner03-item-txt {
  flex: none;
}
@media screen and (max-width: 767px) {
  .wrap-about01__inner03-item-txt {
    margin-bottom: 1.5rem;
  }
}
.wrap-about01__inner03-item-txt .link a {
  color: #FFF;
  font-weight: 600;
  font-size: max(2.4rem, 24px);
  display: flex;
  align-items: flex-end;
  transition: opacity 0.5s;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .wrap-about01__inner03-item-txt .link a {
    font-size: 1.8rem;
  }
}
.wrap-about01__inner03-item-txt .link a:hover {
  opacity: 0.7;
}
.wrap-about01__inner03-item-txt .link a svg {
  width: max(0.7rem, 7px);
  height: max(1.5rem, 15px);
  fill: #FFF;
  margin: 0px 0 max(0.7rem, 7px) max(2rem, 20px);
}
@media screen and (max-width: 767px) {
  .wrap-about01__inner03-item-txt .link a svg {
    margin: 0 0px 0.4rem 2rem;
  }
}
.wrap-about01__inner03-item-txt > p {
  color: #FFF;
  margin-top: max(1.7rem, 17px);
}
@media screen and (max-width: 767px) {
  .wrap-about01__inner03-item-txt > p {
    margin-top: 1.2rem;
    font-size: 1.5rem;
  }
}
.wrap-about01__inner03-item-image {
  display: flex;
  gap: max(1.5rem, 15px);
}
@media screen and (max-width: 767px) {
  .wrap-about01__inner03-item-image {
    gap: 0;
    justify-content: space-between;
  }
}
.wrap-about01__inner03-item-image .inner01 {
  width: max(15rem, 150px);
}
@media screen and (max-width: 767px) {
  .wrap-about01__inner03-item-image .inner01 {
    width: calc(50% - 0.75rem);
  }
}
.wrap-about01__inner03-item-image .inner02 {
  width: max(12rem, 120px);
}
@media screen and (max-width: 767px) {
  .wrap-about01__inner03-item-image .inner02 {
    width: calc(33.333% - 0.75rem);
  }
}
.wrap-about01__inner03-item-image img {
  width: 100%;
  height: auto;
}
.wrap-about01__inner03-item-image p {
  color: #FFF;
}

.brochure {
  max-width: max(80rem, 800px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: max(4rem, 40px);
}
@media screen and (max-width: 767px) {
  .brochure {
    row-gap: 3rem;
  }
}
.brochure__item {
  display: flex;
  align-items: center;
  gap: max(1.6rem, 16px) max(3rem, 30px);
}
@media screen and (max-width: 767px) {
  .brochure__item {
    flex-direction: column;
  }
}
.brochure__item:not(:last-of-type) {
  padding-bottom: max(4rem, 40px);
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .brochure__item:not(:last-of-type) {
    padding-bottom: 3rem;
  }
}
.brochure__thumb {
  width: max(18rem, 180px);
  flex: none;
}
@media screen and (max-width: 767px) {
  .brochure__thumb {
    width: 15rem;
    margin: 0 auto;
  }
}
.brochure__thumb img {
  width: 100%;
  height: auto;
}
.brochure__txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: max(1rem, 10px);
}
@media screen and (max-width: 767px) {
  .brochure__txt {
    text-align: center;
  }
}
.brochure__txt-ttl {
  font-size: max(2rem, 20px);
  font-family: "Poppins";
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .brochure__txt-ttl {
    font-size: 1.8rem;
  }
}
.brochure__txt-btn {
  text-align: right;
}
.brochure__txt-btn a {
  color: #1E56AE;
  font-weight: 600;
  transition: opacity 0.3s;
}
.brochure__txt-btn a:hover {
  opacity: 0.7;
}
.brochure__txt-btn a svg {
  display: inline-block;
  height: max(1.2rem, 12px);
  width: max(0.7rem, 7px);
  fill: #1E56AE;
  margin-right: max(0.3rem, 3px);
}

/* Back Number バックナンバー
---------------------------------------------- */
.wrap-backNumber {
  display: flex;
  flex-direction: column;
  row-gap: max(8rem, 80px);
  max-width: max(100rem, 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap-backNumber {
    row-gap: 4rem;
  }
}
.wrap-backNumber__list {
  max-width: max(63rem, 630px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: max(3rem, 30px);
}
@media screen and (max-width: 767px) {
  .wrap-backNumber__list {
    flex-direction: column;
    row-gap: 1.5rem;
    max-width: 23rem;
  }
}
.wrap-backNumber__list-child {
  width: 47.619%;
}
@media screen and (max-width: 767px) {
  .wrap-backNumber__list-child {
    width: 100%;
  }
}

/* GREETING
---------------------------------------------- */
.sec-greeting:not(:last-of-type) {
  margin-bottom: max(8rem, 80px);
}
@media screen and (max-width: 767px) {
  .sec-greeting:not(:last-of-type) {
    margin-bottom: 5rem;
  }
}
.sec-greeting__inner01 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec-greeting__inner01 {
    flex-wrap: wrap;
  }
}
.sec-greeting__inner01-image {
  width: max(20rem, 200px);
}
@media screen and (max-width: 767px) {
  .sec-greeting__inner01-image {
    display: flex;
    align-items: center;
    width: 100%;
  }
}
.sec-greeting__inner01-image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec-greeting__inner01-image img {
    width: 40%;
  }
}
.sec-greeting__inner01-image .link-tab {
  margin-top: max(2rem, 20px);
}
@media screen and (max-width: 767px) {
  .sec-greeting__inner01-image .link-tab {
    margin-top: 0;
    padding-left: 1.5rem;
    width: 60%;
  }
}
.sec-greeting__inner01-contents {
  width: calc(100% - max(25rem, 250px));
}
@media screen and (max-width: 767px) {
  .sec-greeting__inner01-contents {
    margin-top: 2rem;
    width: 100%;
  }
}
.sec-greeting__inner01-contents h3 {
  font-size: max(2rem, 20px);
  font-weight: 600;
  margin-bottom: max(4rem, 40px);
}
@media screen and (max-width: 767px) {
  .sec-greeting__inner01-contents h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.sec-greeting__inner01-contents .txt {
  margin-bottom: max(4.4rem, 44px);
}
@media screen and (max-width: 767px) {
  .sec-greeting__inner01-contents .txt {
    margin-bottom: 2rem;
  }
}
.sec-greeting__inner01-contents .txt p {
  text-indent: 0.5rem;
  text-align: justify;
}
.sec-greeting__inner01-contents .txt p:not(:last-of-type) {
  margin-bottom: max(2.1rem, 21px);
}
@media screen and (max-width: 767px) {
  .sec-greeting__inner01-contents .txt p:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
.sec-greeting__inner01-contents .wrap-sns {
  display: flex;
}
.sec-greeting__inner01-contents .wrap-sns li:not(:last-of-type) {
  margin-right: 1px;
}
.sec-greeting__inner01-contents .wrap-sns li.linkedin a svg {
  width: max(2.25rem, 22.5px);
  height: max(2rem, 20px);
}
.sec-greeting__inner01-contents .wrap-sns li.facebook a svg {
  width: max(2rem, 20px);
  height: max(2rem, 20px);
}
.sec-greeting__inner01-contents .wrap-sns li.twitter a svg {
  width: max(2.25rem, 22.5px);
  height: max(2rem, 20px);
}
.sec-greeting__inner01-contents .wrap-sns li a {
  width: max(5rem, 50px);
  height: max(5rem, 50px);
  background: #02245B;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.5s;
}
.sec-greeting__inner01-contents .wrap-sns li a:hover {
  background: #224A8B;
}
.sec-greeting__inner01-contents .wrap-sns li a.focus-visible {
  outline-offset: -3px;
  outline-color: #FFF;
}
.sec-greeting__inner01-contents .wrap-sns li a svg {
  fill: #FFF;
}
.sec-greeting__inner02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: max(-3rem, -30px);
}
@media screen and (max-width: 767px) {
  .sec-greeting__inner02 {
    display: block;
    margin-bottom: 0;
  }
}
.sec-greeting__inner02-item {
  width: calc(50% - max(2.5rem, 25px));
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: max(3rem, 30px);
}
@media screen and (max-width: 900px) {
  .sec-greeting__inner02-item {
    width: calc(50% - max(1.5rem, 15px));
  }
}
@media screen and (max-width: 767px) {
  .sec-greeting__inner02-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec-greeting__inner02-item:last-of-type {
    margin-bottom: 0;
  }
}
.sec-greeting__inner02-item-image {
  width: max(11.3rem, 113px);
}
.sec-greeting__inner02-item-image img {
  width: 100%;
  height: auto;
}
.sec-greeting__inner02-item-contents {
  width: calc(100% - max(14.3rem, 143px));
  font-weight: 600;
}
.sec-greeting__inner02-item-contents .name {
  color: #1E56AE;
  font-size: max(2.4rem, 24px);
  margin-bottom: max(1.5rem, 15px);
}
.sec-greeting__inner02-item-contents .link a {
  color: #02245B;
  font-size: max(1.4rem, 14px);
  display: flex;
  transition: color 0.5s;
}
.sec-greeting__inner02-item-contents .link a:hover {
  color: #1E56AE;
}
.sec-greeting__inner02-item-contents .link a:hover svg {
  fill: #1E56AE;
}
.sec-greeting__inner02-item-contents .link a svg {
  width: max(2rem, 20px);
  height: max(1.1rem, 11px);
  flex: none;
  fill: #02245B;
  display: inline-block;
  margin: max(0.3rem, 3px) max(0.8rem, 8px) 0 0;
  transition: fill 0.5s;
}

/* Career Path
---------------------------------------------- */
.sec-career:not(:last-of-type) {
  margin-bottom: max(8rem, 80px);
}
@media screen and (max-width: 767px) {
  .sec-career:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
.sec-career > h3 {
  font-size: max(2rem, 20px);
  font-weight: 600;
  margin-bottom: max(2rem, 20px);
}
@media screen and (max-width: 767px) {
  .sec-career > h3 {
    margin-bottom: 1.5rem;
  }
}
.sec-career > p {
  margin-bottom: max(4.4rem, 44px);
}
@media screen and (max-width: 767px) {
  .sec-career > p {
    margin-bottom: 3rem;
  }
}
.sec-career .fig-map {
  max-width: max(60.1rem, 601px);
  margin: max(5rem, 50px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec-career .fig-map {
    margin-top: 4rem;
  }
}
.sec-career .fig-map img {
  width: 100%;
  height: auto;
}
.sec-career__inner01 {
  margin-bottom: max(6rem, 60px);
}
@media screen and (max-width: 767px) {
  .sec-career__inner01 {
    margin-bottom: 4rem;
  }
}
.sec-career__inner01 > p {
  text-align: justify;
}
.sec-career__inner01 > p:not(:last-of-type) {
  margin-bottom: max(2rem, 20px);
}
@media screen and (max-width: 767px) {
  .sec-career__inner01 > p:not(:last-of-type) {
    margin-top: 1.5rem;
  }
}
.sec-career__inner01 table {
  width: 100%;
  max-width: max(80rem, 800px);
  margin: max(4.5rem, 45px) auto 0;
  caption-side: bottom;
}
@media screen and (max-width: 767px) {
  .sec-career__inner01 table {
    margin-top: 3rem;
  }
}
.sec-career__inner01 table tbody {
  display: flex;
  border: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .sec-career__inner01 table tbody {
    display: table;
    width: 100%;
  }
}
.sec-career__inner01 table tbody tr {
  border-left: 1px solid #D9D9D9;
}
.sec-career__inner01 table tbody tr:nth-of-type(1) {
  width: 25%;
  border-left: none;
}
.sec-career__inner01 table tbody tr:nth-of-type(n + 2) {
  width: 12.5%;
}
.sec-career__inner01 table tbody th,
.sec-career__inner01 table tbody td {
  display: block;
  text-align: center;
  padding: max(1.5rem, 15px);
  font-size: max(1.4rem, 14px);
}
@media screen and (max-width: 767px) {
  .sec-career__inner01 table tbody th,
  .sec-career__inner01 table tbody td {
    padding: 1rem;
  }
}
.sec-career__inner01 table tbody th {
  font-weight: 600;
  color: #1E56AE;
  background: #B1C5E4;
  border-bottom: 1px solid #D9D9D9;
}
.sec-career__inner01 table caption {
  margin-top: max(2rem, 20px);
}
@media screen and (max-width: 767px) {
  .sec-career__inner01 table caption {
    margin-top: 1rem;
  }
}
.sec-career__inner02 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .sec-career__inner02 {
    display: block;
  }
}
.sec-career__inner02-item {
  width: calc(33.333% - max(1.6rem, 16px));
}
@media screen and (max-width: 900px) {
  .sec-career__inner02-item {
    width: 100%;
    margin-bottom: 3rem;
  }
  .sec-career__inner02-item:last-of-type {
    margin-bottom: 0;
  }
}
.sec-career__inner02-item:nth-of-type(1) h3 {
  border-color: #1E56AE;
}
.sec-career__inner02-item:nth-of-type(2) h3 {
  border-color: #D71D26;
}
.sec-career__inner02-item:nth-of-type(3) h3 {
  border-color: #009040;
}
.sec-career__inner02-item h3 {
  font-size: max(2rem, 20px);
  font-weight: 600;
  padding-bottom: max(1.5rem, 15px);
  margin-bottom: max(2.6rem, 26px);
  border-bottom: 3px solid;
}
@media screen and (max-width: 900px) {
  .sec-career__inner02-item h3 {
    font-size: 1.6rem;
    padding-bottom: 1rem;
    margin-bottom: 1.8rem;
  }
}
.sec-career__inner02-item ul li {
  text-indent: -0.7em;
  padding-left: 0.7em;
  margin-bottom: 0.5rem;
}
.sec-career__inner02-item ul li:last-of-type {
  margin-bottom: 0;
}
.sec-career__inner02-item > p {
  text-align: right;
  margin-top: max(1.4rem, 14px);
}
.sec-career__inner03 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .sec-career__inner03 {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .sec-career__inner03 {
    display: block;
  }
}
.sec-career__inner03-item {
  width: calc((100% - max(6rem, 60px)) / 4);
  padding: max(2rem, 20px) 0;
  margin: -1px max(2rem, 20px) 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #D9D9D9;
}
@media screen and (max-width: 1024px) {
  .sec-career__inner03-item {
    width: calc(50% - max(1.5rem, 15px));
    margin: -1px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-career__inner03-item {
    width: 100%;
  }
}
.sec-career__inner03-item:nth-of-type(4n) {
  margin-right: 0;
}
.sec-career__inner03-item-image {
  width: max(10rem, 100px);
}
.sec-career__inner03-item-image img {
  width: 100%;
  height: auto;
}
.sec-career__inner03-item-contents {
  width: calc(100% - max(11.5rem, 115px));
}
.sec-career__inner03-item-contents .name {
  margin-bottom: max(1rem, 10px);
}
.sec-career__inner03-item-contents .name a {
  display: block;
  color: #1E56AE;
  font-weight: 600;
  transition: opacity 0.5s;
}
.sec-career__inner03-item-contents .name a:hover {
  opacity: 0.7;
}
.sec-career__inner03-item-contents .country {
  width: max(3rem, 30px);
  height: max(2rem, 20px);
}
.sec-career__inner03-item-contents .country img {
  width: 100%;
  height: auto;
  border: 1px solid #D9D9D9;
}
.sec-career__inner03-item-contents__name01 .name {
  font-size: max(1.4rem, 14px);
}
.sec-career__inner03-item-contents__country01 .country img {
  border: none;
}
.sec-career__inner04:not(:last-of-type) {
  padding-bottom: max(7.5rem, 75px);
  margin-bottom: max(5rem, 50px);
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .sec-career__inner04:not(:last-of-type) {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}
.sec-career__inner04-item01 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec-career__inner04-item01 {
    display: block;
  }
}
.sec-career__inner04-item01 .left {
  width: max(25rem, 250px);
}
@media screen and (max-width: 767px) {
  .sec-career__inner04-item01 .left {
    width: 100%;
    max-width: max(25rem, 250px);
    margin: 0 auto 3rem;
  }
}
.sec-career__inner04-item01 .left figure img {
  width: 100%;
  height: auto;
}
.sec-career__inner04-item01 .right {
  width: calc(100% - max(30rem, 300px));
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .sec-career__inner04-item01 .right {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec-career__inner04-item01 .right {
    width: 100%;
  }
}
.sec-career__inner04-item01 .right .item:nth-of-type(1) {
  width: max(26rem, 260px);
  padding-right: max(3rem, 30px);
  border-right: 1px solid #000;
}
@media screen and (max-width: 900px) {
  .sec-career__inner04-item01 .right .item:nth-of-type(1) {
    width: 100%;
    padding: 0 0 2rem;
    border-right: none;
    border-bottom: 1px solid #000;
  }
}
.sec-career__inner04-item01 .right .item:nth-of-type(1) p {
  color: #1E56AE;
  font-weight: 600;
  font-size: max(2.4rem, 24px);
  margin-bottom: max(2rem, 20px);
}
@media screen and (max-width: 767px) {
  .sec-career__inner04-item01 .right .item:nth-of-type(1) p {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
.sec-career__inner04-item01 .right .item:nth-of-type(1) .country {
  width: max(5rem, 50px);
}
@media screen and (max-width: 767px) {
  .sec-career__inner04-item01 .right .item:nth-of-type(1) .country {
    width: 3rem;
  }
}
.sec-career__inner04-item01 .right .item:nth-of-type(1) .country img {
  width: 100%;
  height: auto;
  border: 1px solid #D9D9D9;
}
.sec-career__inner04-item01 .right .item:nth-of-type(2) {
  width: calc(100% - max(26rem, 260px));
  padding-left: max(3rem, 30px);
}
@media screen and (max-width: 900px) {
  .sec-career__inner04-item01 .right .item:nth-of-type(2) {
    width: 100%;
    padding: 2rem 0 0;
  }
}
.sec-career__inner04-item01 .right h3 {
  font-size: max(2rem, 20px);
  font-weight: 600;
  line-height: 1.3;
  margin-top: max(4.5rem, 40px);
}
@media screen and (max-width: 767px) {
  .sec-career__inner04-item01 .right h3 {
    font-size: 1.8rem;
    margin-top: 3rem;
  }
}
.sec-career__inner04-item01 .right > p {
  font-size: max(1.4rem, 14px);
  margin-top: max(2.5rem, 25px);
  text-indent: 0.5rem;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec-career__inner04-item01 .right > p {
    margin-top: 2rem;
  }
}
.sec-career__inner04-item02 {
  margin-top: max(4.5rem, 45px);
}
.sec-career__inner04-item02-faq > p {
  text-align: justify;
  text-indent: 0.5rem;
}
.sec-career__inner04-item02-faq:not(:last-of-type) {
  margin-bottom: max(2.5rem, 25px);
}
.sec-career__inner04-item02-faq .question {
  display: flex;
  margin-bottom: max(1.5rem, 15px);
}
.sec-career__inner04-item02-faq .question .number {
  background: #1E56AE;
  color: #FFF;
  width: max(6rem, 60px);
  display: block;
  text-align: center;
  padding: max(1.8rem, 18px) 0;
  font-size: max(1.8rem, 18px);
  font-weight: 600;
}
.sec-career__inner04-item02-faq .question p {
  width: calc(100% - max(6rem, 60px));
  background: #E8EDF8;
  padding: max(1.8rem, 18px) max(2rem, 20px);
  color: #1E56AE;
  font-weight: 600;
  font-size: max(1.8rem, 18px);
}

/* Research Life
---------------------------------------------- */
.wrap-research-life {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .wrap-research-life {
    display: block;
  }
}
.wrap-research-life:not(:last-of-type) {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: max(8rem, 80px);
  margin-bottom: max(8rem, 80px);
}
@media screen and (max-width: 767px) {
  .wrap-research-life:not(:last-of-type) {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}
.wrap-research-life:nth-of-type(even) {
  flex-direction: row-reverse;
}
.wrap-research-life__image {
  width: max(20rem, 200px);
}
@media screen and (max-width: 900px) {
  .wrap-research-life__image {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 4rem;
  }
}
@media screen and (max-width: 767px) {
  .wrap-research-life__image {
    margin-bottom: 3rem;
    max-width: 24rem;
  }
}
.wrap-research-life__image figure {
  margin-bottom: max(2.3rem, 23px);
}
@media screen and (max-width: 767px) {
  .wrap-research-life__image figure {
    margin-bottom: 1.5rem;
  }
}
.wrap-research-life__image figure img {
  width: 100%;
  height: auto;
}
.wrap-research-life__image > p {
  color: #1E56AE;
  font-size: max(2.4rem, 24px);
  font-weight: 600;
  margin-bottom: max(1.3rem, 13px);
}
.wrap-research-life__image-info {
  display: flex;
}
.wrap-research-life__image-info .country {
  width: max(5rem, 50px);
  margin-right: max(1.4rem, 14px);
}
.wrap-research-life__image-info .country img {
  width: 100%;
  height: auto;
  border: 1px solid #D9D9D9;
}
.wrap-research-life__image-info p {
  margin-top: max(0.7rem, 7px);
}
.wrap-research-life__txt {
  width: calc(100% - max(25rem, 250px));
}
@media screen and (max-width: 900px) {
  .wrap-research-life__txt {
    width: 100%;
  }
}
.wrap-research-life__txt h2 {
  font-size: max(2rem, 20px);
  font-weight: 600;
  margin-bottom: max(4rem, 40px);
}
@media screen and (max-width: 767px) {
  .wrap-research-life__txt h2 {
    margin-bottom: 3rem;
  }
}
.wrap-research-life__txt p {
  text-align: justify;
  text-indent: 0.5rem;
}
.wrap-research-life__txt p:not(:last-of-type) {
  margin-bottom: max(2.1rem, 21px);
}

/* ------------------------------------------------------------

Recruitment

------------------------------------------------------------ */
.sec-recruitment:not(:last-of-type) {
  margin-bottom: max(8rem, 80px);
}
@media screen and (max-width: 767px) {
  .sec-recruitment:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
.sec-recruitment .btn-wrapper01:not(:first-child) {
  margin-top: max(4rem, 40px);
}
.sec-recruitment > h3 {
  color: #1E56AE;
  font-size: max(2rem, 20px);
  font-weight: 600;
  margin-bottom: max(2.4rem, 24px);
}
@media screen and (max-width: 767px) {
  .sec-recruitment > h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.sec-recruitment .tbl-recruitment01 {
  width: 100%;
}
.sec-recruitment .tbl-recruitment01 tr {
  border-bottom: 1px solid #D9D9D9;
}
.sec-recruitment .tbl-recruitment01 tr:first-of-type {
  border-top: 1px solid #D9D9D9;
}
.sec-recruitment .tbl-recruitment01 th {
  color: #1E56AE;
  font-weight: 600;
  font-size: max(2rem, 20px);
  padding: max(2.7rem, 27px) max(3rem, 30px) max(2.7rem, 27px) 0;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .sec-recruitment .tbl-recruitment01 th {
    display: block;
    padding: 1.8rem 0 1.5rem;
  }
}
.sec-recruitment .tbl-recruitment01 td {
  padding: max(2.7rem, 27px) 0;
}
@media screen and (max-width: 767px) {
  .sec-recruitment .tbl-recruitment01 td {
    display: block;
    padding: 0 0 1.8rem;
  }
}
.sec-recruitment .tbl-recruitment02 {
  width: 100%;
  max-width: max(80rem, 800px);
  border: 1px solid #D9D9D9;
  table-layout: fixed;
}
.sec-recruitment .tbl-recruitment02 tr {
  border-bottom: 1px solid #D9D9D9;
}
.sec-recruitment .tbl-recruitment02 tr:first-of-type th:nth-of-type(2), .sec-recruitment .tbl-recruitment02 tr:first-of-type th:nth-of-type(3) {
  width: max(29.5rem, 295px);
  font-weight: 600;
  border-left: 1px solid #D9D9D9;
}
@media screen and (max-width: 900px) {
  .sec-recruitment .tbl-recruitment02 tr:first-of-type th:nth-of-type(2), .sec-recruitment .tbl-recruitment02 tr:first-of-type th:nth-of-type(3) {
    width: 33.333%;
  }
}
.sec-recruitment .tbl-recruitment02 tr:first-of-type th:nth-of-type(2) {
  background: #B1C5E4;
}
.sec-recruitment .tbl-recruitment02 tr:first-of-type th:nth-of-type(3) {
  background: #F4C1C4;
}
.sec-recruitment .tbl-recruitment02 tr:nth-of-type(n + 2) th {
  font-size: max(1.4rem, 14px);
  font-weight: 600;
  color: #1E56AE;
}
@media screen and (max-width: 900px) {
  .sec-recruitment .tbl-recruitment02 tr:nth-of-type(n + 2) th {
    font-size: 1.3rem;
  }
}
.sec-recruitment .tbl-recruitment02 tr:nth-of-type(n + 2) td {
  font-size: max(1.4rem, 14px);
  border-left: 1px solid #D9D9D9;
}
@media screen and (max-width: 900px) {
  .sec-recruitment .tbl-recruitment02 tr:nth-of-type(n + 2) td {
    font-size: 1.3rem;
  }
}
.sec-recruitment .tbl-recruitment02 tr:nth-of-type(n + 2) td:nth-of-type(1) {
  background: #F4F8FF;
}
.sec-recruitment .tbl-recruitment02 tr:nth-of-type(n + 2) td:nth-of-type(2) {
  background: #FAF1F2;
}
.sec-recruitment .tbl-recruitment02 th,
.sec-recruitment .tbl-recruitment02 td {
  padding: max(1.5rem, 15px);
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 900px) {
  .sec-recruitment .tbl-recruitment02 th,
  .sec-recruitment .tbl-recruitment02 td {
    padding: 1rem;
    font-size: 1.5rem;
  }
}
.sec-recruitment__txt p:not(:last-of-type) {
  margin-bottom: max(2.2rem, 22px);
}
@media screen and (max-width: 767px) {
  .sec-recruitment__txt p:not(:last-of-type) {
    margin-bottom: 1.6rem;
  }
}
.sec-recruitment__inner01 {
  margin-top: max(2rem, 20px);
}
.sec-recruitment__inner01 h3 {
  color: #1E56AE;
  font-size: max(2rem, 20px);
  font-weight: 600;
  margin-bottom: max(2.8rem, 28px);
}
.sec-recruitment__inner01 figure {
  max-width: max(80rem, 800px);
}
.sec-recruitment__inner01 figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec-recruitment__inner01 figure img.pc {
    display: none;
  }
}
.sec-recruitment__inner01 figure img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec-recruitment__inner01 figure img.sp {
    display: block;
  }
}
.sec-recruitment__inner02 {
  margin-top: max(5rem, 50px);
}
@media screen and (max-width: 767px) {
  .sec-recruitment__inner02 {
    margin-top: 3rem;
  }
}
.sec-recruitment__inner02 .tbl-recruitment01 th {
  width: max(13rem, 130px);
}
@media screen and (max-width: 767px) {
  .sec-recruitment__inner02 .tbl-recruitment01 th {
    width: 100%;
  }
}
.sec-recruitment__inner02 .tbl-recruitment01 td .ttl {
  font-weight: 600;
  font-size: max(2rem, 20px);
  color: #1E56AE;
  margin-bottom: max(1rem, 10px);
}
.sec-recruitment__inner03 {
  margin-top: max(4.2rem, 42px);
  background: #E8EDF8;
  padding: max(4.5rem, 45px) max(5rem, 50px);
}
@media screen and (max-width: 767px) {
  .sec-recruitment__inner03 {
    margin-top: 3rem;
    padding: 2rem 1.5rem;
  }
}
.sec-recruitment__inner03 h3 {
  color: #1E56AE;
  font-weight: 600;
  font-size: max(2rem, 20px);
  margin-bottom: max(2rem, 20px);
}
@media screen and (max-width: 767px) {
  .sec-recruitment__inner03 h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
.sec-recruitment__inner03 ul li {
  margin-bottom: max(1rem, 10px);
  display: flex;
  flex-wrap: wrap;
}
.sec-recruitment__inner03 ul li .number {
  width: max(2rem, 20px);
  flex: none;
}
.sec-recruitment__inner03 ul li .contents {
  width: calc(100% - max(2rem, 20px));
}
.sec-recruitment__inner03 ul li .contents > a {
  display: inline-block;
  font-size: max(1.2rem, 12px);
  font-weight: 600;
  margin-left: max(0.5rem, 5px);
  color: #1E56AE;
}
.sec-recruitment__inner03 ul li .contents > a:hover svg {
  opacity: 0.7;
}
.sec-recruitment__inner03 ul li .contents > a svg {
  width: max(2rem, 20px);
  height: max(2rem, 20px);
  display: inline-block;
  margin-right: max(0.7rem, 7px);
  fill: #1E56AE;
  transition: opacity 0.5s;
  vertical-align: max(-0.4rem, -4px);
}
.sec-recruitment__inner03 ul li .contents > span {
  display: block;
}
.sec-recruitment__inner03 .note {
  color: #D71D26;
  font-size: max(1.4rem, 14px);
}
.sec-recruitment__inner04 {
  margin-top: max(4.4rem, 44px);
}
@media screen and (max-width: 767px) {
  .sec-recruitment__inner04 {
    margin-top: 3rem;
  }
}
.sec-recruitment__inner04 h3 {
  color: #1E56AE;
  font-weight: 600;
  font-size: max(2rem, 20px);
  margin-bottom: max(2rem, 20px);
}
@media screen and (max-width: 767px) {
  .sec-recruitment__inner04 h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
.sec-recruitment__inner04 .link-txt {
  margin-top: max(1.2rem, 12px);
}
.sec-recruitment__inner04 .btn-type02 {
  margin-top: max(4rem, 40px);
}
.sec-recruitment__inner04 .btn-type02 a svg {
  transform: rotate(90deg);
}
.sec-recruitment__inner05 .btn-type02 {
  margin-top: max(4.4rem, 44px);
}
@media screen and (max-width: 767px) {
  .sec-recruitment__inner05 .btn-type02 {
    margin-top: 3rem;
  }
}
.sec-recruitment__inner05 .btn-type02 a svg {
  transform: rotate(-90deg);
}
.sec-recruitment__inner05 .tbl-recruitment01 th {
  width: max(23rem, 230px);
}
@media screen and (max-width: 767px) {
  .sec-recruitment__inner05 .tbl-recruitment01 th {
    width: 100%;
  }
}
.sec-recruitment__inner05 .tbl-recruitment01 td p {
  margin-bottom: max(1.1rem, 11px);
}
.sec-recruitment__inner05 .tbl-recruitment01 td .note {
  color: #02245B;
  font-size: max(1.4rem, 14px);
  margin: max(1.1rem, 11px) 0 0;
}
.sec-recruitment__inner05 .tbl-recruitment01 td ul li {
  display: flex;
  flex-wrap: wrap;
}
.sec-recruitment__inner05 .tbl-recruitment01 td ul li .number {
  width: max(2rem, 20px);
  flex: none;
}
.sec-recruitment__inner05 .tbl-recruitment01 td ul li .contents {
  width: calc(100% - max(2rem, 20px));
}
.sec-recruitment__inner05 .tbl-recruitment01 td ul li:not(:last-of-type) {
  margin-bottom: max(1.1rem, 11px);
}

/* ------------------------------------------------------------

ICYS Research Fellow

------------------------------------------------------------ */
.wrap-research {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: max(-5rem, -50px);
}
@media screen and (max-width: 900px) {
  .wrap-research {
    display: block;
    margin-bottom: 0;
  }
}
.wrap-research__inner {
  width: calc(50% - max(2.5rem, 25px));
  padding-top: max(5rem, 50px);
  margin-bottom: max(5rem, 50px);
  border-top: 1px solid #D9D9D9;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  .wrap-research__inner {
    width: 100%;
    padding-top: 4rem;
    margin-bottom: 4rem;
  }
  .wrap-research__inner:last-of-type {
    margin-bottom: 0;
  }
}
.wrap-research__inner-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: max(1.2rem, 12px);
}
@media screen and (max-width: 767px) {
  .wrap-research__inner-top {
    flex-wrap: wrap;
    align-items: center;
  }
}
.wrap-research__inner-top .image {
  width: max(11.3rem, 113px);
}
@media screen and (max-width: 767px) {
  .wrap-research__inner-top .image {
    width: 40%;
  }
}
.wrap-research__inner-top .image img {
  width: 100%;
  height: auto;
}
.wrap-research__inner-top .contents {
  width: calc(100% - max(14.3rem, 143px));
}
@media screen and (max-width: 767px) {
  .wrap-research__inner-top .contents {
    display: contents;
  }
}
.wrap-research__inner-top .contents h3 {
  color: #1E56AE;
  font-size: max(2.4rem, 24px);
  font-weight: 600;
  margin-bottom: max(1.4rem, 14px);
}
@media screen and (max-width: 767px) {
  .wrap-research__inner-top .contents h3 {
    width: 60%;
    margin-bottom: 0;
    padding: 1.5rem;
    font-size: 1.8rem;
  }
}
.wrap-research__inner-top .contents .link-tab {
  margin-bottom: max(1.5rem, 15px);
}
@media screen and (max-width: 767px) {
  .wrap-research__inner-top .contents .link-tab {
    margin: 1.5rem 0;
  }
}
.wrap-research__inner-top .contents table {
  width: 100%;
}
.wrap-research__inner-top .contents table th {
  display: block;
  font-weight: 600;
  background: #F1F1F1;
  color: #02245B;
  padding: max(1rem, 10px);
}
.wrap-research__inner-top .contents table td {
  display: block;
  padding: max(1.4rem, 14px) 0 max(1.8rem, 18px);
}
.wrap-research__inner-bottom h4 {
  color: #02245B;
  font-weight: 600;
  font-size: max(1.4rem, 14px);
  margin-bottom: max(1.3rem, 13px);
}
.wrap-research__inner-bottom .image a {
  display: block;
  transition: opacity 0.5s;
}
.wrap-research__inner-bottom .image a:hover {
  opacity: 0.7;
}
.wrap-research__inner-bottom .image a img {
  width: 100%;
  height: auto;
}

/* ------------------------------------------------------------

Contact / FAQ

------------------------------------------------------------ */
.sec-contact {
  padding: 0 max(5rem, 50px);
  max-width: max(86rem, 860px);
  margin: 0 auto max(9rem, 90px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-contact {
    padding: 0 1.5rem;
  }
}
.sec-contact h2 {
  font-size: max(3.2rem, 32px);
  font-weight: 600;
  margin-bottom: max(3.8rem, 38px);
}
@media screen and (max-width: 767px) {
  .sec-contact h2 {
    font-size: 2.6rem;
    margin-bottom: 2.5rem;
  }
}
.sec-contact__info {
  margin-bottom: max(4.5rem, 45px);
}
@media screen and (max-width: 767px) {
  .sec-contact__info {
    margin-bottom: 3rem;
  }
}
.sec-contact__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-contact__inner {
    display: block;
  }
}
.sec-contact__inner::before {
  content: "";
  display: block;
  background: #D9D9D9;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .sec-contact__inner::before {
    display: none;
  }
}
.sec-contact__inner-item {
  width: max(30rem, 300px);
}
@media screen and (max-width: 767px) {
  .sec-contact__inner-item {
    width: 100%;
  }
  .sec-contact__inner-item:nth-of-type(1) {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #D9D9D9;
  }
}
.sec-contact__inner-item h3 {
  color: #D71D26;
  font-size: max(2.4rem, 24px);
  font-weight: 600;
  margin-bottom: max(1.8rem, 18px);
}
@media screen and (max-width: 767px) {
  .sec-contact__inner-item h3 {
    font-size: 2rem;
    margin-bottom: 1.3rem;
  }
}
.sec-contact__inner-item .name {
  font-weight: 600;
  margin-bottom: max(0.6rem, 6px);
}
.sec-contact__inner-item .btn-type01 {
  margin-top: max(2.5rem, 25px);
}
@media screen and (max-width: 767px) {
  .sec-contact__inner-item .btn-type01 {
    margin-top: 1.8rem;
  }
}

.sec-faq {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .sec-faq {
    flex-direction: column-reverse;
  }
}
.sec-faq__contents {
  width: 60%;
  background: linear-gradient(#1E56AE, #0B367A 90%);
  padding: max(7rem, 70px) max(8rem, 80px) max(20rem, 200px);
}
@media screen and (max-width: 1200px) {
  .sec-faq__contents {
    padding: 6rem 3rem 14rem;
  }
}
@media screen and (max-width: 1024px) {
  .sec-faq__contents {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec-faq__contents {
    padding: 4rem 1.5rem 10rem;
  }
}
.sec-faq__contents h2 {
  color: #FFF;
  font-size: max(3.2rem, 32px);
  font-weight: 600;
  margin-bottom: max(7rem, 70px);
}
@media screen and (max-width: 767px) {
  .sec-faq__contents h2 {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
}
.sec-faq__contents-inner-item {
  border: 1px solid #FFF;
  color: #FFF;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec-faq__contents-inner-item {
    display: block;
  }
}
.sec-faq__contents-inner-item:not(:last-of-type) {
  margin-bottom: max(3rem, 30px);
}
.sec-faq__contents-inner-item-left {
  width: max(10rem, 100px);
  padding-top: max(2.3rem, 23px);
  text-align: center;
  font-size: max(3.2rem, 32px);
  font-weight: 600;
  border-right: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
  .sec-faq__contents-inner-item-left {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #FFF;
    font-size: 2.6rem;
    padding: 1.5rem;
    text-align: left;
  }
}
.sec-faq__contents-inner-item-right {
  width: calc(100% - max(10rem, 100px));
}
@media screen and (max-width: 767px) {
  .sec-faq__contents-inner-item-right {
    width: 100%;
  }
}
.sec-faq__contents-inner-item-right .question {
  padding: max(2.5rem, 25px) max(3rem, 30px) max(2.5rem, 25px) 0;
  border-bottom: 1px solid #FFF;
  display: flex;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec-faq__contents-inner-item-right .question {
    padding: 1.5rem 1.5rem 1.5rem 0;
  }
}
.sec-faq__contents-inner-item-right .question p:nth-of-type(1) {
  font-size: max(3.2rem, 32px);
  width: max(9rem, 90px);
  flex: none;
  text-align: center;
  margin-top: max(-0.4rem, -4px);
}
@media screen and (max-width: 767px) {
  .sec-faq__contents-inner-item-right .question p:nth-of-type(1) {
    width: 6rem;
    font-size: 2.6rem;
  }
}
.sec-faq__contents-inner-item-right .question p:nth-of-type(2) {
  font-size: max(2rem, 20px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec-faq__contents-inner-item-right .question p:nth-of-type(2) {
    font-size: 1.8rem;
  }
}
.sec-faq__contents-inner-item-right .answer {
  padding: max(2.5rem, 25px) max(3rem, 30px) max(2.5rem, 25px) 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec-faq__contents-inner-item-right .answer {
    padding: 1.5rem 1.5rem 1.5rem 0;
  }
}
.sec-faq__contents-inner-item-right .answer p:nth-of-type(1) {
  font-size: max(3.2rem, 32px);
  width: max(9rem, 90px);
  flex: none;
  text-align: center;
  margin-top: max(-0.3rem, -3px);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec-faq__contents-inner-item-right .answer p:nth-of-type(1) {
    width: 6rem;
    font-size: 2.6rem;
  }
}
.sec-faq__image {
  width: 40%;
  background: url("../../contact_faq/img/img_faq01.jpg") no-repeat right center;
  background-attachment: fixed;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .sec-faq__image {
    width: 100%;
    background: none;
  }
}
.sec-faq__image img {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sec-faq__image img {
    display: block;
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */