@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

/* stylelint-disable at-rule-empty-line-before */
/* simple clearfix */
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## Foundation
ブラウザ仕様をフラットにする

文字色 : var.palette('color');
リンク : $link_color
ホバー : $hover_color

*/
body {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: normal;
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  font-size: 1rem;
  line-height: 1.7;
  background: #ffffff;
  color: #111111;
}

/* stylelint-disable-next-line media-feature-name-no-unknown */
@media only screen and (min-device-pixel-ratio: 2), (resolution >= 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

li {
  list-style: none;
}

input,
textarea {
  outline: 0;
}

input::placeholder {
  color: #999999;
  opacity: 0.75;
}

input::input-placeholder {
  color: #999999;
  opacity: 0.75;
}

textarea::placeholder {
  color: #999999;
  opacity: 0.75;
}

.none {
  display: none;
}

.gmap {
  width: 100%;
}
.gmap > iframe {
  max-width: 100%;
}
.gmap > img {
  max-width: 100%;
}

.gcalendar {
  max-width: 100%;
}
.gcalendar > iframe {
  max-width: 100%;
}
.gcalendar > img {
  max-width: 100%;
}

.twitter {
  overflow: hidden;
}
.twitter > iframe {
  margin-left: auto;
  margin-right: auto;
}

.img {
  max-width: 100%;
  display: block;
}

img[usemap],
map,
map area {
  outline: none;
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## Utility - Cosmetic

ユーティリティー設定。
このサイト専用というわけでもない共通設定。

*/
/*

<div class="_h3">.bold</div>

太字。

	<span class="bold">太い文字</span><br>
	<span class="em">太い文字</span>

*/
em,
.bold,
.em {
  font-weight: bold;
  font-style: normal;
}

/*

<div class="_h3">.underline</div>

下線。

	<span class="underline">テキスト</span><br>

*/
.underline {
  text-decoration: underline;
}

/*

<div class="_h3">.red .caution</div>

赤文字。

	<span class="caution">赤い文字</span><br>
	<span class="red">赤い文字</span>

*/
.caution,
.red_text,
.text-red {
  color: #000000;
  text-decoration-color: #000000;
}

/*

<div class="_h3">.orange_text</div>

オレンジ文字。

	<span class="orange_text">オレンジ文字</span>

*/
.orange_text,
.text-orange {
  color: #ff0000 !important;
  font-weight: bold;
}

.text-pink {
  color: #ff0000 !important;
}

.text-black {
  color: #111111 !important;
}

/*

<div class="_h3">.white_text</div>

白文字。

	<span class="white_text">オレンジ文字</span>

*/
.white_text {
  color: #ffffff;
}

/*

<div class="_h3">.blue_text</div>

時々使う青文字

	<div class="blue_text">テキスト</div>

*/
.blue_text,
.text-blue {
  color: #2a6ba7;
  font-weight: bold;
}

.text-sm {
  font-size: 80%;
}

.text-lg {
  font-size: 130%;
}

/*

<div class="_h3">.yellow_text</div>

時々使う青文字

	<div class="yellow_text">テキスト</div>

*/
.yellow_text {
  color: #a67f07;
  font-weight: bold;
}

/*

<div class="_h3">.gray_text</div>

時々使う灰色文字

	<div class="gray_text">テキスト</div>

*/
.gray_text {
  color: #888888;
}

/*

<div class="_h3">.pink_text</div>

ピンク文字

	<div class="pink_text">テキスト</div>

*/
.pink_text {
  color: #ff7bac;
}

/*

<div class="_h3">.center</div>

適当に中央によせたい。

3つ指定してます
margin-left: auto;
margin-right: auto;
text-align: center;

	<div class="center">テキスト</div>

*/
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (min-width: 1000px), print {
  .pc_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
/*

<div class="_h3">.center_position</div>

画像を適当に中央によせたい。
親要素に relative が必要
width と height は個別に指定した方がいい

	<div class='line'>
		<img class="center_position" src="http://placehold.it/100x100" alt="">
	</div>

*/
.center_position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*

<div class="_h3">.center_text</div>

text-align: right 。 float はしない。

	<div class="center_text">テキスト</div>

*/
.center_text {
  text-align: center;
}

/*

<div class="_h3">.right_text</div>

text-align: right 。 float はしない。

	<div class="right_text">テキスト</div>

*/
.right_text {
  text-align: right;
}

.float_right {
  float: right;
  padding-left: 0.2em;
  padding-bottom: 0.5em;
}

.float_left {
  float: left;
  padding-right: 0.2em;
  padding-bottom: 0.5em;
}

.clear_both {
  clear: both;
}

/*

<div class="_h3">.clearfix</div>

	<div class="clearfix">テキスト</div>

*/
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

/*

<div class="_h3">.clear</div>

clear: both; だけしたい時。

	<div class="clear">テキスト</div>

*/
.clear {
  clear: both;
}

/*

<div class="_h3">.no_text</div>

背景画像だけを表示して、テキストを吹き飛ばして非表示にしたい。 text-indent: 120%;
(下記例の info_title _hosp クラスはサンプルをわかりやすくするための指定。)

	<div class="info_title _hosp no_text">テキスト</div>

.no_text {
	text-indent: 120%;
	line-height: 0;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
*/
.no_text,
.hide-text {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  /* stylelint-disable-next-line at-rule-empty-line-before */
}

/*

<div class="_h3">.on_opacity</div>

:hover で透明化する aタグ。 opacity はサイト統一と考えて、基本ここにしか書いていません。

	<a href="#" class="on_opacity">マウスオーバーで透明化するリンクテキスト</a>

*/
.on_opacity:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.2s opacity;
}

/*

<div class="_h3">.ellipsis</div>

領域からはみ出た場合に「...」を表示する。ブラウザの挙動がおかしいのであまりにあてにしない。

	<div class="ellipsis" style="width: 100px;">長いテキスト長いテキスト長いテキスト長いテキスト</div>

*/
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/*

<div class="_h3">.no_wrap</div>

改行せず、領域を貫通するテキスト。 PCのために書く時、SPで改行をせず表示が壊れないかに注意。

	<div class="no_wrap">テキスト</div>

*/
.no_wrap {
  white-space: nowrap;
}

/*

<div class="_h3">.mb_1em</div>

*/
.mb-5 {
  margin-bottom: 5em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-1_5 {
  margin-bottom: 1.5em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-05 {
  margin-bottom: 0.5em !important;
}

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

.mt-5 {
  margin-top: 5em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mt-1_5 {
  margin-top: 1.5em !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-05 {
  margin-top: 0.5em !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.ml-5 {
  margin-left: 5em !important;
}

.ml-4 {
  margin-left: 4em !important;
}

.ml-3 {
  margin-left: 3em !important;
}

.ml-2 {
  margin-left: 2em !important;
}

.ml-1_5 {
  margin-left: 1.5em !important;
}

.ml-1 {
  margin-left: 1em !important;
}

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

.ml-0 {
  margin-left: 0 !important;
}

.mr-5 {
  margin-right: 5em !important;
}

.mr-4 {
  margin-right: 4em !important;
}

.mr-3 {
  margin-right: 3em !important;
}

.mr-2 {
  margin-right: 2em !important;
}

.mr-1_5 {
  margin-right: 1.5em !important;
}

.mr-1 {
  margin-right: 1em !important;
}

.mr-05 {
  margin-right: 0.5em !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.my-5 {
  margin-top: 5em !important;
  margin-bottom: 5em !important;
}

.my-4 {
  margin-top: 4em !important;
  margin-bottom: 4em !important;
}

.my-3 {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}

.my-2 {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.my-1_5 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

.my-1 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.my-05 {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mx-5 {
  margin-left: 5em !important;
  margin-right: 5em !important;
}

.mx-4 {
  margin-left: 4em !important;
  margin-right: 4em !important;
}

.mx-3 {
  margin-left: 3em !important;
  margin-right: 3em !important;
}

.mx-2 {
  margin-left: 2em !important;
  margin-right: 2em !important;
}

.mx-1_5 {
  margin-left: 1.5em !important;
  margin-right: 1.5em !important;
}

.mx-1 {
  margin-left: 1em !important;
  margin-right: 1em !important;
}

.mx-05 {
  margin-left: 0.5em !important;
  margin-right: 0.5em !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media screen and (min-width: 1000px), print {
  .mb-pc-5 {
    margin-bottom: 5em !important;
  }
  .mb-pc-4 {
    margin-bottom: 4em !important;
  }
  .mb-pc-3 {
    margin-bottom: 3em !important;
  }
  .mb-pc-2 {
    margin-bottom: 2em !important;
  }
  .mb-pc-1_5 {
    margin-bottom: 1.5em !important;
  }
  .mb-pc-1 {
    margin-bottom: 1em !important;
  }
  .mb-pc-05 {
    margin-bottom: 0.5em !important;
  }
  .mb-pc-0 {
    margin-bottom: 0 !important;
  }
  .mt-pc-5 {
    margin-top: 5em !important;
  }
  .mt-pc-4 {
    margin-top: 4em !important;
  }
  .mt-pc-3 {
    margin-top: 3em !important;
  }
  .mt-pc-2 {
    margin-top: 2em !important;
  }
  .mt-pc-1_5 {
    margin-top: 1.5em !important;
  }
  .mt-pc-1 {
    margin-top: 1em !important;
  }
  .mt-pc-05 {
    margin-top: 0.5em !important;
  }
  .mt-pc-0 {
    margin-top: 0 !important;
  }
  .ml-pc-5 {
    margin-left: 5em !important;
  }
  .ml-pc-4 {
    margin-left: 4em !important;
  }
  .ml-pc-3 {
    margin-left: 3em !important;
  }
  .ml-pc-2 {
    margin-left: 2em !important;
  }
  .ml-pc-1_5 {
    margin-left: 1.5em !important;
  }
  .ml-pc-1 {
    margin-left: 1em !important;
  }
  .ml-pc-05 {
    margin-left: 0.5em !important;
  }
  .ml-pc-0 {
    margin-left: 0 !important;
  }
  .mr-pc-5 {
    margin-right: 5em !important;
  }
  .mr-pc-4 {
    margin-right: 4em !important;
  }
  .mr-pc-3 {
    margin-right: 3em !important;
  }
  .mr-pc-2 {
    margin-right: 2em !important;
  }
  .mr-pc-1_5 {
    margin-right: 1.5em !important;
  }
  .mr-pc-1 {
    margin-right: 1em !important;
  }
  .mr-pc-05 {
    margin-right: 0.5em !important;
  }
  .mr-pc-0 {
    margin-right: 0 !important;
  }
  .my-pc-5 {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
  }
  .my-pc-4 {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
  }
  .my-pc-3 {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
  }
  .my-pc-2 {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .my-pc-1_5 {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .my-pc-1 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .my-pc-05 {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .my-pc-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mx-pc-5 {
    margin-left: 5em !important;
    margin-right: 5em !important;
  }
  .mx-pc-4 {
    margin-left: 4em !important;
    margin-right: 4em !important;
  }
  .mx-pc-3 {
    margin-left: 3em !important;
    margin-right: 3em !important;
  }
  .mx-pc-2 {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .mx-pc-1_5 {
    margin-left: 1.5em !important;
    margin-right: 1.5em !important;
  }
  .mx-pc-1 {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .mx-pc-05 {
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
  .mx-pc-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 999px) {
  .mb-sp-5 {
    margin-bottom: 5em !important;
  }
  .mb-sp-4 {
    margin-bottom: 4em !important;
  }
  .mb-sp-3 {
    margin-bottom: 3em !important;
  }
  .mb-sp-2 {
    margin-bottom: 2em !important;
  }
  .mb-sp-1_5 {
    margin-bottom: 1.5em !important;
  }
  .mb-sp-1 {
    margin-bottom: 1em !important;
  }
  .mb-sp-05 {
    margin-bottom: 0.5em !important;
  }
  .mb-sp-0 {
    margin-bottom: 0 !important;
  }
  .mt-sp-5 {
    margin-top: 5em !important;
  }
  .mt-sp-4 {
    margin-top: 4em !important;
  }
  .mt-sp-3 {
    margin-top: 3em !important;
  }
  .mt-sp-2 {
    margin-top: 2em !important;
  }
  .mt-sp-1_5 {
    margin-top: 1.5em !important;
  }
  .mt-sp-1 {
    margin-top: 1em !important;
  }
  .mt-sp-05 {
    margin-top: 0.5em !important;
  }
  .mt-sp-0 {
    margin-top: 0 !important;
  }
  .ml-sp-5 {
    margin-left: 5em !important;
  }
  .ml-sp-4 {
    margin-left: 4em !important;
  }
  .ml-sp-3 {
    margin-left: 3em !important;
  }
  .ml-sp-2 {
    margin-left: 2em !important;
  }
  .ml-sp-1_5 {
    margin-left: 1.5em !important;
  }
  .ml-sp-1 {
    margin-left: 1em !important;
  }
  .ml-sp-05 {
    margin-left: 0.5em !important;
  }
  .ml-sp-0 {
    margin-left: 0 !important;
  }
  .mr-sp-5 {
    margin-right: 5em !important;
  }
  .mr-sp-4 {
    margin-right: 4em !important;
  }
  .mr-sp-3 {
    margin-right: 3em !important;
  }
  .mr-sp-2 {
    margin-right: 2em !important;
  }
  .mr-sp-1_5 {
    margin-right: 1.5em !important;
  }
  .mr-sp-1 {
    margin-right: 1em !important;
  }
  .mr-sp-05 {
    margin-right: 0.5em !important;
  }
  .mr-sp-0 {
    margin-right: 0 !important;
  }
  .my-sp-5 {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
  }
  .my-sp-4 {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
  }
  .my-sp-3 {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
  }
  .my-sp-2 {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .my-sp-1_5 {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .my-sp-1 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .my-sp-05 {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .my-sp-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mx-sp-5 {
    margin-left: 5em !important;
    margin-right: 5em !important;
  }
  .mx-sp-4 {
    margin-left: 4em !important;
    margin-right: 4em !important;
  }
  .mx-sp-3 {
    margin-left: 3em !important;
    margin-right: 3em !important;
  }
  .mx-sp-2 {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .mx-sp-1_5 {
    margin-left: 1.5em !important;
    margin-right: 1.5em !important;
  }
  .mx-sp-1 {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .mx-sp-05 {
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
  .mx-sp-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.pb-5 {
  padding-bottom: 5em !important;
}

.pb-4 {
  padding-bottom: 4em !important;
}

.pb-3 {
  padding-bottom: 3em !important;
}

.pb-2 {
  padding-bottom: 2em !important;
}

.pb-1_5 {
  padding-bottom: 1.5em !important;
}

.pb-1 {
  padding-bottom: 1em !important;
}

.pb-05 {
  padding-bottom: 0.5em !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-5 {
  padding-top: 5em !important;
}

.pt-4 {
  padding-top: 4em !important;
}

.pt-3 {
  padding-top: 3em !important;
}

.pt-2 {
  padding-top: 2em !important;
}

.pt-1_5 {
  padding-top: 1.5em !important;
}

.pt-1 {
  padding-top: 1em !important;
}

.pt-05 {
  padding-top: 0.5em !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pl-5 {
  padding-left: 5em !important;
}

.pl-4 {
  padding-left: 4em !important;
}

.pl-3 {
  padding-left: 3em !important;
}

.pl-2 {
  padding-left: 2em !important;
}

.pl-1_5 {
  padding-left: 1.5em !important;
}

.pl-1 {
  padding-left: 1em !important;
}

.pl-05 {
  padding-left: 0.5em !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-5 {
  padding-right: 5em !important;
}

.pr-4 {
  padding-right: 4em !important;
}

.pr-3 {
  padding-right: 3em !important;
}

.pr-2 {
  padding-right: 2em !important;
}

.pr-1_5 {
  padding-right: 1.5em !important;
}

.pr-1 {
  padding-right: 1em !important;
}

.pr-05 {
  padding-right: 0.5em !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.py-5 {
  padding-top: 5em !important;
  padding-bottom: 5em !important;
}

.py-4 {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}

.py-3 {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}

.py-2 {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}

.py-1_5 {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important;
}

.py-1 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.py-05 {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.px-5 {
  padding-left: 5em !important;
  padding-right: 5em !important;
}

.px-4 {
  padding-left: 4em !important;
  padding-right: 4em !important;
}

.px-3 {
  padding-left: 3em !important;
  padding-right: 3em !important;
}

.px-2 {
  padding-left: 2em !important;
  padding-right: 2em !important;
}

.px-1_5 {
  padding-left: 1.5em !important;
  padding-right: 1.5em !important;
}

.px-1 {
  padding-left: 1em !important;
  padding-right: 1em !important;
}

.px-05 {
  padding-left: 0.5em !important;
  padding-right: 0.5em !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media screen and (min-width: 1000px), print {
  .pb-pc-5 {
    padding-bottom: 5em !important;
  }
  .pb-pc-4 {
    padding-bottom: 4em !important;
  }
  .pb-pc-3 {
    padding-bottom: 3em !important;
  }
  .pb-pc-2 {
    padding-bottom: 2em !important;
  }
  .pb-pc-1_5 {
    padding-bottom: 1.5em !important;
  }
  .pb-pc-1 {
    padding-bottom: 1em !important;
  }
  .pb-pc-05 {
    padding-bottom: 0.5em !important;
  }
  .pb-pc-0 {
    padding-bottom: 0 !important;
  }
  .pt-pc-5 {
    padding-top: 5em !important;
  }
  .pt-pc-4 {
    padding-top: 4em !important;
  }
  .pt-pc-3 {
    padding-top: 3em !important;
  }
  .pt-pc-2 {
    padding-top: 2em !important;
  }
  .pt-pc-1_5 {
    padding-top: 1.5em !important;
  }
  .pt-pc-1 {
    padding-top: 1em !important;
  }
  .pt-pc-05 {
    padding-top: 0.5em !important;
  }
  .pt-pc-0 {
    padding-top: 0 !important;
  }
  .pl-pc-5 {
    padding-left: 5em !important;
  }
  .pl-pc-4 {
    padding-left: 4em !important;
  }
  .pl-pc-3 {
    padding-left: 3em !important;
  }
  .pl-pc-2 {
    padding-left: 2em !important;
  }
  .pl-pc-1_5 {
    padding-left: 1.5em !important;
  }
  .pl-pc-1 {
    padding-left: 1em !important;
  }
  .pl-pc-05 {
    padding-left: 0.5em !important;
  }
  .pl-pc-0 {
    padding-left: 0 !important;
  }
  .pr-pc-5 {
    padding-right: 5em !important;
  }
  .pr-pc-4 {
    padding-right: 4em !important;
  }
  .pr-pc-3 {
    padding-right: 3em !important;
  }
  .pr-pc-2 {
    padding-right: 2em !important;
  }
  .pr-pc-1_5 {
    padding-right: 1.5em !important;
  }
  .pr-pc-1 {
    padding-right: 1em !important;
  }
  .pr-pc-05 {
    padding-right: 0.5em !important;
  }
  .pr-pc-0 {
    padding-right: 0 !important;
  }
  .py-pc-5 {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
  }
  .py-pc-4 {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }
  .py-pc-3 {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
  .py-pc-2 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .py-pc-1_5 {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }
  .py-pc-1 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .py-pc-05 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .py-pc-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .px-pc-5 {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
  .px-pc-4 {
    padding-left: 4em !important;
    padding-right: 4em !important;
  }
  .px-pc-3 {
    padding-left: 3em !important;
    padding-right: 3em !important;
  }
  .px-pc-2 {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
  .px-pc-1_5 {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
  }
  .px-pc-1 {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .px-pc-05 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  .px-pc-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 999px) {
  .pb-sp-5 {
    padding-bottom: 5em !important;
  }
  .pb-sp-4 {
    padding-bottom: 4em !important;
  }
  .pb-sp-3 {
    padding-bottom: 3em !important;
  }
  .pb-sp-2 {
    padding-bottom: 2em !important;
  }
  .pb-sp-1_5 {
    padding-bottom: 1.5em !important;
  }
  .pb-sp-1 {
    padding-bottom: 1em !important;
  }
  .pb-sp-05 {
    padding-bottom: 0.5em !important;
  }
  .pb-sp-0 {
    padding-bottom: 0 !important;
  }
  .pt-sp-5 {
    padding-top: 5em !important;
  }
  .pt-sp-4 {
    padding-top: 4em !important;
  }
  .pt-sp-3 {
    padding-top: 3em !important;
  }
  .pt-sp-2 {
    padding-top: 2em !important;
  }
  .pt-sp-1_5 {
    padding-top: 1.5em !important;
  }
  .pt-sp-1 {
    padding-top: 1em !important;
  }
  .pt-sp-05 {
    padding-top: 0.5em !important;
  }
  .pt-sp-0 {
    padding-top: 0 !important;
  }
  .pl-sp-5 {
    padding-left: 5em !important;
  }
  .pl-sp-4 {
    padding-left: 4em !important;
  }
  .pl-sp-3 {
    padding-left: 3em !important;
  }
  .pl-sp-2 {
    padding-left: 2em !important;
  }
  .pl-sp-1_5 {
    padding-left: 1.5em !important;
  }
  .pl-sp-1 {
    padding-left: 1em !important;
  }
  .pl-sp-05 {
    padding-left: 0.5em !important;
  }
  .pl-sp-0 {
    padding-left: 0 !important;
  }
  .pr-sp-5 {
    padding-right: 5em !important;
  }
  .pr-sp-4 {
    padding-right: 4em !important;
  }
  .pr-sp-3 {
    padding-right: 3em !important;
  }
  .pr-sp-2 {
    padding-right: 2em !important;
  }
  .pr-sp-1_5 {
    padding-right: 1.5em !important;
  }
  .pr-sp-1 {
    padding-right: 1em !important;
  }
  .pr-sp-05 {
    padding-right: 0.5em !important;
  }
  .pr-sp-0 {
    padding-right: 0 !important;
  }
  .py-sp-5 {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
  }
  .py-sp-4 {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }
  .py-sp-3 {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
  .py-sp-2 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .py-sp-1_5 {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }
  .py-sp-1 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .py-sp-05 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .py-sp-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .px-sp-5 {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
  .px-sp-4 {
    padding-left: 4em !important;
    padding-right: 4em !important;
  }
  .px-sp-3 {
    padding-left: 3em !important;
    padding-right: 3em !important;
  }
  .px-sp-2 {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
  .px-sp-1_5 {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
  }
  .px-sp-1 {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .px-sp-05 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  .px-sp-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

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

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.fs-1 {
  font-size: 2.5rem !important;
}

.fs-2 {
  font-size: 2rem !important;
}

.fs-3 {
  font-size: 1.75rem !important;
}

.fs-4 {
  font-size: 1.5rem !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.border-0 {
  border-width: 0 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

@media screen and (min-width: 1000px), print {
  .d-pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 999px) {
  .d-sp-none {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .d-ipc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .d-isp-none {
    display: none !important;
  }
}
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

@media screen and (min-width: 1000px), print {
  .w-pc-100 {
    width: 100% !important;
  }
}
@media screen and (max-width: 999px) {
  .w-sp-100 {
    width: 100% !important;
  }
}
@media screen and (max-width: 575px) {
  .w-xs-100 {
    width: 100% !important;
  }
}
.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.bg-gray {
  background-color: #ff0000 !important;
}

/*

<div class="_h3">.mb_1em</div>

*/
.root .main_content .mb_5em {
  margin-bottom: 5em;
}
.root .main_content .mb_4em {
  margin-bottom: 4em;
}
.root .main_content .mb_3em {
  margin-bottom: 3em;
}
.root .main_content .mb_2em {
  margin-bottom: 2em;
}
.root .main_content .mb_1_5em {
  margin-bottom: 1.5em;
}
.root .main_content .mb_1em {
  margin-bottom: 1em;
}
.root .main_content .mb_05em {
  margin-bottom: 0.5em;
}
.root .main_content .mb_0em,
.root .main_content .no_mb,
.root .main_content .mb_none {
  margin-bottom: 0;
}

/*

<div class="_h3">.tel</div>

comment

	<div class="fot_m">外来診療</div>

*/
.tel_link {
  word-wrap: break-word;
}

/**************************
.image_radius
*/
.image_radius {
  border-radius: 10px;
}

.root .no_radius {
  border-radius: inherit;
}

/**************************
.skip
*/
.skip {
  border-style: none;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  z-index: 100;
}

.fb_page_container {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

img {
  max-width: 100%;
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## Component - Base

コンポーネント設定。
各ページでよく使い回す記述。
このサイト専用の共通設定。


*/
.wide_container {
  width: 100vw;
  max-width: none;
  min-width: 0;
  position: relative;
  top: 0;
  left: -50vw;
  right: -50vw;
  margin-right: 50%;
  margin-left: 50%;
}

@media screen and (min-width: 1000px), print {
  .pc_wide_container {
    width: 100vw;
    max-width: none;
    min-width: 0;
    position: relative;
    top: 0;
    left: -50vw;
    right: -50vw;
    margin-right: 50%;
    margin-left: 50%;
  }
}

@media screen and (min-width: 768px) {
  .ipc_wide_container {
    width: 100vw;
    max-width: none;
    min-width: 0;
    position: relative;
    top: 0;
    left: -50vw;
    right: -50vw;
    margin-right: 50%;
    margin-left: 50%;
  }
}

/**************************
heading
*/
/*

<div class="_h3">.large_text</div>

大きい文字。

	<span class="large_text">テキスト</span><br>

*/
.large_text {
  font-weight: normal;
  line-height: 1.7;
}
@media screen and (min-width: 1000px), print {
  .large_text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 999px) {
  .large_text {
    font-size: 1rem;
  }
}

em.large_text {
  font-weight: bold;
}

.red_text {
  color: #f80000;
}

.blue_text {
  color: #3789e4;
}

.strong_text {
  font-weight: bold;
}

.img_column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.img_column img {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .img_column {
    gap: 15px;
  }
}
@media screen and (max-width: 320px) {
  .img_column {
    grid-template-columns: 1fr;
  }
}

.img_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
}
.img_list img {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .img_list {
    gap: 10px;
  }
}
@media screen and (max-width: 374px) {
  .img_list {
    gap: 8px;
  }
}

/**************************
.main_content
*/
.main_content img {
  max-width: 100%;
}
.main_content img._border {
  border: 1px solid #cccccc;
}
@media screen and (max-width: 999px) {
  .main_content img {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .main_content ul:not(.cancel) {
    padding-left: 0;
  }
}
.main_content ul:not(.cancel):not(:last-child) {
  margin-bottom: 1em;
}
.main_content ul:not(.cancel) > li {
  padding-left: 2.5em;
  margin-bottom: 0.5em;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1000px), print {
  .main_content ul:not(.cancel) > li {
    font-size: 0.938rem;
    line-height: 2.3;
  }
}
@media screen and (max-width: 999px) {
  .main_content ul:not(.cancel) > li {
    font-size: 0.938rem;
    line-height: 1.8;
  }
}
.main_content ul:not(.cancel) > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0.9em;
  width: 10px;
  height: 10px;
  background-color: #4f76bd;
  border-radius: 5px;
}
@media screen and (min-width: 1000px), print {
  .main_content ul:not(.cancel) > li::before {
    top: 1.5ex;
  }
}
@media screen and (max-width: 999px) {
  .main_content ul:not(.cancel) > li::before {
    top: 1.5ex;
  }
}
@media screen and (max-width: 575px) {
  .main_content ul:not(.cancel) > li::before {
    top: 0.6ex;
  }
}
.main_content ul:not(.cancel) > li ul {
  padding-left: 0;
}
.main_content ul:not(.cancel):not(.inline_block_list) > li:last-child {
  margin-bottom: 0;
}
.main_content ul:not(.cancel)._sm > li {
  margin-bottom: 0;
  line-height: 1.7;
}
@media screen and (min-width: 1000px), print {
  .main_content ul:not(.cancel)._sm > li::before {
    top: 1.4ex;
  }
}
@media screen and (max-width: 999px) {
  .main_content ul:not(.cancel)._sm > li::before {
    top: 1.4ex;
  }
}
.main_content .anotation_list:not(.cancel):not(:last-child) {
  margin-bottom: 1em;
}
.main_content .anotation_list:not(.cancel) > li {
  padding-left: 1.2em;
  margin-bottom: 0.5em;
  line-height: 1.7;
  position: relative;
  top: 0;
  left: 0;
}
.main_content .anotation_list:not(.cancel) > li:last-child {
  margin-bottom: 0;
}
.main_content .anotation_list:not(.cancel) > li::before {
  content: "※";
  width: 0.5em;
  position: absolute;
  background: 0 none;
  top: 0.04em;
  left: 0;
  color: #c23b4f;
}
.main_content .anotation_list:not(.cancel)._red li {
  color: #000000;
}
.main_content .anotation_list:not(.cancel)._red li::before {
  color: #000000;
}
.main_content .anotation_list-sm:not(.cancel) > li {
  margin-bottom: 0.1em;
}
.main_content ol:not(.cancel) {
  list-style: none;
  counter-reset: num;
}
.main_content ol:not(.cancel):not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width: 575px) {
  .main_content ol:not(.cancel) {
    padding-left: 0;
  }
}
.main_content ol:not(.cancel) > li {
  padding-left: 2.8em;
  margin-bottom: 0.5em;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1000px), print {
  .main_content ol:not(.cancel) > li {
    font-size: 0.938rem;
    line-height: 2.3;
  }
}
@media screen and (max-width: 999px) {
  .main_content ol:not(.cancel) > li {
    font-size: 0.938rem;
    line-height: 1.8;
  }
}
.main_content ol:not(.cancel) > li::before {
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: .875rem;
	font-weight: 500;
	counter-increment: num;
	content: counter(num) ". ";
	color: #4f76bd;
	position: absolute;
	top: 0;
	left: .5em;
	text-align: right;
	width: 1.5em;
}
.main_content ol:not(.cancel):not(.inline_block_list) > li:last-child {
  margin-bottom: 0;
}
.main_content ol:not(.cancel)._sm > li {
  margin-bottom: 0;
  line-height: 1.7;
}
@media screen and (min-width: 1000px), print {
  .main_content ol:not(.cancel)._sm > li::before {
    top: 0;
  }
}
@media screen and (max-width: 999px) {
  .main_content ol:not(.cancel)._sm > li::before {
    top: 0;
  }
}
.main_content a[href^="tel:"] {
  pointer-events: none;
}
.main_content .link_list li {
  padding-left: 0 !important;
}
@media screen and (min-width: 1000px), print {
  .main_content .link_list li {
    margin-bottom: 0.7em;
  }
}
.main_content .link_list li::before {
  display: none !important;
}
@media screen and (max-width: 999px) {
  .main_content .link_list li {
    margin-bottom: 0.7em;
  }
}
@media screen and (max-width: 575px) {
  .main_content .link_list {
    padding-left: 16px;
  }
}
@media screen and (min-width: 1000px), print {
  .main_content .main_content .indent2,
  .main_content .main_content .pc_indent2 {
    padding-left: 20px;
  }
  .main_content .main_content .indent3,
  .main_content .main_content .pc_indent3 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 999px) {
  .main_content .main_content .indent2 {
    padding-left: 17px;
  }
  .main_content .main_content .sp_indent2 {
    padding-left: 17px;
  }
}
@media screen and (max-width: 420px) {
  .main_content .main_content .indent2,
  .main_content .main_content .sp_indent2 {
    padding-left: 0;
  }
}

.fixed_table_wrapper {
  overflow-x: auto;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 1em;
}

table,
.table,
.table-borderd,
.root .wpnews table,
table.wp-block-advgb-table,
.wp-block-table table {
  max-width: 1000px !important;
  width: 100%;
  border-collapse: collapse !important;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  margin: 0 auto;
}
table.fixed_table,
.table.fixed_table,
.table-borderd.fixed_table,
.root .wpnews table.fixed_table,
table.wp-block-advgb-table.fixed_table,
.wp-block-table table.fixed_table {
  overflow: scroll;
  min-width: 700px;
}
table:not(:last-child),
.table:not(:last-child),
.table-borderd:not(:last-child),
.root .wpnews table:not(:last-child),
table.wp-block-advgb-table:not(:last-child),
.wp-block-table table:not(:last-child) {
  margin-bottom: 1em;
}
table caption,
.table caption,
.table-borderd caption,
.root .wpnews table caption,
table.wp-block-advgb-table caption,
.wp-block-table table caption {
  display: none;
}
table caption.cap,
.table caption.cap,
.table-borderd caption.cap,
.root .wpnews table caption.cap,
table.wp-block-advgb-table caption.cap,
.wp-block-table table caption.cap {
  display: block;
  text-align: left;
  font-weight: bold;
  color: #ff0000;
  padding-bottom: 0.5em;
}
table th,
table td,
.table th,
.table td,
.table-borderd th,
.table-borderd td,
.root .wpnews table th,
.root .wpnews table td,
table.wp-block-advgb-table th,
table.wp-block-advgb-table td,
.wp-block-table table th,
.wp-block-table table td {
  font-weight: normal;
  box-sizing: border-box;
}
@media screen and (min-width: 1000px), print {
  table th,
  table th p,
  table td,
  table td p,
  .table th,
  .table th p,
  .table td,
  .table td p,
  .table-borderd th,
  .table-borderd th p,
  .table-borderd td,
  .table-borderd td p,
  .root .wpnews table th,
  .root .wpnews table th p,
  .root .wpnews table td,
  .root .wpnews table td p,
  table.wp-block-advgb-table th,
  table.wp-block-advgb-table th p,
  table.wp-block-advgb-table td,
  table.wp-block-advgb-table td p,
  .wp-block-table table th,
  .wp-block-table table th p,
  .wp-block-table table td,
  .wp-block-table table td p {
    line-height: 1.7;
  }
}
@media screen and (max-width: 999px) {
  table th,
  table th p,
  table td,
  table td p,
  .table th,
  .table th p,
  .table td,
  .table td p,
  .table-borderd th,
  .table-borderd th p,
  .table-borderd td,
  .table-borderd td p,
  .root .wpnews table th,
  .root .wpnews table th p,
  .root .wpnews table td,
  .root .wpnews table td p,
  table.wp-block-advgb-table th,
  table.wp-block-advgb-table th p,
  table.wp-block-advgb-table td,
  table.wp-block-advgb-table td p,
  .wp-block-table table th,
  .wp-block-table table th p,
  .wp-block-table table td,
  .wp-block-table table td p {
    line-height: 1.7;
  }
}
@media screen and (min-width: 1000px), print {
  table th,
  table td,
  .table th,
  .table td,
  .table-borderd th,
  .table-borderd td,
  .root .wpnews table th,
  .root .wpnews table td,
  table.wp-block-advgb-table th,
  table.wp-block-advgb-table td,
  .wp-block-table table th,
  .wp-block-table table td {
    padding: 0.6em 1.02em !important;
  }
}
@media screen and (max-width: 999px) {
  table th,
  table td,
  .table th,
  .table td,
  .table-borderd th,
  .table-borderd td,
  .root .wpnews table th,
  .root .wpnews table td,
  table.wp-block-advgb-table th,
  table.wp-block-advgb-table td,
  .wp-block-table table th,
  .wp-block-table table td {
    padding: 0.3em 0.48em !important;
  }
}
table th,
.table th,
.table-borderd th,
.root .wpnews table th,
table.wp-block-advgb-table th,
.wp-block-table table th {
  background-color: #eaeaea;
  color: #111111;
  text-align: center;
  vertical-align: middle;
  font-size: 0.938rem;
}
table td,
.table td,
.table-borderd td,
.root .wpnews table td,
table.wp-block-advgb-table td,
.wp-block-table table td {
  background-color: #ffffff;
  border-width: 1px !important;
}
table thead th,
.table thead th,
.table-borderd thead th,
.root .wpnews table thead th,
table.wp-block-advgb-table thead th,
.wp-block-table table thead th {
  color: #ffffff;
  background-color: #a8b1bc;
}
table thead th:not(:last-of-type),
.table thead th:not(:last-of-type),
.table-borderd thead th:not(:last-of-type),
.root .wpnews table thead th:not(:last-of-type),
table.wp-block-advgb-table thead th:not(:last-of-type),
.wp-block-table table thead th:not(:last-of-type) {
  border-right: 1px solid #f9f9f9;
}
table thead th.schedule_table_th,
.table thead th.schedule_table_th,
.table-borderd thead th.schedule_table_th,
.root .wpnews table thead th.schedule_table_th,
table.wp-block-advgb-table thead th.schedule_table_th,
.wp-block-table table thead th.schedule_table_th {
  min-width: 140px;
}
table tbody th,
.table tbody th,
.table-borderd tbody th,
.root .wpnews table tbody th,
table.wp-block-advgb-table tbody th,
.wp-block-table table tbody th {
  color: #111111;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  min-width: 200px;
}
@media screen and (max-width: 999px) {
  table tbody th,
  .table tbody th,
  .table-borderd tbody th,
  .root .wpnews table tbody th,
  table.wp-block-advgb-table tbody th,
  .wp-block-table table tbody th {
    min-width: 100px;
  }
}
table tbody td,
.table tbody td,
.table-borderd tbody td,
.root .wpnews table tbody td,
table.wp-block-advgb-table tbody td,
.wp-block-table table tbody td {
  border: 1px solid #d8d8d8;
}
table tbody td:first-of-type,
.table tbody td:first-of-type,
.table-borderd tbody td:first-of-type,
.root .wpnews table tbody td:first-of-type,
table.wp-block-advgb-table tbody td:first-of-type,
.wp-block-table table tbody td:first-of-type {
  border-left: none;
}
table tbody tr:last-of-type,
.table tbody tr:last-of-type,
.table-borderd tbody tr:last-of-type,
.root .wpnews table tbody tr:last-of-type,
table.wp-block-advgb-table tbody tr:last-of-type,
.wp-block-table table tbody tr:last-of-type {
  border-bottom: 1px solid #d8d8d8;
}
table .number-cell,
.table .number-cell,
.table-borderd .number-cell,
.root .wpnews table .number-cell,
table.wp-block-advgb-table .number-cell,
.wp-block-table table .number-cell {
  text-align: right;
}

table.wp-block-advgb-table {
  border: none;
}
table.wp-block-advgb-table tbody td:first-of-type {
  border-left: 1px solid #d8d8d8;
}

.root .wpnews table tbody th {
  width: inherit;
}

.table._sm {
  max-width: 31em;
}
.table._md {
  max-width: 50em;
}
.table._td_right td {
  text-align: right;
}
.table._th_right th {
  text-align: right;
}
.table._thead_th_right thead th {
  text-align: right;
}
.table._tbody_th_right thead th {
  text-align: right;
}
.table._center th,
.table._center td {
  text-align: center;
}
.table._th_long tbody th {
  vertical-align: top;
}
@media screen and (min-width: 1000px), print {
  .table._th_long tbody th {
    width: 250px;
  }
}
@media screen and (max-width: 999px) {
  .table._th_long tbody th {
    width: 150px;
  }
}
.table._th_center th {
  text-align: center;
}
.table._td_center td {
  text-align: center;
}
.table._thead_th_auto tbody th {
  width: auto;
  min-width: 0;
}
.table._th_auto tbody th {
  width: auto;
}
.table._td_auto tbody td {
  width: auto;
}
.table._td_middle tbody td {
  vertical-align: middle;
}
.table._noborder th,
.table._noborder td {
  border: 0 none;
  background-color: transparent;
  text-align: left;
  vertical-align: top;
}
.table._noborder th {
  padding-right: 2em;
}

.wp-block-table {
  position: relative;
  overflow-x: auto;
  box-sizing: border-box;
}
.wp-block-table thead {
  border-bottom: none !important;
}
@media screen and (max-width: 999px) {
  .wp-block-table table.fixed_table {
    min-width: 700px;
    overflow: scroll;
  }
  .wp-block-table table.fixed_table th {
    width: auto !important;
  }
}

@media screen and (min-width: 1000px), print {
  ._yubi {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  ._yubi {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  ._yubi img {
    width: 85px;
    display: block;
  }
}

.banner_horizontal_list {
  padding-left: 0;
}
.banner_horizontal_list > li::before {
  display: none;
}
.banner_horizontal_list > li:not(:last-child) {
  margin-bottom: 10px;
}

.anotation {
  position: relative;
  top: 0;
  left: 0;
  line-height: 1.5;
  padding-left: 1.3em;
}
@media screen and (min-width: 1000px), print {
  .anotation {
    font-size: 0.938rem;
    line-height: 2.3;
  }
}
@media screen and (max-width: 999px) {
  .anotation {
    font-size: 0.938rem;
    line-height: 2;
  }
}
.anotation::before {
  content: "※";
  width: 1em;
  position: absolute;
  top: 0.04em;
  left: 0;
  color: #c23b4f;
}
.anotation._black {
  color: #111111;
}
.anotation._black::before {
  color: #111111;
}
.anotation._right {
  float: right;
}
.anotation._red {
  color: #000000;
}
.anotation._red::before {
  color: #000000;
}
@media screen and (min-width: 1000px), print {
  .anotation._sm {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1000px), print {
  .anotation._sm {
    font-size: 0.813rem;
  }
}

/**************************

## - p

*/
/*

<div class="_h3">p</div>

*/
p {
  color: #111111;
  margin-bottom: 1em;
}

@media screen and (min-width: 1000px), print {
  p {
    font-size: 0.938rem;
    line-height: 2.3;
  }
}
@media screen and (max-width: 999px) {
  p {
    font-size: 0.938rem;
    line-height: 2;
  }
}
/**************************
.content_section
*/
@media screen and (min-width: 1000px), print {
  .content_section:not(:last-child) {
    margin-bottom: 100px;
  }
  .content_section._sm:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 999px) {
  .content_section:not(:last-child) {
    margin-bottom: 60px;
  }
  .content_section-sm:not(:last-child) {
    margin-bottom: 40px;
  }
}
/**************************

## - a リンク設定

*/
/*

<div class="_h3">a</div>

基本のリンク設定

	<a href="#" class="a">テキスト</a>

*/
a {
  text-decoration: none;
}
section a:not(.btn, .link, .img_link, .index_entry_btn, .newsline, .pager, .text_index_link, .news_tab__link, .blog_link) {
  text-decoration: underline;
  color: #7d7d7d;
  position: relative;
}
section a:not(.btn, .link, .img_link, .index_entry_btn, .newsline, .pager, .text_index_link, .news_tab__link, .blog_link)::after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon/arrow/link_arrow.webp") no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  right: -22px;
  padding-left: 5px;
}
section a:hover {
  text-decoration: none;
}
section a.no_border {
  text-decoration: none;
}

.url {
  text-decoration: underline;
  color: #111111;
  word-break: break-all;
}
.url:hover, .url:focus, .url:active {
  color: #111111;
  text-decoration: none;
}

input:focus, input:active,
textarea:focus,
textarea:active {
  /* text-decoration: underline; */
  outline: 2px solid #a6a6a6;
}

/*

<div class="_h3">a.black</div>

リンクだけど文字色は黒

	<a href="#" class="black">テキスト</a>

*/
/*

<div class="_h3">.outlink</div>

外部リンク。後ろに矢印画像を表示する

	<a href="#" class="outlink">テキスト</a>

*/
/*

<div class="_h3">.icon_pdf</div>

PDFアイコン

	<span class="icon_pdf">テキスト</span><br>
	<span class="icon_pdf_right">テキスト</span><br>
	<a href="#" class="btn _large __orange fot_db">
		<span class="icon_pdf2">テキスト</span>
	</a>

*/
/**************************

## - .btn - 汎用ボタン

*/
/*

<div class="_h3">.btn</div>

汎用ボタン。

*/
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 0.938rem;
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
  line-height: 1.3;
  background: #0f1e30;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  min-height: 60px;
  min-width: 200px;
  padding: 10px 58px 10px 30px;
  margin-bottom: 15px;
  text-align: left;
  border-radius: 5px;
}
.btn::after {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 16px;
  background: url("../img/icon/arrow/btn_arrow.webp") no-repeat;
  background-size: contain;
  background-position: 0 0;
  right: 27px;
}
@media screen and (max-width: 575px) {
  .btn::after {
    right: 18px;
  }
}
.btn.pdf::after {
  position: absolute;
  display: block;
  content: "";
  background: url("/common/img/icon/pdf_icon_white.webp") no-repeat;
  background-size: contain;
  width: 26px;
  height: 24px;
  margin-left: 5px;
  right: 25px;
}
@media screen and (max-width: 575px) {
  .btn.pdf::after {
    right: 14px;
  }
}
.btn.pdf:hover::after {
  position: absolute;
  display: block;
  content: "";
  background: url("/common/img/icon/pdf_icon_navy.webp") no-repeat;
  background-size: contain;
  width: 26px;
  height: 24px;
  margin-left: 5px;
  right: 25px;
}
.btn.out::after, .btn.ext::after, .btn.outlink::after, .btn.icon_out::after, .btn.icon_ext::after {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background: url("/common/img/icon/ext_icon_white.webp") 0 center no-repeat transparent;
  background-size: contain;
  margin-left: 5px;
  right: 25px;
}
@media screen and (max-width: 575px) {
  .btn.out::after, .btn.ext::after, .btn.outlink::after, .btn.icon_out::after, .btn.icon_ext::after {
    right: 14px;
  }
}
.btn.out:hover::after, .btn.ext:hover::after, .btn.outlink:hover::after, .btn.icon_out:hover::after, .btn.icon_ext:hover::after {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background: url("/common/img/icon/ext_icon_navy.webp") 0 center no-repeat transparent;
  background-size: contain;
  margin-left: 5px;
  right: 25px;
}
.btn.img_btn {
  min-height: 90px;
  padding: 10px 58px 10px 20px;
  border: 1px solid #0f1e30;
}
.btn.img_btn span {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
@media screen and (max-width: 575px) {
  .btn.img_btn span {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
.btn.img_btn span img {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .btn.img_btn {
    min-height: 60px;
    padding: 5px 58px 5px 10px;
  }
}
.btn:hover {
  background: #ffffff;
  color: #0f1e30;
  border: 1px solid #0f1e30;
}
.btn:hover::after {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 16px;
  background: url("../img/icon/arrow/btn_arrow_hover.webp") no-repeat;
  background-size: contain;
  background-position: 0 0;
  right: 27px;
}
@media screen and (max-width: 999px) {
  .btn {
    min-height: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 575px) {
  .btn {
    padding: 10px 40px 10px 20px;
    font-size: 0.938rem;
  }
}
.btn._disabled {
  pointer-events: none;
  opacity: 0.3;
}

button.btn {
  border: 0 none;
}

.btn_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
  margin-bottom: 30px;
}
.btn_list .btn {
  width: 100%;
  margin-bottom: 0;
}
.btn_list.column2 > li {
  width: calc(50% - 10px);
}
.btn_list.column3 > li {
  width: calc(33.3333% - 13.3333333333px);
}
.btn_list.column2_imgbtn > li {
  width: calc(50% - 60px);
}
@media screen and (max-width: 999px) {
  .btn_list.column2_imgbtn > li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 575px) {
  .btn_list.column2_imgbtn > li {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .btn_list.column2_imgbtn {
    row-gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .btn_list {
    row-gap: 10px;
    column-gap: 10px;
  }
  .btn_list.column2 > li, .btn_list.column3 > li {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 575px) {
  .btn_list {
    flex-direction: column;
  }
  .btn_list.column2 > li, .btn_list.column3 > li {
    width: auto;
  }
}

/*

## - list ul ol

<div class="_h3">.anotation_list</div>

※ をつけるリスト。
改行時に ※ padding を守る。

	<ul class="anotation_list">
		<li>16歳（高校生）以上の方の<br>診察となります。</li>
		<li>月2回の診療のため、お電話で診療日をご確認下さい。</li>
	</ul>

*/
.dl::before, .dl::after {
  content: "";
  display: table;
}
.dl::after {
  clear: both;
}
.dl dt {
  clear: left;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-weight: bold;
}
.dl dt::before {
  margin-right: 0.5em;
}
@media screen and (min-width: 1000px), print {
  .dl dt {
    float: left;
  }
}
@media screen and (min-width: 1000px), print {
  .dl dt,
  .dl dd {
    float: left;
  }
}
.dl dt:last-child,
.dl dd:last-child {
  margin-bottom: 0;
}
.dl dd {
  width: 100%;
  box-sizing: border-box;
}
.dl dd:not(:last-child) {
  padding-bottom: 0.3em;
}
@media screen and (max-width: 999px) {
  .dl dd:not(:last-child) {
    margin-bottom: 0.7em;
  }
}
@media screen and (min-width: 1000px), print {
  .dl-2em dt {
    width: 2em;
  }
  .dl-2em dt .h-inline {
    width: -1.5em;
  }
  .dl-2em dd {
    margin-left: -3em;
    padding-left: 3em;
  }
  .dl-3em dt {
    width: 3em;
  }
  .dl-3em dt .h-inline {
    width: -0.5em;
  }
  .dl-3em dd {
    margin-left: -4em;
    padding-left: 4em;
  }
  .dl-4em dt {
    width: 4em;
  }
  .dl-4em dt .h-inline {
    width: 0.5em;
  }
  .dl-4em dd {
    margin-left: -5em;
    padding-left: 5em;
  }
  .dl-5em dt {
    width: 5em;
  }
  .dl-5em dt .h-inline {
    width: 1.5em;
  }
  .dl-5em dd {
    margin-left: -6em;
    padding-left: 6em;
  }
  .dl-6em dt {
    width: 6em;
  }
  .dl-6em dt .h-inline {
    width: 2.5em;
  }
  .dl-6em dd {
    margin-left: -7em;
    padding-left: 7em;
  }
  .dl-7em dt {
    width: 7em;
  }
  .dl-7em dt .h-inline {
    width: 3.5em;
  }
  .dl-7em dd {
    margin-left: -8em;
    padding-left: 8em;
  }
  .dl-8em dt {
    width: 8em;
  }
  .dl-8em dt .h-inline {
    width: 4.5em;
  }
  .dl-8em dd {
    margin-left: -9em;
    padding-left: 9em;
  }
  .dl-10em dt {
    width: 10em;
  }
  .dl-10em dt .h-inline {
    width: 6.5em;
  }
  .dl-10em dd {
    margin-left: -11em;
    padding-left: 11em;
  }
  .dl-12em dt {
    width: 12em;
  }
  .dl-12em dt .h-inline {
    width: 8.5em;
  }
  .dl-12em dd {
    margin-left: -13em;
    padding-left: 13em;
  }
  .dl-14em dt {
    width: 14em;
  }
  .dl-14em dt .h-inline {
    width: 10.5em;
  }
  .dl-14em dd {
    margin-left: -15em;
    padding-left: 15em;
  }
  .dl-16em dt {
    width: 16em;
  }
  .dl-16em dt .h-inline {
    width: 12.5em;
  }
  .dl-16em dd {
    margin-left: -17em;
    padding-left: 17em;
  }
  .dl-18em dt {
    width: 18em;
  }
  .dl-18em dt .h-inline {
    width: 14.5em;
  }
  .dl-18em dd {
    margin-left: -19em;
    padding-left: 19em;
  }
  .dl-20em dt {
    width: 20em;
  }
  .dl-20em dt .h-inline {
    width: 16.5em;
  }
  .dl-20em dd {
    margin-left: -21em;
    padding-left: 21em;
  }
}
.dl-mb_1em dd {
  margin-bottom: 1em;
}
.dl._underline {
  overflow: hidden;
}
.dl._underline dd:not(:last-child) {
  border-bottom: 1px solid #d2d2d2;
}
.dl._underline dt,
.dl._underline dd {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  box-sizing: border-box;
  font-size: 1rem;
}
.dl._horizontal dt {
  padding-top: 1em;
}
.dl._horizontal dt:first-child {
  padding-top: 0;
}
.dl._horizontal dd {
  padding-top: 0;
}

.scell {
  margin-right: 1em;
}

.scell2 {
  margin-right: 0.5em;
}

/**************************
.inline_list
*/
.inline_list {
  list-style-type: none;
}
.inline_list, .inline_list > li, .inline_list > * {
  margin: 0;
  padding: 0;
  display: inline;
}

/**************************
.inline_block-list
*/
.inline_block_list::before, .inline_block_list::after {
  content: "";
  display: table;
}
.inline_block_list::after {
  clear: both;
}
.inline_block_list > li, .inline_block_list > * {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
}
.inline_block_list > li:first-child, .inline_block_list > *:first-child {
  padding-left: 0;
}
.inline_block_list > li:last-child, .inline_block_list > *:last-child {
  padding-right: 0;
}

@media screen and (min-width: 1000px), print {
  .pc_inline_block_list::before, .pc_inline_block_list::after {
    content: "";
    display: table;
  }
  .pc_inline_block_list::after {
    clear: both;
  }
  .pc_inline_block_list > li, .pc_inline_block_list > * {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
  }
  .pc_inline_block_list > li:first-child, .pc_inline_block_list > *:first-child {
    padding-left: 0;
  }
  .pc_inline_block_list > li:last-child, .pc_inline_block_list > *:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 999px) {
  .pc_inline_block_list li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 999px) {
  .sp_inline_block_list::before, .sp_inline_block_list::after {
    content: "";
    display: table;
  }
  .sp_inline_block_list::after {
    clear: both;
  }
  .sp_inline_block_list > li, .sp_inline_block_list > * {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
  }
  .sp_inline_block_list > li:first-child, .sp_inline_block_list > *:first-child {
    padding-left: 0;
  }
  .sp_inline_block_list > li:last-child, .sp_inline_block_list > *:last-child {
    padding-right: 0;
  }
}
/**************************
.horizontal_list
*/
.horizontal_list::before, .horizontal_list::after {
  content: "";
  display: table;
}
.horizontal_list::after {
  clear: both;
}
.horizontal_list > li,
.horizontal_list > * {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.horizontal_list > li:first-child,
.horizontal_list > *:first-child {
  padding-left: 0;
}
.horizontal_list > li:last-child,
.horizontal_list > *:last-child {
  padding-right: 0;
}
.main_content .horizontal_list {
  padding-left: 0;
}
.main_content .horizontal_list li::before {
  display: none;
}

@media screen and (min-width: 1000px), print {
  .ul_horizontal_list::before, .ul_horizontal_list::after {
    content: "";
    display: table;
  }
  .ul_horizontal_list::after {
    clear: both;
  }
  .ul_horizontal_list > li,
  .ul_horizontal_list > * {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ul_horizontal_list > li:first-child,
  .ul_horizontal_list > *:first-child {
    padding-left: 0;
  }
  .ul_horizontal_list > li:last-child,
  .ul_horizontal_list > *:last-child {
    padding-right: 0;
  }
  .main_content .ul_horizontal_list {
    padding-left: 0;
  }
  .main_content .ul_horizontal_list li::before {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .main_content .ul_horizontal_list > ul:not(.cancel) {
    margin-bottom: 0.3em;
  }
}
.breadcrumb_area._department_index {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .breadcrumb_area._department_index {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb_area {
    margin-bottom: 0;
  }
}
.breadcrumb_area._index {
  margin-bottom: 0;
}

.breadcrumbs,
.bread_crumb {
  text-align: right;
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 1000px), print {
  .breadcrumbs,
  .bread_crumb {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    line-height: 2;
  }
}
@media screen and (max-width: 999px) {
  .breadcrumbs,
  .bread_crumb {
    padding-top: 0 !important;
    padding-bottom: 10px !important;
    padding-left: 0;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumbs,
  .bread_crumb {
    padding-bottom: 0 !important;
    display: flex;
    flex-wrap: wrap;
  }
}
.breadcrumbs li,
.bread_crumb li {
  font-family: "IBM Plex Sans JP", sans-serif;
  display: inline;
  line-height: 1.2;
  color: #a8a8a8;
}
@media screen and (min-width: 1000px), print {
  .breadcrumbs li,
  .bread_crumb li {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 999px) {
  .breadcrumbs li,
  .bread_crumb li {
    font-size: 0.813rem;
    line-height: 1.5;
  }
}
.breadcrumbs li:last-child,
.bread_crumb li:last-child {
  margin-left: 0;
  margin-right: 0;
}
.breadcrumbs li:not(:last-of-type),
.bread_crumb li:not(:last-of-type) {
  padding-right: 30px;
  position: relative;
}
.breadcrumbs li:not(:last-of-type)::after,
.bread_crumb li:not(:last-of-type)::after {
  display: block;
  content: "";
  width: 12px;
  height: 16px;
  background: url("../img/icon/arrow/breadcrumb_arrow.webp") no-repeat;
  background-size: contain;
  position: absolute;
  inset: -2px 9px 0 auto;
  margin: auto;
}
.breadcrumbs a,
.bread_crumb a {
  color: #111111;
  font-weight: normal;
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 0 !important;
  padding-left: 0;
  text-decoration: none;
}
.breadcrumbs a:hover,
.bread_crumb a:hover {
  color: #009d97;
  text-decoration: none;
  border-bottom: 0;
}
._index .breadcrumbs li,
._index .bread_crumb li {
  color: #ceefe6;
}
._index .breadcrumbs li:not(:last-of-type),
._index .bread_crumb li:not(:last-of-type) {
  padding-right: 30px;
  position: relative;
}
._index .breadcrumbs li:not(:last-of-type)::after,
._index .bread_crumb li:not(:last-of-type)::after {
  background: url("../img/icon/arrow/breadcrumb_arrow_white.webp") no-repeat;
  background-size: contain;
}
._index .breadcrumbs a,
._index .bread_crumb a {
  color: #ffffff;
}

/*

## - table

<div class="_h3">クラス名なし</div>

	<table>
		<thead>
			<tr>
				<th></th>
				<th>詳細</th>
			</tr>
		</thead>
		<tbody>
			<tr>
				<th>事業所名所</th>
				<td>宗教法人寒川神社　寒川病院</td>
			</tr>
			<tr>
				<th>所在地</th>
				<td>〒253-0106　神奈川県高座郡寒川町宮山193</td>
			</tr>
			<tr>
				<th>開設</th>
				<td>昭和44年7月</td>
			</tr>
		</tbody>
	</table>

<div class="_h3">.table1</div>
.table1 は、SP表示時に display: block; に変わるので、基本、2列の table のための table

	<table class="table1">
		<tbody>
			<tr>
				<th>事業所名所</th>
				<td>宗教法人寒川神社　寒川病院</td>
			</tr>
			<tr>
				<th>所在地</th>
				<td>〒253-0106　神奈川県高座郡寒川町宮山193</td>
			</tr>
			<tr>
				<th>開設</th>
				<td>昭和44年7月</td>
			</tr>
		</tbody>
	</table>
*/
.wpnews table {
  margin-bottom: 1em;
}

/*

<div class="_h3">table._no_border</div>

画像だけの table を想定

*/
table table._no_border {
  width: auto;
  margin: auto;
}
table table._no_border th,
table table._no_border td {
  padding: 0 1em;
  vertical-align: middle;
}

table._underline tr:not(:last-child) th,
table._underline tr:not(:last-child) td {
  border: 0 none;
  border-bottom: 1px solid #d2d2d2;
}

.outpatient-table .pm th {
  background: #f0f9ed;
}

.outpatient-table .ev th {
  background: #ffebca;
}

.outpatient-table td {
  text-align: center;
}

/**************************
.inline_video
*/
.inline_video {
  max-width: 100%;
}

/*

<div class="_h3">photoswipe ギャラリー</div>

pdf を iframe 表示に使用。
.photoswipe > .pdf または、
.photoswipe > ._pdf または、
.photoswipe > ._iframe の時、iframe を表示する仕様。

+ a タグの href が pdf への URL。
+ a タグの title が キャプションテキスト。

	<div class="photoswipe">
		<a href="pdf/test.pdf" target="_blank" class="pdf">貯金一覧</a>
	</div>

*/
.photoswipe a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.2s opacity;
}

.pswp .pswp__iframe {
  padding: 0;
  width: 80%;
  height: 90%;
  position: relative;
  top: 5%;
  left: 10%;
  box-sizing: border-box;
}
.pswp .pswp__caption__center {
  text-align: center;
  font-size: 1rem;
}

/*
.scroll_to_top
*/
.scroll_to_top {
  position: fixed;
  right: 30px;
  bottom: -60px;
  z-index: 999;
  line-height: 0;
}
.scroll_to_top:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.2s opacity;
}
.scroll_to_top,
.scroll_to_top a {
  width: 60px;
  height: 60px;
}
.scroll_to_top a {
  display: block;
}
.scroll_to_top img {
  display: block;
  width: 100%;
}

/**************************
	.sup_area
*/
.sup_area {
  position: relative;
  top: 0;
  left: 0;
}

.sup {
  position: absolute;
  top: -0.8em;
  left: 0;
  width: 100%;
  font-size: 0.625rem;
  display: inline-block;
  text-align: center;
}

/**************************
Q&Aのアコーディオン
.accordion_area
*/
.accordion_area {
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 0 30px;
  box-sizing: border-box;
}
.accordion_area:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .accordion_area:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .accordion_area {
    padding: 0 20px;
  }
}
.accordion_area .accordion_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-top: 15px;
  padding-right: 1px;
  padding-bottom: 14px;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .accordion_area .accordion_btn {
    gap: 15px;
  }
}
.accordion_area .accordion_title {
  font-size: 1.063rem;
  font-weight: 500;
  padding-left: 35px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.747;
  letter-spacing: 0.1em;
}
.accordion_area .accordion_title::before {
  display: block;
  content: "Q";
  font-size: 1.375rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #4f76bd;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .accordion_area .accordion_title {
    line-height: 1.5;
    font-size: 1rem;
    padding-left: 30px;
  }
  .accordion_area .accordion_title::before {
    top: -0.1em;
    font-size: 1.25rem;
  }
}
.accordion_area .accordion_toggle_btn {
  width: 12px;
  min-width: 12px;
  height: 12px;
  position: relative;
}
.accordion_area .accordion_toggle_btn::before, .accordion_area .accordion_toggle_btn::after {
  display: block;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #0f1e30;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: opacity 0.2s, transform 0.2s;
}
.accordion_area .accordion_toggle_btn::after {
  transform: rotate(-90deg);
}
.accordion_area .accordion_content {
  padding-right: 70px;
  padding-left: 70px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding-top 0.3s ease-out, padding-bottom 0.3s ease-out;
}
.accordion_area .accordion_content__inner {
  position: relative;
  padding-left: 40px;
  box-sizing: border-box;
}
.accordion_area .accordion_content__inner::before {
  display: block;
  content: "A";
  font-size: 1.375rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #d84141;
  position: absolute;
  top: 0.1em;
  left: 0;
  line-height: 1;
}
.accordion_area .accordion_content__inner p {
  line-height: 2.333;
  font-size: 0.938rem;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 575px) {
  .accordion_area .accordion_content__inner {
    padding-left: 30px;
  }
  .accordion_area .accordion_content__inner p {
    line-height: 2;
  }
  .accordion_area .accordion_content__inner::before {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 999px) {
  .accordion_area .accordion_content {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 575px) {
  .accordion_area .accordion_content {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.accordion_area.open .accordion_content {
  border-top: 1px solid #d7d7d7;
  padding-top: 29px;
  padding-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .accordion_area.open .accordion_content {
    padding-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  .accordion_area.open .accordion_content {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
.accordion_area.open .accordion_toggle_btn::before {
  opacity: 0;
}
.accordion_area.open .accordion_toggle_btn::after {
  transform: rotate(0);
}

.toggle_btn {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  border: 1px solid #111111;
  box-sizing: border-box;
  cursor: pointer;
}
.toggle_btn::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #111111;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: transform 0.2s ease-out;
}
.toggle_btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #111111;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transition: transform 0.2s ease-out;
}
.toggle_btn._opened::before {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.toggle_btn._opened::after {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

.js-tab_area__content {
  display: none;
}
.js-tab_area__content._show {
  display: block;
}

.archive_list li {
  padding-left: 1em;
}
.archive_list li::before {
  left: 0.5em;
}

.bordered {
  border: 1px solid #ff0000;
  box-sizing: border-box;
}

.image_list a {
  display: block;
}
.image_list img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.image_list .cap {
  padding-top: 0.5em;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (min-width: 1000px), print {
  .image_list > li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 999px) {
  .image_list > li {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1000px), print {
  .image_list-h > li {
    display: inline-block;
  }
  .image_list-h > li:not(:last-child) {
    margin-right: 10px;
  }
}

.banner {
  display: inline-block;
}
.banner:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.2s opacity;
}
.banner img {
  display: block;
  max-width: 100%;
}

@media screen and (min-width: 1000px), print {
  .inner_float_left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .inner_float_right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 999px) {
  .inner_float_left,
  .inner_float_right {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.faq_list > li {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 1.2em;
}
.faq_list > li:not(:first-child) {
  padding-top: 1.2em;
}

.faq__q {
  color: #ff0000;
  font-size: 1rem;
  padding-left: 40px;
  padding-bottom: 0.7em;
}
.faq__a {
  font-size: 0.938rem;
  padding-left: 40px;
}

.signature {
  text-align: right;
}

.shadow {
  box-shadow: 1px 1px 2.5px rgba(0, 0, 0, 0.3);
}

.wpnews::before, .wpnews::after {
  content: "";
  display: table;
}
.wpnews::after {
  clear: both;
}
.wpnews__head {
  margin-bottom: 15px;
  padding-bottom: 0.5em;
}
.root .wpnews__head h1:not(.cancel),
.root .wpnews__head h2:not(.cancel) {
  margin-bottom: 20px;
}
.wpnews__date {
  text-align: right;
}
.wpnews__cate {
  text-align: right;
}
.wpnews__attr {
  text-align: center;
}
.wpnews__attr > * {
  display: inline-block;
  font-size: 0.938rem;
}
.wpnews__attr .date::after {
  content: "/";
  display: inline;
  padding: 0 0.7em;
}
.wpnews__attr .category {
  color: #888888;
}
.wpnews__content {
  max-width: 100%;
}
.root .wpnews__content {
  margin: 0 auto;
}
.wpnews__content img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 999px) {
  .wpnews__content img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .wpnews__content table {
    max-width: 100%;
  }
}
.wpnews__content > h2:not(.cancel):first-child,
.wpnews__content > h3:not(.cancel):first-child,
.wpnews__content > h4:not(.cancel):first-child,
.wpnews__content > h5:not(.cancel):first-child,
.wpnews__content > h6:not(.cancel):first-child {
  margin-top: 0;
}
.wpnews__content h2:not(.cancel),
.wpnews__content h3:not(.cancel),
.wpnews__content h4:not(.cancel),
.wpnews__content h5:not(.cancel),
.wpnews__content h6:not(.cancel) {
  margin-top: 2em;
}
.wpnews__content ul:not(.cancel),
.wpnews__content ol:not(.cancel),
.wpnews__content table {
  margin-top: 1em;
}
.wpnews a {
  text-decoration: underline;
}
.wpnews blockquote {
  padding: 10px;
  border-left: 5px solid #59a676;
  background-color: #f7f7f7;
  margin-bottom: 1em;
}

.wp_pagination::before, .wp_pagination::after {
  content: "";
  display: table;
}
.wp_pagination::after {
  clear: both;
}

.wp_pagination_prev {
  float: left;
}

.wp_pagination_next {
  float: right;
}

.gmap {
  height: 430px;
  background-color: #cccccc;
}
.gmap > iframe {
  max-width: 100%;
}
@media screen and (max-width: 999px) {
  .gmap {
    height: 430px;
  }
}

.video,
.video video {
  max-width: 100%;
}

.youtube {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .youtube {
    max-width: 280px;
    height: 170px;
  }
}
.youtube iframe {
  max-width: 100%;
  max-height: 100%;
}

.gcalendar > iframe {
  height: 300px;
}

.marker {
  background: linear-gradient(transparent 60%, #000000 60%);
}

.cell {
  margin-right: 1em;
}

.cell2 {
  margin-right: 0.5em;
}

figure img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 999px) {
  figure img {
    margin-left: auto;
    margin-right: auto;
  }
}
figure figcaption {
  font-size: 0.875rem;
  color: #444444;
}
@media screen and (min-width: 1000px), print {
  figure figcaption {
    padding-top: 0.2em;
    text-align: center;
  }
  figure figcaption._left {
    text-align: left;
  }
}
@media screen and (max-width: 999px) {
  figure figcaption {
    padding-top: 0.2em;
    text-align: center;
  }
}

.link {
  line-height: 1.4;
  font-size: 0.938rem;
  font-weight: bold;
  color: #009d97;
  text-decoration: none;
  position: relative;
  padding-right: 1.4em;
  word-wrap: break-word;
}
.link::after {
  content: "";
  display: inline-block;
  background: url("../img/icon/arrow/link_arrow.webp") 0 center no-repeat transparent;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: auto 0 4px auto;
  margin: 1px auto;
}
.link:hover {
  color: #009d97;
  text-decoration: underline;
}
.link.pdf {
  padding-right: 1.8em;
}
.link.pdf::after {
  content: "";
  display: inline-block;
  background: url("../img/icon/pdf_icon.webp") 0 center no-repeat transparent;
  background-size: 26px 24px;
  width: 26px;
  height: 24px;
  position: absolute;
  inset: auto 0 0 auto;
  margin: auto;
}
.link.ext {
  padding-right: 1.8em;
}
.link.ext::after {
  content: "";
  display: inline-block;
  background: url("../img/icon/ext_icon.webp") 0 center no-repeat transparent;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  position: absolute;
  inset: auto 0 0 auto;
  margin: auto;
}

.link_2 {
  color: #009d97;
}

button.link,
input.link {
  border: 0 none;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  text-align: left;
  line-height: 1.7;
}
button.link::before,
input.link::before {
  top: 1.2ex;
}

/*

<div class="_h3">横スクロールできる table</div>

responsive-tables.js と組み合わせないと効果が生まれない。
左の固定部分の横幅を変えたい場合は、CSSを追記する必要がある。
.responsive_table_area で包んで、
table.responsive とするのが必須の仕様。

	<div class="responsive_table_area">
		<table class="responsive">
			<tbody>
				<tr>
					<th>テキスト</th>
					<td>テキスト</td>
				</tr>
				<tr>
					<th>テキスト</th>
					<td>テキスト</td>
				</tr>
				<tr>
					<th>テキスト</th>
					<td>テキスト</td>
				</tr>
			</tbody>
		</table>
	</div>

*/
.responsive_table_area {
  position: relative;
  top: 0;
  left: 0;
  clear: both;
  margin-bottom: 10px;
}
.root .responsive_table_area table {
  margin-bottom: 0;
}
.responsive_table_area:not(:last-child) {
  margin-bottom: 1em;
}
.responsive_table_area:not(.responsive_table_area-all) th:first-child {
  max-width: 125px;
  min-width: 125px;
  width: 125px;
}
.responsive_table_area:not(.responsive_table_area-all) .table-wrapper .pinned {
  max-width: 126px;
  min-width: 126px;
  width: 126px;
}
.responsive_table_area:not(.responsive_table_area-all) .table-wrapper .scrollable {
  padding-left: 125px;
}
.responsive_table_area:not(.responsive_table_area-all) .table-wrapper .scrollable > table {
  margin-left: -125px;
}
.responsive_table_area th:first-child {
  box-sizing: border-box;
}
.responsive_table_area .scrollable {
  -webkit-overflow-scrolling: touch;
}
.responsive_table_area .table-wrapper {
  margin-bottom: 0;
}
.responsive_table_area table.responsive th:first-child,
.responsive_table_area table.responsive table.responsive td:first-child, .responsive_table_area table.responsive.pinned td {
  display: table-cell;
}
.responsive_table_area-all .table-wrapper .table {
  min-width: 880px;
}
.responsive_table_area-all .table-wrapper td,
.responsive_table_area-all .table-wrapper th {
  position: static;
  white-space: normal;
}
.responsive_table_area-all .table-wrapper .pinned {
  display: none;
}
.responsive_table_area-all .table-wrapper .scrollable {
  padding-left: 0;
}
.responsive_table_area-all .table-wrapper .scrollable > table {
  margin-left: 0;
}
@media screen and (min-width: 1000px), print {
  .responsive_table_area-pc .table-wrapper .table {
    min-width: 0;
  }
}

.responsive_table_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/icon/icon_swipe.webp") center center no-repeat transparent;
  background-size: auto 90px;
  z-index: 102;
  cursor: pointer;
}

.responsive_table_mask.shadow {
  background: #666666;
  opacity: 0.5;
  z-index: 101;
}

@media screen and (min-width: 1000px), print {
  .responsive_table_area:not(.responsive_table_area-pc) .responsive_table_mask {
    display: none;
  }
}
@media screen and (min-width: 1000px), print {
  .set {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .set > * {
    flex-grow: 5;
  }
  .set > .left {
    order: 1;
  }
  .set > .right {
    order: 2;
  }
  .set > .fix {
    flex-shrink: 0;
    flex-grow: 0;
    width: 100%;
  }
  .set > .flex {
    display: flex;
  }
}
@media screen and (max-width: 999px) {
  .set > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .set > *:first-child {
    margin-bottom: 2em;
  }
  .set > * > img {
    margin-left: auto;
    margin-right: auto;
  }
}

.js-loading-oacity._loaded {
  min-height: 0 !important;
}

/**************************
	.table
*/
.no_th_table_area .table-wrapper .pinned {
  display: none;
}
.no_th_table_area .table-wrapper .scrollable {
  padding-left: 0;
}
.no_th_table_area .table-wrapper .scrollable > table {
  margin-left: 0;
}
.no_th_table_area th:first-child,
.no_th_table_area td:first-child {
  max-width: none;
  min-width: initial;
  width: auto;
}
.root .no_th_table_area th,
.root .no_th_table_area td {
  white-space: inherit !important;
}

.space_between_line {
  border-bottom: 1px solid #7da1cd;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
}
@media screen and (width >= 576px) {
  .space_between_line {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.space_between_line > .left {
  order: 1;
  text-align: left;
}
@media screen and (max-width: 575px) {
  .space_between_line > .left {
    margin-bottom: 0.2em;
  }
}
.space_between_line > .right {
  order: 2;
  text-align: right;
}
.space_between_line > * {
  min-width: 0;
  max-width: 100%;
  width: 100%;
}

.form_container {
  opacity: 0;
}

hr {
  border-top: 1px solid #cccccc;
  border-right: 0 none;
  border-left: 0 none;
  border-bottom: 0 none;
}
@media screen and (min-width: 768px) {
  hr {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/**************************
.swiper
*/
.swiper {
  overflow: hidden;
  width: 100%;
}

/**************************
.box
*/
.box {
  background-color: #f9f9f9;
  margin-bottom: 30px;
  padding: 15px 30px;
  box-sizing: border-box;
  line-height: 2.2;
}
.box._red {
  background-color: #ffecec;
  border: none;
}
.box._green {
  background-color: #f1f7e5;
  border: none;
}
@media screen and (max-width: 767px) {
  .box {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .box {
    padding: 15px 20px;
    line-height: 2;
    margin-bottom: 15px;
  }
}

.news_area {
  margin-bottom: 120px;
}
@media screen and (max-width: 999px) {
  .news_area {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 575px) {
  .news_area {
    margin-bottom: 50px;
  }
}

.news_tab {
  border-bottom: solid 1px #e2e2e2;
}
.news_tab__list {
  display: flex;
}
.news_tab__list li {
  width: 110px;
}
@media screen and (max-width: 999px) {
  .news_tab__list li {
    width: unset;
  }
  .news_tab__list li:not(:last-child) {
    margin-right: 10px;
  }
}
.news_tab__list a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #505050;
  position: relative;
  padding: 10px 0 4px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .news_tab__list a {
    padding: 6px 3px 2px;
  }
}
.news_tab__list a.active {
  color: #0ec5b0;
  border-top: solid 1px #e2e2e2;
  border-right: solid 1px #e2e2e2;
  border-left: solid 1px #e2e2e2;
  position: relative;
}
.news_tab__list a.active::before {
  content: "";
  display: block;
  height: 30px;
  width: 6px;
  background: #ffffff;
  position: absolute;
  top: 55%;
  left: -4px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 999px) {
  .news_tab__list a.active::before {
    height: 22px;
    width: 5px;
  }
}
.news_tab__list a.active::after {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.news_tab__list a:not(.active)::before {
  content: "";
  display: block;
  height: 20px;
  width: 1px;
  background: #e2e2e2;
  position: absolute;
  top: 55%;
  right: 0;
  transform: translate(-50%, -50%);
}
.news_tab__list a:hover {
  opacity: 0.7;
}

.newsline_list {
  margin-bottom: 20px;
  margin-top: 20px;
}
.newsline_list .newsline {
  border-bottom: 1px solid #ececec;
  display: flex;
  align-items: center;
  min-height: 65px;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  padding: 10px 40px 10px 10px;
}
.newsline_list .newsline:hover {
  background-color: #ececec;
}
.newsline_list .newsline:hover::after {
  transform: translateX(2px);
}
.newsline_list .newsline > .head {
  display: flex;
  margin-right: 38px;
  text-align: center;
  align-items: center;
}
.newsline_list .newsline > .head > .date {
  font-family: "IBM Plex Sans JP", sans-serif;
  color: #111111;
}
@media screen and (max-width: 999px) {
  .newsline_list .newsline > .head > .date {
    margin-right: 8px;
  }
}
@media screen and (max-width: 999px) {
  .newsline_list .newsline > .head {
    justify-content: flex-start;
    padding-left: 0;
    margin-bottom: 5px;
    align-items: center;
  }
}
.newsline_list .newsline > .body {
  max-width: 850px;
  position: relative;
}
.newsline_list .newsline > .body > .ex {
  color: #111111;
}
.newsline_list .newsline > .body > .ex > .new {
  color: #ffffff;
  background-color: #328db3;
  padding: 2px 4px 1px;
  margin-left: 10px;
  font-size: 14px;
}
@media screen and (max-width: 999px) {
  .newsline_list .newsline {
    padding: 16px 40px 14px 0;
  }
}
.newsline_list .newsline.new > .body > .ex::after {
  content: "NEW";
  color: #ffffff;
  background-color: #328db3;
  padding: 1px 4px 0 5px;
  margin-left: 15px;
  font-size: 14px;
}
.newsline_list .newsline::after {
  background: url("../img/icon/arrow/newsline_arrow.webp") no-repeat;
  display: block;
  content: "";
  width: 14px;
  height: 16px;
  background-size: contain;
  position: absolute;
  inset: 0 8px 0 auto;
  margin: auto;
  padding-left: 10px;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 999px) {
  .newsline_list .newsline {
    display: block;
  }
}

.newsline._disable {
  pointer-events: none;
}
.newsline._disable::after {
  display: none;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes _on_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes header_index_show {
  0% {
    display: none;
  }
  1% {
    display: block;
    opacity: 0;
    top: -30px;
  }
  100% {
    top: 0;
    opacity: 1;
    display: block;
  }
}
@keyframes header_index_hide {
  0% {
    top: 0;
    opacity: 1;
    display: block;
  }
  99% {
    top: -30px;
    opacity: 0;
    display: block;
  }
  100% {
    top: -30px;
    opacity: 0;
    display: none;
  }
}
@keyframes header_search_show {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(64px);
  }
}
@keyframes header_search_hide {
  0% {
    transform: translateY(64px);
  }
  100% {
    transform: translateY(0);
  }
}
/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## Project

特定ページ専用、効果範囲が限定的な記述。
コンテンツ内容に密接で、汎用性がなく、機能の付け替えを想定していない。

*/
body.mm-wrapper--opened .header__menu_btn {
  padding-top: 0;
  padding-right: 20px;
  height: 50px;
}
body.mm-wrapper--opened .header__menu_btn > .line {
  background-color: transparent;
}
body.mm-wrapper--opened .header__menu_btn > .line::before, body.mm-wrapper--opened .header__menu_btn > .line::after {
  background-color: #626262;
}
body.mm-wrapper--opened .header__menu_btn > .line::before {
  transform: rotate(45deg);
  inset: 0;
  top: -20px;
  margin: auto;
  width: 40px;
}
body.mm-wrapper--opened .header__menu_btn > .line::after {
  width: 40px;
  transform: rotate(-45deg);
  inset: 0;
  top: -20px;
  margin: auto;
}
body.mm-wrapper--opened .header__menu_btn > .text {
  display: none;
}
@media screen and (max-width: 999px) {
  body.mm-wrapper--opened .header__menu_btn {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.mm-wrapper--opened .header__menu_btn {
    padding-top: 20px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 575px) {
  body.mm-wrapper--opened .header__menu_btn {
    padding-top: 0;
    padding-right: 5px;
  }
  body.mm-wrapper--opened .header__menu_btn > .line::before {
    top: 0;
    width: 30px;
  }
  body.mm-wrapper--opened .header__menu_btn > .line::after {
    top: 0;
    width: 30px;
  }
}
@media screen and (max-width: 374px) {
  body.mm-wrapper--opened .header__menu_btn > .line::before {
    width: 25px;
  }
  body.mm-wrapper--opened .header__menu_btn > .line::after {
    width: 25px;
  }
}

.gradation {
  background: linear-gradient(to bottom, #ffffff, #ffffff 50%, #dde3f0);
  padding-bottom: 65px;
}

.emphasis {
  color: #429a84;
}

.indent {
  padding-left: 30px;
}
@media screen and (max-width: 999px) {
  .indent {
    padding-left: 0;
  }
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #ffffff;
  box-sizing: border-box;
  box-shadow: 0 10px 20px rgba(105, 105, 105, 0.1);
}
@media screen and (max-width: 575px) {
  .header {
    box-shadow: 0 5px 10px rgba(105, 105, 105, 0.1);
  }
}
.header__logo a,
.header__logo img {
  max-width: 100%;
  display: block;
}
@media screen and (max-width: 999px) {
  .header__logo {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 280px;
  }
}
@media screen and (max-width: 575px) {
  .header__logo {
    padding-top: 4px;
    width: 240px;
  }
}
@media screen and (max-width: 374px) {
  .header__logo {
    width: 220px;
  }
}
.header__menu_btn_area {
  width: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 300;
  cursor: pointer;
}
@media screen and (min-width: 1000px), print {
  .header__menu_btn_area {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__menu_btn_area {
    width: 40px;
    height: 44px;
  }
}
@media screen and (max-width: 575px) {
  .header__menu_btn_area {
    width: 40px;
    height: 44px;
  }
}
@media screen and (max-width: 374px) {
  .header__menu_btn_area {
    width: 30px;
  }
}
.header__menu_btn {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 25px;
}
.header__menu_btn._pc {
  display: none;
}
.header__menu_btn._sp {
  display: none;
}
@media screen and (max-width: 999px) {
  .header__menu_btn._sp {
    display: flex;
  }
}
.header__menu_btn > .line {
  width: 26px;
  height: 1px;
  background-color: #000000;
  position: relative;
}
.header__menu_btn > .line::before {
  display: block;
  content: "";
  width: 26px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: -11px;
  left: 0;
  transition: width 0.2s cubic-bezier(0.12, 0.95, 0.15, 1.03), transform 0.2s linear;
}
.header__menu_btn > .line::after {
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: -11px;
  transition: width 0.2s cubic-bezier(0.12, 0.95, 0.15, 1.03), transform 0.2s linear;
}
.header__menu_btn > .text {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #434343;
  text-align: center;
  font-size: 0.875rem;
}
.header__menu_btn:hover > .line::before {
  width: 20px;
}
.header__menu_btn:hover > .line::after {
  width: 26px;
}
.header__menu_btn._open {
  padding-top: 0;
  padding-right: 20px;
  height: 50px;
}
.header__menu_btn._open > .line {
  background-color: transparent;
}
.header__menu_btn._open > .line::before, .header__menu_btn._open > .line::after {
  background-color: #626262;
}
.header__menu_btn._open > .line::before {
  transform: rotate(45deg);
  inset: 0;
  top: -20px;
  margin: auto;
  width: 40px;
}
.header__menu_btn._open > .line::after {
  width: 40px;
  transform: rotate(-45deg);
  inset: 0;
  top: -20px;
  margin: auto;
}
.header__menu_btn._open > .text {
  display: none;
}
@media screen and (max-width: 999px) {
  .header__menu_btn._open {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header__menu_btn._open {
    padding-top: 20px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 575px) {
  .header__menu_btn._open {
    padding-top: 0;
    padding-right: 5px;
  }
  .header__menu_btn._open > .line::before {
    top: 0;
    width: 30px;
  }
  .header__menu_btn._open > .line::after {
    top: 0;
    width: 30px;
  }
}
@media screen and (max-width: 374px) {
  .header__menu_btn._open > .line::before {
    width: 25px;
  }
  .header__menu_btn._open > .line::after {
    width: 25px;
  }
}
@media screen and (max-width: 999px) {
  .header__menu_btn {
    padding-top: 0;
    row-gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header__menu_btn > .line::before {
    top: -10px;
  }
  .header__menu_btn > .line::after {
    bottom: -10px;
  }
}
@media screen and (max-width: 575px) {
  .header__menu_btn > .line {
    width: 30px;
  }
  .header__menu_btn > .line::before {
    width: 30px;
  }
  .header__menu_btn > .line::after {
    width: 30px;
  }
  .header__menu_btn > .text {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 374px) {
  .header__menu_btn > .line {
    width: 25px;
  }
  .header__menu_btn > .line::before {
    width: 25px;
    top: -8px;
  }
  .header__menu_btn > .line::after {
    width: 25px;
    bottom: -8px;
  }
}

.large_text {
  font-family: "Zen Old Mincho", serif;
  color: #002e7d;
}

.line_title {
  color: #82a2dc;
  position: relative;
  font-size: 1.125rem;
  letter-spacing: 0;
}
.line_title::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #82a2dc;
  position: absolute;
  top: 50%;
  left: 0;
}
.line_title > span {
  background-color: #ffffff;
  padding-right: 10px;
  position: relative;
  z-index: 2;
}
.line_title._en {
  font-family: "Source Serif Pro", sans-serif;
  font-weight: normal;
}

@media screen and (max-width: 999px) {
  .main_content_area {
    min-height: auto;
  }
}

@media screen and (max-width: 999px) {
  .main_content_area,
  .editor-styles-wrapper {
    padding-bottom: 15px;
  }
}
.main_content_area._index,
.editor-styles-wrapper._index {
  padding-top: 0;
}
.main_content_area h1:not(.cancel),
.main_content_area .h1,
.editor-styles-wrapper h1:not(.cancel),
.editor-styles-wrapper .h1 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.188rem;
  font-weight: 400;
  color: #111111;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  position: relative;
  letter-spacing: 5px;
  line-height: 1.5;
}
.main_content_area h1:not(.cancel)::after,
.main_content_area .h1::after,
.editor-styles-wrapper h1:not(.cancel)::after,
.editor-styles-wrapper .h1::after {
  display: block;
  content: "";
  width: 130px;
  height: 1px;
  background: linear-gradient(to right, #36dea0 0%, #4ed76a 25%, #24a7df 75%, #63c1ff 100%);
  position: absolute;
  bottom: 0;
}
.main_content_area h1:not(.cancel) span,
.main_content_area .h1 span,
.editor-styles-wrapper h1:not(.cancel) span,
.editor-styles-wrapper .h1 span {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin-top: 0.9em;
  display: block;
}
@media screen and (max-width: 575px) {
  .main_content_area h1:not(.cancel) span,
  .main_content_area .h1 span,
  .editor-styles-wrapper h1:not(.cancel) span,
  .editor-styles-wrapper .h1 span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 999px) {
  .main_content_area h1:not(.cancel),
  .main_content_area .h1,
  .editor-styles-wrapper h1:not(.cancel),
  .editor-styles-wrapper .h1 {
    font-size: 1.5rem;
    margin-top: 1.8em;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 767px) {
  .main_content_area h1:not(.cancel),
  .main_content_area .h1,
  .editor-styles-wrapper h1:not(.cancel),
  .editor-styles-wrapper .h1 {
    margin-top: 1.2em;
    margin-bottom: 1.3em;
  }
}
@media screen and (max-width: 575px) {
  .main_content_area h1:not(.cancel),
  .main_content_area .h1,
  .editor-styles-wrapper h1:not(.cancel),
  .editor-styles-wrapper .h1 {
    font-size: 1.25rem;
    margin-top: 1.4em;
    margin-bottom: 1.2em;
    padding-bottom: 0.8em;
  }
}
.main_content_area h2:not(.cancel),
.main_content_area .h2,
.editor-styles-wrapper h2:not(.cancel),
.editor-styles-wrapper .h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 1.875rem;
  font-weight: 400;
  color: #111111;
  margin-top: 2.1em;
  margin-bottom: 1.2em;
  padding-bottom: 0.3em;
  position: relative;
  letter-spacing: 5px;
  line-height: 1.5;
  border-bottom: 1px solid #bcbcbc;
}
.main_content_area h2:not(.cancel)::before,
.main_content_area .h2::before,
.editor-styles-wrapper h2:not(.cancel)::before,
.editor-styles-wrapper .h2::before {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #174a63;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 999px) {
  .main_content_area h2:not(.cancel),
  .main_content_area .h2,
  .editor-styles-wrapper h2:not(.cancel),
  .editor-styles-wrapper .h2 {
    font-size: 1.375rem;
    margin-top: 2em;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 767px) {
  .main_content_area h2:not(.cancel),
  .main_content_area .h2,
  .editor-styles-wrapper h2:not(.cancel),
  .editor-styles-wrapper .h2 {
    margin-top: 1.8em;
    margin-bottom: 1.3em;
  }
}
@media screen and (max-width: 575px) {
  .main_content_area h2:not(.cancel),
  .main_content_area .h2,
  .editor-styles-wrapper h2:not(.cancel),
  .editor-styles-wrapper .h2 {
    font-size: 1.125rem;
    margin-top: 1.4em;
    margin-bottom: 1em;
  }
}
.main_content_area h2:not(.cancel) + h3,
.main_content_area .h2 + h3,
.editor-styles-wrapper h2:not(.cancel) + h3,
.editor-styles-wrapper .h2 + h3 {
  margin-top: 0;
}
.main_content_area h3:not(.cancel, .department_h3),
.main_content_area .h3,
.editor-styles-wrapper h3:not(.cancel, .department_h3),
.editor-styles-wrapper .h3 {
  font-family: "Shippori Mincho", serif;
  display: block;
  font-size: 1.375rem;
  font-weight: 400;
  color: #ffffff;
  background-color: #174a63;
  position: relative;
  padding: 5px 20px;
  margin-top: 2.5em;
  margin-bottom: 1.2em;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .main_content_area h3:not(.cancel, .department_h3),
  .main_content_area .h3,
  .editor-styles-wrapper h3:not(.cancel, .department_h3),
  .editor-styles-wrapper .h3 {
    font-size: 1.25rem;
  }
  .main_content_area h3:not(.cancel, .department_h3)::before,
  .main_content_area .h3::before,
  .editor-styles-wrapper h3:not(.cancel, .department_h3)::before,
  .editor-styles-wrapper .h3::before {
    height: calc(100% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .main_content_area h3:not(.cancel, .department_h3),
  .main_content_area .h3,
  .editor-styles-wrapper h3:not(.cancel, .department_h3),
  .editor-styles-wrapper .h3 {
    margin-top: 2em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 575px) {
  .main_content_area h3:not(.cancel, .department_h3),
  .main_content_area .h3,
  .editor-styles-wrapper h3:not(.cancel, .department_h3),
  .editor-styles-wrapper .h3 {
    font-size: 1.125rem;
    margin-top: 2em;
    margin-bottom: 0.8em;
  }
}
.main_content_area h3:not(.cancel, .department_h3) + h4,
.main_content_area .h3 + h4,
.editor-styles-wrapper h3:not(.cancel, .department_h3) + h4,
.editor-styles-wrapper .h3 + h4 {
  margin-top: 0;
}
.main_content_area h4:not(.cancel, .department_h4),
.main_content_area .h4,
.editor-styles-wrapper h4:not(.cancel, .department_h4),
.editor-styles-wrapper .h4 {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #174a63;
  margin-top: 1.5em;
  margin-bottom: 1em;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 5px 23px 5px 0;
  position: relative;
  border-bottom: 1px solid #daeaff;
}
@media screen and (max-width: 999px) {
  .main_content_area h4:not(.cancel, .department_h4),
  .main_content_area .h4,
  .editor-styles-wrapper h4:not(.cancel, .department_h4),
  .editor-styles-wrapper .h4 {
    font-size: 1.125rem;
    margin-top: 1.5em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 575px) {
  .main_content_area h4:not(.cancel, .department_h4),
  .main_content_area .h4,
  .editor-styles-wrapper h4:not(.cancel, .department_h4),
  .editor-styles-wrapper .h4 {
    font-size: 1.125rem;
    margin-top: 1em;
  }
}
.main_content_area h5:not(.cancel),
.main_content_area .h5,
.editor-styles-wrapper h5:not(.cancel),
.editor-styles-wrapper .h5 {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 1.125rem;
  color: #174a63;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  position: relative;
  line-height: 1.5;
  padding-left: 28px;
}
.main_content_area h5:not(.cancel)::before,
.main_content_area .h5::before,
.editor-styles-wrapper h5:not(.cancel)::before,
.editor-styles-wrapper .h5::before {
  position: absolute;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background: #daeaff;
  border-radius: 50%;
  top: 4px;
  left: 0;
}
@media screen and (max-width: 999px) {
  .main_content_area h5:not(.cancel),
  .main_content_area .h5,
  .editor-styles-wrapper h5:not(.cancel),
  .editor-styles-wrapper .h5 {
    font-size: 1.125rem;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}
.main_content_area h5:not(.cancel):first-child,
.main_content_area .h5:first-child,
.editor-styles-wrapper h5:not(.cancel):first-child,
.editor-styles-wrapper .h5:first-child {
  margin-top: 0;
}
@media screen and (max-width: 575px) {
  .main_content_area h5:not(.cancel),
  .main_content_area .h5,
  .editor-styles-wrapper h5:not(.cancel),
  .editor-styles-wrapper .h5 {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.main_content_area h6:not(.cancel),
.main_content_area .h6,
.editor-styles-wrapper h6:not(.cancel),
.editor-styles-wrapper .h6 {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 1rem;
  color: #4f76bd;
  margin-top: 1.5em;
  margin-bottom: 0.7em;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .main_content_area h6:not(.cancel),
  .main_content_area .h6,
  .editor-styles-wrapper h6:not(.cancel),
  .editor-styles-wrapper .h6 {
    font-size: 1rem;
    margin-top: 1.5em;
    margin-bottom: 0.7em;
  }
}
@media screen and (max-width: 575px) {
  .main_content_area h6:not(.cancel),
  .main_content_area .h6,
  .editor-styles-wrapper h6:not(.cancel),
  .editor-styles-wrapper .h6 {
    margin-top: 1em;
    margin-bottom: 0.5em;
  }
}
.main_content_area h6:not(.cancel):first-child,
.main_content_area .h6:first-child,
.editor-styles-wrapper h6:not(.cancel):first-child,
.editor-styles-wrapper .h6:first-child {
  margin-top: 0;
}

.pagelink_area > .pagelink_list {
  padding: 15px 30px;
  margin-top: 45px;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  row-gap: 10px;
  column-gap: 65px;
  background: #f3f3f3;
  border-radius: 5px;
}
@media screen and (max-width: 999px) {
  .pagelink_area > .pagelink_list {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .pagelink_area > .pagelink_list {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.pagelink_area > .pagelink_list > .pagelink {
  display: inline-block;
}
.pagelink_area > .pagelink_list > .pagelink > a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #009d97;
  padding-left: 26px;
}
.pagelink_area > .pagelink_list > .pagelink > a::after {
  display: block;
  content: "";
  width: 16px;
  height: 14px;
  background: url("/common/img/icon/arrow/page_link_arrow.webp") no-repeat;
  background-size: contain;
  position: absolute;
  inset: 5px auto auto 0;
  margin: auto;
  transition: transform 0.2s ease;
}
.pagelink_area > .pagelink_list > .pagelink > a:hover {
  display: block;
  color: #174a63;
}
.pagelink_area > .pagelink_list > .pagelink > a:hover::after {
  display: block;
  content: "";
  width: 16px;
  height: 14px;
  background: url("/common/img/icon/arrow/page_link_arrow_hover.webp") no-repeat;
  background-size: contain;
  position: absolute;
  inset: 5px auto auto 0;
  margin: auto;
  transition: transform 0.2s ease;
}
@media screen and (max-width: 999px) {
  .pagelink_area > .pagelink_list {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pagelink_area > .pagelink_list {
    padding: 15px 20px;
    flex-direction: column;
    row-gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  .pagelink_area > .pagelink_list {
    padding: 10px;
  }
}

@keyframes bg_loop_footer {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 400vh center;
  }
}
.footer__scroll_img_area {
  margin-bottom: 0;
  background: url("../img/footer_scroll_img.webp") 0 center/auto 100% repeat-x transparent;
  height: 240px;
  animation-duration: 200s;
  animation-name: bg_loop_footer;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 767px) {
  .footer__scroll_img_area {
    height: 150px;
    margin-bottom: 0;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.footer .to_top_btn {
  position: fixed;
  right: 30px;
  bottom: 80px;
  width: 80px;
  height: 80px;
  background-color: #0f1e30;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.15s cubic-bezier(0.15, 0.95, 0.38, 1.01), transform 0.5s cubic-bezier(0.15, 0.95, 0.38, 1.01);
  z-index: 3;
}
@media screen and (max-width: 999px) {
  .footer .to_top_btn {
    scale: 0.8;
    right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .footer .to_top_btn {
    scale: 0.7;
    right: 20px;
  }
}
@media screen and (max-width: 374px) {
  .footer .to_top_btn {
    scale: 0.6;
    right: 10px;
  }
}
.footer .to_top_btn::before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: url("/common/img/icon/to_top_arrow.webp") no-repeat;
  background-size: contain;
  position: absolute;
  inset: auto;
}
.footer .to_top_btn::after {
  display: block;
  content: "";
  width: 116px;
  height: 116px;
  background: url("/common/img/icon/to_top_text.webp") no-repeat;
  background-size: contain;
  position: absolute;
  animation: rotate 10s linear infinite;
}
.footer .to_top_btn._show {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.15s cubic-bezier(0.15, 0.95, 0.38, 1.01), transform 0.5s cubic-bezier(0.15, 0.95, 0.38, 1.01);
}
.footer .to_top_btn._show:hover {
  opacity: 0.7;
}
@media screen and (max-width: 575px) {
  .footer .js-to_top_scroll {
    bottom: 50px !important;
  }
}
@media screen and (max-width: 374px) {
  .footer .js-to_top_scroll {
    bottom: 30px !important;
  }
}
.footer__main_area {
  width: 100%;
  min-height: 3px;
  background-color: #0e1e30;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 25px;
}
@media screen and (max-width: 999px) {
  .footer__main_area {
    padding-bottom: 5px;
  }
}
.footer__main_top {
  display: flex;
  padding-top: 38px;
  margin-bottom: 8px;
}
@media screen and (max-width: 999px) {
  .footer__main_top {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .footer__main_top {
    margin-bottom: 0;
  }
}
.footer__main_top .left {
  width: 40%;
}
@media screen and (max-width: 999px) {
  .footer__main_top .left {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 999px) {
  .footer__main_top .left {
    margin-bottom: 30px;
  }
}
.footer__main_top .right {
  width: 60%;
}
@media screen and (max-width: 999px) {
  .footer__main_top .right {
    width: 100%;
  }
}
.footer__logo {
  width: 330px;
  margin-bottom: 35px;
}
.footer__logo img {
  vertical-align: bottom;
}
@media screen and (max-width: 999px) {
  .footer__logo {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .footer__logo {
    max-width: 280px;
    width: 100%;
  }
}
.footer__address {
  color: #ffffff;
  font-size: 0.938rem;
}
.footer__tel {
  color: #ffffff;
  font-size: 1.563rem;
}
.footer__tel span {
  font-size: 0.938rem;
}
.footer__tel span.tel_text {
  margin-right: 10px;
}
.footer__sitemap {
  padding-top: 6px;
  color: #ffffff;
  font-size: 0.938rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .footer__sitemap {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.footer__list .li1 {
  position: relative;
  margin-bottom: 29px;
  padding-left: 24px;
}
@media screen and (max-width: 575px) {
  .footer__list .li1 {
    margin-bottom: 20px;
  }
}
.footer__list .li1.parent {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .footer__list .li1.parent {
    margin-bottom: 20px;
  }
}
.footer__list .li1.parent ._inner {
  margin-bottom: 14px;
}
.footer__list .li2 {
  position: relative;
  margin-bottom: 9px;
  padding-left: 20px;
  font-size: 0.875rem;
}
.footer__list a {
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.footer__list a:hover {
  opacity: 0.7;
}
.footer__list a.ext ._inner {
  position: relative;
  display: inline-block;
}
.footer__list a.ext ._inner::after {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url("/common/img/icon/ext_icon_footer.webp") 0 center no-repeat transparent;
  background-size: contain;
  margin-left: 5px;
  top: 3px;
  right: -22px;
}
.footer__list .a1::before {
  display: block;
  content: "";
  background: url("../img/icon/arrow/arrow_footer_link.webp") 0 no-repeat transparent;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 0;
  margin: auto;
}
.footer__list .a2::before {
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 10px;
  left: 0;
  margin: auto;
}
.footer__list .sub_menu__ul2 {
  margin-bottom: 25px;
}
.footer__main_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .footer__main_bottom {
    align-items: unset;
  }
}
.footer__main_bottom > .copy {
  font-family: "IBM Plex Sans JP", sans-serif;
  color: #ffffff;
  font-size: 0.75rem;
}
@media screen and (max-width: 374px) {
  .footer__main_bottom > .copy {
    font-size: 0.688rem;
    line-height: 1.4;
  }
}
.footer__main_bottom > .footer_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .footer__main_bottom > .footer_link {
    flex-direction: column;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 374px) {
  .footer__main_bottom > .footer_link {
    padding-bottom: 80px;
  }
}
.footer__main_bottom > .footer_link li {
  width: auto;
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 1.5em;
}
@media screen and (max-width: 575px) {
  .footer__main_bottom > .footer_link li {
    display: block;
    padding: 5px 0;
  }
}
.footer__main_bottom > .footer_link li::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  background: #ffffff;
  transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  .footer__main_bottom > .footer_link li::after {
    content: none;
  }
}
.footer__main_bottom > .footer_link li:last-child {
  padding-right: 0;
}
.footer__main_bottom > .footer_link li:last-child::after {
  content: none;
}
.footer__main_bottom > .footer_link a {
  color: #ffffff;
  font-size: 0.875rem;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.footer__main_bottom > .footer_link a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 999px) {
  .footer__main_bottom {
    flex-direction: column-reverse;
  }
  .footer__main_bottom > .footer_link {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer__main_bottom > .footer_link {
    column-gap: 15px;
  }
}
@media screen and (max-width: 575px) {
  .footer__main_bottom > .footer_link {
    display: block;
    row-gap: 10px;
  }
  .footer__main_bottom > .footer_link > li {
    text-align: left;
  }
}

.js-week_data_root .swiper {
  overflow: hidden;
}

.dep_bottom_box {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.white_btn {
  color: #111111;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 245px;
  height: 50px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(1, 35, 79, 0.15);
  border: 1px solid #ffffff;
  position: relative;
  top: 0;
  left: 0;
  font-size: 1rem;
  transition: box-shadow 0.2s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.white_btn:hover {
  background-color: #f4f7fa;
  box-shadow: 0 0 0 0 rgba(1, 35, 79, 0.1);
}
.white_btn:hover::after {
  transform: translateX(3px);
}
.white_btn::after {
  content: "";
  display: block;
  background: url("../img/icon/arrow/btn_arrow.webp") 0 0 no-repeat transparent;
  background-size: 21px 21px;
  width: 21px;
  height: 21px;
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -10px;
}
.white_btn-icon {
  width: 380px;
  height: 112px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 50px 0 27px;
  overflow: hidden;
}
.white_btn-icon .icon {
  width: 72px;
  height: 72px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.white_btn-icon .icon img {
  display: block;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.white_btn-icon .icon::after {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #eaf3ff;
  transition: background-color 0.2s ease-in-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.white_btn-icon .text {
  color: #111111;
  font-size: 1.125rem;
  padding-left: 23px;
  padding-right: 55px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
.white_btn-icon::after {
  right: 22px;
}
.white_btn-icon:hover .icon img {
  transform: scale(0.92);
}
.white_btn-icon:hover .icon::after {
  transform: scale(2.2);
  background-color: transparent;
}
.white_btn-icon:hover::after {
  right: 22px;
}
.white_btn-icon-sm {
  width: 340px;
  height: 110px;
}
.white_btn-icon-sm .icon {
  width: 52px;
  height: 52px;
}
.white_btn-icon-sm .icon::after {
  width: 52px;
  height: 52px;
}
@media screen and (max-width: 991px) {
  .white_btn-icon {
    width: 300px;
    padding: 0 25px 0 20px;
  }
  .white_btn-icon .text {
    padding-left: 30px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 575px) {
  .white_btn-icon {
    width: 260px;
    padding: 0 10px 0 15px;
  }
  .white_btn-icon .text {
    padding-left: 23px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 575px) {
  .white_btn {
    box-shadow: 0 0 5px 0 rgba(1, 35, 79, 0.15);
  }
}

.js-slider-normal {
  padding-bottom: 40px !important;
}
.js-slider-normal .swiper-slide {
  width: 100%;
  display: flex;
  box-sizing: border-box;
}
.js-slider-normal .swiper-slide > .slider_img {
  margin-right: 20px;
}
.js-slider-normal .swiper-slide > .slider_img > img {
  vertical-align: top;
}
.js-slider-normal .swiper_nav {
  width: 30px;
  height: 30px;
  background-image: none;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.js-slider-normal .swiper_nav::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #0046a0;
  border-right: 2px solid #0046a0;
}
.js-slider-normal .swiper_nav.swiper-button-next {
  inset: auto 10px 0 auto;
}
.js-slider-normal .swiper_nav.swiper-button-next::after {
  transform: rotate(45deg);
}
.js-slider-normal .swiper_nav.swiper-button-prev {
  inset: auto 50px 0 auto;
}
.js-slider-normal .swiper_nav.swiper-button-prev::after {
  transform: rotate(-135deg);
}

.search_input {
  display: flex;
  align-items: center;
  position: absolute;
  inset: 4px 0 auto auto;
  margin: auto;
  overflow: hidden;
  pointer-events: none;
  background-color: transparent !important;
}
.search_input form {
  position: relative;
}
.search_input .input {
  width: 385px;
  height: 30px;
  max-height: 30px;
  background-color: #eff2f6 !important;
  box-shadow: inset 2.121px 2.121px 7px 0 rgba(64, 76, 91, 0.2);
  padding-left: 40px;
  border: none;
  outline: none;
  box-sizing: border-box;
  transform: translateX(385px);
}
.search_input .submitBtn {
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  position: absolute;
  inset: 0 auto 0 10px;
  margin: auto;
  border: none;
  outline: none;
  transform: translateX(385px);
}
.search_input > .close_icon {
  width: 18px;
  height: 18px;
  border: 1px solid #6f8096;
  border-radius: 100%;
  position: relative;
  margin: 0 5px 0 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: none;
}
.search_input > .close_icon::before, .search_input > .close_icon::after {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #6f8096;
  position: absolute;
  inset: 1px 0 0;
  margin: auto;
}
.search_input > .close_icon::before {
  transform: rotate(45deg);
}
.search_input > .close_icon::after {
  transform: rotate(-45deg);
}
.search_input.show {
  pointer-events: all;
}
.search_input.show .input {
  transform: translateX(0);
  pointer-events: all;
  transition: all 0.3s cubic-bezier(0.02, 0.98, 0.66, 0.88);
}
.search_input.show .submitBtn {
  transform: translateX(0);
  transition: all 0.3s cubic-bezier(0.02, 0.98, 0.66, 0.88);
}
.search_input.show .close_icon {
  display: block;
}

.drawer__search .search_input {
  position: static;
  pointer-events: all;
}
.drawer__search .search_input form {
  width: 100%;
}
.drawer__search .search_input .input {
  width: 100%;
  height: 40px;
  max-height: 40px;
  transform: translateX(0);
  color: #000000;
}
.drawer__search .search_input .submitBtn {
  transform: translateX(0);
}
.drawer__search .search_input > .close_icon {
  display: none;
}

/**************************
	インタビュー
*/
.interview_area {
  padding-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .interview_area {
    padding-bottom: 0;
  }
}
.interview_area .interview_colunm {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  .interview_area .interview_colunm {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .interview_area .interview_colunm {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  .interview_area .interview_colunm {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
.interview_area .interview_colunm .image_box {
  position: relative;
  width: calc(49% - 30px);
}
@media screen and (max-width: 999px) {
  .interview_area .interview_colunm .image_box {
    width: calc(49% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .interview_area .interview_colunm .image_box {
    width: 100%;
  }
}
.interview_area .interview_colunm .text_box {
  width: calc(51% - 30px);
  padding-top: 10px;
}
@media screen and (max-width: 999px) {
  .interview_area .interview_colunm .text_box {
    width: calc(51% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .interview_area .interview_colunm .text_box {
    width: 100%;
    padding-top: 5px;
  }
}
.interview_area .interview_colunm .text_box.single_column {
  width: 100%;
}
.interview_area .interview_colunm .text_box .name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 55px;
}
@media screen and (max-width: 999px) {
  .interview_area .interview_colunm .text_box .name {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .interview_area .interview_colunm .text_box .name {
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
}
.interview_area .interview_colunm .text_box .name .jan {
  font-family: "Shippori Mincho", serif;
  font-size: 1.875rem;
  color: #111111;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .interview_area .interview_colunm .text_box .name .jan {
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 575px) {
  .interview_area .interview_colunm .text_box .name .jan {
    font-size: 1.5rem;
  }
}
.interview_area .interview_colunm .text_box .name .en {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 0.938rem;
  color: #8e8e8e;
  padding-top: 5px;
}
@media screen and (max-width: 575px) {
  .interview_area .interview_colunm .text_box .name .en {
    font-size: 0.75rem;
  }
}
.interview_area .interview_colunm .text_box .name::after {
  display: block;
  content: "";
  width: 70px;
  height: 1px;
  background: linear-gradient(to right, #36dea0 0%, #4ed76a 25%, #24a7df 75%, #63c1ff 100%);
  position: absolute;
  bottom: 0;
}
.interview_area .interview_colunm .text_box .text .title {
  font-family: "Shippori Mincho", serif;
  color: #346a85;
  font-size: 1.563rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 999px) {
  .interview_area .interview_colunm .text_box .text .title {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 575px) {
  .interview_area .interview_colunm .text_box .text .title {
    font-size: 1.25rem;
  }
}
.interview_area .interview_colunm .text_box .text .comment {
  line-height: 2.2;
}
@media screen and (max-width: 575px) {
  .interview_area .interview_colunm .text_box .text .comment {
    line-height: 2;
  }
}
.interview_area .interview_colunm:not(:first-child) .text_box .name {
  display: none;
}
.interview_area .interview_colunm:nth-child(odd) {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .interview_area .interview_colunm:nth-child(odd) {
    flex-direction: column;
  }
}
.interview_area .interview_colunm:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .interview_area .interview_colunm:nth-child(even) {
    flex-direction: column;
  }
}
.interview_area .interview_colunm:last-child {
  margin-bottom: 0;
}
.interview_area .interview_colunm.img_rigth {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .interview_area .interview_colunm.img_rigth {
    flex-direction: column;
  }
}
.interview_area .interview_colunm.img_rigth:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .interview_area .interview_colunm.img_rigth:nth-child(odd) {
    flex-direction: column;
  }
}
.interview_area .interview_colunm.img_rigth:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .interview_area .interview_colunm.img_rigth:nth-child(even) {
    flex-direction: column;
  }
}
.interview_area .interview_colunm.img_left {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .interview_area .interview_colunm.img_left {
    flex-direction: column;
  }
}
.interview_area .interview_colunm.img_left .text_box:nth-child(odd) {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .interview_area .interview_colunm.img_left .text_box:nth-child(odd) {
    flex-direction: column;
  }
}
.interview_area .interview_colunm.img_left .text_box:nth-child(even) {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .interview_area .interview_colunm.img_left .text_box:nth-child(even) {
    flex-direction: column;
  }
}

.kensyuui_kurumi .interview_area .interview_colunm:first-of-type .image_box {
  margin-top: 150px;
}
.kensyuui_kurumi .interview_area .interview_colunm .image_box {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .kensyuui_kurumi .interview_area .interview_colunm .image_box {
    margin-top: 0;
  }
}

.kensyuui .interview_area .interview_colunm:first-of-type .image_box {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .kensyuui .interview_area .interview_colunm .image_box {
    margin-top: 0;
  }
}

.kensyuui_first .interview_area .interview_colunm:first-of-type .image_box {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .kensyuui_first .interview_area .interview_colunm:first-of-type .image_box {
    margin-top: 0;
  }
}

/**************************
	フロー
*/
.flow_area .flow_box {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  padding: 0 50px;
  margin-bottom: 20px;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .flow_area .flow_box {
    padding: 0 10px;
  }
}
@media screen and (max-width: 575px) {
  .flow_area .flow_box {
    line-height: 2;
    padding: 0;
  }
}
.flow_area .flow_box .num {
  font-family: "Shippori Mincho", serif;
  position: relative;
  color: #ffffff;
  font-size: 1.75rem;
  background: #9dc4d7;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  letter-spacing: 3px;
}
@media screen and (max-width: 575px) {
  .flow_area .flow_box .num {
    font-size: 1.375rem;
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
}
.flow_area .flow_box .num span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 575px) {
  .flow_area .flow_box .num span {
    padding-bottom: 5px;
  }
}
.flow_area .flow_box .num::after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #9dc4d7;
  top: -20px;
  left: 25px;
  z-index: 10;
}
@media screen and (max-width: 575px) {
  .flow_area .flow_box .num::after {
    left: 22px;
  }
}
.flow_area .flow_box .num::before {
  position: absolute;
  display: block;
  content: "";
  width: 2px;
  height: 92px;
  background: #ffffff;
  top: -18px;
  left: 28px;
  z-index: -2;
}
@media screen and (max-width: 575px) {
  .flow_area .flow_box .num::before {
    height: 82px;
    left: 25px;
  }
}
.flow_area .flow_box .text {
  margin-left: 30px;
  background: #f9f9f9;
  padding: 18px 30px;
}
@media screen and (max-width: 767px) {
  .flow_area .flow_box .text {
    margin-left: 15px;
  }
}
@media screen and (max-width: 575px) {
  .flow_area .flow_box .text {
    padding: 15px 20px;
  }
}
.flow_area .flow_box::before {
  position: absolute;
  display: block;
  content: "";
  width: 2px;
  height: calc(100% + 25px);
  background: #9dc4d7;
  top: 0;
  left: 78px;
  z-index: -3;
}
@media screen and (max-width: 767px) {
  .flow_area .flow_box::before {
    left: 38px;
  }
}
@media screen and (max-width: 575px) {
  .flow_area .flow_box::before {
    left: 25px;
  }
}
.flow_area .flow_box:first-child::before {
  height: calc(50% + 25px);
  top: 50%;
}
.flow_area .flow_box:first-child .num::before {
  position: absolute;
  display: block;
  content: "";
  width: 2px;
  height: 97px;
  background: #ffffff;
  top: -22px;
  left: 28px;
  z-index: -2;
}
@media screen and (max-width: 575px) {
  .flow_area .flow_box:first-child .num::before {
    height: 100px;
    top: -35px;
    left: 25px;
  }
}
.flow_area .flow_box:first-child .num::after {
  content: none;
}
.flow_area .flow_box:last-child::before {
  height: 50%;
}

/**************************
	下層インデックスページ
*/
.greeting_box {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 999px) {
  .greeting_box {
    gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  .greeting_box {
    flex-direction: column;
    gap: 20px;
  }
}
.greeting_box .image {
  width: calc(25% - 30px);
}
@media screen and (max-width: 999px) {
  .greeting_box .image {
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 575px) {
  .greeting_box .image {
    width: 100%;
  }
}
.greeting_box .image img {
  width: 100%;
}
.greeting_box .text {
  width: calc(75% - 30px);
}
@media screen and (max-width: 999px) {
  .greeting_box .text {
    width: calc(75% - 15px);
  }
}
@media screen and (max-width: 575px) {
  .greeting_box .text {
    width: 100%;
  }
}

.signature .position {
  font-size: 0.938rem;
  margin-right: 1em;
}
@media screen and (max-width: 575px) {
  .signature .position {
    display: block;
    margin-right: 0;
  }
}
.signature .name {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
}
@media screen and (max-width: 575px) {
  .signature .name {
    font-size: 1.25rem;
    display: block;
  }
}

.img_link_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 110px;
  row-gap: 70px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .img_link_list {
    margin: 0 40px;
    column-gap: 60px;
    row-gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .img_link_list {
    margin: 0 10px;
    column-gap: 30px;
    row-gap: 40px;
  }
}
@media screen and (max-width: 575px) {
  .img_link_list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
}

.img_link {
  display: block;
  position: relative;
}
.img_link__img {
  overflow: hidden;
}
.img_link__img img {
  vertical-align: bottom;
  transition: transform 0.1s linear;
}
.img_link.ext .img_link__text::after {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 16px;
  background: url(/common/img/icon/ext_icon_white.webp);
  background-size: contain;
  background-position: 0 0;
  right: 27px;
  background-repeat: no-repeat;
}

@media (max-width: 575px) {
  .img_link.ext .img_link__text::after {
    right: 18px;
  }
}

/* hover 時のスタイル */
.img_link.ext:hover .img_link__text::after {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 16px;
  background: url(/common/img/icon/ext_icon_navy.webp);
  background-size: contain;
  background-position: 0 0;
  right: 27px;
  background-repeat: no-repeat;
}

@media (max-width: 575px) {
  .img_link.ext:hover .img_link__text::after {
    right: 18px;
  }
}

.img_link__text {
  position: absolute;
  display: inline-flex;
  align-items: center;
  font-size: 0.938rem;
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
  line-height: 1.3;
  background: #0f1e30;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  min-height: 60px;
  min-width: 350px;
  padding: 10px 58px 10px 30px;
  margin-bottom: 15px;
  text-align: left;
  border-radius: 5px;
  bottom: 20px;
  right: -30px;
}
@media screen and (max-width: 999px) {
  .img_link__text {
    min-height: 50px;
    min-width: 80%;
    bottom: 5px;
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .img_link__text {
    min-width: 80%;
    bottom: 0;
    right: -10px;
  }
}
.img_link__text::after {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 16px;
  background: url("../img/icon/arrow/btn_arrow.webp") no-repeat;
  background-size: contain;
  background-position: 0 0;
  right: 27px;
}
@media screen and (max-width: 575px) {
  .img_link__text::after {
    right: 18px;
  }
}
.img_link:hover .img_link__text {
  background: #ffffff;
  color: #0f1e30;
  border: 1px solid #0f1e30;
}
.img_link:hover .img_link__text::after {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 16px;
  background: url("../img/icon/arrow/btn_arrow_hover.webp") no-repeat;
  background-size: contain;
  background-position: 0 0;
  right: 27px;
}
@media screen and (max-width: 999px) {
  .img_link__text {
    min-height: 60px;
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .img_link__text {
    font-size: 1rem;
    min-height: 40px;
    max-width: 80%;
  }
}

/**************************
	テキストのみインデックス
*/
.text_index_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  padding-top: 10px;
}
@media screen and (max-width: 999px) {
  .text_index_list {
    gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  .text_index_list {
    gap: 25px;
  }
}
.text_index_list > li {
  width: calc((100% - 100px) / 3);
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 999px) {
  .text_index_list > li {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .text_index_list > li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .text_index_list > li {
    width: 100%;
  }
}
.text_index_list > li::before {
  content: "";
}
.text_index_list > li > a {
  flex: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border: 1px solid #0f1e30;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  min-height: 100px;
  color: #111111;
  font-size: 1.063rem;
  font-weight: 500;
  padding: 10px 65px 10px 30px;
  box-shadow: 5px 3px 15px 10px rgba(105, 105, 105, 0.05);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 575px) {
  .text_index_list > li > a {
    min-height: 80px;
    padding: 10px 60px 10px 20px;
  }
}
.text_index_list > li > a::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #0f1e30;
  bottom: 0;
  left: 0;
}
.text_index_list > li > a::after {
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/icon/arrow/text_index_list_arrow.webp") no-repeat;
  background-size: contain;
  background-position: 0 0;
  right: 27px;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 575px) {
  .text_index_list > li > a::after {
    right: 22px;
  }
}
.text_index_list > li > a.ext::after {
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/icon/arrow/text_index_list_arrow_ext.webp") no-repeat;
  background-size: contain;
  background-position: 0 0;
  right: 27px;
}
@media screen and (max-width: 575px) {
  .text_index_list > li > a.ext::after {
    right: 22px;
  }
}
.text_index_list > li > a:hover {
  color: #009d97;
}
.text_index_list > li > a:hover::after {
  transform: translateX(2px);
}

/**************************
	高さ制限スクロールボックス
*/
.scrollable_box {
  height: 410px;
  overflow-y: scroll;
}
