@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*基本の緑色*/
/*基本のテキスト緑色*/
/*基本の緑背景色*/
/* ブレイクポイント参考

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;
  }
}
/* 1500以上 */
@media screen and (max-width: 1500px) {
  .only1500 {
    display: none !important;
  }
}
/* 1400以上 */
@media screen and (max-width: 1400px) {
  .only1400 {
    display: none !important;
  }
}
/* 1300以上 */
@media screen and (max-width: 1300px) {
  .only1300 {
    display: none !important;
  }
}
/* 1200以上 */
@media screen and (max-width: 1200px) {
  .only1200 {
    display: none !important;
  }
}
/* タブレット・PC */
@media screen and (max-width: 599px) {
  .tbpc {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (max-width: 599px), (min-width: 1025px) {
  .tb {
    display: none !important;
  }
}
/* タブレット02のみ */
@media screen and (max-width: 599px), (min-width: 901px) {
  .tb834 {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
@media print, screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}
@media print {
  .tb, .tb834, .sp, .w320 {
    display: none !important;
  }
  body {
    width: 1400px;
    -webkit-print-color-adjust: exact;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }
  .header {
    position: relative !important;
  }
}
/*--------------------------------------------------------

	リセット : html5reset-1.6.1.css

参考
https://coliss.com/articles/build-websites/operation/css/my-css-reset-by-ire.html
----------------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html {
  font-size: 62.5%;
}

/*body設定*/
body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  color: #1d2737;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.9;
  font-size: 1.6rem;
  overflow-x: hidden;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  text-rendering: optimizeSpeed;
  z-index: 0;
  /*任意でフォントサイズを指定*/
}
@media print, screen and (min-width: 1025px) {
  body {
    font-weight: 500;
  }
}
@media screen and (max-width: 599px) {
  body {
    font-size: 1.5rem;
  }
}

/*IE用：游ゴシックの謎余白をなくすためフォントを別指定*/
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Meiryo, sans-serif;
  }
}
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

/*テーブル指定*/
table,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*キーボード操作フォーカス*/
a:focus-visible,
audio:focus-visible,
button:focus-visible,
details:focus-visible,
embed:focus-visible,
iframe:focus-visible,
img:focus-visible,
input:focus-visible,
label:focus-visible,
object:focus-visible,
select:focus-visible,
textarea:focus-visible,
video:focus-visible {
  outline: 1px solid #444 !important;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています marginを指定したら地獄*/
ul[class],
ol[class] {
  list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote,
q {
  quotes: none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています。また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています。また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
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;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: auto;
  max-width: 100%;
  height: auto;
}

/* タッチデバイスでのリンクやボタンの反応を向上 */
a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@page {
  size: A4;
  margin: 5mm;
}
/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  transition: 0.2s;
  text-decoration: none;
}

/*クラスの指定がない場合のリンクのデフォルト色を指定*/
a:not([class]) {
  color: #1f91be;
  text-decoration: underline;
}

@media print, screen and (min-width: 1025px) {
  a:not([class]):hover {
    color: #1f91be;
  }
}

a:not([class]):active {
  color: #1f91be;
}

/*すべての要素のfont-family, font-size, line-heightをその親から継承するようにリセット*/
* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/*属性と状態のCSSリセット*/
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/*box-sizing*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*clearfix*/
/* For modern browsers */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

/*禁則処理の追加*/
p,
li,
dt,
dd,
th,
td,
pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
}

/** Selection */
::-moz-selection,
::selection {
  background-color: #1f91be;
  /* Change as appropriate */
  color: #444;
  /* Change as appropriate */
  text-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body.wysiwyg {
  background: #fff !important;
}

/*クリアフィックス*/
.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;
}

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

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 599px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 599px) {
  .mb15 {
    margin-bottom: 10px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 599px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 599px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

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

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 599px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 599px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 599px) {
  .mt20 {
    margin-top: 15px !important;
  }
}

.mlr-05 {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.ml-05 {
  margin-left: -0.5em;
}

/*フォントサイズ*/
.fz20 {
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .fz20 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 599px) {
  .fz20 {
    font-size: 1.8rem;
  }
}

.fz25 {
  font-size: 2.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .fz25 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 599px) {
  .fz25 {
    font-size: 2.1rem;
  }
}

.fz30 {
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .fz30 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 599px) {
  .fz30 {
    font-size: 2.3rem;
  }
}

.anchor {
  margin-top: -140px;
  padding-top: 140px;
}
@media screen and (max-width: 1024px) {
  .anchor {
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .anchor {
    margin-top: -55px;
    padding-top: 55px;
  }
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 125px;
  background-color: #fff;
  padding-bottom: 35px;
  z-index: 100;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 100px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .header {
    height: 74px;
    padding-bottom: 10px;
  }
}
.header.shadow {
  box-shadow: 0px 7px 7px -5px rgba(0, 0, 0, 0.15);
}

.site-logo {
  max-width: 302px;
  margin-top: 35px;
  margin-left: 30px;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .site-logo {
    margin-top: 18px;
  }
}
@media screen and (max-width: 834px) {
  .site-logo {
    max-width: 273px;
    margin-top: 19px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 599px) {
  .site-logo {
    max-width: 180px;
    margin-top: 16px;
    margin-left: 6px;
  }
}
@media screen and (max-width: 320px) {
  .site-logo {
    max-width: 140px;
    margin-top: 20px;
  }
}
.site-logo__wrapper {
  display: block;
}
@media print, screen and (min-width: 1025px) {
  .site-logo__wrapper:hover {
    opacity: 0.8;
  }
}
.site-logo__wrapper img {
  width: 100%;
}

.header-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  flex: 1;
  height: 100%;
}

.header-nav {
  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;
  margin-right: 40px;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 1300px) {
  .header-nav {
    margin-right: 2vw;
  }
}
@media print, screen and (max-width: 1200px) {
  .header-nav {
    display: none;
  }
}
.header-nav__item {
  font-size: 2.1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
@media print, screen and (max-width: 1600px) {
  .header-nav__item {
    font-size: clamp(1.6rem, 1.3vw, 2.1rem);
  }
}
.header-nav__item:not(:last-child) {
  margin-right: 35px;
}
@media print, screen and (max-width: 1400px) {
  .header-nav__item:not(:last-child) {
    margin-right: 1.5vw;
  }
}
.header-nav__item > a {
  position: relative;
  display: block;
  color: #2d2d2d;
  letter-spacing: 0.02em;
  text-decoration: none;
}
@media print, screen and (min-width: 1025px) {
  .header-nav__item > a:hover {
    color: #1f91be;
  }
}
.header-nav__item > a.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 3px;
  margin: 0 auto;
  background-color: #1f91be;
  border-radius: 5px;
}

.header-nav-btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  color: #042320;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  background-color: #e3f1f7;
  border-radius: 0 0 0 6px;
  overflow: hidden;
}
@media print, screen and (min-width: 600px) {
  .header-nav-btn-box {
    z-index: 200;
  }
}
.header-nav-btn-box__btn {
  color: #1f91be;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1;
  padding: 60px 15px 15px;
}
@media screen and (max-width: 1024px) {
  .header-nav-btn-box__btn {
    padding: 55px 15px 10px;
  }
}
@media screen and (max-width: 834px) {
  .header-nav-btn-box__btn {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .header-nav-btn-box__btn {
    font-size: 1rem;
    padding: 44px 9px 3px;
  }
}
@media screen and (max-width: 320px) {
  .header-nav-btn-box__btn {
    padding: 44px 7px 3px;
  }
}
.header-nav-btn-box__btn--recruit {
  background-image: url(../img/common/icon_recruit.svg);
  background-position: center top 20px;
  background-repeat: no-repeat;
  background-size: 28px auto;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .header-nav-btn-box__btn--recruit {
    background-position: center top 18px;
  }
}
@media screen and (max-width: 834px) {
  .header-nav-btn-box__btn--recruit {
    background-size: 26px auto;
  }
}
@media screen and (max-width: 599px) {
  .header-nav-btn-box__btn--recruit {
    background-position: center top 14px;
    background-size: 21px auto;
  }
}
.header-nav-btn-box__btn--access {
  position: relative;
  background-image: url(../img/common/icon_access.svg);
  background-position: center top 19px;
  background-repeat: no-repeat;
  background-size: 22px auto;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .header-nav-btn-box__btn--access {
    background-position: center top 18px;
  }
}
@media screen and (max-width: 834px) {
  .header-nav-btn-box__btn--access {
    background-size: 20px auto;
  }
}
@media screen and (max-width: 599px) {
  .header-nav-btn-box__btn--access {
    background-position: center top 14px;
    background-size: 17px auto;
  }
}
.header-nav-btn-box__btn--access::before {
  position: absolute;
  content: "";
  top: 11px;
  left: 0;
  width: 1px;
  height: calc(100% - 22px);
  background-color: #b9d9e7;
}
@media screen and (max-width: 599px) {
  .header-nav-btn-box__btn--access::before {
    top: 6px;
    height: calc(100% - 12px);
  }
}
@media print, screen and (min-width: 1025px) {
  .header-nav-btn-box__btn:hover {
    background-color: #d8ecf3;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

.header-tel-sp {
  position: absolute;
  right: 80px;
  width: 80px;
  height: 100%;
  text-align: center;
}
@media print, screen and (min-width: 1025px) {
  .header-tel-sp {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .header-tel-sp {
    right: 60px;
    width: 60px;
  }
}
.header-tel-sp > a {
  display: block;
  height: 100%;
  padding-top: 46px;
  background-color: #eee;
  background-image: url(../img/common/icon_phone.svg);
  background-repeat: no-repeat;
  background-position: center top 15px;
  background-size: 28px auto;
  color: #209dce;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .header-tel-sp > a {
    background-position: center top 12px;
    background-size: 26px auto;
    padding-top: 39px;
    font-size: 1.1rem;
  }
}

.nav-btn {
  position: relative;
  width: 90px;
  color: #ffffff;
  background-color: #e9f1fd;
  border: none;
  z-index: 200;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .nav-btn {
    width: 80px;
  }
}
@media screen and (max-width: 599px) {
  .nav-btn {
    width: 58px;
  }
}
@media screen and (max-width: 320px) {
  .nav-btn {
    width: 54px;
  }
}
.nav-btn::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1f91be;
  border-radius: 0 0 0 6px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 1025px) {
  .nav-btn:hover::after {
    opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.nav-btn__menu {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 31.1%;
  height: 2px;
  background-color: #ffffff;
  margin: -1px auto 0;
  z-index: 1;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.nav-btn__menu:before, .nav-btn__menu:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.nav-btn__menu:before {
  margin-top: -10px;
}
@media screen and (max-width: 599px) {
  .nav-btn__menu:before {
    margin-top: -7px;
  }
}
.nav-btn__menu:after {
  margin-top: 8px;
}
@media screen and (max-width: 599px) {
  .nav-btn__menu:after {
    margin-top: 5px;
  }
}
.nav-btn.close .nav-btn__menu {
  background-color: transparent !important;
}
.nav-btn.close .nav-btn__menu:before {
  margin-top: 0;
  transform: rotate(-45deg);
}
.nav-btn.close .nav-btn__menu:after {
  margin-top: 0;
  transform: rotate(-135deg);
}

@media print, screen and (min-width: 1025px) {
  .top-scrollmenu {
    opacity: 0;
    -webkit-animation: fadeIn 0.3 ease-in 0.3s 1 forwards;
    animation: fadeIn 0.3s ease-in 0.3s 1 forwards;
    z-index: 10;
  }
}

@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
.footer {
  padding: 85px 110px 40px;
  background-color: #f5f4f0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1600px) {
  .footer {
    padding: 85px 50px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 80px 50px 40px;
  }
}
@media screen and (max-width: 834px) {
  .footer {
    padding: 60px 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .footer {
    padding: 40px 20px 20px;
  }
}

.footer-wrapper01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .footer-wrapper01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer-wrapper01__left {
  width: calc(99.9% - 314px - 20px);
}
@media screen and (max-width: 834px) {
  .footer-wrapper01__left {
    width: calc(55.5% - 20px);
  }
}
@media screen and (max-width: 599px) {
  .footer-wrapper01__left {
    width: 100%;
  }
}
.footer-wrapper01__right {
  width: 310px;
  margin-left: 20px;
}
@media screen and (max-width: 834px) {
  .footer-wrapper01__right {
    width: 44.4%;
  }
}
@media screen and (max-width: 599px) {
  .footer-wrapper01__right {
    width: 90%;
    max-width: 346px;
    margin: 30px auto 0;
  }
}

.footer-info__logo {
  max-width: 484px;
  width: 100%;
  margin-bottom: 35px;
}
@media screen and (max-width: 834px) {
  .footer-info__logo {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .footer-info__logo {
    text-align: center;
    width: 90%;
    padding-right: 25px;
    margin-bottom: 25px;
    margin: 0 auto 20px;
  }
}
.footer-info__logo > a {
  display: inline-block;
  width: 100%;
}
.footer-info__logo > a img {
  width: 100%;
}
.footer-info__address {
  color: #494949;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .footer-info__address {
    text-align: center;
  }
}
.footer-info__address > a {
  color: #494949;
  text-decoration: none;
}
.footer-info__btn-box {
  font-size: 0;
  margin-top: 25px;
  margin-bottom: -10px;
}
.footer-info__btn-box .btn-blank {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 600px) {
  .footer-info__btn-box .btn-blank:not(:last-child) {
    margin-right: 9px;
  }
}
@media screen and (max-width: 599px) {
  .footer-info__btn-box .btn-blank {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-box {
  background-color: #ffffff;
  border: 1px solid #e9e8e1;
  border-radius: 6px;
  padding: 20px 25px 15px;
}
@media screen and (max-width: 320px) {
  .footer-box {
    padding: 15px 10px 10px;
  }
}
.footer-box__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.5;
}
.footer-box__image {
  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;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px 12px;
}
@media screen and (max-width: 599px) {
  .footer-box__image {
    margin: 0px 20px;
  }
}
.footer-box__image__item:not(:last-child) {
  margin-right: 18px;
}
@media print, screen and (min-width: 1025px) {
  .footer-box__image__item a:hover {
    opacity: 0.7;
  }
}

.footer-wrapper02 {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: row-reverse;
  max-width: 1200px;
  margin: 50px auto 0;
}
@media print, screen and (max-width: 1200px) {
  .footer-wrapper02 {
    display: block;
    margin-top: 40px;
  }
}
@media print, screen and (max-width: 1200px) {
  .footer-wrapper02__menu {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-wrapper02__menu {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .footer-wrapper02__copy {
    text-align: center;
  }
}

.footer-nav__list {
  display: flex;
  justify-content: flex-end;
}
@media print, screen and (max-width: 1200px) {
  .footer-nav__list {
    justify-content: flex-start;
  }
}
.footer-nav__list__item:not(:last-child) {
  margin-right: 18px;
}
.footer-nav__list__item > a {
  position: relative;
  color: #494949 !important;
  font-size: 1.4rem;
  text-decoration: none;
  padding-left: 17px;
}
.footer-nav__list__item > a::before {
  position: absolute;
  content: "";
  top: calc((99.9% - 8px) / 2);
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #209dce;
  border-right: 2px solid #209dce;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (min-width: 1025px) {
  .footer-nav__list__item > a:hover {
    text-decoration: underline;
  }
}

.footer-copyright {
  color: #494949;
  font-size: 1.2rem;
  font-family: "Overpass", sans-serif;
  letter-spacing: 0.03em;
}

.pagetitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  height: 300px;
  padding: 0 40px 0 110px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1600px) {
  .pagetitle {
    padding: 0 40px 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .pagetitle {
    height: 220px;
    padding: 0 50px 0 50px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle {
    height: 120px;
    padding: 0 10px 0 10px;
  }
}
.pagetitle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -47px;
  width: calc(480px + 8.7%);
  height: 160px;
  background-color: #209dce;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 1024px) {
  .pagetitle::before {
    bottom: -22px;
    width: 58.6%;
    height: 90px;
    border-radius: 0 8px 8px 0;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle::before {
    bottom: -14px;
    height: 42px;
    border-radius: 0 6px 6px 0;
  }
}
.pagetitle-inner {
  width: 370px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .pagetitle-inner {
    position: relative;
    display: inline-block;
    width: auto;
    background-color: #ffffff;
    border-radius: 0 5px 5px 0;
    padding: 20px 20px 20px 0;
    margin-bottom: 68px;
    z-index: 1;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle-inner {
    padding: 12px 12px 12px 0;
    margin-right: 20px;
    margin-bottom: 28px;
  }
}
.pagetitle-text {
  position: relative;
  color: #444444;
  font-size: 3.9rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.15;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .pagetitle-text {
    font-size: 3rem;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle-text {
    font-size: 2.1rem;
    padding-left: 15px;
  }
}
.pagetitle-text::before, .pagetitle-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
}
.pagetitle-text::before {
  height: 50%;
  background-color: #209dce;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .pagetitle-text::before {
    width: 5px;
  }
}
.pagetitle-text::after {
  height: 100%;
  background-color: #57dbe1;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media screen and (max-width: 1024px) {
  .pagetitle-text::after {
    width: 5px;
  }
}
.pagetitle-img {
  position: relative;
  width: calc(99.9% - 370px);
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .pagetitle-img {
    position: absolute;
    top: 0;
    left: 100px;
    width: calc(100% - 30px - 100px);
  }
}
@media screen and (max-width: 599px) {
  .pagetitle-img {
    left: 10px;
    width: calc(100% - 10px - 10px);
  }
}
.pagetitle-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.l-wrapper {
  position: relative;
  padding: 0 110px 80px;
  margin-top: 55px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1600px) {
  .l-wrapper {
    padding: 0 50px 80px;
  }
}
@media screen and (max-width: 1024px) {
  .l-wrapper {
    padding: 0 50px 50px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 834px) {
  .l-wrapper {
    padding: 0 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .l-wrapper {
    background-color: #fff;
    padding: 0 20px 20px;
    margin-top: 50px;
  }
}

.common-illust {
  text-align: center;
  margin-top: 45px;
}
@media screen and (max-width: 834px) {
  .common-illust {
    margin-top: 25px;
  }
}

.main-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  position: relative;
}
.main-wrapper--full {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .main-wrapper--full {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .main-wrapper--full {
    margin-bottom: 40px;
  }
}
.main-wrapper--full .contents-wrapper {
  width: 100%;
  padding-left: 0;
}
@media print, screen and (min-width: 1025px) {
  .main-wrapper--full .contents-wrapper .contents-wrapper__inner {
    max-width: 1080px;
  }
}

.contents-wrapper {
  flex: 1;
  position: relative;
  width: calc(100% - 260px);
  padding-left: 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .contents-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
.contents-wrapper__inner {
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .contents-wrapper__inner {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
}

.side {
  width: 260px;
}
@media screen and (max-width: 1024px) {
  .side {
    width: 100%;
    margin-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .side {
    width: 100%;
    margin-top: 60px;
  }
}

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

#admin-show-preview {
  padding: 20px;
  top: 20px;
  right: 20px;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
  background: #678;
  position: fixed;
  z-index: 3000;
}

.breadcrumbs {
  width: 100%;
  padding: 10px 60px 0 calc(480px + 8.7%);
}
@media screen and (max-width: 1024px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs-list {
  color: #444;
  font-size: 1.5rem;
  text-align: right;
}
.breadcrumbs-list__item {
  display: inline;
}
.breadcrumbs-list__item a {
  position: relative;
  text-decoration: none;
}
.breadcrumbs-list__item a::after {
  content: ">";
  color: #444;
  padding: 0 5px;
}
@media screen and (max-width: 599px) {
  .breadcrumbs-list__item a::after {
    padding: 0 0px 0px 5px;
  }
}

.title-main {
  position: relative;
  color: #363a41;
  font-size: 2.9rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.07em;
  border-bottom: 3px solid #e9e9e9;
  padding-bottom: 18px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .title-main {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 834px) {
  .title-main {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 599px) {
  .title-main {
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
.title-main:has(+ .title-block .title-sec02) {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .title-main:has(+ .title-block .title-sec02) {
    margin-bottom: 20px;
  }
}
.title-main::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100px;
  height: 3px;
  background-color: #209dce;
}
@media screen and (max-width: 599px) {
  .title-main::before {
    width: 60px;
  }
}

.title-sec01 {
  position: relative;
  color: #363a41;
  font-size: 2.9rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.07em;
  border-bottom: 3px solid #e9e9e9;
  padding-bottom: 18px;
}
@media screen and (max-width: 1024px) {
  .title-sec01 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 834px) {
  .title-sec01 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 599px) {
  .title-sec01 {
    font-size: 2rem;
    padding-bottom: 15px;
  }
}
.title-sec01::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100px;
  height: 3px;
  background-color: #209dce;
}
@media screen and (max-width: 599px) {
  .title-sec01::before {
    width: 60px;
  }
}

.title-sec02 {
  position: relative;
  color: #363a41;
  font-size: 2.3rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #e1e1e1;
  -webkit-text-stroke: 0.2px #000;
  padding: 10px 0 16px 20px;
}
@media screen and (max-width: 1024px) {
  .title-sec02 {
    font-size: 2.1rem;
    padding-left: 16px;
  }
}
@media screen and (max-width: 599px) {
  .title-sec02 {
    font-size: 1.8rem;
    -webkit-text-stroke: 0;
    padding: 5px 0 15px 14px;
  }
}
.title-sec02::before, .title-sec02::after {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  width: 5px;
}
@media screen and (max-width: 599px) {
  .title-sec02::before, .title-sec02::after {
    top: 6px;
    width: 4px;
  }
}
.title-sec02::before {
  height: 30px;
  background-color: #209dce;
  border-radius: 2px;
}
@media screen and (max-width: 599px) {
  .title-sec02::before {
    height: 26px;
  }
}
.title-sec02::after {
  height: 15px;
  background-color: #57dbe1;
  border-radius: 2px 2px 0 0;
}
@media screen and (max-width: 599px) {
  .title-sec02::after {
    height: 13px;
  }
}

.title-sec03 {
  position: relative;
  color: #363a41;
  font-size: 2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.3;
  border-bottom: 1px dotted #b2b2b2;
  -webkit-text-stroke: 0.2px #000;
  padding: 5px 0 15px 30px;
}
@media screen and (max-width: 1024px) {
  .title-sec03 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 599px) {
  .title-sec03 {
    font-size: 1.7rem;
    -webkit-text-stroke: 0;
    padding: 0 0 12px 22px;
  }
}
.title-sec03::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 18px;
  height: 4px;
  border-radius: 2px;
  background-color: #209dce;
}
@media screen and (max-width: 599px) {
  .title-sec03::after {
    width: 14px;
    height: 3px;
    top: 10px;
  }
}

.title-sec04 {
  position: relative;
  color: #363a41;
  font-size: 1.9rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.3;
  padding: 8px 0 8px 32px;
}
@media screen and (max-width: 1024px) {
  .title-sec04 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .title-sec04 {
    padding: 5px 0 5px 25px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.title-sec04::before, .title-sec04::after {
  content: "";
  position: absolute;
  top: 15px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .title-sec04::before, .title-sec04::after {
    top: 12px;
    width: 11px;
    height: 11px;
  }
}
.title-sec04::before {
  left: 9px;
  background-color: #57dbe1;
}
@media screen and (max-width: 599px) {
  .title-sec04::before {
    left: 8px;
  }
}
.title-sec04::after {
  left: 0;
  background-color: #209dce;
}

.title-sec05 {
  position: relative;
  color: #363a41;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.3;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .title-sec05 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .title-sec05 {
    font-size: 1.5rem;
  }
}
.title-sec05::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 40px;
  height: 2px;
  background-color: #209dce;
}
@media screen and (max-width: 599px) {
  .title-sec05::before {
    width: 30px;
  }
}

.title-sec06 {
  position: relative;
  color: #363a41;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.3;
  background-color: #eaf4f9;
  padding: 14px 10px 14px 30px;
  margin-bottom: -10px;
}
@media screen and (max-width: 1024px) {
  .title-sec06 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .title-sec06 {
    font-size: 1.5rem;
    padding: 10px 10px 10px 25px;
  }
}
.title-sec06::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 15px;
  width: 4px;
  height: calc(100% - 26px);
  background-color: #209dce;
  border-radius: 2px;
}
@media screen and (max-width: 599px) {
  .title-sec06::before {
    top: 9px;
    left: 12px;
    width: 3px;
    height: calc(100% - 18px);
  }
}

/*各テンプレートを囲むbox【必須】*/
.box {
  margin-bottom: 40px;
  *zoom: 1;
}
.box:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 834px) {
  .box {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .box {
    margin-bottom: 20px;
  }
}
.box a {
  color: #209dce;
}
.box a:hover {
  text-decoration: none;
}

/*youtube*/
.youtube-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.youtube-wrapper--m {
  max-width: 600px;
}
.youtube-wrapper::before {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}
.youtube-wrapper iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.block__wysiwyg {
  /*デフォルトの処理*/
  word-break: break-all;
  /*以下テンプレート外*/
}
.block__wysiwyg a {
  color: #209dce;
  text-decoration: underline;
}
.block__wysiwyg a:hover {
  text-decoration: none;
}
.block__wysiwyg img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.block__wysiwyg .left {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.block__wysiwyg .center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.block__wysiwyg .right {
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
.block__wysiwyg h1 {
  font-size: 240%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
}
.block__wysiwyg h2 {
  font-size: 180%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  border-bottom: none;
}
.block__wysiwyg h3 {
  font-size: 140%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
  color: #000000;
}
.block__wysiwyg h4 {
  font-size: 120%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  color: #000000;
}
.block__wysiwyg h5 {
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
.block__wysiwyg h6 {
  font-size: 82%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
.block__wysiwyg ul {
  padding-left: 1em;
}
.block__wysiwyg ul li {
  list-style: disc;
}
.block__wysiwyg ol {
  margin: 0;
  padding-left: 1em;
}
.block__wysiwyg ol li {
  list-style-type: decimal;
}
.block__wysiwyg blockquote {
  padding-left: 1em;
}
.block__wysiwyg table {
  font-size: 100%;
  border-collapse: collapse;
}
.block__wysiwyg hr {
  display: block;
}
.block__wysiwyg em {
  font-style: italic !important;
}
.block__wysiwyg strong {
  font-weight: bold !important;
}
.block__wysiwyg em strong,
.block__wysiwyg strong em {
  font-style: italic !important;
  font-weight: bold !important;
}
.block__wysiwyg .pageindex-wrapper__item__nav {
  margin-top: 0;
}
.block__wysiwyg .pageindex-wrapper__item__nav__item {
  list-style: none;
}
.block__wysiwyg .pageindex-wrapper__item__nav__item a {
  text-decoration: none;
  color: #1d2737;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 834px) {
  .pagination {
    margin-top: 60px;
  }
}
.pagination-item__number {
  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;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 58px;
  height: 58px;
  color: #1f91be;
  font-size: 2rem;
  font-family: "Overpass", sans-serif;
  font-weight: 500;
  background-color: #eaf4f9;
  border-radius: 50%;
  margin: 0 6px;
}
@media screen and (max-width: 834px) {
  .pagination-item__number {
    width: 47px;
    height: 47px;
    font-size: 1.8rem;
    margin: 0 5px;
  }
}
@media screen and (max-width: 599px) {
  .pagination-item__number {
    width: 36px;
    height: 36px;
    font-size: 1.6rem;
    margin: 0 4px;
  }
}
.pagination-item__number:hover, .pagination-item__number.active {
  color: #fff !important;
  background-color: #1f91be;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pagination-item__prev, .pagination-item__next {
  position: relative;
  color: #494949;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.pagination-item__prev::before, .pagination-item__next::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1f91be;
  border-right: 2px solid #1f91be;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 1025px) {
  .pagination-item__prev:hover, .pagination-item__next:hover {
    color: #1f91be;
  }
}
.pagination-item__prev {
  margin-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 599px) {
  .pagination-item__prev {
    margin-right: 10px;
    padding-left: 10px;
  }
}
.pagination-item__prev::before {
  left: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.pagination-item__next {
  margin-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 599px) {
  .pagination-item__next {
    margin-left: 10px;
    padding-right: 10px;
  }
}
.pagination-item__next::before {
  right: 0;
}

#nav-close {
  display: none; /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0; /*全体に広がるように*/
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  cursor: pointer;
}
#nav-close.active {
  display: block; /*カバーを表示*/
  opacity: 0.3;
}
@media screen and (max-width: 1024px) {
  #nav-close.active {
    display: none;
  }
}

.gnav-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #e3f1f7;
  z-index: 103;
  overflow-x: hidden;
  overflow-y: auto;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
.gnav-modal::-webkit-scrollbar {
  display: none;
}
.gnav-modal__wrap {
  margin: 120px auto;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .gnav-modal__wrap {
    margin: 110px auto 45px;
  }
}
@media screen and (max-width: 599px) {
  .gnav-modal__wrap {
    margin: 80px auto 30px;
  }
}
.gnav-modal__logo {
  position: absolute;
  top: 20px;
  left: 10px;
  max-width: 170px;
}
.gnav-modal__logo > a {
  display: block;
}

.gnav-modal__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 120px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1400px) {
  .gnav-modal__contents {
    padding-right: 96px;
  }
}
@media print, screen and (max-width: 1300px) {
  .gnav-modal__contents {
    padding-right: 72px;
  }
}
@media screen and (max-width: 1024px) {
  .gnav-modal__contents {
    padding-right: 48px;
  }
}
@media screen and (max-width: 834px) {
  .gnav-modal__contents {
    display: block;
    padding: 0 30px;
  }
}
@media screen and (max-width: 599px) {
  .gnav-modal__contents {
    padding: 0 20px;
  }
}
.gnav-modal__contents__photo {
  position: relative;
  width: calc(99.9% - 730px - 110px);
  height: 560px;
  background-image: url(../img/common/bg_gnav-modal.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 10px 10px 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (min-height: 900px) {
  .gnav-modal__contents__photo {
    height: 660px;
  }
}
@media print, screen and (max-width: 1400px) {
  .gnav-modal__contents__photo {
    width: calc(99.9% - 680px - 88px);
    height: 594px;
  }
}
@media print, screen and (max-width: 1300px) {
  .gnav-modal__contents__photo {
    width: calc(44.4% - 66px);
    height: 528px;
  }
}
@media screen and (max-width: 1024px) {
  .gnav-modal__contents__photo {
    width: calc(44.4% - 44px);
    height: 462px;
  }
}
@media screen and (max-width: 834px) {
  .gnav-modal__contents__photo {
    display: none;
  }
}
.gnav-modal__contents__wrap {
  width: 730px;
  margin-left: 110px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1400px) {
  .gnav-modal__contents__wrap {
    width: 680px;
    margin-left: 88px;
  }
}
@media print, screen and (max-width: 1300px) {
  .gnav-modal__contents__wrap {
    width: 55.5%;
    margin-left: 66px;
  }
}
@media screen and (max-width: 1024px) {
  .gnav-modal__contents__wrap {
    margin-left: 44px;
  }
}
@media screen and (max-width: 834px) {
  .gnav-modal__contents__wrap {
    width: 100%;
    margin-left: 0;
  }
}

.gnav-modal-list {
  width: 100%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 600px) {
  .gnav-modal-list {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 12px 35px 12px;
  }
}
@media screen and (max-width: 599px) {
  .gnav-modal-list {
    margin-bottom: 25px;
  }
}
.gnav-modal-list__item {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  .gnav-modal-list__item {
    border-bottom: 1px solid #d1e6ef;
  }
  .gnav-modal-list__item:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 599px) {
  .gnav-modal-list__item {
    border-bottom: 1px solid #d1e6ef;
  }
}
.gnav-modal-list__item__link {
  position: relative;
  display: block;
  color: #2b2b2b;
  font-size: 2rem;
  text-decoration: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  padding: 20px 48px 20px 38px;
}
@media screen and (max-width: 599px) {
  .gnav-modal-list__item__link {
    font-size: 1.8rem;
    padding: 20px 42px 20px 28px;
  }
}
.gnav-modal-list__item__link::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 30px;
  left: 8px;
  z-index: 1;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .gnav-modal-list__item__link::before {
    top: 29px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.gnav-modal-list__item__link::after {
  position: absolute;
  content: "";
  top: 23px;
  left: 2px;
  width: 20px;
  height: 20px;
  background-color: #209dce;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .gnav-modal-list__item__link::after {
    width: 18px;
    height: 18px;
  }
}
.gnav-modal-list__item__link:hover {
  color: #1f91be;
}
.gnav-modal-list__item__link__plus {
  position: absolute;
  display: block;
  top: 13px;
  right: 0;
  width: 38px;
  height: 38px;
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  .gnav-modal-list__item__link__plus {
    top: 15px;
    width: 32px;
    height: 32px;
  }
}
.gnav-modal-list__item__link__plus::before, .gnav-modal-list__item__link__plus::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.gnav-modal-list__item__link__plus::after {
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 28px;
}
.gnav-modal-list__item__link__plus:hover {
  cursor: pointer;
}
.gnav-modal-list__item__link__plus.ac {
  background-color: #209dce;
}
.gnav-modal-list__item__link__plus.ac::before, .gnav-modal-list__item__link__plus.ac::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  right: 18px;
  width: 2px;
  height: 18px;
  background-color: #ffffff;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .gnav-modal-list__item__link__plus.ac::before, .gnav-modal-list__item__link__plus.ac::after {
    right: 15px;
    height: 14px;
  }
}
.gnav-modal-list__item__link__plus.ac::after {
  transform: rotate(90deg);
  transition: 0.2;
}
.gnav-modal-list__item__link__plus.ac.active::before {
  transition: 0.2;
  display: none;
}
.gnav-modal-list__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0 30px 12px;
}
@media screen and (max-width: 599px) {
  .gnav-modal-list__inner {
    display: block;
    padding: 5px 0 24px 28px;
  }
}
@media print, screen and (min-width: 600px) {
  .gnav-modal-list__inner__item {
    width: calc((99.9% - 2em) / 3);
    margin-top: 15px;
    margin-right: 1em;
  }
  .gnav-modal-list__inner__item:nth-child(1), .gnav-modal-list__inner__item:nth-child(2), .gnav-modal-list__inner__item:nth-child(3) {
    margin-top: 0;
  }
  .gnav-modal-list__inner__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 600px) and (max-width: 1200px) {
  .gnav-modal-list__inner__item {
    width: calc((99.9% - 1em) / 2);
  }
  .gnav-modal-list__inner__item:nth-child(3) {
    margin-top: 15px;
  }
  .gnav-modal-list__inner__item:nth-child(3n) {
    margin-right: 1em;
  }
  .gnav-modal-list__inner__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .gnav-modal-list__inner__item {
    width: 100%;
    margin-bottom: 0.8em;
  }
  .gnav-modal-list__inner__item:last-child {
    margin-bottom: 0;
  }
}
.gnav-modal-list__inner__item > a {
  position: relative;
  display: block;
  color: #2b2b2b;
  font-size: 1.7rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  padding-left: 15px;
}
@media screen and (max-width: 599px) {
  .gnav-modal-list__inner__item > a {
    font-size: 1.6rem;
    padding-left: 20px;
  }
}
.gnav-modal-list__inner__item > a::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 5px;
  left: -3px;
  z-index: 1;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1f91be;
  border-right: 2px solid #1f91be;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .gnav-modal-list__inner__item > a::before {
    top: 6px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #1f91be;
    border-right: 2px solid #1f91be;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.gnav-modal-list__inner__item > a:hover {
  color: #2b2b2b;
  text-decoration: underline;
}

.gnav-modal-btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.gnav-modal-btn-box__btn {
  width: calc((99.9% - 8px) / 2);
  color: #1f91be;
  font-size: 1.7rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
  border: 1px solid #1f91be;
  border-radius: 4px;
  padding: 16px 10px 16px 20px;
}
@media screen and (max-width: 320px) {
  .gnav-modal-btn-box__btn {
    font-size: 1.6rem;
  }
}
.gnav-modal-btn-box__btn--recruit {
  background-image: url(../img/common/icon_recruit.svg);
  background-position: left 15px center;
  background-repeat: no-repeat;
  background-size: 22px auto;
  margin-right: 8px;
}
@media screen and (max-width: 320px) {
  .gnav-modal-btn-box__btn--recruit {
    background-position: left 10px center;
    background-size: 20px auto;
  }
}
.gnav-modal-btn-box__btn--access {
  background-image: url(../img/common/icon_access.svg);
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: 18px auto;
}
@media screen and (max-width: 320px) {
  .gnav-modal-btn-box__btn--access {
    background-position: left 15px center;
    background-size: 16px auto;
  }
}

.gnav-modal__footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 600px) {
  .gnav-modal__footer-link {
    padding-left: 15px;
  }
}
@media screen and (max-width: 599px) {
  .gnav-modal__footer-link {
    margin-right: -20px;
  }
}
.gnav-modal__footer-link__item {
  margin-right: 20px;
}
.gnav-modal__footer-link__item > a {
  position: relative;
  color: #494949;
  font-size: 1.6rem;
  line-height: 1.2;
  text-decoration: none;
  padding-left: 15px;
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -o-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}
.gnav-modal__footer-link__item > a::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 6px;
  left: 0;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1f91be;
  border-right: 2px solid #1f91be;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gnav-modal__footer-link__item > a:hover {
  text-decoration: underline;
}

@media print, screen and (min-width: 600px) {
  .gnav-modal__info {
    border-top: 1px solid #b9d9e7;
    padding: 30px 10px 0;
    margin: 25px 10px 0;
  }
}
@media screen and (max-width: 599px) {
  .gnav-modal__info {
    margin-top: 50px;
  }
}
.gnav-modal__info__logo {
  max-width: 484px;
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  .gnav-modal__info__logo {
    text-align: center;
    max-width: 100%;
    width: 85%;
    padding-right: 25px;
    margin: 0 auto 20px;
  }
}
.gnav-modal__info__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .gnav-modal__info__data {
    display: block;
    text-align: center;
  }
}
.gnav-modal__info__data__add {
  color: #3f4040;
  line-height: 1.2;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .gnav-modal__info__data__add {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.gnav-modal__info__data__tel {
  color: #1f91be;
  font-size: 2.4rem;
  font-family: "Overpass", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media print, screen and (min-width: 600px) {
  .gnav-modal__info__data__tel {
    margin-bottom: 10px;
  }
}
.gnav-modal__info__data__tel__link {
  color: #1f91be;
}

.subnavi-list__title {
  position: relative;
  margin-bottom: 1px;
}
.subnavi-list__title > a {
  display: block;
  position: relative;
  color: #1f91be;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.2;
  text-decoration: none;
  background-image: url(../img/common/arw01.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 21px auto;
  background-color: #eaf4f9;
  border-radius: 4px;
  padding: 25px 60px 25px 18px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .subnavi-list__title > a {
    font-size: 1.7rem;
    background-position: right 16px center;
    background-size: 18.9px auto;
    padding: 20px 50px 20px 18px;
  }
}
@media screen and (max-width: 599px) {
  .subnavi-list__title > a {
    font-size: 1.6rem;
    background-position: right 12px center;
    background-size: 16.8px auto;
    padding: 15px 40px 15px 18px;
  }
}
.subnavi-list__title > a::before {
  position: absolute;
  content: "";
  top: 17px;
  left: 0;
  width: 4px;
  height: calc(100% - 34px);
  background-color: #209dce;
  border-radius: 0 2px 2px 0;
}
@media screen and (max-width: 834px) {
  .subnavi-list__title > a::before {
    top: 13px;
    height: calc(100% - 26px);
  }
}
@media screen and (max-width: 599px) {
  .subnavi-list__title > a::before {
    top: 9px;
    width: 3px;
    height: calc(100% - 18px);
  }
}
.subnavi-list__title > a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.subnavi-list__item {
  border-bottom: 1px solid #dadada;
}
.subnavi-list__item__link {
  display: block;
  position: relative;
  padding: 15px 10px 15px 32px;
  color: #1d2737;
  line-height: 1.4;
  padding: 17px 18px 17px 20px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .subnavi-list__item__link {
    padding: 15px 18px 15px 20px;
  }
}
@media screen and (max-width: 599px) {
  .subnavi-list__item__link {
    font-size: 1.4rem;
    padding: 13px 18px 13px 20px;
  }
}
.subnavi-list__item__link::before {
  position: absolute;
  content: "";
  top: calc((99.9% - 8px) / 2);
  left: 2px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #209dce;
  border-right: 2px solid #209dce;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.subnavi-list__item__link.active {
  background-color: #f7f7f7;
}
@media print, screen and (min-width: 1025px) {
  .subnavi-list__item__link:hover {
    color: #1f91be;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
}
.subnavi-list__secondary {
  border-top: 1px solid #dadada;
}
.subnavi-list__secondary__item {
  margin-left: 20px;
}
.subnavi-list__secondary__item:not(:last-child) {
  border-bottom: 1px solid #dadada;
}
.subnavi-list__secondary__link {
  display: block;
  position: relative;
  color: #1d2737;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 17px 18px 17px 16px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .subnavi-list__secondary__link {
    padding: 15px 18px 15px 16px;
  }
}
@media screen and (max-width: 599px) {
  .subnavi-list__secondary__link {
    font-size: 1.4rem;
    padding: 13px 18px 13px 16px;
  }
}
.subnavi-list__secondary__link::before {
  position: absolute;
  content: "";
  top: calc((99.9% - 8px) / 2);
  left: 0;
  border-width: 4px 0 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #209dce;
}
.subnavi-list__secondary__link.active {
  color: #1f91be;
}
@media print, screen and (min-width: 1025px) {
  .subnavi-list__secondary__link:hover {
    color: #1f91be;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
}

.pagetitle-block {
  margin-bottom: 30px;
  *zoom: 1;
}
.pagetitle-block:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .pagetitle-block {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle-block {
    margin-bottom: 15px;
  }
}

.title-block {
  margin-bottom: 30px;
  *zoom: 1;
}
.title-block:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 599px) {
  .title-block {
    margin-bottom: 20px;
  }
}
.title-block:has(> .title-sec01) {
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .title-block:has(> .title-sec01) {
    margin-bottom: 30px;
  }
}
.title-block:has(.title-sec01):has(+ .title-block .title-sec02) {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .title-block:has(.title-sec01):has(+ .title-block .title-sec02) {
    margin-bottom: 20px;
  }
}
.title-block:has(> .title-sec04):not(:has(+ .title-block)) {
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .title-block:has(> .title-sec04):not(:has(+ .title-block)) {
    margin-bottom: 8px;
  }
}

.block-cms {
  margin-bottom: 35px;
  *zoom: 1;
}
.block-cms:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .block-cms {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .block-cms {
    margin-bottom: 25px;
  }
}
.block-cms a {
  color: #1f91be;
}
.block-cms a:hover {
  text-decoration: none;
}
.block-cms .block__wysiwyg .box:last-child {
  margin-bottom: 0 !important;
}
.block-cms:has(> .copy-mincho):not(:has(+ .title-block)) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .block-cms:has(> .copy-mincho):not(:has(+ .title-block)) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .block-cms:has(> .copy-mincho):not(:has(+ .title-block)) {
    margin-bottom: 10px;
  }
}
.block-cms:has(+ .title-block > .title-sec04) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .block-cms:has(+ .title-block > .title-sec04) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .block-cms:has(+ .title-block > .title-sec04) {
    margin-bottom: 10px;
  }
}

.block-flow {
  display: flex;
}
@media screen and (max-width: 599px) {
  .block-flow {
    display: block;
  }
}
.block-flow .img-right {
  order: 2;
  float: none;
}
.block-flow .img-left {
  float: none;
}
.block-flow .text-left,
.block-flow .text-right {
  width: 100%;
  float: none;
}

.block-category {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e9e9e9;
  padding-top: 50px;
  padding-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .block-category {
    padding-top: 30px;
    display: block;
  }
}
.block-category__text-box {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .block-category__text-box {
    width: 100%;
  }
}
.block-category__photo {
  width: 46%;
  margin-left: 4%;
}
@media screen and (max-width: 599px) {
  .block-category__photo {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}
.block-category__en {
  font-size: 1.2rem;
  color: var(--dark-color);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .block-category__en {
    line-height: 1;
    text-align: center;
  }
}
.block-category__ja {
  margin-bottom: 25px;
  color: var(--dark-color);
  font-size: 3.1rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  .block-category__ja {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 20px;
  }
}
.block-category__copy {
  margin-bottom: 15px;
  padding: 10px 10px 8px;
  background-color: #209dce;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .block-category__copy {
    padding: 13px 10px 10px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.block-category__links {
  width: 100%;
  margin-top: 30px;
  background-color: #f0f4f4;
  padding: 30px 40px 25px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .block-category__links {
    padding: 20px 30px 15px;
  }
}
@media screen and (max-width: 599px) {
  .block-category__links {
    margin-top: 20px;
    padding: 15px 20px 10px;
  }
}
.block-category__links li {
  margin-bottom: 5px;
  margin-right: 45px;
}
@media screen and (max-width: 599px) {
  .block-category__links li {
    margin-bottom: 3px;
  }
}
.block-category__links a {
  text-decoration: none;
  display: inline-block;
  padding-left: 30px;
  position: relative;
  line-height: 1.3;
}
.block-category__links a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #209dce;
  display: block;
  border-radius: 50%;
}
.block-category__links a::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block-rinen {
  background-color: #e3eeec;
  border-radius: 5px;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .block-rinen {
    display: block;
    padding: 30px 15px;
  }
}
.block-rinen__image {
  width: 100%;
  max-width: 264px;
}
@media screen and (max-width: 599px) {
  .block-rinen__image {
    margin: 0 auto 20px;
    max-width: 220px;
  }
}
.block-rinen__list {
  width: calc(100% - 264px);
  padding-left: 50px !important;
}
@media screen and (max-width: 599px) {
  .block-rinen__list {
    width: 100%;
    padding-left: 0 !important;
  }
}
.block-rinen__list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.block-rinen__list > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .block-rinen__list > li {
    margin-bottom: 15px;
  }
}
.block-rinen__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #209dce;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 1.8rem;
  padding-top: 12px;
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .block-rinen__icon {
    width: 54px;
    height: 54px;
    font-size: 1.7rem;
  }
}
.block-rinen__icon--cl2 {
  background-color: #87b533;
}
.block-rinen__icon--cl3 {
  background-color: #d6616e;
}
.block-rinen__text {
  line-height: 1.4;
  width: calc(100% - 70px);
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.img-right {
  margin: 0px 0 20px 30px;
  width: auto;
  max-width: 33%;
  float: right;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .img-right {
    margin: 0 auto 20px auto !important;
    width: auto;
    max-width: 100%;
    float: none;
    text-align: center;
    display: block;
  }
}
.block-flow .img-right {
  margin-bottom: 0;
}

.img-left {
  margin: 0px 30px 20px 0;
  width: auto;
  max-width: 33%;
  float: left;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .img-left {
    margin: 0 auto 20px auto !important;
    width: auto;
    max-width: 100%;
    float: none;
    text-align: center;
    display: block;
  }
}
.block-flow .img-left {
  margin-bottom: 0;
}

.text-right {
  width: calc(67% - 30px);
  float: right;
}
@media screen and (max-width: 599px) {
  .text-right {
    width: auto;
    float: none;
  }
}

.text-left {
  width: calc(67% - 30px);
  float: left;
}
@media screen and (max-width: 599px) {
  .text-left {
    width: auto;
    float: none;
  }
}

.photo-3 {
  padding: 0 !important;
  list-style: none;
}
.photo-3 li {
  list-style: none !important;
  width: calc((99.9% - 20px) / 3);
  text-align: center;
  float: left;
  margin-bottom: 15px;
}
.photo-3 li:not(:nth-child(3n)) {
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .photo-3 li {
    width: calc((99.9% - 10px) / 3);
    margin-bottom: 10px;
  }
  .photo-3 li:not(:nth-child(3n)) {
    margin-right: 5px;
  }
}

.photo-2 {
  padding: 0 !important;
  list-style: none;
}
.photo-2 li {
  list-style: none !important;
  width: calc((100% - 10px) / 2);
  text-align: center;
  float: left;
  margin-bottom: 15px;
}
.photo-2 li:not(:nth-child(2n)) {
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .photo-2 li {
    width: calc((100% - 5px) / 2);
    margin-bottom: 10px;
  }
  .photo-2 li:not(:nth-child(2n)) {
    margin-right: 5px;
  }
}

.photo-1 {
  width: 100%;
  text-align: center;
}
.photo-1.type02 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.photo-column2 {
  display: flex;
  flex-wrap: wrap;
}
.photo-column2__item {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .photo-column2__item {
    width: 100%;
  }
}

.photo-auto {
  padding: 0 !important;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-right: -10px;
}
@media screen and (max-width: 599px) {
  .photo-auto {
    display: block;
    margin-right: 0;
  }
}
.photo-auto li {
  list-style: none !important;
  text-align: center;
  margin-bottom: 15px;
  margin-right: 10px;
}
.photo-auto li img {
  max-width: auto;
}
@media screen and (max-width: 599px) {
  .photo-auto li {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.text {
  word-break: break-all;
}
.text--mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
}

.copy-gothic {
  color: #1f91be;
  font-size: 2.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .copy-gothic {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 599px) {
  .copy-gothic {
    font-size: 1.7rem;
    font-weight: 500;
  }
}
.copy-gothic.big {
  font-size: 3.6rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .copy-gothic.big {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .copy-gothic.big {
    font-size: 2.5rem;
    letter-spacing: -0.03em;
  }
}

.copy-mincho {
  color: #1f91be;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .copy-mincho {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .copy-mincho {
    font-size: 1.8rem;
    font-weight: 500;
  }
}

.text-standard {
  word-break: break-all;
}

.caption {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.3em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  .caption {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}

.text-3column {
  padding: 0 !important;
}
.text-3column > li {
  margin-left: 30px;
  width: calc((99.9% - 60px) / 3);
  float: left;
  list-style: none !important;
}
.text-3column > li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 834px) {
  .text-3column > li {
    margin-top: 15px;
    margin-left: 0;
    width: 100%;
    float: none;
  }
  .text-3column > li:first-child {
    margin-top: 0;
  }
}

.text-2column {
  padding: 0 !important;
}
.text-2column > li {
  width: calc(50% - 15px);
  float: right;
  list-style: none !important;
}
.text-2column > li:first-child {
  float: left;
}
@media screen and (max-width: 599px) {
  .text-2column > li {
    margin-top: 15px;
    width: 100%;
    float: none;
  }
  .text-2column > li:first-child {
    float: none;
    margin-top: 0;
  }
}

.en-break {
  word-break: break-all;
}

.text-red {
  color: #d00;
}

.list-box {
  padding: 27px 30px;
  background-color: #f1f1f1;
}
@media screen and (max-width: 599px) {
  .list-box {
    padding: 18px 20px;
  }
}

.list-box__cl02 {
  display: flex;
  flex-wrap: wrap;
}
.list-box__cl02__left {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
}
.list-box__cl02__right {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 1024px) {
  .list-box__cl02__left {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .list-box__cl02__right {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .list-box__cl02__left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .list-box__cl02__right {
    width: 100%;
  }
}

.list-wrapper {
  padding: 0 !important;
  list-style: none;
}
.list-wrapper li {
  list-style: none !important;
  margin-top: 10px;
  padding-left: 25px;
  line-height: 1.5em;
  word-break: break-all;
  position: relative;
}
@media screen and (max-width: 599px) {
  .list-wrapper li {
    margin-top: 7px;
    padding-left: 18px;
  }
}
.list-wrapper li:first-child {
  margin-top: 0;
}
.list-wrapper li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 3px;
  width: 9px;
  height: 9px;
  background-color: #57dbe1;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .list-wrapper li::before {
    top: 6px;
  }
}
@media screen and (max-width: 599px) {
  .list-wrapper li::before {
    left: 2px;
    width: 7px;
    height: 7px;
  }
}
.list-wrapper.column2 {
  margin-top: -5px;
  column-count: 2;
  column-gap: 40px;
}
@media screen and (max-width: 599px) {
  .list-wrapper.column2 {
    column-count: 1;
    column-gap: 0;
  }
}
.list-wrapper.column2 > li {
  break-inside: avoid-column;
}
@media screen and (max-width: 599px) {
  .list-wrapper.column2 > li {
    margin-top: 15px;
  }
}
.list-wrapper.column2 > li:first-child {
  margin-top: 0;
}
.list-wrapper.column3 {
  margin-top: -5px;
  column-count: 3;
  column-gap: 30px;
}
@media screen and (max-width: 1024px) {
  .list-wrapper.column3 {
    column-gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .list-wrapper.column3 {
    column-count: 1;
    column-gap: 0;
  }
}
.list-wrapper.column3 > li {
  break-inside: avoid-column;
}
@media screen and (max-width: 834px) {
  .list-wrapper.column3 > li {
    margin-top: 15px;
  }
}
.list-wrapper.column3 > li:first-child {
  margin-top: 0;
}

ol.list-wrapper {
  padding: 0 !important;
  list-style: none;
}
ol.list-wrapper li {
  list-style: none;
  margin-top: 10px;
  margin-left: 1.2em;
  padding-left: 0;
  line-height: 1.5em;
  list-style-type: decimal !important;
  list-style-position: outside !important;
  list-style: none;
  word-break: break-all;
  position: relative;
}
ol.list-wrapper li:first-child {
  margin-top: 0;
}
ol.list-wrapper li::before {
  display: none;
}
@media screen and (max-width: 599px) {
  ol.list-wrapper li {
    margin-top: 7px;
  }
}
ol.list-wrapper--box-none {
  padding: 0;
  background-color: transparent;
}

_:-ms-input-placeholder .list-file,
:root .list-file {
  display: flex;
  flex-wrap: wrap;
}
_:-ms-input-placeholder .list-file li,
:root .list-file li {
  width: 100%;
}

.list-file li {
  margin-top: 12px;
  padding: 0px 0 0 45px;
  min-height: 42px;
  line-height: 1.5em;
  background-size: 35px auto;
  background-repeat: no-repeat;
  background-position: 0 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .list-file li {
    padding: 0px 0 0 32px;
    padding-top: 0;
    min-height: 29px;
    line-height: 1.3em;
    background-size: 25px auto;
    background-position: 0 0px;
  }
}
.list-file li:has(p) {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .list-file li:has(p) {
    margin-top: 15px;
  }
}
.list-file li:first-child {
  margin-top: 0 !important;
}
.list-file li.li-pdf {
  background-image: url(../img/common/icon_pdf.svg);
}
.list-file li.li-xls {
  background-image: url(../img/common/icon_excel.svg);
}
.list-file li.li-doc {
  background-image: url(../img/common/icon_word.svg);
}
.list-file li a {
  color: #1f91be;
}
.list-file li a:hover {
  text-decoration: none;
}
.list-file li p {
  margin-top: 3px;
  font-size: 1.5rem;
  word-break: break-all;
}
@media screen and (max-width: 599px) {
  .list-file li p {
    font-size: 1.4rem;
  }
}
.list-file.column2 {
  display: flex;
  flex-wrap: wrap;
}
.list-file.column2 > li {
  width: calc((100% - 30px) / 2);
  margin-left: 30px;
}
.list-file.column2 > li:nth-child(2) {
  margin-top: 0;
}
.list-file.column2 > li:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .list-file.column2 > li {
    width: 100%;
    margin-left: 0;
  }
  .list-file.column2 > li:nth-child(2) {
    margin-top: 15px;
  }
}
.list-file.column3 {
  display: flex;
  flex-wrap: wrap;
}
.list-file.column3 > li {
  width: calc((100% - 60px) / 3);
  margin-left: 30px;
}
.list-file.column3 > li:nth-child(2), .list-file.column3 > li:nth-child(3) {
  margin-top: 0;
}
.list-file.column3 > li:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .list-file.column3 > li {
    width: calc((100% - 30px) / 2);
  }
  .list-file.column3 > li:nth-child(3) {
    margin-top: 15px;
  }
  .list-file.column3 > li:nth-child(3n+1) {
    margin-left: 30px;
  }
  .list-file.column3 > li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .list-file.column3 > li {
    width: 100%;
    margin-left: 0;
  }
  .list-file.column3 > li:nth-child(2), .list-file.column3 > li:nth-child(3) {
    margin-top: 15px;
  }
}

.attention-list {
  margin-bottom: 30px;
}
.attention-list > li {
  margin-bottom: 5px;
  color: #d00;
  line-height: 1.4;
}
.attention-list > li:last-child {
  margin-bottom: 0 !important;
}
.attention-list > li a {
  color: #d00 !important;
}

.page-nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
}
@media screen and (max-width: 599px) {
  .page-nav {
    display: block;
  }
}
.page-nav.type02 {
  background-color: #eaf4f9;
  padding: 35px 32px !important;
}
@media screen and (max-width: 599px) {
  .page-nav.type02 {
    padding: 20px !important;
  }
}
.page-nav__item {
  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;
  width: calc((100% - 30px) / 3);
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  border: 1px solid #209dce;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.page-nav__item:not(:nth-child(3n)) {
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .page-nav__item {
    width: calc((100% - 15px) / 3);
    margin-bottom: 5px;
  }
  .page-nav__item:not(:nth-child(3n)) {
    margin-right: 5px;
  }
}
@media screen and (max-width: 599px) {
  .page-nav__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .page-nav__item:not(:nth-child(3n)) {
    margin-right: 0px;
  }
}
.type02 .page-nav__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 0px solid #209dce;
  margin-right: 0;
  margin-bottom: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
@media print, screen and (min-width: 600px) {
  .type02 .page-nav__item {
    width: calc((100% - 16px) / 2);
  }
  .type02 .page-nav__item:not(:nth-child(2n)) {
    margin-right: 16px;
  }
  .type02 .page-nav__item:not(:nth-of-type(-n+2)) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .type02 .page-nav__item {
    width: 100%;
  }
  .type02 .page-nav__item:not(:last-child) {
    margin-bottom: 5px;
  }
}
.page-nav__item a,
.page-nav__item span {
  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;
  width: 100%;
  height: 100%;
  color: #1d2737;
  line-height: 1.4;
  text-decoration: none;
  padding: 20px 25px 20px 46px;
}
@media screen and (max-width: 1024px) {
  .page-nav__item a,
  .page-nav__item span {
    padding: 10px 10px 10px 46px;
  }
}
@media screen and (max-width: 599px) {
  .page-nav__item a,
  .page-nav__item span {
    font-size: 1.5rem;
    padding: 12px 12px 12px 46px;
  }
}
.type02 .page-nav__item a,
.type02 .page-nav__item span {
  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;
  width: 100%;
  color: #1d2737;
  font-size: 1.7rem;
  line-height: 1.2;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 23px 20px 23px 50px;
}
@media screen and (max-width: 1024px) {
  .type02 .page-nav__item a,
  .type02 .page-nav__item span {
    font-size: 1.6rem;
    padding: 20px 20px 20px 50px;
  }
}
@media screen and (max-width: 599px) {
  .type02 .page-nav__item a,
  .type02 .page-nav__item span {
    font-size: 1.5rem;
    padding: 14px 20px 14px 35px;
  }
}
.page-nav__item a::before, .page-nav__item a::after,
.page-nav__item span::before,
.page-nav__item span::after {
  content: "";
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.type02 .page-nav__item a::before, .type02 .page-nav__item a::after,
.type02 .page-nav__item span::before,
.type02 .page-nav__item span::after {
  border-top: 0px solid #fff;
  border-right: 0px solid #fff;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
}
.page-nav__item a::before,
.page-nav__item span::before {
  top: calc(50% - 10px);
  left: 15px;
  width: 20px;
  height: 20px;
  background-color: #209dce;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.type02 .page-nav__item a::before,
.type02 .page-nav__item span::before {
  display: inline-block;
  top: 0;
  left: 20px;
  bottom: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin: auto;
  background-color: #209dce;
}
@media screen and (max-width: 599px) {
  .type02 .page-nav__item a::before,
  .type02 .page-nav__item span::before {
    left: 10px;
  }
}
.page-nav__item a::after,
.page-nav__item span::after {
  top: calc(50% - 3px);
  left: 22px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.type02 .page-nav__item a::after,
.type02 .page-nav__item span::after {
  display: inline-block;
  top: 0;
  left: 25px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .type02 .page-nav__item a::after,
  .type02 .page-nav__item span::after {
    left: 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .page-nav__item a:hover,
  .page-nav__item span:hover {
    background-color: #209dce;
    color: #fff;
  }
  .page-nav__item a:hover::before,
  .page-nav__item span:hover::before {
    background-color: #fff;
  }
  .page-nav__item a:hover::after,
  .page-nav__item span:hover::after {
    border-top-color: #209dce;
    border-right-color: #209dce;
  }
}
.page-nav__item.active a,
.page-nav__item.active span {
  background-color: #209dce;
  color: #fff;
}
.page-nav__item.active a::before,
.page-nav__item.active span::before {
  background-color: #fff;
}
.page-nav__item.active a::after,
.page-nav__item.active span::after {
  border-top-color: #209dce;
  border-right-color: #209dce;
}

.news-list {
  position: relative;
  width: 100%;
  margin-top: -20px;
  word-break: break-all;
}
@media screen and (max-width: 599px) {
  .news-list {
    margin-top: -10px;
  }
}
.news-list__item {
  position: relative;
  border-bottom: 1px solid #e3e4e4;
}
.news-list__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  color: #494949;
  line-height: 1.5;
  text-decoration: none;
  padding: 27px 0px;
}
@media screen and (max-width: 834px) {
  .news-list__item a {
    padding: 22px 0px;
  }
}
@media screen and (max-width: 599px) {
  .news-list__item a {
    flex-wrap: wrap;
    padding: 17px 0px;
  }
}
@media print, screen and (min-width: 1025px) {
  .news-list__item a:hover {
    background-color: #eaf4f9;
  }
}
.news-list__item__day {
  display: block;
  width: 120px;
  color: #008571;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .news-list__item__day {
    width: 115px;
  }
}
.news-list__item__title {
  flex: 1;
  display: block;
  font-size: 1.7rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  padding-left: 1em;
}
@media screen and (max-width: 834px) {
  .news-list__item__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .news-list__item__title {
    flex: auto;
    width: 100%;
    font-size: 1.5rem;
    padding-left: 0;
    margin-top: 8px;
  }
}
.news-list--top {
  border-top: 1px solid #e3e4e4;
  margin-top: 0 !important;
}
@media screen and (max-width: 834px) {
  .news-list--top .news-list__item a {
    flex-wrap: wrap;
    padding: 17px 0px;
  }
}
@media screen and (max-width: 834px) {
  .news-list--top .news-list__item__title {
    flex: auto;
    width: 100%;
    padding-left: 0;
    margin-top: 8px;
  }
}

.icon, .icon-recruit, .icon-medical, .icon-info {
  display: block;
  width: 104px;
  height: 28px;
  color: #fff;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .icon, .icon-recruit, .icon-medical, .icon-info {
    width: 90px;
    font-size: 1.2rem;
    height: 24px;
    line-height: 24px;
  }
}
.icon-info {
  background-color: #228fc1;
}
.icon-medical {
  letter-spacing: -0.02em;
  background-color: #7283c8;
}
.icon-recruit {
  background-color: #6ec7cd;
}

.icon-new {
  display: inline-block;
  color: #e9317b;
  font-size: 1.5rem;
  font-family: "Overpass", sans-serif;
  font-weight: 600;
  margin-left: 1em;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .icon-new {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .icon-new {
    font-size: 1.3rem;
  }
}

.box-bg01 {
  padding: 30px;
  background-color: #eaf4f9;
}
@media screen and (max-width: 599px) {
  .box-bg01 {
    padding: 20px;
  }
}
.box-bg01 .list-wrapper li::before {
  background-color: #57dbe1;
}

.box-bg02 {
  padding: 30px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 599px) {
  .box-bg02 {
    padding: 20px;
  }
}

.box-bg03 {
  padding: 30px;
  background-color: #fceff0;
}
@media screen and (max-width: 599px) {
  .box-bg03 {
    padding: 20px;
  }
}
.box-bg03 .list-wrapper li::before {
  background-color: #d31d3f;
}

.color .box-bg01 {
  background-color: #222;
}
.color .box-bg02 {
  background-color: #333;
}
.color .box-bg03 {
  background-color: #333;
}

.index-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #eaf4f9;
  padding: 35px 32px;
}
@media screen and (max-width: 599px) {
  .index-list {
    display: block;
    padding: 20px;
  }
}

.index-list__item {
  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;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 600px) {
  .index-list__item {
    width: calc((100% - 16px) / 2);
  }
  .index-list__item:not(:nth-child(2n)) {
    margin-right: 16px;
  }
  .index-list__item:not(:nth-of-type(-n+2)) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .index-list__item {
    width: 100%;
  }
  .index-list__item:not(:last-child) {
    margin-bottom: 5px;
  }
}
.index-list__item a,
.index-list__item span {
  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;
  width: 100%;
  height: 100%;
  color: #1d2737;
  font-size: 1.7rem;
  line-height: 1.2;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 23px 20px 23px 50px;
}
@media screen and (max-width: 1024px) {
  .index-list__item a,
  .index-list__item span {
    font-size: 1.6rem;
    padding: 20px 20px 20px 50px;
  }
}
@media screen and (max-width: 599px) {
  .index-list__item a,
  .index-list__item span {
    font-size: 1.5rem;
    padding: 14px 20px 14px 35px;
  }
}
.index-list__item a::before, .index-list__item a::after,
.index-list__item span::before,
.index-list__item span::after {
  content: "";
  position: absolute;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  border-top: 0px solid #fff;
  border-right: 0px solid #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.index-list__item a::before,
.index-list__item span::before {
  display: inline-block;
  top: 0;
  left: 20px;
  bottom: 0;
  width: 18px;
  height: 18px;
  background-color: #209dce;
  border-radius: 50%;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .index-list__item a::before,
  .index-list__item span::before {
    left: 10px;
  }
}
.index-list__item a::after,
.index-list__item span::after {
  display: inline-block;
  top: 0;
  left: 25px;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin: auto;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .index-list__item a::after,
  .index-list__item span::after {
    left: 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .index-list__item a:hover,
  .index-list__item span:hover {
    background-color: #209dce;
    color: #fff;
  }
  .index-list__item a:hover::before,
  .index-list__item span:hover::before {
    background-color: #fff;
  }
  .index-list__item a:hover::after,
  .index-list__item span:hover::after {
    border-top-color: #209dce;
    border-right-color: #209dce;
  }
}
.index-list__item.active a,
.index-list__item.active span {
  background-color: #209dce;
  color: #fff;
}
.index-list__item.active a::before,
.index-list__item.active span::before {
  background-color: #fff;
}
.index-list__item.active a::after,
.index-list__item.active span::after {
  border-top-color: #209dce;
  border-right-color: #209dce;
}

.table {
  width: 100%;
  border: 1px solid #dadada;
  border-collapse: collapse;
}
.table thead th {
  padding: 10px 10px;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #1f91be;
  border: 1px solid #dadada;
}
@media screen and (max-width: 599px) {
  .table thead th {
    padding: 7px 5px 5px;
    font-size: 1.3rem;
  }
}
.table th {
  padding: 15px 10px;
  line-height: 1.5em;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
  background-color: #eaf4f9;
  border: 1px solid #dadada;
}
@media screen and (max-width: 599px) {
  .table th {
    padding: 7px 7px 7px;
    font-size: 1.3rem;
  }
}
.table td {
  padding: 15px;
  line-height: 1.5em;
  word-break: break-all;
  vertical-align: middle;
  border: 1px solid #dadada;
  word-break: break-all;
}
@media screen and (max-width: 599px) {
  .table td {
    padding: 7px 7px 7px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 599px) {
  .tbl-sp-scroll table {
    width: 700px;
  }
}

.btn-wrapper {
  text-align: center;
}

.btn-blank {
  display: inline-block;
  color: #1f91be;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  background-image: url(../img/common/icon_blank.svg);
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  border: 1px solid #1f91be;
  padding: 7px 41px 7px 15px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.btn-blank:hover {
  color: #ffffff;
  background-image: url(../img/common/icon_blank_white.svg);
  background-color: #1f91be;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.icon-link {
  position: relative;
  display: inline-block;
  color: #504947 !important;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none !important;
  border: 1px solid #209dce;
  padding: 14px 63px 14px 55px;
  margin-bottom: 5px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .icon-link {
    font-size: 1.4rem;
    padding: 14px 53px 14px 45px;
  }
}
.icon-link::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #209dce;
  border-right: 2px solid #209dce;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 1025px) {
  .icon-link:hover {
    color: #ffffff !important;
    background-color: #209dce;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .icon-link:hover::before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

.icon-link__text {
  position: relative;
  display: inline-block;
  color: #1f91be;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  padding-left: 30px;
}
.icon-link__text::before, .icon-link__text::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.icon-link__text::before {
  top: 4px;
  width: 20px;
  height: 20px;
  background-color: #209dce;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
@media screen and (max-width: 599px) {
  .icon-link__text::before {
    top: 1px;
  }
}
.icon-link__text::after {
  position: absolute;
  content: "";
  top: 11px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .icon-link__text::after {
    top: 8px;
  }
}
.icon-link__text:hover {
  text-decoration: none !important;
}

.btn-line {
  display: inline-block;
  position: relative;
  width: 100%;
  color: #1f91be;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  border: 1px solid #1f91be;
  border-radius: 52px;
  padding: 15px 45px 15px 40px;
}
@media screen and (max-width: 599px) {
  .btn-line {
    font-size: 1.5rem;
    padding: 15px 35px 15px 30px;
  }
}
.btn-line::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1f91be;
  border-right: 2px solid #1f91be;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 1025px) {
  .btn-line:hover {
    color: #ffffff !important;
    background-color: #1f91be;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .btn-line:hover::before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.btn-line--back {
  padding: 15px 40px 15px 45px;
}
@media screen and (max-width: 599px) {
  .btn-line--back {
    padding: 15px 30px 15px 35px;
  }
}
.btn-line--back::before {
  right: auto;
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media print, screen and (min-width: 1025px) {
  .btn-line--back:hover::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}

.pageindex-wrapper__item__nav {
  display: flex;
  flex-wrap: wrap;
}
.pageindex-wrapper__item__nav__item {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 7px;
}
.pageindex-wrapper__item__nav__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .pageindex-wrapper__item__nav__item {
    width: calc((100% - 20px) / 2);
  }
  .pageindex-wrapper__item__nav__item:nth-child(3n) {
    margin-right: 20px;
  }
  .pageindex-wrapper__item__nav__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .pageindex-wrapper__item__nav__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4px;
  }
  .pageindex-wrapper__item__nav__item:nth-child(3n) {
    margin-right: 0;
  }
}
.pageindex-wrapper__item__nav__item__link {
  position: relative;
  display: block;
  width: 100%;
  color: #1d2737 !important;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.5;
  text-decoration: none !important;
  background-color: #fff;
  border: 1px solid #209dce;
  padding: 12px 20px;
  margin-bottom: 5px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  border-radius: 48px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.type02 .pageindex-wrapper__item__nav__item__link {
  border: 1px solid #57dbe1;
}
.pageindex-wrapper__item__nav__item__link span {
  position: relative;
  display: block;
  padding: 0 0 0 29px;
}
.pageindex-wrapper__item__nav__item__link span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 7px;
  top: 12px;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pageindex-wrapper__item__nav__item__link span::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #209dce;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.type02 .pageindex-wrapper__item__nav__item__link span::after {
  background-color: #57dbe1;
}
@media print, screen and (min-width: 1025px) {
  .pageindex-wrapper__item__nav__item__link:hover {
    color: #ffffff !important;
    background-color: #209dce;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .pageindex-wrapper__item__nav__item__link:hover span::before {
    width: 5px;
    height: 5px;
    border-top: 1px solid #209dce;
    border-right: 1px solid #209dce;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .pageindex-wrapper__item__nav__item__link:hover span::after {
    background-color: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .type02 .pageindex-wrapper__item__nav__item__link:hover {
    background-color: #57dbe1;
  }
  .type02 .pageindex-wrapper__item__nav__item__link:hover span::before {
    width: 5px;
    height: 5px;
    border-top: 1px solid #57dbe1;
    border-right: 1px solid #57dbe1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.anchor-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 25px !important;
}
@media screen and (max-width: 599px) {
  .anchor-list {
    padding: 20px !important;
  }
}
.anchor-list__item {
  display: block;
  position: relative;
  margin-right: 10px;
  margin-top: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 600px) and (min-width: 1025px) {
  .anchor-list__item {
    width: calc((100% - 30px) / 4);
  }
  .anchor-list__item:nth-child(1), .anchor-list__item:nth-child(2), .anchor-list__item:nth-child(3), .anchor-list__item:nth-child(4) {
    margin-top: 0;
  }
  .anchor-list__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .anchor-list__item {
    width: calc((100% - 20px) / 3);
  }
  .anchor-list__item:nth-child(1), .anchor-list__item:nth-child(2), .anchor-list__item:nth-child(3) {
    margin-top: 0;
  }
  .anchor-list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .anchor-list__item {
    width: calc((100% - 10px) / 2);
  }
  .anchor-list__item:nth-child(1), .anchor-list__item:nth-child(2) {
    margin-top: 0;
  }
  .anchor-list__item:nth-child(2n) {
    margin-right: 0;
  }
}
.anchor-list__item a {
  position: relative;
  display: inline-block;
  color: #1d2737;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  text-align: left;
  padding-left: 28px;
}
@media screen and (max-width: 834px) {
  .anchor-list__item a {
    font-size: 1.5rem;
    padding-left: 25px;
  }
}
@media screen and (max-width: 599px) {
  .anchor-list__item a {
    font-size: 1.4rem;
    padding-left: 22px;
  }
}
.anchor-list__item a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #209dce;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 834px) {
  .anchor-list__item a::before {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 599px) {
  .anchor-list__item a::before {
    width: 16px;
    height: 16px;
  }
}
.anchor-list__item a::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  transform: rotate(135deg);
}
@media screen and (max-width: 834px) {
  .anchor-list__item a::after {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 599px) {
  .anchor-list__item a::after {
    left: 5px;
    width: 6px;
    height: 6px;
  }
}
@media print, screen and (min-width: 1025px) {
  .anchor-list__item:hover a {
    color: #1f91be;
  }
}
@media print, screen and (min-width: 600px) and (min-width: 1025px) {
  .anchor-list.cl02 .anchor-list__item {
    width: calc((100% - 10px) / 2);
  }
  .anchor-list.cl02 .anchor-list__item:nth-child(3), .anchor-list.cl02 .anchor-list__item:nth-child(4) {
    margin-top: 10px;
  }
  .anchor-list.cl02 .anchor-list__item:nth-child(4n) {
    margin-right: 10px;
  }
  .anchor-list.cl02 .anchor-list__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .anchor-list.cl02 .anchor-list__item {
    width: calc((100% - 10px) / 2);
  }
  .anchor-list.cl02 .anchor-list__item:nth-child(3) {
    margin-top: 10px;
  }
  .anchor-list.cl02 .anchor-list__item:nth-child(3n) {
    margin-right: 10px;
  }
  .anchor-list.cl02 .anchor-list__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .anchor-list.cl02 .anchor-list__item {
    width: 100%;
    margin-right: 0;
  }
  .anchor-list.cl02 .anchor-list__item:nth-child(2) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 600px) and (min-width: 1025px) {
  .anchor-list.cl03 .anchor-list__item {
    width: calc((100% - 20px) / 3);
  }
  .anchor-list.cl03 .anchor-list__item:nth-child(4) {
    margin-top: 10px;
  }
  .anchor-list.cl03 .anchor-list__item:nth-child(4n) {
    margin-right: 10px;
  }
  .anchor-list.cl03 .anchor-list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .anchor-list.cl03 .anchor-list__item {
    width: 100%;
    margin-right: 0;
  }
  .anchor-list.cl03 .anchor-list__item:nth-child(2) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 600px) and (min-width: 1025px) {
  .anchor-list.cl05 .anchor-list__item {
    width: calc((100% - 40px) / 5);
  }
  .anchor-list.cl05 .anchor-list__item:nth-child(5) {
    margin-top: 0;
  }
  .anchor-list.cl05 .anchor-list__item:nth-child(4n) {
    margin-right: 10px;
  }
  .anchor-list.cl05 .anchor-list__item:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .anchor-list.cl05 .anchor-list__item {
    width: 100%;
    margin-right: 0;
  }
  .anchor-list.cl05 .anchor-list__item:nth-child(2) {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 1025px) {
  .bnr-hover a:hover {
    opacity: 0.8;
  }
}

.tel-link {
  color: var(--dark-color) !important;
  text-decoration: underline;
}
@media print, screen and (min-width: 1025px) {
  .tel-link {
    color: #1d2737 !important;
    text-decoration: none;
  }
  .tel-link a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.top-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  height: 600px;
  padding: 0 40px 0 110px;
  margin-bottom: 55px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1200px) {
  .top-main {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .top-main {
    height: 450px;
    margin-bottom: 102px;
  }
}
@media screen and (max-width: 834px) {
  .top-main {
    height: 300px;
    padding: 0 20px;
    margin-bottom: 82px;
  }
}
@media screen and (max-width: 599px) {
  .top-main {
    height: 200px;
    padding: 0 10px;
    margin-bottom: 67px;
  }
}
@media screen and (max-width: 320px) {
  .top-main {
    height: 120px;
    margin-bottom: 52px;
  }
}
.top-main::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -230px;
  width: 33.4%;
  height: 430px;
  background-color: #209dce;
  border-radius: 0 10px 10px 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1600px) {
  .top-main::before {
    width: 31.4%;
  }
}
@media screen and (max-width: 1024px) {
  .top-main::before {
    bottom: -62px;
    width: 58.6%;
    height: 150px;
    border-radius: 0 8px 8px 0;
  }
}
@media screen and (max-width: 834px) {
  .top-main::before {
    bottom: -42px;
    height: 130px;
    z-index: -1;
  }
}
@media screen and (max-width: 599px) {
  .top-main::before {
    bottom: -22px;
    height: 110px;
    border-radius: 0 6px 6px 0;
  }
}
@media screen and (max-width: 320px) {
  .top-main::before {
    bottom: -17px;
    height: 70px;
  }
}
.top-main__catch {
  margin-bottom: 260px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top-main__catch {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 834px) {
  .top-main__catch {
    display: none;
  }
}
.top-main__catch__jp {
  color: #444444;
  font-size: 4.7rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .top-main__catch__jp {
    font-size: 3.7rem;
  }
}
.top-main__catch__en {
  color: #209dce;
  font-size: 1.9rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1;
  margin-top: 1em;
}
@media screen and (max-width: 1024px) {
  .top-main__catch__en {
    font-size: 1.5rem;
  }
}

.main-slider {
  position: absolute !important;
  top: 0;
  right: 40px;
  width: calc(77.4% - 40px - 110px);
  height: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1600px) {
  .main-slider {
    width: calc(79.9% - 40px - 110px);
  }
}
@media print, screen and (max-width: 1400px) {
  .main-slider {
    width: calc(82.4% - 40px - 110px);
  }
}
@media print, screen and (max-width: 1200px) {
  .main-slider {
    width: calc(84.9% - 40px - 40px);
  }
}
@media screen and (max-width: 834px) {
  .main-slider {
    position: static !important;
    right: auto;
    width: 100%;
    border-radius: 12px;
  }
}
@media screen and (max-width: 599px) {
  .main-slider {
    border-radius: 8px;
  }
}
.main-slider__item {
  position: relative;
  height: 100%;
}
.main-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 834px) {
  .main-slider__item img {
    border-radius: 12px;
  }
}
@media screen and (max-width: 599px) {
  .main-slider__item img {
    border-radius: 8px;
  }
}
.main-slider__item.mark::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  right: 15px;
  bottom: 8px;
  background-image: url(../img/top/water.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 834px) {
  .main-slider__item.mark::before {
    width: 30px;
    height: 30px;
    right: 11px;
    bottom: 6px;
  }
}
@media screen and (max-width: 599px) {
  .main-slider__item.mark::before {
    width: 25px;
    height: 25px;
    right: 8px;
    bottom: 4px;
  }
}
.main-slider .slick-list {
  height: 100%;
}
.main-slider .slick-track {
  height: 100% !important;
}

.top-intro {
  position: relative;
  padding: 0px 0px 85px 0px;
}
@media screen and (max-width: 1024px) {
  .top-intro {
    padding: 20px 25px 70px 40px;
  }
}
@media screen and (max-width: 834px) {
  .top-intro {
    padding: 15px 30px 65px;
  }
}
@media screen and (max-width: 599px) {
  .top-intro {
    padding: 0px 20px 50px;
  }
}
.top-intro__inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1615px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .top-intro__inr {
    width: 100%;
    flex-direction: row-reverse;
  }
}
.top-intro__img {
  width: 34.6%;
  margin-right: 60px;
}
@media print, screen and (max-width: 1500px) {
  .top-intro__img {
    margin-right: 55px;
  }
}
@media screen and (max-width: 1024px) {
  .top-intro__img {
    width: 42%;
    margin-right: 0px;
  }
}
@media screen and (max-width: 599px) {
  .top-intro__img {
    display: none;
  }
}
.top-intro__img img {
  width: 100%;
}
.top-intro__block {
  padding-top: 40px;
  position: relative;
  width: calc(65.3% - 60px);
}
@media print, screen and (max-width: 1500px) {
  .top-intro__block {
    width: calc(65.3% - 55px);
  }
}
@media screen and (max-width: 1024px) {
  .top-intro__block {
    padding-top: 0px;
    width: 57.9%;
  }
}
@media screen and (max-width: 599px) {
  .top-intro__block {
    width: 100%;
  }
}
.top-intro__block__intro {
  display: flex;
}
.top-intro__block__box {
  position: relative;
  flex: 1;
  padding-right: 35px;
  padding-top: 15px;
}
@media print, screen and (max-width: 1500px) {
  .top-intro__block__box {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .top-intro__block__box {
    padding-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .top-intro__block__box {
    padding-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .top-intro__block__box::before {
    background-image: url(../img/top/img_intro01.webp);
    background-size: cover;
    content: "";
    height: 133px;
    width: 140px;
    right: 0px;
    top: -20px;
    position: absolute;
  }
}
.top-intro__block__ph {
  margin-bottom: -130px;
}
@media print, screen and (max-width: 1600px) {
  .top-intro__block__ph {
    width: 43%;
  }
}
@media screen and (max-width: 1024px) {
  .top-intro__block__ph {
    display: none;
  }
}
.top-intro__block__catch {
  color: #1f91be;
  font-size: 3.3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .top-intro__block__catch {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 599px) {
  .top-intro__block__catch {
    margin-top: 18px;
    font-size: 2rem;
    letter-spacing: normal;
    line-height: 1.6;
    padding-right: 42%;
  }
}
@media screen and (max-width: 320px) {
  .top-intro__block__catch {
    font-size: 1.8rem;
  }
}
.top-intro__block__read {
  color: #494949;
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.9;
  margin-top: 22px;
}
@media screen and (max-width: 834px) {
  .top-intro__block__read {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-intro__block__read {
    font-size: 1.5rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 320px) {
  .top-intro__block__read {
    margin-top: 15px;
  }
}
.top-intro__block__reha {
  margin-top: 40px;
  max-width: 690px;
}
@media screen and (max-width: 1024px) {
  .top-intro__block__reha {
    margin-top: 30px;
    max-width: inherit;
  }
}
@media screen and (max-width: 834px) {
  .top-intro__block__reha {
    width: 520px;
  }
}
@media screen and (max-width: 599px) {
  .top-intro__block__reha {
    width: 100%;
    margin-top: 20px;
  }
}
.top-intro__block__tit {
  position: relative;
  color: #57dbe1;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-left: 70px;
}
@media screen and (max-width: 834px) {
  .top-intro__block__tit {
    font-size: 1.6rem;
    padding-left: 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-intro__block__tit {
    font-size: 1.4rem;
    padding-left: 50px;
  }
}
@media screen and (max-width: 320px) {
  .top-intro__block__tit {
    font-size: 1.3rem;
    padding-left: 40px;
  }
}
.top-intro__block__tit::before {
  position: absolute;
  content: "";
  top: calc((100% - 1px) / 2);
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #57dbe1;
}
@media screen and (max-width: 834px) {
  .top-intro__block__tit::before {
    width: 50px;
  }
}
@media screen and (max-width: 599px) {
  .top-intro__block__tit::before {
    width: 40px;
  }
}
@media screen and (max-width: 320px) {
  .top-intro__block__tit::before {
    width: 30px;
  }
}
.top-intro__block__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
}
@media screen and (max-width: 1024px) {
  .top-intro__block__list {
    margin-right: -8px;
  }
}
@media screen and (max-width: 599px) {
  .top-intro__block__list {
    display: block;
    margin-right: 0;
  }
}
.top-intro__block__list > li {
  margin-right: 12px;
  flex-grow: 1;
}
@media screen and (max-width: 1024px) {
  .top-intro__block__list > li {
    margin-right: 9px;
  }
}
@media screen and (max-width: 599px) {
  .top-intro__block__list > li {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .top-intro__block__list > li:last-child {
    margin-bottom: 0;
  }
}
.top-intro__block__list__btn {
  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;
  justify-content: center;
  position: relative;
  color: #1d2737;
  font-size: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  background-color: #eaf4f9;
  border-radius: 8px;
  padding: 32px 15px;
}
@media screen and (max-width: 1024px) {
  .top-intro__block__list__btn {
    font-size: 1.9rem;
    padding: 27px 25px;
  }
}
@media screen and (max-width: 834px) {
  .top-intro__block__list__btn {
    padding: 18px 15px 22px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .top-intro__block__list__btn {
    display: block;
    font-size: 1.6rem;
    text-align: left;
    padding: 14px 20px;
  }
}
.top-intro__block__list__btn::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background-image: url(../img/common/arw03.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-color: #209dce;
  border-radius: 5px 0 5px 0;
}
@media screen and (max-width: 1024px) {
  .top-intro__block__list__btn::before {
    width: 24px;
    height: 24px;
    background-size: 11px auto;
  }
}
@media print, screen and (min-width: 1025px) {
  .top-intro__block__list__btn:hover {
    background-color: #dcedf5;
  }
}

.top-topics {
  position: relative;
  padding: 0 40px;
}
@media print, screen and (max-width: 1500px) {
  .top-topics {
    padding: 0;
  }
}
.top-topics__inr {
  background-color: #f9f5e8;
  border-radius: 10px;
  padding: 65px calc((100% - 1200px) / 2);
}
@media print, screen and (max-width: 1500px) {
  .top-topics__inr {
    border-radius: 0;
  }
}
@media print, screen and (max-width: 1300px) {
  .top-topics__inr {
    padding: 65px 40px;
  }
}
@media screen and (max-width: 834px) {
  .top-topics__inr {
    padding: 65px 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-topics__inr {
    padding: 50px 0;
  }
}

.swiper-area {
  position: relative;
}

.topics-slider__link {
  display: block;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 23px -12px rgba(0, 0, 0, 0.4);
}
@media print, screen and (min-width: 1025px) {
  .topics-slider__link:hover .topics-slider__img img {
    transform: translateX(-50%) scale(1.1);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
}
.topics-slider__img {
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.topics-slider__img::before {
  display: block;
  content: "";
  padding-top: 59.5%;
}
.topics-slider__img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.topics-slider__ttl {
  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;
  color: #1d2737;
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.25;
  padding: 20px 46px 20px 18px;
}
@media screen and (max-width: 1024px) {
  .topics-slider__ttl {
    padding: 18px 46px 18px 18px;
  }
}
@media screen and (max-width: 834px) {
  .topics-slider__ttl {
    font-size: 1.7rem;
    padding: 15px 46px 15px 18px;
  }
}
@media screen and (max-width: 599px) {
  .topics-slider__ttl {
    font-size: 1.6rem;
    padding: 12px 46px 12px 18px;
  }
}
.topics-slider__ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc((100% - 5px) / 2);
  right: 24px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #209dce;
  border-right: 1px solid #209dce;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.topics-slider__ttl::after {
  content: "";
  position: absolute;
  top: calc((100% - 21px) / 2);
  right: 15px;
  width: 21px;
  height: 21px;
  border: 1px solid #209dce;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.swiper-nav .swiper-button-prev,
.swiper-nav .swiper-button-next {
  position: absolute;
  width: 55px;
  height: 55px;
  background-color: #1f91be;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .swiper-nav .swiper-button-prev,
  .swiper-nav .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 834px) {
  .swiper-nav .swiper-button-prev,
  .swiper-nav .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.swiper-nav .swiper-button-prev::before,
.swiper-nav .swiper-button-next::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .swiper-nav .swiper-button-prev::before,
  .swiper-nav .swiper-button-next::before {
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 834px) {
  .swiper-nav .swiper-button-prev::before,
  .swiper-nav .swiper-button-next::before {
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.swiper-nav .swiper-button-prev::after,
.swiper-nav .swiper-button-next::after {
  display: none;
}
.swiper-nav .swiper-button-prev {
  left: -85px;
}
@media print, screen and (max-width: 1500px) {
  .swiper-nav .swiper-button-prev {
    left: -80px;
  }
}
@media print, screen and (max-width: 1400px) {
  .swiper-nav .swiper-button-prev {
    left: -30px;
  }
}
@media screen and (max-width: 834px) {
  .swiper-nav .swiper-button-prev {
    left: -20px;
  }
}
@media screen and (max-width: 599px) {
  .swiper-nav .swiper-button-prev {
    left: 11%;
  }
}
.swiper-nav .swiper-button-prev::before {
  margin-left: 2px;
  transform: rotate(225deg);
}
.swiper-nav .swiper-button-next {
  right: -85px;
}
@media print, screen and (max-width: 1500px) {
  .swiper-nav .swiper-button-next {
    right: -80px;
  }
}
@media print, screen and (max-width: 1400px) {
  .swiper-nav .swiper-button-next {
    right: -30px;
  }
}
@media screen and (max-width: 834px) {
  .swiper-nav .swiper-button-next {
    right: -20px;
  }
}
@media screen and (max-width: 599px) {
  .swiper-nav .swiper-button-next {
    right: 11%;
  }
}
.swiper-nav .swiper-button-next::before {
  margin-right: 2px;
}

.top-news {
  padding: 90px 40px 80px;
}
@media screen and (max-width: 1024px) {
  .top-news {
    padding: 70px 40px 60px;
  }
}
@media screen and (max-width: 834px) {
  .top-news {
    padding: 70px 30px 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-news {
    padding: 40px 20px 50px;
  }
}
.top-news__inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 834px) {
  .top-news__inr {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.top-news__block {
  position: relative;
  width: calc(99.9% - 260px - 50px);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-news__block {
    width: calc(99.9% - 250px - 40px);
  }
}
@media screen and (max-width: 834px) {
  .top-news__block {
    width: calc(99.9% - 230px - 30px);
  }
}
@media screen and (max-width: 599px) {
  .top-news__block {
    width: 100%;
  }
}
.top-news__block__title {
  position: relative;
  color: #2d2d2d;
  font-size: 3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1;
  padding: 2px 0 2px 23px;
  margin-bottom: 20px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .top-news__block__title {
    font-size: 2.6rem;
    padding: 2px 0 2px 18px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__block__title {
    font-size: 2.2rem;
    padding: 1px 0 1px 13px;
  }
}
.top-news__block__title::before, .top-news__block__title::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 5px;
}
@media screen and (max-width: 834px) {
  .top-news__block__title::before, .top-news__block__title::after {
    width: 4px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__block__title::before, .top-news__block__title::after {
    width: 3px;
  }
}
.top-news__block__title::before {
  height: 100%;
  background-color: #57dbe1;
  border-radius: 5px;
}
.top-news__block__title::after {
  height: calc(100% - 25px);
  background-color: #209dce;
  border-radius: 5px 5px 0 0;
}
.top-news__block__title__en {
  display: block;
  color: #57dbe1;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03em;
  margin-top: 0.6em;
}
@media screen and (max-width: 834px) {
  .top-news__block__title__en {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .top-news__block__title__en {
    font-size: 1.3rem;
  }
}
.top-news__block__link {
  text-align: right;
  margin-top: 18px;
}
@media screen and (max-width: 599px) {
  .top-news__block__link {
    text-align: center;
    margin-top: 30px;
  }
}
.top-news__block__link > a {
  display: inline-block;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1;
  padding: 2px 0 3px 28px;
}
@media screen and (max-width: 599px) {
  .top-news__block__link > a {
    text-decoration: none;
    background-image: url(../img/common/arw02.svg);
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 1px solid #209dce;
    border-radius: 40px;
    padding: 11px 40px 11px 50px;
  }
}
.top-news__block__link > a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 7px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #209dce;
  border-right: 1px solid #209dce;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .top-news__block__link > a::before {
    display: none;
  }
}
.top-news__block__link > a::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #209dce;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .top-news__block__link > a::after {
    display: none;
  }
}
.top-news__block__link > a:hover {
  text-decoration: none;
}
.top-news__guide {
  width: 260px;
  background-color: #eaf4f9;
  border-radius: 6px;
  margin-left: 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-news__guide {
    width: 250px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 834px) {
  .top-news__guide {
    width: 230px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__guide {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
}
.top-news__guide__title {
  position: relative;
  color: #ffffff;
  font-size: 1.9rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  background-color: #1f91be;
  border-radius: 0 0 5px 5px;
  padding: 16px 5px 17px;
  margin-left: 18px;
  margin-right: 18px;
}
@media screen and (max-width: 1024px) {
  .top-news__guide__title {
    font-size: 1.7rem;
    padding: 14px 5px 15px;
  }
}
.top-news__guide__title::before {
  position: absolute;
  content: "";
  left: calc((100% - 56px) / 2);
  bottom: -1px;
  width: 56px;
  height: 3px;
  background-color: #57dbe1;
  border-radius: 3px;
}
.top-news__guide__inr {
  padding: 27px 23px 36px;
}
@media screen and (max-width: 1024px) {
  .top-news__guide__inr {
    padding: 18px 20px 26px;
  }
}
.top-news__guide__uketuke__title {
  color: #1f91be;
  font-size: 1.7rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1;
  background-image: url(../img/common/icon_clock.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 25px auto;
  padding: 3px 0 5px 33px;
}
@media screen and (max-width: 1024px) {
  .top-news__guide__uketuke__title {
    display: inline-block;
    font-size: 1.5rem;
    background-size: 20px auto;
    padding: 2px 0 4px 27px;
  }
}
.top-news__guide__uketuke__time {
  color: #1f91be;
  font-size: 3.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  .top-news__guide__uketuke__time {
    font-size: 2.6rem;
    margin-top: 3px;
  }
}
.top-news__guide__uketuke__time__tit {
  display: inline-block;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .top-news__guide__uketuke__time__tit {
    font-size: 1.5rem;
    margin-right: 8px;
  }
}
.top-news__guide__uketuke__note {
  font-size: 1.5rem;
  line-height: 1.25;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .top-news__guide__uketuke__note {
    font-size: 1.3rem;
  }
}
.top-news__guide__dl__inr {
  border-top: 1px dotted #1f91be;
  padding-top: 18px;
  margin-top: 18px;
}
@media screen and (max-width: 599px) {
  .top-news__guide__dl__inr {
    padding-top: 15px;
    margin-top: 15px;
  }
}
.top-news__guide__dl__inr dt {
  position: relative;
  color: #1f91be;
  font-size: 1.7rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1;
  padding: 1px 0 2px 12px;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .top-news__guide__dl__inr dt {
    font-size: 1.5rem;
  }
}
.top-news__guide__dl__inr dt::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #209dce;
  border-radius: 4px;
}
.top-news__guide__dl__inr dd {
  line-height: 1.5;
}
.top-news__guide__btn-box {
  margin: 20px auto 0;
}
@media screen and (max-width: 599px) {
  .top-news__guide__btn-box {
    max-width: 230px;
  }
}
.top-news__guide__btn-box__btn-line {
  padding: 11px 20px 11px 10px;
}
@media screen and (max-width: 834px) {
  .top-news__guide__btn-box__btn-line {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .top-news__guide__btn-box__btn-line {
    padding: 11px 35px 11px 30px;
  }
}
.top-news__guide__btn-box__btn-line::before {
  right: 14px;
}

.top-news-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: stretch;
  position: absolute;
  top: 12px;
  right: 0;
  border-right: 1px dotted #209dce;
}
@media screen and (max-width: 1024px) {
  .top-news-tab {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
}
.top-news-tab__item {
  height: 40px;
  color: #1d2737;
  font-size: 1.7rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  border: none;
  border-left: 1px dotted #209dce;
  padding: 0 26px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media print, screen and (max-width: 1200px) {
  .top-news-tab__item {
    font-size: 1.6rem;
    padding: 0 22px;
  }
}
@media print, screen and (min-width: 1025px) {
  .top-news-tab__item:hover {
    color: #1f91be;
  }
}
@media screen and (max-width: 1024px) {
  .top-news-tab__item {
    width: 100%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-news-tab__item {
    font-size: 1.5rem;
    padding: 0 5px;
  }
}
@media screen and (max-width: 320px) {
  .top-news-tab__item {
    font-size: 1.4rem;
    padding: 0 3px;
  }
}
.top-news-tab__item[aria-selected=true] {
  position: relative;
  color: #1f91be;
}
.top-news-tab__item[aria-selected=true]::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 26px;
  width: calc(100% - 52px);
  height: 3px;
  background-color: #209dce;
  border-radius: 3px;
}
@media screen and (max-width: 1024px) {
  .top-news-tab__item[aria-selected=true]::before {
    left: 35%;
    width: 30%;
  }
}
@media screen and (max-width: 599px) {
  .top-news-tab__item[aria-selected=true]::before {
    height: 2px;
  }
}

.top-approach {
  position: relative;
  padding: 65px 40px 50px;
}
@media screen and (max-width: 834px) {
  .top-approach {
    padding: 60px 30px 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-approach {
    padding: 50px 20px 25px;
  }
}
.top-approach::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 41%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#afece5+0,dcf4f1+50,afece5+100 */
  background: linear-gradient(to right, rgb(189, 226, 243) 0%, rgb(227, 241, 247) 50%, rgb(189, 226, 243) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.top-approach__inr {
  position: relative;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
.top-approach__title {
  color: #2d2d2d;
  font-size: 3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  background-image: url(../img/common/marker01.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 34px auto;
  padding-top: 53px;
  margin-bottom: 30px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .top-approach__title {
    font-size: 2.6rem;
    background-size: 29px auto;
    padding-top: 46px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .top-approach__title {
    font-size: 2.2rem;
    background-size: 24px auto;
    padding-top: 39px;
    margin-bottom: 20px;
  }
}
.top-approach__title__en {
  display: block;
  color: #57dbe1;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03em;
  margin-top: 0.8em;
}
@media screen and (max-width: 834px) {
  .top-approach__title__en {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .top-approach__title__en {
    font-size: 1.3rem;
  }
}
.top-approach__read {
  color: #494949;
  font-size: 1.7rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .top-approach__read {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-approach__read {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.top-approach__list {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .top-approach__list {
    margin-bottom: 35px;
  }
}
.top-approach__list > li {
  float: left;
}
@media print, screen and (min-width: 600px) and (min-width: 1025px) {
  .top-approach__list > li {
    width: calc((99.9% - 4.23% * (3 - 1)) / 3);
    margin-top: 3.43%;
    margin-right: 4.23%;
  }
  .top-approach__list > li:nth-child(3n) {
    margin-right: 0;
  }
  .top-approach__list > li:nth-child(1) {
    margin-top: 0;
  }
  .top-approach__list > li:nth-child(2) {
    margin-top: 0;
  }
  .top-approach__list > li:nth-child(3) {
    margin-top: 0;
  }
  .top-approach__list > li:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .top-approach__list > li {
    width: calc((99.9% - 4.23% * (3 - 1)) / 3);
    margin-top: 3.43%;
    margin-right: 4.23%;
  }
  .top-approach__list > li:nth-child(3n) {
    margin-right: 0;
  }
  .top-approach__list > li:nth-child(1) {
    margin-top: 0;
  }
  .top-approach__list > li:nth-child(2) {
    margin-top: 0;
  }
  .top-approach__list > li:nth-child(3) {
    margin-top: 0;
  }
  .top-approach__list > li:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (max-width: 599px) {
  .top-approach__list > li {
    width: calc((99.9% - 15px * (2 - 1)) / 2);
    margin-top: 20px;
    margin-right: 15px;
  }
  .top-approach__list > li:nth-child(2n) {
    margin-right: 0;
  }
  .top-approach__list > li:nth-child(1) {
    margin-top: 0;
  }
  .top-approach__list > li:nth-child(2) {
    margin-top: 0;
  }
  .top-approach__list > li:nth-child(2n+1) {
    clear: both;
  }
}
.top-approach__btn {
  padding: 10px;
  line-height: 1.6;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 210px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  text-align: center;
  background-color: #1f91be;
  border-radius: 50px;
}
@media screen and (max-width: 599px) {
  .top-approach__btn {
    padding: 9px;
    max-width: 180px;
  }
}
.top-approach__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 1025px) {
  .top-approach__btn:hover {
    opacity: 0.8;
  }
}

.top-approach-box {
  display: block;
}
.top-approach-box__img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
@media screen and (max-width: 1024px) {
  .top-approach-box__img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-approach-box__img {
    border-radius: 5px;
  }
}
.top-approach-box__img::before {
  display: block;
  content: "";
  padding-top: 68.8%;
}
.top-approach-box__img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.top-approach-box__text {
  color: #1d2737;
  font-size: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.25;
  background-image: url(../img/common/arw02.svg);
  background-position: left 15px top;
  background-repeat: no-repeat;
  background-size: 28px;
  padding: 2px 0 2px 53px;
  margin-top: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-approach-box__text {
    background-position: left 5px top;
    padding: 2px 0 2px 43px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 834px) {
  .top-approach-box__text {
    font-size: 1.8rem;
    background-position: left top;
    background-size: 24px;
    padding: 1px 0 1px 34px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-approach-box__text {
    font-size: 1.6rem;
    background-size: 20px;
    padding: 0 0 0 25px;
    margin-top: 8px;
    letter-spacing: -0.05rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .top-approach-box:hover .top-approach-box__img img {
    transform: translateX(-50%) scale(1.1);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .top-approach-box:hover .top-approach-box__text {
    color: #209dce;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

.top-important {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fde6e9;
}
@media screen and (max-width: 599px) {
  .top-important {
    display: block;
    border-top: 1px solid #ffffff;
  }
}
.top-important__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 15%;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  background-color: #e20011;
  padding: 16px 16px 16px 16px;
}
@media screen and (max-width: 1024px) {
  .top-important__ttl {
    width: 23%;
    font-size: 1.6rem;
    padding: 10px 10px 10px 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-important__ttl {
    display: block;
    width: 100%;
    border: none;
    font-size: 1.5rem;
    padding: 5px 5px 5px 10px;
  }
}
.top-important__ttl > span {
  position: relative;
  padding-left: 34px;
}
@media screen and (max-width: 1024px) {
  .top-important__ttl > span {
    padding-left: 26px;
  }
}
@media screen and (max-width: 599px) {
  .top-important__ttl > span {
    padding-left: 24px;
  }
}
.top-important__ttl > span::before {
  background-image: url(../img/common/icon-atten.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  height: 24px;
  width: 24px;
  left: 0;
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .top-important__ttl > span::before {
    height: 20px;
    width: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-important__ttl > span::before {
    height: 18px;
    width: 18px;
  }
}
.top-important__list {
  width: 85%;
  padding: 16px 30px 16px 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .top-important__list {
    width: 77%;
    padding: 10px 20px 10px 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-important__list {
    width: 100%;
    padding: 10px 20px 10px 10px;
  }
}
.top-important__list li {
  margin: 7px 0px;
}
.top-important__list li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #df0f05;
  line-height: 1.4;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .top-important__list li > a {
    display: block;
  }
}
.top-important__list li > a .update {
  width: 110px;
  font-size: 1.5rem;
  font-family: "Overpass", sans-serif;
  letter-spacing: 1px;
  margin-right: 16px;
}
@media screen and (max-width: 1024px) {
  .top-important__list li > a .update {
    display: block;
    font-size: 1.4rem;
    margin-right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-important__list li > a .update {
    display: block;
    font-size: 1.3rem;
    width: 100%;
  }
}
.top-important__list li > a .update-title {
  display: block;
  width: calc(100% - 110px - 16px);
}
@media screen and (max-width: 599px) {
  .top-important__list li > a .update-title {
    width: 100%;
  }
}
.top-important__list li > a:hover {
  color: #df0f05;
  text-decoration: underline;
}

.top-btn {
  position: relative;
  display: inline-block;
  border: 1px solid #209dce;
  color: #209dce;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 50px;
  padding: 12px 25px;
  line-height: 1.3;
  text-align: center;
  min-width: 200px;
}
@media screen and (max-width: 1024px) {
  .top-btn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .top-btn {
    font-size: 1.5rem;
    min-width: 170px;
    padding: 10px 25px;
  }
}
.top-btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  width: 9px;
  height: 9px;
  border-right: 2px solid #209dce;
  border-bottom: 2px solid #209dce;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.top-btn:hover {
  background-color: #209dce;
  color: #fff;
}
.top-btn:hover::after {
  border-color: #fff;
}

.topics-wrapper__btn-wrapper {
  margin-top: 70px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .topics-wrapper__btn-wrapper {
    margin-top: 60px;
  }
}
@media screen and (max-width: 834px) {
  .topics-wrapper__btn-wrapper {
    margin-top: 50px;
  }
}
@media screen and (max-width: 599px) {
  .topics-wrapper__btn-wrapper {
    margin-top: 40px;
  }
}
.topics-wrapper__btn-wrapper .btn-line {
  max-width: 200px;
}

.topics-title {
  position: relative;
  color: #444444;
  font-size: 2.8rem;
  line-height: 1.5;
  background-color: #eaf4f9;
  border-radius: 5px;
  padding: 44px 30px 44px 55px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .topics-title {
    font-size: 2.3rem;
    padding: 36px 25px 36px 45px;
  }
}
@media screen and (max-width: 599px) {
  .topics-title {
    font-size: 1.8rem;
    padding: 29px 20px 29px 35px;
  }
}
.topics-title::before {
  position: absolute;
  content: "";
  top: 30px;
  left: 26px;
  width: 4px;
  height: calc(100% - 60px);
  background-color: #209dce;
}
@media screen and (max-width: 834px) {
  .topics-title::before {
    top: 25px;
    left: 21px;
    height: calc(100% - 50px);
  }
}
@media screen and (max-width: 599px) {
  .topics-title::before {
    top: 20px;
    left: 16px;
    width: 3px;
    height: calc(100% - 40px);
  }
}

.news-wrapper__btn-wrapper {
  margin-top: 70px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .news-wrapper__btn-wrapper {
    margin-top: 60px;
  }
}
@media screen and (max-width: 834px) {
  .news-wrapper__btn-wrapper {
    margin-top: 50px;
  }
}
@media screen and (max-width: 599px) {
  .news-wrapper__btn-wrapper {
    margin-top: 40px;
  }
}
.news-wrapper__btn-wrapper .btn-line {
  max-width: 200px;
}

.newstitle-data {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 3px solid #209dce;
  padding-top: 30px;
  padding-left: 4px;
  margin-bottom: 12px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .newstitle-data {
    padding-top: 25px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .newstitle-data {
    border-top: 2px solid #209dce;
    padding-top: 20px;
    margin-bottom: 8px;
  }
}
.newstitle-data::before {
  position: absolute;
  content: "";
  top: -3px;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #57dbe1;
}
@media screen and (max-width: 599px) {
  .newstitle-data::before {
    top: -2px;
    width: 25px;
    height: 2px;
  }
}
.newstitle-data .news-list__item__day {
  width: auto;
  margin-right: 8px;
}
.newstitle-data .icon {
  margin-left: 1em;
}

.newstitle-text {
  color: #444444;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #d9d9d9;
  padding-left: 2px;
  padding-bottom: 35px;
  word-break: break-all;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .newstitle-text {
    font-size: 2.2rem;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .newstitle-text {
    font-size: 1.9rem;
    padding-bottom: 25px;
  }
}

.floor-map__tbl {
  width: 100%;
  border-collapse: collapse;
}
.floor-map__tbl thead {
  border-bottom: 1px solid #dadada;
}
.floor-map__tbl thead th {
  position: relative;
  padding: 8px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .floor-map__tbl thead th {
    padding: 6px 4px 7px 4px;
  }
}
@media screen and (max-width: 599px) {
  .floor-map__tbl thead th {
    font-size: 1.5rem;
  }
}
.floor-map__tbl thead th.west {
  background-color: #55b4d9;
}
.floor-map__tbl thead th.east {
  background-color: #5fd5da;
  border-left: 2px solid #fff;
}
.floor-map__tbl thead th::before {
  background: #fff;
  content: "";
  height: 2px;
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
}
.floor-map__tbl tbody th {
  font-size: 2.6rem;
  font-family: "Overpass", sans-serif;
  font-weight: 500;
  color: #1f91be;
  width: 8%;
  padding: 5px;
  background-color: #ebf4f9;
  border-bottom: 1px solid #dadada;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .floor-map__tbl tbody th {
    font-size: 1.9rem;
    letter-spacing: -0.5px;
  }
}
.floor-map__tbl tbody td {
  width: 46%;
  padding: 20px 0px 20px 15px;
  border-bottom: 1px solid #dadada;
  vertical-align: top;
}
@media screen and (max-width: 834px) {
  .floor-map__tbl tbody td {
    padding: 16px 0px 16px 15px;
  }
}
@media screen and (max-width: 599px) {
  .floor-map__tbl tbody td {
    padding: 10px 0px 10px 10px;
  }
}
.floor-map__tbl .floor-inner {
  display: flex;
}
.floor-map__tbl .floor-color {
  display: block;
  width: 25px;
  height: 64px;
}
@media screen and (max-width: 834px) {
  .floor-map__tbl .floor-color {
    width: 20px;
  }
}
@media screen and (max-width: 599px) {
  .floor-map__tbl .floor-color {
    width: 10px;
    height: 50px;
  }
}
.floor-map__tbl .floor-color.w-6f {
  background-color: #746d60;
}
.floor-map__tbl .floor-color.e-6f {
  background-color: #979657;
}
.floor-map__tbl .floor-color.w-5f {
  background-color: #c48062;
}
.floor-map__tbl .floor-color.e-5f {
  background-color: #418798;
}
.floor-map__tbl .floor-color.w-4f {
  background-color: #8e7552;
}
.floor-map__tbl .floor-color.e-4f {
  background-color: #346d51;
}
.floor-map__tbl .floor-color.w-3f {
  background-color: #75432b;
}
.floor-map__tbl .floor-color.e-3f {
  background-color: #52838a;
}
.floor-map__tbl .floor-color.w-2f {
  background-color: #9a773a;
}
.floor-map__tbl .floor-color.e-2f {
  background-color: #626b3a;
}
.floor-map__tbl .floor-info {
  padding: 2px 0px 5px 16px;
  width: calc(100% - 25px);
}
@media screen and (max-width: 834px) {
  .floor-map__tbl .floor-info {
    padding: 0px 0px 0px 14px;
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 599px) {
  .floor-map__tbl .floor-info {
    width: calc(100% - 10px);
    padding-left: 8px;
  }
}
.floor-map__tbl .floor-info__ttl {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #363a41;
}
@media screen and (max-width: 834px) {
  .floor-map__tbl .floor-info__ttl {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .floor-map__tbl .floor-info__ttl {
    font-size: 1.6rem;
  }
}
.floor-map__tbl .floor-info__list {
  line-height: 1.3;
}
.floor-map__tbl .floor-info__list li {
  display: inline-block;
  position: relative;
  margin-right: 3px;
  padding-left: 15px;
  line-height: 1.3;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  .floor-map__tbl .floor-info__list li {
    display: block;
    font-size: 1.2rem;
    padding-left: 10px;
    margin-bottom: 3px;
    letter-spacing: -0.5px;
  }
}
.floor-map__tbl .floor-info__list li::before {
  background: #9ccfe3;
  content: "";
  border-radius: 50px;
  height: 10px;
  width: 10px;
  left: 0;
  position: absolute;
  top: 4px;
}
@media screen and (max-width: 599px) {
  .floor-map__tbl .floor-info__list li::before {
    height: 8px;
    width: 8px;
    top: 3px;
  }
}
.floor-map__tbl .floor-1f {
  padding: 15px 0px 15px 15px;
}
@media screen and (max-width: 599px) {
  .floor-map__tbl .floor-1f {
    padding: 9px 0px 9px 9px;
  }
}
.floor-map__tbl .floor-1f__inner {
  background-color: #e7f7e6;
  padding: 22px 25px;
}
@media screen and (max-width: 599px) {
  .floor-map__tbl .floor-1f__inner {
    padding: 15px 20px;
  }
}
.floor-map__tbl .floor-1f__ttl {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #363a41;
}
@media screen and (max-width: 834px) {
  .floor-map__tbl .floor-1f__ttl {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .floor-map__tbl .floor-1f__ttl {
    font-size: 1.6rem;
  }
}
.floor-map__tbl .floor-1f__list {
  line-height: 1.4;
}
.floor-map__tbl .floor-1f__list li {
  position: relative;
  display: inline-block;
  margin-right: 7px;
  padding-left: 15px;
  line-height: 1.3;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  .floor-map__tbl .floor-1f__list li {
    font-size: 1.3rem;
    margin-right: 3px;
  }
}
.floor-map__tbl .floor-1f__list li::before {
  background: #97cd94;
  content: "";
  border-radius: 50px;
  height: 10px;
  width: 10px;
  left: 0;
  position: absolute;
  top: 4px;
}

.book-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  .book-list__item {
    width: 31.5%;
    margin-bottom: 2.7%;
  }
  .book-list__item:not(:nth-child(3n)) {
    margin-right: 2.7%;
  }
}
@media screen and (max-width: 599px) {
  .book-list__item {
    width: calc((99.9% - 10px) / 2);
    margin-bottom: 10px;
  }
  .book-list__item:not(:nth-child(2n)) {
    margin-right: 10px;
  }
}
.book-list__item a {
  display: block;
  text-decoration: none;
  background-color: #eaf4f9;
  padding: 9.4% 8%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .book-list__item a {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 320px) {
  .book-list__item a {
    padding: 20px 10px;
  }
}
.book-list__number {
  color: #1d2737;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border-bottom: 1px dotted #209dce;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .book-list__number {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 834px) {
  .book-list__number {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .book-list__number {
    font-size: 1.5rem;
  }
}
.book-list__img {
  display: block;
  max-width: 170px;
  width: 100%;
  margin: 0 auto 18px;
}
@media screen and (max-width: 834px) {
  .book-list__img {
    margin: 0 auto 15px;
  }
}
.book-list__img img {
  width: 100%;
}
.book-list__btn {
  color: #1f91be;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  text-decoration: underline;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .book-list__btn {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 834px) {
  .book-list__btn {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 599px) {
  .book-list__btn {
    font-size: 1.1rem;
  }
}
.book-list__btn span {
  position: relative;
  padding: 5px 0 5px 32px;
}
@media screen and (max-width: 834px) {
  .book-list__btn span {
    padding: 5px 0 5px 30px;
  }
}
@media screen and (max-width: 599px) {
  .book-list__btn span {
    padding: 5px 0 5px 27px;
  }
}
@media screen and (max-width: 320px) {
  .book-list__btn span {
    padding: 5px 0 5px 17px;
  }
}
.book-list__btn span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/common/icon_pdf.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 26px;
  height: 28px;
}
@media screen and (max-width: 834px) {
  .book-list__btn span::before {
    width: 22px;
    height: 24px;
  }
}
@media screen and (max-width: 599px) {
  .book-list__btn span::before {
    width: 18px;
    height: 20px;
  }
}
@media screen and (max-width: 320px) {
  .book-list__btn span::before {
    width: 16px;
    height: 18px;
  }
}
.book-list a:hover {
  background-color: #def1ee;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.sitemap-link {
  color: #1d2737;
}
@media print, screen and (min-width: 1025px) {
  .sitemap-link:hover {
    text-decoration: underline;
  }
}

.sitemap-link__title {
  position: relative;
  color: #1d2737;
  padding-right: 30px;
}
.sitemap-link__title::before, .sitemap-link__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
}
.sitemap-link__title::before {
  background-color: #209dce;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  top: 4px;
}
.sitemap-link__title::after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 4px;
  right: 8px;
}
@media print, screen and (min-width: 1025px) {
  .sitemap-link__title:hover {
    text-decoration: underline;
  }
}

.sitemap-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: -10px;
}
@media print, screen and (min-width: 600px) {
  .sitemap-list__item {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 600px) and (min-width: 835px) {
  .sitemap-list__item {
    width: calc((100% - 30px) / 3);
  }
  .sitemap-list__item:not(:nth-child(3n)) {
    margin-right: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 834px) {
  .sitemap-list__item {
    width: calc((100% - 20px) / 2);
  }
  .sitemap-list__item:not(:nth-child(2n)) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .sitemap-list__item {
    width: 100%;
    margin-bottom: 5px;
  }
  .sitemap-list__item:last-child {
    margin-bottom: 0;
  }
}
.sitemap-list__item > a {
  position: relative;
  display: inline-block;
  color: #1d2737 !important;
  line-height: 1.5;
  padding-left: 26px;
}
@media screen and (max-width: 834px) {
  .sitemap-list__item > a {
    padding-left: 22px;
  }
}
.sitemap-list__item > a::before, .sitemap-list__item > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
}
.sitemap-list__item > a::before {
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #209dce;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.sitemap-list__item > a::after {
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  left: 4px;
}
.sitemap-list__item > a:hover {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */