@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Overpass:100,200,300,400,600,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Bad+Script&display=swap&subset=cyrillic");
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
/* タブレット・PC */
@media screen and (max-width: 599px) {
  .pctb {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (max-width: 599px), (min-width: 1024px) {
  .tb {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}
/* flex-wrap: wrap; */
/*左右中央*/
/*上下中央*/
/*align-items: flex-start;*/
/*縦並び*/
/*flex-direction: column-reverse;*/
/*左寄せ*/
/*右寄せ*/
/* justify-content: space-between; */
/* justify-content: space-around; */
/* justify-content: center; */
/* align-self: flex-end; */
/* align-self: center; */
/* align-self: baseline; */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
}
@media screen and (min-width: 1025px) {
  img {
    max-width: 100%;
  }
}

li {
  list-style: none;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

	body設定

----------------------------------------------------------*/
html {
  background: #ffffff;
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Yu Gothic UI", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1f1f1f;
  font-style: normal;
  font-weight: normal;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
  }
}

a {
  text-decoration: none;
}

a:link {
  color: #004097;
}

a:visited {
  color: #333;
}

a:hover {
  color: #1cb1e3;
}

a:active {
  color: #004097;
}

/*  ドロワーオープン時ベーススクロールオフ */
.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

p, h1, h2, h3, h4, h5, dt, dd, a {
  font-display: swap;
}

/*マージン*/
.mt00 {
  margin-top: 0px !important;
}

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

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

.mt12 {
  margin-top: 12px !important;
}

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

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

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

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

.mt35 {
  margin-top: 35px !important;
}

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

.mt45 {
  margin-top: 45px !important;
}

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

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

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

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

.mb12 {
  margin-bottom: 12px !important;
}

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

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

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

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

.mb35 {
  margin-bottom: 35px !important;
}

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

.mb45 {
  margin-bottom: 45px !important;
}

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

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 599px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

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

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

.pt06 {
  padding-top: 6px !important;
}

.pt07 {
  padding-top: 7px !important;
}

.pt08 {
  padding-top: 8px !important;
}

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

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

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

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

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

.pt35 {
  padding-top: 35px !important;
}

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

.pt45 {
  padding-top: 45px !important;
}

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

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

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

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

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

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

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

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

@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1140px;
    -webkit-print-color-adjust: exact;
  }
  /*　------- ↓その他参考例　---------
  .header {
      position: relative !important; //ヘッダー固定fixedを解除
  }
  .header .header-inner {
      width: 100% !important; //サイト幅を解除
  }
  .page-title {
      margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
      width: 100% !important; //サイト幅を解除
  }
  .breadcrumbs-list {
      width: 100% !important; //サイト幅を解除
  }
  .global-nav {
      width: 100%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/
}
@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}
/*----------------------------------------------
	button
---------------------------------------------*/
button {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: 0.5s;
}

/*----------------------------------------------
	*
---------------------------------------------*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.contents {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .contents {
    padding: 0px 15px 80px 15px;
  }
}
@media screen and (max-width: 599px) {
  .contents {
    padding: 0px 10px 40px 10px;
  }
}
.contents__w1080 {
  max-width: 1080px;
  margin: 0 auto;
}
.contents__w100per {
  max-width: 100%;
  margin: 0;
}

.header-wrapper {
  position: relative;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .header-wrapper {
    padding: 10px;
  }
}
.header-wrapper__logo {
  position: absolute;
  top: 0px;
  left: 0px;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__logo {
    position: inherit;
  }
  .header-wrapper__logo img {
    max-width: 180px;
    width: 100%;
  }
}
.header-wrapper__gnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 40px;
  right: 0px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__gnav {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: inherit;
  }
}
.header-wrapper__gnav__item {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__gnav__item {
    width: 100%;
    border-top: 1px solid #eee;
  }
}
.header-wrapper__gnav__item:not(:last-child) a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 24px;
  margin: auto;
  background-color: #dcdcdc;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__gnav__item:not(:last-child) a::after {
    display: none;
  }
}
.header-wrapper__gnav__item:not(:last-child) a:hover::after, .header-wrapper__gnav__item:not(:last-child) a.active::after {
  display: none;
}
.header-wrapper__gnav__item a {
  display: block;
  position: relative;
  padding: 25px 40px;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .header-wrapper__gnav__item a {
    padding: 20px 25px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .header-wrapper__gnav__item a {
    padding: 15px;
    border-bottom: 1px solid #eee;
    font-size: 1.5rem;
  }
}
.header-wrapper__gnav__item a:hover, .header-wrapper__gnav__item a.active {
  background-color: #004097;
  color: #fff;
}
.header-wrapper__gnav__drawer-head {
  padding: 10px 15px;
}
.header-wrapper__gnav__drawer-head__close {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.header-wrapper__gnav__drawer-head__close span::before, .header-wrapper__gnav__drawer-head__close span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 3px;
  height: 30px;
  margin: auto;
  background: #004097;
}
.header-wrapper__gnav__drawer-head__close span::before {
  transform: rotate(-45deg);
}
.header-wrapper__gnav__drawer-head__close span::after {
  transform: rotate(45deg);
}
.header-wrapper__gnav__drawer-head img {
  max-width: 150px;
  width: 100%;
}

/*スマホナビ*/
@media screen and (max-width: 1024px) {
  #nav-drawer {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    background-color: #fff;
  }
  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 25px;
    height: 19px;
    vertical-align: middle;
  }
  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px; /*線の太さ*/
    width: 25px; /*長さ*/
    border-radius: 3px;
    background: #004097;
    display: block;
    content: "";
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none; /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0; /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  /*中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999; /*最前面に*/
    width: 90%; /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 330px; /*最大幅（調整してください）*/
    height: 100%;
    background: #fff; /*背景色*/
    transition: 0.3s ease-in-out; /*滑らかに表示*/
    -webkit-transform: translateX(105%);
    transform: translateX(105%); /*/右に隠しておく*/
  }
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block; /*カバーを表示*/
    opacity: 0.5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
}
.footer-wrapper__banner {
  background-color: #eee;
}
.footer-wrapper__banner__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 45px 0 40px;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__banner__inner {
    padding: 30px 3% 25px;
  }
}
@media screen and (max-width: 599px) {
  .footer-wrapper__banner__inner {
    padding: 25px 3%;
  }
}
.footer-wrapper__banner__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  .footer-wrapper__banner__list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer-wrapper__banner__item {
  width: 31.3%;
}
@media screen and (max-width: 599px) {
  .footer-wrapper__banner__item {
    width: 90%;
    margin: auto;
  }
}
.footer-wrapper__banner__item:not(:last-child) {
  margin-right: 3%;
}
@media screen and (max-width: 599px) {
  .footer-wrapper__banner__item:not(:last-child) {
    margin-right: auto;
    margin-bottom: 8px;
  }
}
.footer-wrapper__banner__item a {
  display: block;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  text-align: center;
}
.footer-wrapper__banner__item a:hover {
  opacity: 0.7;
}
.footer-wrapper__banner__item a img {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .footer-wrapper__banner__item a img {
    width: 70%;
  }
}
.footer-wrapper__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 46px 0;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__inner {
    padding: 30px 0%;
  }
}
@media screen and (max-width: 599px) {
  .footer-wrapper__inner {
    padding: 25px 0%;
  }
}
.footer-wrapper__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__container {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer-wrapper__contact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  width: 45%;
  margin-right: 5%;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__contact-block {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__contact-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-right: 0;
    padding: 0 3%;
    text-align: center;
  }
}
.footer-wrapper__contact-block__left {
  width: 42%;
  margin-right: 4%;
  border-right: 1px solid #c5c5c5;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__contact-block__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    border-right: none;
  }
}
.footer-wrapper__contact-block__right {
  width: 54%;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__contact-block__right {
    width: 100%;
  }
}
.footer-wrapper__contact-block__name {
  color: #1a1a1a;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__contact-block__name {
    font-size: 1.6rem;
  }
}
.footer-wrapper__contact-block__name span {
  display: block;
  font-size: 2.8rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__contact-block__name span {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .footer-wrapper__contact-block__name span {
    font-size: 1.8rem;
  }
}
.footer-wrapper__contact-block__address {
  margin-bottom: 5px;
  color: #010101;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__contact-block__address {
    margin-bottom: 10px;
  }
}
.footer-wrapper__contact-block__number a {
  display: block;
  position: relative;
  padding-left: 30px;
  color: #004097;
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__contact-block__number a {
    display: inline-block;
    padding-left: 30px;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 599px) {
  .footer-wrapper__contact-block__number a {
    padding-left: 24px;
    font-size: 2rem;
  }
}
.footer-wrapper__contact-block__number a::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 26px;
  height: 26px;
  background: url("../img/common/icon_phone_blue.svg") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__contact-block__number a::before {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 599px) {
  .footer-wrapper__contact-block__number a::before {
    width: 18px;
    height: 18px;
  }
}
.footer-wrapper__contact-block__number span {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.4rem;
}
.footer-wrapper__sitemap {
  -ms-flex-item-align: center;
  align-self: center;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__sitemap {
    display: none;
  }
}
.footer-wrapper__sitemap__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-wrapper__sitemap__item:not(:last-child) {
  margin-right: 24px;
}
.footer-wrapper__sitemap__item a {
  display: block;
  position: relative;
  padding-left: 18px;
  color: #010101;
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-wrapper__sitemap__item a::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 9px;
  height: 15px;
  background: url("../img/common/icon_arrow_blue.svg") no-repeat;
  background-size: 100%;
}
.footer-wrapper__sitemap__item a:hover {
  color: #004097;
}
.footer-wrapper__copyright {
  width: 100%;
  padding: 20px 3px 18px;
  background: #004097;
  color: #fff;
  font-family: "Overpass", sans-serif;
  font-size: 14px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  .footer-wrapper__copyright {
    padding: 10px 3px 8px;
    font-size: 1.2rem;
  }
}

.sub-nav {
  text-align: center;
  margin: -51px 0px 62px 0px;
}
@media screen and (max-width: 1024px) {
  .sub-nav {
    margin-top: 0px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 599px) {
  .sub-nav {
    margin-bottom: 25px;
  }
}
.sub-nav__list {
  text-align: center;
  display: flex;
  justify-content: center;
}
.sub-nav__list li {
  width: 200px;
  max-width: 200px;
  border-bottom: 3px solid #ccc;
}
@media screen and (max-width: 1024px) {
  .sub-nav__list li {
    width: 170px;
    max-width: 170px;
  }
}
.sub-nav__list li a {
  display: block;
  padding: 20px;
  color: #1f1f1f;
  font-size: 2.1rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  letter-spacing: 0.5px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .sub-nav__list li a {
    font-size: 1.7rem;
    padding: 18px;
  }
}
@media screen and (max-width: 599px) {
  .sub-nav__list li a {
    padding: 12px;
    font-size: 1.6rem;
  }
}
.sub-nav__list li.current {
  border-bottom: 3px solid #004097;
}
.sub-nav__list li.current a {
  color: #004097;
}
.sub-nav__foot {
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
}
.sub-nav__foot__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #eee;
}
.sub-nav__foot__item {
  width: 50%;
  flex-grow: 1;
}
.sub-nav__foot__item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.sub-nav__foot__item:nth-child(even) {
  border-left: 1px solid #eee;
}
.sub-nav__foot__item a {
  display: block;
  position: relative;
  color: #010101;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 14px 10px 14px 15px;
  font-size: 1.4rem;
  text-align: center;
}
.sub-nav__foot__item a::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 15px;
  background: url("../img/common/icon_arrow_blue.svg") no-repeat;
  background-size: 100%;
  top: 15px;
  right: 10px;
}

/* 新着アイコン */
.icon {
  color: #FFF;
  line-height: 1;
  padding: 5px 0;
  text-align: center;
  margin: 0 10px 0 0;
  display: inline-block;
  font-size: 1.3rem;
  width: 100px;
  box-sizing: border-box;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .icon {
    padding: 6px 0;
  }
}
.icon__info {
  background-color: #3b6cbe;
}
.icon__seminar {
  background-color: #30a1d6;
}
.icon__library {
  background-color: #83b33f;
}

.icon-new {
  margin-left: 8px;
  color: #d40046;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 599px) {
  .icon-new {
    font-size: 12px;
    margin-left: 5px;
  }
}

.icon-end {
  display: inline-block;
  margin-left: 5px;
  color: #fff;
  font-size: 1.3rem;
  background: #a64242;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  padding: 2px 12px 3px 12px;
  line-height: 1.2;
  border-radius: 50px;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .icon-end {
    font-size: 12px;
    margin-left: 5px;
  }
}

/*--------------------------------------------------------
Button
----------------------------------------------------------*/
.btn__l-navy {
  position: relative;
  width: 240px;
  display: block;
  margin: 0 auto;
  background: #f2f5f9;
  text-align: center;
  padding: 16px 12px;
  color: #004097;
  font-weight: 600;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .btn__l-navy {
    padding: 14px 12px;
    font-size: 1.4rem;
  }
}
.btn__l-navy::after {
  display: block;
  content: "";
  position: absolute;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-left: 3px solid #004097;
  border-top: 3px solid #004097;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn__l-navy:hover {
  background: #004097;
  color: #fff;
}
.btn__l-navy:hover::after {
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
}

.base-btn {
  display: block;
  position: relative;
  padding: 12px 25px;
  border: 2px solid #1cb1e3;
  color: #1cb1e3 !important;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .base-btn {
    font-size: 1.5rem;
  }
}
.base-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 11px;
  height: 16px;
  margin: auto;
  background: url("../img/common/icon_arrow_l-blue.svg") no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.base-btn:hover {
  background-color: #1cb1e3;
  color: #fff !important;
}
.base-btn:hover::after {
  background-image: url("../img/common/icon_arrow_white.svg");
}
.base-btn--white {
  color: #fff !important;
  border: 2px solid #fff;
}
.base-btn--white::after {
  background: url("../img/common/icon_arrow_white.svg") no-repeat;
  background-size: 100%;
}
.base-btn--white:hover {
  background-color: #004097;
}

.border-rounded-btn {
  display: block;
  position: relative;
  padding: 10px 20px;
  border: 2px solid #004097;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  color: #004097 !important;
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .border-rounded-btn {
    font-size: 1.5rem;
  }
}
.border-rounded-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 11px;
  height: 16px;
  margin: auto;
  background: url("../img/common/icon_arrow_blue.svg");
  background-size: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.border-rounded-btn:hover {
  color: #fff !important;
  background-color: #004097;
}
.border-rounded-btn:hover::after {
  background-image: url("../img/common/icon_arrow_white.svg");
}

a.icon-btn {
  display: inline-block;
  position: relative;
  padding: 15px 30px 15px 52px;
  border: 1px solid #004097;
  color: #1a509e;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  a.icon-btn {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  a.icon-btn {
    padding: 13px 20px 13px 48px;
  }
}
a.icon-btn::before {
  content: "";
  position: absolute;
  left: 11px;
}
a.icon-btn--pdf::before {
  top: 12px;
  width: 33px;
  height: 33px;
  background: url("../img/common/icon_pdf.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 599px) {
  a.icon-btn--pdf::before {
    width: 28px;
    height: 28px;
  }
}
a.icon-btn:hover {
  background-color: #1a509e;
  color: #fff;
}

/*--------------------------------------------------------
ページタイトル
----------------------------------------------------------*/
.pagetitle {
  position: relative;
  height: 370px;
  margin-left: 68px;
  margin-bottom: 80px;
  width: calc(100% - 68px);
  position: relative;
  background-size: cover !important;
}
@media screen and (max-width: 1024px) {
  .pagetitle {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
    height: 150px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle {
    height: 100px;
  }
}
.pagetitle__information {
  background: url(../img/information/pagetitle_bg.jpg) no-repeat center top;
}
.pagetitle__about {
  background: url(../img/about/pagetitle_bg.jpg) no-repeat center top;
}
.pagetitle__features {
  background: url(../img/features/pagetitle_bg.jpg) no-repeat center top;
}
.pagetitle__research {
  background: url(../img/research/pagetitle_bg.jpg) no-repeat center top;
}
.pagetitle__recruit {
  background: url(../img/recruit/pagetitle_bg.jpg) no-repeat center top;
}
.pagetitle__data {
  background: url(../img/data/pagetitle_bg.jpg) no-repeat center top;
}
.pagetitle::before {
  background: #004097;
  content: "";
  height: 12px;
  width: 170px;
  left: 0;
  right: 68px;
  margin: auto;
  position: absolute;
  bottom: 0px;
}
@media screen and (max-width: 1024px) {
  .pagetitle::before {
    height: 5px;
    right: 0px;
    width: 100px;
  }
}
.pagetitle__ttl {
  position: absolute;
  bottom: 100px;
  right: 68px;
  left: 0;
  margin: auto;
  text-align: center;
  font-size: 3.6rem;
  color: #fff;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
  .pagetitle__ttl {
    padding-top: 55px;
    font-size: 2.2rem;
    position: static;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__ttl {
    padding-top: 35px;
    font-size: 2rem;
  }
}

/*--------------------------------------------------------
タイトル
----------------------------------------------------------*/
.base-title {
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .base-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .base-title {
    margin-bottom: 10px;
  }
}
.base-title--en {
  display: block;
  margin-bottom: 30px;
  color: #1cb1e3;
  font-family: "Bad Script", cursive;
  font-size: 7rem;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
@media screen and (max-width: 1024px) {
  .base-title--en {
    margin-bottom: 20px;
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 599px) {
  .base-title--en {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
}
.base-title--jp {
  display: block;
  color: #2b2b2b;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .base-title--jp {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .base-title--jp {
    font-size: 1.8rem;
  }
}

.sec-center-title {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .sec-center-title {
    margin-bottom: 15px;
  }
}
.sec-center-title span {
  display: inline-block;
  position: relative;
  padding: 0 70px;
  color: #32393b;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 2.9rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .sec-center-title span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .sec-center-title span {
    font-size: 1.8rem;
  }
}
.sec-center-title span::before, .sec-center-title span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  margin: auto;
  background-color: #1cb1e3;
}
.sec-center-title span::before {
  left: 0;
}
.sec-center-title span::after {
  right: 0;
}

.center-title01 {
  color: #004097;
  font-size: 2.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
  margin-bottom: 45px;
  position: relative;
  padding: 6px 0px;
}
@media screen and (max-width: 1024px) {
  .center-title01 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .center-title01 {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}
.center-title01::before {
  background: #1cb1e3;
  content: "";
  height: 2px;
  width: 130px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: 0px;
}

.center-title02 {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .center-title02 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .center-title02 {
    margin-bottom: 20px;
  }
}
.center-title02 span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  color: #004097;
  font-size: 2.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .center-title02 span {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .center-title02 span {
    font-size: 1.8rem;
  }
}
.center-title02 span::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  height: 3px;
  width: 100%;
  margin: auto;
  background: #1cb1e3;
}

.bar-title {
  margin-bottom: 10px;
  font-size: 2.1rem;
  color: #004097;
  border-left: 4px solid #1cb1e3;
  padding-left: 12px;
  line-height: 1.4;
}

/* pager
--------------------------*/
.pager {
  max-width: 1000px;
  text-align: center;
  margin: 80px auto 0 auto;
}
@media screen and (max-width: 1024px) {
  .pager {
    width: 100%;
    margin: 50px 0px 0px 0px;
  }
}
.pager li {
  display: inline-block;
}
.pager li a {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 16px;
  color: #70757a;
}
@media screen and (max-width: 599px) {
  .pager li a {
    font-size: 1.7rem;
    padding: 14px 8px;
  }
}
.pager li.active a,
.pager li a:hover {
  color: #004097;
  text-decoration: none;
}
.pager li.active a {
  border-bottom: 4px solid #004097;
}
.pager li.prev a, .pager li.next a {
  width: auto;
  padding: 16px 40px;
  background-color: transparent;
  position: relative;
  color: #004097;
  font-size: 1.6rem;
  border: none;
}
@media screen and (max-width: 599px) {
  .pager li.prev a, .pager li.next a {
    text-indent: -9999px;
    width: 24px;
    padding: 14px;
  }
}
.pager li.prev a::before, .pager li.next a::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 8px;
  position: absolute;
  border-bottom: 2px solid #004097;
  bottom: 20px;
}
@media screen and (max-width: 599px) {
  .pager li.prev a::before, .pager li.next a::before {
    width: 30px;
    height: 6px;
    bottom: 18px;
    border-bottom: 2px solid #004097;
  }
}
.pager li.prev a::before {
  left: -50px;
  border-left: 5px solid #004097;
  transform: skewX(-65deg);
}
@media screen and (max-width: 599px) {
  .pager li.prev a::before {
    left: -20px;
    border-left: 4px solid #004097;
  }
}
.pager li.next a::before {
  right: -50px;
  border-right: 5px solid #004097;
  transform: skewX(65deg);
}
@media screen and (max-width: 599px) {
  .pager li.next a::before {
    right: -20px;
    border-right: 4px solid #004097;
  }
}
.pager li.prev a:hover, .pager li.next a:hover {
  background-color: transparent;
  border: none;
  text-decoration: none;
  opacity: 0.8;
}

/*--------------------------------------------------------
リスト
----------------------------------------------------------*/
.custom-list li {
  color: #1f1f1f;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .custom-list li {
    font-size: 1.5rem;
  }
}
.custom-list--square li {
  position: relative;
  padding-left: 20px;
}
.custom-list--square li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #004097;
  opacity: 0.6;
}

.general-list li {
  margin-left: 1.5em;
  color: #1f1f1f;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .general-list li {
    font-size: 1.5rem;
  }
}
.general-list--disc li {
  list-style: disc;
}
.general-list--decimal li {
  list-style: decimal;
}

/*--------------------------------------------------------
テーブル
----------------------------------------------------------*/
.base-table {
  width: 100%;
  border-collapse: collapse;
}
.base-table tbody tr {
  border-bottom: 1px solid #dcdcdc;
}
.base-table tbody tr:first-child {
  border-top: 1px solid #dcdcdc;
}
.base-table tbody th {
  position: relative;
  padding: 20px 10px 18px 30px;
  background-color: #f2f8fe;
  color: #004097;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .base-table tbody th {
    padding: 18px 15px 16px 30px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .base-table tbody th {
    padding: 15px 15px 13px 22px;
  }
}
.base-table tbody th::before {
  content: "";
  position: absolute;
  top: 31px;
  left: 2px;
  width: 13px;
  height: 3px;
  background-color: #004097;
}
@media screen and (max-width: 1024px) {
  .base-table tbody th::before {
    top: 29px;
  }
}
@media screen and (max-width: 599px) {
  .base-table tbody th::before {
    top: 26px;
    width: 10px;
  }
}
.base-table tbody td {
  padding: 20px 35px 18px;
}
@media screen and (max-width: 1024px) {
  .base-table tbody td {
    padding: 18px 15px 16px;
  }
}
@media screen and (max-width: 599px) {
  .base-table tbody td {
    padding: 15px 15px 13px;
  }
}

.top-main-wrapper {
  position: relative;
  width: calc(99.9% - 70px);
  /* height: 958px;*/
  height: 95vh;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top-main-wrapper {
    width: 100%;
    height: 450px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 599px) {
  .top-main-wrapper {
    height: 300px;
    margin-left: 0;
  }
}
.top-main-wrapper::before {
  background: rgba(2, 71, 102, 0.3);
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0px;
  z-index: 3;
}
.top-main-wrapper__catch {
  position: absolute;
  bottom: 170px;
  padding-left: 90px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .top-main-wrapper__catch {
    bottom: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 599px) {
  .top-main-wrapper__catch {
    bottom: 20px;
    padding-left: 30px;
  }
}
.top-main-wrapper__catch::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 40px;
  height: 100%;
  background-color: #004097;
}
@media screen and (max-width: 1024px) {
  .top-main-wrapper__catch::before {
    width: 25px;
  }
}
@media screen and (max-width: 599px) {
  .top-main-wrapper__catch::before {
    top: 0;
    width: 15px;
  }
}
.top-main-wrapper__catch__jp {
  margin-bottom: 25px;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 6.2rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  .top-main-wrapper__catch__jp {
    margin-bottom: 10px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 599px) {
  .top-main-wrapper__catch__jp {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
.top-main-wrapper__catch__en {
  color: #fff;
  font-family: "Overpass", sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
  .top-main-wrapper__catch__en {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .top-main-wrapper__catch__en {
    font-size: 1.4rem;
  }
}
.top-main-wrapper__scroll {
  position: absolute;
  right: 60px;
  bottom: 5px;
  z-index: 11;
}
@media screen and (max-width: 1024px) {
  .top-main-wrapper__scroll {
    right: 30px;
    width: 14px;
  }
}
@media screen and (max-width: 599px) {
  .top-main-wrapper__scroll {
    display: none;
  }
}
.top-main-wrapper__bg {
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  background-image: url(../img/top/main_bg-load.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top-main-wrapper__bg {
    background-image: none;
  }
}
@media screen and (max-width: 1024px) {
  .top-main-wrapper #topmovie {
    margin-left: auto !important;
    background: url("../img/top/main_bg.jpg") top no-repeat;
    background-size: cover;
  }
  .top-main-wrapper #topmovie #tubular-container iframe {
    display: none;
  }
}

.top-intro-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 65px 0 70px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-intro-wrapper {
    padding: 35px 3% 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-intro-wrapper {
    padding: 25px 3% 30px;
  }
}
.top-intro-wrapper__lead {
  margin-bottom: 30px;
  color: #1f1f1f;
  font-size: 1.7rem;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .top-intro-wrapper__lead {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}
.top-intro-wrapper__btn {
  width: 182px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1024px) {
  .top-intro-wrapper__btn {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-intro-wrapper__btn {
    margin: 0 auto 30px;
  }
}
.top-intro-wrapper__btn a {
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  .top-intro-wrapper__btn a {
    font-size: 1.5rem;
  }
}
.top-intro-wrapper__img-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  .top-intro-wrapper__img-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.top-intro-wrapper__img-item {
  width: 31.3%;
  height: 220px;
}
@media screen and (max-width: 1024px) {
  .top-intro-wrapper__img-item {
    height: 140px;
  }
}
@media screen and (max-width: 599px) {
  .top-intro-wrapper__img-item {
    width: 85%;
    height: 170px;
    margin: auto;
  }
}
.top-intro-wrapper__img-item:not(:last-child) {
  margin-right: 3%;
}
@media screen and (max-width: 599px) {
  .top-intro-wrapper__img-item:not(:last-child) {
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.top-intro-wrapper__img-item__inner {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
}
.top-intro-wrapper__img-item__inner:hover::before {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.top-intro-wrapper__img-item__inner::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-intro-wrapper__img-item__inner::before {
    background-position: top;
  }
}
.top-intro-wrapper__img-item__inner--greeting::before {
  background-image: url("../img/top/img_intro01.jpg");
}
.top-intro-wrapper__img-item__inner--staff::before {
  background-image: url("../img/top/img_intro02.jpg");
}
.top-intro-wrapper__img-item__inner--research::before {
  background-image: url("../img/top/img_intro03.jpg");
}
.top-intro-wrapper__img-item__txt {
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  width: 58%;
  margin: auto;
  padding: 15px;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top-intro-wrapper__img-item__txt {
    padding: 10px;
    font-size: 1.6rem;
  }
}
.top-intro-wrapper__img-item__txt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-color: rgba(0, 64, 151, 0.8);
}

.top-recruit-wrapper {
  background: url("../img/top/recruit_bg.jpg") center no-repeat;
  padding: 70px 0;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .top-recruit-wrapper {
    padding: 40px 3%;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit-wrapper {
    padding: 30px 3%;
  }
}
.top-recruit-wrapper__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.top-recruit-wrapper__card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  .top-recruit-wrapper__card-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.top-recruit-wrapper__card-item {
  width: 28.9666666667%;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .top-recruit-wrapper__card-item {
    width: 30.3%;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit-wrapper__card-item {
    width: 68%;
    margin: auto;
  }
}
.top-recruit-wrapper__card-item:not(:last-child) {
  margin-right: 6.5%;
}
@media screen and (max-width: 1024px) {
  .top-recruit-wrapper__card-item:not(:last-child) {
    margin-right: 4.5%;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit-wrapper__card-item:not(:last-child) {
    margin-right: auto;
    margin-bottom: 18px;
  }
}
.top-recruit-wrapper__card-item__inner {
  display: block;
  height: 100%;
  padding: 55px 20px 40px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-recruit-wrapper__card-item__inner {
    padding: 25px 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit-wrapper__card-item__inner {
    padding: 20px 10px 15px;
  }
}
.top-recruit-wrapper__card-item__inner:hover {
  background-color: #e4f8ff;
}
.top-recruit-wrapper__card-item__icon {
  height: 81px;
  margin-bottom: 15px;
  object-fit: contain;
  object-position: bottom;
}
@media screen and (max-width: 1024px) {
  .top-recruit-wrapper__card-item__icon {
    height: 76px;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit-wrapper__card-item__icon {
    height: 69px;
    margin-bottom: 10px;
  }
}
.top-recruit-wrapper__card-item__icon--training {
  width: 85px;
}
@media screen and (max-width: 1024px) {
  .top-recruit-wrapper__card-item__icon--training {
    width: 65px;
  }
}
.top-recruit-wrapper__card-item__icon--recruit {
  width: 53px;
}
@media screen and (max-width: 1024px) {
  .top-recruit-wrapper__card-item__icon--recruit {
    width: 43px;
  }
}
.top-recruit-wrapper__card-item__icon--tours {
  width: 79px;
}
@media screen and (max-width: 1024px) {
  .top-recruit-wrapper__card-item__icon--tours {
    width: 68px;
  }
}
.top-recruit-wrapper__card-item__txt {
  color: #0f0f0f;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .top-recruit-wrapper__card-item__txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit-wrapper__card-item__txt {
    font-size: 1.6rem;
  }
}
.top-recruit-wrapper__card-item__txt--en {
  display: block;
  margin-top: 8px;
  color: #1cb1e3;
  font-family: "Overpass", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .top-recruit-wrapper__card-item__txt--en {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}

.top-news-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper {
    padding: 45px 3%;
  }
}
@media screen and (max-width: 599px) {
  .top-news-wrapper {
    padding: 30px 3%;
  }
}
.top-news-wrapper__grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 135px auto;
  grid-template-rows: 135px auto;
  -ms-grid-columns: 340px 1fr;
  grid-template-columns: 340px 1fr;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__grid-container {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.top-news-wrapper__grid-item--item1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.top-news-wrapper__grid-item--item2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__grid-item--item2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
.top-news-wrapper__grid-item--item3 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__grid-item--item3 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
}
.top-news-wrapper__grid-item .no-topics {
  margin-top: 25px;
  padding: 40px;
  text-align: center;
  border: 1px solid #ddd;
}
.top-news-wrapper__ttl {
  position: relative;
  padding-left: 35px;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__ttl {
    margin-bottom: 20px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__ttl {
    margin-bottom: 10px;
    padding-left: 20px;
  }
}
.top-news-wrapper__ttl::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: #004097;
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__ttl::before {
    width: 6px;
  }
}
.top-news-wrapper__ttl--en {
  display: block;
  font-family: "Overpass", sans-serif;
  font-size: 3.4rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__ttl--en {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__ttl--en {
    font-size: 2rem;
  }
}
.top-news-wrapper__ttl--jp {
  display: block;
  color: #004097;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__ttl--jp {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__ttl--jp {
    font-size: 1.5rem;
  }
}
.top-news-wrapper__tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__tab-list {
    display: none;
  }
}
.top-news-wrapper__tab-item {
  position: relative;
  width: 25%;
}
.top-news-wrapper__tab-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 90%;
  margin: auto;
  background-color: rgba(7, 54, 113, 0.2);
}
.top-news-wrapper__tab-item a {
  display: block;
  width: 100%;
  padding: 15px 20px;
  background-color: #f2f5f9;
  color: #073671;
  font-weight: 600;
  text-align: center;
}
.top-news-wrapper__tab-item a:hover, .top-news-wrapper__tab-item a.active {
  background-color: #004097;
  color: #fff;
}
.top-news-wrapper__tab-item a.active {
  position: relative;
}
.top-news-wrapper__tab-item a.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -14px;
  left: 0;
  width: 8px;
  margin: 0 auto;
  border: 6px solid transparent;
  border-top: 8px solid #004097;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__news-list {
    margin-bottom: 20px;
  }
}
.top-news-wrapper__news-item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 20px 0;
  background: url("../img/common/icon_arrow_l-gray.svg") right 15px center no-repeat;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__news-item__inner {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0 !important;
  }
}
.top-news-wrapper__news-item__inner:hover {
  background-color: #f9f9f9;
}
.info-list .top-news-wrapper__news-item__inner {
  padding: 26px 0;
}
.top-news-wrapper__news-item__date {
  width: 10%;
  margin-right: 2%;
  color: #0071bd;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__news-item__date {
    width: 12%;
  }
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__news-item__date {
    width: 27%;
  }
}
.top-news-wrapper__news-item__cat {
  width: 12%;
  margin-right: 2%;
  padding: 7px 5px 7px 5px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__news-item__cat {
    width: 18%;
  }
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__news-item__cat {
    width: 30%;
    margin-right: 0;
    padding: 3px;
    font-size: 1.2rem;
  }
}
.top-news-wrapper__news-item__cat--info {
  background-color: #3b6cbe;
}
.top-news-wrapper__news-item__cat--training {
  background-color: #30a1d6;
}
.top-news-wrapper__news-item__cat--document {
  background-color: #83b33f;
}
.top-news-wrapper__news-item__txt {
  width: 74%;
  padding-right: 40px;
  color: #010101;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__news-item__txt {
    width: 66%;
  }
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__news-item__txt {
    width: 100%;
    margin-top: 5px;
    font-size: 1.4rem;
  }
}
.top-news-wrapper__btn {
  width: 180px;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__btn {
    margin: 0 auto;
  }
}
.top-news-wrapper__instagram {
  margin-top: 50px;
  width: 100%;
  max-width: 260px;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__instagram {
    margin: 45px auto 0;
  }
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__instagram {
    margin-top: 30px;
    max-width: 210px;
  }
}
.top-news-wrapper__instagram__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0 12px 15px;
  border: 2px solid;
  border-image: linear-gradient(135deg, #7638FA, #D300C5, #FFD600, #FF7A00, #FF0069) 1;
}
@media screen and (min-width: 1025px) {
  .top-news-wrapper__instagram__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__instagram__link {
    padding: 10px 0 10px 12px;
  }
}
.top-news-wrapper__instagram__icon {
  display: block;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__instagram__icon {
    width: 38px;
    height: 38px;
  }
}
.top-news-wrapper__instagram__text {
  margin-top: 2px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.8rem;
  color: #1f1f1f;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.04em;
  flex: 1;
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__instagram__text {
    font-size: 1.6rem;
  }
}
.top-news-wrapper__instagram__text span {
  display: block;
  font-family: "Overpass", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__instagram__text span {
    font-size: 1.4rem;
  }
}

.top-more-wrapper__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  .top-more-wrapper__list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.top-more-wrapper__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc((99.9% - 1px) / 2);
  height: 430px;
}
@media screen and (max-width: 599px) {
  .top-more-wrapper__item {
    width: 100%;
    height: 230px;
  }
}
.top-more-wrapper__item:first-child {
  margin-right: 1px;
}
@media screen and (max-width: 599px) {
  .top-more-wrapper__item:first-child {
    margin-right: 0;
    margin-bottom: 1px;
  }
}
.top-more-wrapper__item__inner {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 120px 0 80px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .top-more-wrapper__item__inner {
    padding: 38px 0 40px;
  }
}
.top-more-wrapper__item__inner::before, .top-more-wrapper__item__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top-more-wrapper__item__inner:hover .top-more-wrapper__item__btn span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #004097;
  border: 2px solid #004097;
}
.top-more-wrapper__item__inner:hover::before {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.top-more-wrapper__item__inner--interview::before {
  background: url("../img/top/img_interview.jpg") center no-repeat;
  background-size: cover;
}
.top-more-wrapper__item__inner--interview::after {
  background-color: rgba(2, 71, 102, 0.38);
}
.top-more-wrapper__item__inner--interview:hover::after {
  background-color: rgba(2, 71, 102, 0.65);
}
.top-more-wrapper__item__inner--data::before {
  background: url("../img/top/img_data.jpg") center no-repeat;
  background-size: cover;
}
.top-more-wrapper__item__inner--data::after {
  background-color: rgba(2, 28, 102, 0.45);
}
.top-more-wrapper__item__inner--data:hover::after {
  background-color: rgba(2, 28, 102, 0.65);
}
.top-more-wrapper__item__ttl {
  position: relative;
  z-index: 10;
  margin-bottom: 25px;
  padding-bottom: 18px;
  color: #fff;
  font-size: 3.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
@media screen and (max-width: 1024px) {
  .top-more-wrapper__item__ttl {
    padding-bottom: 15px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .top-more-wrapper__item__ttl {
    margin-bottom: 20px;
  }
}
.top-more-wrapper__item__ttl::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  margin: 0 auto;
}
.top-more-wrapper__item__ttl--interview::after {
  background-color: #1cb1e3;
}
.top-more-wrapper__item__ttl--data::after {
  background-color: #004097;
}
.top-more-wrapper__item__catch {
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
  color: #fff;
  font-size: 2.1rem;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
@media screen and (max-width: 1024px) {
  .top-more-wrapper__item__catch {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.top-more-wrapper__item__btn {
  position: relative;
  z-index: 10;
  width: 150px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .top-more-wrapper__item__btn {
    width: 130px;
  }
}
.top-more-wrapper__item__btn span {
  display: block;
  position: relative;
  padding: 12px 25px;
  border: 2px solid #fff;
  color: #fff !important;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .top-more-wrapper__item__btn span {
    padding: 6px 25px;
    border: 2px solid #fff;
    font-size: 1.4rem;
  }
}
.top-more-wrapper__item__btn span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 11px;
  height: 16px;
  margin: auto;
  background: url("../img/common/icon_arrow_white.svg") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 599px) {
  .top-more-wrapper__item__btn span::after {
    width: 8px;
    height: 11px;
  }
}

/*--------------------------------------------------------
information
----------------------------------------------------------*/
/* お知らせ詳細
---------------------------------------------------- */
.info-detail__ttl {
  position: relative;
  padding: 25px 0px 30px 0px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  .info-detail__ttl {
    margin-bottom: 20px;
    padding: 18px 0px;
  }
}
.info-detail__ttl::before {
  background: #004097;
  content: "";
  height: 3px;
  width: 30px;
  left: 0;
  position: absolute;
  top: 0px;
}
.info-detail__ttl .date {
  margin-bottom: 20px;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .info-detail__ttl .date {
    margin-bottom: 12px;
  }
}
.info-detail__ttl .day {
  color: #0071bd;
  font-size: 1.7rem;
  color: #004097;
  font-family: "Roboto", sans-serif;
  margin-right: 10px;
}
.info-detail__ttl .title {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .info-detail__ttl .title {
    font-size: 1.6rem;
  }
}

/* wysiwyg
---------------------------------------------------- */
#wysiwyg {
  /*デフォルトの処理*/
  line-height: 2;
  text-align: justify;
  margin-bottom: 70px;
  /*各テンプレートを囲むbox【必須】*/
  /*タイトル処理*/
  /*キャッチコピーの処理*/
  /*本文テキスト・写真回り込み処理*/
  /*ボタン*/
  /*写真の処理*/
  /*リスト*/
  /*テーブル*/
  /*youtube*/
  /*以下テンプレート外*/
}
@media screen and (max-width: 599px) {
  #wysiwyg {
    font-size: 14px;
    line-height: 1.8;
  }
}
#wysiwyg a {
  color: #004097;
  text-decoration: underline;
}
#wysiwyg a:hover {
  color: #004097;
  text-decoration: none;
}
#wysiwyg img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#wysiwyg .box {
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  #wysiwyg .box {
    margin-bottom: 15px;
  }
}
#wysiwyg .title-line {
  padding: 0 0 15px 15px;
  font-size: 20px;
  line-height: 1.2em;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 600;
  border-bottom: 1px dotted #bbb;
  position: relative;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-line {
    margin-bottom: -5px;
    padding: 0 0 10px 15px;
    font-size: 16px;
  }
}
#wysiwyg .title-line::before {
  content: "";
  top: 0;
  left: 0;
  width: 5px;
  height: calc(100% - 15px);
  background-color: #004097;
  position: absolute;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-line::before {
    height: calc(100% - 10px);
  }
}
#wysiwyg .title-obi {
  padding: 17px 20px 17px 25px;
  font-size: 17px;
  line-height: 1.2em;
  color: #004097;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  background-color: #f2f5f9;
  position: relative;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-obi {
    padding: 8px 20px;
    font-size: 14px;
  }
}
#wysiwyg .title-obi::before {
  content: "";
  top: calc(50% - 1px);
  left: 0;
  width: 15px;
  height: 4px;
  background-color: #004097;
  position: absolute;
}
#wysiwyg .copy01 {
  font-size: 2rem;
  line-height: 1.7;
  color: #004097;
  font-weight: 700;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  #wysiwyg .copy01 {
    margin-bottom: -5px;
    font-size: 15px;
  }
}
#wysiwyg .copy02 {
  font-size: 24px;
  line-height: 1.7;
  color: #004097;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  #wysiwyg .copy02 {
    margin-bottom: -5px;
    font-size: 16px;
  }
}
#wysiwyg .text {
  font-size: 16px;
  line-height: 2em;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  #wysiwyg .text {
    font-size: 14px;
    line-height: 1.8em;
  }
}
#wysiwyg .text--mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
}
#wysiwyg .img-right {
  margin: 7px 0 30px 30px;
  width: auto;
  max-width: 33%;
  float: right;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  #wysiwyg .img-right {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}
#wysiwyg .img-left {
  margin: 7px 30px 30px 0;
  width: auto;
  max-width: 33%;
  float: left;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  #wysiwyg .img-left {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}
#wysiwyg .btn-wrapper {
  text-align: center;
}
#wysiwyg .btn-wrapper a {
  padding: 20px 40px 20px 25px;
  font-size: 16px;
  line-height: 1.2em;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #004097;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  #wysiwyg .btn-wrapper a {
    padding: 15px 30px 15px 20px;
    font-size: 14px;
    text-align: left;
  }
}
#wysiwyg .btn-wrapper a::before {
  content: "";
  top: calc(50% - 4px);
  right: 15px;
  border-width: 4px 0 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}
#wysiwyg .btn-wrapper a:hover {
  color: #fff;
  background-color: #1f1f1f;
}
@media screen and (max-width: 1024px) {
  #wysiwyg .btn-wrapper a:hover {
    background-color: #004097;
  }
}
#wysiwyg .photo-3 {
  padding: 0;
  list-style: none;
}
#wysiwyg .photo-3 li {
  margin-left: 10px;
  width: calc((99.9% - 20px) / 3);
  float: left;
}
#wysiwyg .photo-3 li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  #wysiwyg .photo-3 li {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
    float: none;
  }
  #wysiwyg .photo-3 li:first-child {
    margin-top: 0;
  }
}
#wysiwyg .photo-2 {
  padding: 0;
  list-style: none;
}
#wysiwyg .photo-2 li {
  width: calc(50% - 5px);
  float: right;
  text-align: center;
}
#wysiwyg .photo-2 li:first-child {
  float: left;
}
@media screen and (max-width: 599px) {
  #wysiwyg .photo-2 li {
    width: calc((100% - 5px) / 2);
  }
}
#wysiwyg .photo-1 {
  width: 100%;
  text-align: center;
}
#wysiwyg .caption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  #wysiwyg .caption {
    margin-top: 5px;
    font-size: 12px;
  }
}
#wysiwyg .list-wrapper {
  padding: 30px;
  background-color: #f7f7f7;
  list-style: none;
}
@media screen and (max-width: 599px) {
  #wysiwyg .list-wrapper {
    padding: 20px;
  }
}
#wysiwyg .list-wrapper li {
  margin-top: 10px;
  padding-left: 1.2em;
  font-size: 16px;
  line-height: 1.5em;
  text-align: justify;
  position: relative;
}
#wysiwyg .list-wrapper li:first-child {
  margin-top: 0;
}
#wysiwyg .list-wrapper li::before {
  content: "";
  top: 6px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: #004097;
  position: absolute;
}
@media screen and (max-width: 599px) {
  #wysiwyg .list-wrapper li {
    margin-top: 7px;
    font-size: 13px;
  }
  #wysiwyg .list-wrapper li::before {
    content: "";
    top: 5px;
    left: 0px;
    width: 6px;
    height: 6px;
  }
}
#wysiwyg .table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
#wysiwyg .table thead th {
  padding: 12px 10px;
  font-size: 15px;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #004097;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  #wysiwyg .table thead th {
    padding: 7px 5px 5px;
    font-size: 12px;
  }
}
#wysiwyg .table th {
  padding: 15px 10px;
  font-size: 15px;
  line-height: 1.3em;
  text-align: center;
  vertical-align: middle;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  #wysiwyg .table th {
    padding: 7px 5px 5px;
    font-size: 12px;
  }
}
#wysiwyg .table td {
  padding: 15px;
  font-size: 15px;
  line-height: 1.3em;
  text-align: justify;
  vertical-align: middle;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  #wysiwyg .table td {
    padding: 7px 5px 5px;
    font-size: 12px;
  }
}
#wysiwyg .youtube-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  position: relative;
}
#wysiwyg .youtube-wrapper::before {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}
#wysiwyg .youtube-wrapper iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#wysiwyg .left {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
#wysiwyg .center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#wysiwyg .right {
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
#wysiwyg h1 {
  font-size: 240%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
}
#wysiwyg h2 {
  font-size: 180%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  border-bottom: none;
}
#wysiwyg h3 {
  font-size: 140%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
  color: #1f1f1f;
}
#wysiwyg h4 {
  font-size: 120%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  color: #1f1f1f;
}
#wysiwyg h5 {
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
#wysiwyg h6 {
  font-size: 82%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
#wysiwyg ul {
  padding-left: 25px;
  list-style-type: disc;
}
#wysiwyg ol {
  margin: 1em 0;
  padding-left: 25px;
  list-style-type: decimal;
}
#wysiwyg li {
  list-style: inherit;
}
#wysiwyg blockquote {
  padding-left: 1em;
}
#wysiwyg table {
  font-size: 100%;
  border-collapse: collapse;
}
#wysiwyg hr {
  display: block;
}
#wysiwyg em {
  font-style: italic !important;
}
#wysiwyg strong {
  font-weight: bold !important;
}
#wysiwyg em strong, #wysiwyg strong em {
  font-style: italic !important;
  font-weight: bold !important;
}

/*--------------------------------------------------------
About
----------------------------------------------------------*/
/* message */
.about-message__intro {
  display: flex;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .about-message__intro {
    flex-wrap: wrap;
  }
}
.about-message__intro-catch {
  color: #1cb1e3;
  font-family: "Bad Script", cursive;
  font-size: 64px;
  font-weight: normal;
  transform: rotate(-10deg);
  position: absolute;
  top: -45px;
  left: 50px;
  z-index: 4;
}
@media screen and (max-width: 1024px) {
  .about-message__intro-catch {
    position: absolute;
    font-size: 54px;
    line-height: 1;
    top: -25px;
    right: 10px;
    left: auto;
  }
}
@media screen and (max-width: 599px) {
  .about-message__intro-catch {
    font-size: 40px;
  }
}
.about-message__intro__mov {
  width: 50%;
  position: relative;
  z-index: 1;
  min-width: 800px;
}
@media screen and (max-width: 1024px) {
  .about-message__intro__mov {
    width: 100%;
    min-width: 100%;
  }
}
.about-message__intro__mov img {
  width: 100%;
}
.about-message__intro__title {
  width: 40vw;
  min-width: 570px;
  margin-left: -75px;
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about-message__intro__title {
    width: 100%;
    min-width: 100%;
    margin: 0;
    background: #eaf2fb;
  }
}
.about-message__intro__title::before {
  background: #eaf2fb;
  content: "";
  height: 100%;
  width: 120%;
  box-sizing: border-box;
  top: 50px;
  left: -80px;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .about-message__intro__title::before {
    content: none;
  }
}
.about-message__intro__title-txt {
  position: relative;
  z-index: 3;
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .about-message__intro__title-txt {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .about-message__intro__title-txt-copy {
    background: #004097;
    padding: 15px 0px;
    line-height: 1.2;
  }
}
.about-message__intro__title-txt-copy span {
  font-size: 26px;
  color: #fff;
  display: inline-block;
  background: #004097;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  z-index: 3;
  margin: 0 0 20px;
  padding: 4px 22px;
  line-height: 1.8;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .about-message__intro__title-txt-copy span {
    background: none;
    font-size: 24px;
    margin: 0;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 599px) {
  .about-message__intro__title-txt-copy span {
    display: inline;
    font-size: 16px;
    padding: 5px 20px;
  }
}
.about-message__intro__title-txt-copy-01 {
  margin-left: -30px !important;
}
@media screen and (max-width: 1024px) {
  .about-message__intro__title-txt-copy-01 {
    width: auto;
    margin-left: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .about-message__intro__title-txt-copy-02 {
    width: auto;
    padding-top: 0 !important;
  }
}
.about-message__intro__title-txt-nameblock {
  width: 560px;
  margin-top: 70px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .about-message__intro__title-txt-nameblock {
    width: 100%;
    margin-top: 0;
    padding: 14px 20px;
  }
}
.about-message__intro__title-position {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .about-message__intro__title-name {
    width: 100px;
    margin-left: auto;
  }
}
.about-message__contents {
  width: 1200px;
  margin: 120px auto 60px;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .about-message__contents {
    width: 100%;
    margin: 60px auto;
    flex-wrap: wrap-reverse;
  }
}
.about-message__contents-text {
  margin-right: 55px;
  line-height: 2.1;
}
@media screen and (max-width: 1024px) {
  .about-message__contents-text {
    margin-right: 0;
  }
}
.about-message__contents-img {
  min-width: 400px;
}
@media screen and (max-width: 1024px) {
  .about-message__contents-img {
    min-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.about-message__text {
  text-align: center;
  margin: 130px 0px 50px 0px;
}

/* staff */
.about-staff__wrapper {
  overflow: hidden;
}
.about-staff__ttl {
  width: 190px;
  height: 180px;
  background: #004097;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.2rem;
  float: left;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .about-staff__ttl {
    width: 130px;
    height: 120px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .about-staff__ttl {
    width: auto;
    height: auto;
    font-size: 1.5rem;
    float: none;
    padding: 8px;
    margin-bottom: 20px;
  }
}
.about-staff__list {
  float: right;
  width: 100%;
  margin-left: -255px;
  padding-left: 255px;
  box-sizing: border-box;
  padding-bottom: 20px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 1024px) {
  .about-staff__list {
    margin-left: -160px;
    padding-left: 160px;
    margin-bottom: 40px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 599px) {
  .about-staff__list {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
  }
}
.about-staff__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .about-staff__list li {
    margin-bottom: 30px;
  }
}
.about-staff__list li.no-photo {
  display: block;
}
.about-staff__list__ph {
  width: 220px;
}
@media screen and (max-width: 1024px) {
  .about-staff__list__ph {
    width: 170px;
  }
}
@media screen and (max-width: 599px) {
  .about-staff__list__ph {
    width: 65%;
    margin: 5px auto 0 auto;
  }
}
.about-staff__list__inr {
  width: calc(100% - 255px);
}
@media screen and (max-width: 1024px) {
  .about-staff__list__inr {
    width: calc(100% - 190px);
  }
}
@media screen and (max-width: 599px) {
  .about-staff__list__inr {
    width: 100%;
  }
}
.about-staff__list__ttl {
  position: relative;
  background: #f2f7fc;
  padding: 23px 20px 23px 42px;
  margin-bottom: 22px;
}
@media screen and (max-width: 1024px) {
  .about-staff__list__ttl {
    margin-bottom: 17px;
    padding: 18px 20px 18px 40px;
  }
}
@media screen and (max-width: 599px) {
  .about-staff__list__ttl {
    margin-bottom: 10px;
    padding: 14px 10px 14px 18px;
  }
}
.about-staff__list__ttl:before {
  background: #004097;
  content: "";
  height: 75%;
  width: 3px;
  left: 20px;
  position: absolute;
  top: 0px;
}
@media screen and (max-width: 599px) {
  .about-staff__list__ttl:before {
    left: 6px;
  }
}
.about-staff__list__ttl__post {
  margin-bottom: 3px;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .about-staff__list__ttl__post {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 599px) {
  .about-staff__list__ttl__post {
    font-size: 1.2rem;
    letter-spacing: -0.5px;
  }
}
.about-staff__list__ttl__position {
  position: absolute;
  top: calc(50% - 15px);
  right: 25px;
  border: 1px solid #004097;
  color: #004097;
  min-width: 80px;
  text-align: center;
  padding: 4px 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .about-staff__list__ttl__position {
    min-width: auto;
    line-height: 1.2;
    padding: 4px 6px;
  }
}
@media screen and (max-width: 599px) {
  .about-staff__list__ttl__position {
    padding: 4px 4px;
    font-size: 1.2rem;
    min-width: auto;
    right: 8px;
    top: calc(50% - 12px);
  }
}
@media screen and (max-width: 599px) {
  .about-staff__list__ttl__position.short {
    top: calc(50% - 20px);
  }
}
.about-staff__list__ttl__name {
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  .about-staff__list__ttl__name {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 599px) {
  .about-staff__list__ttl__name {
    font-size: 1.7rem;
  }
}
.about-staff__list__ttl__name span {
  font-size: 1.7rem;
  color: #1cb1e3;
  margin-left: 30px;
  letter-spacing: 0px;
}
@media screen and (max-width: 1024px) {
  .about-staff__list__ttl__name span {
    font-size: 1.4rem;
    margin-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  .about-staff__list__ttl__name span {
    margin-left: 6px;
    font-size: 1.2rem;
  }
}
.about-staff__list__info dt {
  position: relative;
  float: left;
  color: #004097;
  width: 160px;
  padding-left: 24px;
}
@media screen and (max-width: 1024px) {
  .about-staff__list__info dt {
    width: 135px;
  }
}
@media screen and (max-width: 599px) {
  .about-staff__list__info dt {
    float: none;
    padding-left: 15px;
    width: auto;
    font-size: 1.4rem;
    margin-bottom: 8px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
  }
}
.about-staff__list__info dt::before {
  background: #004097;
  content: "";
  height: 1px;
  width: 15px;
  left: 2px;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 599px) {
  .about-staff__list__info dt::before {
    width: 8px;
  }
}
.about-staff__list__info dd {
  overflow: hidden;
  margin-bottom: 8px;
}
@media screen and (max-width: 599px) {
  .about-staff__list__info dd {
    margin-bottom: 4px;
    padding-left: 3px;
    padding-bottom: 8px;
    font-size: 1.4rem;
  }
}
.about-staff__link {
  overflow: hidden;
}
.about-staff__link__ttl {
  position: relative;
  font-size: 2.3rem;
  font-weight: 400;
  float: left;
  padding-left: 25px;
  padding-top: 6px;
  color: #004097;
}
@media screen and (max-width: 1024px) {
  .about-staff__link__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .about-staff__link__ttl {
    float: none;
    font-size: 1.7rem;
    padding-left: 15px;
    margin-bottom: 15px;
  }
}
.about-staff__link__ttl::before {
  background: #004097;
  content: "";
  height: 46px;
  width: 8px;
  left: 0;
  position: absolute;
  top: 3px;
}
@media screen and (max-width: 599px) {
  .about-staff__link__ttl::before {
    height: 30px;
    width: 4px;
  }
}
.about-staff__link__list {
  overflow: hidden;
  float: right;
  width: 100%;
  margin-left: -255px;
  padding-left: 255px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .about-staff__link__list {
    margin-left: -160px;
    padding-left: 160px;
  }
}
@media screen and (max-width: 599px) {
  .about-staff__link__list {
    float: none;
    margin-left: 0px;
    padding-left: 0px;
  }
}
.about-staff__link__list li {
  position: relative;
  margin-bottom: 8px;
  font-size: 1.6rem;
  padding-left: 25px;
}
@media screen and (max-width: 599px) {
  .about-staff__link__list li {
    font-size: 1.4rem;
    padding-left: 20px;
  }
}
.about-staff__link__list li a {
  margin-left: 25px;
}
@media screen and (max-width: 1024px) {
  .about-staff__link__list li a {
    margin-left: 0px;
    display: block;
  }
}
.about-staff__link__list li::before {
  background: #77a0d8;
  content: "";
  height: 14px;
  width: 14px;
  left: 0;
  position: absolute;
  top: 5px;
  border-radius: 50%;
}

/*--------------------------------------------------------
Features
----------------------------------------------------------*/
/* message */
.features-intro {
  max-width: 1200px;
  margin: 0px auto 60px auto;
}
@media screen and (max-width: 599px) {
  .features-intro {
    margin-bottom: 35px;
  }
}

.features-box {
  position: relative;
  margin-bottom: 70px;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .features-box {
    margin: 0 -20px 80px;
  }
}
@media screen and (max-width: 599px) {
  .features-box {
    margin-bottom: 55px;
  }
}
.features-box::before {
  background: #eaf2fb;
  content: "";
  height: 180px;
  width: 80%;
  left: 0;
  bottom: 45px;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .features-box::before {
    width: 100%;
    bottom: -25px;
  }
}
.features-box__inner {
  max-width: 1200px;
  margin: 0px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .features-box__inner {
    display: block;
  }
}
.features-box__ttl {
  position: relative;
  z-index: 3;
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 1024px) {
  .features-box__ttl {
    width: 180px;
    height: 120px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .features-box__ttl {
    width: 130px;
    height: 90px;
  }
}
.features-box__ttl span {
  width: 100%;
  height: 100%;
  background: #004097;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 2.7rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .features-box__ttl span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .features-box__ttl span {
    font-size: 1.9rem;
  }
}
.features-box__ttl::after {
  background: #1cb1e3;
  content: "";
  height: 100%;
  width: 100%;
  left: -15px;
  bottom: -15px;
  position: absolute;
  z-index: -2;
}
@media screen and (max-width: 599px) {
  .features-box__ttl::after {
    left: -10px;
    bottom: -10px;
  }
}
.features-box__text {
  position: relative;
  z-index: 4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 75px;
  padding-left: 30px;
  width: 45.8%;
}
@media screen and (max-width: 1024px) {
  .features-box__text {
    text-align: center;
    width: 100%;
    padding: 50px 20px 0px;
  }
}
@media screen and (max-width: 599px) {
  .features-box__text {
    padding-top: 30px;
  }
}
.features-box__text__catch {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 2.4rem;
  color: #1cb1e3;
  font-weight: 500;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .features-box__text__catch {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .features-box__text__catch {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.features-box__ph {
  width: 35.8%;
}
@media screen and (max-width: 1024px) {
  .features-box__ph {
    width: 60% !important;
    margin: 30px auto 0 auto !important;
  }
}
@media screen and (max-width: 599px) {
  .features-box__ph {
    width: 75% !important;
    margin-top: 15px !important;
  }
}
.features-box__ph img {
  position: relative;
  z-index: 5;
  top: -20px;
  width: 520px;
  max-width: 520px;
  height: 380px;
}
@media screen and (max-width: 1024px) {
  .features-box__ph img {
    top: 0;
    height: auto;
    width: 100% !important;
    max-width: 100% !important;
  }
}
.features-box__re::before {
  left: auto;
  right: 0;
}
.features-box__re .features-box__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.features-box__re .features-box__ph img {
  right: auto;
  left: -90px;
}
@media screen and (max-width: 1024px) {
  .features-box__re .features-box__ph img {
    left: inherit;
  }
}
.features-box__re .features-box__ttl::after {
  left: auto;
  right: -15px;
}
@media screen and (max-width: 599px) {
  .features-box__re .features-box__ttl::after {
    right: -10px;
  }
}

.features-demo {
  position: relative;
  margin-bottom: 75px;
}
.features-demo img {
  position: relative;
  z-index: 2;
  max-width: initial;
}
.features-demo::before {
  background: #eaf2fb;
  content: "";
  height: 190px;
  width: 80%;
  left: 0;
  position: absolute;
  bottom: 20px;
  z-index: 1;
}
.features-demo__re::before {
  left: auto;
  right: 0;
}
.features-demo__re img {
  position: relative;
  z-index: 2;
  left: -90px;
}
.features-demo__inner {
  max-width: 1200px;
  margin: 0px auto;
}

/*--------------------------------------------------------
Research
----------------------------------------------------------*/
.research-intro {
  margin-bottom: 40px;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .research-intro {
    margin-bottom: 25px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 599px) {
  .research-intro {
    font-size: 1.5rem;
  }
}

.research-wrapper {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .research-wrapper {
    margin-bottom: 50px;
  }
}
.research-wrapper__box {
  background: #eaf2fb;
  width: 80%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 55px 45px 45px 45px;
}
@media screen and (max-width: 1024px) {
  .research-wrapper__box {
    padding: 30px 25px 20px 25px;
  }
}
@media screen and (max-width: 599px) {
  .research-wrapper__box {
    width: 100%;
    padding: 18px 10px 10px 15px;
  }
}
.research-wrapper__box__list {
  margin-right: 23%;
}
@media screen and (max-width: 1024px) {
  .research-wrapper__box__list {
    margin-right: 20%;
  }
}
@media screen and (max-width: 599px) {
  .research-wrapper__box__list {
    margin-right: 0;
  }
}
.research-wrapper__box__list li {
  background: #fff;
  margin-bottom: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .research-wrapper__box__list li {
    margin-bottom: 8px;
  }
}
.research-wrapper__box__list li .text {
  padding: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .research-wrapper__box__list li .text {
    padding: 13px 8px 13px 10px;
  }
}
.research-wrapper__box__list li .num {
  background: #004097;
  color: #fff;
  padding: 18px 12px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .research-wrapper__box__list li .num {
    padding: 13px 6px;
  }
}
.research-wrapper__ph {
  position: absolute;
  right: 0;
  top: 60px;
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .research-wrapper__ph {
    right: -20px;
  }
}
@media screen and (max-width: 599px) {
  .research-wrapper__ph {
    position: relative;
    width: 75%;
    top: 0px;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.research-wrapper__ph img {
  position: relative;
  z-index: 2;
}
.research-wrapper__ph::before {
  background: #004097;
  content: "";
  height: 100%;
  width: 100%;
  left: -30px;
  position: absolute;
  top: 30px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .research-wrapper__ph::before {
    left: -20px;
    top: 20px;
  }
}

.research-results__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .research-results__list {
    gap: 10px;
  }
}
.research-results__list li {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 1024px) {
  .research-results__list li {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .research-results__list li {
    width: 100%;
  }
}
.research-results__list li > .icon-btn {
  padding: 15px 30px 15px 30px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .research-results__list li > .icon-btn {
    padding: 13px 20px 13px 20px;
  }
}

/*--------------------------------------------------------
Recruit
----------------------------------------------------------*/
/* index */
.recruit-index__intro {
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .recruit-index__intro {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-index__intro {
    margin-bottom: 30px;
  }
}
.recruit-index__intro::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 0;
  width: calc(50% + 600px);
  height: 100%;
  background: #f1f5fa;
}
@media screen and (max-width: 1024px) {
  .recruit-index__intro::before {
    display: none;
  }
}
.recruit-index__intro__inner {
  max-width: 1330px;
  margin: 0 auto;
}
.recruit-index__intro__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .recruit-index__intro__container {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.recruit-index__intro__text-block {
  position: relative;
  width: 45%;
  margin-right: 6%;
}
@media screen and (max-width: 1024px) {
  .recruit-index__intro__text-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.recruit-index__intro__text-block__title {
  margin-bottom: 30px;
  color: #1cb1e3;
  font-family: "Bad Script", cursive;
  font-size: 7rem;
  font-weight: normal;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
@media screen and (min-width: 1025px) {
  .recruit-index__intro__text-block__title {
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-index__intro__text-block__title {
    margin: 0 auto 20px;
    font-size: 5rem;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .recruit-index__intro__text-block__title {
    margin: 0 auto 10px;
    font-size: 3.8rem;
  }
}
.recruit-index__intro__text-block__body {
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  .recruit-index__intro__text-block__body {
    padding-left: 0;
  }
}
.recruit-index__intro__text-block__catch {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 22px;
  color: #004097;
  font-size: 2.55rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .recruit-index__intro__text-block__catch {
    margin-bottom: 20px;
    font-size: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .recruit-index__intro__text-block__catch {
    font-size: 1.8rem;
  }
}
.recruit-index__intro__text-block__catch::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 46px;
  height: 2px;
  background-color: #1cb1e3;
}
@media screen and (max-width: 1024px) {
  .recruit-index__intro__text-block__catch::after {
    right: 0;
    margin: auto;
  }
}
.recruit-index__intro__text-block__text {
  color: #1f1f1f;
  font-size: 1.6rem;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.87;
}
@media screen and (max-width: 1024px) {
  .recruit-index__intro__text-block__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.recruit-index__intro__image {
  -ms-flex-item-align: baseline;
  align-self: baseline;
  position: relative;
  width: 49%;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .recruit-index__intro__image {
    width: 100%;
  }
}
.recruit-index__intro__image::after {
  content: "";
  position: absolute;
  top: 73px;
  left: 136px;
  width: calc(99.9% - 72px);
  height: calc(99.9% - 21px);
  background-color: #004097;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .recruit-index__intro__image::after {
    top: 50px;
  }
}
.recruit-index__intro__image img {
  max-width: 650px;
  width: 100%;
}
.recruit-index__program__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 75px 0 70px;
}
@media screen and (max-width: 1024px) {
  .recruit-index__program__inner {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-index__program__inner {
    padding: 40px 0 50px;
  }
}
.recruit-index__program__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .recruit-index__program__container {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .recruit-index__program__container {
    margin-bottom: 30px;
  }
}
.recruit-index__program__text-block {
  width: 51%;
  margin-right: 5%;
}
@media screen and (max-width: 1024px) {
  .recruit-index__program__text-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.recruit-index__program__text-block__text {
  margin-bottom: 20px;
  color: #1f1f1f;
  font-size: 1.6rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 1024px) {
  .recruit-index__program__text-block__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-index__program__text-block__button {
    text-align: center;
  }
}
.recruit-index__program__image {
  width: 44%;
}
@media screen and (max-width: 1024px) {
  .recruit-index__program__image {
    width: 100%;
    text-align: center;
  }
}
.recruit-index__program__image img {
  max-width: 530px;
  width: 100%;
}
.recruit-index__program__content-box {
  padding: 35px 60px;
  border: 3px solid #eae8e8;
}
@media screen and (max-width: 1024px) {
  .recruit-index__program__content-box {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-index__program__content-box {
    padding: 10px;
    border: 2px solid #eae8e8;
  }
}
.recruit-index__program__schedule {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.recruit-index__program__schedule__year {
  width: 180px;
  margin-right: 20px;
  padding-top: 10px;
  background-color: #6887c2;
}
@media screen and (max-width: 1024px) {
  .recruit-index__program__schedule__year {
    width: 84px;
    padding-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .recruit-index__program__schedule__year {
    width: 50px;
    margin-right: 10px;
  }
}
.recruit-index__program__schedule__year li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 25px 20px 38px;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .recruit-index__program__schedule__year li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .recruit-index__program__schedule__year li {
    padding: 25px 5px 38px !important;
    font-size: 1.3rem;
    text-align: center;
  }
  .recruit-index__program__schedule__year li:nth-child(2) {
    height: 120px;
  }
}
.recruit-index__program__schedule__year li.long {
  padding: 70px 20px 83px;
}
.recruit-index__program__schedule__year li:not(:last-child)::before, .recruit-index__program__schedule__year li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border: 90px solid transparent;
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .recruit-index__program__schedule__year li:not(:last-child)::before, .recruit-index__program__schedule__year li:not(:last-child)::after {
    border: 42px solid transparent;
    border-bottom: none;
  }
}
@media screen and (max-width: 599px) {
  .recruit-index__program__schedule__year li:not(:last-child)::before, .recruit-index__program__schedule__year li:not(:last-child)::after {
    border: 25px solid transparent;
    border-bottom: none;
  }
}
.recruit-index__program__schedule__year li:not(:last-child)::before {
  border-top: 20px solid #fff;
}
@media screen and (max-width: 599px) {
  .recruit-index__program__schedule__year li:not(:last-child)::before {
    border-top: 15px solid #fff;
  }
}
.recruit-index__program__schedule__year li:not(:last-child)::after {
  bottom: 1px;
  border-top: 20px solid #6887c2;
}
@media screen and (max-width: 599px) {
  .recruit-index__program__schedule__year li:not(:last-child)::after {
    border-top: 15px solid #6887c2;
  }
}
.recruit-index__program__schedule__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(99.9% - 180px - 20px);
  margin-top: -22px;
}
@media screen and (max-width: 1024px) {
  .recruit-index__program__schedule__details {
    width: calc(99.9% - 84px - 20px);
    margin-top: -20px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-index__program__schedule__details {
    width: calc(99.9% - 50px - 10px);
    margin-top: -10px;
  }
}
.recruit-index__program__schedule__details > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 22px;
  padding: 10px 20px;
  background-color: #fcf6ed;
  border: 1px solid #dedede;
  color: #4b431d;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: center;
  line-height: 1.33;
}
@media screen and (max-width: 1024px) {
  .recruit-index__program__schedule__details > li {
    margin-top: 20px;
    padding: 15px 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .recruit-index__program__schedule__details > li {
    margin-top: 10px;
    padding: 15px 8px;
    font-size: 1.3rem;
  }
}
.recruit-index__program__schedule__details > li .red-text {
  color: #e15f51;
}
.recruit-index__program__schedule__details > li.half {
  position: relative;
  width: 48%;
  padding: 10px 10px 35px 10px;
  font-size: 1.7rem;
}
@media screen and (max-width: 1024px) {
  .recruit-index__program__schedule__details > li.half {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 599px) {
  .recruit-index__program__schedule__details > li.half {
    padding: 5px 5px 30px 5px;
  }
}
.recruit-index__program__schedule__details > li.half .box {
  background: #fff;
  padding: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  width: 100%;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 599px) {
  .recruit-index__program__schedule__details > li.half .box {
    padding: 4px;
    font-size: 1.3rem;
    letter-spacing: -1px;
  }
}
.recruit-index__program__schedule__details > li.half .renkei {
  position: absolute;
  bottom: 8px;
  background: #e15f51;
  color: #fff;
  padding: 3px 20px;
  font-size: 1.6rem;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 599px) {
  .recruit-index__program__schedule__details > li.half .renkei {
    font-size: 1.3rem;
  }
}
.recruit-index__program__schedule__details > li.l-y-green {
  background-color: #f3f8ed;
  color: #4b5c36;
}
.recruit-index__program__schedule__details > li.l-y-green::before {
  background: #6887c2;
  border-radius: 100%;
  content: "OR";
  color: #fff;
  line-height: 2.2;
  height: 40px;
  width: 40px;
  right: -38px;
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .recruit-index__program__schedule__details > li.l-y-green::before {
    line-height: 2.8;
    right: -32px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-index__program__schedule__details > li.l-y-green::before {
    right: -23px;
    height: 30px;
    width: 30px;
    font-size: 1.3rem;
    line-height: 2.3;
  }
}
.recruit-index__program__schedule__details > li.l-green {
  background-color: #e8f7f7;
  color: #315353;
}
.recruit-index__program__schedule__details > li > ul {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.recruit-index__program__schedule__details > li > ul li {
  list-style: disc;
  margin-left: 1.5em;
  text-align: left;
}
.recruit-index__relation {
  background: #f1f5fa;
}
.recruit-index__relation__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 55px 0px 70px;
}
@media screen and (max-width: 1024px) {
  .recruit-index__relation__inner {
    padding: 30px 20px 40px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-index__relation__inner {
    padding: 20px 15px 30px;
  }
}
.recruit-index__relation .center-title02 {
  margin-bottom: 36px;
}
@media screen and (max-width: 1024px) {
  .recruit-index__relation .center-title02 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-index__relation .center-title02 {
    margin-bottom: 25px;
  }
}
.recruit-index__relation__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -8px;
}
.recruit-index__relation__item {
  width: 32.3%;
  margin-top: 8px;
  margin-right: 1.5%;
}
@media screen and (max-width: 599px) {
  .recruit-index__relation__item {
    width: 100%;
    margin-right: 0;
  }
}
.recruit-index__relation__item:nth-child(3n) {
  margin-right: 0;
}
.recruit-index__relation__item__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 20px 10px 18px 40px;
  background-color: #fff;
  color: #1f1f1f !important;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .recruit-index__relation__item__link {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .recruit-index__relation__item__link {
    padding: 10px 5px 10px 27px;
  }
}
.recruit-index__relation__item__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  width: 11px;
  height: 11px;
  border-style: solid;
  border-width: 4px;
  border-color: #004097;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .recruit-index__relation__item__link::before {
    left: 8px;
  }
}
.recruit-index__relation__item__link:hover {
  background-color: #f3f8fe;
}
.recruit-index__guideline__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 75px 0 0;
}
@media screen and (max-width: 1024px) {
  .recruit-index__guideline__inner {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .recruit-index__guideline__inner {
    padding: 40px 0 0;
  }
}
.recruit-index__guideline__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0 50px;
}
@media screen and (max-width: 1024px) {
  .recruit-index__guideline__container {
    padding: 30px 0 40px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-index__guideline__container {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0 30px;
  }
}
.recruit-index__guideline__container:nth-of-type(1) {
  margin-bottom: 25px;
  border-top: 2px solid #e1e1e1;
  border-bottom: 2px solid #e1e1e1;
}
@media screen and (max-width: 599px) {
  .recruit-index__guideline__container:nth-of-type(1) {
    margin-bottom: 10px;
  }
}
.recruit-index__guideline__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 212px;
  height: 197px;
  margin-right: 60px;
  background-color: #004097;
  color: #fff;
  font-size: 2.2rem;
}
@media screen and (max-width: 1024px) {
  .recruit-index__guideline__title {
    width: 180px;
    height: 180px;
    margin-right: 40px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .recruit-index__guideline__title {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 8px;
    font-size: 1.6rem;
  }
}
.recruit-index__guideline__text-area {
  width: calc(99.9% - 212px - 60px);
}
@media screen and (max-width: 1024px) {
  .recruit-index__guideline__text-area {
    width: calc(99.9% - 180px - 40px);
  }
}
@media screen and (max-width: 599px) {
  .recruit-index__guideline__text-area {
    width: 100%;
  }
}
.recruit-index__guideline__text-area__text {
  margin-bottom: 18px;
  color: #1f1f1f;
  font-size: 1.6rem;
  line-height: 1.87;
}
@media screen and (max-width: 1024px) {
  .recruit-index__guideline__text-area__text {
    margin-bottom: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.recruit-index__guideline__text-area .custom-list {
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .recruit-index__guideline__text-area .custom-list {
    margin-bottom: 20px;
  }
}
.recruit-index__guideline__text-area .base-table th {
  width: 147px;
}
@media screen and (max-width: 599px) {
  .recruit-index__guideline__text-area .base-table th {
    width: 100px;
  }
}
.recruit-index__guideline__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .recruit-index__guideline__contact {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-index__guideline__contact {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.recruit-index__guideline__contact__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 220px;
  height: 200px;
  background-color: #004097;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .recruit-index__guideline__contact__title {
    width: 180px;
    height: auto;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .recruit-index__guideline__contact__title {
    width: 100%;
    padding: 10px;
    font-size: 1.6rem;
  }
}
.recruit-index__guideline__contact__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(99.9% - 220px);
  padding: 10px 40px;
  border: 1px solid #004097;
}
@media screen and (max-width: 1024px) {
  .recruit-index__guideline__contact__detail {
    width: calc(99.9% - 180px);
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-index__guideline__contact__detail {
    width: 100%;
    padding: 20px;
  }
}
.recruit-index__guideline__contact__detail__text {
  color: #1f1f1f;
  font-size: 1.6rem;
  line-height: 1.87;
}
@media screen and (max-width: 1024px) {
  .recruit-index__guideline__contact__detail__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1025px) {
  .recruit-index__guideline__contact__detail__text a[href^="tel:"] {
    color: inherit !important;
  }
}
.recruit-index__guideline__contact__detail__text a.mail {
  position: relative;
  padding-left: 30px;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .recruit-index__guideline__contact__detail__text a.mail {
    padding-left: 28px;
  }
}
.recruit-index__guideline__contact__detail__text a.mail::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 23px;
  height: 19px;
  background: url("../img/common/icon_mail.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 599px) {
  .recruit-index__guideline__contact__detail__text a.mail::before {
    width: 20px;
    height: 17px;
  }
}
.recruit-index__guideline__contact__detail__text a.mail:hover {
  text-decoration: none;
}
.recruit-index__guideline__tour {
  padding: 75px 110px 80px;
  background-color: #f1f5fa;
}
@media screen and (max-width: 1024px) {
  .recruit-index__guideline__tour {
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-index__guideline__tour {
    padding: 25px 20px;
  }
}
.recruit-index__guideline__tour .center-title02 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .recruit-index__guideline__tour .center-title02 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-index__guideline__tour .center-title02 {
    margin-bottom: 20px;
  }
}
.recruit-index__guideline__tour__text {
  margin-bottom: 20px;
  color: #1f1f1f;
  font-size: 1.6rem;
  line-height: 1.87;
}
@media screen and (max-width: 1024px) {
  .recruit-index__guideline__tour__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.recruit-index__guideline__tour__text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 30px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .recruit-index__guideline__tour__text-box {
    margin-bottom: 30px;
    padding: 20px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-index__guideline__tour__text-box {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.recruit-index__guideline__tour__text-box dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 268px;
  margin-right: 30px;
  padding: 5px 0;
  border-right: 1px solid #d2d2d2;
}
@media screen and (max-width: 599px) {
  .recruit-index__guideline__tour__text-box dl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 0 0 10px;
    border-right: none;
    border-bottom: 1px solid #d2d2d2;
  }
}
.recruit-index__guideline__tour__text-box dl dt,
.recruit-index__guideline__tour__text-box dl dd {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .recruit-index__guideline__tour__text-box dl dt,
  .recruit-index__guideline__tour__text-box dl dd {
    font-size: 1.5rem;
  }
}
.recruit-index__guideline__tour__text-box dl dt {
  position: relative;
  width: 42%;
  padding-left: 28px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .recruit-index__guideline__tour__text-box dl dt {
    padding-left: 23px;
  }
}
.recruit-index__guideline__tour__text-box dl dt::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #004097;
}
.recruit-index__guideline__tour__text-box dl dd {
  width: 58%;
}
.recruit-index__guideline__tour__text-box .general-list {
  padding: 5px 0;
}
@media screen and (max-width: 599px) {
  .recruit-index__guideline__tour__text-box .general-list {
    padding: 0;
  }
}
.recruit-index__guideline__tour__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  .recruit-index__guideline__tour__contact {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.recruit-index__guideline__tour__contact__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 224px;
  height: 180px;
  background-color: #004097;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .recruit-index__guideline__tour__contact__title {
    width: 180px;
    height: auto;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .recruit-index__guideline__tour__contact__title {
    width: 100%;
    padding: 10px;
    font-size: 1.6rem;
  }
}
.recruit-index__guideline__tour__contact__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(99.9% - 220px);
  padding: 10px 40px;
  border: 1px solid #004097;
}
@media screen and (max-width: 1024px) {
  .recruit-index__guideline__tour__contact__detail {
    width: calc(99.9% - 180px);
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-index__guideline__tour__contact__detail {
    width: 100%;
    padding: 20px;
  }
}
.recruit-index__guideline__tour__contact__detail__text {
  color: #1f1f1f;
  font-size: 1.6rem;
  line-height: 1.87;
}
@media screen and (max-width: 1024px) {
  .recruit-index__guideline__tour__contact__detail__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1025px) {
  .recruit-index__guideline__tour__contact__detail__text a[href^="tel:"] {
    color: inherit !important;
  }
}
.recruit-index__guideline__tour__contact__detail__text a.mail {
  position: relative;
  padding-left: 30px;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .recruit-index__guideline__tour__contact__detail__text a.mail {
    padding-left: 28px;
  }
}
.recruit-index__guideline__tour__contact__detail__text a.mail::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 23px;
  height: 19px;
  background: url("../img/common/icon_mail.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 599px) {
  .recruit-index__guideline__tour__contact__detail__text a.mail::before {
    width: 20px;
    height: 17px;
  }
}
.recruit-index__guideline__tour__contact__detail__text a.mail:hover {
  text-decoration: none;
}

/* message */
.recruit-message__title {
  text-align: center;
  margin: 60px auto 40px;
  color: #1cb1e3;
}
@media screen and (max-width: 1024px) {
  .recruit-message__title {
    margin: 30px auto 20px;
  }
}
.recruit-message__title h3 {
  font-family: "Bad Script", cursive;
  font-size: 64px;
  font-weight: normal;
  transform: rotate(-10deg);
}
@media screen and (max-width: 1024px) {
  .recruit-message__title h3 {
    font-size: 52px;
  }
}
.recruit-message__title p {
  margin-top: -30px;
  margin-left: 100px;
}
.recruit-message__intro {
  display: flex;
  position: relative;
  z-index: 0;
  width: 1380px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .recruit-message__intro {
    width: 100%;
    flex-wrap: wrap;
  }
}
.recruit-message__intro-name {
  font-family: "Bad Script", cursive;
  font-size: 50px;
  font-weight: normal;
  color: #1cb1e3;
  transform: rotate(-10deg);
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 1024px) {
  .recruit-message__intro-name {
    position: absolute;
    font-size: 22px;
    line-height: 1;
    letter-spacing: -0.5px;
  }
}
.recruit-message__intro-name-01 {
  left: 195px;
  bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .recruit-message__intro-name-01 {
    left: 15px;
    bottom: 16px;
  }
}
.recruit-message__intro-name-02 {
  left: 100px;
  bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .recruit-message__intro-name-02 {
    left: 15px;
    bottom: 18px;
  }
}
.recruit-message__intro-name-03 {
  left: 125px;
  bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .recruit-message__intro-name-03 {
    left: 15px;
    bottom: 16px;
    width: 40%;
    line-height: 1.2;
  }
}
.recruit-message__intro__mov {
  min-width: 900px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .recruit-message__intro__mov {
    min-width: 100%;
  }
}
.recruit-message__intro__mov__inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  cursor: pointer;
}
.recruit-message__intro__mov .player {
  position: absolute;
  top: 0px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .recruit-message__intro__mov .player {
    width: 100% !important;
    min-width: 100% !important;
    height: 100% !important;
  }
}
.recruit-message__intro__mov .thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .recruit-message__intro__mov .thumb {
    position: inherit;
  }
}
.recruit-message__intro__title {
  width: 40vw;
  min-width: 650px;
  margin-left: -25px;
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .recruit-message__intro__title {
    width: 100%;
    min-width: 100%;
    margin: 0;
    background: #eaf2fb;
  }
}
.recruit-message__intro__title::before {
  background: #eaf2fb;
  content: "";
  height: 100%;
  width: 760px;
  box-sizing: border-box;
  top: 50px;
  left: -260px;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .recruit-message__intro__title::before {
    content: none;
  }
}
.recruit-message__intro__title-txt {
  position: relative;
  z-index: 3;
  margin-top: 140px;
}
@media screen and (max-width: 1024px) {
  .recruit-message__intro__title-txt {
    margin: 0 auto 0;
  }
}
.recruit-message__intro__title-txt-copy span {
  font-size: 28px;
  color: #fff;
  display: inline-block;
  background: #004097;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  z-index: 3;
  margin: 0 0 10px;
  padding: 4px 20px;
  line-height: 1.8;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .recruit-message__intro__title-txt-copy span {
    background: none;
    font-size: 20px;
    margin: 0;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-message__intro__title-txt-copy {
    background: #004097;
    padding: 10px 0px;
    line-height: 1.4;
  }
}
.recruit-message__intro__title-txt-copy-01 {
  margin-left: -30px !important;
}
@media screen and (max-width: 1024px) {
  .recruit-message__intro__title-txt-copy-01 {
    padding-bottom: 0 !important;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-message__intro__title-txt-copy-02 {
    padding-top: 0 !important;
  }
}
.recruit-message__intro__title-txt-nameblock {
  margin-top: 40px;
  margin-left: 60px;
}
@media screen and (max-width: 1024px) {
  .recruit-message__intro__title-txt-nameblock {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    text-align: right;
    padding: 10px 18px;
    line-height: 1.4;
  }
}
.recruit-message__intro__title span {
  width: fit-content;
  font-size: 28px;
  color: #fff;
  background: #004097;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  z-index: 3;
  margin: 0 0 10px;
  padding: 4px 20px;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .recruit-message__intro__title span {
    font-size: 17px;
    margin: 0;
    line-height: 1.4;
    padding: 1px 16px;
  }
}
.recruit-message__intro__title-message {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
@media screen and (max-width: 1024px) {
  .recruit-message__intro__title-message {
    font-size: 14px;
  }
}
.recruit-message__intro__title-name {
  font-size: 27px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
@media screen and (max-width: 1024px) {
  .recruit-message__intro__title-name {
    font-size: 18px;
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-message__intro-02 {
    flex-wrap: wrap-reverse;
  }
}
.recruit-message__intro-02 .recruit-message__intro__title {
  min-width: 480px;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .recruit-message__intro-02 .recruit-message__intro__title {
    min-width: auto;
  }
}
.recruit-message__intro-02 .recruit-message__intro__title-txt {
  padding: 0 50px;
}
@media screen and (max-width: 1024px) {
  .recruit-message__intro-02 .recruit-message__intro__title-txt {
    padding: 0;
  }
}
.recruit-message__intro-02 .recruit-message__intro__title-txt-copy-01 {
  margin-left: 0 !important;
}
.recruit-message__intro-02 .recruit-message__intro__title-txt div {
  margin-left: 0;
}
.recruit-message__intro-02 .recruit-message__intro__title::before {
  left: 0;
}
.recruit-message__faq {
  width: 1200px;
  margin: 100px auto;
}
@media screen and (max-width: 1024px) {
  .recruit-message__faq {
    width: 100%;
    margin: 40px auto;
  }
}
.recruit-message__faq__intro {
  margin-bottom: 30px;
}
.recruit-message__faq dl dt {
  color: #004097;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .recruit-message__faq dl dt {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.recruit-message__faq dl dd {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .recruit-message__faq dl dd {
    margin-bottom: 30px;
  }
}
.recruit-message__faq-btn {
  text-align: center;
  margin-bottom: 20px;
  margin: 0 auto 20px;
  width: 100px;
}
@media screen and (max-width: 1024px) {
  .recruit-message__faq-btn {
    width: 20vw;
    margin: 0 auto;
  }
}
.recruit-message__faq-btn .close01,
.recruit-message__faq-btn .close02,
.recruit-message__faq-btn .close03 {
  display: none;
}
.recruit-message__faq-more {
  display: none;
}
.recruit-message__faq-more-open {
  display: block !important;
}
.recruit-message__contents {
  width: 1200px;
  margin: 120px auto 60px;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .recruit-message__contents {
    width: 100%;
    margin: 60px auto;
    flex-wrap: wrap-reverse;
  }
}
.recruit-message__contents-text {
  margin-right: 60px;
  line-height: 2.2;
}
@media screen and (max-width: 1024px) {
  .recruit-message__contents-text {
    margin-right: 0;
  }
}
.recruit-message__contents-img {
  min-width: 400px;
}
@media screen and (max-width: 1024px) {
  .recruit-message__contents-img {
    min-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}

/*--------------------------------------------------------
Data
----------------------------------------------------------*/
.data-box {
  width: 1200px;
  margin: 45px auto;
}
@media screen and (max-width: 1024px) {
  .data-box {
    width: 100%;
    margin: 30px auto;
  }
}
@media screen and (max-width: 599px) {
  .data-box {
    padding: 0px 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 15px auto;
  }
}
.data-box > li {
  position: relative;
  border: 5px solid #dfe7f0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 38px 10px 0px 10px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .data-box > li {
    padding: 25px 20px 0px 20px;
  }
}
.data-box__three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .data-box__three {
    display: block;
  }
}
.data-box__three li {
  width: 32%;
  width: -webkit-calc( ( 100% - 60px ) / 3 );
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 1024px) {
  .data-box__three li {
    width: 32%;
    width: -webkit-calc( ( 100% - 30px ) / 3 );
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .data-box__three li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.data-box__two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .data-box__two {
    display: block;
  }
}
.data-box__two li:first-child {
  padding-left: 20px;
  padding-right: 20px;
  width: calc(60% - 30px);
}
@media screen and (max-width: 1024px) {
  .data-box__two li:first-child {
    width: calc(60% - 15px);
  }
}
@media screen and (max-width: 599px) {
  .data-box__two li:first-child {
    padding: 25px 5px 0px 5px;
  }
}
.data-box__two li:last-child {
  width: 40%;
}
.data-box__two li:last-child img {
  width: 380px;
}
@media screen and (max-width: 599px) {
  .data-box__two li {
    width: 100% !important;
    margin-bottom: 15px;
  }
}
.data-box__one .data-box__ttl {
  text-align: left;
}
.data-box__one .map {
  margin-top: -130px;
}
@media screen and (max-width: 1024px) {
  .data-box__one .map {
    margin-top: -100px;
  }
}
@media screen and (max-width: 599px) {
  .data-box__one .map {
    margin-top: 0;
  }
}
.data-box__one__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 599px) {
  .data-box__one__list {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .data-box__one__list .illust img {
    width: 70%;
    margin: 10px 0px;
  }
}
.data-box__ttl {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 13px;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .data-box__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .data-box__ttl {
    margin-bottom: 8px;
    font-size: 1.8rem;
    font-weight: 500;
  }
}
.data-box__ttl.icon01 {
  background: url(../img/data/icon_build.svg) no-repeat left bottom;
  background-size: 64px auto;
  padding-left: 80px;
  padding-top: 27px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .data-box__ttl.icon01 {
    background-size: 45px auto;
    padding-left: 55px;
    padding-top: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .data-box__ttl.icon01 {
    background-size: 38px auto;
    padding-left: 48px;
    margin-bottom: 8px;
  }
}
.data-box__ttl.icon02 {
  background: url(../img/data/icon_people.svg) no-repeat left bottom;
  background-size: 74px auto;
  padding-left: 85px;
  padding-top: 35px;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .data-box__ttl.icon02 {
    background-size: 60px auto;
    padding-left: 70px;
    padding-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .data-box__ttl.icon02 {
    background-size: 56px auto;
    padding-left: 66px;
  }
}
.data-box__text {
  font-size: 1.8rem;
  text-align: left;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .data-box__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .data-box__text {
    margin-bottom: 15px;
    font-size: 1.3rem;
  }
}
.data-box__caption {
  text-align: right;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  font-size: 1.7rem;
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .data-box__caption {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .data-box__caption {
    font-size: 1.2rem;
    margin-top: 0;
    text-align: left;
  }
}
.data-box__caption span {
  position: relative;
  padding-left: 44px;
}
@media screen and (max-width: 599px) {
  .data-box__caption span {
    padding-left: 25px;
  }
}
@media screen and (max-width: 599px) {
  .data-box__caption span::before {
    height: 14px !important;
    width: 20px !important;
    top: 2px !important;
  }
}
.data-box__caption span.blue01 {
  margin-right: 40px;
}
@media screen and (max-width: 599px) {
  .data-box__caption span.blue01 {
    margin-right: 10px;
  }
}
.data-box__caption span.blue01::before {
  background: #2573bb;
  content: "";
  height: 17px;
  width: 36px;
  left: 0;
  position: absolute;
  top: 5px;
}
.data-box__caption span.blue02::before {
  background: #67bdda;
  content: "";
  height: 17px;
  width: 36px;
  left: 0;
  position: absolute;
  top: 5px;
}

.data-bg {
  text-align: center;
  background: #f1f5fa;
  padding: 30px 0px 13px 0px;
  margin-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  .data-bg {
    margin: 0px -15px 35px -15px;
    padding: 15px 20px 13px 20px;
  }
}
@media screen and (max-width: 599px) {
  .data-bg {
    padding: 13px 5px;
  }
}
@media screen and (max-width: 1024px) {
  .data-bg.mb80 {
    margin-bottom: 40px !important;
  }
}

/* index */
.data-index__box01 {
  position: relative;
  text-align: center;
}
.data-index__box02 {
  position: relative;
  text-align: center;
  background: #f1f5fa;
}/*# sourceMappingURL=style.css.map */