@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&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=Marcellus&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: 1025px) {
  .pc {
    display: none !important;
  }
}
/* タブレット・PC */
@media screen and (max-width: 639px) {
  .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;
  }
}
/* タブレットProのみ */
@media screen and (max-width: 769px), (min-width: 1025px) {
  .tb-pro {
    display: none !important;
  }
}
/* タブレット02のみ */
@media screen and (max-width: 599px), (min-width: 901px) {
  .tb834 {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 640px) {
  .sp {
    display: none !important;
  }
}
@media print, screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}
/*--------------------------------------------------------

	リセット : 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%;
  /* アプリケーションでパーセントによる高さを許可する  */
  block-size: 100%;
  /* テキストのサイズはfont-sizeのみで制御されるようにする */
  -webkit-text-size-adjust: none;
}

/*body設定*/
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #202327;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 1.9;
  font-size: 1.6rem;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  text-rendering: optimizeSpeed;
  /* アプリケーションでパーセントによる高さを許可する */
  min-block-size: 100%;
}
@media print, screen and (min-width: 1025px) {
  body {
    font-weight: 500;
  }
}
body {
  /*任意でフォントサイズを指定*/
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.5rem;
  }
}
html:lang(en) body {
  letter-spacing: 0.02em;
}
body::before {
  background: #D4E3EC;
  background: linear-gradient(90deg, rgba(212, 227, 236, 0) 2%, rgb(211, 226, 235) 100%);
  content: "";
  height: 100vh;
  width: 250px;
  right: 0;
  position: fixed;
  top: 0px;
}
@media screen and (max-width: 1024px) {
  body::before {
    display: none;
  }
}
body#top::before {
  display: none;
}
body.mce-content-body::before, body.wysiwyg.page::before {
  display: none;
}

/*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;
  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;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています marginを指定したら地獄*/
ul,
ol {
  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;
  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.3s;
  text-decoration: none;
}

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

a:not([class]):hover {
  color: #1b9aef;
  text-shadow: none;
}

a:not([class]):active {
  color: #2888cc;
}

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

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

[disabled] {
  cursor: not-allowed;
}

/*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: #b3d4fc;
  /* Change as appropriate */
  color: #000;
  /* 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;
  }
}
/* フォーム内のタイポグラフィのスタイルを削除 */
:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

/* textareaのサイズ変更は垂直のみにし、ブラウザがサポートしている場合にのみblockにします */
:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
/* インタラクティブな要素は適切なカーソルを設定して操作できることを明確にする */
/* ===============================
   インタラクティブ要素のUX最適化
   =============================== */
/* クリック可能な要素 */
:where(a[href],
area,
button,
label[for],
select,
summary,
[role=button]) {
  cursor: pointer;
  touch-action: manipulation;
}

/* フォーム入力系はデフォルトカーソルを維持 */
:where(input:not([type=button]):not([type=submit]):not([type=reset]):not([type=checkbox]):not([type=radio]),
textarea) {
  cursor: auto;
}

/* file input のリセット */
:where(input[type=file]) {
  cursor: auto;
}

/* file選択ボタンだけクリック可能に */
:where(input[type=file])::file-selector-button,
:where(input[type=file])::-webkit-file-upload-button {
  cursor: pointer;
}

/* フォーカスのアウトラインをアニメーション化 */
@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

/* ユーザーがボタンのテキストを選択できないようにする */
:where(button, button[type], input[type=button], input[type=submit], input[type=reset]),
:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
  text-align: center;
}

/* 無効化されたボタンには無効化されたカーソルを表示 */
:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

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

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

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

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

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

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

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

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

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

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

.mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 639px) {
  .mb35 {
    margin-bottom: 15px !important;
  }
}

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

.mb45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 1024px) {
  .mb45 {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 639px) {
  .mb45 {
    margin-bottom: 25px !important;
  }
}

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

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 1024px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 639px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 1024px) {
  .mb70 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 639px) {
  .mb70 {
    margin-bottom: 40px !important;
  }
}

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

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 1024px) {
  .mb100 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 639px) {
  .mb100 {
    margin-bottom: 40px !important;
  }
}

.mb110 {
  margin-bottom: 110px;
}
@media screen and (max-width: 639px) {
  .mb110 {
    margin-bottom: 60px !important;
  }
}

.mb120 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 639px) {
  .mb120 {
    margin-bottom: 60px !important;
  }
}

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

.mlr-02 {
  margin-left: -0.2em;
  margin-right: -0.2em;
}

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

.ml-02 {
  margin-left: -0.2em;
}

.mr-02 {
  margin-right: -0.2em;
}

@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1140px;
    -webkit-print-color-adjust: exact;
  }
  /*　------- ↓その他参考例　---------
  .header {
      position: relative !important; //ヘッダー固定fixedを解除
  }
  .header .header-inner {
      width: 100% !important; //サイト幅を解除
  }
  .page-title {
      margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
      width: 100% !important; //サイト幅を解除
  }
  .breadcrumbs-list {
      width: 100% !important; //サイト幅を解除
  }
  .global-nav {
      width: 100%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/
}
@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}
.header {
  height: 120px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
  }
}
@media screen and (max-width: 639px) {
  .header {
    height: 70px;
  }
}

.site-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 345px;
  box-sizing: border-box;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .site-logo {
    top: 15px;
    left: 10px;
    width: 320px;
  }
}
@media screen and (max-width: 639px) {
  .site-logo {
    width: 218px;
    top: 10px;
    left: 6px;
  }
}

.header-article {
  position: absolute;
  display: flex;
  align-items: center;
  top: 52px;
  right: 155px;
}
@media screen and (max-width: 1024px) {
  .header-article {
    top: 40px;
    right: 275px;
  }
}
@media screen and (max-width: 834px) {
  .header-article {
    display: none;
  }
}
.header-article__item {
  margin-left: 28px;
}
@media screen and (max-width: 1024px) {
  .header-article__item {
    margin-left: 15px;
  }
}
.header-article__item a {
  color: #004e97;
  padding-left: 28px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 0 center;
}
@media screen and (max-width: 1024px) {
  .header-article__item a {
    padding-left: 24px;
    font-size: 1.4rem !important;
    background-size: 18px 20px;
  }
}
.header-article__item a.contact {
  background-image: url(../img/common/icon-mail.svg);
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  font-size: 1.5rem;
}
.header-article__item a.language {
  background-image: url(../img/common/icon-language.svg);
  font-family: "Overpass", sans-serif !important;
  font-weight: 600;
}

.header-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 135px;
  height: 100vh;
  padding: 20px;
  z-index: 999;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .header-nav {
    width: 100%;
    display: block;
    height: auto;
    padding: 0;
    position: static;
  }
}
.header-nav__menu {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
#top .header-nav__menu {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1024px) {
  #top .header-nav__menu {
    box-shadow: none;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav__menu {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 240px;
    height: 80px;
    border-radius: 0px;
  }
}
@media screen and (max-width: 639px) {
  .header-nav__menu {
    width: 128px;
    top: 5px;
    right: 5px;
    height: 60px;
  }
}
.header-nav__cv {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 6px 15px 10px;
}
@media screen and (max-width: 1024px) {
  .header-nav__cv {
    flex-direction: row;
    flex: 1;
    margin: 5px 0px;
  }
}
@media screen and (max-width: 639px) {
  .header-nav__cv {
    margin: 0;
  }
}
.header-nav__cv__item {
  width: 100%;
  border-bottom: 1px solid #dde6eb;
}
.header-nav__cv__item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .header-nav__cv__item {
    border-bottom: none;
    border-left: 1px solid #dde6eb;
  }
  .header-nav__cv__item:not(.access):not(.search) {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .header-nav__cv__item.access {
    display: none;
  }
}
.header-nav__cv__link {
  width: 100%;
  background-color: transparent;
  text-decoration: none;
  min-height: 70px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 8px;
  padding: 14px 0px 8px;
}
@media screen and (max-width: 1024px) {
  .header-nav__cv__link {
    padding: 10px 0px 4px;
  }
}
@media screen and (max-width: 639px) {
  .header-nav__cv__link {
    padding: 8px 0px 6px;
  }
}
.header-nav__cv__link img {
  width: 32px;
}
.header-nav__cv__link span {
  color: #10374d;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.4rem;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .header-nav__cv__link span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 639px) {
  .header-nav__cv__link span {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
html:lang(en) .header-nav__cv__link span {
  line-height: 1.3;
}
.header-nav__cv__link:hover span {
  color: #1b9aef;
}

.header-sns {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 30px;
  padding-bottom: 15px;
  z-index: 16;
}
@media screen and (max-height: 640px) {
  .header-sns {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header-sns {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
  }
}
.header-sns__link:hover {
  opacity: 0.8;
}

.nav-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #1b9aef;
  z-index: 20;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .nav-btn {
    width: 80px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 639px) {
  .nav-btn {
    width: 60px;
    border-radius: 3px;
  }
}
@media print, screen and (min-width: 1025px) {
  .nav-btn:hover {
    background: #34a6f1;
  }
  .nav-btn:hover .nav-btn__menu:after {
    width: 30px;
  }
}
.nav-btn .close {
  background: transparent;
}
.nav-btn .close:before, .nav-btn .close:after {
  margin-top: 0;
  top: 0;
  width: 30px;
}
.nav-btn .close:before {
  transform: rotate(-45deg);
}
.nav-btn .close:after {
  transform: rotate(-135deg);
}
.nav-btn__menu {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: 0.2s;
  margin-top: 0px;
  top: 38%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 834px) {
  .nav-btn__menu {
    width: 30px;
  }
}
.nav-btn__menu:before, .nav-btn__menu:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 639px) {
  .nav-btn__menu:before, .nav-btn__menu:after {
    height: 2px;
  }
}
.nav-btn__menu:before {
  top: -9px;
}
@media screen and (max-width: 834px) {
  .nav-btn__menu:before {
    top: -10px;
  }
}
@media screen and (max-width: 639px) {
  .nav-btn__menu:before {
    top: -8px;
  }
}
.nav-btn__menu:after {
  top: 9px;
  width: 20px;
}
@media screen and (max-width: 834px) {
  .nav-btn__menu:after {
    top: 10px;
  }
}
@media screen and (max-width: 639px) {
  .nav-btn__menu:after {
    top: 8px;
  }
}
.nav-btn__text {
  display: block;
  position: absolute;
  right: 0;
  bottom: 14px;
  left: 0;
  width: 100%;
  margin: auto;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Overpass", sans-serif !important;
}
@media screen and (max-width: 834px) {
  .nav-btn__text {
    bottom: 16px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 639px) {
  .nav-btn__text {
    bottom: 6px;
    font-size: 1.1rem;
  }
}

@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;
  }
}
/* モーダルと背景の指定 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(16, 55, 77, 0.45);
  backdrop-filter: blur(8px);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}
@media screen and (max-width: 639px) {
  .modal {
    padding: 30px 5px;
  }
}

/* モーダルの擬似要素の指定 */
.modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}
@media screen and (max-width: 834px) {
  .modal:before {
    height: 70%;
  }
}

/* クラスが追加された時の指定 */
.modal.is-active {
  opacity: 1;
  visibility: visible;
}

/* モーダル内側の指定 */
.modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 640px;
  width: 90%;
  background-color: #fff;
  padding: 60px 60px 75px;
  border-radius: 15px;
}
@media screen and (max-width: 834px) {
  .modal-container {
    max-width: 600px;
  }
}
@media screen and (max-width: 639px) {
  .modal-container {
    margin-top: 70px;
    border-radius: 10px;
    padding: 40px 25px 50px;
  }
}

/* モーダルを閉じるボタンの指定 */
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -90px;
  right: 0px;
  left: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background: #1b9aef;
  border-radius: 50%;
  cursor: pointer;
  text-indent: -9999px;
  font-size: 0;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .modal-close {
    width: 50px;
    height: 50px;
    bottom: -70px;
  }
}
.modal-close::before {
  content: "";
  margin: 0 auto;
  top: calc(50% - 1px);
  right: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transform: rotate(45deg);
}
.modal-close::after {
  content: "";
  margin: 0 auto;
  top: calc(50% - 1px);
  right: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transform: rotate(-45deg);
}

/* モーダルのコンテンツ部分の指定 */
.modal-content {
  text-align: center;
  line-height: 1.8;
  max-width: 500px;
  margin: 0 auto;
}
.modal-content .search-eng {
  display: block;
  font-family: "Marcellus", serif;
  font-size: 5.8rem;
  line-height: 1;
  font-weight: 500;
  color: #1b9aef;
  margin-bottom: 7px;
}
@media screen and (max-width: 639px) {
  .modal-content .search-eng {
    font-size: 4.4rem;
    margin-bottom: 3px;
  }
}
.modal-content .search-ttl {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 2rem;
  font-weight: 500;
  color: #10374d;
  margin-bottom: 25px;
}
@media screen and (max-width: 834px) {
  .modal-content .search-ttl {
    font-size: 2rem;
    margin-bottom: 15px;
    background-size: 32px auto;
  }
}
@media screen and (max-width: 639px) {
  .modal-content .search-ttl {
    font-size: 1.6rem;
    background-position: left 2px;
  }
}
.modal-content .search-word {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
.modal-content .search-word__text {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  font-size: 1.7rem;
  color: #1b9aef;
  text-decoration: underline;
  color: #1b9aef;
  margin-left: 18px;
}
@media screen and (max-width: 834px) {
  .modal-content .search-word__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 639px) {
  .modal-content .search-word__text {
    font-size: 1.5rem;
  }
}
.modal-content form {
  position: relative;
}
.modal-content form.modal-keyword {
  margin-bottom: 10px;
}
.modal-content form input {
  display: block;
}
.modal-content form input[type=text] {
  width: 100%;
  height: 60px;
  padding: 5px 65px 5px 20px;
  background-color: #eef5f9;
  color: #202327;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  outline: none;
}
@media screen and (max-width: 834px) {
  .modal-content form input[type=text] {
    height: 52px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 639px) {
  .modal-content form input[type=text] {
    padding: 5px 55px 5px 20px;
    font-size: 1.5rem;
  }
}
.modal-content form input[type=text]::placeholder {
  color: #878787;
  font-size: 1.7rem;
}
@media screen and (max-width: 834px) {
  .modal-content form input[type=text]::placeholder {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 639px) {
  .modal-content form input[type=text]::placeholder {
    font-size: 1.5rem;
  }
}
.modal-content form input[type=submit] {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  background-color: #1b9aef;
  background-image: url(../img/common/icon_search_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px auto;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}
@media screen and (max-width: 834px) {
  .modal-content form input[type=submit] {
    height: 52px;
    width: 52px;
    background-size: 32px auto;
  }
}

.footer-cv {
  position: relative;
  display: flex;
  gap: 2px;
}
@media screen and (max-width: 639px) {
  .footer-cv {
    flex-direction: column;
  }
}
.footer-cv__btn {
  position: relative;
  flex: 1;
  display: block;
  background-color: #10374d;
  padding: 85px 5.6vw;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .footer-cv__btn {
    padding: 60px 4vw;
  }
}
@media screen and (max-width: 834px) {
  .footer-cv__btn {
    padding: 50px 4vw;
  }
}
@media screen and (max-width: 639px) {
  .footer-cv__btn {
    padding: 25px 20px;
  }
}
.footer-cv__btn::after {
  background-color: #000000;
  background-image: url(../img/common/icon_arw_navy.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px auto;
  content: "";
  height: 88px;
  width: 88px;
  right: 5.6vw;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .footer-cv__btn::after {
    height: 72px;
    width: 72px;
    right: 30px;
    background-size: 20px auto;
  }
}
@media screen and (max-width: 834px) {
  .footer-cv__btn::after {
    height: 54px;
    width: 54px;
    right: 15px;
    background-size: 18px auto;
  }
}
@media screen and (max-width: 639px) {
  .footer-cv__btn::after {
    height: 44px;
    width: 44px;
    right: 20px;
    background-size: 14px auto;
  }
}
.footer-cv__btn.admission::after {
  background-color: #19d9e5;
}
.footer-cv__btn.admission .footer-cv__btn__ttl {
  color: #19d9e5;
}
.footer-cv__btn.request::after {
  background-color: #38efbe;
}
.footer-cv__btn.request .footer-cv__btn__ttl {
  color: #38efbe;
}
.footer-cv__btn__ttl {
  font-size: 6.4rem;
  font-family: "Marcellus", serif;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .footer-cv__btn__ttl {
    font-size: 5.7rem;
  }
}
@media screen and (max-width: 834px) {
  .footer-cv__btn__ttl {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 639px) {
  .footer-cv__btn__ttl {
    margin-bottom: 0;
    font-size: 3.4rem;
  }
}
.footer-cv__btn__jp {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .footer-cv__btn__jp {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 834px) {
  .footer-cv__btn__jp {
    font-size: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .footer-cv__btn__jp {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .footer-cv__btn:hover {
    opacity: 0.9;
  }
  .footer-cv__btn:hover::after {
    background-position: right 25px center;
  }
}

.footer {
  position: relative;
  padding: 80px 155px 40px 0;
  background-color: #f0f0f1;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 60px 4vw 30px;
  }
}

.footer-wrapper01 {
  display: flex;
  justify-content: space-between;
  padding: 0px 5.6vw;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper01 {
    padding: 0;
  }
}
@media screen and (max-width: 834px) {
  .footer-wrapper01 {
    align-items: center;
    flex-direction: column;
  }
}
.footer-wrapper01__right {
  max-width: 495px;
  padding-top: 25px;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper01__right {
    max-width: 460px;
  }
}

.footer-info__logo {
  max-width: 345px;
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .footer-info__logo {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 639px) {
  .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 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  color: #494949;
  line-height: 1.6;
  margin-left: 90px;
}
@media screen and (max-width: 1024px) {
  .footer-info__address {
    margin-left: 0;
  }
}
@media screen and (max-width: 834px) {
  .footer-info__address {
    text-align: center;
  }
}
.footer-info__address > a {
  color: #494949;
  text-decoration: none;
}

.footer-bnr {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  .footer-bnr {
    gap: 10px;
  }
}
@media screen and (max-width: 639px) {
  .footer-bnr {
    gap: 5px;
  }
}
.footer-bnr__item {
  flex: 1;
  transition: 0.3s;
}
.footer-bnr__item:hover {
  opacity: 0.8;
}

.footer-wrapper02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0px 5.6vw;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper02 {
    padding: 0;
  }
}
@media screen and (max-width: 834px) {
  .footer-wrapper02 {
    flex-direction: column;
    margin-top: 35px;
  }
}
@media screen and (max-width: 639px) {
  .footer-wrapper02 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 639px) {
  .footer-wrapper02__menu {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .footer-wrapper02__copy {
    margin-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  .footer-wrapper02__copy {
    margin-top: 0;
  }
}

.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: #606270 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.4rem;
  text-decoration: none;
  padding-left: 17px;
}
.footer-nav__list__item > a::after {
  display: block;
  content: "";
  position: absolute;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #d3d5dd;
  border-bottom: 2px solid #d3d5dd;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: 0.3s;
}
@media print, screen and (min-width: 1025px) {
  .footer-nav__list__item > a:hover {
    text-decoration: underline;
  }
}

.footer-copyright {
  color: #515464;
  font-size: 1.3rem;
  font-family: "Overpass", sans-serif !important;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1024px) {
  .footer-copyright {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 639px) {
  .footer-copyright {
    font-size: 1.1rem;
    letter-spacing: 0;
    line-height: 1.3;
  }
}

.breadcrumbs {
  margin-bottom: 18px;
  padding: 16px 5vw 0;
  text-align: right;
}
@media print, screen and (max-width: 1400px) {
  .breadcrumbs {
    padding-top: 20px;
  }
}
@media screen and (max-width: 834px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs-list {
  line-height: 1.4;
}
.breadcrumbs-list__item {
  display: inline;
  color: #10374d;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .breadcrumbs-list__item {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 639px) {
  .breadcrumbs-list__item {
    font-size: 1.2rem;
  }
}
.breadcrumbs-list__item:not(:last-child)::after {
  content: "＞";
  padding: 0 4px 0 5px;
  font-size: 1rem;
  color: #b8d1df;
}
@media screen and (max-width: 639px) {
  .breadcrumbs-list__item:not(:last-child)::after {
    padding: 0 0px 0px 5px;
  }
}
.breadcrumbs-list__item a {
  position: relative;
  text-decoration: none;
}
.breadcrumbs-list__item a:hover {
  color: #1b9aef;
}

.l-wrapper {
  padding: 0 155px 100px 0;
}
@media screen and (max-width: 1024px) {
  .l-wrapper {
    margin-top: 100px;
    padding: 0 0 40px 0;
  }
}
@media screen and (max-width: 639px) {
  .l-wrapper {
    margin-top: 70px;
    padding: 0 0 20px 0;
  }
}

.main-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  position: relative;
  padding: 18px 5.6vw 0;
  margin: 0px auto;
}
@media print, screen and (max-width: 1600px) {
  .main-wrapper {
    padding: 18px 2.5vw 0;
  }
}
@media screen and (max-width: 1024px) {
  .main-wrapper {
    flex-direction: column !important;
    padding: 25px 0 0 !important;
  }
}
@media screen and (max-width: 639px) {
  .main-wrapper {
    padding-top: 0 !important;
  }
}
@media print, screen and (max-width: 1600px) {
  .main-wrapper:not(:has(> .side)) {
    padding: 18px 4vw 0;
  }
}
.main-wrapper:not(:has(> .side)) .contents-wrapper__inner {
  max-width: 1240px;
}

.contents-wrapper {
  flex: 1;
  width: calc(100% - 290px);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .contents-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 639px) {
  .contents-wrapper {
    margin-bottom: 40px;
  }
}
.contents-wrapper__inner {
  container-type: inline-size;
  max-width: 1040px;
  width: 100%;
  padding-left: 80px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1400px) {
  .contents-wrapper__inner {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .contents-wrapper__inner {
    padding: 0 4vw;
  }
}
@media screen and (max-width: 639px) {
  .contents-wrapper__inner {
    padding: 0 20px;
  }
}

.side {
  width: 290px;
}
@media screen and (max-width: 1024px) {
  .side {
    width: 100%;
    padding: 0 4vw;
    margin-top: 0;
  }
}
@media screen and (max-width: 639px) {
  .side {
    padding: 0 20px;
  }
}

#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;
}

.error404 {
  margin-bottom: 40px;
  padding: 30px 0px;
}
@media screen and (max-width: 639px) {
  .error404 {
    margin-bottom: 30px;
    padding: 40px 20px;
  }
}
.error404__copy {
  margin-bottom: 25px;
  font-family: "Noto Sans JP", sans-serif !important;
  color: #1b9aef;
  font-weight: 500;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .error404__copy {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.error404__text {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 639px) {
  .error404__text {
    font-size: 1.6rem;
  }
}

.pagetitle-block {
  margin-bottom: 30px;
}
.pagetitle-block:before, .pagetitle-block:after {
  content: "";
  display: table;
}
.pagetitle-block:after {
  clear: both;
}
@media screen and (max-width: 834px) {
  .pagetitle-block {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 639px) {
  .pagetitle-block {
    margin-bottom: 20px;
  }
}
.pagetitle-block:has(> .title-sec01) {
  margin-bottom: 25px;
}
@media screen and (max-width: 639px) {
  .pagetitle-block:has(> .title-sec01) {
    margin-bottom: 10px;
  }
}

.title-block {
  margin-bottom: 30px;
}
.title-block:before, .title-block:after {
  content: "";
  display: table;
}
.title-block:after {
  clear: both;
}
@media screen and (max-width: 639px) {
  .title-block {
    margin-bottom: 20px;
  }
}
.title-block:has(> .title-sec05), .title-block:has(> .title-sec06) {
  margin-bottom: 16px;
}
@media screen and (max-width: 639px) {
  .title-block:has(> .title-sec05), .title-block:has(> .title-sec06) {
    margin-bottom: 10px;
  }
}
.title-block:has(> .title-sec04):not(:has(+ .title-block)) {
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .title-block:has(> .title-sec04):not(:has(+ .title-block)) {
    margin-bottom: 10px;
  }
}

.block-cms {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .block-cms {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 639px) {
  .block-cms {
    margin-bottom: 20px;
  }
}
.block-cms a {
  color: #1b9aef;
}
.block-cms a:hover {
  text-decoration: none;
}
.block-cms .block__wysiwyg .box:last-child {
  margin-bottom: 0 !important;
}
.block-cms:has(+ .title-block) {
  margin-bottom: 40px;
}
.block-cms:has(+ .title-block):before, .block-cms:has(+ .title-block):after {
  content: "";
  display: table;
}
.block-cms:has(+ .title-block):after {
  clear: both;
}
@media screen and (max-width: 1024px) {
  .block-cms:has(+ .title-block) {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 639px) {
  .block-cms:has(+ .title-block) {
    margin-bottom: 30px;
  }
}
.block-cms:has(+ .title-block > .title-sec04) {
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .block-cms:has(+ .title-block > .title-sec04) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 639px) {
  .block-cms:has(+ .title-block > .title-sec04) {
    margin-bottom: 15px;
  }
}
.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: 639px) {
  .block-cms:has(> .copy-mincho):not(:has(+ .title-block)) {
    margin-bottom: 10px;
  }
}

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

/*youtube*/
.youtube-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 639px) {
  .youtube-block {
    gap: 15px;
  }
}

.youtube-wrapper {
  position: relative;
  aspect-ratio: 16/9;
  max-width: 80%;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .youtube-wrapper {
    max-width: 100%;
  }
}
.column2 .youtube-wrapper {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 639px) {
  .column2 .youtube-wrapper {
    width: 100%;
  }
}
.youtube-wrapper iframe {
  width: 100%;
  height: 100%;
}

.d-n {
  display: none;
}

.side-nav__list {
  background-color: #f4f8fa;
  border-radius: 5px;
  padding-bottom: 18px;
}
.side-nav__list__title__link {
  display: block;
  color: #10374d;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
  line-height: 1.2;
  padding: 38px 20px;
  text-align: left;
  letter-spacing: 0.05em;
  border-radius: 0 40px 0 0;
}
@media screen and (max-width: 834px) {
  .side-nav__list__title__link {
    padding: 30px 25px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 639px) {
  .side-nav__list__title__link {
    padding: 26px 20px;
    font-size: 1.8rem;
    border-radius: 0 30px 0 0;
  }
}
html:lang(en) .side-nav__list__title__link {
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 1025px) {
  .side-nav__list__title__link:hover {
    color: #1b9aef;
  }
}
.side-nav__list__title__link::before {
  background: #1b9aef;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  content: "";
  height: 40px;
  width: 5px;
  left: 0;
  position: absolute;
  top: calc(50% - 20px);
}
.side-nav__list__item {
  margin: 0px 20px;
  border-top: 1px solid #e1e2e2;
}
@media screen and (max-width: 1024px) {
  .side-nav__list__item {
    margin: 0px 30px;
  }
}
@media screen and (max-width: 639px) {
  .side-nav__list__item {
    margin: 0px 20px;
  }
}
.side-nav__list__link {
  display: block;
  line-height: 1.4;
  padding: 20px 20px 20px 5px;
  position: relative;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  color: #10374d;
}
.side-nav__list__link.icon-blank::before {
  display: none;
}
.side-nav__list__link.icon-blank::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 7px;
  background: url(../img/common/icon_blank.svg) no-repeat center/contain;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 639px) {
  .side-nav__list__link {
    padding: 16px 20px 16px 5px;
    font-size: 1.5rem;
  }
}
.side-nav__list__link::before {
  display: block;
  content: "";
  position: absolute;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  right: 9px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #d3d5dd;
  border-bottom: 2px solid #d3d5dd;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: 0.3s;
}
.side-nav__list__link:hover {
  color: #1b9aef;
}
.side-nav__list__link:hover::before {
  border-color: #1b9aef;
  right: 6px;
}
.side-nav__list__link.active {
  color: #1b9aef;
  font-weight: bold;
}

.side-nav__list__lv02 {
  border-top: 1px solid #e1e2e2;
  padding-left: 18px;
}
@media screen and (max-width: 834px) {
  .side-nav__list__lv02 {
    padding-left: 40px;
  }
}
.side-nav__list__lv02__item:not(:last-child) {
  border-bottom: 1px solid #e1e2e2;
}
.side-nav__list__lv02__link {
  display: block;
  padding: 18px 15px 18px 18px;
  line-height: 1.2;
  font-size: 1.6rem;
  color: #202327;
  position: relative;
}
@media screen and (max-width: 639px) {
  .side-nav__list__lv02__link {
    font-size: 1.5rem;
  }
}
.side-nav__list__lv02__link::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 21px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #1b9aef;
  transition: 0.3s;
}
.side-nav__list__lv02__link.icon-blank::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 6px;
  background: url(../img/common/icon_blank.svg) no-repeat center/contain;
  position: relative;
  top: 1px;
}
@media print, screen and (min-width: 1025px) {
  .side-nav__list__lv02__link:hover {
    color: #1b9aef;
  }
  .side-nav__list__lv02__link:hover::before {
    left: 4px;
  }
}
.side-nav__list__lv02__link.active {
  color: #1b9aef;
  font-weight: bold;
}

.pageindex-wrapper__item {
  margin-top: 30px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .pageindex-wrapper__item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 639px) {
  .pageindex-wrapper__item {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.pageindex-wrapper__item:last-child {
  margin-bottom: 0;
}
.pageindex-wrapper__item__nav {
  margin-top: -10px;
  padding-left: 0 !important;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .pageindex-wrapper__item__nav {
    margin-top: -8px;
  }
}
@media screen and (max-width: 639px) {
  .pageindex-wrapper__item__nav {
    margin-top: 0;
  }
}
.pageindex-wrapper__item__nav__item {
  margin-top: 10px;
  margin-left: 10px;
  width: calc((99.9% - 20px) / 3);
}
.pageindex-wrapper__item__nav__item:nth-child(3n-2) {
  margin-left: 0;
}
@media screen and (max-width: 834px) {
  .pageindex-wrapper__item__nav__item:nth-child(3n-2) {
    margin-left: 8px;
  }
}
@media screen and (max-width: 834px) {
  .pageindex-wrapper__item__nav__item {
    margin-top: 8px;
    margin-left: 8px;
    width: calc(50% - 5px);
  }
  .pageindex-wrapper__item__nav__item:nth-child(odd) {
    margin-left: 0;
  }
}
@media screen and (max-width: 639px) {
  .pageindex-wrapper__item__nav__item {
    margin-top: 6px;
    width: 100%;
    margin-left: 0 !important;
  }
}
.pageindex-wrapper__item__nav__item__link {
  display: flex;
  align-items: center;
  padding: 5px 15px 6px 42px;
  font-size: 1.6rem;
  line-height: 1.3;
  min-height: 60px;
  color: #1b9aef !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  border: 1px dotted #1b9aef;
  height: 100%;
  -moz-border-radius: 4;
  -webkit-border-radius: 4;
  -o-border-radius: 4;
  -ms-border-radius: 4;
  border-radius: 4;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pageindex-wrapper__item__nav__item__link {
    font-size: 1.5rem;
    min-height: 58px;
  }
}
@media screen and (max-width: 639px) {
  .pageindex-wrapper__item__nav__item__link {
    padding: 15px 15px 16px 36px;
    font-size: 1.4rem;
    min-height: auto;
  }
}
.pageindex-wrapper__item__nav__item__link::before {
  content: "";
  top: calc(50% - 9px);
  left: 15px;
  width: 18px;
  height: 18px;
  background-color: #1b9aef;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
}
@media screen and (max-width: 639px) {
  .pageindex-wrapper__item__nav__item__link::before {
    left: 10px;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
  }
}
.pageindex-wrapper__item__nav__item__link::after {
  content: "";
  top: calc(50% - 3px);
  left: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
}
@media screen and (max-width: 639px) {
  .pageindex-wrapper__item__nav__item__link::after {
    left: 15px;
    width: 4px;
    height: 4px;
    top: calc(50% - 2px);
  }
}
@media print, screen and (min-width: 1025px) {
  .pageindex-wrapper__item__nav__item__link:hover {
    background-color: #1b9aef;
    color: #fff !important;
  }
  .pageindex-wrapper__item__nav__item__link:hover::before {
    background-color: #eee;
  }
}

.text {
  font-size: 1.6rem;
  line-height: 2;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 1024px) {
  .text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 639px) {
  .text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.text--mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", serif;
  font-weight: 300;
}

.copy-gothic {
  color: #004e97;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .copy-gothic {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 639px) {
  .copy-gothic {
    font-size: 1.8rem;
    font-weight: 500;
  }
}

.copy-mincho {
  color: #004e97;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", serif;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .copy-mincho {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 639px) {
  .copy-mincho {
    font-size: 1.9rem;
    font-weight: 500;
  }
}

.text-standard {
  font-size: 1.6rem;
  line-height: 1.9;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 1024px) {
  .text-standard {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 639px) {
  .text-standard {
    font-size: 1.4rem;
  }
}

.caption {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.3em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 639px) {
  .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: 639px) {
  .text-2column > li {
    margin-top: 15px;
    width: 100%;
    float: none;
  }
  .text-2column > li:first-child {
    float: none;
    margin-top: 0;
  }
}

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

ruby[data-ruby] {
  position: relative;
}

ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  left: -2em;
  top: -1.7em;
  right: -2em;
  text-align: center;
  font-size: 0.6em;
}

rt {
  display: none;
}

.text-indent01 {
  padding-left: 2em;
}

.pagetitle {
  width: 100%;
  height: 360px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 0;
  border-bottom-right-radius: 80px;
  padding-left: 5.6vw;
  background-image: url(../img/common/pagetitle-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media print, screen and (max-width: 1400px) {
  .pagetitle {
    height: 280px;
    border-bottom-right-radius: 60px;
  }
}
@media screen and (max-width: 834px) {
  .pagetitle {
    height: 240px;
  }
}
@media screen and (max-width: 639px) {
  .pagetitle {
    height: 140px;
    border-bottom-right-radius: 40px;
    padding-left: 15px;
    margin-bottom: 25px;
  }
}
.pagetitle::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(16, 55, 77, 0.1);
}
.pagetitle::after {
  background: #66ffd9;
  content: "";
  height: 168px;
  width: 168px;
  left: 0;
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0px;
  border-bottom-right-radius: 50px;
}
@media screen and (max-width: 1024px) {
  .pagetitle::after {
    width: 135px;
    height: 135px;
  }
}
@media screen and (max-width: 639px) {
  .pagetitle::after {
    width: 65px;
    height: 90px;
    border-bottom-right-radius: 30px;
  }
}
.pagetitle.nursing {
  height: 470px;
}
@media print, screen and (max-width: 1400px) {
  .pagetitle.nursing {
    height: 400px;
  }
}
@media screen and (max-width: 834px) {
  .pagetitle.nursing {
    height: 360px;
  }
}
@media screen and (max-width: 639px) {
  .pagetitle.nursing {
    height: 260px;
  }
}
.pagetitle.nursing::after {
  bottom: 90px;
}
@media print, screen and (max-width: 1400px) {
  .pagetitle.nursing::after {
    bottom: 120px;
  }
}
@media screen and (max-width: 639px) {
  .pagetitle.nursing::after {
    bottom: 70px;
  }
}
.pagetitle-text {
  z-index: 1;
  position: relative;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 4.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: #10374d;
  padding: 15px 25px;
  border-radius: 3px;
}
@media screen and (max-width: 1024px) {
  .pagetitle-text {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 834px) {
  .pagetitle-text {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 639px) {
  .pagetitle-text {
    font-size: 2.6rem;
    padding: 8px 12px;
  }
}
html:lang(en) .pagetitle-text {
  letter-spacing: 0.01em;
}
.nursing .pagetitle-text {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 1400px) {
  .nursing .pagetitle-text {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 639px) {
  .nursing .pagetitle-text {
    margin-bottom: 70px;
  }
}
.pagetitle-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.pagetitle-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.title-main {
  margin-bottom: 45px;
}
@media screen and (max-width: 639px) {
  .title-main {
    margin-bottom: 28px;
  }
}

.title-main, .title-sec01 {
  position: relative;
  padding-top: 38px;
  padding-bottom: 30px;
  border-bottom: 3px solid rgba(231, 232, 232, 0.9058823529);
  font-size: 3.2rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  line-height: 1.5;
  color: #10374d;
}
@media screen and (max-width: 1024px) {
  .title-main, .title-sec01 {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .title-main, .title-sec01 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 639px) {
  .title-main, .title-sec01 {
    font-size: 2.1rem;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.title-main::before, .title-sec01::before {
  background: #1b9aef;
  content: "";
  height: 17px;
  width: 7px;
  left: 4px;
  position: absolute;
  top: 3px;
  transform: skewX(-25deg);
}
@media screen and (max-width: 639px) {
  .title-main::before, .title-sec01::before {
    width: 6px;
    height: 14px;
  }
}
.title-main:has(+ .title-block .title-sec02), .title-sec01:has(+ .title-block .title-sec02) {
  margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
  .title-main:has(+ .title-block .title-sec02), .title-sec01:has(+ .title-block .title-sec02) {
    margin-bottom: 20px;
  }
}

.title-sec02 {
  position: relative;
  color: #10374d;
  font-size: 2.7rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.07em;
  border-bottom: 3px solid #e9e9e9;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .title-sec02 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 834px) {
  .title-sec02 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 639px) {
  .title-sec02 {
    font-size: 2rem;
    padding-bottom: 15px;
  }
}
.title-sec02::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100px;
  height: 3px;
  background-color: #1b9aef;
}
@media screen and (max-width: 639px) {
  .title-sec02::before {
    width: 60px;
  }
}

.title-sec03 {
  position: relative;
  color: #10374d;
  font-size: 2.3rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 2px solid #e1e1e1;
  -webkit-text-stroke: 0.2px #000;
  padding: 10px 0 16px 20px;
}
@media screen and (max-width: 1024px) {
  .title-sec03 {
    font-size: 2.1rem;
    padding-left: 16px;
  }
}
@media screen and (max-width: 639px) {
  .title-sec03 {
    font-size: 1.8rem;
    -webkit-text-stroke: 0;
    padding: 5px 0 15px 14px;
  }
}
.title-sec03::before, .title-sec03::after {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  width: 6px;
}
@media screen and (max-width: 639px) {
  .title-sec03::before, .title-sec03::after {
    top: 6px;
    width: 4px;
  }
}
.title-sec03::before {
  height: 30px;
  background-color: #1b9aef;
}
@media screen and (max-width: 639px) {
  .title-sec03::before {
    height: 26px;
  }
}
.title-sec03::after {
  height: 15px;
  background-color: #004e97;
}
@media screen and (max-width: 639px) {
  .title-sec03::after {
    height: 13px;
  }
}

.title-sec04 {
  position: relative;
  color: #10374d;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  line-height: 1.3;
  border-bottom: 1px solid #e1e1e1;
  -webkit-text-stroke: 0.2px #000;
  padding: 5px 0 15px 30px;
}
@media screen and (max-width: 1024px) {
  .title-sec04 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 639px) {
  .title-sec04 {
    font-size: 1.7rem;
    -webkit-text-stroke: 0;
    padding: 0 0 12px 22px;
  }
}
.title-sec04::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 18px;
  height: 4px;
  border-radius: 2px;
  background-color: #1b9aef;
}
@media screen and (max-width: 639px) {
  .title-sec04::after {
    width: 14px;
    height: 3px;
    top: 10px;
  }
}

.title-sec05 {
  position: relative;
  color: #10374d;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  line-height: 1.3;
  padding: 8px 0 8px 32px;
}
@media screen and (max-width: 1024px) {
  .title-sec05 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 639px) {
  .title-sec05 {
    padding: 5px 0 5px 25px;
    font-size: 1.7rem;
    line-height: 1.4;
  }
}
.title-sec05::before, .title-sec05::after {
  content: "";
  position: absolute;
  top: 11px;
  width: 7px;
  height: 20px;
  transform: skewX(-25deg);
}
@media screen and (max-width: 639px) {
  .title-sec05::before, .title-sec05::after {
    top: 11px;
    width: 6px;
    height: 13px;
  }
}
.title-sec05::before {
  left: 13px;
  background-color: #1b9aef;
}
@media screen and (max-width: 639px) {
  .title-sec05::before {
    left: 12px;
  }
}
.title-sec05::after {
  left: 5px;
  background-color: #004e97;
}

.title-sec06 {
  position: relative;
  color: #10374d;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  line-height: 1.3;
  background-color: #f2f9fb;
  padding: 14px 10px 14px 30px;
}
@media screen and (max-width: 1024px) {
  .title-sec06 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 639px) {
  .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: #1b9aef;
  border-radius: 2px;
}
@media screen and (max-width: 639px) {
  .title-sec06::before {
    top: 9px;
    left: 12px;
    width: 3px;
    height: calc(100% - 18px);
  }
}

.btn-wrap {
  position: relative;
}

.icon-link {
  position: relative;
  display: inline-block;
  color: #504947 !important;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none !important;
  border: 1px solid #1b9aef;
  padding: 14px 63px 14px 55px;
  margin-bottom: 5px;
  border-radius: 50px;
}
@media screen and (max-width: 639px) {
  .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-right: 2px solid #1b9aef;
  border-bottom: 2px solid #1b9aef;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 1025px) {
  .icon-link:hover {
    color: #ffffff !important;
    background-color: #1b9aef !important;
  }
  .icon-link:hover::before {
    border-color: #fff !important;
  }
}
.icon-link.bg {
  border: none;
  background-color: #10374d;
  color: #fff !important;
}
.icon-link.bg::before {
  border-color: #fff;
}

.icon-link__text {
  position: relative;
  display: inline-block;
  color: #202327;
  font-family: "Noto Sans JP", 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: #1b9aef;
  border-radius: 50px;
}
@media screen and (max-width: 639px) {
  .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);
}
@media screen and (max-width: 639px) {
  .icon-link__text::after {
    top: 8px;
  }
}
.icon-link__text:hover {
  text-decoration: none !important;
}

.btn-outline {
  display: block;
  position: relative;
  max-width: 250px;
  margin: auto;
  padding: 18px;
  background-color: #fff;
  border: 1px solid #1b9aef;
  border-radius: 40px;
  color: #1b9aef;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 639px) {
  .btn-outline {
    width: calc(90% - 13px);
    padding: 15px;
    font-size: 1.5rem;
  }
}
.btn-outline::before, .btn-outline::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.3s;
}
.btn-outline::after {
  right: 26px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #1b9aef;
  border-right: 3px solid #1b9aef;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 834px) {
  .btn-outline::after {
    right: 17px;
  }
}
@media screen and (max-width: 639px) {
  .btn-outline::after {
    right: 6px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #1b9aef;
    border-right: 2px solid #1b9aef;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media print, screen and (min-width: 1025px) {
  .btn-outline:hover {
    background-color: #1b9aef;
    color: #fff;
  }
  .btn-outline:hover::after {
    border-color: #fff;
  }
}
.btn-outline.back::after {
  left: 26px;
  transform: rotate(225deg);
}

.btn-solid {
  position: relative;
  display: block;
  transition: 0.3s;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none !important;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  line-height: 1;
  border-radius: 50px;
  max-width: 340px;
  width: 100%;
  background-color: #1b9aef;
  margin: 0 auto;
  font-size: 1.8rem;
  padding: 26px 50px;
}
@media screen and (max-width: 1024px) {
  .btn-solid {
    max-width: 320px;
    font-size: 1.8rem;
    padding: 26px 40px;
  }
}
@media screen and (max-width: 639px) {
  .btn-solid {
    font-size: 1.6rem;
    max-width: 260px;
    padding: 20px 35px;
  }
}
.btn-solid::before, .btn-solid::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.3s;
}
.btn-solid::after {
  right: 26px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 639px) {
  .btn-solid::after {
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media print, screen and (min-width: 1025px) {
  .btn-solid:hover {
    background-color: #10374d;
  }
}
.btn-solid.back::after {
  left: 26px;
  transform: rotate(225deg);
}
.btn-solid.fix-btn {
  background-color: #eaedf4;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  color: #202327 !important;
  padding: 22px 50px 22px 60px;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .btn-solid.fix-btn {
    position: relative;
    margin-top: 30px;
    width: 220px;
    padding: 18px 20px 18px 25px;
  }
}
@media screen and (max-width: 639px) {
  .btn-solid.fix-btn {
    padding: 18px 20px 18px 25px;
    width: 180px;
    margin-top: 20px;
    font-size: 1.5rem;
  }
}
.btn-solid.fix-btn::after {
  left: 22px;
  right: auto;
  border-color: #10374d;
  transform: rotate(225deg);
}
@media screen and (max-width: 834px) {
  .btn-solid.fix-btn::after {
    left: 15px;
  }
}
.btn-solid.fix-btn:hover {
  background-color: #d7deea;
}

.table {
  width: 100%;
  border: 1px solid #e1e2e2;
  border-collapse: collapse;
}
.table thead th {
  padding: 12px 15px;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #4c99cf;
  border: 1px solid #e1e2e2;
}
@media screen and (max-width: 639px) {
  .table thead th {
    padding: 10px 10px 10px;
    font-size: 1.2rem;
  }
}
.table th {
  padding: 15px 15px;
  line-height: 1.5em;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
  background-color: #f2f9fb;
  border: 1px solid #e1e2e2;
}
@media screen and (max-width: 639px) {
  .table th {
    padding: 10px 10px 10px;
    font-size: 1.2rem;
  }
}
.table td {
  padding: 15px 15px;
  line-height: 1.5em;
  vertical-align: middle;
  border: 1px solid #d3d2d2;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 639px) {
  .table td {
    padding: 10px 10px 10px;
    font-size: 1.2rem;
  }
}

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

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

.list-wrapper li {
  margin-top: 14px;
  line-height: 1.6em;
  word-break: break-word;
  overflow-wrap: anywhere;
  position: relative;
}
@media screen and (max-width: 639px) {
  .list-wrapper li {
    margin-top: 8px;
    padding-left: 18px;
  }
}
.list-wrapper li:first-child {
  margin-top: 0;
}

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

ol.list-wrapper {
  padding-left: 20px;
  list-style: decimal !important;
}
@media screen and (max-width: 639px) {
  ol.list-wrapper li {
    padding-left: 0;
  }
}
ol.list-wrapper ul li {
  list-style: disc !important;
}
@media screen and (max-width: 639px) {
  ol.list-wrapper ul li {
    padding-left: 0;
  }
}

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

.list-file {
  padding: 0 !important;
  margin: 0 !important;
}
.list-file__item {
  margin-top: 10px;
  padding: 0px 0 0 42px;
  min-height: 35px;
  line-height: 1.5em;
  background-size: 30px 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: 639px) {
  .list-file__item {
    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__item:has(p) {
  margin-top: 20px;
  background-position: 0 0;
}
@media screen and (max-width: 639px) {
  .list-file__item:has(p) {
    margin-top: 15px;
  }
}
.list-file__item:first-child {
  margin-top: 0 !important;
}
.list-file__item.pdf {
  background-image: url(../img/common/icon_pdf.svg);
}
.list-file__item.xls {
  background-image: url(../img/common/icon_excel.svg);
}
.list-file__item.doc {
  background-image: url(../img/common/icon_word.svg);
}
.list-file__item.ppt {
  background-image: url(../img/common/icon_ppt.svg);
}
.list-file__item.link {
  background-image: url(../img/common/icon_link.svg);
  background-size: 21px auto;
  background-position: 7px 7px;
}
@media screen and (max-width: 639px) {
  .list-file__item.link {
    background-size: 19px auto;
    background-position: 4px 4px;
  }
}
.list-file__item.link:has(p) {
  background-position: 7px 2px;
}
.list-file__item a {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
}
.list-file__item a:hover {
  text-decoration: none;
}
.list-file__item p {
  margin-top: 5px;
  font-size: 15px;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 639px) {
  .list-file__item p {
    margin-top: 7px;
    font-size: 14px;
  }
}
.list-file.column2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.list-file.column2 .list-file__item {
  width: calc((100% - 30px) / 2);
  margin-left: 30px;
}
.list-file.column2 .list-file__item:nth-child(2) {
  margin-top: 0;
}
.list-file.column2 .list-file__item:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (max-width: 639px) {
  .list-file.column2 .list-file__item {
    width: 100%;
    margin-left: 0;
  }
  .list-file.column2 .list-file__item:nth-child(2) {
    margin-top: 15px;
  }
}
.list-file.column3 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.list-file.column3 .list-file__item {
  width: calc((100% - 60px) / 3);
  margin-left: 30px;
}
.list-file.column3 .list-file__item:nth-child(2), .list-file.column3 .list-file__item:nth-child(3) {
  margin-top: 0;
}
.list-file.column3 .list-file__item:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .list-file.column3 .list-file__item {
    width: calc((100% - 30px) / 2);
  }
  .list-file.column3 .list-file__item:nth-child(3) {
    margin-top: 15px;
  }
  .list-file.column3 .list-file__item:nth-child(3n+1) {
    margin-left: 30px;
  }
  .list-file.column3 .list-file__item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 639px) {
  .list-file.column3 .list-file__item {
    width: 100%;
    margin-left: 0;
  }
  .list-file.column3 .list-file__item:nth-child(2), .list-file.column3 .list-file__item:nth-child(3) {
    margin-top: 15px;
  }
}

.list-file-btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  gap: 10px;
}
@media screen and (max-width: 834px) {
  .list-file-btn {
    gap: 10px !important;
  }
}
@media screen and (max-width: 639px) {
  .list-file-btn {
    gap: 7px !important;
  }
}
.list-file-btn__item {
  position: relative;
  min-height: 62px;
  width: calc((100% - 20px) / 3);
}
@media screen and (max-width: 834px) {
  .list-file-btn__item {
    width: calc((100% - 10px) / 2) !important;
  }
}
@media screen and (max-width: 639px) {
  .list-file-btn__item {
    width: 100% !important;
    min-height: 50px !important;
  }
}
.list-file-btn__item a {
  width: 100%;
  height: 100%;
  padding: 14px 40px 13px 54px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
  text-align: left;
  text-decoration: none !important;
  border: 1px solid #d2d5d9;
  border-radius: 3px;
  display: flex;
  align-items: center;
  color: #202327 !important;
}
@media screen and (max-width: 834px) {
  .list-file-btn__item a {
    font-size: 15px;
    background-size: 18px auto;
  }
}
@media screen and (max-width: 639px) {
  .list-file-btn__item a {
    padding: 11px 36px 9px 44px;
    font-size: 14px;
    background-size: 16px auto;
    background-position: right 12px top 50%;
  }
}
.list-file-btn__item a::before {
  content: "";
  top: 50%;
  left: 15px;
  background-image: url(../img/common/icon_file.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
  width: 27px;
  height: 33px;
  transform: translateY(-52%);
  position: absolute;
}
@media screen and (max-width: 639px) {
  .list-file-btn__item a::before {
    left: 12px;
    width: 21.6px;
    height: 26.4px;
  }
}
.list-file-btn__item a::after {
  content: "";
  top: calc(50% - 5px);
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #1b9aef;
  border-right: 3px solid #1b9aef;
  transform: rotate(45deg);
  position: absolute;
}
@media screen and (max-width: 639px) {
  .list-file-btn__item a::after {
    top: calc(50% - 4px);
    right: 14px;
    width: 8px;
    height: 8px;
  }
}
@media print, screen and (min-width: 1025px) {
  .list-file-btn__item a:hover {
    border-color: #1b9aef;
  }
}
.list-file-btn__item.pdf a::before {
  background-image: url(../img/common/icon_pdf.svg);
}
.list-file-btn__item.word a::before {
  background-image: url(../img/common/icon_word.svg);
}
.list-file-btn__item.xls a::before {
  background-image: url(../img/common/icon_excel.svg);
}
.list-file-btn__item.ppt a::before {
  background-image: url(../img/common/icon_ppt.svg);
}
.list-file-btn__item.link a::before {
  background-image: url(../img/common/icon_link.svg);
  left: 21px;
  width: 22px;
  height: 28px;
}
@media screen and (max-width: 639px) {
  .list-file-btn__item.link a::before {
    width: 17.6px;
    height: 30.4px;
  }
}
.list-file-btn:has(> :nth-child(1):last-child) li.download-list__item {
  width: auto;
  min-width: 260px;
}
.list-file-btn.column2 {
  gap: 12px;
}
.list-file-btn.column2 .list-file-btn__item {
  width: calc((100% - 12px) / 2);
}

.page-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  background-color: transparent;
  padding-left: 0 !important;
}
@media screen and (max-width: 639px) {
  .page-nav {
    gap: 8px !important;
  }
}
.page-nav__item {
  width: calc((100% - 30px) / 3);
  list-style: none !important;
}
@media screen and (max-width: 639px) {
  .page-nav__item {
    width: 100% !important;
  }
}
.page-nav__item > a, .page-nav__item.active span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 78px;
  height: 100%;
  padding: 20px 35px 20px 18px;
  border: 1px solid #d2d5d9;
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-decoration: none !important;
  border-radius: 4px;
  color: #10374d !important;
}
@media screen and (max-width: 1024px) {
  .page-nav__item > a, .page-nav__item.active span {
    font-size: 16px;
    min-height: 62px;
  }
}
@media screen and (max-width: 639px) {
  .page-nav__item > a, .page-nav__item.active span {
    padding: 16px 30px 16px 20px;
    font-size: 15px;
    min-height: inherit;
  }
}
@container (width > 1050px) {
  .page-nav__item > a, .page-nav__item.active span {
    padding-left: 28px;
    font-size: 18px;
  }
}
.page-nav__item > a::before, .page-nav__item > a::after, .page-nav__item.active span::before, .page-nav__item.active span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.page-nav__item > a::before, .page-nav__item.active span::before {
  right: 20px;
  z-index: 1;
  width: 12px;
  height: 12px;
  border-top: 3px solid #1b9aef;
  border-right: 3px solid #1b9aef;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 639px) {
  .page-nav__item > a::before, .page-nav__item.active span::before {
    right: 16px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #1b9aef;
    border-right: 2px solid #1b9aef;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media print, screen and (min-width: 1025px) {
  .page-nav__item > a:hover, .page-nav__item.active span:hover {
    border-color: #1b9aef;
  }
}
.page-nav__item.active span {
  color: #1b9aef;
}
@media print, screen and (min-width: 1025px) {
  .page-nav__item.active span:hover {
    border-color: #ccc;
  }
}
.page-nav.column2 {
  gap: 15px;
}
@media screen and (max-width: 639px) {
  .page-nav.column2 {
    gap: 8px;
  }
}
.page-nav.column2 .page-nav__item {
  width: calc((100% - 15px) / 2);
}
@media screen and (max-width: 639px) {
  .page-nav.column2 .page-nav__item {
    width: 100%;
  }
}
@container (width > 1050px) {
  .page-nav.column2 .page-nav__item > a, .page-nav.column2 .page-nav__item.active span {
    padding-left: 28px;
  }
}

.list-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 639px) {
  .list-btn {
    gap: 7px;
  }
}
.list-btn__item {
  width: calc((100% - 20px) / 3);
}
@media screen and (max-width: 1024px) {
  .list-btn__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 639px) {
  .list-btn__item {
    width: 100% !important;
  }
}
.column2 .list-btn__item {
  width: calc((100% - 10px) / 2);
}
.list-btn__item__link {
  position: relative;
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 1.5;
  text-decoration: none !important;
  background-color: #fff;
  border: 1px solid #1b9aef;
  padding: 12px 20px;
  border-radius: 48px;
  color: #1b9aef;
  transition: 0.3s;
}
@media screen and (max-width: 639px) {
  .list-btn__item__link {
    padding: 10px 20px;
  }
}
.list-btn__item__link span {
  position: relative;
  display: block;
  padding: 0 20px 0 10px;
  transition: 0.3s;
}
.list-btn__item__link span::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 8px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #1b9aef;
  border-right: 2px solid #1b9aef;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
@media print, screen and (min-width: 1025px) {
  .list-btn__item__link:hover {
    color: #ffffff !important;
    background-color: #1b9aef !important;
  }
  .list-btn__item__link:hover span::before {
    border-color: #fff;
  }
}
.list-btn:has(> :nth-child(1):last-child) li.list-btn__item {
  width: auto;
  min-width: 260px;
  min-width: calc((100% - 20px) / 3);
}
@media screen and (max-width: 1024px) {
  .list-btn:has(> :nth-child(1):last-child) li.list-btn__item {
    min-width: auto;
  }
}
.list-btn.type02 .list-btn__item__link {
  border: none;
  background-color: #10374d;
  color: #fff;
  font-weight: 400;
}
.list-btn.type02 .list-btn__item__link span::before {
  border-color: #fff;
}

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

.index-img-list {
  display: flex;
  flex-wrap: wrap;
  padding: 45px 0px;
  gap: 45px;
}
@container (width < 970px) {
  .index-img-list {
    padding: 25px 0px;
    gap: 20px;
  }
}
@container (width < 769px) {
  .index-img-list {
    gap: 30px;
  }
}
@media screen and (max-width: 639px) {
  .index-img-list {
    gap: 20px;
    flex-direction: column;
    padding: 20px 0px;
  }
}
.index-img-list__item {
  width: calc((100% - 90px) / 3);
  position: relative;
  list-style: none !important;
}
@container (width < 970px) {
  .index-img-list__item {
    width: calc((100% - 40px) / 3);
  }
}
@container (width < 769px) {
  .index-img-list__item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 639px) {
  .index-img-list__item {
    width: 100%;
  }
}
.index-img-list__link {
  display: block;
  background-color: #f4f8fa;
  border-radius: 8px;
  overflow: hidden;
}
.index-img-list__link:hover {
  opacity: 0.8;
}
.index-img-list__link:hover .index-img-list__text::before {
  background-position: right 18px center;
}
.index-img-list__photo {
  display: block;
  width: 100%;
  aspect-ratio: 5/3;
}
.index-img-list__photo img {
  display: block;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.index-img-list__text {
  position: relative;
  min-width: 230px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 2rem;
  font-weight: 500;
  color: #10374d;
  line-height: 1.4;
  padding: 26px 45px 26px 20px;
  display: block;
}
@container (width < 970px) {
  .index-img-list__text {
    font-size: 1.7rem;
    padding: 22px 62px 22px 15px;
  }
}
@media screen and (max-width: 639px) {
  .index-img-list__text {
    padding: 20px 62px 20px 15px;
    font-size: 1.6rem;
  }
}
.index-img-list__text::before, .index-img-list__text::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
}
.index-img-list__text::before {
  width: 60px;
  height: 30px;
  background-color: #1b9aef;
  background-image: url(../img/common/icon_arw_white.svg);
  background-repeat: no-repeat;
  background-size: 13px 13px;
  background-position: center center;
  border-radius: 50px;
  top: 0;
  bottom: 0;
  right: 10px;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .index-img-list__text::before {
    width: 48px;
    height: 26px;
    background-size: 12px 12spx;
  }
}

.img-right {
  margin: 7px 0 15px 40px;
  width: auto;
  max-width: 37%;
  float: right;
}
@media screen and (max-width: 834px) {
  .img-right {
    margin-left: 30px;
  }
}
@media screen and (max-width: 639px) {
  .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: 0px;
}

.img-left {
  margin: 7px 40px 20px 0;
  width: auto;
  max-width: 37%;
  float: left;
}
@media screen and (max-width: 834px) {
  .img-left {
    margin-right: 30px;
  }
}
@media screen and (max-width: 639px) {
  .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: 0px;
}

.photo-3 {
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .photo-3 {
    display: block;
  }
}
.photo-3 li {
  list-style: none !important;
  margin-right: 24px;
  width: calc((99.9% - 48px) / 3);
  margin-top: 10px;
  text-align: center;
}
.photo-3 li:last-child {
  margin-right: 0;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .photo-3 li {
    margin-right: 15px;
    width: calc((99.9% - 30px) / 3);
  }
}
@media screen and (max-width: 639px) {
  .photo-3 li {
    margin-right: 0;
    width: 100%;
  }
}
.photo-3 li a {
  color: #202327 !important;
  text-decoration: none !important;
}
.photo-3 li a:hover {
  opacity: 0.85;
}

.photo-2 {
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
}
.photo-2 li {
  list-style: none !important;
  width: calc((100% - 24px) / 2);
  margin-right: 24px;
  text-align: center;
}
.photo-2 li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .photo-2 li {
    width: calc((100% - 16px) / 2);
    margin-right: 16px;
  }
}
@media screen and (max-width: 639px) {
  .photo-2 li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
}
.photo-2 li a {
  color: #202327 !important;
  text-decoration: none !important;
}
.photo-2 li a:hover {
  opacity: 0.85;
}

.photo-1 {
  width: 100%;
  text-align: center;
}
.photo-1.type02 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.photo-1 a {
  color: #202327 !important;
  text-decoration: none !important;
}
.photo-1 a:hover {
  opacity: 0.85;
}

.photo-auto {
  padding: 0 !important;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-right: -10px;
}
@media screen and (max-width: 639px) {
  .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: 639px) {
  .photo-auto li {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.photo-auto li a {
  color: #202327 !important;
  text-decoration: none !important;
}
.photo-auto li a:hover {
  opacity: 0.85;
}

.box-bg01, .box-bg02, .box-bg03, .box-bg04 {
  padding: 32px;
}
@media screen and (max-width: 639px) {
  .box-bg01, .box-bg02, .box-bg03, .box-bg04 {
    padding: 20px;
  }
}
.box-bg01 .list-wrapper, .box-bg02 .list-wrapper, .box-bg03 .list-wrapper, .box-bg04 .list-wrapper {
  margin-top: 0;
}
.box-bg01 .list-wrapper li::before, .box-bg02 .list-wrapper li::before, .box-bg03 .list-wrapper li::before, .box-bg04 .list-wrapper li::before {
  background-color: #1b9aef;
}

.box-bg01 {
  background-color: #f2f9fb;
}

.box-bg02 {
  border: 1px solid #d0d0d0;
}

.box-bg03 {
  background-color: #fdf1f1;
}
.box-bg03 .list-wrapper li::before {
  background-color: #ef5a69;
}

.box-bg04 {
  background-color: #f6f6f6;
}

/*各テンプレートを囲むbox【必須】*/
.box {
  margin-bottom: 25px;
}
.box:before, .box:after {
  content: "";
  display: table;
}
.box:after {
  clear: both;
}
@media screen and (max-width: 834px) {
  .box {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 639px) {
  .box {
    margin-bottom: 15px;
  }
}
.box a {
  color: var(--base-color);
}
.box a:hover {
  text-decoration: none;
}
.box:has(> .copy-mincho):not(:has(+ .title-block)), .box:has(> .copy-gothic):not(:has(+ .title-block)) {
  margin-bottom: 15px;
}
@media screen and (max-width: 639px) {
  .box:has(> .copy-mincho):not(:has(+ .title-block)), .box:has(> .copy-gothic):not(:has(+ .title-block)) {
    margin-bottom: 10px;
  }
}

.block__wysiwyg {
  /*デフォルトの処理*/
  word-break: break-word;
  overflow-wrap: anywhere;
}
.block__wysiwyg a {
  color: #1b9aef;
  text-decoration: underline;
}
.block__wysiwyg a:hover {
  text-decoration: none;
}
.block__wysiwyg img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.block__wysiwyg {
  /*以下テンプレート外*/
}
.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, .block__wysiwyg ol {
  list-style: none;
}
.block__wysiwyg ul:not([class]), .block__wysiwyg ol:not([class]) {
  padding-left: 1.5em;
}
.block__wysiwyg ul:not([class]) {
  list-style: initial;
}
.block__wysiwyg ol:not([class]) {
  list-style: 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;
}

.wysiwyg.page ul.list-wrapper li {
  background-image: none;
  margin-left: 0;
}
.wysiwyg.page .photo-2 li, .wysiwyg.page .photo-3 li, .wysiwyg.page .photo-auto li, .wysiwyg.page .page-nav li, .wysiwyg.page .anchor-list li {
  background-image: none;
  margin-left: 0;
  padding-left: 0px;
}
.wysiwyg.page .list-file li {
  margin-left: 0;
}
.wysiwyg.page [class^=icon-], .wysiwyg.page [class*=" icon-"] {
  background-image: none;
  width: auto;
  height: auto;
  margin-top: 0px;
  line-height: 1.6;
}

.pagination {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
  gap: 10px;
}
@media screen and (max-width: 834px) {
  .pagination {
    margin-top: 30px;
  }
}
@media screen and (max-width: 639px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
}
.pagination-item a:hover {
  opacity: 0.8;
}
.pagination-item a:hover::before {
  background-position: right 18px center;
}
.pagination-item__prev, .pagination-item__next {
  position: relative;
  color: #1b9aef;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  padding: 5px;
  border-radius: 50px;
}
@media screen and (max-width: 639px) {
  .pagination-item__prev, .pagination-item__next {
    font-size: 1.4rem;
  }
}
.pagination-item__prev::before, .pagination-item__prev::after, .pagination-item__next::before, .pagination-item__next::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
}
.pagination-item__prev::before, .pagination-item__next::before {
  width: 60px;
  height: 30px;
  background-color: #1b9aef;
  background-image: url(../img/common/icon_arw_white.svg);
  background-repeat: no-repeat;
  background-size: 13px 13px;
  background-position: center center;
  border-radius: 50px;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .pagination-item__prev::before, .pagination-item__next::before {
    width: 48px;
    height: 26px;
    background-size: 12px 12px;
  }
}
@media screen and (max-width: 639px) {
  .pagination-item__prev::before, .pagination-item__next::before {
    width: 42px;
    height: 22px;
  }
}
@media print, screen and (min-width: 1025px) {
  .pagination-item__prev:hover, .pagination-item__next:hover {
    text-decoration: none;
  }
}
.pagination-item__prev {
  padding-left: 70px;
}
@media screen and (max-width: 834px) {
  .pagination-item__prev {
    padding-left: 48px;
  }
}
.pagination-item__prev::before {
  transform: rotate(180deg);
  right: auto;
  left: 0;
}
.pagination-item__next {
  padding-right: 70px;
}
@media screen and (max-width: 834px) {
  .pagination-item__next {
    padding-right: 48px;
  }
}

/*iOSでのsubmit, buttonのデザインをリセットするCSS*/
button,
input[type=submit],
input[type=button],
input[type=search] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
button::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=search]::-webkit-search-decoration {
  display: none;
}
button:focus,
input[type=submit]:focus,
input[type=button]:focus,
input[type=search]:focus {
  outline-offset: -2px;
}

input[type=search] {
  border: 1px solid #e1e2e2;
}

/* Form */
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  margin: 0;
  padding: 0 15px;
  background-color: transparent;
  border: none;
  background-color: #f5f7f8;
  border: 1px solid transparent;
  outline: none;
  color: #000;
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  resize: vertical;
  width: 100%;
}
@media screen and (max-width: 639px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea,
  select {
    padding: 10px;
  }
}

input[type=text],
input[type=email],
input[type=tel],
select {
  width: 100%;
  height: 54px;
}
@media screen and (max-width: 639px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  select {
    height: 44px;
  }
}

textarea {
  line-height: 1.6;
}
@media screen and (max-width: 639px) {
  textarea {
    line-height: 1.4;
  }
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  vertical-align: middle;
  box-sizing: border-box;
  background-image: url(../img/common/select-arrow.webp);
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  background-size: 11px 8px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 639px) {
  select {
    background-position: right 10px top 50%;
    background-size: 8px 6px;
  }
}

button,
input[type=submit],
input[type=button],
input[type=radio],
input[type=checkbox],
label,
select {
  cursor: pointer;
}

/*-- radio ---*/
input[type=radio] {
  display: none;
}

label.form-radio {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1.3;
}

input[type=radio] + label.form-radio {
  width: 100%;
  color: #010101;
}
input[type=radio] + label.form-radio span {
  display: inline-block;
  position: relative;
  padding-left: 36px;
}
input[type=radio] + label.form-radio span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: #eaedf4;
  border-radius: 50%;
  margin: auto;
}
@media screen and (max-width: 639px) {
  input[type=radio] + label.form-radio span::before {
    width: 20px;
    height: 20px;
  }
}

input[type=radio]:checked + label.form-radio span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 10px;
  height: 10px;
  margin: auto;
  background-color: #1b9aef;
  border-radius: 50%;
}
@media screen and (max-width: 639px) {
  input[type=radio]:checked + label.form-radio span::after {
    top: 0;
    left: 5px;
    width: 10px;
    height: 10px;
  }
}

/*-- checkbox ---*/
input[type=checkbox] {
  display: none;
}

label.form-checkbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1.3;
}

input[type=checkbox] + label.form-checkbox {
  color: #010101;
}
@media screen and (max-width: 639px) {
  input[type=checkbox] + label.form-checkbox {
    width: 100%;
  }
}
input[type=checkbox] + label.form-checkbox span {
  display: inline-block;
  position: relative;
  padding-left: 36px;
}
input[type=checkbox] + label.form-checkbox span::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 26px;
  height: 26px;
  background-color: #eaedf4;
}
@media screen and (max-width: 639px) {
  input[type=checkbox] + label.form-checkbox span::before {
    top: 0;
    width: 20px;
    height: 20px;
  }
}

input[type=checkbox]:checked + label.form-checkbox span::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  width: 10px;
  height: 10px;
  background-color: #1b9aef;
}
@media screen and (max-width: 639px) {
  input[type=checkbox]:checked + label.form-checkbox span::after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
  }
}

/** Form Select IE 11 */
select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

.form-tbl {
  width: 100%;
  border-collapse: collapse;
  z-index: auto;
  box-sizing: border-box;
  border-collapse: separate;
  border-bottom: 1px solid #e1e2e2;
  color: #10374d;
}
.form-tbl th,
.form-tbl td {
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 639px) {
  .form-tbl th,
  .form-tbl td {
    display: block;
  }
}
.form-tbl__th {
  position: relative;
  text-align: left;
  width: 25%;
  vertical-align: top;
  border-top: 1px solid #1b9aef;
  padding: 30px 70px 30px 0px;
  line-height: 1.4;
  font-size: 1.7rem;
}
@media screen and (max-width: 1024px) {
  .form-tbl__th {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .form-tbl__th {
    width: 28%;
    padding: 25px 50px 25px 0px;
  }
}
@media screen and (max-width: 639px) {
  .form-tbl__th {
    width: 100%;
    padding: 12px 50px 12px 0px;
    border-top: 0;
    border-bottom: 1px solid #e1e2e2;
  }
}
@media screen and (max-width: 639px) {
  .form-tbl__th::before {
    background: #1b9aef;
    content: "";
    height: 1px;
    width: 35px;
    left: 0;
    position: absolute;
    bottom: -1px;
  }
}
.form-tbl__th .form-must {
  position: absolute;
  right: 0px;
  top: 32px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 834px) {
  .form-tbl__th .form-must {
    top: 25px;
  }
}
@media screen and (max-width: 639px) {
  .form-tbl__th .form-must {
    top: 12px;
    right: 10px;
  }
}
.form-tbl__td {
  padding: 30px 30px 30px 50px;
  border-top: 1px solid #e1e2e2;
}
@media screen and (max-width: 834px) {
  .form-tbl__td {
    padding: 25px 0 25px 20px;
  }
}
@media screen and (max-width: 639px) {
  .form-tbl__td {
    width: 100%;
    padding: 15px 0 20px;
    border-top: none;
  }
}
.form-tbl__td textarea {
  height: 10em;
}

.form-btn-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.form-btn-list > li {
  margin-right: 40px;
  margin-bottom: 5px;
}

.form-input-list > li {
  line-height: 1.25;
  margin-bottom: 10px;
}
.form-input-list > li:last-child {
  margin-bottom: 0 !important;
}

.form-text-link a.icon-link__text {
  color: #1b9aef;
  text-decoration: underline;
}
.form-text-link a.icon-link__text:hover {
  text-decoration: none;
}

.form-add {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 639px) {
  .form-add {
    margin-top: -15px;
    display: block;
  }
}
.form-add dt {
  margin-bottom: 0px;
  font-weight: bold;
  width: 6em;
  line-height: 1;
  transform: translateY(-0.4em);
}
@media screen and (max-width: 639px) {
  .form-add dt {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
    transform: translateY(0);
  }
}
.form-add dd {
  width: calc(100% - 6em);
  margin-bottom: 10px;
}
@media screen and (max-width: 639px) {
  .form-add dd {
    width: 100%;
  }
}

.age__text {
  width: 90px !important;
  margin-right: 10px !important;
}

.pref-id {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  .pref-id {
    max-width: 200px;
  }
}

.post {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .post {
    max-width: 200px;
  }
}

.form-agreement {
  background-color: #f0f5f9;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
  padding: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .form-agreement {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 639px) {
  .form-agreement {
    font-size: 1.4rem;
    padding: 16px;
    margin-bottom: 35px;
  }
}
.form-agreement__text {
  margin-bottom: 22px;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .form-agreement__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 639px) {
  .form-agreement__text {
    margin-bottom: 15px;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}
.form-agreement input[type=checkbox] {
  display: none;
}
.form-agreement input[type=checkbox] + .form-agreement__btn {
  display: block;
  padding: 12px 10px 14px 20px;
  line-height: 1.5;
  cursor: pointer;
  transition: 0.5s;
  background-color: #10374d;
  max-width: 220px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 834px) {
  .form-agreement input[type=checkbox] + .form-agreement__btn {
    max-width: 180px;
    padding: 10px 10px 12px 25px;
  }
}
@media screen and (max-width: 639px) {
  .form-agreement input[type=checkbox] + .form-agreement__btn {
    max-width: 130px;
    padding-left: 35px;
  }
}
.form-agreement input[type=checkbox] + .form-agreement__btn::before, .form-agreement input[type=checkbox] + .form-agreement__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
}
.form-agreement input[type=checkbox] + .form-agreement__btn::before {
  left: 20px;
  width: 22px;
  height: 22px;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .form-agreement input[type=checkbox] + .form-agreement__btn::before {
    width: 20px;
    height: 20px;
    left: 16px;
  }
}
@media screen and (max-width: 639px) {
  .form-agreement input[type=checkbox] + .form-agreement__btn::before {
    width: 17px;
    height: 17px;
  }
}
.form-agreement input[type=checkbox] + .form-agreement__btn span {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .form-agreement input[type=checkbox] + .form-agreement__btn span {
    font-size: 1.5rem;
  }
}
.form-agreement input[type=checkbox]:checked + .form-agreement__btn::after {
  left: 26px;
  width: 10px;
  height: 10px;
  background-color: #1b9aef;
}
@media screen and (max-width: 834px) {
  .form-agreement input[type=checkbox]:checked + .form-agreement__btn::after {
    left: 20px;
    width: 8px;
    height: 8px;
  }
}
.form-agreement .form-must {
  margin-left: 10px;
}

.form-must {
  background-color: #f51d58;
  display: inline-block;
  width: 50px;
  height: 22px;
  line-height: 20px;
  border-radius: 2px;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: normal;
  padding-top: 1px;
  text-align: center;
  margin-right: 5px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 600;
}

.form-error-box {
  color: #f51d58;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  padding: 25px;
  background-color: #f6f6f6;
  font-size: 1.8rem;
}
@media screen and (max-width: 639px) {
  .form-error-box {
    font-size: 1.6rem;
    padding: 18px;
  }
}

.form-error-td input[type=text],
.form-error-td input[type=email],
.form-error-td input[type=tel],
.form-error-td select,
.form-error-td textarea {
  background-color: #fff4f4 !important;
  border: 1px solid #f51d58 !important;
}

.form-error-text {
  color: #f51d58;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 1.7rem;
}
@media screen and (max-width: 834px) {
  .form-error-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 639px) {
  .form-error-text {
    font-size: 1.5rem;
  }
}

.form-complete {
  margin-top: 50px;
  margin-bottom: 40px;
  padding: 60px 30px;
  background-color: #f2f9fb;
}
@media screen and (max-width: 834px) {
  .form-complete {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 639px) {
  .form-complete {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 40px 20px;
  }
}
.form-complete__copy {
  margin-bottom: 25px;
  font-family: "Noto Sans JP", sans-serif !important;
  color: #1b9aef;
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .form-complete__copy {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.form-complete__text {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.form-calendar {
  display: flex;
}

.form-calendar__input {
  width: 220px !important;
}

.ui-datepicker-trigger {
  padding: 0 !important;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 0;
  float: right;
}

.dp-form-item__form__btn-calendar {
  width: 100%;
  height: 100%;
  background-color: #1b9aef;
  background-image: url(../img/common/icon-calendar.svg);
  background-repeat: no-repeat;
  background-position: 50% 48%;
  background-size: 36% auto;
  display: block;
  cursor: pointer;
  transition: 0.5s;
}
@media print, screen and (min-width: 1025px) {
  .dp-form-item__form__btn-calendar:hover {
    background-color: #1b9aef;
  }
}

.form-em {
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0 12px;
}

.anchor-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 25px !important;
}
@media screen and (max-width: 639px) {
  .anchor-list {
    padding: 20px !important;
  }
}
.anchor-list__item {
  display: block;
  position: relative;
  margin-right: 10px;
  margin-top: 10px;
}
@media print, screen and (min-width: 835px) 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: 835px) 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: 639px) {
  .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: #202327;
  font-family: "Noto Sans JP", sans-serif !important;
  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: 639px) {
  .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: #1b9aef;
  border-radius: 100%;
}
@media screen and (max-width: 834px) {
  .anchor-list__item a::before {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 639px) {
  .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: 639px) {
  .anchor-list__item a::after {
    left: 5px;
    width: 6px;
    height: 6px;
  }
}
@media print, screen and (min-width: 1025px) {
  .anchor-list__item:hover a {
    color: #10374d;
  }
}
@media print, screen and (min-width: 835px) 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: 835px) 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: 639px) {
  .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: 835px) 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: 639px) {
  .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: 835px) 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: 639px) {
  .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: #1b9aef !important;
  text-decoration: underline;
}
@media print, screen and (min-width: 1025px) {
  .tel-link {
    color: #202327 !important;
    text-decoration: none;
  }
  .tel-link a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.gnav-modal__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  z-index: 10;
}

.gnav-modal {
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  max-width: 1020px;
  width: 100%;
  height: 100vh;
  padding: 60px calc(115px + 3.5vw) 60px 3.9vw;
  background-color: #fff;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .gnav-modal {
    max-width: 84%;
    padding: 130px 4.5vw 60px;
  }
}
@media screen and (max-width: 834px) {
  .gnav-modal {
    max-width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .gnav-modal {
    padding-top: 85px;
  }
}
.gnav-modal::-webkit-scrollbar {
  width: 7px;
}
@media screen and (max-width: 639px) {
  .gnav-modal::-webkit-scrollbar {
    width: 5px;
  }
}
.gnav-modal::-webkit-scrollbar-track {
  background: #d2eaf4;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.gnav-modal::-webkit-scrollbar-thumb {
  background: #2670b9;
  border-radius: 3px;
  box-shadow: none;
}
.gnav-modal::before {
  background: #D4E3EC;
  background: linear-gradient(90deg, rgba(212, 227, 236, 0) 2%, rgb(211, 226, 235) 100%);
  content: "";
  height: 100vh;
  width: 250px;
  right: 0;
  position: fixed;
  top: 0px;
}
@media screen and (max-width: 1024px) {
  .gnav-modal::before {
    display: none;
  }
}

.gnav-modal__wrap__head {
  display: none;
}
@media screen and (max-width: 1024px) {
  .gnav-modal__wrap__head {
    display: flex;
    align-items: center;
  }
}

.gnav-modal__wrap__logo {
  max-width: 320px;
  width: 100%;
  position: absolute;
  top: 30px;
  left: 30px;
}
@media screen and (max-width: 1024px) {
  .gnav-modal__wrap__logo {
    top: 20px;
    left: 25px;
  }
}
@media screen and (max-width: 834px) {
  .gnav-modal__wrap__logo {
    top: 15px;
    left: 10px;
  }
}
@media screen and (max-width: 639px) {
  .gnav-modal__wrap__logo {
    max-width: 218px;
    top: 10px;
    left: 6px;
  }
}

.gnav-modal__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .gnav-modal__btn {
    gap: 7px;
    margin-bottom: 10px;
  }
}
.gnav-modal__btn__item {
  width: calc((100% - 24px) / 2);
}
@media screen and (max-width: 639px) {
  .gnav-modal__btn__item {
    width: calc((100% - 7px) / 2);
  }
}
.gnav-modal__btn__link {
  position: relative;
  background-color: #004e97;
  line-height: 1;
  display: block;
  color: #fff;
  padding: 26px 55px;
  text-align: center;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.05em;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 834px) {
  .gnav-modal__btn__link {
    font-size: 1.7rem;
    padding: 23px 55px;
  }
}
@media screen and (max-width: 639px) {
  .gnav-modal__btn__link {
    font-size: 1.5rem;
    padding: 20px 28px 20px 32px;
  }
}
.gnav-modal__btn__link::before {
  background-image: url(../img/common/icon_arw_white.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  content: "";
  height: 16px;
  width: 17px;
  right: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
@media screen and (max-width: 639px) {
  .gnav-modal__btn__link::before {
    right: 12px;
    height: 12px;
    width: 13px;
  }
}
.gnav-modal__btn__link.request {
  background-image: url(../img/common/icon_paper_white.svg);
  background-size: 40px auto;
  background-position: 14px center;
}
@media screen and (max-width: 639px) {
  .gnav-modal__btn__link.request {
    background-size: 33px auto;
    background-position: 5px center;
  }
}
.gnav-modal__btn__link.access {
  background-image: url(../img/common/icon_access_white.svg);
  background-size: 35px auto;
  background-position: 12px center;
}
@media screen and (max-width: 639px) {
  .gnav-modal__btn__link.access {
    background-size: 30px auto;
    background-position: 3px center;
  }
}
@media print, screen and (min-width: 1025px) {
  .gnav-modal__btn__link:hover {
    opacity: 0.9;
  }
  .gnav-modal__btn__link:hover::before {
    right: 22px;
  }
}

.gnav-modal__wrap {
  display: flex;
  gap: 55px;
}
@media screen and (max-width: 639px) {
  .gnav-modal__wrap {
    flex-direction: column;
    gap: 25px;
  }
}
.gnav-modal__wrap__nav {
  flex: 1;
}
.gnav-modal__wrap__nav__menu {
  overflow: auto;
  font-size: 1.9rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .gnav-modal__wrap__nav__menu {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 639px) {
  .gnav-modal__wrap__nav__menu {
    width: 100%;
    font-size: 1.6rem;
  }
}
.gnav-modal__wrap__nav__menu__list > li {
  position: relative;
  border-bottom: 1px solid #e1e2e2;
}
.gnav-modal__wrap__nav__menu__list__link {
  display: block;
  line-height: 1.4;
  color: #10374d;
  font-weight: 600;
  padding: 25px 50px 25px 2px;
  width: 100%;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 639px) {
  .gnav-modal__wrap__nav__menu__list__link {
    padding: 18px 50px 18px 2px;
  }
}
.gnav-modal__wrap__nav__menu__list__link::before, .gnav-modal__wrap__nav__menu__list__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.gnav-modal__wrap__nav__menu__list__link::before {
  right: 22px;
  width: 0;
  height: 0;
  width: 12px;
  height: 12px;
  border-top: 2px solid #004e97;
  border-right: 2px solid #004e97;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;
}
.gnav-modal__wrap__nav__menu__list__link--v2 {
  position: relative;
}
.gnav-modal__wrap__nav__menu__list__link--v2::before, .gnav-modal__wrap__nav__menu__list__link--v2::after {
  display: none;
}
.gnav-modal__wrap__nav__menu__list__link--v2.active + .gnav-modal__wrap__nav__menu__list__ac::before {
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}
.gnav-modal__wrap__nav__menu__list__link--v2.active + .gnav-modal__wrap__nav__menu__list__ac::after {
  -webkit-transform: rotate(-270deg) !important;
  transform: rotate(-270deg) !important;
}
@media print, screen and (min-width: 1025px) {
  .gnav-modal__wrap__nav__menu__list__link:hover {
    padding-left: 6px;
    color: #1b9aef;
  }
  .gnav-modal__wrap__nav__menu__list__link:hover::before {
    border-color: #1b9aef;
  }
  .gnav-modal__wrap__nav__menu__list__link:hover + .gnav-modal__wrap__nav__menu__list__ac::before, .gnav-modal__wrap__nav__menu__list__link:hover + .gnav-modal__wrap__nav__menu__list__ac::after {
    background-color: #10374d;
  }
}
.gnav-modal__wrap__nav__menu__list__ac {
  position: absolute;
  top: 20px;
  right: 4px;
  width: 40px;
  height: 40px;
  margin: auto;
  cursor: pointer;
  transition: 0.5s;
  background-color: #66ffd9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 639px) {
  .gnav-modal__wrap__nav__menu__list__ac {
    top: 9px;
  }
}
.gnav-modal__wrap__nav__menu__list__ac::before, .gnav-modal__wrap__nav__menu__list__ac::after {
  content: "";
  position: absolute;
  background-color: #10374d;
  margin: auto;
  transition: 0.5s;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.gnav-modal__wrap__nav__menu__list__ac::before {
  top: 20px;
  left: 0;
  right: 0;
  width: 18px;
  height: 2px;
}
.gnav-modal__wrap__nav__menu__list__ac::after {
  top: 12px;
  left: 0;
  right: 0px;
  width: 2px;
  height: 18px;
}
@media print, screen and (min-width: 1025px) {
  .gnav-modal__wrap__nav__menu__list__ac:hover {
    background-color: #004e97;
  }
  .gnav-modal__wrap__nav__menu__list__ac:hover::before {
    background-color: #fff;
  }
  .gnav-modal__wrap__nav__menu__list__ac:hover::after {
    background-color: #fff;
  }
}
.gnav-modal__wrap__nav__menu__list__ac-list {
  display: none;
  padding: 5px 0px 15px;
  width: 100%;
  margin: 0px auto 0px;
}
.gnav-modal__wrap__nav__menu__list__ac-list:before, .gnav-modal__wrap__nav__menu__list__ac-list:after {
  content: "";
  display: table;
}
.gnav-modal__wrap__nav__menu__list__ac-list:after {
  clear: both;
}
@media screen and (max-width: 834px) {
  .gnav-modal__wrap__nav__menu__list__ac-list {
    padding: 0px 0px 20px 10px;
  }
}
@media screen and (max-width: 639px) {
  .gnav-modal__wrap__nav__menu__list__ac-list {
    padding: 10px 0px 20px;
  }
}
.gnav-modal__wrap__nav__menu__list__ac-list > li {
  line-height: 1.4;
  font-size: 1.6rem;
  float: left;
  margin-bottom: 15px;
  width: calc((100% - 10px) / 2);
}
.gnav-modal__wrap__nav__menu__list__ac-list > li:not(:nth-child(2n)) {
  margin-right: 10px;
}
.gnav-modal__wrap__nav__menu__list__ac-list > li:nth-child(2n+1) {
  clear: both;
}
@media screen and (max-width: 834px) {
  .gnav-modal__wrap__nav__menu__list__ac-list > li {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
  .gnav-modal__wrap__nav__menu__list__ac-list > li:not(:nth-child(2n)) {
    margin-right: 0px;
  }
}
.gnav-modal__wrap__nav__menu__list__ac-list__link {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  color: #10374d;
  font-family: "Noto Sans JP", sans-serif !important;
  letter-spacing: 0px;
}
@media screen and (max-width: 834px) {
  .gnav-modal__wrap__nav__menu__list__ac-list__link {
    font-size: 1.5rem;
    display: block;
    padding: 9px 0 9px 20px;
  }
}
.gnav-modal__wrap__nav__menu__list__ac-list__link::before, .gnav-modal__wrap__nav__menu__list__ac-list__link::after {
  content: "";
  position: absolute;
  transition: 0.3s;
}
.gnav-modal__wrap__nav__menu__list__ac-list__link.icon-blank::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  background: url(../img/common/icon_blank.svg) no-repeat center/contain;
  top: 4px;
}
.gnav-modal__wrap__nav__menu__list__ac-list__link::before {
  vertical-align: middle;
  top: 8px;
  left: -1px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #1b9aef;
  border-right: 2px solid #1b9aef;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 834px) {
  .gnav-modal__wrap__nav__menu__list__ac-list__link::before {
    top: 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .gnav-modal__wrap__nav__menu__list__ac-list__link:hover {
    color: #1b9aef;
  }
  .gnav-modal__wrap__nav__menu__list__ac-list__link:hover::before {
    left: 1px;
  }
}
.gnav-modal__wrap__article {
  width: 265px;
  padding-top: 25px;
}
@media screen and (max-width: 639px) {
  .gnav-modal__wrap__article {
    padding-top: 10px;
    width: 100%;
  }
}

.gnav-modal__bnr {
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .gnav-modal__bnr {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

.gnav-modal__target {
  display: flex;
  margin-bottom: 18px;
  background-color: #dcf0f9;
  border-radius: 5px;
  padding: 22px 20px;
}
.gnav-modal__target__ttl {
  display: flex;
  align-items: center;
}
.gnav-modal__target__ttl span {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif !important;
  color: #1b9aef;
  padding-top: 33px;
  background-image: url(../img/common/icon_user.svg);
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: top center;
  line-height: 1.2;
}
.gnav-modal__target__list {
  border-left: 1px solid #bbe1fb;
  padding-left: 20px;
  margin-left: 15px;
}
.gnav-modal__target__link {
  position: relative;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 1.4;
  color: #004e97;
  display: block;
  margin-bottom: 9px;
  padding-left: 17px;
}
.gnav-modal__target__link::before {
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  left: -1px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #1b9aef;
  border-right: 1px solid #1b9aef;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;
}
.gnav-modal__target__link:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 1025px) {
  .gnav-modal__target__link:hover {
    color: #1b9aef;
  }
  .gnav-modal__target__link:hover::before {
    left: 2px;
  }
}

.gnav-modal__submenu {
  margin-bottom: 35px;
}
.gnav-modal__submenu__item {
  margin-bottom: 8px;
}
.gnav-modal__submenu__link {
  position: relative;
  font-family: "Noto Sans JP", sans-serif !important;
  color: #004e97;
  padding: 14px 30px 14px 48px;
  display: block;
  border-radius: 4px;
  background-color: #edf3f7;
  background-repeat: no-repeat;
  background-position: 15px center;
}
.gnav-modal__submenu__link::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1b9aef;
  border-right: 2px solid #1b9aef;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gnav-modal__submenu__link.faq {
  background-image: url(../img/common/icon_qa.svg);
  background-size: 21px auto;
}
.gnav-modal__submenu__link.donation {
  background-image: url(../img/common/icon_heart.svg);
  background-size: 20px auto;
}
@media print, screen and (min-width: 1025px) {
  .gnav-modal__submenu__link:hover {
    color: #1b9aef;
    background-color: #e6eff7;
  }
}

.gnav-modal__link__item {
  margin-bottom: 12px;
  line-height: 1.2;
  padding-left: 28px;
  position: relative;
}
@media screen and (max-width: 639px) {
  .gnav-modal__link__item {
    margin-bottom: 15px;
  }
}
.gnav-modal__link__item::before, .gnav-modal__link__item::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
.gnav-modal__link__item::after {
  border: 1px solid #1b9aef;
  border-radius: 50px;
  height: 19px;
  width: 19px;
  left: 0;
}
.gnav-modal__link__item::before {
  left: 6px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #1b9aef;
  border-right: 1px solid #1b9aef;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gnav-modal__link__link {
  position: relative;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  color: #434d52;
}
.gnav-modal__link__link.blank {
  background-image: url(../img/common/icon_blank.svg);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: center right;
  padding-right: 25px;
}
@media print, screen and (min-width: 1025px) {
  .gnav-modal__link__link:hover {
    color: #1b9aef;
  }
}

.gnav-modal__keyword {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 639px) {
  .gnav-modal__keyword {
    margin-top: 10px;
    display: block;
    text-align: center;
  }
}
.gnav-modal__keyword form {
  position: relative;
  display: block;
  max-width: 640px;
}
@media screen and (max-width: 639px) {
  .gnav-modal__keyword form {
    width: 100%;
  }
}
.gnav-modal__keyword input[type=text] {
  background-color: #fff;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  padding: 16px;
}
@media screen and (max-width: 639px) {
  .gnav-modal__keyword input[type=text] {
    padding: 12px;
  }
}
.gnav-modal__keyword input[type=submit] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  background-color: transparent;
  width: 30px;
  height: 28px;
  background-image: url(../img/common/icon-search.svg);
  background-size: 30px 28px;
  text-indent: -999999px;
}

/* =====================================================

_tab

===================================================== */
@media screen and (max-width: 639px) {
  .tab-label {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
}
.tab-label .tab {
  width: 180px;
  border: 2px solid #1b9aef;
  line-height: 42px;
  height: 48px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.5rem;
  background-color: #fff;
  text-align: center;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  -o-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #1b9aef;
  transition: 0.3s;
}
.tab-label .tab.active, .tab-label .tab:hover {
  background-color: #1b9aef;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .tab-label .tab {
    width: 150px;
    height: 42px;
    line-height: 36px;
  }
}
@media screen and (max-width: 639px) {
  .tab-label .tab {
    width: auto;
    height: 32px;
    line-height: 28px;
    font-size: 1.2rem;
    width: auto;
    padding: 0 6px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #1b9aef;
  }
  .tab-label .tab:not(:nth-child(5n)) {
    margin-right: 3px;
  }
}

.tab-content {
  display: none;
  width: calc(100% - 200px - 90px);
}
@media print, screen and (max-width: 1200px) {
  .tab-content {
    width: calc(100% - 200px - 40px);
  }
}
@media screen and (max-width: 834px) {
  .tab-content {
    width: calc(100% - 170px - 40px);
  }
}
@media screen and (max-width: 639px) {
  .tab-content {
    width: 100%;
  }
}
.tab-content.active {
  display: block;
}
.tab-content__empty {
  padding: 30px;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .tab-content__empty {
    font-size: 1.4rem;
  }
}

/*--モーダルウィンドウ--*/
* html #layer_board_area .layer_board_bg,
* html #layer_board_area .layer_board {
  position: absolute;
}

#layer_board_area .layer_board_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9990;
  top: 0;
  left: 0;
  display: none;
  cursor: pointer;
  background: #000;
}
#layer_board_area .layer_board {
  display: none;
  position: fixed;
  top: 50%;
  left: 0%;
  right: 0;
  margin: -210px auto 0 auto;
  z-index: 9999;
}
@media screen and (max-width: 834px) {
  #layer_board_area .layer_board {
    max-width: 100%;
    width: 100%;
    margin: -200px auto 0 auto;
  }
}
#layer_board_area .layer_board.urgent-s {
  max-width: 640px;
}
@media screen and (max-width: 834px) {
  #layer_board_area .layer_board.urgent-s {
    max-width: 100%;
    width: 100%;
  }
}
#layer_board_area .layer_board.urgent-l {
  max-width: 1000px;
}
@media screen and (max-width: 834px) {
  #layer_board_area .layer_board.urgent-l {
    max-width: 100%;
    width: 100%;
  }
}
#layer_board_area .layer_board__inner {
  padding: 25px;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  #layer_board_area .layer_board__inner {
    margin: 0 15px;
    padding: 0 0 10px;
    overflow: hidden;
  }
}
#layer_board_area .layer_board__photo {
  margin-bottom: 20px;
}
#layer_board_area .layer_board__photo img {
  max-width: 100%;
}
#layer_board_area .layer_board__text {
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 639px) {
  #layer_board_area .layer_board__text {
    padding: 0 10px;
  }
}
#layer_board_area .layer_board__text strong {
  font-weight: bold;
  color: #000;
  font-size: 1.8rem;
}
#layer_board_area .layer_board__btn {
  max-width: 400px;
  margin: 0 auto 15px;
}
#layer_board_area .layer_board__btn a {
  padding: 12px;
  color: #fff;
  background-color: #e72422;
  display: block;
  position: relative;
}
#layer_board_area .layer_board__btn a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 10px;
  border-style: solid;
  border-width: 4px 7px;
  border-color: transparent;
  border-left-color: #fff;
}
#layer_board_area .layer_board__close {
  width: 85px;
  margin: 20px auto 0;
}
@media screen and (max-width: 639px) {
  #layer_board_area .layer_board__close {
    margin-top: 16px;
  }
}
#layer_board_area .layer_board__close .btn_close {
  cursor: pointer;
  transition: 0.5s;
  display: block;
}
@media print, screen and (min-width: 1025px) {
  #layer_board_area .layer_board__close .btn_close:hover {
    opacity: 0.7;
  }
}
#layer_board_area .layer_board__close .btn_close img {
  width: 100%;
}

.urgent-block__title {
  background-color: #c00;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.8rem;
  padding: 5px 10px 5px 10px;
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 834px) {
  .urgent-block__text {
    margin-bottom: 16px;
    padding: 0px 20px 0px 20px;
  }
}

.pagetop {
  position: fixed;
  right: 150px;
  bottom: 30px;
  z-index: 9;
  width: 56px;
  height: 56px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .pagetop {
    right: 30px;
    bottom: 55px;
  }
}
@media screen and (max-width: 639px) {
  .pagetop {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }
}
.pagetop a {
  display: block;
  background-color: #1f3e67;
  width: 56px;
  height: 56px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
@media screen and (max-width: 639px) {
  .pagetop a {
    width: 40px;
    height: 40px;
  }
}
.pagetop a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 10px solid #fff;
  border-top: 0;
}
@media screen and (max-width: 639px) {
  .pagetop a::before {
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 8px solid #fff;
  }
}
.pagetop a:hover {
  background-color: #1b9aef;
}

#layer_board_area {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  box-sizing: border-box;
  align-content: center;
}

.layer_board_bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
}

.alert-wrapper {
  background: #fff;
  width: 90%;
  max-width: 640px;
  padding: 40px 30px;
  margin: 0 auto 5vw;
  position: relative;
  z-index: 10000;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
}

.alert-wrapper__text {
  font-size: 18px;
  margin-bottom: 20px;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 639px) {
  .alert-wrapper__text {
    font-size: 1.5rem;
  }
}

.alert-wrapper__btn .icon-link__text {
  font-size: 1.8rem;
}
@media screen and (max-width: 639px) {
  .alert-wrapper__btn .icon-link__text {
    font-size: 1.5rem;
  }
}

.close-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -100px;
  right: 0px;
  left: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background: #1b9aef;
  border-radius: 50%;
  cursor: pointer;
  text-indent: -9999px;
  font-size: 0;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .close-btn {
    width: 50px;
    height: 50px;
    bottom: -70px;
  }
}
.close-btn::before {
  content: "";
  margin: 0 auto;
  top: calc(50% - 1px);
  right: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transform: rotate(45deg);
}
.close-btn::after {
  content: "";
  margin: 0 auto;
  top: calc(50% - 1px);
  right: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transform: rotate(-45deg);
}

/*==================================================================
    page index
===================================================================*/
.more-link-text {
  position: relative;
  font-family: "Overpass", sans-serif !important;
  font-weight: 500;
  color: #1b9aef;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0;
  padding-right: 80px;
}
@media screen and (max-width: 1024px) {
  .more-link-text {
    font-size: 1.7rem;
    padding-right: 57px;
  }
}
@media screen and (max-width: 639px) {
  .more-link-text {
    font-size: 1.6rem;
    padding-right: 54px;
  }
}
.more-link-text::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 70px;
  height: 32px;
  background-color: #1b9aef;
  background-image: url(../img/common/icon_arw_white.svg);
  background-repeat: no-repeat;
  background-size: 13px 13px;
  background-position: center center;
  border-radius: 50px;
  top: -4px;
  bottom: 0;
  right: 0px;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .more-link-text::before {
    width: 50px;
    height: 28px;
    background-size: 12px 12px;
    top: -3px;
  }
}
@media screen and (max-width: 639px) {
  .more-link-text::before {
    width: 46px;
    height: 26px;
  }
}
.more-link-text span {
  position: relative;
  border-bottom: 1px solid #1b9aef;
  transition: 0.3s;
}
@media print, screen and (min-width: 1025px) {
  .more-link-text:hover span {
    border-bottom: none;
  }
  .more-link-text:hover::before {
    background-position: right 23px center;
  }
}

.top-important {
  margin: 0 60px;
}
@media screen and (max-width: 834px) {
  .top-important {
    margin: 0 40px;
  }
}
@media screen and (max-width: 639px) {
  .top-important {
    margin: 0 20px;
  }
}
.top-important__wrap {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  background-color: #f2f9fb;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 24px 60px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .top-important__wrap {
    padding: 30px 30px;
    display: block;
  }
}
@media screen and (max-width: 639px) {
  .top-important__wrap {
    padding: 30px 30px 20px 30px;
  }
}
.top-important__title {
  width: 11.7em;
  color: #1b9aef;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 2rem;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .top-important__title {
    font-size: 1.6rem;
    padding-left: 24px;
    width: 100%;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 639px) {
  .top-important__title {
    margin-bottom: 10px;
  }
}
.top-important__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background-color: #1b9aef;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.top-important__data {
  width: calc(100% - 11.7em);
  border-left: 2px solid #1b9aef;
  padding-left: 48px;
}
@media screen and (max-width: 834px) {
  .top-important__data {
    width: 100%;
    padding-top: 16px;
    padding-left: 0;
    border-left: 0;
    border-top: 2px solid #1b9aef;
  }
}
@media screen and (max-width: 639px) {
  .top-important__data {
    padding-top: 0;
  }
}
@media screen and (max-width: 639px) {
  .top-important__data__list {
    padding: 10px 0;
  }
  .top-important__data__list:not(:last-child) {
    border-bottom: 1px solid rgba(16, 55, 77, 0.2);
  }
}
.top-important__data__list__link {
  color: #202327;
  font-weight: bold;
}
.top-important__data__list__link:hover {
  text-decoration: underline;
  color: #1b9aef;
}
.top-important__data__list__day {
  margin-right: 1em;
}
@media screen and (max-width: 639px) {
  .top-important__data__list__day {
    display: block;
    margin-right: 0;
  }
}
@media screen and (max-width: 639px) {
  .top-important__data__list__text {
    display: block;
    line-height: 1.4;
  }
}

.top-main-wrap {
  margin-top: -120px;
  background-color: #c0d6eb;
}
@media screen and (max-width: 1024px) {
  .top-main-wrap {
    margin-top: 100px;
  }
}
@media screen and (max-width: 639px) {
  .top-main-wrap {
    margin-top: 70px;
  }
}

.top-main {
  width: 100%;
  position: relative;
  z-index: 0;
}
.top-main__loading {
  position: absolute;
  inset: 0;
  background: #c0d6eb;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.6s ease;
}
.top-main__loading.is-hide {
  opacity: 0;
  pointer-events: none;
}
.top-main__spinner {
  --d:22px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  color: #98d0f1;
  box-shadow: calc(1 * var(--d)) calc(0 * var(--d)) 0 0, calc(0.707 * var(--d)) calc(0.707 * var(--d)) 0 1px, calc(0 * var(--d)) calc(1 * var(--d)) 0 2px, calc(-0.707 * var(--d)) calc(0.707 * var(--d)) 0 3px, calc(-1 * var(--d)) calc(0 * var(--d)) 0 4px, calc(-0.707 * var(--d)) calc(-0.707 * var(--d)) 0 5px, calc(0 * var(--d)) calc(-1 * var(--d)) 0 6px;
  animation: l27 1s infinite steps(8);
}
@keyframes l27 {
  100% {
    transform: rotate(1turn);
  }
}
.top-main__img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top-main__img {
    height: 610px;
  }
}
@media screen and (max-width: 834px) {
  .top-main__img {
    height: 580px;
  }
}
@media screen and (max-width: 639px) {
  .top-main__img {
    height: 380px;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.top-main__mov {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 980px;
  overflow: hidden;
}
@media print, screen and (max-width: 1500px) {
  .top-main__mov {
    height: 900px;
  }
}
@media print, screen and (max-width: 1300px) {
  .top-main__mov {
    height: 850px;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__mov {
    height: 620px;
  }
}
@media screen and (max-width: 834px) {
  .top-main__mov {
    height: 580px;
  }
}
@media screen and (max-width: 639px) {
  .top-main__mov {
    height: 380px;
  }
}
.top-main__mov video {
  opacity: 0;
  transition: opacity 0.8s ease, filter 0.8s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 45px));
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .top-main__mov video {
    transform: translate(-50%, calc(-50% - 30px));
    height: 100%;
  }
}
@media screen and (max-width: 639px) {
  .top-main__mov video {
    transform: translate(-50%, calc(-50% - 5px));
  }
}
.top-main__mov video.is-show {
  opacity: 1;
}
.top-main__catch {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 946px;
  height: 130px;
  margin: auto;
  z-index: 2;
}
@media print, screen and (max-width: 1400px) {
  .top-main__catch {
    width: 840px;
    height: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__catch {
    width: 640px;
    height: 120px;
  }
}
@media screen and (max-width: 834px) {
  .top-main__catch {
    width: 580px;
    height: 110px;
  }
}
@media screen and (max-width: 639px) {
  .top-main__catch {
    top: 75px;
    width: 90%;
  }
}
.top-main__catch img {
  opacity: 0;
  margin-bottom: 25px;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.04)) drop-shadow(0 0 10px rgba(0, 0, 0, 0.02)) drop-shadow(0 0 20px rgba(0, 0, 0, 0.01));
}
@media screen and (max-width: 639px) {
  .top-main__catch img {
    margin-bottom: 12px;
  }
}
.top-main__catch img.catch {
  animation: fadein01 3s forwards;
  animation-delay: 1.2s;
}
.top-main__catch img.lead {
  animation: fadein02 2s forwards;
  animation-delay: 3.5s;
}

@keyframes fadein01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-intro-wrap {
  position: relative;
  margin-top: -100px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .top-intro-wrap {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 834px) {
  .top-intro-wrap {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 639px) {
  .top-intro-wrap {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
.top-intro-wrap::after {
  background-image: url(../img/top/intro_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  content: "";
  height: 520px;
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  top: -70px;
}
@media screen and (max-width: 1024px) {
  .top-intro-wrap::after {
    top: -20px;
    height: 380px;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 834px) {
  .top-intro-wrap::after {
    height: 300px;
  }
}
@media screen and (max-width: 639px) {
  .top-intro-wrap::after {
    top: -45px;
    height: 100px;
  }
}
.top-intro-wrap::before {
  background: #FCFCF9;
  background: linear-gradient(180deg, rgb(252, 252, 249) 49%, rgb(255, 255, 255) 100%);
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 100px;
}
@media screen and (max-width: 639px) {
  .top-intro-wrap::before {
    top: 20px;
  }
}

.top-intro {
  position: relative;
  margin-bottom: 70px;
  z-index: 2;
  padding: 0px 40px;
}
@media screen and (max-width: 1024px) {
  .top-intro {
    padding: 0px 40px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 834px) {
  .top-intro {
    padding: 0px 30px;
  }
}
@media screen and (max-width: 639px) {
  .top-intro {
    padding: 0px 20px;
    margin-bottom: 50px;
  }
}
.top-intro__inner {
  position: relative;
  max-width: 1340px;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .top-intro__inner {
    padding-bottom: 225px;
  }
}
.top-intro__contents {
  max-width: 790px;
  margin-bottom: 180px;
}
@media screen and (max-width: 1024px) {
  .top-intro__contents {
    max-width: 720px;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 834px) {
  .top-intro__contents {
    max-width: 650px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 639px) {
  .top-intro__contents {
    margin-bottom: 0px;
  }
}
.top-intro__contents__catch {
  font-size: 8.7rem;
  color: #10374d;
  font-family: "Marcellus", serif;
  line-height: 0.9;
  margin-bottom: 35px;
  letter-spacing: -0.03rem;
  margin-left: -8px;
}
@media screen and (max-width: 1024px) {
  .top-intro__contents__catch {
    font-size: 7.6rem;
    margin-bottom: 25px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 834px) {
  .top-intro__contents__catch {
    font-size: 6rem;
  }
}
@media screen and (max-width: 639px) {
  .top-intro__contents__catch {
    margin-left: -2px;
    font-size: 4rem;
    margin-bottom: 20px;
  }
}
.top-intro__contents__catch span {
  font-size: 13.8rem;
}
@media screen and (max-width: 1024px) {
  .top-intro__contents__catch span {
    font-size: 12rem;
  }
}
@media screen and (max-width: 834px) {
  .top-intro__contents__catch span {
    font-size: 9.8rem;
  }
}
@media screen and (max-width: 639px) {
  .top-intro__contents__catch span {
    font-size: 7rem;
  }
}
.top-intro__contents__lead {
  color: #10374d;
  font-size: 3.3rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .top-intro__contents__lead {
    font-size: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top-intro__contents__lead {
    font-size: 2.7rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 639px) {
  .top-intro__contents__lead {
    font-size: 2rem;
    margin-bottom: 18px;
  }
}
html:lang(en) .top-intro__contents__lead {
  letter-spacing: 0.01em;
}
.top-intro__contents__lead span {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 4px;
  background-color: #66ffd9;
  margin-bottom: 11px;
}
@media screen and (max-width: 834px) {
  .top-intro__contents__lead span {
    margin-bottom: 6px;
    padding: 7px 12px;
  }
}
@media screen and (max-width: 639px) {
  .top-intro__contents__lead span {
    margin-bottom: 4px;
    padding: 6px 8px 7px;
  }
}
.top-intro__contents__text {
  color: #10374d;
  border-top-right-radius: 15px;
  background-color: #fcfcf9;
  padding: 30px 80px 30px 5px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .top-intro__contents__text {
    padding: 30px 45px 30px 5px;
    font-size: 1.9rem;
    line-height: 2.2;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 834px) {
  .top-intro__contents__text {
    padding: 30px 30px 30px 0px;
    font-size: 1.7rem;
    line-height: 2.1;
  }
}
@media screen and (max-width: 639px) {
  .top-intro__contents__text {
    padding: 0px 0px 0px 2px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.03em;
    background-color: transparent;
  }
}
html:lang(en) .top-intro__contents__text {
  letter-spacing: 0.03em;
  line-height: 2;
}
.top-intro__contents__text span {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  background: linear-gradient(transparent 65%, #f8f578 65%);
}
@media screen and (max-width: 1024px) {
  .top-intro__contents__text span {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 639px) {
  .top-intro__contents__text span {
    line-height: 1.6;
    display: inline-block;
    margin-top: 10px;
    font-size: 1.8rem;
    background: linear-gradient(transparent 70%, #f8f578 70%);
  }
}
.top-intro__img01 {
  border-radius: 12px;
  overflow: hidden;
  position: absolute;
  max-width: 742px;
  height: auto;
  top: 80px;
  right: -35px;
  z-index: -1;
  margin-left: 500px;
}
@media screen and (max-width: 1024px) {
  .top-intro__img01 {
    top: 95px;
    margin-left: 480px;
    right: -10px;
    height: 330px;
    max-width: 472px;
  }
}
@media screen and (max-width: 834px) {
  .top-intro__img01 {
    border-radius: 10px;
    top: 70px;
    height: 270px;
    margin-left: 375px;
    right: -35px;
  }
}
@media screen and (max-width: 639px) {
  .top-intro__img01 {
    border-radius: 8px;
    top: auto;
    bottom: 25px;
    margin-left: 0;
    right: auto;
    left: 10px;
    width: 82%;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .top-intro__img01 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.top-intro__img02 {
  border-radius: 12px;
  overflow: hidden;
  position: absolute;
  max-width: 540px;
  height: auto;
  bottom: -110px;
  right: 30px;
  z-index: 3;
  margin-left: 650px;
}
@media screen and (max-width: 1024px) {
  .top-intro__img02 {
    max-width: 374px;
    bottom: -120px;
    margin-left: 530px;
  }
}
@media screen and (max-width: 834px) {
  .top-intro__img02 {
    border-radius: 10px;
    right: 20px;
    margin-left: 405px;
  }
}
@media screen and (max-width: 639px) {
  .top-intro__img02 {
    margin-left: 0;
    right: 15px;
    max-width: 168px;
    border-radius: 8px;
    bottom: -70px;
  }
}

.top-collab {
  position: relative;
  border-radius: 40px;
  background-color: #c7ecf8;
  background-image: url(../img/top/collab_img02.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  margin: 0px 30px;
  padding: 78px 0px 256px;
}
@media screen and (max-width: 1024px) {
  .top-collab {
    border-radius: 25px;
    padding: 68px 35px 190px;
    background-size: 120% auto;
  }
}
@media screen and (max-width: 834px) {
  .top-collab {
    padding: 60px 25px 150px;
    background-size: 125% auto;
    margin: 0px 25px;
  }
}
@media screen and (max-width: 639px) {
  .top-collab {
    border-radius: 18px;
    padding: 42px 18px 100px;
    background-size: 140% auto;
    margin: 0px 15px;
  }
}
.top-collab__inner {
  position: relative;
  max-width: 1340px;
  margin: 0 auto;
  padding-left: 80px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .top-collab__inner {
    padding-left: 60px;
  }
}
@media screen and (max-width: 834px) {
  .top-collab__inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 639px) {
  .top-collab__inner {
    padding-left: 30px;
  }
}
.top-collab__contents {
  max-width: 770px;
}
@media screen and (max-width: 1024px) {
  .top-collab__contents {
    max-width: 500px;
  }
}
@media screen and (max-width: 834px) {
  .top-collab__contents {
    max-width: 100%;
  }
}
.top-collab__catch {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 2.9rem;
  font-weight: 600;
  color: #10374d;
  line-height: 1.4;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .top-collab__catch {
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 834px) {
  .top-collab__catch {
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 639px) {
  .top-collab__catch {
    font-size: 1.8rem;
    letter-spacing: -0.02em;
  }
}
html:lang(en) .top-collab__catch {
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 1025px) {
  html:lang(en) .top-collab__catch {
    font-size: 2.8rem;
  }
}
.top-collab__catch span {
  display: inline-block;
  border-radius: 7px;
  padding: 5px 13px;
  background-color: #66ffd9;
  margin-bottom: 6px;
}
@media screen and (max-width: 639px) {
  .top-collab__catch span {
    border-radius: 4px;
    padding: 6px 7px;
    margin-bottom: 3px;
  }
}
.top-collab__text {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.8rem;
  line-height: 2.1;
  color: #404660;
}
@media screen and (max-width: 1024px) {
  .top-collab__text {
    font-size: 1.7rem;
    line-height: 2;
  }
}
@media screen and (max-width: 834px) {
  .top-collab__text {
    font-size: 1.6rem;
    margin-right: 155px;
  }
}
@media screen and (max-width: 639px) {
  .top-collab__text {
    margin-right: 0;
    line-height: 1.9;
    font-size: 1.5rem;
  }
}
.top-collab__img {
  width: 366px;
  margin-top: -200px;
}
@media screen and (max-width: 1024px) {
  .top-collab__img {
    width: 290px;
    margin-top: -120px;
  }
}
@media screen and (max-width: 834px) {
  .top-collab__img {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 639px) {
  .top-collab__img {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 834px) {
  .top-collab__img img {
    position: absolute;
    width: 210px;
    right: -70px;
    top: -230px;
  }
}
@media screen and (max-width: 639px) {
  .top-collab__img img {
    position: static;
    width: 220px;
  }
}
.top-collab__eng {
  top: -200px;
  left: 50px;
  position: absolute;
  font-family: "Marcellus", serif;
  line-height: 1.2;
  font-size: 5.2rem;
  color: #1b9aef;
  transform: rotate(90deg);
  transform-origin: left top;
}
@media screen and (max-width: 1024px) {
  .top-collab__eng {
    top: -120px;
    left: 45px;
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 834px) {
  .top-collab__eng {
    top: -100px;
    font-size: 3.8rem;
    left: 40px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 639px) {
  .top-collab__eng {
    top: -70px;
    font-size: 2.4rem;
    left: 18px;
  }
}

.top-pickup {
  padding: 0px 50px 50px;
}
@media print, screen and (max-width: 1700px) {
  .top-pickup {
    padding: 0px 135px 50px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .top-pickup {
    padding: 0px 22px 40px;
  }
}
@media screen and (max-width: 639px) {
  .top-pickup {
    padding: 0px 0px 35px;
  }
}
.top-pickup__inner {
  position: relative;
  max-width: 1470px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  .top-pickup__inner {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 639px) {
  .top-pickup__inner {
    padding-bottom: 20px;
  }
}
.top-pickup {
  /* UIエリア */
}
.top-pickup .slider-ui {
  position: absolute;
  right: 30px;
  bottom: 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 834px) {
  .top-pickup .slider-ui {
    gap: 6px;
  }
}
.top-pickup .slider-ui__inner {
  display: flex;
  gap: 5px;
  align-items: center;
}
.top-pickup {
  /* 矢印 */
}
.top-pickup .slider-prev,
.top-pickup .slider-next {
  width: 20px;
  height: 20px;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top-pickup .slider-prev,
  .top-pickup .slider-next {
    width: 16px;
    height: 16px;
  }
}
.top-pickup .slider-prev:before,
.top-pickup .slider-next:before {
  position: absolute;
  content: "";
  top: 2px;
  border: solid #1b9aef;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 6px;
}
@media screen and (max-width: 834px) {
  .top-pickup .slider-prev:before,
  .top-pickup .slider-next:before {
    border-width: 0 3px 3px 0;
  }
}
@media screen and (max-width: 639px) {
  .top-pickup .slider-prev:before,
  .top-pickup .slider-next:before {
    padding: 5px;
  }
}
.top-pickup .slider-prev:before {
  transform: rotate(135deg);
  left: 0;
}
.top-pickup .slider-next:before {
  transform: rotate(-45deg);
  right: 0;
}
.top-pickup {
  /* pauseボタン */
}
.top-pickup .slider-pause {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #1b9aef;
  background: white;
  position: relative;
}
@media screen and (max-width: 639px) {
  .top-pickup .slider-pause {
    width: 26px;
    height: 26px;
  }
}
.top-pickup .slider-pause:before, .top-pickup .slider-pause:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 12px;
  background: #1b9aef;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 639px) {
  .top-pickup .slider-pause:before, .top-pickup .slider-pause:after {
    height: 10px;
    width: 2px;
  }
}
.top-pickup .slider-pause:before {
  left: 10px;
}
@media screen and (max-width: 639px) {
  .top-pickup .slider-pause:before {
    left: 9px;
  }
}
.top-pickup .slider-pause:after {
  right: 10px;
}
@media screen and (max-width: 639px) {
  .top-pickup .slider-pause:after {
    right: 9px;
  }
}
.top-pickup .slider-pause.paused:after {
  display: none;
}
.top-pickup .slider-pause.paused::before {
  left: 10px;
  background: transparent;
  width: 0;
  height: 0;
  border-radius: 2px;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #1b9aef;
}
@media screen and (max-width: 639px) {
  .top-pickup .slider-pause.paused::before {
    border-width: 5px 0 5px 6px;
  }
}
.top-pickup {
  /* dots */
}
.top-pickup .slider-dots .slick-dots {
  position: static;
  display: flex;
}
.top-pickup .slider-dots .slick-dots li {
  margin: 0 8px;
  width: 13px;
  height: 13px;
}
@media screen and (max-width: 1024px) {
  .top-pickup .slider-dots .slick-dots li {
    margin: 0 5px;
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 834px) {
  .top-pickup .slider-dots .slick-dots li {
    margin: 0 4px;
  }
}
@media screen and (max-width: 639px) {
  .top-pickup .slider-dots .slick-dots li {
    height: 9px;
    width: 9px;
  }
}
.top-pickup .slider-dots .slick-dots li button:before {
  content: "";
  position: absolute;
  font-size: 0px;
  top: 0;
  left: 0;
  bottom: 0;
  bottom: 0;
  margin: auto;
  height: 13px;
  width: 13px;
  background-color: #dee0e1;
  border-radius: 6px;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .top-pickup .slider-dots .slick-dots li button:before {
    height: 11px;
    width: 11px;
  }
}
@media screen and (max-width: 639px) {
  .top-pickup .slider-dots .slick-dots li button:before {
    height: 9px;
    width: 9px;
  }
}
.top-pickup .slider-dots .slick-dots li.slick-active button:before {
  background-color: #1b9aef;
}

@media screen and (max-width: 1024px) {
  .top-pickup__list {
    margin-bottom: 25px !important;
  }
}
.top-pickup__list__item {
  padding: 0 18px;
}
@media print, screen and (max-width: 1600px) {
  .top-pickup__list__item {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .top-pickup__list__item {
    padding: 0 8px;
  }
}
.top-pickup__list__link {
  display: block;
}
@media print, screen and (min-width: 1025px) {
  .top-pickup__list__link:hover {
    opacity: 0.8;
  }
  .top-pickup__list__link:hover .top-pickup__list__text {
    color: #1b9aef;
  }
  .top-pickup__list__link:hover .top-pickup__list__text::before {
    background-position: right 20px center;
  }
}
.top-pickup__list__img {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 454/374;
}
.top-pickup__list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-pickup__list__text {
  margin-top: 30px;
  line-height: 1.4;
  padding: 0px 75px 0px 0px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 2rem;
  font-weight: 600;
  color: #202327;
  position: relative;
  transition: 0.3s;
}
@media print, screen and (max-width: 1200px) {
  .top-pickup__list__text {
    padding: 0px 55px 0px 2px;
    margin-top: 25px;
    font-size: 1.7rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 639px) {
  .top-pickup__list__text {
    font-size: 1.6rem;
    margin-top: 18px;
    padding: 0px 55px 0px 2px;
  }
}
.top-pickup__list__text::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 70px;
  height: 32px;
  background-color: #1b9aef;
  background-image: url(../img/common/icon_arw_white.svg);
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: center center;
  border-radius: 50px;
  top: -2px;
  bottom: 0;
  right: 0px;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .top-pickup__list__text::before {
    width: 48px;
    height: 26px;
    background-size: 12px 12spx;
  }
}

.top-features {
  position: relative;
  padding: 130px 0px 0px;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  .top-features {
    padding-top: 80px;
  }
}
.top-features::before {
  background: #8df3f4;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 10px;
  content: "";
  height: calc(100% + 130px);
  width: 80%;
  right: 0;
  position: absolute;
  top: 3px;
}
@media screen and (max-width: 1024px) {
  .top-features::before {
    border-top-left-radius: 270px;
    height: calc(100% + 80px);
  }
}
@media screen and (max-width: 639px) {
  .top-features::before {
    border-top-left-radius: 170px;
    border-bottom-left-radius: 8px;
    height: calc(100% + 45px);
  }
}
.top-features__head {
  position: relative;
  max-width: 1430px;
  margin: 0 auto 56px;
  z-index: 2;
}
@media print, screen and (max-width: 1600px) {
  .top-features__head {
    margin: 0 120px 56px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top-features__head {
    margin: 0 auto 56px;
    padding: 0px 30px;
  }
}
@media screen and (max-width: 639px) {
  .top-features__head {
    padding: 0px 20px;
  }
}
.top-features__title {
  position: relative;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 11rem;
  color: #10374d;
  letter-spacing: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-left: -5px;
}
@media print, screen and (max-width: 1300px) {
  .top-features__title {
    font-size: 9.8rem;
  }
}
@media print, screen and (max-width: 1200px) {
  .top-features__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@media screen and (max-width: 834px) {
  .top-features__title {
    font-size: 9rem;
  }
}
@media screen and (max-width: 639px) {
  .top-features__title {
    font-size: 5.8rem;
    gap: 10px;
  }
}
.top-features__title::before {
  background: #1b9aef;
  content: "";
  height: 18px;
  width: 8px;
  left: 10px;
  position: absolute;
  top: -25px;
  transform: skewX(-25deg);
}
@media screen and (max-width: 834px) {
  .top-features__title::before {
    height: 16px;
    width: 7px;
  }
}
@media screen and (max-width: 639px) {
  .top-features__title::before {
    height: 14px;
    width: 5.2px;
  }
}
.top-features__title .jp {
  position: relative;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 2.3rem;
  font-weight: 600;
  margin-left: 75px;
}
@media screen and (max-width: 1024px) {
  .top-features__title .jp {
    font-size: 1.9rem;
    margin-left: 55px;
  }
}
@media screen and (max-width: 639px) {
  .top-features__title .jp {
    font-size: 1.5rem;
    margin-left: 35px;
  }
}
.top-features__title .jp::before {
  background: #10374d;
  content: "";
  height: 1px;
  width: 40px;
  left: -55px;
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .top-features__title .jp::before {
    width: 35px;
    left: -45px;
  }
}
@media screen and (max-width: 639px) {
  .top-features__title .jp::before {
    width: 25px;
    left: -30px;
  }
}
.top-features__catch {
  position: absolute;
  right: 50px;
  top: -30px;
}
@media print, screen and (max-width: 1600px) {
  .top-features__catch {
    width: 150px;
  }
}
@media print, screen and (max-width: 1200px) {
  .top-features__catch {
    width: 120px;
    top: -35px;
    right: 100px;
  }
}
@media screen and (max-width: 834px) {
  .top-features__catch {
    width: 100px;
    top: -20px;
  }
}
@media screen and (max-width: 639px) {
  .top-features__catch {
    width: 68px;
    right: 25px;
    top: 50px;
  }
}
.top-features__list__item {
  padding: 0px 4px;
}
.top-features__list__link {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
@media print, screen and (min-width: 1025px) {
  .top-features__list__link:hover .top-features__list__img img {
    opacity: 0.8;
  }
}
.top-features__list__text {
  position: absolute;
  z-index: 2;
}
.top-features__list__text span {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 2.7rem;
  line-height: 1.2;
  font-weight: 600;
  color: #10374d;
  padding: 10px 15px;
  border-radius: 4px;
  margin: 2px 0px;
}
@media print, screen and (max-width: 1500px) {
  .top-features__list__text span {
    font-size: 2.6rem;
    padding: 9px 12px;
  }
}
@media print, screen and (max-width: 1300px) {
  .top-features__list__text span {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 639px) {
  .top-features__list__text span {
    padding: 9px 10px;
    font-size: 1.7rem;
    letter-spacing: 0;
  }
}
html:lang(en) .top-features__list__text span {
  letter-spacing: 0;
}
@media print, screen and (min-width: 1025px) {
  html:lang(en) .top-features__list__text span {
    font-size: 2.6rem;
  }
}
.features01 .top-features__list__text {
  left: 30px;
  bottom: 90px;
}
@media print, screen and (max-width: 1500px) {
  .features01 .top-features__list__text {
    left: 10px;
    bottom: 70px;
  }
}
@media screen and (max-width: 639px) {
  .features01 .top-features__list__text {
    bottom: 40px;
  }
}
.features01 .top-features__list__text span {
  background-color: rgba(178, 250, 85, 0.95);
}
.features02 .top-features__list__text {
  left: 20px;
  bottom: 85px;
}
@media print, screen and (max-width: 1500px) {
  .features02 .top-features__list__text {
    left: 10px;
  }
}
@media screen and (max-width: 639px) {
  .features02 .top-features__list__text {
    bottom: 35px;
  }
}
.features02 .top-features__list__text span {
  background-color: rgba(0, 255, 255, 0.95);
}
.features03 .top-features__list__text {
  left: 30px;
  top: 120px;
}
@media print, screen and (max-width: 1500px) {
  .features03 .top-features__list__text {
    top: 70px;
  }
}
@media screen and (max-width: 639px) {
  .features03 .top-features__list__text {
    left: 5px;
    top: 170px;
  }
}
.features03 .top-features__list__text span {
  background-color: rgba(255, 255, 0, 0.95);
}
.features04 .top-features__list__text {
  right: 25px;
  bottom: 160px;
}
@media print, screen and (max-width: 1500px) {
  .features04 .top-features__list__text {
    right: 8px;
    bottom: 100px;
  }
}
@media screen and (max-width: 639px) {
  .features04 .top-features__list__text {
    bottom: 45px;
  }
}
.features04 .top-features__list__text span {
  background-color: rgba(69, 255, 183, 0.95);
}
.features05 .top-features__list__text {
  left: 30px;
  top: 115px;
}
@media print, screen and (max-width: 1500px) {
  .features05 .top-features__list__text {
    left: 15px;
    top: 85px;
  }
}
@media screen and (max-width: 639px) {
  .features05 .top-features__list__text {
    top: 35px;
  }
}
.features05 .top-features__list__text span {
  background-color: rgba(224, 138, 246, 0.95);
}
.features06 .top-features__list__text {
  right: 30px;
  bottom: 200px;
}
@media screen and (max-width: 639px) {
  .features06 .top-features__list__text {
    right: 5px;
    bottom: 30px;
  }
}
.features06 .top-features__list__text span {
  background-color: rgba(105, 220, 255, 0.95);
}
.top-features__list__img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #8df3f4;
}
.top-features__list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.top-features__list .slick-track {
  display: flex;
}

.top-news {
  position: relative;
  padding: 200px 50px 90px;
  background-color: #f9f9f8;
}
@media print, screen and (max-width: 1700px) {
  .top-news {
    padding: 200px 135px 90px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top-news {
    padding: 170px 30px 80px;
  }
}
@media screen and (max-width: 834px) {
  .top-news {
    padding: 150px 25px 75px;
  }
}
@media screen and (max-width: 639px) {
  .top-news {
    padding: 105px 20px 50px;
  }
}
.top-news::before {
  background-color: #f9f9f8;
  content: "";
  height: calc(100% + 200px);
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
}
.top-news__title {
  position: relative;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 8rem;
  color: #10374d;
  letter-spacing: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-left: -5px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 1300px) {
  .top-news__title {
    font-size: 7.8rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 834px) {
  .top-news__title {
    font-size: 7rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 639px) {
  .top-news__title {
    font-size: 4.5rem;
  }
}
.top-news__title::before {
  background: #1b9aef;
  content: "";
  height: 18px;
  width: 8px;
  left: 9px;
  position: absolute;
  top: -24px;
  transform: skewX(-25deg);
}
@media screen and (max-width: 834px) {
  .top-news__title::before {
    height: 16px;
    width: 7px;
  }
}
@media screen and (max-width: 639px) {
  .top-news__title::before {
    height: 14px;
    width: 6px;
  }
}
.top-news__inner {
  position: relative;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.top-news__tab-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .top-news__tab-box {
    display: block;
  }
}
.top-news__btn-box {
  text-align: right;
  margin-top: 25px;
}
@media screen and (max-width: 639px) {
  .top-news__btn-box {
    margin-top: 20px;
  }
}

.top-news-tab {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 200px;
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .top-news-tab {
    padding-top: 0;
    width: 170px;
    gap: 8px;
  }
}
@media screen and (max-width: 834px) {
  .top-news-tab {
    width: 130px;
  }
}
@media screen and (max-width: 639px) {
  .top-news-tab {
    width: 100%;
    flex-direction: row;
    margin-right: 0;
    margin-bottom: 24px;
    gap: 0px;
  }
}
.top-news-tab__item {
  height: 42px;
  color: #202327;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  padding: 5px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 639px) {
  .top-news-tab__item {
    padding: 12px 7px;
    height: auto;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .top-news-tab__item:hover {
    color: #1b9aef;
  }
}
.top-news-tab__item[aria-selected=true] {
  position: relative;
  color: #1b9aef;
  padding: 5px 13px;
  background-color: #eaeef0;
  border-radius: 5px;
}
@media screen and (max-width: 639px) {
  .top-news-tab__item[aria-selected=true] {
    padding: 12px 7px;
    border-radius: 3px;
  }
}

.top-news-content {
  flex: 1;
  max-width: 1000px;
}
@media screen and (max-width: 639px) {
  .top-news-content {
    width: 100%;
  }
}

.top-bnr {
  padding: 35px 25px;
}
@media screen and (max-width: 1024px) {
  .top-bnr {
    padding: 40px 25px;
  }
}
@media screen and (max-width: 639px) {
  .top-bnr {
    padding: 20px 15px;
  }
}
.top-bnr__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .top-bnr__list {
    gap: 15px;
  }
}
@media screen and (max-width: 834px) {
  .top-bnr__list {
    flex-direction: column;
  }
}
@media screen and (max-width: 639px) {
  .top-bnr__list {
    gap: 12px;
  }
}
.top-bnr__list__item {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 1024px) {
  .top-bnr__list__item {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 834px) {
  .top-bnr__list__item {
    width: 100%;
  }
}
.top-bnr__list__link {
  position: relative;
  display: block;
  height: 100%;
}
@media print, screen and (min-width: 1025px) {
  .top-bnr__list__link:hover {
    opacity: 0.9;
  }
  .top-bnr__list__link:hover::before {
    background-position: right 23px center;
  }
  .top-bnr__list__link:hover .top-bnr__list__img img {
    transform: scale(1.1);
  }
}
.top-bnr__list__link::before, .top-bnr__list__link::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.top-bnr__list__link::before {
  width: 80px;
  height: 42px;
  background-color: #1b9aef;
  background-image: url(../img/common/icon_arw_white.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center center;
  border-radius: 50px;
  bottom: 25px;
  right: 25px;
  transition: 0.3s;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .top-bnr__list__link::before {
    bottom: 20px;
    right: 20px;
    width: 64px;
    height: 34px;
    background-size: 14px 14px;
  }
}
@media screen and (max-width: 639px) {
  .top-bnr__list__link::before {
    width: 52px;
    height: 28px;
    bottom: 15px;
    right: 12px;
    background-size: 13px 13px;
  }
}
.top-bnr__list__ttl {
  position: absolute;
  top: 60px;
  left: 45px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.5;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top-bnr__list__ttl {
    top: 30px;
    left: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top-bnr__list__ttl {
    top: 35px;
    left: 35px;
  }
}
@media screen and (max-width: 639px) {
  .top-bnr__list__ttl {
    top: 28px;
    left: 25px;
    font-size: 2.4rem;
  }
}
html:lang(en) .top-bnr__list__ttl {
  max-width: 350px;
  letter-spacing: 0.01em;
}
.top-bnr__list__ttl .en {
  margin-top: 5px;
  display: block;
  font-family: "Overpass", sans-serif !important;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .top-bnr__list__ttl .en {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 639px) {
  .top-bnr__list__ttl .en {
    font-size: 1.3rem;
  }
}
.top-bnr__list__img {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .top-bnr__list__img {
    height: 310px;
  }
}
@media screen and (max-width: 834px) {
  .top-bnr__list__img {
    height: 390px;
  }
}
@media screen and (max-width: 639px) {
  .top-bnr__list__img {
    height: 200px;
    border-radius: 8px;
  }
}
.top-bnr__list__img img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.top-links {
  padding: 70px 40px 105px;
}
@media screen and (max-width: 1024px) {
  .top-links {
    padding: 40px 25px 80px;
  }
}
@media screen and (max-width: 834px) {
  .top-links {
    padding: 30px 25px 60px;
  }
}
@media screen and (max-width: 639px) {
  .top-links {
    padding: 25px 15px 45px;
  }
}
.top-links__list {
  position: relative;
  max-width: 1365px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .top-links__list {
    gap: 8px;
  }
}
@media screen and (max-width: 639px) {
  .top-links__list {
    gap: 6px;
  }
}
.top-links__list__item {
  width: calc((100% - 48px) / 5);
}
@media screen and (max-width: 1024px) {
  .top-links__list__item {
    width: calc((100% - 32px) / 5);
  }
}
@media screen and (max-width: 834px) {
  .top-links__list__item {
    width: calc((100% - 16px) / 3);
  }
}
@media screen and (max-width: 639px) {
  .top-links__list__item {
    width: calc((100% - 6px) / 2);
  }
}
.top-links__list__link {
  position: relative;
  display: block;
  border: 1px solid #004e97;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 1.4;
  color: #004e97;
  padding: 22px 15px;
}
@media screen and (max-width: 1024px) {
  .top-links__list__link {
    padding: 18px 15px;
  }
}
@media screen and (max-width: 639px) {
  .top-links__list__link {
    padding: 16px 10px;
    letter-spacing: 0;
  }
}
html:lang(en) .top-links__list__link {
  letter-spacing: 0;
}
.top-links__list__link::after {
  display: block;
  content: "";
  position: absolute;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #c4c6cd;
  border-bottom: 2px solid #c4c6cd;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 639px) {
  .top-links__list__link::after {
    right: 12px;
    width: 8px;
    height: 8px;
  }
}
@media print, screen and (min-width: 1025px) {
  .top-links__list__link:hover {
    background-color: #004e97;
    color: #fff;
  }
}

.news-list {
  position: relative;
  width: 100%;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.news-list--top {
  border-top: 1px solid #e1e2e2;
}
.news-list--top .news-list__item a {
  padding: 30px 50px 30px 5px;
}
@media screen and (max-width: 1024px) {
  .news-list--top .news-list__item a {
    padding: 26px 40px 26px 0px;
  }
}
@media screen and (max-width: 639px) {
  .news-list--top .news-list__item a {
    padding: 14px 30px 18px 0px;
  }
}
@media print, screen and (min-width: 1025px) {
  .news-list--top .news-list__item a:hover {
    background-color: #f5f5f3;
  }
}
.news-list__item {
  position: relative;
  border-bottom: 1px solid #e1e2e2;
}
.news-list__item--empty {
  padding: 24px 5px;
  font-family: "Noto Sans JP", sans-serif !important;
}
.news-list__item a {
  position: relative;
  display: flex;
  width: 100%;
  padding: 32px 50px 32px 5px;
  line-height: 1.5;
  color: #202327;
  text-decoration: none;
}
@media screen and (max-width: 834px) {
  .news-list__item a {
    padding: 24px 40px 24px 0;
  }
}
@media screen and (max-width: 834px) {
  .news-list__item a {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 639px) {
  .news-list__item a {
    padding: 20px 30px 20px 0px;
  }
}
.news-list__item a::before {
  background-image: url(../img/common/icon_arw02_navy.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 5px;
  width: 24px;
  right: 10px;
  position: absolute;
  top: calc(50% - 3px);
  transition: 0.3s;
}
@media screen and (max-width: 639px) {
  .news-list__item a::before {
    height: 4px;
    width: 20px;
    right: 2px;
  }
}
@media print, screen and (min-width: 1025px) {
  .news-list__item a:hover {
    background-color: #f4f8fb;
  }
  .news-list__item a:hover::before {
    right: 5px;
  }
}
.news-list__item__day {
  display: block;
  padding-top: 3px;
  min-width: 115px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Overpass", sans-serif !important;
  letter-spacing: 0.02em;
  color: #696d7e;
}
@media screen and (max-width: 1024px) {
  .news-list__item__day {
    font-size: 1.5rem;
    min-width: 100px;
  }
}
@media screen and (max-width: 639px) {
  .news-list__item__day {
    min-width: 88px;
    font-size: 1.4rem;
  }
}
.news-list__item__title {
  flex: 1;
  display: block;
  width: calc(100% - 120px - 6em);
  padding-left: 30px;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  color: #10374d;
}
@media screen and (max-width: 1024px) {
  .news-list__item__title {
    padding-left: 20px;
  }
}
@media screen and (max-width: 834px) {
  .news-list__item__title {
    font-size: 1.6rem;
    flex: auto;
    width: 100%;
    padding-left: 0;
    margin-top: 6px;
  }
}
@media screen and (max-width: 639px) {
  .news-list__item__title {
    font-size: 1.5rem;
  }
}

.icon-base {
  display: block;
  width: 110px;
  color: #1b9aef;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  line-height: 1;
  padding: 5px 2px 7px;
  height: 27px;
  border: 1px solid #1b9aef;
  border-radius: 50px;
}
@media screen and (max-width: 834px) {
  .icon-base {
    font-size: 1.3rem;
    height: 23px;
    width: 80px;
  }
}
@media screen and (max-width: 639px) {
  .icon-base {
    font-size: 1.2rem;
    height: 24px;
  }
}

.icon-new {
  display: inline-block;
  height: 20px;
  color: #f51d58;
  text-align: center;
  line-height: 20px;
  font-weight: 600;
  font-family: "Overpass", sans-serif !important;
  padding-left: 16px;
}
@media screen and (max-width: 639px) {
  .icon-new {
    font-size: 1.4rem;
    height: 20px;
    padding-bottom: 2px;
  }
}

.newstitle {
  padding: 38px 0px 34px;
  position: relative;
  margin-bottom: 40px;
  border-bottom: 4px solid #e9e9e9;
}
@media screen and (max-width: 834px) {
  .newstitle {
    padding: 30px 0px 28px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 639px) {
  .newstitle {
    padding: 25px 0px 18px;
    margin-bottom: 25px;
    border-bottom: 3px solid #e9e9e9;
  }
}
.newstitle::before {
  content: "";
  position: absolute;
  left: 0;
  background: #1b9aef;
  height: 17px;
  width: 7px;
  left: 4px;
  top: 0px;
  transform: skewX(-25deg);
}
@media screen and (max-width: 639px) {
  .newstitle::before {
    width: 6px;
    height: 14px;
  }
}
.newstitle:has(+ .title-block .title-sec02) {
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .newstitle:has(+ .title-block .title-sec02) {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 639px) {
  .newstitle:has(+ .title-block .title-sec02) {
    margin-bottom: 10px;
  }
}

.newstitle-text {
  position: relative;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 3rem;
  line-height: 1.4;
  color: #10374d;
}
@media screen and (max-width: 834px) {
  .newstitle-text {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 639px) {
  .newstitle-text {
    font-size: 2rem;
  }
}

.newstitle-data__day {
  margin-left: 14px;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif !important;
  color: #696d7e;
}
@media screen and (max-width: 639px) {
  .newstitle-data__day {
    font-size: 1.4rem;
    margin-left: 10px;
  }
}

.newstitle-data {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 639px) {
  .newstitle-data {
    margin-bottom: 5px;
  }
}
.newstitle-data .icon {
  margin-right: 20px;
}
@media screen and (max-width: 639px) {
  .newstitle-data .icon {
    margin-right: 15px;
  }
}
.newstitle-data .news-list__item__day {
  width: 95px;
}
@media screen and (max-width: 639px) {
  .newstitle-data .news-list__item__day {
    width: 75px;
    font-size: 1.5rem;
  }
}

.news-btn__wrap {
  border-top: 1px solid #e1e2e2;
  padding-top: 40px;
}
@media screen and (max-width: 639px) {
  .news-btn__wrap {
    padding-top: 20px;
  }
}

.no-data-message {
  font-size: 18px;
  text-align: center;
  background-color: #fff;
  padding: 28px 50px 28px 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .no-data-message {
    padding: 16px 40px 16px 20px;
  }
}
@media screen and (max-width: 639px) {
  .no-data-message {
    padding: 14px 30px 14px 10px;
  }
}

.block__wysiwyg:has(> .nursing-intro) {
  margin-top: -180px;
  margin-left: -60px;
  max-width: 850px;
  background-color: #fff;
  padding: 60px 60px 30px;
  width: fit-content;
  border-top-left-radius: 8px;
  border-top-right-radius: 120px;
}
@media screen and (max-width: 1024px) {
  .block__wysiwyg:has(> .nursing-intro) {
    max-width: 730px;
    padding: 50px 40px 20px 60px;
    border-top-right-radius: 80px;
    margin-top: -200px;
  }
}
@media screen and (max-width: 834px) {
  .block__wysiwyg:has(> .nursing-intro) {
    max-width: 700px;
    margin-top: -140px;
  }
}
@media screen and (max-width: 639px) {
  .block__wysiwyg:has(> .nursing-intro) {
    margin-top: -95px;
    padding-bottom: 15px;
    border-top-right-radius: 45px;
    margin-right: 5px;
    padding-top: 35px;
    padding-right: 20px;
  }
}

.block-cms:has(.nursing-nav) {
  margin-bottom: -1px;
}

.nursing-intro__catch {
  font-size: 4.6rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", serif;
  font-weight: 400;
  color: #105391;
  line-height: 1.6;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  .nursing-intro__catch {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 834px) {
  .nursing-intro__catch {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 639px) {
  .nursing-intro__catch {
    font-size: 2.3rem;
  }
}
.nursing-intro__catch span {
  background: linear-gradient(transparent 78%, #f8f578 78%);
  padding: 0 0.02em 0;
}
.nursing-intro__text {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 500;
  color: #404660;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .nursing-intro__text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 834px) {
  .nursing-intro__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 639px) {
  .nursing-intro__text {
    font-size: 1.5rem;
  }
}

.nursing-info {
  display: flex;
  padding-bottom: 40px;
  gap: 35px;
}
@media print, screen and (max-width: 1400px) {
  .nursing-info {
    gap: 25px;
  }
}
@media screen and (max-width: 834px) {
  .nursing-info {
    gap: 15px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 639px) {
  .nursing-info {
    flex-direction: column;
  }
}
.nursing-info__box {
  background-color: #e9f3f9;
  border-radius: 10px;
  padding: 35px 50px 38px;
}
@media print, screen and (max-width: 1400px) {
  .nursing-info__box {
    padding: 35px 40px 38px;
  }
}
@media screen and (max-width: 1024px) {
  .nursing-info__box {
    padding: 30px 25px 35px;
  }
}
@media screen and (max-width: 834px) {
  .nursing-info__box {
    border-radius: 8px;
  }
}
@media screen and (max-width: 639px) {
  .nursing-info__box {
    padding: 24px 15px 20px;
  }
}
.nursing-info__box.license {
  flex: 2;
}
@media screen and (max-width: 834px) {
  .nursing-info__box.license {
    flex: 3;
  }
}
.nursing-info__box.degree {
  flex: 1;
}
.nursing-info__ttl {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 2.4rem;
  color: #004e97;
  line-height: 1.3;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #b8d1df;
}
@media screen and (max-width: 834px) {
  .nursing-info__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .nursing-info__ttl {
    font-size: 1.8rem;
    padding-bottom: 13px;
    margin-bottom: 20px;
    font-weight: 500;
  }
}
.nursing-info__list {
  padding: 0px 8px;
}
@media screen and (max-width: 1024px) {
  .nursing-info__list {
    padding: 0;
  }
}
.nursing-info__list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
  color: #10374d;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  margin-bottom: 12px;
}
@media screen and (max-width: 834px) {
  .nursing-info__list li {
    padding-left: 20px;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 639px) {
  .nursing-info__list li {
    font-size: 1.5rem;
    padding-left: 15px;
    letter-spacing: 0;
  }
}
.nursing-info__list li::before {
  background: #1b9aef;
  content: "";
  height: 14px;
  width: 14px;
  left: 0;
  position: absolute;
  top: 6px;
  border-radius: 50px;
}
@media screen and (max-width: 834px) {
  .nursing-info__list li::before {
    height: 12px;
    width: 12px;
  }
}
@media screen and (max-width: 639px) {
  .nursing-info__list li::before {
    width: 9px;
    height: 9px;
  }
}
.nursing-info__degree {
  display: block;
  padding: 20px;
  text-align: center;
  background-color: #52aee9;
  border-radius: 5px;
  width: 90%;
  margin: 40px auto 0px;
  color: #fff;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .nursing-info__degree {
    width: 100%;
    padding: 16px 8px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 639px) {
  .nursing-info__degree {
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 5px;
    width: 80%;
    padding: 10px;
  }
}

.nursing-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 60px;
}
@media print, screen and (max-width: 1400px) {
  .nursing-nav {
    gap: 0px 45px;
  }
}
@media screen and (max-width: 834px) {
  .nursing-nav {
    flex-direction: column;
    border-bottom: 1px solid #b8d1df;
  }
}
.nursing-nav__item {
  width: calc((100% - 60px) / 2);
  display: block;
  border-top: 1px solid #b8d1df;
  border-bottom: 1px solid #b8d1df;
}
@media screen and (max-width: 834px) {
  .nursing-nav__item {
    width: 100%;
    border-bottom: none;
  }
}
.nursing-nav__link {
  display: flex;
  padding: 34px 0px;
  text-decoration: none !important;
  gap: 40px;
}
@media print, screen and (max-width: 1400px) {
  .nursing-nav__link {
    padding: 30px 0px;
    gap: 20px;
  }
}
@media screen and (max-width: 834px) {
  .nursing-nav__link {
    padding: 22px 5px;
  }
}
@media screen and (max-width: 639px) {
  .nursing-nav__link {
    gap: 28px;
    padding: 24px 0px;
  }
}
@media print, screen and (min-width: 1025px) {
  .nursing-nav__link:hover .nursing-nav__link__img {
    opacity: 0.8;
  }
  .nursing-nav__link:hover .nursing-nav__link__btn {
    background-color: #004e97;
  }
  .nursing-nav__link:hover .nursing-nav__link__catch {
    opacity: 0.8;
  }
}
.nursing-nav__link__inr {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nursing-nav__link__catch {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif !important;
  color: #10374d;
  line-height: 1.7;
  margin: 10px 0px;
  transition: 0.3s;
}
@media print, screen and (max-width: 1400px) {
  .nursing-nav__link__catch {
    font-size: 2.2rem;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 639px) {
  .nursing-nav__link__catch {
    font-size: 1.7rem;
    margin: 0px 0px 10px;
    line-height: 1.6;
    font-weight: 500;
  }
}
.nursing-nav__link__btn {
  position: relative;
  background-color: #1b9aef;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.9rem;
  line-height: 1.5;
  color: #fff;
  padding: 12px 20px;
  border-radius: 5px;
  max-width: 230px;
  background-image: url(../img/common/icon_arw_white.svg);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: center right 15px;
  margin-bottom: 10px;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .nursing-nav__link__btn {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 639px) {
  .nursing-nav__link__btn {
    padding: 9px 12px;
    font-size: 1.5rem;
    margin-bottom: 0px;
    background-size: 12px 12px;
    background-position: center right 10px;
  }
}
.nursing-nav__link__img {
  width: 40%;
  border-radius: 6px;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .nursing-nav__link__img {
    width: 25%;
  }
}
@media screen and (max-width: 639px) {
  .nursing-nav__link__img {
    width: 35%;
  }
}
.nursing-nav__link__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sitemap-list {
  line-height: 1.6;
  border-bottom: 1px solid #e1e2e2;
}
.sitemap-list__item {
  border-top: 1px solid #e1e2e2;
}
.sitemap-list__link {
  display: block;
  line-height: 1.4;
  color: #10374d;
  font-weight: 500;
  padding: 28px 0px 28px 70px;
  width: 100%;
  position: relative;
  transition: 0.3s;
  font-size: 2.1rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .sitemap-list__link {
    font-size: 1.9rem;
    padding: 22px 0px 22px 60px;
  }
}
@media screen and (max-width: 639px) {
  .sitemap-list__link {
    padding: 20px 0px 20px 50px;
    font-size: 1.7rem;
  }
}
.sitemap-list__link::before, .sitemap-list__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
}
.sitemap-list__link::before {
  width: 52px;
  height: 28px;
  background-color: #1b9aef;
  background-image: url(../img/common/icon_arw_white.svg);
  background-repeat: no-repeat;
  background-size: 13px 13px;
  background-position: center center;
  border-radius: 50px;
  top: 0;
  bottom: 0;
  left: 0px;
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .sitemap-list__link::before {
    width: 45px;
    height: 24px;
    background-size: 12px 12px;
  }
}
@media screen and (max-width: 639px) {
  .sitemap-list__link::before {
    height: 22px;
    width: 40px;
  }
}
@media print, screen and (min-width: 1025px) {
  .sitemap-list__link:hover {
    color: #1b9aef;
  }
  .sitemap-list__link:hover::before {
    background-position: right 15px center;
  }
}
.sitemap-list__lv02 {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  padding: 32px 25px;
  background-color: #f5f9fc;
  border-radius: 8px;
  margin-bottom: 20px;
  margin-left: 70px;
}
@media screen and (max-width: 834px) {
  .sitemap-list__lv02 {
    margin-left: 55px;
    padding: 25px;
  }
}
@media screen and (max-width: 639px) {
  .sitemap-list__lv02 {
    margin-left: 0;
    margin-bottom: 14px;
    padding: 22px 15px;
    border-radius: 5px;
  }
}
.sitemap-list__lv02__item {
  width: calc((100% - 45px) / 4);
  line-height: 1.4;
  font-size: 1.5rem;
}
@media screen and (max-width: 834px) {
  .sitemap-list__lv02__item {
    width: calc((100% - 15px) / 2);
  }
}
.sitemap-list__lv02__link {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #10374d;
  font-size: 1.7rem;
}
@media screen and (max-width: 834px) {
  .sitemap-list__lv02__link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 639px) {
  .sitemap-list__lv02__link {
    font-size: 1.5rem;
    padding-left: 17px;
    letter-spacing: 0;
  }
}
.sitemap-list__lv02__link::after {
  display: block;
  content: "";
  position: absolute;
  vertical-align: middle;
  top: 6px;
  left: 0;
  width: 9px;
  height: 9px;
  border-right: 2px solid #1b9aef;
  border-bottom: 2px solid #1b9aef;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 639px) {
  .sitemap-list__lv02__link::after {
    width: 8px;
    height: 8px;
  }
}
@media print, screen and (min-width: 1025px) {
  .sitemap-list__lv02__link:hover {
    color: #1b9aef;
  }
}

.library-box {
  display: flex;
  gap: 50px;
  margin-bottom: 70px;
}
@media print, screen and (max-width: 1300px) {
  .library-box {
    gap: 40px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .library-box {
    gap: 30px;
  }
}
@media screen and (max-width: 834px) {
  .library-box {
    flex-direction: column;
    margin-top: 30px;
  }
}
@media screen and (max-width: 639px) {
  .library-box {
    gap: 28px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.library-box__inr {
  width: calc(100% - 360px);
}
@media print, screen and (max-width: 1300px) {
  .library-box__inr {
    width: calc(100% - 350px);
  }
}
@media screen and (max-width: 1024px) {
  .library-box__inr {
    width: calc(100% - 340px);
  }
}
@media screen and (max-width: 834px) {
  .library-box__inr {
    width: 100%;
  }
}
.library-box .news-list {
  border-top: 1px solid #e1e2e2;
}
.library-box .news-list__item a {
  padding: 24px 50px 24px 5px;
}
@media screen and (max-width: 834px) {
  .library-box .news-list__item a {
    padding: 20px 40px 20px 0;
  }
}
.library-box .news-list__item__day {
  min-width: 96px;
}
.library-box .news-list__item .icon-base {
  width: 92px;
}

.library-seach {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin-bottom: 18px;
  padding: 20px 20px 20px 25px;
  background-color: #66bcf6;
  border-radius: 5px;
}
@media print, screen and (max-width: 1300px) {
  .library-seach {
    gap: 26px;
    margin-bottom: 15px;
    padding: 15px 15px 15px 20px;
  }
}
@media screen and (max-width: 639px) {
  .library-seach {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 14px;
    padding: 25px 15px 15px 15px;
  }
}
.library-seach::before {
  content: "Search";
  position: absolute;
  top: -28px;
  left: 25px;
  font-family: "Marcellus", serif;
  font-size: 5rem;
  color: #105391;
  line-height: 1;
}
@media print, screen and (max-width: 1300px) {
  .library-seach::before {
    gap: 20px;
    top: -26px;
    left: 20px;
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 639px) {
  .library-seach::before {
    top: -24px;
    left: 15px;
    font-size: 4rem;
  }
}
.library-seach__inr {
  display: flex;
  align-items: center;
  gap: 25px;
  width: calc(100% - 180px);
}
@media print, screen and (max-width: 1300px) {
  .library-seach__inr {
    gap: 20px;
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 639px) {
  .library-seach__inr {
    flex-direction: column;
    gap: 6px;
    width: 100%;
  }
}
.library-seach__ttl {
  position: relative;
  padding-left: 36px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 2.1rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media print, screen and (max-width: 1300px) {
  .library-seach__ttl {
    padding-left: 28px;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 639px) {
  .library-seach__ttl {
    font-size: 1.8rem;
  }
}
.library-seach__ttl::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 30px;
  top: 0;
  left: 0;
  background-image: url(../img/common/icon_book02.svg);
  background-size: 24px auto;
}
@media print, screen and (max-width: 1300px) {
  .library-seach__ttl::before {
    width: 20px;
    height: 25px;
    background-size: 20px auto;
  }
}
@media screen and (max-width: 639px) {
  .library-seach__ttl::before {
    width: 18px;
    height: 23px;
    background-size: 18px auto;
  }
}
.library-seach__ttl .en {
  display: block;
  font-family: "Overpass", sans-serif !important;
  font-size: 1.5rem;
  color: #c2e4fb;
  font-weight: 500;
}
@media screen and (max-width: 639px) {
  .library-seach__ttl .en {
    display: inline-block;
    margin-left: 5px;
    font-size: 1.4rem;
  }
}
.library-seach__form {
  display: flex;
  width: 100%;
  flex: 1;
}
.library-seach__form input[type=text] {
  height: 48px;
  flex: 1;
  background-color: #fff;
}
@media screen and (max-width: 639px) {
  .library-seach__form input[type=text] {
    height: 44px;
  }
}
.library-seach__form input[type=submit] {
  width: 48px;
  height: 48px;
  background-color: #105391;
  background-image: url(../img/common/icon_search_white.svg);
  background-repeat: no-repeat;
  background-size: 32px auto;
  background-position: center;
}
@media screen and (max-width: 639px) {
  .library-seach__form input[type=submit] {
    width: 44px;
    height: 44px;
    background-size: 28px auto;
  }
}
.library-seach__link {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 639px) {
  .library-seach__link {
    flex-direction: row;
    width: 100%;
  }
}
.library-seach__link__btn {
  position: relative;
  display: grid;
  place-content: center;
  padding-right: 15px;
  width: 148px;
  height: 40px;
  font-family: "Noto Sans JP", sans-serif !important;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  background-color: #138fe1;
  border-radius: 2px;
}
@media print, screen and (max-width: 1300px) {
  .library-seach__link__btn {
    width: 134px;
  }
}
@media screen and (max-width: 639px) {
  .library-seach__link__btn {
    width: calc(50% - 3px);
  }
}
.library-seach__link__btn::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background-image: url(../img/common/icon_blank_white.svg);
  background-size: 15px auto;
}
@media print, screen and (min-width: 1025px) {
  .library-seach__link__btn:hover {
    opacity: 0.8;
  }
}

.library-bnr {
  display: block;
  padding: 14px;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif !important;
  text-align: center;
  color: #1b9aef;
  border: 1px solid #1b9aef;
  margin: 0 auto;
  border-radius: 5px;
  background-image: url(../img/common/icon_blank_blue.svg);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: center right 20px;
}
@media screen and (max-width: 1024px) {
  .library-bnr {
    padding: 12px;
  }
}
@media screen and (max-width: 639px) {
  .library-bnr {
    padding: 12px;
    font-weight: 500;
    background-size: 13px auto;
    padding-right: 35px;
    background-position: center right 12px;
  }
}
.library-bnr span {
  position: relative;
  padding-left: 40px;
  background-image: url(../img/common/icon_user02.svg);
  background-repeat: no-repeat;
  background-size: 26px auto;
  background-position: center left;
}
@media print, screen and (min-width: 1025px) {
  .library-bnr:hover {
    background-color: #f2f9fb;
  }
}

.library-news {
  margin-top: 30px;
  position: relative;
  margin-bottom: 24px;
}
@media print, screen and (max-width: 1300px) {
  .library-news {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 639px) {
  .library-news {
    margin-top: 22px;
    margin-bottom: 14px;
  }
}
.library-news__ttl {
  position: relative;
  padding-top: 26px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 2.4rem;
  color: #105391;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media print, screen and (max-width: 1300px) {
  .library-news__ttl {
    padding-top: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 639px) {
  .library-news__ttl {
    padding-top: 16px;
    font-size: 2rem;
  }
}
.library-news__ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  width: 5px;
  height: 13px;
  transform: skewX(-25deg);
  background-color: #1b9aef;
}
@media screen and (max-width: 639px) {
  .library-news__ttl::before {
    height: 11px;
  }
}
.library-news__link {
  position: absolute;
  right: 0;
  bottom: 5px;
  padding-right: 66px;
  font-family: "Noto Sans JP", sans-serif !important;
  color: #3da7ed;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media print, screen and (max-width: 1300px) {
  .library-news__link {
    padding-right: 56px;
  }
}
@media screen and (max-width: 639px) {
  .library-news__link {
    padding-right: 48px;
  }
}
@media screen and (max-width: 320px) {
  .library-news__link {
    position: relative;
    display: block;
    margin-top: 5px;
    bottom: -5px;
    text-align: right;
  }
}
.library-news__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 54px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #1b9aef;
  background-image: url(../img/common/icon_arw_white.svg);
  background-repeat: no-repeat;
  background-size: 11px auto;
  background-position: center;
  border-radius: 100vmax;
  transition: 0.3s;
}
@media print, screen and (max-width: 1300px) {
  .library-news__link::before {
    width: 50px;
    height: 23px;
  }
}
@media screen and (max-width: 639px) {
  .library-news__link::before {
    width: 42px;
    height: 20px;
    background-size: 10px auto;
  }
}
@media print, screen and (min-width: 1025px) {
  .library-news__link:hover::before {
    background-position: right 18px center;
  }
}

.library-calendar {
  width: 310px;
  padding: 15px;
  background-color: #e9f3f9;
  border-radius: 6px;
}
@media screen and (max-width: 834px) {
  .library-calendar {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 639px) {
  .library-calendar {
    width: 100%;
    padding: 12px;
  }
}
.library-calendar__ttl {
  position: relative;
  padding: 20px 0 18px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  background-color: #3da7ed;
  border-radius: 5px 5px 0 0;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  .library-calendar__ttl {
    padding: 16px 0 14px;
    font-size: 1.6rem;
  }
}
.library-calendar__ttl .icon {
  position: relative;
  padding-left: 37px;
}
@media screen and (max-width: 639px) {
  .library-calendar__ttl .icon {
    padding-left: 28px;
  }
}
.library-calendar__ttl .icon::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(../img/common/icon-calendar02.svg);
  background-size: 23px auto;
}
@media screen and (max-width: 639px) {
  .library-calendar__ttl .icon::before {
    width: 20px;
    height: 20px;
    background-size: 20px auto;
  }
}
.library-calendar__inr {
  position: relative;
  margin-top: -10px;
  height: 445px;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .library-calendar__inr {
    margin-top: -20px;
  }
}
.library-calendar__inr iframe {
  width: 100%;
  height: 150%;
}
@media screen and (max-width: 320px) {
  .library-calendar__inr iframe {
    position: relative;
    right: 20px;
    width: 116%;
  }
}
.library-calendar__inr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  z-index: 1;
}
.library-calendar__link {
  position: relative;
  display: block;
  margin-top: 20px;
  padding-right: 20px;
  font-size: 1.5rem;
  color: #105391;
  text-align: right;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 639px) {
  .library-calendar__link {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}
.library-calendar__link::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/common/icon_blank_blue.svg);
  background-size: 15px auto;
}
@media print, screen and (min-width: 1025px) {
  .library-calendar__link:hover {
    opacity: 0.8;
  }
}

.library-databese {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
@media print, screen and (max-width: 1200px) {
  .library-databese {
    gap: 14px;
  }
}
@media screen and (max-width: 639px) {
  .library-databese {
    gap: 12px;
  }
}
.library-databese__item {
  width: calc((100% - 54px) / 4);
  padding: 24px 20px 26px;
  background-color: #f6f7f7;
}
@media print, screen and (max-width: 1200px) {
  .library-databese__item {
    width: calc((100% - 42px) / 4);
    padding: 20px 18px 22px;
  }
}
@media screen and (max-width: 834px) {
  .library-databese__item {
    width: calc((100% - 28px) / 3);
  }
}
@media screen and (max-width: 639px) {
  .library-databese__item {
    width: 100%;
    padding: 18px 16px;
  }
}
.library-databese__item a {
  text-decoration: none !important;
}
.library-databese__item__logo {
  margin-bottom: 12px;
}
.library-databese__item__ttl {
  min-height: 36px;
  color: #105391;
  text-align: center;
  line-height: 1.125;
}
@media print, screen and (max-width: 1200px) {
  .library-databese__item__ttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .library-databese__item__ttl {
    min-height: 34px;
  }
}
@media screen and (max-width: 639px) {
  .library-databese__item__ttl {
    min-height: auto;
  }
}
.library-databese__item__btn {
  position: relative;
  display: grid;
  place-content: center;
  margin: 12px auto 0;
  width: 100%;
  max-width: 170px;
  height: 34px;
  font-size: 1.5rem;
  color: #fff !important;
  line-height: 1;
  background-color: #3da7ed;
  border-radius: 100vmax;
}
@media screen and (max-width: 1024px) {
  .library-databese__item__btn {
    font-size: 1.4rem;
  }
}
.library-databese__item__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 1025px) {
  .library-databese__item__btn:hover {
    opacity: 0.8;
  }
}/*# sourceMappingURL=style.css.map */