@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@200;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap");
/* フォームのエラーのカラー */
/*赤*/
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
/* タブレット・PC */
@media screen and (max-width: 599px) {
  .pctb {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (max-width: 599px), (min-width: 1025px) {
  .tb {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
@media print {
  .tb, .tbsp, .sp {
    display: none !important;
  }
  body {
    width: 1200px;
    -webkit-print-color-adjust: exact;
  }
  .head-wrapper {
    height: 0 !important;
  }
  .header {
    position: relative !important;
  }
  .menu-box {
    position: absolute !important;
  }
  .top-main {
    height: 50vh !important;
  }
  /*　------- ↓その他参考例　---------
  .header {
      position: relative !important; //ヘッダー固定fixedを解除
  }
  .header .header-inner {
      width: 100% !important; //サイト幅を解除
  }
  .page-title {
      margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
      width: 100% !important; //サイト幅を解除
  }
  .breadcrumbs-list {
      width: 100% !important; //サイト幅を解除
  }
  .global-nav {
      width: 100%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/
}
/*--------------------------------------------------------

	リセット : html5reset-1.6.1.css

参考
https://coliss.com/articles/build-websites/operation/css/my-css-reset-by-ire.html
----------------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html {
  font-size: 62.5%;
}

/*body設定*/
body {
  margin: 0;
  padding: 0;
  color: #123;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 1.8;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  overflow-x: hidden;
  text-rendering: optimizeSpeed;
}
@media print, screen and (min-width: 1025px) {
  body {
    font-weight: 400;
  }
}
@media screen and (max-width: 599px) {
  body {
    font-size: 1.5rem;
  }
}

/*IE用：游ゴシックの謎余白をなくすためフォントを別指定*/
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Meiryo, sans-serif;
  }
}
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

/*テーブル指定*/
table,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています marginを指定したら地獄*/
ul[class],
ol[class] {
  list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote,
q {
  quotes: none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています。また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています。また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input,
select {
  vertical-align: middle;
}

/*画像を縦に並べたときに余白が出てしまわないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  -webkit-backface-visibility: hidden;
  width: auto;
  max-width: 100%;
  height: auto;
}

/* タッチデバイスでのリンクやボタンの反応を向上 */
a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@page {
  size: A4;
  margin: 0;
}
/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/*クラスの指定がない場合のリンクのデフォルト色を指定*/
/*すべての要素のfont-family, font-size, line-heightをその親から継承するようにリセット*/
* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/*属性と状態のCSSリセット*/
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/*box-sizing*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*clearfix*/
/* For modern browsers */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

/*禁則処理の追加*/
p,
li,
dt,
dd,
th,
td,
pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
}

/*iOSでのsubmit, buttonのデザインをリセットするCSS*/
button,
input[type=submit],
input[type=button],
input[type=search] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
button::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=search]::-webkit-search-decoration {
  display: none;
}
button::focus,
input[type=submit]::focus,
input[type=button]::focus,
input[type=search]::focus {
  outline-offset: -2px;
}

/* Form */
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  font-size: 100%;
  border: none;
  border-radius: 0;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  resize: vertical;
}

button,
input[type=submit],
input[type=button],
input[type=radio],
input[type=checkbox],
label,
select {
  cursor: pointer;
}

/** Form Select IE 11 */
select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

/** Selection */
::-moz-selection,
::selection {
  background-color: #b3d4fc;
  /* Change as appropriate */
  color: #000;
  /* Change as appropriate */
  text-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media print, screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}
/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

a {
  text-decoration: none;
  transition: 0.2s;
}

p, h1, h2, h3, h4, h5, dt, dd, a {
  font-display: swap;
}

/*マージンボトム*/
.mb00 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 599px) {
  .mb00 {
    margin-bottom: 0px !important;
  }
}

.mb05 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 599px) {
  .mb05 {
    margin-bottom: 5px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 599px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 599px) {
  .mb15 {
    margin-bottom: 10px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 599px) {
  .mb20 {
    margin-bottom: 15px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 599px) {
  .mb25 {
    margin-bottom: 20px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 1024px) {
  .mb30 {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb30 {
    margin-bottom: 20px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 1024px) {
  .mb35 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb35 {
    margin-bottom: 25px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1024px) {
  .mb40 {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 1024px) {
  .mb50 {
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb50 {
    margin-bottom: 35px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 1024px) {
  .mb60 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 1024px) {
  .mb70 {
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb70 {
    margin-bottom: 45px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 1024px) {
  .mb80 {
    margin-bottom: 65px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb80 {
    margin-bottom: 50px !important;
  }
}

.mb90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 1024px) {
  .mb90 {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb90 {
    margin-bottom: 60px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 1024px) {
  .mb100 {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb100 {
    margin-bottom: 60px !important;
  }
}

.mb120 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 1024px) {
  .mb120 {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb120 {
    margin-bottom: 70px !important;
  }
}

/*マージントップ*/
.mt00 {
  margin-top: 0px !important;
}
@media screen and (max-width: 599px) {
  .mt00 {
    margin-top: 0px !important;
  }
}

.mt05 {
  margin-top: 5px !important;
}
@media screen and (max-width: 599px) {
  .mt05 {
    margin-top: 5px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 599px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 599px) {
  .mt15 {
    margin-top: 10px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 599px) {
  .mt20 {
    margin-top: 15px !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 599px) {
  .mt25 {
    margin-top: 20px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 1024px) {
  .mt30 {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt30 {
    margin-top: 20px !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 1024px) {
  .mt35 {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt35 {
    margin-top: 25px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 1024px) {
  .mt40 {
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt40 {
    margin-top: 30px !important;
  }
}

/*ネガティブマージンボトム*/
.mb-05 {
  margin-bottom: -5px !important;
}
@media screen and (max-width: 599px) {
  .mb-05 {
    margin-bottom: -5px !important;
  }
}

.mb-10 {
  margin-bottom: -10px !important;
}
@media screen and (max-width: 599px) {
  .mb-10 {
    margin-bottom: -5px !important;
  }
}

.mb-15 {
  margin-bottom: -15px !important;
}
@media screen and (max-width: 599px) {
  .mb-15 {
    margin-bottom: -10px !important;
  }
}

.mb-20 {
  margin-bottom: -20px !important;
}
@media screen and (max-width: 599px) {
  .mb-20 {
    margin-bottom: -15px !important;
  }
}

.mb-25 {
  margin-bottom: -25px !important;
}
@media screen and (max-width: 599px) {
  .mb-25 {
    margin-bottom: -20px !important;
  }
}

.mb-30 {
  margin-bottom: -30px !important;
}
@media screen and (max-width: 1024px) {
  .mb-30 {
    margin-bottom: -25px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb-30 {
    margin-bottom: -20px !important;
  }
}

/*ネガティブマージントップ*/
.mt-05 {
  margin-top: -5px !important;
}
@media screen and (max-width: 599px) {
  .mt-05 {
    margin-top: -5px !important;
  }
}

.mt-10 {
  margin-top: -10px !important;
}
@media screen and (max-width: 599px) {
  .mt-10 {
    margin-top: -5px !important;
  }
}

.mt-15 {
  margin-top: -15px !important;
}
@media screen and (max-width: 599px) {
  .mt-15 {
    margin-top: -10px !important;
  }
}

.mt-20 {
  margin-top: -20px !important;
}
@media screen and (max-width: 599px) {
  .mt-20 {
    margin-top: -15px !important;
  }
}

.mt-25 {
  margin-top: -25px !important;
}
@media screen and (max-width: 599px) {
  .mt-25 {
    margin-top: -20px !important;
  }
}

.mt-30 {
  margin-top: -30px !important;
}
@media screen and (max-width: 1024px) {
  .mt-30 {
    margin-top: -25px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt-30 {
    margin-top: -20px !important;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 15px;
}
.breadcrumbs li {
  position: relative;
  font-size: 1.4rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .breadcrumbs li {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumbs li {
    font-size: 1.2rem;
  }
}
.breadcrumbs li:not(:last-child) {
  padding-right: 35px;
}
@media screen and (max-width: 834px) {
  .breadcrumbs li:not(:last-child) {
    padding-right: 30px;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumbs li:not(:last-child) {
    padding-right: 25px;
  }
}
.breadcrumbs li:not(:last-child)::after {
  content: ">";
  position: absolute;
  right: 14px;
}
@media screen and (max-width: 834px) {
  .breadcrumbs li:not(:last-child)::after {
    right: 12px;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumbs li:not(:last-child)::after {
    right: 10px;
  }
}
.breadcrumbs li a {
  color: #969696;
  text-decoration: underline;
}
@media print, screen and (min-width: 1025px) {
  .breadcrumbs li a:hover {
    text-decoration: none;
  }
}

.btn-base {
  display: block;
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
  text-decoration: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2698af+0,8dbf4b+100 */
  background: linear-gradient(to right, rgb(38, 152, 175) 0%, rgb(141, 191, 75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 60px;
  padding: 18px 40px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .btn-base {
    font-size: 1.7rem;
  }
}
.btn-base::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto 0;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 1025px) {
  .btn-base:hover {
    transform: translateX(3px);
  }
}
.btn-base--back::after {
  left: 30px;
  right: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media print, screen and (min-width: 1025px) {
  .btn-base--back:hover {
    transform: translateX(-3px);
  }
}
.btn-base--border {
  background: none;
  border: 2px solid #ffffff;
}

.btn-base02 {
  display: block;
  position: relative;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
  text-decoration: none;
  background-color: #e56b6b;
  border-radius: 60px;
  padding: 27px 40px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 834px) {
  .btn-base02 {
    font-size: 1.8rem;
    padding: 22px 30px;
  }
}
@media screen and (max-width: 599px) {
  .btn-base02 {
    font-size: 1.7rem;
  }
}
.btn-base02::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto 0;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn-base02__icon {
  background-position: left top;
  background-repeat: no-repeat;
}
.btn-base02--counseling .btn-base02__icon {
  background-image: url(../img/common/icon_tel_white.svg);
  background-size: 37px auto;
  padding: 4px 0 4px 50px;
}
@media screen and (max-width: 834px) {
  .btn-base02--counseling .btn-base02__icon {
    background-size: 32px auto;
    padding: 3px 0 3px 45px;
  }
}
@media screen and (max-width: 599px) {
  .btn-base02--counseling .btn-base02__icon {
    background-size: 27px auto;
    padding: 2px 0 2px 40px;
  }
}
@media print, screen and (min-width: 1025px) {
  .btn-base02:hover {
    transform: translateX(3px);
  }
}

.btn-base03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #345;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.15;
  background-image: url(../img/common/arw01_02.svg);
  background-position: right 14px center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-color: #ffffff;
  padding: 23px 30px 23px 25px;
}
@media screen and (max-width: 834px) {
  .btn-base03 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .btn-base03:hover {
    transform: translateX(3px);
  }
}

.btn-base04 {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  color: #000;
  line-height: 1.3;
  background-color: #e5f3f1;
  border-radius: 5px;
  padding: 22px 20px 22px 50px;
}
@media screen and (max-width: 599px) {
  .btn-base04 {
    padding: 16px 18px 16px 45px;
  }
}
.btn-base04::before {
  position: absolute;
  content: "";
  top: 0;
  left: 15px;
  bottom: 0;
  width: 24px;
  height: 24px;
  background-color: #0b9c8d;
  border-radius: 50%;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 599px) {
  .btn-base04::before {
    left: 13px;
  }
}
.btn-base04::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 22px;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-top: auto;
  margin-bottom: auto;
  transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .btn-base04::after {
    left: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .btn-base04:hover {
    transform: translateX(2px);
  }
}

.btn-file {
  position: relative;
  display: block;
  color: #222222;
  font-weight: 400;
  line-height: 1.15;
  background-position: left 18px center;
  background-repeat: no-repeat;
  background-size: 28px auto;
  border: 1px solid #bdcbd1;
  border-radius: 5px;
  padding: 25px 30px 25px 60px;
}
@media screen and (max-width: 834px) {
  .btn-file {
    background-position: left 13px center;
    background-size: 21px auto;
    padding: 20px 30px 20px 50px;
  }
}
.btn-file::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto 0;
  width: 9px;
  height: 9px;
  border-top: 2px solid #757575;
  border-right: 2px solid #757575;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;
}
.btn-file--pdf {
  background-image: url(../img/common/icon_pdf.png);
}
.btn-file--word {
  background-image: url(../img/common/icon_word.png);
}
.btn-file--excel {
  background-image: url(../img/common/icon_excel.png);
}
@media print, screen and (min-width: 1025px) {
  .btn-file:hover {
    transform: translateX(3px);
  }
}

.col-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .col-btn-wrapper {
    gap: 10px;
    margin-bottom: 10px;
  }
}
.col-btn-wrapper__btn {
  display: flex;
  align-items: center;
  width: 100%;
}
.col-btn-wrapper.column2 .col-btn-wrapper__btn {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 1024px) {
  .col-btn-wrapper.column2 .col-btn-wrapper__btn {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 834px) {
  .col-btn-wrapper.column2 .col-btn-wrapper__btn {
    width: 100%;
  }
}
.col-btn-wrapper.column3 .col-btn-wrapper__btn {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 1024px) {
  .col-btn-wrapper.column3 .col-btn-wrapper__btn {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 834px) {
  .col-btn-wrapper.column3 .col-btn-wrapper__btn {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .col-btn-wrapper.column3 .col-btn-wrapper__btn {
    width: 100%;
  }
}

.icon-link {
  position: relative;
  display: inline-block;
  color: #fff !important;
  font-size: 1.8rem;
  line-height: 1.3;
  text-decoration: none !important;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2698af+0,8dbf4b+100 */
  background: linear-gradient(to right, rgb(38, 152, 175) 0%, rgb(141, 191, 75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 60px;
  margin-bottom: 7px;
  padding: 18px 50px 18px 40px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 600px) {
  .icon-link {
    min-width: 300px;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .icon-link {
    font-size: 1.7rem;
  }
}
.icon-link::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -6px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media print, screen and (min-width: 1025px) {
  .icon-link:hover {
    transform: translateX(3px);
  }
}
.icon-link.type02 {
  color: #0b9c8d !important;
  background: none;
  background-color: #ffffff;
  border: 2px solid #0b9c8d;
}
.icon-link.type02::before {
  width: 9px;
  height: 9px;
  border-top: 2px solid #0b9c8d;
  border-right: 2px solid #0b9c8d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer {
  position: relative;
  padding: 45px 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 45px 30px;
  }
}
@media screen and (max-width: 834px) {
  .footer {
    padding: 50px 30px 40px;
  }
}
@media screen and (max-width: 599px) {
  .footer {
    padding: 50px 20px 30px;
  }
}
.footer-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 1025px) {
  .footer-box {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer-box__company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 1025px) {
  .footer-box__company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .footer-box__company {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 834px) {
  .footer-box__company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .footer-box__company {
    margin-bottom: 30px;
  }
}
.footer-box__company__logo {
  max-width: 227px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (min-width: 1025px) {
  .footer-box__company__logo {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-box__company__logo {
    margin-right: 50px;
  }
}
@media screen and (max-width: 834px) {
  .footer-box__company__logo {
    margin-right: 20px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .footer-box__company__logo {
    max-width: 192.95px;
    margin-bottom: 20px;
  }
}
.footer-box__company__logo__link {
  display: block;
}
@media print, screen and (min-width: 1025px) {
  .footer-box__company__logo__link:hover {
    opacity: 0.8;
  }
}
.footer-box__company__logo__link img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .footer-box__company__text__address {
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  .footer-box__company__text__num {
    text-align: center;
  }
}
.footer-box__company__text__num__link {
  color: #345;
}
@media screen and (max-width: 1024px) {
  .footer-box__company__text__num__link {
    text-decoration: underline;
  }
}
.footer-box__company__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  gap: 0 10px;
}
@media screen and (max-width: 1024px) {
  .footer-box__company__sns {
    margin-top: 0;
    margin-left: 40px;
    gap: 0 12px;
  }
}
@media screen and (max-width: 834px) {
  .footer-box__company__sns {
    margin-top: 30px;
    margin-left: 0;
    gap: 0 10px;
  }
}
.footer-box__company__sns__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  font-size: 0;
}
.footer-box__company__sns__item__link {
  display: block;
}
.footer-box__company__sns__item__link img {
  width: 100%;
}
.footer-box__company__sns__item__link--x img {
  max-width: 26px;
}
@media print, screen and (min-width: 1025px) {
  .footer-box__company__sns__item__link:hover {
    opacity: 0.8;
    transform: translateY(3px);
  }
}
@media screen and (max-width: 1024px) {
  .footer-box__site {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .footer-box__site {
    text-align: center;
  }
}
.footer-box__site__list {
  font-size: 0;
  margin-bottom: 30px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .footer-box__site__list {
    margin-left: 5px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 834px) {
  .footer-box__site__list {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .footer-box__site__list {
    margin-bottom: 30px;
  }
}
.footer-box__site__list > li {
  position: relative;
  display: inline-block;
  padding-left: 46px;
  margin-right: 34px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .footer-box__site__list > li {
    padding-left: 36px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 599px) {
  .footer-box__site__list > li {
    padding-left: 25px;
    margin-right: 15px;
  }
}
.footer-box__site__list > li::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 12px;
  height: 12px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#42bad2+0,bbdd8e+100 */
  background: linear-gradient(135deg, rgb(66, 186, 210) 20%, rgb(187, 221, 142) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 50%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .footer-box__site__list > li::before {
    width: 10px;
    height: 10px;
  }
}
.footer-box__site__list > li:last-child {
  margin-right: 0;
}
.footer-box__site__list__link {
  color: #345;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .footer-box__site__list__link {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .footer-box__site__list__link {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .footer-box__site__list__link:hover {
    text-decoration: underline;
  }
}
.footer-box__site__bnr-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 60px;
  gap: 20px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .footer-box__site__bnr-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  .footer-box__site__bnr-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
    gap: 15px;
  }
}
@media screen and (max-width: 599px) {
  .footer-box__site__bnr-list {
    margin-bottom: 40px;
    gap: 10px;
  }
}
.footer-box__site__bnr-list__item {
  width: 200px;
}
.footer-box__site__bnr-list__item__link {
  display: block;
}
.footer-box__site__bnr-list__item__link img {
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .footer-box__site__bnr-list__item__link:hover {
    opacity: 0.8;
  }
}
.footer-box__site__copyright {
  font-size: 1.2rem;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 834px) {
  .footer-box__site__copyright {
    font-size: 1.1rem;
    text-align: center;
  }
}

.head-wrapper {
  z-index: auto;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #ffffff;
  padding-right: 420px;
  z-index: 10;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1600px) {
  .header {
    padding-right: 390px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    height: 100px;
    padding-right: 350px;
  }
}
@media screen and (max-width: 834px) {
  .header {
    height: 80px;
    padding-right: 280px;
  }
}
@media screen and (max-width: 599px) {
  .header {
    height: 60px;
    padding-right: 0;
  }
}
.header__logo {
  width: 235px;
  line-height: 0.1;
  margin-left: 30px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1800px) {
  .header__logo {
    margin-left: 20px;
    width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .header__logo {
    width: 221px;
  }
}
@media screen and (max-width: 834px) {
  .header__logo {
    width: 182px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 599px) {
  .header__logo {
    width: 140px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 350px) {
  .header__logo {
    width: 120px;
    margin-left: 8px;
  }
}
.header__logo__link {
  display: block;
}
@media print, screen and (min-width: 1025px) {
  .header__logo__link:hover {
    opacity: 0.8;
  }
}
.header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: calc(100% - 235px);
}
@media print, screen and (max-width: 1800px) {
  .header__nav {
    width: calc(100% - 200px);
  }
}
@media print, screen and (max-width: 1300px) {
  .header__nav {
    display: none;
  }
}
.header__nav__item {
  height: 100%;
  margin-right: 35px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media print, screen and (max-width: 1800px) {
  .header__nav__item {
    margin-right: 30px;
  }
}
@media print, screen and (max-width: 1600px) {
  .header__nav__item {
    margin-right: 25px;
  }
}
@media print, screen and (max-width: 1500px) {
  .header__nav__item {
    margin-right: 20px;
  }
}
.header__nav__item__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px;
  color: #345;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1;
}
@media print, screen and (max-width: 1800px) {
  .header__nav__item__link {
    font-size: 1.7rem;
  }
}
@media print, screen and (max-width: 1600px) {
  .header__nav__item__link {
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 1500px) {
  .header__nav__item__link {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .header__nav__item__link:hover {
    color: #13bdab;
  }
}
.header__nav__item__link.now {
  color: #13bdab;
  font-weight: bold;
}
.header__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
}
@media print, screen and (max-width: 1600px) {
  .header__btns {
    width: 390px;
  }
}
@media print, screen and (max-width: 1300px) {
  .header__btns {
    width: 420px;
  }
}
@media screen and (max-width: 1024px) {
  .header__btns {
    width: 350px;
  }
}
@media screen and (max-width: 834px) {
  .header__btns {
    width: 280px;
  }
}
@media screen and (max-width: 599px) {
  .header__btns {
    width: 180px;
  }
}
.header__btns__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
}
@media screen and (max-width: 1024px) {
  .header__btns__list {
    width: 200px;
  }
}
@media screen and (max-width: 834px) {
  .header__btns__list {
    width: 160px;
  }
}
@media screen and (max-width: 599px) {
  .header__btns__list {
    width: 120px;
  }
}
.header__btns__list__item {
  width: 120px;
}
@media screen and (max-width: 1024px) {
  .header__btns__list__item {
    width: 100px;
  }
}
@media screen and (max-width: 834px) {
  .header__btns__list__item {
    width: 80px;
  }
}
@media screen and (max-width: 599px) {
  .header__btns__list__item {
    width: 60px;
  }
}
.header__btns__list__item__link {
  position: relative;
  display: block;
  width: 100%;
  height: 120px;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .header__btns__list__item__link {
    height: 100px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 834px) {
  .header__btns__list__item__link {
    height: 80px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 599px) {
  .header__btns__list__item__link {
    height: 60px;
    font-size: 1rem;
  }
}
.header__btns__list__item__link.contact {
  color: #0a9d8d;
  background-image: url(../img/common/icon_tel.svg);
  background-repeat: no-repeat;
  background-position: center top 26px;
  background-size: 43px auto;
  padding-top: 85px;
}
@media screen and (max-width: 1024px) {
  .header__btns__list__item__link.contact {
    background-position: center top 18px;
    background-size: 41px auto;
    padding-top: 70px;
  }
}
@media screen and (max-width: 834px) {
  .header__btns__list__item__link.contact {
    background-position: center top 13px;
    background-size: 34px auto;
    padding-top: 55px;
  }
}
@media screen and (max-width: 599px) {
  .header__btns__list__item__link.contact {
    padding-top: 40px;
    background-position: 50% 48%;
    background-size: 25px auto;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 150%;
    background-color: #ddf7e7;
  }
}
.header__btns__list__item__link.contact::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#31a2b8+0,78cb0a+100 */
  background: linear-gradient(135deg, rgb(214, 243, 249) 20%, rgb(234, 252, 209) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: -1;
}
@media print, screen and (min-width: 1025px) {
  .header__btns__list__item__link.contact:hover {
    background-color: #d6f0b3;
  }
}
.header__btns__list__item__link.menu {
  z-index: 20;
}
.header__btns__list__item__link.menu::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#31a2b8+0,78cb0a+100 */
  background: linear-gradient(135deg, rgb(49, 162, 184) 20%, rgb(120, 203, 10) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.header__btns__list__item__link.menu .bar {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  width: 36%;
  height: 3px;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .header__btns__list__item__link.menu .bar {
    top: 50px;
  }
}
@media screen and (max-width: 834px) {
  .header__btns__list__item__link.menu .bar {
    top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .header__btns__list__item__link.menu .bar {
    top: 30px;
    height: 2px;
  }
}
.header__btns__list__item__link.menu .bar::before {
  position: absolute;
  content: "";
  right: 0;
  top: -14px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .header__btns__list__item__link.menu .bar::before {
    top: -10px;
  }
}
@media screen and (max-width: 599px) {
  .header__btns__list__item__link.menu .bar::before {
    top: -6px;
  }
}
.header__btns__list__item__link.menu .bar::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -14px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .header__btns__list__item__link.menu .bar::after {
    bottom: -10px;
  }
}
@media screen and (max-width: 599px) {
  .header__btns__list__item__link.menu .bar::after {
    bottom: -6px;
  }
}
.header__btns__list__item__link.menu.on::before {
  background: #55b75f;
}
.header__btns__list__item__link.menu.on .bar::before {
  width: 0;
}
.header__btns__list__item__link.menu.on .bar::after {
  width: 0;
}
.header__btns__list02 {
  width: 180px;
  border-left: 1px solid #dadfde;
}
@media print, screen and (max-width: 1600px) {
  .header__btns__list02 {
    width: 150px;
  }
}
@media print, screen and (max-width: 1300px) {
  .header__btns__list02 {
    width: 180px;
  }
}
@media screen and (max-width: 834px) {
  .header__btns__list02 {
    width: 120px;
  }
}
@media screen and (max-width: 599px) {
  .header__btns__list02 {
    width: 60px;
    border: none;
  }
}
.header__btns__list02__item {
  height: 50%;
  border-top: 1px solid #dadfde;
}
@media screen and (max-width: 599px) {
  .header__btns__list02__item {
    height: 100%;
    border: none;
  }
}
.header__btns__list02__item:nth-child(1) {
  border-top: none;
}
@media screen and (max-width: 599px) {
  .header__btns__list02__item:nth-child(1) {
    display: none;
  }
}
.header__btns__list02__item__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #345;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .header__btns__list02__item__link {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .header__btns__list02__item__link {
    font-size: 1.4rem;
  }
}
.header__btns__list02__item__link__icon {
  background-repeat: no-repeat;
}
.header__btns__list02__item__link.access .header__btns__list02__item__link__icon {
  background-image: url(../img/common/icon_access.svg);
  background-position: left top;
  background-size: 17px auto;
  padding: 3px 0 3px 22px;
}
@media screen and (max-width: 1024px) {
  .header__btns__list02__item__link.access .header__btns__list02__item__link__icon {
    background-size: 15.3px auto;
    background-position: left top 1px;
    padding: 3px 0 3px 20px;
  }
}
@media screen and (max-width: 834px) {
  .header__btns__list02__item__link.access .header__btns__list02__item__link__icon {
    background-size: 13.6px auto;
    padding: 3px 0 3px 18px;
  }
}
.header__btns__list02__item__link.search {
  background-color: transparent;
}
.header__btns__list02__item__link.search .header__btns__list02__item__link__icon {
  background-image: url(../img/common/icon_search.svg);
  background-position: left top 1px;
  background-size: 18px auto;
  padding: 2px 0 2px 27px;
}
@media screen and (max-width: 1024px) {
  .header__btns__list02__item__link.search .header__btns__list02__item__link__icon {
    background-size: 16.2px auto;
    padding: 2px 0 2px 24px;
  }
}
@media screen and (max-width: 834px) {
  .header__btns__list02__item__link.search .header__btns__list02__item__link__icon {
    background-size: 14.4px auto;
    padding: 2px 0 2px 21px;
  }
}
@media screen and (max-width: 599px) {
  .header__btns__list02__item__link.search .header__btns__list02__item__link__icon {
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: #eefcf5;
    background-size: 20px auto;
    background-position: 50% 50%;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 150%;
    position: relative;
  }
}
@media print, screen and (min-width: 1025px) {
  .header__btns__list02__item__link:hover {
    background-color: #d6f0b3;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
}
@media print, screen and (min-width: 1025px) {
  #top .header.header--top {
    top: 60px;
    left: 60px;
    width: calc(100% - 120px);
    height: 100px;
    padding-right: 380px;
  }
}
@media print, screen and (min-width: 1025px) and (max-width: 1600px) {
  #top .header.header--top {
    padding-right: 350px;
  }
}
@media print, screen and (min-width: 1025px) and (max-width: 1400px) {
  #top .header.header--top .header__nav .header__nav__item {
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  #top .header.header--top .header__nav .header__nav__item .header__nav__item__link {
    height: 100px;
  }
  #top .header.header--top .header__btns {
    width: 380px;
  }
}
@media print, screen and (min-width: 1025px) and (max-width: 1600px) {
  #top .header.header--top .header__btns {
    width: 350px;
  }
}
@media print, screen and (min-width: 1025px) {
  #top .header.header--top .header__btns .header__btns__list {
    width: 200px;
  }
  #top .header.header--top .header__btns .header__btns__list .header__btns__list__item {
    width: 100px;
  }
  #top .header.header--top .header__btns .header__btns__list .header__btns__list__item .header__btns__list__item__link {
    height: 100px;
  }
  #top .header.header--top .header__btns .header__btns__list .header__btns__list__item .header__btns__list__item__link.contact {
    background-position: center top 22px;
    background-size: 36px auto;
    padding-top: 70px;
  }
  #top .header.header--top .header__btns .header__btns__list .header__btns__list__item .header__btns__list__item__link.menu .bar {
    top: 50px;
  }
}

.menu-box {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#42bad2+0,78ca13+100 */
  background: linear-gradient(102deg, rgb(66, 186, 210) 0%, rgb(120, 202, 19) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding-left: 50px;
  padding-right: 50px;
  z-index: 11;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .menu-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 599px) {
  .menu-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.menu-box::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.menu-box::-webkit-scrollbar-track {
  background-color: rgb(234, 252, 209);
}
.menu-box::-webkit-scrollbar-thumb {
  background-color: #bbdd8e;
  border-radius: 6px;
}
@-moz-document url-prefix() {
  .menu-box {
    scrollbar-width: thin;
    scrollbar-color: #bbdd8e rgb(234, 252, 209);
  }
}
.menu-box__inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1600px;
  padding-top: 160px;
  padding-bottom: 160px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .menu-box__inr {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 834px) {
  .menu-box__inr {
    padding-top: 80px;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__inr {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
.menu-box__menu-block {
  width: calc(99.9% - 520px);
  color: #ffffff;
  padding-right: 80px;
}
@media print, screen and (max-width: 1600px) {
  .menu-box__menu-block {
    width: 65.2%;
    padding-right: 60px;
  }
}
@media print, screen and (max-width: 1300px) {
  .menu-box__menu-block {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .menu-box__menu-block {
    padding-right: 30px;
  }
}
@media screen and (max-width: 834px) {
  .menu-box__menu-block {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__menu-block {
    margin-bottom: 30px;
  }
}
.menu-box__menu-block__logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .menu-box__menu-block__logo {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__menu-block__logo {
    margin-bottom: 20px;
  }
}
.menu-box__menu-block__logo__link {
  display: block;
  width: 208px;
}
@media screen and (max-width: 1024px) {
  .menu-box__menu-block__logo__link {
    width: 194px;
  }
}
@media screen and (max-width: 834px) {
  .menu-box__menu-block__logo__link {
    width: 208px;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__menu-block__logo__link {
    width: 180px;
  }
}
.menu-box__menu-block__logo__link img {
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .menu-box__menu-block__logo__link:hover {
    opacity: 0.8;
  }
}
.menu-box__menu-block__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px;
}
@media print, screen and (max-width: 1600px) {
  .menu-box__menu-block__nav {
    gap: 40px;
  }
}
@media print, screen and (max-width: 1300px) {
  .menu-box__menu-block__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.menu-box__menu-block__nav__gn {
  width: calc((99.9% - 60px) / 2);
}
@media print, screen and (max-width: 1600px) {
  .menu-box__menu-block__nav__gn {
    width: calc((99.9% - 40px) / 2);
  }
}
@media print, screen and (max-width: 1300px) {
  .menu-box__menu-block__nav__gn {
    width: 100%;
  }
}
.menu-box__annai-block {
  width: 520px;
}
@media print, screen and (max-width: 1600px) {
  .menu-box__annai-block {
    width: 34.7%;
  }
}
@media screen and (max-width: 834px) {
  .menu-box__annai-block {
    width: 100%;
  }
}
.menu-box__annai-block__btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 20px;
}
.menu-box__annai-block__btn-list__item {
  width: calc((99.9% - 20px) / 2);
}
@media print, screen and (max-width: 1300px) {
  .menu-box__annai-block__btn-list__item {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .menu-box__annai-block__btn-list__item {
    width: calc((99.9% - 20px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .menu-box__annai-block__btn-list__item {
    width: 100%;
  }
}
.menu-box.on {
  height: 100vh;
}

@media print, screen and (max-width: 1300px) {
  .global-nav + .global-nav .global-nav__list {
    border-top: none;
  }
}
.global-nav__list {
  border-top: 1px solid #ffffff;
}
.global-nav__list > li {
  position: relative;
  border-bottom: 1px solid #ffffff;
}
.global-nav__list__link {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  padding: 17px 60px 17px 5px;
}
@media screen and (max-width: 599px) {
  .global-nav__list__link {
    font-size: 1.8rem;
    padding: 16px 55px 16px 5px;
  }
}
.global-nav__list__link::before {
  position: absolute;
  content: "";
  top: calc((100% - 14px) / 2);
  right: 27px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .global-nav__list__link::before {
    top: calc((100% - 12px) / 2);
    right: 24px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media print, screen and (min-width: 1025px) {
  .global-nav__list__link:hover {
    opacity: 0.8;
    transform: translateX(3px);
  }
}
.global-nav__list__link:has(+ .global-nav__list__acc)::before {
  display: none;
}
.global-nav__list__acc {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: inherit;
}
@media screen and (max-width: 599px) {
  .global-nav__list__acc {
    width: 55px;
    height: 55px;
  }
}
.global-nav__list__acc::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  margin: auto;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .global-nav__list__acc::before {
    width: 18px;
  }
}
.global-nav__list__acc::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 24px;
  background-color: #ffffff;
  margin: auto;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .global-nav__list__acc::after {
    height: 18px;
  }
}
.global-nav__list__acc.active::after {
  transform: rotate(270deg);
}
.global-nav__list__sub {
  display: none;
}
.global-nav__list__sub > li {
  margin-bottom: 15px;
}
.global-nav__list__sub > li:last-child {
  margin-bottom: 25px;
}
.global-nav__list__sub__link {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  padding-left: 23px;
}
@media screen and (max-width: 599px) {
  .global-nav__list__sub__link {
    font-size: 1.3rem;
  }
}
.global-nav__list__sub__link::before {
  position: absolute;
  content: "";
  top: calc((100% - 12px) / 2);
  left: 3px;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 100%;
}
.global-nav__list__sub__link::after {
  position: absolute;
  content: "";
  top: calc((100% - 4px) / 2);
  left: 6px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #42bad2;
  border-right: 1px solid #42bad2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media print, screen and (min-width: 1025px) {
  .global-nav__list__sub__link:hover {
    opacity: 0.8;
    transform: translateX(3px);
  }
}

body.open {
  height: 100%;
  overflow: hidden;
}

#side {
  width: 380px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cffbeb+0,ffffff+100 */
  background: linear-gradient(to bottom, rgb(207, 251, 235) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding-bottom: 175px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1400px) {
  #side {
    width: 300px;
  }
}
@media print, screen and (max-width: 1300px) {
  #side {
    width: 100%;
    padding-bottom: 0;
  }
}

.side-category {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#31a2b8+0,78cb0a+100 */
  background: linear-gradient(135deg, rgb(49, 162, 184) 20%, rgb(120, 203, 10) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.side-category__link {
  display: block;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  padding: 40px 50px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (max-width: 1400px) {
  .side-category__link {
    padding: 40px 40px;
  }
}
@media print, screen and (max-width: 1200px) {
  .side-category__link {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .side-category__link {
    font-size: 1.9rem;
    padding: 35px 30px;
  }
}
@media screen and (max-width: 834px) {
  .side-category__link {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .side-category__link {
    font-size: 1.7rem;
    padding: 20px 20px;
  }
}
.side-category__link__icon {
  display: inline-block;
  background-position: left top;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 1025px) {
  .side-category__link:hover {
    background-color: #55b75f;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.side-category__link--news .side-category__link__icon {
  background-image: url(../img/common/icon_info_white.svg);
  background-size: 24px auto;
  padding: 3px 0 3px 44px;
}
@media screen and (max-width: 1024px) {
  .side-category__link--news .side-category__link__icon {
    background-size: 22px auto;
    padding: 2px 0 2px 39px;
  }
}
@media screen and (max-width: 599px) {
  .side-category__link--news .side-category__link__icon {
    background-size: 20px auto;
    padding: 2px 0 2px 34px;
  }
}
.side-category__link--addiction .side-category__link__icon {
  background-image: url(../img/common/icon_medicine_white.svg);
  background-size: 21px auto;
  padding: 2px 0 2px 32px;
}
@media screen and (max-width: 1024px) {
  .side-category__link--addiction .side-category__link__icon {
    background-size: 20px auto;
    padding: 1px 0 1px 30px;
  }
}
@media screen and (max-width: 599px) {
  .side-category__link--addiction .side-category__link__icon {
    background-size: 19px auto;
    padding: 1px 0 1px 28px;
  }
}
.side-category__link--hospitalization .side-category__link__icon {
  background-image: url(../img/common/icon_hospitalization_white.svg);
  background-size: 25px auto;
  padding: 3px 0 3px 44px;
}
@media screen and (max-width: 1024px) {
  .side-category__link--hospitalization .side-category__link__icon {
    background-size: 23px auto;
    padding: 2px 0 2px 39px;
  }
}
@media screen and (max-width: 599px) {
  .side-category__link--hospitalization .side-category__link__icon {
    background-size: 21px auto;
    padding: 2px 0 2px 34px;
  }
}
.side-category__link--department .side-category__link__icon {
  background-image: url(../img/common/icon_department_white.svg);
  background-size: 20px auto;
  padding: 3px 0 3px 38px;
}
@media screen and (max-width: 1024px) {
  .side-category__link--department .side-category__link__icon {
    background-size: 18px auto;
    padding: 2px 0 2px 35px;
  }
}
@media screen and (max-width: 599px) {
  .side-category__link--department .side-category__link__icon {
    background-size: 16px auto;
    padding: 2px 0 2px 28px;
  }
}
.side-category__link--outpatient .side-category__link__icon {
  background-image: url(../img/common/icon_outpatient_white.svg);
  background-size: 26px auto;
  padding: 3px 0 3px 36px;
}
@media screen and (max-width: 1024px) {
  .side-category__link--outpatient .side-category__link__icon {
    background-size: 24px auto;
    padding: 2px 0 2px 34px;
  }
}
@media screen and (max-width: 599px) {
  .side-category__link--outpatient .side-category__link__icon {
    background-size: 22px auto;
    padding: 2px 0 2px 28px;
  }
}
.side-category__link--clinical .side-category__link__icon {
  background-image: url(../img/common/icon_clinical_white.svg);
  background-size: 23px auto;
  padding: 3px 0 3px 43px;
}
@media screen and (max-width: 1024px) {
  .side-category__link--clinical .side-category__link__icon {
    background-size: 21px auto;
    padding: 2px 0 2px 38px;
  }
}
@media screen and (max-width: 599px) {
  .side-category__link--clinical .side-category__link__icon {
    background-size: 19px auto;
    padding: 2px 0 2px 33px;
  }
}
.side-category__link--about .side-category__link__icon {
  background-image: url(../img/common/icon_about_white.svg);
  background-size: 31px auto;
  padding: 5px 0 5px 46px;
}
@media screen and (max-width: 1024px) {
  .side-category__link--about .side-category__link__icon {
    background-size: 28px auto;
    padding: 4px 0 4px 43px;
  }
}
@media screen and (max-width: 599px) {
  .side-category__link--about .side-category__link__icon {
    background-size: 25px auto;
    padding: 3px 0 3px 40px;
  }
}
.side-category__link--recruit .side-category__link__icon {
  background-image: url(../img/common/icon_recruit_white.svg);
  background-size: 26px auto;
  padding: 3px 0 3px 46px;
}
@media screen and (max-width: 1024px) {
  .side-category__link--recruit .side-category__link__icon {
    background-size: 22px auto;
    padding: 1px 0 1px 36px;
  }
}
@media screen and (max-width: 599px) {
  .side-category__link--recruit .side-category__link__icon {
    background-size: 19px auto;
    padding: 1px 0 1px 29px;
  }
}

.side-nav__list > li {
  border-bottom: 1px solid #bbdd8e;
}
.side-nav__list__link {
  position: relative;
  display: block;
  color: #345;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  background-image: url(../img/common/arw01.svg);
  background-position: right 32px center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  padding: 30px 74px 30px 50px;
}
@media print, screen and (max-width: 1400px) {
  .side-nav__list__link {
    background-position: right 28px center;
    padding: 30px 68px 30px 40px;
  }
}
@media print, screen and (max-width: 1200px) {
  .side-nav__list__link {
    background-position: right 24px center;
    padding: 30px 62px 30px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .side-nav__list__link {
    font-size: 1.7rem;
    background-position: right 20px center;
    padding: 20px 50px 20px 30px;
  }
}
@media screen and (max-width: 599px) {
  .side-nav__list__link {
    font-size: 1.6rem;
    background-position: right 15px center;
    padding: 15px 40px 15px 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .side-nav__list__link:hover {
    transform: translateX(3px);
  }
}
.side-nav__list__link.active {
  color: #13bdab;
}

html {
  scroll-padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  html {
    scroll-padding-top: 100px;
  }
}
@media screen and (max-width: 834px) {
  html {
    scroll-padding-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  html {
    scroll-padding-top: 60px;
  }
}

.contents-wrapper {
  width: 100%;
  box-shadow: inset 0px -10px 10px rgba(86, 86, 86, 0.05);
  word-break: break-all;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (min-width: 1025px) {
  .contents-wrapper--side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .contents-wrapper--side {
    box-shadow: none;
  }
}
@media print, screen and (min-width: 1025px) {
  .contents-wrapper--side > main.contents-main {
    width: calc(99.9% - 380px);
  }
}
@media print, screen and (min-width: 1025px) and (max-width: 1400px) {
  .contents-wrapper--side > main.contents-main {
    width: calc(99.9% - 300px);
  }
}
@media print, screen and (min-width: 1025px) and (max-width: 1300px) {
  .contents-wrapper--side > main.contents-main {
    width: 100%;
  }
}

.contents-main {
  background-image: url(../img/common/bg_contents-main.png);
  background-position: right 20px bottom;
  background-repeat: no-repeat;
  background-size: 547px auto;
  padding: 0 50px 175px;
}
@media print, screen and (max-width: 1600px) {
  .contents-main {
    background-size: 492.3px auto;
  }
}
@media print, screen and (max-width: 1400px) {
  .contents-main {
    background-size: 437.6px auto;
  }
}
@media print, screen and (max-width: 1200px) {
  .contents-main {
    background-size: 382.9px auto;
  }
}
@media screen and (max-width: 1024px) {
  .contents-main {
    background-position: right 15px bottom;
    background-size: 328.2px auto;
    padding: 0 30px 155px;
  }
}
@media screen and (max-width: 834px) {
  .contents-main {
    padding: 0 30px 135px;
  }
}
@media screen and (max-width: 599px) {
  .contents-main {
    background-position: right 10px bottom;
    background-size: 218.8px auto;
    padding: 0 20px 115px;
  }
}
@media screen and (max-width: 320px) {
  .contents-main {
    background-size: 164.1px auto;
  }
}
.contents-main__inner {
  max-width: 1000px;
  padding-top: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .contents-main__inner {
    padding-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .contents-main__inner {
    padding-top: 60px;
  }
}

.news-icon {
  display: inline-block;
  width: 106px;
  color: #ffffff;
  font-size: 1.4rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 7px 5px 8px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .news-icon {
    width: 96px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 599px) {
  .news-icon {
    width: 86px;
    font-size: 1.1rem;
    padding: 6px 5px 5px;
  }
}
.news-icon--news01 {
  background-color: #e56b6b;
}
.news-icon--news02 {
  background-color: #e8850f;
}
.news-icon--news03 {
  background-color: #b4a41a;
}
.news-icon--news04 {
  background-color: #22a597;
}
.news-icon--news05 {
  background-color: #8877d3;
}
.news-icon--news06 {
  background-color: #1577bc;
}

.entry-new {
  color: #31a2b8;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif !important;
  font-weight: bold;
  line-height: 1;
  margin-left: 1em;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .entry-new {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .entry-new {
    font-size: 1.6rem;
  }
}

.recruit-icon {
  display: inline-block;
  width: 106px;
  color: #ffffff;
  font-size: 1.4rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 7px 5px 8px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .recruit-icon {
    width: 96px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 599px) {
  .recruit-icon {
    width: 86px;
    font-size: 1.1rem;
    padding: 6px 5px 5px;
  }
}
.recruit-icon--recruit01 {
  background-color: #22a597;
}
.recruit-icon--recruit02 {
  background-color: #e56b6b;
}

.not-found-box {
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.not-found-box__title {
  font-size: 3rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  line-height: 1.4;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .not-found-box__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 599px) {
  .not-found-box__title {
    font-size: 2.3rem;
  }
}
.not-found-box__text {
  margin-top: 10px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .not-found-box__text {
    font-size: 1.4rem;
    margin-top: 12px;
  }
}
@media screen and (max-width: 599px) {
  .not-found-box__text {
    font-size: 1.3rem;
    margin-top: 15px;
  }
}
.not-found-box__btn-box {
  margin-top: 100px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .not-found-box__btn-box {
    margin-top: 70px;
  }
}
@media screen and (max-width: 599px) {
  .not-found-box__btn-box {
    margin-top: 40px;
  }
}
.not-found-box__btn-box__btn {
  max-width: 270px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.video-col-100pct {
  width: 100%;
}

.video-col-75pct {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .video-col-75pct {
    width: 100%;
  }
}

.video-col-50pct {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .video-col-50pct {
    width: 100%;
  }
}

.column-iframe {
  aspect-ratio: 16/9;
}
.column-iframe iframe {
  width: 100%;
  height: 100%;
}

.pagetitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 400px;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 120px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .pagetitle {
    height: 360px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 834px) {
  .pagetitle {
    height: 280px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle {
    height: 200px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 60px;
  }
}
.pagetitle__title {
  position: relative;
  max-width: 621px;
  width: 100%;
  line-height: 1.15;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 45px 20px 43px;
  word-break: break-all;
  z-index: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .pagetitle__title {
    max-width: 558.9px;
    padding: 40px 20px 38px;
  }
}
@media screen and (max-width: 834px) {
  .pagetitle__title {
    max-width: 434.7px;
    padding: 35px 10px 33px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__title {
    max-width: 310.5px;
    padding: 25px 10px 23px;
  }
}
.pagetitle__title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 112px;
  height: 126px;
  background-image: url(../img/common/bg_pagetitle01.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .pagetitle__title::before {
    width: 100.8px;
    height: 113.4px;
  }
}
@media screen and (max-width: 834px) {
  .pagetitle__title::before {
    width: 78.4px;
    height: 88.2px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__title::before {
    width: 56px;
    height: 63px;
  }
}
.pagetitle__title::after {
  position: absolute;
  content: "";
  top: 0;
  right: 4px;
  width: 113px;
  height: 114px;
  background-image: url(../img/common/bg_pagetitle02.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .pagetitle__title::after {
    width: 101.7px;
    height: 102.6px;
  }
}
@media screen and (max-width: 834px) {
  .pagetitle__title::after {
    width: 79.1px;
    height: 79.8px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__title::after {
    width: 56.5px;
    height: 57px;
  }
}
.pagetitle__title__jp {
  position: relative;
  display: block;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#31a2b8+0,78cb0a+100 */
  background: linear-gradient(135deg, rgb(49, 162, 184) 40%, rgb(120, 203, 10) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .pagetitle__title__jp {
    font-size: 3.24rem;
  }
}
@media screen and (max-width: 834px) {
  .pagetitle__title__jp {
    font-size: 2.52rem;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__title__jp {
    font-size: 1.8rem;
  }
}
.pagetitle__title__en {
  position: relative;
  display: block;
  color: #31a2b8;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif !important;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-top: 14px;
  z-index: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .pagetitle__title__en {
    font-size: 1.3rem;
    margin-top: 12px;
  }
}
@media screen and (max-width: 834px) {
  .pagetitle__title__en {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__title__en {
    font-size: 1.1rem;
    margin-top: 8px;
  }
}
.pagetitle__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pagetitle__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*--------------------------------------------------------
pagination
----------------------------------------------------------*/
.pagination {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .pagination {
    margin-top: 40px;
  }
}
.pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination__list > li.now .pagination__num {
  color: #13bdab;
  border: 1px solid #13bdab;
}
.pagination__list > li.now .pagination__num .pagination__link {
  color: #13bdab;
}
.pagination__list > li.now .pagination__num .pagination__link::before {
  opacity: 0;
}
.pagination__num {
  display: block;
  width: 55px;
  height: 55px;
  color: #b5dc9e;
  font-size: 2.2rem;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  line-height: 55px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #b5dc9e;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .pagination__num {
    width: 43px;
    height: 43px;
    font-size: 1.7rem;
    line-height: 43px;
    margin-right: 6px;
    margin-left: 6px;
  }
}
@media screen and (max-width: 599px) {
  .pagination__num {
    width: 30px;
    height: 30px;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 30px;
    margin-right: 3px;
    margin-left: 3px;
  }
}
@media print, screen and (min-width: 1025px) {
  .pagination__num:hover {
    color: #ffffff;
  }
  .pagination__num:hover .pagination__link {
    color: #ffffff;
  }
  .pagination__num:hover .pagination__link::before {
    opacity: 1;
  }
}
.pagination__link {
  position: relative;
  display: block;
  color: #b5dc9e;
  border-radius: 50%;
  z-index: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pagination__link::before {
  position: absolute;
  content: "";
  inset: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2698af+0,8dbf4b+100 */
  background: linear-gradient(to right, rgb(38, 152, 175) 0%, rgb(141, 191, 75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: -1;
}
.pagination__prev, .pagination__next {
  display: block;
  position: relative;
  color: #b5dc9e;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  line-height: 40px;
  background-color: #ffffff;
  border: 1px solid #b5dc9e;
  border-radius: 40px;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .pagination__prev, .pagination__next {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .pagination__prev, .pagination__next {
    font-size: 1.2rem;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pagination__prev::before, .pagination__next::before {
  position: absolute;
  content: "";
  inset: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2698af+0,8dbf4b+100 */
  background: linear-gradient(to right, rgb(38, 152, 175) 0%, rgb(141, 191, 75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 40px;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: -1;
}
@media print, screen and (min-width: 1025px) {
  .pagination__prev:hover, .pagination__next:hover {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #b5dc9e;
  }
  .pagination__prev:hover::before, .pagination__next:hover::before {
    opacity: 1;
  }
}
.pagination__prev {
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .pagination__prev {
    margin-right: 7px;
  }
}
.pagination__next {
  margin-left: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .pagination__next {
    margin-left: 7px;
  }
}

.table {
  width: 100%;
  border: 1px solid #d4d4d4;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.table.fixed {
  table-layout: fixed;
}
.table th {
  color: #fff;
  font-weight: normal;
  line-height: 1.3;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  vertical-align: middle;
  background-color: #0b9c8d;
  border: 1px solid #d4d4d4;
  padding: 13px 10px;
}
@media screen and (max-width: 1024px) {
  .table th {
    font-weight: 400;
  }
}
@media screen and (max-width: 599px) {
  .table th {
    padding: 7px 7px 7px;
  }
}
.table td {
  color: #222222;
  font-weight: normal;
  line-height: 1.5;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #d4d4d4;
  padding: 15px 10px;
  word-break: break-all;
}
@media screen and (max-width: 1024px) {
  .table td {
    font-weight: 400;
  }
}
@media screen and (max-width: 599px) {
  .table td {
    padding: 10px;
  }
}
.table td.bg01 {
  background-color: #f1f8ec;
}
@media screen and (max-width: 599px) {
  .table.sp-100 {
    display: block;
    width: 100%;
  }
  .table.sp-100 tbody {
    display: block;
    width: 100%;
  }
  .table.sp-100 tr {
    display: block;
    width: 100%;
  }
  .table.sp-100 th {
    display: block;
    width: 100%;
    border: none;
  }
  .table.sp-100 td {
    display: block;
    width: 100%;
    border: none;
    padding: 10px;
  }
}

.table02 {
  width: 100%;
  border-top: 1px solid #eeeeee;
  border-collapse: collapse;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .table02 {
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
  }
}
@media screen and (max-width: 599px) {
  .table02 tr {
    display: block;
  }
}
.table02 th {
  position: relative;
  width: 240px;
  font-size: 1.8rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  background-color: #f1f8ec;
  border-bottom: 1px solid #eeeeee;
  padding: 25px 30px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .table02 th {
    padding: 20px 20px 20px 30px;
    font-size: 1.6rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 599px) {
  .table02 th {
    width: 100%;
    font-size: 1.4rem;
    padding: 12px 20px;
    display: block;
  }
  .table02 th br {
    display: none;
  }
}
.table02 th::before, .table02 th::after {
  position: absolute;
  content: "";
  top: 36px;
  left: 0;
  height: 4px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .table02 th::before, .table02 th::after {
    top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .table02 th::before, .table02 th::after {
    top: 19px;
    height: 3px;
  }
}
.table02 th::before {
  width: 18px;
  background-color: #bbdd8e;
}
@media screen and (max-width: 599px) {
  .table02 th::before {
    width: 14px;
  }
}
.table02 th::after {
  width: 9px;
  background-color: #42bad2;
}
@media screen and (max-width: 599px) {
  .table02 th::after {
    width: 7px;
  }
}
.table02 td {
  font-size: 1.8rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.6;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #eeeeee;
  padding: 25px 30px;
  word-break: break-all;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .table02 td {
    padding: 20px 20px;
    font-size: 1.6rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 599px) {
  .table02 td {
    width: 100%;
    font-size: 1.4rem;
    padding: 15px 20px;
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .js-table-unit-scroll-hint.table {
    width: 800px;
  }
}

.title-sec01 {
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 3px solid #bbdd8e;
  padding-bottom: 20px;
  margin-bottom: 45px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .title-sec01 {
    font-size: 2.7rem;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .title-sec01 {
    margin-bottom: 25px;
    font-size: 2.4rem;
    border-bottom: 2px solid #bbdd8e;
  }
}
.title-sec01::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 120px;
  height: 3px;
  background-color: #42bad2;
}
@media screen and (max-width: 1024px) {
  .title-sec01::before {
    width: 15.5%;
  }
}
@media screen and (max-width: 599px) {
  .title-sec01::before {
    bottom: -2px;
    width: 20%;
    height: 2px;
  }
}

.title-sec02 {
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 20px;
  margin-bottom: 25px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .title-sec02 {
    font-size: 2.34rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .title-sec02 {
    font-size: 2.08rem;
    padding-left: 15px;
  }
}
.title-sec02::before, .title-sec02::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 5px;
}
@media screen and (max-width: 599px) {
  .title-sec02::before, .title-sec02::after {
    width: 3px;
  }
}
.title-sec02::before {
  height: 100%;
  background-color: #bbdd8e;
}
.title-sec02::after {
  height: 50%;
  background-color: #42bad2;
}
.title-sec02.type02 {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .title-sec02.type02 {
    padding-bottom: 12px;
  }
}
.title-sec02.type02::before {
  height: calc(100% - 20px);
}
@media screen and (max-width: 599px) {
  .title-sec02.type02::before {
    height: calc(100% - 12px);
  }
}
.title-sec02.type02::after {
  height: calc((100% - 20px) / 2);
}
@media screen and (max-width: 599px) {
  .title-sec02.type02::after {
    height: calc((100% - 12px) / 2);
  }
}

.title-sec03 {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  background-color: #e5f3f1;
  padding: 13px 20px 14px 35px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .title-sec03 {
    font-size: 1.98rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .title-sec03 {
    margin-bottom: 15px;
    font-size: 1.76rem;
    padding: 13px 10px 14px 25px;
  }
}
.title-sec03::before {
  position: absolute;
  content: "";
  top: 13px;
  left: 14px;
  width: 4px;
  height: calc(100% - 26px);
  background-color: #0b9c8d;
}
@media screen and (max-width: 599px) {
  .title-sec03::before {
    top: 11px;
    left: 10px;
    width: 3px;
    height: calc(100% - 22px);
  }
}
.title-sec03.type02 {
  color: #ffffff;
  background: linear-gradient(135deg, rgb(49, 162, 184) 0%, rgb(120, 203, 10) 100%);
}
.title-sec03.type02::before {
  background-color: #ffffff;
}
.title-sec03--access-car {
  background-image: url(../img/common/icon_car.svg);
  background-position: left 17px top 22px;
  background-repeat: no-repeat;
  background-size: 40px auto;
  padding-left: 72px;
}
@media screen and (max-width: 1024px) {
  .title-sec03--access-car {
    background-position: left 17px top 20px;
  }
}
@media screen and (max-width: 834px) {
  .title-sec03--access-car {
    background-position: left 15px top 21px;
    background-size: 36px auto;
    padding-left: 64.8px;
  }
}
@media screen and (max-width: 599px) {
  .title-sec03--access-car {
    background-position: left 15px top 19px;
  }
}
.title-sec03--access-car::before {
  display: none;
}
.title-sec03--access-bus {
  background-image: url(../img/common/icon_bus.svg);
  background-position: left 17px top 20px;
  background-repeat: no-repeat;
  background-size: 39px auto;
  padding-left: 72px;
}
@media screen and (max-width: 1024px) {
  .title-sec03--access-bus {
    background-position: left 17px top 18px;
  }
}
@media screen and (max-width: 834px) {
  .title-sec03--access-bus {
    background-position: left 15px top 19px;
    background-size: 35.1px auto;
    padding-left: 64.8px;
  }
}
@media screen and (max-width: 599px) {
  .title-sec03--access-bus {
    background-position: left 15px top 17px;
  }
}
.title-sec03--access-bus::before {
  display: none;
}
.title-sec03--access-train {
  background-image: url(../img/common/icon_train.svg);
  background-position: left 23px top 15px;
  background-repeat: no-repeat;
  background-size: 30px auto;
  padding-left: 72px;
}
@media screen and (max-width: 1024px) {
  .title-sec03--access-train {
    background-position: left 23px top 13px;
  }
}
@media screen and (max-width: 834px) {
  .title-sec03--access-train {
    background-position: left 20px top 15px;
    background-size: 27px auto;
    padding-left: 64.8px;
  }
}
@media screen and (max-width: 599px) {
  .title-sec03--access-train {
    background-position: left 20px top 13px;
  }
}
.title-sec03--access-train::before {
  display: none;
}

.title-sec04 {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .title-sec04 {
    font-size: 1.98rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .title-sec04 {
    font-size: 1.76rem;
    margin-bottom: 15px;
  }
}
.title-sec04::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 100px;
  height: 1px;
  background-color: #0b9c8d;
}
@media screen and (max-width: 1024px) {
  .title-sec04::before {
    width: 12.9%;
  }
}
@media screen and (max-width: 599px) {
  .title-sec04::before {
    width: 15%;
  }
}

.title-sec05 {
  position: relative;
  color: #0b9c8d;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 3px solid #0b9c8d;
  padding-bottom: 12px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .title-sec05 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .title-sec05 {
    font-size: 1.6rem;
    border-bottom: 2px solid #0b9c8d;
    margin-bottom: 12px;
  }
}

.title-sec06 {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 22px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .title-sec06 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .title-sec06 {
    margin-bottom: 12px;
    font-size: 1.6rem;
    padding-left: 18px;
  }
}
.title-sec06::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 4px solid #bbdd8e;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .title-sec06::before {
    width: 12px;
    height: 12px;
    border: 3px solid #bbdd8e;
  }
}
.title-sec06.type02 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
}

/*iOSでのsubmit, buttonのデザインをリセットするCSS*/
button,
input[type=submit],
input[type=button],
input[type=search] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
button::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=search]::-webkit-search-decoration {
  display: none;
}
button::focus,
input[type=submit]::focus,
input[type=button]::focus,
input[type=search]::focus {
  outline-offset: -2px;
}

input[type=search] {
  border: 2px solid #eeeeee;
}

/* Form */
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: inherit !important;
  font-size: 1.8rem !important;
  border: none;
  border-radius: 0 !important;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  resize: vertical;
  border: 2px solid #eeeeee !important;
  padding: 16px 16px !important;
  line-height: 1;
  width: 100%;
  box-shadow: none !important;
}
@media screen and (max-width: 1024px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea,
  select {
    padding: 14px 14px !important;
  }
}
@media screen and (max-width: 834px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea,
  select {
    font-size: 1.7rem !important;
  }
}
@media screen and (max-width: 599px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea,
  select {
    font-size: 1.6rem !important;
  }
}
input[type=text].w01,
input[type=email].w01,
input[type=tel].w01,
textarea.w01,
select.w01 {
  max-width: 360px;
}
@media screen and (max-width: 599px) {
  input[type=text].w01,
  input[type=email].w01,
  input[type=tel].w01,
  textarea.w01,
  select.w01 {
    max-width: 100%;
  }
}
input[type=text].w02,
input[type=email].w02,
input[type=tel].w02,
textarea.w02,
select.w02 {
  max-width: 280px;
}
@media screen and (max-width: 599px) {
  input[type=text].w02,
  input[type=email].w02,
  input[type=tel].w02,
  textarea.w02,
  select.w02 {
    max-width: 100%;
  }
}
input[type=text].w03,
input[type=email].w03,
input[type=tel].w03,
textarea.w03,
select.w03 {
  max-width: 67px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1.6;
  vertical-align: middle;
  box-sizing: border-box;
  background-image: url(../img/common/select-arrow.png) !important;
  background-repeat: no-repeat;
  background-position: right 15px top 50% !important;
  background-size: 17px auto !important;
}

button,
input[type=submit],
input[type=button],
input[type=radio],
input[type=checkbox],
label,
select {
  cursor: pointer;
}

/*-- radio ---*/
input[type=radio] {
  display: none;
}

label.radio {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  line-height: 1.3;
}

input[type=radio] + label.radio {
  width: 100%;
}
input[type=radio] + label.radio span {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
input[type=radio] + label.radio span::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #eeeeee;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  input[type=radio] + label.radio span::before {
    top: 0;
  }
}

input[type=radio]:checked + label.radio span::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 9px;
  height: 9px;
  background-color: #42bad2;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  input[type=radio]:checked + label.radio span::after {
    width: 8px;
    height: 8px;
  }
}

/*-- checkbox ---*/
input[type=checkbox] {
  display: none;
}

/** Form Select IE 11 */
select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

.form-tbl {
  width: 100%;
  border-top: 1px solid #eeeeee;
  border-collapse: collapse;
  box-sizing: border-box;
  z-index: auto;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .form-tbl {
    border-top: none;
  }
}
.form-tbl th,
.form-tbl td {
  position: relative;
  font-size: 1.8rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  box-sizing: border-box;
  transition: 0.5s;
}
@media screen and (max-width: 834px) {
  .form-tbl th,
  .form-tbl td {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .form-tbl th,
  .form-tbl td {
    display: block;
    font-size: 1.6rem;
  }
}
.form-tbl__th {
  position: relative;
  text-align: left;
  width: 300px;
  vertical-align: top;
  background-color: #f1f8ec;
  border-bottom: 1px solid #eeeeee;
  padding: 48px 0;
}
@media screen and (max-width: 1024px) {
  .form-tbl__th {
    width: 270px;
    padding: 38px 0;
  }
}
@media screen and (max-width: 834px) {
  .form-tbl__th {
    width: 240px;
  }
}
@media screen and (max-width: 599px) {
  .form-tbl__th {
    width: 100%;
    border: none;
    padding: 10px 20px 10px 0;
  }
}
.form-tbl__th__inr {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 834px) {
  .form-tbl__th__inr {
    padding-left: 26px;
  }
}
.form-tbl__th__inr::before, .form-tbl__th__inr::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  height: 4px;
}
@media screen and (max-width: 834px) {
  .form-tbl__th__inr::before, .form-tbl__th__inr::after {
    top: 9px;
    height: 3px;
  }
}
.form-tbl__th__inr::before {
  width: 18px;
  background-color: #bbdd8e;
}
@media screen and (max-width: 834px) {
  .form-tbl__th__inr::before {
    width: 16px;
  }
}
.form-tbl__th__inr::after {
  width: 9px;
  background-color: #42bad2;
}
@media screen and (max-width: 834px) {
  .form-tbl__th__inr::after {
    width: 8px;
  }
}
.form-tbl__th .form-must {
  position: absolute;
  top: 50px;
  right: 20px;
}
@media screen and (max-width: 1024px) {
  .form-tbl__th .form-must {
    top: 42px;
  }
}
@media screen and (max-width: 599px) {
  .form-tbl__th .form-must {
    top: 13px;
    right: 10px;
  }
}
.form-tbl__th label {
  cursor: auto;
}
.form-tbl__td {
  vertical-align: middle;
  border-bottom: 1px solid #eeeeee;
  padding: 30px 60px 30px 40px;
  /*placeholderの色変更*/
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */
}
@media screen and (max-width: 1024px) {
  .form-tbl__td {
    padding: 20px 40px 20px 30px;
  }
}
@media screen and (max-width: 599px) {
  .form-tbl__td {
    width: 100%;
    padding: 20px 10px 30px 10px;
    border-bottom: none;
  }
}
.form-tbl__td textarea {
  height: 11.1em;
  line-height: 1.5;
}
.form-tbl__td :placeholder-shown {
  color: #aabbcc !important;
}
.form-tbl__td ::-webkit-input-placeholder {
  color: #aabbcc !important;
}
.form-tbl__td :-moz-placeholder {
  color: #aabbcc !important;
  opacity: 1;
}
.form-tbl__td ::-moz-placeholder {
  color: #aabbcc !important;
  opacity: 1;
}
.form-tbl__td :-ms-input-placeholder {
  color: #aabbcc !important;
}
.form-tbl__td ::-ms-expand {
  display: none;
}

.form-must {
  display: inline-block;
  width: 60px;
  color: #ffffff;
  font-size: 1.3rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #fd9753;
  border-radius: 24px;
  padding: 6px 3px 5px;
  transition: 0.5s;
}
@media screen and (max-width: 834px) {
  .form-must {
    width: 50px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 599px) {
  .form-must {
    font-size: 1.1rem;
  }
}

.choice-btn-list {
  margin-top: -15px;
  margin-right: -30px;
}
@media screen and (max-width: 834px) {
  .choice-btn-list {
    margin-top: -10px;
  }
}
@media screen and (max-width: 599px) {
  .choice-btn-list {
    margin-right: 0;
  }
}
.choice-btn-list > li {
  display: inline-block;
  margin-top: 15px;
  margin-right: 30px;
}
@media screen and (max-width: 834px) {
  .choice-btn-list > li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .choice-btn-list > li {
    display: block;
    margin-right: 0;
  }
}

.form-agreement {
  font-size: 1.8rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
  background-color: #f7f7f7;
  padding: 50px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .form-agreement {
    padding: 40px;
  }
}
@media screen and (max-width: 834px) {
  .form-agreement {
    font-size: 1.7rem;
    padding: 30px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .form-agreement {
    font-size: 1.6rem;
    text-align: left;
    padding: 20px 30px;
    margin-top: 0;
  }
}
.form-agreement__text {
  word-break: break-all;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .form-agreement__text {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .form-agreement__text {
    margin-bottom: 10px;
  }
}
.form-agreement__text a {
  color: #fd9753;
  text-decoration: underline;
}
.form-agreement__text a:hover {
  text-decoration: none;
}
.form-agreement input[type=checkbox] {
  display: none;
}
.form-agreement input[type=checkbox] + label {
  display: block;
  position: relative;
  max-width: 200px;
  line-height: 1;
  text-align: center;
  background-color: #ffffff;
  padding: 21px 10px 22px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  transition: 0.5s;
}
.form-agreement input[type=checkbox] + label::before, .form-agreement input[type=checkbox] + label::after {
  position: absolute;
  content: "";
}
.form-agreement input[type=checkbox] + label::before {
  top: 19px;
  left: 20px;
  width: 22px;
  height: 22px;
  background-color: #f3f5f7;
}
@media print, screen and (min-width: 1025px) {
  .form-agreement input[type=checkbox] + label:hover {
    background-color: #fd9753;
  }
}
.form-agreement input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 26px;
  width: 10px;
  height: 15px;
  border-right: 3px solid #fd9753;
  border-bottom: 3px solid #fd9753;
  transform: rotate(35deg);
}

.form-error-box {
  color: #fd9753;
  font-size: 1.8rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  border: 3px solid #fd9753;
  padding: 25px;
}
@media screen and (max-width: 834px) {
  .form-error-box {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .form-error-box {
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 20px;
  }
}

.form-error-text {
  color: #fd9753;
  font-size: 1.8rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (max-width: 834px) {
  .form-error-text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .form-error-text {
    font-size: 1.6rem;
  }
}

.form-complete {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .form-complete {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .form-complete {
    margin-bottom: 40px;
  }
}
.form-complete__copy {
  color: #0b9c8d;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .form-complete__copy {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 834px) {
  .form-complete__copy {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .form-complete__copy {
    font-size: 1.9rem;
  }
}
.form-complete__text {
  font-size: 1.8rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 834px) {
  .form-complete__text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .form-complete__text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.block-flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  .block-flow {
    display: block;
  }
}
.block-flow .img-right {
  order: 2;
  float: none;
}
.block-flow .img-left {
  float: none;
}
.block-flow .text-left,
.block-flow .text-right {
  width: 100%;
  float: none;
}

.block-layout-column2 {
  float: left;
  margin: 0 10px;
  width: calc((100% - 40px) / 2);
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .block-layout-column2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .block-layout-column2 {
    width: 100%;
    margin: 0 0 30px;
  }
}

.block-layout-column3 {
  float: left;
  margin: 0 10px;
  width: calc((100% - 60px) / 3);
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .block-layout-column3 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .block-layout-column3 {
    width: 100%;
    margin: 0 0 30px;
  }
}

/*右1/3*/
.block-layout-right-1 {
  width: 30%;
  float: right;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .block-layout-right-1 {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .block-layout-right-1--spmg-large {
    margin-bottom: 50px;
  }
}

/*左2/3*/
.block-layout-left-2 {
  width: 70%;
  padding-right: 40px;
  float: left;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .block-layout-left-2 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 599px) {
  .block-layout-left-2 {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .block-layout-left-2--spmg-large {
    margin-bottom: 50px;
  }
}

/*左1/3*/
.block-layout-left-1 {
  width: 30%;
  float: left;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .block-layout-left-1 {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .block-layout-left-1--spmg-large {
    margin-bottom: 50px;
  }
}

/*右2/3*/
.block-layout-right-2 {
  width: 70%;
  padding-left: 40px;
  float: right;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .block-layout-right-2 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 599px) {
  .block-layout-right-2 {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .block-layout-right-2--spmg-large {
    margin-bottom: 50px;
  }
}

.map-block {
  position: relative;
  aspect-ratio: 16/9;
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin: 0 auto 30px;
  overflow: hidden;
}
.map-block iframe {
  width: 100%;
  height: calc(100% + 300px);
  margin-top: -150px;
  margin-bottom: -150px;
}

/*youtube*/
.youtube-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.youtube-wrapper::before {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}
.youtube-wrapper iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.box-bg01 {
  background-color: #f1f8ec;
  padding: 27px 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .box-bg01 {
    padding: 18px 20px;
  }
}
.box-bg01 a {
  color: #5f941a;
  text-decoration: underline;
}
@media print, screen and (min-width: 1025px) {
  .box-bg01 a:hover {
    text-decoration: none;
  }
}

.box-bg02 {
  background-color: #fff8ed;
  padding: 27px 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .box-bg02 {
    padding: 18px 20px;
  }
}
.box-bg02 a {
  color: #9d6919;
  text-decoration: underline;
}
@media print, screen and (min-width: 1025px) {
  .box-bg02 a:hover {
    text-decoration: none;
  }
}
.box-bg02 .list-wrapper li::before {
  background-color: #fd9753;
}
.box-bg02 ol.list-wrapper li::after {
  background-color: #fd9753;
}

.box-green {
  margin-bottom: 30px;
  padding: 40px 40px 10px;
  background-color: #f1f8ec;
}
@media screen and (max-width: 1024px) {
  .box-green {
    margin-bottom: 25px;
    padding: 30px 30px 5px;
  }
}
@media screen and (max-width: 599px) {
  .box-green {
    margin: 0 -20px 20px;
    padding: 30px 30px 10px;
  }
}
.box-green .box-bg01 {
  background-color: #fff;
}

.psychiatry-box {
  background-color: #fff;
  padding: 30px 30px 85px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .psychiatry-box {
    padding: 35px 25px 85px;
  }
}
@media screen and (max-width: 834px) {
  .psychiatry-box {
    padding: 35px 25px 35px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 599px) {
  .psychiatry-box {
    padding: 30px 20px;
  }
}
.psychiatry-box__title {
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-align: center;
  border-bottom: 3px solid #bbdd8e;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 1500px) {
  .psychiatry-box__title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .psychiatry-box__title {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 834px) {
  .psychiatry-box__title {
    font-size: 2.2rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .psychiatry-box__title {
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-size: 2rem;
    border-bottom: 2px solid #bbdd8e;
  }
}
.psychiatry-box__title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  width: 50%;
  height: 3px;
  background-color: #42bad2;
}
@media screen and (max-width: 599px) {
  .psychiatry-box__title::before {
    bottom: -2px;
    height: 2px;
  }
}
.psychiatry-box__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 30px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .psychiatry-box__list {
    gap: 10px 20px;
  }
}
@media screen and (max-width: 834px) {
  .psychiatry-box__list {
    gap: 8px 25px;
  }
}
@media screen and (max-width: 599px) {
  .psychiatry-box__list {
    gap: 8px 20px;
  }
}
.psychiatry-box__list > li {
  position: relative;
  font-size: 1.7rem;
  line-height: 1.4;
  padding-left: 1em;
}
@media screen and (max-width: 1024px) {
  .psychiatry-box__list > li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .psychiatry-box__list > li {
    font-size: 1.5rem;
  }
}
.psychiatry-box__list > li::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #42bad2;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .psychiatry-box__list > li::before {
    top: 9px;
  }
}
@media screen and (max-width: 834px) {
  .psychiatry-box__list > li::before {
    top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .psychiatry-box__list > li::before {
    top: 9px;
  }
}
.psychiatry-box__text {
  font-size: 1.7rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.6;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 834px) {
  .psychiatry-box__text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .psychiatry-box__text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.psychiatry-box__btn-box {
  max-width: 220px;
  margin: 0 auto;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 834px) {
  .psychiatry-box__btn-box {
    margin: 15px auto 0;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
.psychiatry-box__btn-box__btn {
  padding: 12px 40px;
}

.tel-box {
  display: flex;
  flex-wrap: wrap;
  background-color: #e5f3f1;
  padding: 20px;
}
.tel-box__head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  background-color: #0b9c8d;
  padding: 10px;
}
@media print, screen and (max-width: 1400px) {
  .tel-box__head {
    width: 230px;
  }
}
@media print, screen and (max-width: 1200px) {
  .tel-box__head {
    width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .tel-box__head {
    width: 100%;
    padding: 5px 10px;
  }
}
.tel-box__head__title {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
@media print, screen and (max-width: 1200px) {
  .tel-box__head__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .tel-box__head__title {
    font-size: 1.6rem;
  }
}
.tel-box__body {
  width: calc(99.9% - 260px);
  background-color: #ffffff;
  padding: 25px 30px;
}
@media print, screen and (max-width: 1400px) {
  .tel-box__body {
    width: calc(99.9% - 230px);
  }
}
@media print, screen and (max-width: 1200px) {
  .tel-box__body {
    width: calc(99.9% - 200px);
  }
}
@media screen and (max-width: 1024px) {
  .tel-box__body {
    width: 100%;
    padding: 20px 20px;
  }
}
.tel-box__body__text {
  color: #0b9c8d;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 1200px) {
  .tel-box__body__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .tel-box__body__text {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .tel-box__body__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .tel-box__body__tel {
    text-align: center;
  }
}
.tel-box__body__tel__link {
  display: inline-block;
  color: #345;
  font-size: 4rem;
  font-family: "Roboto", sans-serif !important;
  font-weight: bold;
  line-height: 1;
  background-image: url(../img/common/icon_tel.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 36px auto;
  padding-left: 46px;
}
@media print, screen and (max-width: 1200px) {
  .tel-box__body__tel__link {
    font-size: 3.6rem;
    background-size: 32px auto;
    padding-left: 41px;
  }
}
@media screen and (max-width: 599px) {
  .tel-box__body__tel__link {
    font-size: 3.2rem;
    background-size: 28px auto;
    padding-left: 36px;
  }
}
@media screen and (max-width: 320px) {
  .tel-box__body__tel__link {
    font-size: 2.6rem;
    background-size: 20px auto;
    padding-left: 26px;
  }
}
.tel-box__body__text02 {
  font-size: 1.8rem;
  line-height: 1.6;
  word-break: break-all;
  margin-top: 5px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
}
@media print, screen and (max-width: 1200px) {
  .tel-box__body__text02 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .tel-box__body__text02 {
    text-align: center;
    font-weight: 400;
  }
}
@media screen and (max-width: 599px) {
  .tel-box__body__text02 {
    font-size: 1.4rem;
    margin-top: 3px;
  }
}
.tel-box--orange {
  background-color: #fff8ed;
}
.tel-box--orange .tel-box__head {
  background-color: #fda164;
}
.tel-box--orange .tel-box__body__text {
  color: #ff9650;
}
.tel-box--orange .tel-box__body__tel__link {
  background-image: url(../img/common/icon_tel_orange.svg);
}

.contact-box {
  display: flex;
  flex-wrap: wrap;
  background-color: #e5f3f1;
  padding: 20px;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .contact-box {
    margin-top: 65px;
  }
}
@media screen and (max-width: 599px) {
  .contact-box {
    margin-top: 50px;
  }
}
.contact-box__head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  background-color: #0b9c8d;
  padding: 10px;
}
@media print, screen and (max-width: 1400px) {
  .contact-box__head {
    width: 230px;
  }
}
@media screen and (max-width: 834px) {
  .contact-box__head {
    width: 100%;
    padding: 5px 10px;
  }
}
.contact-box__head__title {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .contact-box__head__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .contact-box__head__title {
    font-size: 1.6rem;
  }
}
.contact-box__body {
  width: calc(99.9% - 260px);
  background-color: #ffffff;
  padding: 25px 30px;
}
@media print, screen and (max-width: 1400px) {
  .contact-box__body {
    width: calc(99.9% - 230px);
  }
}
@media screen and (max-width: 834px) {
  .contact-box__body {
    width: 100%;
    padding: 20px 20px;
  }
}
.contact-box__body__text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .contact-box__body__text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 834px) {
  .contact-box__body__text {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .contact-box__body__text {
    font-size: 1.6rem;
  }
}

.magazine-box {
  display: block;
  background-color: #f1f8ec;
  padding: 30px 20px 20px;
}
@media screen and (max-width: 834px) {
  .magazine-box {
    padding: 20px 10px 12px;
  }
}
.magazine-box__img {
  text-align: center;
}
.magazine-box__img img {
  width: 100%;
  max-width: 120px;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.07);
}
.magazine-box__num {
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 834px) {
  .magazine-box__num {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .magazine-box__num {
    margin-top: 8px;
  }
}
.magazine-box__num__arw {
  position: relative;
  color: #345;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-right: 25px;
  padding-left: 5px;
}
@media screen and (max-width: 599px) {
  .magazine-box__num__arw {
    font-size: 1.6rem;
    padding-right: 20px;
    padding-left: 0;
  }
}
.magazine-box__num__arw::before {
  position: absolute;
  content: "";
  top: 6px;
  right: 0;
  width: 17px;
  height: 17px;
  background-color: #42bad2;
  border-radius: 100%;
}
@media screen and (max-width: 599px) {
  .magazine-box__num__arw::before {
    width: 15px;
    height: 15px;
  }
}
.magazine-box__num__arw::after {
  position: absolute;
  content: "";
  top: 11px;
  right: 6px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .magazine-box__num__arw::after {
    width: 5px;
    height: 5px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media print, screen and (min-width: 1025px) {
  .magazine-box:hover {
    transform: translateY(3px);
  }
}

.doctor-box__post {
  color: #0b9c8d;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 0.1em;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 1300px) {
  .doctor-box__post {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .doctor-box__post {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 834px) {
  .doctor-box__post {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 599px) {
  .doctor-box__post {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
}
.doctor-box__name {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .doctor-box__name {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  .doctor-box__name {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .doctor-box__name {
    margin-bottom: 20px;
  }
}
.doctor-box__name__jp {
  display: inline-block;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  padding-right: 0.53em;
}
@media print, screen and (max-width: 1300px) {
  .doctor-box__name__jp {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .doctor-box__name__jp {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 834px) {
  .doctor-box__name__jp {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 599px) {
  .doctor-box__name__jp {
    font-size: 2.5rem;
  }
}
.doctor-box__name__en {
  display: inline-block;
  color: #9e9e9e;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}
@media print, screen and (max-width: 1300px) {
  .doctor-box__name__en {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .doctor-box__name__en {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 834px) {
  .doctor-box__name__en {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .doctor-box__name__en {
    font-size: 1.2rem;
  }
}
.doctor-box__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  .doctor-box__body {
    flex-direction: column;
  }
}
@media screen and (max-width: 834px) {
  .doctor-box__body__prof {
    width: 100%;
    padding-right: 0;
  }
}
.doctor-box__body__prof__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px 0;
}
@media print, screen and (max-width: 1300px) {
  .doctor-box__body__prof__list {
    gap: 25px 0;
  }
}
@media screen and (max-width: 834px) {
  .doctor-box__body__prof__list {
    gap: 20px 0;
  }
}
.doctor-box__body__prof__list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media print, screen and (max-width: 1300px) {
  .doctor-box__body__prof__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.doctor-box__body__prof__list__item__title {
  width: 140px;
  color: #0b9c8d;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1;
  background-color: #f1f8ec;
  border-left: 3px solid #0b9c8d;
  padding: 7px 7px 7px 7px;
}
@media print, screen and (max-width: 1300px) {
  .doctor-box__body__prof__list__item__title {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 599px) {
  .doctor-box__body__prof__list__item__title {
    padding: 5px 5px 5px 7px;
    width: 130px;
    font-size: 1.6rem;
    border-left: 2px solid #0b9c8d;
  }
}
.doctor-box__body__prof__list__item__text-box {
  width: calc(99.9% - 140px);
  padding-left: 20px;
}
@media print, screen and (max-width: 1300px) {
  .doctor-box__body__prof__list__item__text-box {
    width: 100%;
    padding-left: 8px;
  }
}
@media screen and (max-width: 599px) {
  .doctor-box__body__prof__list__item__text-box {
    padding-left: 0;
  }
}
.doctor-box__body__prof__list__item__text-box__text {
  color: #345;
  font-size: 1.8rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.65;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 834px) {
  .doctor-box__body__prof__list__item__text-box__text {
    font-weight: 400;
  }
}
@media screen and (max-width: 834px) {
  .doctor-box__body__prof__list__item__text-box__text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .doctor-box__body__prof__list__item__text-box__text {
    font-size: 1.6rem;
  }
}
.doctor-box__body__img {
  margin-left: 5%;
  width: 23%;
  min-width: 23%;
}
@media print, screen and (max-width: 1300px) {
  .doctor-box__body__img {
    width: 26%;
    min-width: 26%;
  }
}
@media screen and (max-width: 834px) {
  .doctor-box__body__img {
    width: 100%;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .doctor-box__body__img {
    margin-top: 25px;
  }
}
.doctor-box__body__img img {
  width: 100%;
}

.text-base {
  color: #334455;
  font-size: 1.8rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .text-base {
    font-size: 1.7rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 599px) {
  .text-base {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.text-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.text-red {
  color: #ef2323;
}

.text-link, .link {
  color: #0b9c8d;
  text-decoration: underline;
}
@media print, screen and (min-width: 1025px) {
  .text-link:hover, .link:hover {
    text-decoration: none;
  }
}

.tel-link {
  color: #123;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .tel-link {
    color: #0b9c8d;
    text-decoration: underline;
  }
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.copy-gothic {
  color: #0b9c8d;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .copy-gothic {
    font-size: 2.16rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  .copy-gothic {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 599px) {
  .copy-gothic {
    margin-bottom: 15px;
    font-size: 1.68rem;
  }
}
.copy-gothic.type02 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .copy-gothic.type02 {
    font-size: 2.55rem;
  }
}
@media screen and (max-width: 834px) {
  .copy-gothic.type02 {
    font-size: 2.25rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .copy-gothic.type02 {
    margin-bottom: 10px;
    font-size: 1.95rem;
  }
}

.copy-mincho {
  color: #0b9c8d;
  font-size: 2.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .copy-mincho {
    font-size: 2.34rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  .copy-mincho {
    font-size: 2.08rem;
  }
}
@media screen and (max-width: 599px) {
  .copy-mincho {
    margin-bottom: 15px;
    font-size: 1.82rem;
  }
}

.caption {
  display: block;
  font-size: 1.8rem;
  line-height: 1.3em;
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 834px) {
  .caption {
    font-size: 1.7rem;
    margin-top: 8px;
    font-weight: 400;
  }
}
@media screen and (max-width: 599px) {
  .caption {
    font-size: 1.6rem;
    margin-top: 5px;
  }
}

.text-3column {
  padding: 0 !important;
}
.text-3column > li {
  margin-left: 30px;
  width: calc((99.9% - 60px) / 3);
  float: left;
  list-style: none !important;
}
.text-3column > li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .text-3column > li {
    margin-top: 15px;
    margin-left: 0;
    width: 100%;
    float: none;
  }
  .text-3column > li:first-child {
    margin-top: 0;
  }
}

.text-2column {
  padding: 0 !important;
}
.text-2column > li {
  width: calc(50% - 15px);
  float: right;
  list-style: none !important;
}
.text-2column > li:first-child {
  float: left;
}
@media screen and (max-width: 599px) {
  .text-2column > li {
    margin-top: 15px;
    width: 100%;
    float: none;
  }
  .text-2column > li:first-child {
    float: none;
    margin-top: 0;
  }
}

.list-box {
  border: 1px solid #e5e5e5;
  padding: 27px 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .list-box {
    padding: 18px 20px;
  }
}

.list-wrapper {
  padding: 0 !important;
  list-style: none;
  margin-bottom: 10px;
}
.list-wrapper li {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  padding-left: 1.6em;
  margin-top: 10px;
  word-break: break-all;
  list-style: none !important;
}
@media screen and (max-width: 1024px) {
  .list-wrapper li {
    font-weight: 400;
  }
}
@media screen and (max-width: 834px) {
  .list-wrapper li {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .list-wrapper li {
    font-size: 1.6rem;
  }
}
.list-wrapper li:first-child {
  margin-top: 0;
}
.list-wrapper li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #79cb0a;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .list-wrapper li::before {
    top: 6px;
  }
}
@media screen and (max-width: 599px) {
  .list-wrapper li {
    margin-top: 7px;
  }
}

ol.list-wrapper {
  counter-reset: num;
  padding: 0 !important;
  list-style: none;
}
ol.list-wrapper li {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  list-style: none;
  padding: 2px 0 2px 44px;
  margin-top: 10px;
  word-break: break-all;
}
@media screen and (max-width: 1024px) {
  ol.list-wrapper li {
    padding: 2px 0 2px 40px;
    font-weight: 400;
  }
}
@media screen and (max-width: 834px) {
  ol.list-wrapper li {
    font-size: 1.7rem;
    padding: 2px 0 2px 36px;
  }
}
@media screen and (max-width: 599px) {
  ol.list-wrapper li {
    font-size: 1.6rem;
    padding: 2px 0 2px 32px;
  }
}
ol.list-wrapper li:first-child {
  margin-top: 0;
}
ol.list-wrapper li::before {
  display: none;
}
ol.list-wrapper li::after {
  position: absolute;
  content: counter(num);
  counter-increment: num;
  top: 2px;
  left: 0;
  width: 26px;
  height: 26px;
  color: #ffffff;
  font-size: 17px;
  font-family: "Roboto", sans-serif !important;
  line-height: 26px;
  text-align: center;
  background-color: #0b9c8d;
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  ol.list-wrapper li::after {
    top: 5px;
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 834px) {
  ol.list-wrapper li::after {
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 599px) {
  ol.list-wrapper li::after {
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 599px) {
  ol.list-wrapper li {
    margin-top: 7px;
  }
}

.base-link-list {
  margin-bottom: 30px;
}
.base-link-list > li {
  margin-bottom: 8px;
}
.base-link-list > li:last-child {
  margin-bottom: 0;
}
.base-link-list > li > a {
  display: inline-block;
  position: relative;
  color: #345;
  font-size: 1.8rem;
  line-height: 1.5;
  text-decoration: underline;
  padding: 0 0 0 26px;
}
@media screen and (max-width: 834px) {
  .base-link-list > li > a {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .base-link-list > li > a {
    font-size: 1.6rem;
  }
}
.base-link-list > li > a::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #42bad2;
}
@media screen and (max-width: 599px) {
  .base-link-list > li > a::before {
    top: 5px;
  }
}
.base-link-list > li > a::after {
  display: block;
  position: absolute;
  content: "";
  top: 11px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .base-link-list > li > a::after {
    top: 10px;
  }
}
@media print, screen and (min-width: 1025px) {
  .base-link-list > li > a:hover {
    text-decoration: none;
    transform: translateX(2px);
  }
}

.base-file-list {
  margin-bottom: 40px;
}
.base-file-list > li {
  margin-bottom: 10px;
}
.base-file-list > li:last-child {
  margin-bottom: 0;
}
.base-file-list__link {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.3;
  text-decoration: underline;
  background-repeat: no-repeat;
  background-size: 20px auto;
  padding: 3px 0 3px 30px;
}
@media screen and (max-width: 834px) {
  .base-file-list__link {
    font-size: 1.7rem;
    background-size: 20px auto;
  }
}
@media screen and (max-width: 599px) {
  .base-file-list__link {
    font-size: 1.6rem;
  }
}
.base-file-list__link--pdf {
  color: #d13737;
  background-image: url(../img/common/icon_pdf.png);
}
.base-file-list__link--word {
  color: #3671b6;
  background-image: url(../img/common/icon_word.png);
}
.base-file-list__link--excel {
  color: #26a367;
  background-image: url(../img/common/icon_excel.png);
}
@media print, screen and (min-width: 1025px) {
  .base-file-list__link:hover {
    text-decoration: none;
    transform: translateX(2px);
  }
}

.base-btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.base-btn-list > li {
  width: calc((100% - 20px) / 3);
}
@media screen and (max-width: 599px) {
  .base-btn-list > li {
    width: 100%;
  }
}
.base-btn-list > li.two-column {
  width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 599px) {
  .base-btn-list > li.two-column {
    width: 100%;
  }
}
.base-btn-list > li > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  color: #000;
  line-height: 1.3;
  background-color: #e5f3f1;
  border-radius: 5px;
  padding: 22px 20px 22px 50px;
}
@media screen and (max-width: 599px) {
  .base-btn-list > li > a {
    padding: 16px 18px 16px 45px;
  }
}
.base-btn-list > li > a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 15px;
  bottom: 0;
  width: 24px;
  height: 24px;
  background-color: #0b9c8d;
  border-radius: 50%;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 599px) {
  .base-btn-list > li > a::before {
    left: 13px;
  }
}
.base-btn-list > li > a::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 22px;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-top: auto;
  margin-bottom: auto;
  transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .base-btn-list > li > a::after {
    left: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .base-btn-list > li > a:hover {
    transform: translateX(2px);
  }
}

.text-link-list {
  display: flex;
  flex-wrap: wrap;
  background-color: #e5f3f1;
  padding: 30px 40px;
  margin-bottom: 40px;
  gap: 15px 50px;
}
@media screen and (max-width: 834px) {
  .text-link-list {
    padding: 25px 30px;
    gap: 15px 40px;
  }
}
@media screen and (max-width: 599px) {
  .text-link-list {
    padding: 25px 20px;
    gap: 15px 30px;
  }
}
.text-link-list > li {
  font-size: 0;
}
.text-link-list__link {
  display: block;
  position: relative;
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.3;
  padding-left: 34px;
}
@media screen and (max-width: 834px) {
  .text-link-list__link {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .text-link-list__link {
    font-size: 1.6rem;
  }
}
.text-link-list__link::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #0b9c8d;
  border-radius: 50%;
}
.text-link-list__link::after {
  display: block;
  position: absolute;
  content: "";
  top: 8px;
  left: 7px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media print, screen and (min-width: 1025px) {
  .text-link-list__link:hover {
    transform: translateX(5px);
  }
}
.text-link-list__link.anchor::after {
  top: 7px;
  left: 9px;
  transform: rotate(135deg);
}
@media print, screen and (min-width: 1025px) {
  .text-link-list__link.anchor:hover {
    transform: translateY(5px);
  }
}

.column2-list {
  margin-top: -20px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.column2-list > li {
  margin-top: 20px;
  margin-left: 20px;
  width: calc((100% - 40px) / 3);
}
.column2-list > li:nth-child(3n-2) {
  margin-left: 0;
}
@media screen and (max-width: 834px) {
  .column2-list > li {
    margin-left: 0;
    width: 100%;
  }
}

.magazine-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 13px;
}
@media screen and (max-width: 599px) {
  .magazine-list {
    gap: 10px;
  }
}
.magazine-list__item {
  width: calc((99.9% - 39px) / 4);
}
@media screen and (max-width: 1024px) {
  .magazine-list__item {
    width: calc((99.9% - 26px) / 3);
  }
}
@media screen and (max-width: 834px) {
  .magazine-list__item {
    width: calc((99.9% - 39px) / 4);
  }
}
@media screen and (max-width: 599px) {
  .magazine-list__item {
    width: calc((99.9% - 10px) / 2);
  }
}

.doctor-list__item {
  border-bottom: 1px solid #e4e4e4;
  padding-top: 55px;
  padding-bottom: 50px;
}
@media print, screen and (max-width: 1300px) {
  .doctor-list__item {
    padding-top: 50px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .doctor-list__item {
    padding-top: 45px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 834px) {
  .doctor-list__item {
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 599px) {
  .doctor-list__item {
    padding-top: 35px;
    padding-bottom: 30px;
  }
}
.doctor-list__item:nth-child(1) {
  padding-top: 0;
}
.doctor-list__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.img-right {
  float: right;
  display: inline-block;
  width: auto;
  max-width: 45%;
  margin: 7px 0 20px 45px;
}
@media screen and (max-width: 1024px) {
  .img-right {
    max-width: 40%;
    margin: 7px 0 20px 30px;
  }
}
@media screen and (max-width: 599px) {
  .img-right {
    float: none;
    display: block;
    width: auto;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 15px;
  }
}

.img-left {
  float: left;
  display: inline-block;
  width: auto;
  max-width: 45%;
  margin: 7px 45px 20px 0;
}
@media screen and (max-width: 1024px) {
  .img-left {
    max-width: 40%;
    margin: 7px 30px 20px 0;
  }
}
@media screen and (max-width: 599px) {
  .img-left {
    float: none;
    display: block;
    width: auto;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 15px;
  }
}

.text-right {
  width: calc(55% - 45px);
  float: right;
}
@media screen and (max-width: 1024px) {
  .text-right {
    width: calc(60% - 30px);
  }
}
@media screen and (max-width: 599px) {
  .text-right {
    width: auto;
    float: none;
  }
}

.img-left:has(+ .text-right) {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .img-left:has(+ .text-right) {
    margin-bottom: 15px;
  }
}

.img-right:has(+ .text-left) {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .img-right:has(+ .text-left) {
    margin-bottom: 15px;
  }
}

.text-left {
  width: calc(55% - 45px);
  float: left;
}
@media screen and (max-width: 1024px) {
  .text-left {
    width: calc(60% - 30px);
  }
}
@media screen and (max-width: 599px) {
  .text-left {
    width: auto;
    float: none;
  }
}

.photo-1 {
  max-width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.photo-2 {
  padding: 0 !important;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .photo-2 {
    gap: 15px 10px;
  }
}
@media screen and (max-width: 599px) {
  .photo-2 {
    margin-bottom: 30px;
  }
}
.photo-2 li {
  list-style: none !important;
  text-align: center;
}
@media print, screen and (min-width: 835px) {
  .photo-2 li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 834px) {
  .photo-2 li {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .photo-2 li {
    width: 100%;
  }
}

.photo-3 {
  padding: 0 !important;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .photo-3 {
    margin-bottom: 30px;
  }
}
.photo-3 li {
  list-style: none !important;
  text-align: center;
  width: calc((100% - 32px) / 3);
}
.photo-3 li img {
  max-width: auto;
}
@media screen and (max-width: 599px) {
  .photo-3 li {
    width: 100%;
  }
}

/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 50px;
}
@media screen and (max-width: 599px) {
  .remodal-wrapper {
    padding: 30px;
  }
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  transform: translate3d(0, 0, 0);
  text-align: left;
  color: #2b2e38;
  background: transparent;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal {
  max-width: 600px;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.remodal-search {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.remodal-search__input-text {
  padding: 0 15px !important;
  width: calc(100% - 130px);
  height: 60px;
  background-color: #fff !important;
  border: none !important;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .remodal-search__input-text {
    width: calc(100% - 60px) !important;
  }
}
.remodal-search__input-text:input-placeholder {
  color: #bbb;
}
.remodal-search__input-text:-ms-input-placeholder {
  color: #bbb !important;
}
.remodal-search__input-text::-webkit-input-placeholder {
  color: #bbb;
}
.remodal-search__input-text::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
.remodal-search__input-btn {
  padding-left: 28px;
  width: 130px;
  height: 60px;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.25em;
  background-color: #0b9c8d;
  background-image: url(../img/common/icon_search_white.svg);
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: 20px 50%;
  border: none !important;
  cursor: pointer;
  transition: 0.2s;
  overflow: hidden;
  white-space: nowrap;
}
@media print, screen and (min-width: 1025px) {
  .remodal-search__input-btn:hover {
    background-color: #79cb0a;
  }
}
@media screen and (max-width: 599px) {
  .remodal-search__input-btn {
    width: 60px !important;
    text-indent: 150%;
    background-size: 20px auto;
    background-position: 50% 50%;
  }
}

.remodal-close-btn {
  margin: 25px auto 0;
  padding-right: 20px;
  width: 60px;
  height: 60px;
  border: none;
  background-color: #789;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
  display: block;
}
.remodal-close-btn::before {
  content: "";
  margin: 0 auto;
  top: calc(50% - 1px);
  right: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transform: rotate(45deg);
}
.remodal-close-btn::after {
  content: "";
  margin: 0 auto;
  top: calc(50% - 1px);
  right: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transform: rotate(-45deg);
}
@media screen and (max-width: 599px) {
  .remodal-close-btn {
    margin: 20px auto 0;
    width: 50px;
    height: 50px;
  }
  .remodal-close-btn::before {
    width: 20px;
    height: 2px;
  }
  .remodal-close-btn::after {
    width: 20px;
    height: 2px;
  }
}
@media print, screen and (min-width: 1025px) {
  .remodal-close-btn:hover {
    background-color: #79cb0a;
    transform: translateY(5px);
  }
}

/*--------------------------------------------------------
top
----------------------------------------------------------*/
.top-main {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 1024px) {
  .top-main {
    height: 600px;
  }
}
@media screen and (max-width: 834px) {
  .top-main {
    height: 480px;
  }
}
@media screen and (max-width: 599px) {
  .top-main {
    height: 360px;
  }
}
@media screen and (max-width: 320px) {
  .top-main {
    height: 300px;
  }
}
.top-main::before {
  position: absolute;
  content: "";
  right: 50px;
  bottom: -182px;
  width: 281px;
  height: 308px;
  background-image: url(../img/top/bg_top01.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-main::before {
    right: 10px;
    bottom: -132px;
    width: 252.9px;
    height: 277.2px;
  }
}
@media screen and (max-width: 834px) {
  .top-main::before {
    bottom: -102px;
    width: 196.7px;
    height: 215.6px;
  }
}
@media screen and (max-width: 599px) {
  .top-main::before {
    bottom: -72px;
    width: 140.5px;
    height: 154px;
  }
}
@media screen and (max-width: 320px) {
  .top-main::before {
    bottom: -42px;
    width: 84.3px;
    height: 92.4px;
  }
}

.top-main-slider {
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.top-main-slider .slick-list {
  height: 100%;
}
.top-main-slider .slick-list .slick-track {
  height: 100%;
}
.top-main-slider .slick-slide > div {
  height: 100%;
}
.top-main-slider__item {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.top-main-slider__item img {
  object-fit: cover;
  object-position: center center !important;
  width: 100%;
  height: 100%;
}

.top-main-copy {
  position: absolute;
  left: 60px;
  bottom: 100px;
  width: 35.7%;
  max-width: 679px;
  aspect-ratio: 97/41;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top-main-copy {
    left: 25px;
    bottom: 50px;
    width: 45%;
  }
}
@media screen and (max-width: 834px) {
  .top-main-copy {
    bottom: 40px;
    width: 52%;
  }
}
@media screen and (max-width: 599px) {
  .top-main-copy {
    left: 15px;
    bottom: 30px;
    width: 75%;
  }
}
.top-main-copy img {
  width: 100%;
}

.top-addiction {
  position: relative;
  background-image: url(../img/top/bg_addiction.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 50px 130px;
}
@media screen and (max-width: 1024px) {
  .top-addiction {
    padding: 70px 30px 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-addiction {
    padding: 40px 20px 60px;
  }
}
.top-addiction::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 180px;
  width: 657px;
  height: 403px;
  background-image: url(../img/top/bg_top02.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-addiction::before {
    bottom: 130px;
    width: 591.3px;
    height: 362.7px;
  }
}
@media screen and (max-width: 834px) {
  .top-addiction::before {
    bottom: 80px;
    width: 459.9px;
    height: 282.1px;
  }
}
@media screen and (max-width: 599px) {
  .top-addiction::before {
    display: none;
  }
}
.top-addiction::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 14px;
  width: 342px;
  height: 347px;
  background-image: url(../img/top/bg_top03.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-addiction::after {
    bottom: 12.6px;
    width: 307.8px;
    height: 312.3px;
  }
}
@media screen and (max-width: 834px) {
  .top-addiction::after {
    bottom: 9.8px;
    width: 239.4px;
    height: 242.9px;
  }
}
@media screen and (max-width: 599px) {
  .top-addiction::after {
    bottom: 7px;
    width: 171px;
    height: 173.5px;
  }
}
@media screen and (max-width: 320px) {
  .top-addiction::after {
    bottom: 4.2px;
    width: 102.6px;
    height: 104.1px;
  }
}
.top-addiction__inr {
  position: relative;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
}
.top-addiction__catch {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (min-width: 1025px) {
  .top-addiction__catch {
    position: absolute;
    top: 0;
    left: -175px;
    height: 100%;
  }
}
@media print, screen and (min-width: 1025px) and (max-width: 1500px) {
  .top-addiction__catch {
    left: -125px;
  }
}
@media print, screen and (min-width: 1025px) and (max-width: 1400px) {
  .top-addiction__catch {
    left: -75px;
  }
}
@media print, screen and (min-width: 1025px) and (max-width: 1300px) {
  .top-addiction__catch {
    position: static;
    height: auto;
  }
}
.top-addiction__catch__txt {
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.6;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (min-width: 1025px) {
  .top-addiction__catch__txt {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media print, screen and (max-width: 1500px) {
  .top-addiction__catch__txt {
    font-size: 4.6rem;
  }
}
@media print, screen and (max-width: 1400px) {
  .top-addiction__catch__txt {
    font-size: 4.4rem;
  }
}
@media print, screen and (max-width: 1300px) {
  .top-addiction__catch__txt {
    font-size: 4.2rem;
    line-height: 1.5;
    text-align: center;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 834px) {
  .top-addiction__catch__txt {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 599px) {
  .top-addiction__catch__txt {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 320px) {
  .top-addiction__catch__txt {
    font-size: 2.2rem;
  }
}
.top-addiction__catch__txt__fc {
  display: inline-block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#31a2b8+0,78cb0a+100 */
  background: linear-gradient(to bottom, rgb(49, 162, 184) 0%, rgb(120, 203, 10) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media print, screen and (max-width: 1300px) {
  .top-addiction__catch__txt__fc {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#31a2b8+0,78cb0a+100 */
    background: linear-gradient(to right, rgb(49, 162, 184) 0%, rgb(120, 203, 10) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.top-addiction__img {
  text-align: center;
}
.top-addiction__img img {
  width: 100%;
  max-width: 682px;
}
.top-addiction__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  word-break: break-all;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .top-addiction__text {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 834px) {
  .top-addiction__text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .top-addiction__text {
    font-size: 1.5rem;
    margin-top: 15px;
  }
}
.top-addiction__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 55px;
  gap: 22px;
}
@media screen and (max-width: 1024px) {
  .top-addiction__list {
    gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-addiction__list {
    margin-top: 45px;
    gap: 10px;
  }
}
.top-addiction__list > li {
  width: calc((99.9% - 44px) / 3);
}
@media screen and (max-width: 1024px) {
  .top-addiction__list > li {
    width: calc((99.9% - 40px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .top-addiction__list > li {
    width: 100%;
  }
}
.top-addiction__list__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  color: #345;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.15;
  text-align: center;
  background-image: url(../img/common/arw01_02.svg);
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-color: #ffffff;
  padding: 33px 42px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .top-addiction__list__btn {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .top-addiction__list__btn {
    font-size: 1.6rem;
    background-position: right 15px center;
    padding: 30px 30px 80px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 599px) {
  .top-addiction__list__btn {
    background-position: right 20px center;
    padding: 28px 42px;
  }
}
.top-addiction__list__btn::before {
  position: absolute;
  content: "";
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 600px) and (min-width: 835px) {
  .top-addiction__list__btn::before {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 834px) {
  .top-addiction__list__btn::before {
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .top-addiction__list__btn::before {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.top-addiction__list__btn--addiction01::before {
  left: 32px;
  width: 30px;
  height: 46px;
  background-image: url(../img/common/icon_addiction01.svg);
}
@media screen and (max-width: 1024px) {
  .top-addiction__list__btn--addiction01::before {
    width: 27px;
    height: 41.4px;
  }
}
@media screen and (max-width: 834px) {
  .top-addiction__list__btn--addiction01::before {
    left: 0;
    bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-addiction__list__btn--addiction01::before {
    left: 23px;
    bottom: 0;
    width: 24px;
    height: 36.8px;
  }
}
.top-addiction__list__btn--addiction02::before {
  left: 20px;
  width: 40px;
  height: 28px;
  background-image: url(../img/common/icon_addiction02.svg);
}
@media screen and (max-width: 1024px) {
  .top-addiction__list__btn--addiction02::before {
    width: 36px;
    height: 25.2px;
  }
}
@media screen and (max-width: 834px) {
  .top-addiction__list__btn--addiction02::before {
    left: 0;
    bottom: 29px;
  }
}
@media screen and (max-width: 599px) {
  .top-addiction__list__btn--addiction02::before {
    left: 20px;
    bottom: 0;
    width: 32px;
    height: 22.4px;
  }
}
.top-addiction__list__btn--addiction03::before {
  left: 37px;
  width: 22px;
  height: 33px;
  background-image: url(../img/common/icon_addiction03.svg);
}
@media screen and (max-width: 1024px) {
  .top-addiction__list__btn--addiction03::before {
    width: 19.8px;
    height: 29.7px;
  }
}
@media screen and (max-width: 834px) {
  .top-addiction__list__btn--addiction03::before {
    left: 0;
    bottom: 26px;
  }
}
@media screen and (max-width: 599px) {
  .top-addiction__list__btn--addiction03::before {
    left: 30px;
    bottom: 0;
    width: 17.6px;
    height: 26.4px;
  }
}
@media print, screen and (min-width: 1025px) {
  .top-addiction__list__btn:hover {
    transform: translateX(3px);
  }
}

.top-important-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 1200px;
  background-color: #ffffff;
  padding: 30px 30px 30px 40px;
  margin: 0 auto 60px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
@media screen and (max-width: 834px) {
  .top-important-box {
    display: block;
    padding: 30px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 599px) {
  .top-important-box {
    padding: 20px;
    margin: 0 auto 40px;
  }
}
.top-important-box__title {
  width: 184px;
  color: #e56b6b;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.3;
  padding-right: 40px;
}
@media screen and (max-width: 834px) {
  .top-important-box__title {
    width: 100%;
    margin-right: 0;
  }
}
.top-important-box__title__icon {
  display: inline-block;
  background-image: url(../img/common/icon_important.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 20px auto;
  padding-left: 28px;
}
@media screen and (max-width: 599px) {
  .top-important-box__title__icon {
    background-position: left top 1px;
    background-size: 18px auto;
    padding-left: 26px;
  }
}
.top-important-box__body {
  position: relative;
  width: calc(99.9% - 184px);
  padding-left: 40px;
}
@media screen and (max-width: 834px) {
  .top-important-box__body {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
    margin-top: 15px;
  }
}
.top-important-box__body::before {
  position: absolute;
  content: "";
  top: -5px;
  left: 0;
  width: 1px;
  height: calc(100% + 10px);
  background-color: #dadfde;
}
@media screen and (max-width: 834px) {
  .top-important-box__body::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
.top-important-box__body__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 0;
}
@media screen and (max-width: 1024px) {
  .top-important-box__body__list {
    gap: 12px 0;
  }
}
@media screen and (max-width: 834px) {
  .top-important-box__body__list {
    gap: 10px 0;
  }
}
@media screen and (max-width: 599px) {
  .top-important-box__body__list {
    gap: 12px 0;
  }
}
.top-important-box__body__list > li {
  width: 100%;
}
.top-important-box__body__list__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.3;
}
.top-important-box__body__list__link__date {
  width: 112px;
  color: #6e8492;
  font-weight: bold;
  padding-top: 2px;
}
@media screen and (max-width: 599px) {
  .top-important-box__body__list__link__date {
    width: 100%;
    padding-top: 0;
    margin-bottom: 5px;
  }
}
.top-important-box__body__list__link__title {
  width: calc(99.9% - 112px);
  color: #345;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .top-important-box__body__list__link__title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .top-important-box__body__list__link__title {
    width: 100%;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .top-important-box__body__list__link:hover {
    transform: translateX(3px);
  }
}

.top-clinical {
  padding: 100px 50px;
}
@media screen and (max-width: 1024px) {
  .top-clinical {
    padding: 70px 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-clinical {
    padding: 50px 20px;
  }
}
.top-clinical__inr {
  max-width: 1545px;
  margin-left: auto;
  margin-right: auto;
}
.top-clinical__title {
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .top-clinical__title {
    font-size: 3.2rem;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 834px) {
  .top-clinical__title {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 599px) {
  .top-clinical__title {
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 320px) {
  .top-clinical__title {
    font-size: 2.2rem;
  }
}
.top-clinical__title__fc01 {
  color: #47b3c4;
  font-size: 4.2rem;
}
@media screen and (max-width: 1024px) {
  .top-clinical__title__fc01 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 834px) {
  .top-clinical__title__fc01 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 599px) {
  .top-clinical__title__fc01 {
    font-size: 3rem;
    margin-right: -0.5em;
  }
}
@media screen and (max-width: 320px) {
  .top-clinical__title__fc01 {
    font-size: 2.6rem;
    margin-left: -0.5em;
  }
}
.top-clinical__title__en {
  display: inline-block;
  font-size: 2rem;
  font-family: "Roboto", sans-serif !important;
  font-weight: 900;
  letter-spacing: 0.1em;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#42bad2+0,bbdd8e+100 */
  background: linear-gradient(to right, rgb(66, 186, 210) 0%, rgb(187, 221, 142) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .top-clinical__title__en {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .top-clinical__title__en {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-clinical__title__en {
    font-size: 1.2rem;
    margin-top: 15px;
  }
}
.top-clinical__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 52px;
}
@media print, screen and (max-width: 1300px) {
  .top-clinical__list {
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .top-clinical__list {
    gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-clinical__list {
    gap: 10px;
  }
}
.top-clinical__list > li {
  width: calc((99.9% - 104px) / 3);
}
@media print, screen and (max-width: 1300px) {
  .top-clinical__list > li {
    width: calc((99.9% - 60px) / 3);
  }
}
@media screen and (max-width: 1024px) {
  .top-clinical__list > li {
    width: calc((99.9% - 40px) / 3);
  }
}
@media screen and (max-width: 834px) {
  .top-clinical__list > li {
    width: 100%;
  }
}

.top-psychiatry-box {
  position: relative;
  background-color: #fff;
  padding: 30px 30px 103px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 834px) {
  .top-psychiatry-box {
    padding: 30px 25px 30px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 599px) {
  .top-psychiatry-box {
    padding: 25px 20px 30px;
  }
}
.top-psychiatry-box__title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-align: center;
  border-bottom: 3px solid #bbdd8e;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 1200px) {
  .top-psychiatry-box__title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .top-psychiatry-box__title {
    font-size: 2rem;
    border-bottom: 2px solid #bbdd8e;
  }
}
.top-psychiatry-box__title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  width: 50%;
  height: 3px;
  background-color: #42bad2;
}
@media screen and (max-width: 599px) {
  .top-psychiatry-box__title::before {
    bottom: -2px;
    height: 2px;
  }
}
.top-psychiatry-box__text {
  font-size: 1.7rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.6;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 834px) {
  .top-psychiatry-box__text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .top-psychiatry-box__text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.top-psychiatry-box__list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
  gap: 10px 20px;
}
@media print, screen and (max-width: 1300px) {
  .top-psychiatry-box__list {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 834px) {
  .top-psychiatry-box__list {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-psychiatry-box__list {
    padding-left: 5px;
    padding-right: 5px;
    gap: 8px 15px;
  }
}
.top-psychiatry-box__list > li {
  position: relative;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.4;
  padding-left: 1em;
}
@media screen and (max-width: 1024px) {
  .top-psychiatry-box__list > li {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 834px) {
  .top-psychiatry-box__list > li {
    width: calc((99.9% - 20px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .top-psychiatry-box__list > li {
    width: 100%;
    font-size: 1.6rem;
  }
}
.top-psychiatry-box__list > li::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #42bad2;
  border-radius: 50%;
}
.top-psychiatry-box__list--col2 > li {
  width: calc((99.9% - 20px) / 2);
}
.top-psychiatry-box__btn-box {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  max-width: 220px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .top-psychiatry-box__btn-box {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 599px) {
  .top-psychiatry-box__btn-box {
    margin: 25px auto 0;
  }
}
.top-psychiatry-box__btn-box__btn {
  padding: 12px 40px;
}

.top-bnr-wrapper {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#42bad2+0,bbdd8e+100 */
  background: linear-gradient(to right, rgb(66, 186, 210) 0%, rgb(187, 221, 142) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 50px;
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .top-bnr-wrapper {
    padding: 50px 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 834px) {
  .top-bnr-wrapper {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-bnr-wrapper {
    padding: 30px 20px;
  }
}
.top-bnr-wrapper__inr {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.top-bnr-wrapper__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
@media print, screen and (max-width: 1400px) {
  .top-bnr-wrapper__list {
    gap: 30px;
  }
}
@media print, screen and (max-width: 1200px) {
  .top-bnr-wrapper__list {
    gap: 20px;
  }
}
@media screen and (max-width: 834px) {
  .top-bnr-wrapper__list {
    gap: 10px;
  }
}
.top-bnr-wrapper__list > li {
  width: calc((99.9% - 80px) / 3);
}
@media print, screen and (max-width: 1400px) {
  .top-bnr-wrapper__list > li {
    width: calc((99.9% - 60px) / 3);
  }
}
@media print, screen and (max-width: 1200px) {
  .top-bnr-wrapper__list > li {
    width: calc((99.9% - 40px) / 3);
  }
}
@media screen and (max-width: 834px) {
  .top-bnr-wrapper__list > li {
    width: calc((99.9% - 20px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .top-bnr-wrapper__list > li {
    width: 100%;
  }
}

.top-bnr-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 39px 35px;
}
@media print, screen and (max-width: 1400px) {
  .top-bnr-box {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 1024px) {
  .top-bnr-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 30px 25px 80px;
  }
}
@media screen and (max-width: 834px) {
  .top-bnr-box {
    padding: 20px 20px 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-bnr-box {
    padding: 20px 20px;
  }
}
.top-bnr-box__text {
  color: #0b9c8d;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 1400px) {
  .top-bnr-box__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 834px) {
  .top-bnr-box__text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 599px) {
  .top-bnr-box__text {
    font-size: 1.2rem;
  }
}
.top-bnr-box__text__line {
  display: inline-block;
  border-bottom: 2px dotted #13bdab;
  padding-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .top-bnr-box__text__line {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .top-bnr-box__text__line {
    text-align: left;
  }
}
.top-bnr-box__title {
  color: #345;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media print, screen and (max-width: 1400px) {
  .top-bnr-box__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-bnr-box__title {
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  .top-bnr-box__title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 599px) {
  .top-bnr-box__title {
    text-align: left;
  }
}
@media screen and (max-width: 320px) {
  .top-bnr-box__title {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .top-bnr-box:hover {
    transform: translateX(3px);
  }
}
.top-bnr-box--bnr01 {
  background-image: url(../img/common/icon_calendar.svg);
  background-position: right 32px center;
  background-repeat: no-repeat;
  background-size: 46px auto;
  padding-right: 110px;
}
@media print, screen and (max-width: 1400px) {
  .top-bnr-box--bnr01 {
    background-size: 36.8px auto;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .top-bnr-box--bnr01 {
    background-position: center bottom 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 834px) {
  .top-bnr-box--bnr01 {
    padding-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-bnr-box--bnr01 {
    background-position: right 32px center;
    background-size: 27.6px auto;
    padding-right: 90px;
  }
}
@media screen and (max-width: 320px) {
  .top-bnr-box--bnr01 {
    background-position: right 27px center;
    background-size: 23px auto;
    padding-right: 80px;
  }
}
.top-bnr-box--bnr02 {
  background-image: url(../img/common/icon_family.svg);
  background-position: right 34px center;
  background-repeat: no-repeat;
  background-size: 104px auto;
  padding-right: 172px;
}
@media print, screen and (max-width: 1400px) {
  .top-bnr-box--bnr02 {
    background-size: 83.2px auto;
    padding-right: 152px;
  }
}
@media screen and (max-width: 1024px) {
  .top-bnr-box--bnr02 {
    background-position: center bottom 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 834px) {
  .top-bnr-box--bnr02 {
    padding-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-bnr-box--bnr02 {
    background-position: right 14px center;
    background-size: 62.4px auto;
    padding-right: 90px;
  }
}
@media screen and (max-width: 320px) {
  .top-bnr-box--bnr02 {
    background-size: 52px auto;
    padding-right: 80px;
  }
}
.top-bnr-box--bnr03 {
  background-image: url(../img/common/icon_board.svg);
  background-position: right 38px center;
  background-repeat: no-repeat;
  background-size: 43px auto;
  padding-right: 119px;
}
@media print, screen and (max-width: 1400px) {
  .top-bnr-box--bnr03 {
    background-size: 34.4px auto;
    padding-right: 109px;
  }
}
@media screen and (max-width: 1024px) {
  .top-bnr-box--bnr03 {
    background-position: center bottom 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 834px) {
  .top-bnr-box--bnr03 {
    padding-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-bnr-box--bnr03 {
    background-position: right 31px center;
    background-size: 25.8px auto;
    padding-right: 90px;
  }
}
@media screen and (max-width: 320px) {
  .top-bnr-box--bnr03 {
    background-position: right 29px center;
    background-size: 21.5px auto;
    padding-right: 80px;
  }
}

.top-news {
  position: relative;
  padding: 100px 50px 120px;
}
@media screen and (max-width: 1024px) {
  .top-news {
    padding: 60px 30px 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-news {
    padding: 40px 20px 60px;
  }
}
.top-news::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 10px;
  width: 274px;
  height: 276px;
  background-image: url(../img/top/bg_top04.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-news::before {
    bottom: 60px;
    width: 246.6px;
    height: 248.4px;
  }
}
@media screen and (max-width: 834px) {
  .top-news::before {
    bottom: 20px;
    width: 191.8px;
    height: 193.2px;
  }
}
@media screen and (max-width: 599px) {
  .top-news::before {
    width: 137px;
    height: 138px;
  }
}
@media screen and (max-width: 320px) {
  .top-news::before {
    bottom: 10px;
    width: 82.2px;
    height: 82.8px;
  }
}
.top-news__inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
}
.top-news__news-block {
  position: relative;
  width: calc(99.9% - 520px - 75px);
  margin-right: 75px;
}
@media print, screen and (max-width: 1600px) {
  .top-news__news-block {
    width: 60.2%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 834px) {
  .top-news__news-block {
    width: 100%;
    margin-right: 0;
  }
}
.top-news__news-block__title {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.3;
  margin-top: -25px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 1300px) {
  .top-news__news-block__title {
    margin-top: -14px;
  }
}
@media screen and (max-width: 834px) {
  .top-news__news-block__title {
    font-size: 2.9rem;
    margin-top: -13px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__news-block__title {
    font-size: 2.5rem;
  }
}
.top-news__news-block__title__en {
  display: inline-block;
  font-size: 2.8rem;
  font-family: "Roboto", sans-serif !important;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#42bad2+0,bbdd8e+100 */
  background: linear-gradient(to right, rgb(66, 186, 210) 0%, rgb(187, 221, 142) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 834px) {
  .top-news__news-block__title__en {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 599px) {
  .top-news__news-block__title__en {
    font-size: 2.2rem;
  }
}
.top-news__annai-block {
  width: 520px;
  padding-top: 22px;
}
@media print, screen and (max-width: 1600px) {
  .top-news__annai-block {
    width: 34.7%;
    padding-top: 80px;
  }
}
@media print, screen and (max-width: 1300px) {
  .top-news__annai-block {
    padding-top: 90px;
  }
}
@media screen and (max-width: 834px) {
  .top-news__annai-block {
    width: 100%;
    padding-top: 70px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__annai-block {
    padding-top: 60px;
  }
}
.top-news__annai-block__btn-box {
  margin-top: 30px;
}
.top-news__annai-block__btn-box__btn {
  position: relative;
  display: block;
  max-width: 320px;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
  background-image: url(../img/common/icon_medicine_white.svg);
  background-position: left 30px center;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-color: #0b9c8d;
  padding: 23px 30px 23px 25px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1200px) {
  .top-news__annai-block__btn-box__btn {
    font-size: 1.7rem;
    background-size: 26px auto;
  }
}
@media screen and (max-width: 1024px) {
  .top-news__annai-block__btn-box__btn {
    background-size: 24px auto;
  }
}
@media screen and (max-width: 834px) {
  .top-news__annai-block__btn-box__btn {
    font-size: 1.8rem;
    background-size: 28px auto;
  }
}
@media screen and (max-width: 599px) {
  .top-news__annai-block__btn-box__btn {
    font-size: 1.7rem;
    background-size: 26px auto;
  }
}
.top-news__annai-block__btn-box__btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto 0;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 1025px) {
  .top-news__annai-block__btn-box__btn:hover {
    transform: translateX(3px);
  }
}

.top-news-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 20px;
  right: 0;
}
@media print, screen and (max-width: 1600px) {
  .top-news-tab {
    position: static;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  .top-news-tab {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 599px) {
  .top-news-tab {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}
.top-news-tab__item {
  height: 32px;
  color: #345;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
  vertical-align: middle;
  background-color: transparent;
  border-right: 1px solid #dadfde;
  padding: 0 18px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media print, screen and (max-width: 1400px) {
  .top-news-tab__item {
    padding: 0 12px;
  }
}
@media print, screen and (max-width: 1200px) {
  .top-news-tab__item {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .top-news-tab__item {
    width: 14.2714285714%;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) {
  .top-news-tab__item {
    font-size: 1.3rem;
    padding: 0 5px;
  }
}
.top-news-tab__item:last-child {
  border-right: none;
}
.top-news-tab__item[aria-selected=true] {
  color: #0b9c8d;
}
@media print, screen and (min-width: 1025px) {
  .top-news-tab__item:hover {
    background-color: #f4faf0;
  }
}

@media screen and (max-width: 599px) {
  .top-news-content {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.top-news-content__item__list {
  border-top: 1px solid #eeeeee;
}
.top-news-content__item__list > li {
  border-bottom: 1px solid #eeeeee;
}
.top-news-content__no-news {
  font-size: 1.8rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
}
@media screen and (max-width: 834px) {
  .top-news-content__no-news {
    font-size: 1.7rem;
    padding-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .top-news-content__no-news {
    font-size: 1.6rem;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top-news-content__btn-box {
  margin-top: 40px;
}
.top-news-content__btn-box__btn {
  max-width: 293px;
  margin-left: auto;
  margin-right: auto;
}

.annai-box {
  position: relative;
  background-color: #fff;
  padding: 40px 30px 45px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
@media print, screen and (max-width: 1200px) {
  .annai-box {
    padding: 30px 25px 30px;
  }
}
@media screen and (max-width: 834px) {
  .annai-box {
    padding: 40px 30px 45px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 599px) {
  .annai-box {
    padding: 20px 20px 20px;
  }
}
.annai-box__title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-align: center;
  border-bottom: 3px solid #bbdd8e;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 1200px) {
  .annai-box__title {
    font-size: 2.1rem;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .annai-box__title {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  .annai-box__title {
    font-size: 2.4rem;
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .annai-box__title {
    font-size: 2rem;
    border-bottom: 2px solid #bbdd8e;
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
}
.annai-box__title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  width: 50%;
  height: 3px;
  background-color: #42bad2;
}
@media screen and (max-width: 599px) {
  .annai-box__title::before {
    bottom: -2px;
    height: 2px;
  }
}
.annai-box__list {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .annai-box__list {
    margin-bottom: 20px;
  }
}
.annai-box__list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #dadfde;
  padding-bottom: 23px;
  margin-bottom: 23px;
}
@media screen and (max-width: 1024px) {
  .annai-box__list__item {
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 834px) {
  .annai-box__list__item {
    padding-bottom: 23px;
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 599px) {
  .annai-box__list__item {
    padding-bottom: 13px;
    margin-bottom: 13px;
  }
}
.annai-box__list__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.annai-box__list__item__head {
  width: 180px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
}
@media print, screen and (max-width: 1500px) {
  .annai-box__list__item__head {
    width: 160px;
  }
}
@media print, screen and (max-width: 1200px) {
  .annai-box__list__item__head {
    width: 100%;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 834px) {
  .annai-box__list__item__head {
    width: 180px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .annai-box__list__item__head {
    width: 100%;
    font-size: 1.5rem;
  }
}
.annai-box__list__item__head__icon {
  background-repeat: no-repeat;
  background-size: 22px auto;
  padding-left: 33px;
}
@media print, screen and (max-width: 1200px) {
  .annai-box__list__item__head__icon {
    background-size: 18px auto;
    padding-left: 28px;
  }
}
@media screen and (max-width: 834px) {
  .annai-box__list__item__head__icon {
    background-size: 22px auto;
    padding-left: 33px;
  }
}
@media screen and (max-width: 599px) {
  .annai-box__list__item__head__icon {
    background-size: 16px auto;
    padding-left: 24px;
  }
}
.annai-box__list__item__head__icon--day {
  background-image: url(../img/common/icon_calendar.svg);
  background-position: left top;
}
@media print, screen and (max-width: 1200px) {
  .annai-box__list__item__head__icon--day {
    background-position: left top 1px;
  }
}
@media screen and (max-width: 834px) {
  .annai-box__list__item__head__icon--day {
    background-position: left top;
  }
}
@media screen and (max-width: 599px) {
  .annai-box__list__item__head__icon--day {
    background-position: left top 1px;
  }
}
.annai-box__list__item__head__icon--time {
  background-image: url(../img/common/icon_watch.svg);
  background-position: left 1px top;
}
@media print, screen and (max-width: 1200px) {
  .annai-box__list__item__head__icon--time {
    background-position: left 1px top 2px;
  }
}
@media screen and (max-width: 834px) {
  .annai-box__list__item__head__icon--time {
    background-position: left 1px top;
  }
}
@media screen and (max-width: 599px) {
  .annai-box__list__item__head__icon--time {
    background-position: left 1px top 3px;
  }
}
.annai-box__list__item__body {
  width: calc(99.9% - 180px);
}
@media print, screen and (max-width: 1500px) {
  .annai-box__list__item__body {
    width: calc(99.9% - 160px);
  }
}
@media print, screen and (max-width: 1200px) {
  .annai-box__list__item__body {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 834px) {
  .annai-box__list__item__body {
    width: calc(99.9% - 180px);
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .annai-box__list__item__body {
    width: 100%;
    margin-top: 10px;
  }
}
.annai-box__list__item__body__text01 {
  color: #0b9c8d;
  font-size: 2rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.3;
}
@media print, screen and (max-width: 1200px) {
  .annai-box__list__item__body__text01 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .annai-box__list__item__body__text01 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .annai-box__list__item__body__text01 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .annai-box__list__item__body__text01 {
    font-size: 1.7rem;
  }
}
.annai-box__list__item__body__text02 {
  font-size: 1.5rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.3;
}
@media print, screen and (max-width: 1200px) {
  .annai-box__list__item__body__text02 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 834px) {
  .annai-box__list__item__body__text02 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .annai-box__list__item__body__text02 {
    font-size: 1.4rem;
  }
}
.annai-box__list__item__body__text02__f01 {
  display: inline-block;
  color: #607b78;
  font-weight: bold;
  margin-right: 0.8em;
}
.annai-box__list__item__body__text02__f02 {
  font-size: 2rem;
}
@media print, screen and (max-width: 1200px) {
  .annai-box__list__item__body__text02__f02 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .annai-box__list__item__body__text02__f02 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .annai-box__list__item__body__text02__f02 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .annai-box__list__item__body__text02__f02 {
    font-size: 1.7rem;
  }
}
.annai-box__contact {
  background-color: #e5f3f1;
  padding: 20px 30px;
}
@media screen and (max-width: 1024px) {
  .annai-box__contact {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 834px) {
  .annai-box__contact {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 599px) {
  .annai-box__contact {
    padding: 15px 15px;
  }
}
.annai-box__contact__text {
  color: #0b9c8d;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 1200px) {
  .annai-box__contact__text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .annai-box__contact__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .annai-box__contact__text {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .annai-box__contact__text {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.annai-box__contact__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 12px 10px;
}
@media print, screen and (max-width: 1600px) {
  .annai-box__contact__tel {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  .annai-box__contact__tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .annai-box__contact__tel {
    display: block;
    text-align: center;
  }
}
.annai-box__contact__tel__name {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
  padding-right: 20px;
}
@media print, screen and (max-width: 1600px) {
  .annai-box__contact__tel__name {
    padding-right: 0;
  }
}
@media screen and (max-width: 834px) {
  .annai-box__contact__tel__name {
    padding-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .annai-box__contact__tel__name {
    padding-right: 0;
  }
}
.annai-box__contact__tel__link {
  color: #0b9c8d;
  font-size: 2.8rem;
  font-family: "Roboto", sans-serif !important;
  font-weight: bold;
  line-height: 1;
}
@media print, screen and (max-width: 1200px) {
  .annai-box__contact__tel__link {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .annai-box__contact__tel__link {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .annai-box__contact__tel__link {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  .annai-box__contact__tel__link {
    font-size: 2.4rem;
  }
}
.annai-box__contact__tel__link__icon {
  display: inline-block;
  background-image: url(../img/common/icon_tel02.svg);
  background-position: left top 4px;
  background-repeat: no-repeat;
  background-size: 21px auto;
  padding-left: 26px;
}
@media print, screen and (max-width: 1200px) {
  .annai-box__contact__tel__link__icon {
    background-position: left top 3px;
    background-size: 19px auto;
    padding-left: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .annai-box__contact__tel__link__icon {
    background-size: 17px auto;
    padding-left: 22px;
  }
}
@media screen and (max-width: 834px) {
  .annai-box__contact__tel__link__icon {
    background-position: left top 4px;
    background-size: 21px auto;
    padding-left: 26px;
  }
}
@media screen and (max-width: 599px) {
  .annai-box__contact__tel__link__icon {
    background-position: left top 3px;
    background-size: 18px auto;
    padding-left: 23px;
  }
}

.top-sns-wrapper {
  padding: 0 50px 140px;
}
@media screen and (max-width: 1024px) {
  .top-sns-wrapper {
    padding: 0 30px 140px;
  }
}
@media screen and (max-width: 599px) {
  .top-sns-wrapper {
    padding: 0 20px 140px;
  }
}
.top-sns-wrapper__inr {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
.top-sns-wrapper__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px;
}
.top-sns-wrapper__list > li {
  width: calc((99.9% - 60px) / 2);
}

.top-line-box {
  display: block;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.05em;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#06c755+0,17d665+100 */
  background-image: url(../img/top/img_line.svg);
  background-position: right 37px center;
  background-repeat: no-repeat;
  background-size: 109px auto;
  background-color: #16d564;
  border-radius: 5px;
  padding: 40px 45px;
}
.top-line-box__title {
  font-size: 3.6rem;
  line-height: 1.3;
  background-image: url(../img/common/icon_line.svg);
  background-position: left top 10px;
  background-repeat: no-repeat;
  background-size: 39px auto;
  padding-left: 55px;
  margin-bottom: 30px;
}
.top-line-box__title__line {
  display: inline-block;
  border-bottom: 2px dotted #ffffff;
  padding-bottom: 5px;
}
.top-line-box__text {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 1025px) {
  .top-line-box:hover {
    transform: translateX(3px);
  }
}

.top-sns-box {
  display: block;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.1em;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#248bd4+0,38a1e1+100 */
  background: linear-gradient(to bottom, rgb(36, 139, 212) 0%, rgb(56, 161, 225) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 5px;
  padding: 25px 30px;
}
.top-sns-box__title {
  font-size: 2.6rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}
.top-sns-box__title__line {
  display: inline-block;
  border-bottom: 2px dotted #ffffff;
  padding-bottom: 8px;
}
.top-sns-box__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 364px;
  margin-left: auto;
  margin-right: auto;
  gap: 24px;
}
.top-sns-box__list > li {
  width: calc((99.9% - 24px) / 2);
}
.top-sns-box__list__btn {
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 68px 10px 15px;
}
.top-sns-box__list__btn__text {
  color: #345;
  font-size: 1.8rem;
  line-height: 1.3;
}
.top-sns-box__list__btn__text__fz01 {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 1025px) {
  .top-sns-box__list__btn:hover {
    transform: translateX(3px);
  }
}
.top-sns-box__list__btn--instagram {
  background-image: url(../img/common/icon_instagram.png);
  background-position: center top 19px;
  background-size: 37px auto;
}
.top-sns-box__list__btn--x {
  background-image: url(../img/common/icon_x.png);
  background-position: center top 22px;
  background-size: 31px auto;
}

.top-recruit {
  position: relative;
  padding: 90px 50px 100px;
  margin-top: 60px;
}
@media print, screen and (max-width: 1500px) {
  .top-recruit {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 1200px) {
  .top-recruit {
    padding: 90px 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-recruit {
    padding: 70px 30px 0;
  }
}
@media screen and (max-width: 834px) {
  .top-recruit {
    padding: 60px 30px 0;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit {
    padding: 50px 20px 0;
  }
}
.top-recruit::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 82%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d6f3f9+0,eafcd1+100 */
  background: linear-gradient(135deg, rgb(214, 243, 249) 0%, rgb(234, 252, 209) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: -1;
}
@media print, screen and (max-width: 1500px) {
  .top-recruit::before {
    width: 100%;
  }
}
.top-recruit::after {
  position: absolute;
  content: "";
  top: -184px;
  left: 22px;
  width: 245px;
  height: 235px;
  background-image: url(../img/top/bg_top05.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-recruit::after {
    top: -165.6px;
    left: 19.8px;
    width: 220.5px;
    height: 211.5px;
  }
}
@media screen and (max-width: 834px) {
  .top-recruit::after {
    top: -128.8px;
    left: 15.4px;
    width: 171.5px;
    height: 164.5px;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit::after {
    top: -92px;
    left: 11px;
    width: 122.5px;
    height: 117.5px;
  }
}
@media screen and (max-width: 320px) {
  .top-recruit::after {
    top: -40px;
    left: 6.6px;
    width: 73.5px;
    height: 70.5px;
  }
}
.top-recruit__inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  max-width: 1700px;
  padding-left: 8.3%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1600px) {
  .top-recruit__inr {
    padding-left: 0;
  }
}
.top-recruit__head {
  width: 48.3%;
  padding-right: 6.3%;
}
@media print, screen and (max-width: 1600px) {
  .top-recruit__head {
    padding-right: 4.3%;
  }
}
@media print, screen and (max-width: 1200px) {
  .top-recruit__head {
    width: 100%;
    padding-right: 0;
  }
}
.top-recruit__head__title {
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.3;
  margin-top: -25px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .top-recruit__head__title {
    font-size: 3.9rem;
    margin-top: -19px;
  }
}
@media screen and (max-width: 834px) {
  .top-recruit__head__title {
    font-size: 3.4rem;
    margin-top: -17px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__head__title {
    font-size: 2.9rem;
    margin-top: -15px;
    margin-bottom: 25px;
  }
}
.top-recruit__head__title__en {
  display: inline-block;
  font-size: 3.6rem;
  font-family: "Roboto", sans-serif !important;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#42bad2+0,bbdd8e+100 */
  background: linear-gradient(to right, rgb(66, 186, 210) 0%, rgb(187, 221, 142) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1024px) {
  .top-recruit__head__title__en {
    font-size: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top-recruit__head__title__en {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__head__title__en {
    font-size: 2.2rem;
  }
}
.top-recruit__head__text {
  font-size: 1.8rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 2.1;
}
@media screen and (max-width: 1024px) {
  .top-recruit__head__text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 834px) {
  .top-recruit__head__text {
    line-height: 1.9;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__head__text {
    font-size: 1.6rem;
  }
}
.top-recruit__head__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 50px;
}
@media screen and (max-width: 834px) {
  .top-recruit__head__list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__head__list {
    margin-top: 30px;
  }
}
.top-recruit__head__list > li {
  width: calc((99.9% - 20px) / 3);
}
@media screen and (max-width: 599px) {
  .top-recruit__head__list > li {
    width: 100%;
  }
}
@media print, screen and (max-width: 1200px) {
  .top-recruit__head__list__btn {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 834px) {
  .top-recruit__head__list__btn {
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  }
}
.top-recruit__head__btn-box {
  margin-top: 45px;
}
.top-recruit__head__btn-box__btn {
  max-width: 293px;
  margin-left: auto;
  margin-right: auto;
}
.top-recruit__body {
  width: 51.6%;
  margin-top: -150px;
}
@media print, screen and (max-width: 1500px) {
  .top-recruit__body {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 1200px) {
  .top-recruit__body {
    width: calc(100% + 100px);
    margin-top: 80px;
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media screen and (max-width: 1024px) {
  .top-recruit__body {
    width: calc(100% + 60px);
    margin-top: 80px;
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 834px) {
  .top-recruit__body {
    margin-top: 70px;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__body {
    width: calc(100% + 40px);
    margin-top: 60px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.top-recruit__body__photo-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-recruit__body__photo-list__item {
  width: 50%;
}
@media print, screen and (max-width: 1200px) {
  .top-recruit__body__photo-list__item {
    width: 25%;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__body__photo-list__item {
    width: 50%;
  }
}
.top-recruit__body__photo-list__item__img img {
  width: 100%;
}

/*--------------------------------------------------------
新着情報
----------------------------------------------------------*/
.news-list {
  border-top: 1px solid #eeeeee;
}
@media screen and (max-width: 599px) {
  .news-list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.news-list > li {
  border-bottom: 1px solid #eeeeee;
}

.info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding: 30px 82px 30px 0;
}
@media screen and (max-width: 1024px) {
  .info-box {
    padding: 30px 54px 30px 0;
  }
}
@media screen and (max-width: 834px) {
  .info-box {
    padding: 25px 54px 25px 0;
  }
}
@media screen and (max-width: 599px) {
  .info-box {
    padding: 20px 55px 20px 20px;
  }
}
.info-box::before {
  position: absolute;
  content: "";
  top: calc((100% - 28px) / 2);
  right: 27px;
  width: 28px;
  height: 28px;
  background-color: #42bad2;
  border-radius: 100%;
}
@media screen and (max-width: 1024px) {
  .info-box::before {
    top: calc((100% - 24px) / 2);
    right: 15px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 599px) {
  .info-box::before {
    top: calc((100% - 20px) / 2);
    right: 20px;
    width: 20px;
    height: 20px;
  }
}
.info-box::after {
  position: absolute;
  content: "";
  top: calc((100% - 9px) / 2);
  right: 38px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .info-box::after {
    top: calc((100% - 8px) / 2);
    right: 24px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 599px) {
  .info-box::after {
    top: calc((100% - 7px) / 2);
    right: 28px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.info-box__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
}
@media screen and (max-width: 1024px) {
  .info-box__head {
    width: 227px;
  }
}
@media screen and (max-width: 599px) {
  .info-box__head {
    width: 100%;
    margin-bottom: 8px;
  }
}
.info-box__head__date {
  width: 112px;
  color: #6e8492;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .info-box__head__date {
    width: 107px;
  }
}
@media screen and (max-width: 599px) {
  .info-box__head__date {
    width: 102px;
  }
}
.info-box__title {
  width: calc(99.9% - 240px);
  color: #345;
  font-size: 1.8rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .info-box__title {
    width: calc(99.9% - 227px);
  }
}
@media screen and (max-width: 834px) {
  .info-box__title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .info-box__title {
    width: 100%;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 600px) and (min-width: 835px) and (max-width: 1300px) {
  .info-box--top .info-box__head {
    width: 100%;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 600px) and (max-width: 834px) {
  .info-box--top .info-box__head {
    width: 227px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 600px) and (min-width: 835px) and (max-width: 1300px) {
  .info-box--top .info-box__title {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 834px) {
  .info-box--top .info-box__title {
    width: calc(99.9% - 227px);
  }
}
@media print, screen and (min-width: 1025px) {
  .info-box:hover {
    opacity: 0.8;
    transform: translateX(3px);
  }
}

.entry-title-wrap {
  position: relative;
  border-top: 3px solid #bbdd8e;
  border-bottom: 1px solid #eeeeee;
  padding: 37px 0 40px;
  margin-bottom: 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .entry-title-wrap {
    padding: 32px 0 35px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .entry-title-wrap {
    border-top: 2px solid #bbdd8e;
    padding: 27px 0 30px;
    margin-bottom: 30px;
  }
}
.entry-title-wrap::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 50%;
  height: 3px;
  background-color: #42bad2;
}
@media screen and (max-width: 599px) {
  .entry-title-wrap::before {
    top: -2px;
    height: 2px;
  }
}
.entry-title-wrap__txt {
  margin: 0 0 12px 2px;
}
@media screen and (max-width: 599px) {
  .entry-title-wrap__txt {
    margin: 0 0 10px 2px;
  }
}
.entry-title-wrap__txt__date {
  width: 120px;
  color: #6e8492;
  font-size: 1.8rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.5;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .entry-title-wrap__txt__date {
    width: 110px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .entry-title-wrap__txt__date {
    width: 100px;
    font-size: 1.6rem;
  }
}
.entry-title-wrap__txt .news-icon {
  margin-left: 1em;
}
.entry-title-wrap__title {
  font-size: 3rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .entry-title-wrap__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 599px) {
  .entry-title-wrap__title {
    font-size: 2rem;
  }
}

.news-info-btn-box {
  margin-top: 60px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .news-info-btn-box {
    margin-top: 50px;
  }
}
@media screen and (max-width: 599px) {
  .news-info-btn-box {
    margin-top: 40px;
  }
}
.news-info-btn-box__btn {
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------
倉光病院の依存症治療
----------------------------------------------------------*/
.check-tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 60px;
  gap: 0 8px;
}
@media screen and (max-width: 1024px) {
  .check-tab-list {
    gap: 0 5px;
  }
}
@media screen and (max-width: 834px) {
  .check-tab-list {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .check-tab-list {
    padding-bottom: 2px;
    margin-bottom: 40px;
    gap: 0 3px;
  }
}
.check-tab-list::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #0b9c8d;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .check-tab-list::before {
    height: 2px;
  }
}
.check-tab-list__item {
  width: calc((99.9% - 8px) / 2);
  border-radius: 10px 10px 0 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .check-tab-list__item {
    width: calc((99.9% - 5px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .check-tab-list__item {
    width: calc((99.9% - 3px) / 2);
    border-radius: 8px 8px 0 0;
  }
}
.check-tab-list__item.active {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#31a1b8+0,78cb0a+100 */
  background: linear-gradient(to right, rgb(49, 161, 184) 0%, rgb(120, 203, 10) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.check-tab-list__item.active .check-tab-btn {
  color: #ffffff;
  border: none;
}
.check-tab-list__item.active .check-tab-btn::before {
  background-color: #ffffff;
}
.check-tab-list__item.active .check-tab-btn::after {
  top: -1px;
  border-top: 2px solid #78cb12;
  border-right: 2px solid #78cb12;
  transform: rotate(135deg);
}
@media screen and (max-width: 599px) {
  .check-tab-list__item.active .check-tab-btn::after {
    top: auto;
    left: 0;
  }
}
.check-tab-list__item.active .check-tab-btn.check-tab-btn--check01 {
  background-image: url(../img/common/icon_check01_white.svg);
}
.check-tab-list__item.active .check-tab-btn.check-tab-btn--check02 {
  background-image: url(../img/common/icon_check02_white.svg);
}
@media print, screen and (min-width: 1025px) {
  .check-tab-list__item:hover {
    transform: translateY(2px);
  }
}

.check-tab-btn {
  position: relative;
  display: block;
  color: #0b9c8d;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  background-position: center top 25px;
  background-repeat: no-repeat;
  background-size: auto 40px;
  border-top: 3px solid #0b9c8d;
  border-left: 3px solid #0b9c8d;
  border-right: 3px solid #0b9c8d;
  border-radius: 10px 10px 0 0;
  padding: 75px 10px 35px;
}
@media print, screen and (max-width: 1200px) {
  .check-tab-btn {
    font-size: 2rem;
    background-position: center top 20px;
    background-size: auto 35px;
    padding: 65px 10px 25px;
  }
}
@media screen and (max-width: 1024px) {
  .check-tab-btn {
    font-size: 1.7rem;
    background-size: auto 30px;
    padding: 60px 10px 25px;
  }
}
@media screen and (max-width: 834px) {
  .check-tab-btn {
    font-size: 1.8rem;
    background-position: center top 15px;
    background-size: auto 35px;
  }
}
@media screen and (max-width: 599px) {
  .check-tab-btn {
    font-size: 1.5rem;
    background-size: auto 30px;
    border-top: 2px solid #0b9c8d;
    border-left: 2px solid #0b9c8d;
    border-right: 2px solid #0b9c8d;
    border-radius: 8px 8px 0 0;
    padding: 55px 10px 40px;
  }
}
@media screen and (max-width: 320px) {
  .check-tab-btn {
    padding: 55px 5px 40px;
  }
}
.check-tab-btn::before {
  position: absolute;
  content: "";
  top: 0;
  right: 22px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-color: #0b9c8d;
  border-radius: 50%;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 599px) {
  .check-tab-btn::before {
    top: auto;
    left: 0;
    right: 0;
    bottom: 10px;
    width: 20px;
    height: 20px;
    margin: 0 auto;
  }
}
.check-tab-btn::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  right: 29px;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-top: auto;
  margin-bottom: auto;
  transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .check-tab-btn::after {
    top: auto;
    left: -3px;
    right: 0;
    bottom: 17px;
    margin: 0 auto;
  }
}
.check-tab-btn--check01 {
  background-image: url(../img/common/icon_check01.svg);
}
.check-tab-btn--check02 {
  background-image: url(../img/common/icon_check02.svg);
}

.check-anker-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  gap: 0 70px;
}
@media print, screen and (max-width: 1200px) {
  .check-anker-list {
    gap: 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .check-anker-list {
    margin-bottom: 70px;
    gap: 0 40px;
  }
}
@media screen and (max-width: 834px) {
  .check-anker-list {
    margin-bottom: 60px;
    gap: 0 30px;
  }
}
@media screen and (max-width: 599px) {
  .check-anker-list {
    margin-bottom: 50px;
    gap: 0 20px;
  }
}
.check-anker-list__item {
  width: calc((99.9% - 70px) / 2);
}
@media print, screen and (max-width: 1200px) {
  .check-anker-list__item {
    width: calc((99.9% - 50px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .check-anker-list__item {
    width: calc((99.9% - 40px) / 2);
  }
}
@media screen and (max-width: 834px) {
  .check-anker-list__item {
    width: calc((99.9% - 30px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .check-anker-list__item {
    width: calc((99.9% - 20px) / 2);
  }
}

.check-anker-btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 300px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  text-decoration: none;
  border-radius: 60px;
  padding: 17px 40px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .check-anker-btn {
    max-width: 270px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .check-anker-btn {
    font-size: 1.6rem;
    padding: 12px 40px 12px 30px;
  }
}
.check-anker-btn::before {
  position: absolute;
  content: "";
  top: 0;
  right: 30px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 1024px) {
  .check-anker-btn::before {
    right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .check-anker-btn::before {
    right: 15px;
    width: 18px;
    height: 18px;
  }
}
.check-anker-btn::after {
  display: block;
  position: absolute;
  content: "";
  top: -2px;
  right: 36px;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin-top: auto;
  margin-bottom: auto;
  transform: rotate(135deg);
}
@media screen and (max-width: 1024px) {
  .check-anker-btn::after {
    right: 26px;
  }
}
@media screen and (max-width: 599px) {
  .check-anker-btn::after {
    right: 21px;
    width: 6px;
    height: 6px;
  }
}
.check-anker-btn--man {
  background-color: #36a5b1;
  margin-left: auto;
}
.check-anker-btn--man::after {
  border-top: 2px solid #36a5b1;
  border-right: 2px solid #36a5b1;
}
.check-anker-btn--woman {
  background-color: #fd9753;
}
.check-anker-btn--woman::after {
  border-top: 2px solid #fd9753;
  border-right: 2px solid #fd9753;
}
@media print, screen and (min-width: 1025px) {
  .check-anker-btn:hover {
    transform: translateY(2px);
  }
}

.check01-man {
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .check01-man {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 599px) {
  .check01-man {
    margin-bottom: 90px;
  }
}

.check01-woman__copy {
  color: #ff9650;
}

.check-list__item {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .check-list__item {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 834px) {
  .check-list__item {
    margin-bottom: 10px;
  }
}
.check-list__item:last-child {
  margin-bottom: 0;
}

.check-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f1f8ec;
  padding: 30px;
}
@media screen and (max-width: 599px) {
  .check-box {
    padding: 20px;
  }
}
.check-box__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(99.9% - 340px);
  padding-right: 30px;
}
@media print, screen and (max-width: 1300px) {
  .check-box__head {
    width: 100%;
    padding-right: 0;
  }
}
.check-box__head__q {
  width: 60px;
  color: #36a5b1;
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif !important;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (max-width: 1024px) {
  .check-box__head__q {
    width: 55px;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 599px) {
  .check-box__head__q {
    width: 50px;
    font-size: 2.2rem;
  }
}
.check-box__head__text {
  width: calc(99.9% - 60px);
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .check-box__head__text {
    width: calc(99.9% - 55px);
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .check-box__head__text {
    width: calc(99.9% - 50px);
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 1300px) {
  .check-box__head__text__br {
    display: none;
  }
}
.check-box__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 340px;
  gap: 20px;
}
@media print, screen and (max-width: 1300px) {
  .check-box__body {
    width: 100%;
    max-width: 340px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 599px) {
  .check-box__body {
    gap: 10px;
  }
}
.check-box__body__input-hide {
  display: none;
}
.check-box__body__btn {
  width: calc((99.9% - 20px) / 2);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 36px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .check-box__body__btn {
    width: calc((99.9% - 10px) / 2);
  }
}
.check-box__body__btn--on {
  color: #ffffff;
  background-color: #36a5b1;
}
@media print, screen and (min-width: 1025px) {
  .check-box__body__btn:hover {
    transform: translateY(3px);
  }
}
.check-box.type02 {
  background-color: #fff8ed;
}
.check-box.type02 .check-box__head__q {
  color: #fd9753;
}
.check-box.type02 .check-box__body__btn--on {
  background-color: #fd9753;
}

.check-score-btn-box {
  margin-top: 40px;
}
.check-score-btn-box__btn {
  display: block;
  width: 100%;
  max-width: 294px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
  text-decoration: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2698af+0,8dbf4b+100 */
  background: linear-gradient(to right, rgb(38, 152, 175) 0%, rgb(141, 191, 75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 60px;
  padding: 18px 40px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .check-score-btn-box__btn {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .check-score-btn-box__btn:hover {
    transform: translateY(3px);
  }
}
.check-score-btn-box__btn.type02 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff9b9b+0,fdbf4b+100 */
  background: linear-gradient(to right, rgb(255, 155, 155) 0%, rgb(253, 191, 75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.check-score-btn-box__btn--off {
  background: none !important;
  background-color: #cccccc !important;
  pointer-events: none;
}

.check-score-text-box {
  padding-top: 40px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .check-score-text-box {
    padding-top: 35px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 834px) {
  .check-score-text-box {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .check-score-text-box {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.check-score-text-box__point {
  text-align: center;
}
.check-score-text-box__point__num {
  display: inline-block;
  color: #36a5b1;
  font-size: 12rem;
  font-family: "Roboto", sans-serif !important;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .check-score-text-box__point__num {
    font-size: 10.8rem;
  }
}
@media screen and (max-width: 599px) {
  .check-score-text-box__point__num {
    font-size: 9.6rem;
  }
}
.check-score-text-box__point__ten {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  margin-left: 0.3em;
}
@media screen and (max-width: 1024px) {
  .check-score-text-box__point__ten {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 599px) {
  .check-score-text-box__point__ten {
    font-size: 2.9rem;
  }
}
.check-score-text-box.type02 .check-score-text-box__point__num {
  color: #fd9753;
}

.check-result-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 3px solid #0b9c8d;
}
.check-result-box__head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  background-color: #0b9c8d;
  padding: 10px;
}
@media print, screen and (max-width: 1200px) {
  .check-result-box__head {
    width: 170px;
  }
}
@media screen and (max-width: 1024px) {
  .check-result-box__head {
    width: 100%;
    padding: 5px 10px;
  }
}
.check-result-box__head__title {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
@media print, screen and (max-width: 1200px) {
  .check-result-box__head__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .check-result-box__head__title {
    font-size: 1.6rem;
  }
}
.check-result-box__body {
  width: calc(99.9% - 190px);
  background-color: #ffffff;
  padding: 25px 30px;
}
@media print, screen and (max-width: 1200px) {
  .check-result-box__body {
    width: calc(99.9% - 170px);
  }
}
@media screen and (max-width: 1024px) {
  .check-result-box__body {
    width: 100%;
    padding: 20px 20px;
  }
}
.check-result-box__body__text {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .check-result-box__body__text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .check-result-box__body__text {
    font-size: 1.6rem;
  }
}
.check-result-box.type02 {
  border: 3px solid #fda164;
}
.check-result-box.type02 .check-result-box__head {
  background-color: #fda164;
}

.check-counseling-btn-box__btn {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 834px) {
  .check-counseling-btn-box__btn {
    max-width: 370px;
  }
}
@media screen and (max-width: 599px) {
  .check-counseling-btn-box__btn {
    max-width: 320px;
  }
}

/*--------------------------------------------------------
入院のご案内
----------------------------------------------------------*/
/*--------------------------------------------------------
病院のご案内
----------------------------------------------------------*/
.about-mission {
  padding: 30px;
  background-color: #e5f3f1;
}
@media screen and (max-width: 599px) {
  .about-mission {
    padding: 10px;
  }
}
.about-mission__item {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .about-mission__item {
    margin-top: 10px;
  }
}
.about-mission__item:first-child {
  margin-top: 0;
}
.about-mission__item__title {
  width: 180px;
  min-height: 180px;
  background-color: #0b9c8d;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 1500px) {
  .about-mission__item__title {
    width: 160px;
    min-height: 160px;
  }
}
@media screen and (max-width: 834px) {
  .about-mission__item__title {
    padding: 15px;
    width: 100%;
    min-height: 10px;
  }
}
.about-mission__item__title__text {
  font-size: 2.8rem;
  line-height: 1;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  letter-spacing: normal;
  text-align: center;
}
@media print, screen and (max-width: 1500px) {
  .about-mission__item__title__text {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 599px) {
  .about-mission__item__title__text {
    font-size: 2.2rem;
  }
}
.about-mission__item__title__text__jp {
  margin-top: 6px;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: center;
  display: block;
}
@media print, screen and (max-width: 1500px) {
  .about-mission__item__title__text__jp {
    margin-top: 3px;
    font-size: 1.5rem;
  }
}
.about-mission__item__inner {
  padding: 40px 40px 43px;
  width: calc(100% - 180px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media print, screen and (max-width: 1500px) {
  .about-mission__item__inner {
    padding: 25px 30px 28px;
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 834px) {
  .about-mission__item__inner {
    padding: 30px 10px 15px;
    width: 100%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .about-mission__item__inner {
    padding: 20px 10px 5px;
  }
}
.about-mission__item__inner__text {
  font-size: 2.6rem;
  line-height: 1.84;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .about-mission__item__inner__text {
    font-size: 2.2rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 834px) {
  .about-mission__item__inner__text {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .about-mission__item__inner__text {
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: justify;
  }
  .about-mission__item__inner__text br {
    display: none;
  }
}
.about-mission__item__inner__list__item {
  margin-top: 15px;
  padding-left: 1em;
  font-size: 2.2rem;
  line-height: 1.3;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 500;
  position: relative;
  list-style: none !important;
}
.about-mission__item__inner__list__item::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #79cb0a;
  position: absolute;
  top: 9px;
  left: 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .about-mission__item__inner__list__item {
    margin-top: 15px;
    font-size: 2rem;
  }
  .about-mission__item__inner__list__item::before {
    width: 8px;
    height: 8px;
    top: 9px;
    left: 0;
  }
}
@media screen and (max-width: 834px) {
  .about-mission__item__inner__list__item {
    font-size: 1.8rem;
  }
  .about-mission__item__inner__list__item::before {
    width: 7px;
    height: 7px;
    top: 8px;
  }
}
@media screen and (max-width: 599px) {
  .about-mission__item__inner__list__item {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .about-mission__item__inner__list__item::before {
    top: 6px;
  }
}
.about-mission__item__inner__list__item:first-child {
  margin-top: 0;
}
.about-mission__item__inner__figure {
  margin: auto 0;
  width: auto;
  height: 184px;
  line-height: 0.1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}
@media screen and (max-width: 1024px) {
  .about-mission__item__inner__figure {
    height: 160px;
    right: 10px;
  }
}
@media screen and (max-width: 834px) {
  .about-mission__item__inner__figure {
    height: 150px;
    top: 12px;
  }
}
@media screen and (max-width: 599px) {
  .about-mission__item__inner__figure {
    margin: 15px auto 0;
    height: 160px;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
  }
}
.about-mission__item__inner__figure img {
  width: auto;
  height: 100%;
}

.about-faq__item {
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .about-faq__item {
    margin-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .about-faq__item {
    margin-top: 10px;
  }
}
.about-faq__item:first-child {
  margin-top: 0;
}
.about-faq__item__q {
  padding: 24px 80px 26px 57px;
  font-size: 22px;
  line-height: 1.4;
  color: #345;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  background-color: rgba(243, 245, 247, 0.9);
  background-image: url(../img/common/q.svg);
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: 22px 50%;
  border-radius: 5px;
  transition: 0.2s;
  cursor: pointer;
  position: relative;
}
.about-faq__item__q::before {
  content: "";
  margin: auto 0;
  width: 30px;
  height: 2px;
  background-color: #bbdd8e;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  transition: 0.3s;
}
.about-faq__item__q::after {
  content: "";
  margin: auto 0;
  width: 30px;
  height: 2px;
  background-color: #bbdd8e;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .about-faq__item__q {
    padding: 21px 55px 23px 50px;
    font-size: 19px;
    background-size: 20px auto;
    background-position: 18px 50%;
    border-radius: 5px;
    transition: 0.2s;
    cursor: pointer;
    position: relative;
  }
  .about-faq__item__q::before {
    width: 25px;
    right: 15px;
  }
  .about-faq__item__q::after {
    width: 25px;
    right: 15px;
  }
}
@media screen and (max-width: 599px) {
  .about-faq__item__q {
    padding: 18px 44px 20px 38px;
    font-size: 16px;
    background-size: 15px auto;
    background-position: 13px 50%;
    border-radius: 3px;
  }
  .about-faq__item__q::before {
    width: 20px;
    right: 12px;
  }
  .about-faq__item__q::after {
    width: 20px;
    right: 12px;
  }
}
.about-faq__item__q.close::after {
  transform: rotate(90deg);
}
@media print, screen and (min-width: 1025px) {
  .about-faq__item__q:hover {
    transform: translateY(5px);
    background-color: rgba(227, 231, 238, 0.9);
  }
}
.about-faq__item .acc-box .text-base {
  padding: 25px 0;
}
@media screen and (max-width: 834px) {
  .about-faq__item .acc-box .text-base {
    padding: 15px 0;
  }
}
@media screen and (max-width: 599px) {
  .about-faq__item .acc-box .text-base {
    padding: 10px 0;
  }
}

/*--------------------------------------------------------
診療科のご案内
----------------------------------------------------------*/
.clinical-btn-box01 {
  max-width: 270px;
}
@media screen and (max-width: 599px) {
  .clinical-btn-box01 {
    margin-left: auto;
    margin-right: auto;
  }
}

/*--------------------------------------------------------
採用情報
----------------------------------------------------------*/
.recruit-box {
  position: relative;
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .recruit-box {
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 599px) {
  .recruit-box {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  }
}
.recruit-box::before {
  position: absolute;
  content: "";
  right: calc((100% - 28px) / 2);
  bottom: 35px;
  width: 28px;
  height: 28px;
  background-color: #42bad2;
  border-radius: 100%;
}
@media screen and (max-width: 1024px) {
  .recruit-box::before {
    right: calc((100% - 24px) / 2);
    bottom: 26px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-box::before {
    right: calc((100% - 20px) / 2);
    bottom: 18px;
    width: 20px;
    height: 20px;
  }
}
.recruit-box::after {
  position: absolute;
  content: "";
  right: calc((100% - 6px) / 2);
  bottom: 45px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .recruit-box::after {
    right: calc((100% - 5px) / 2);
    bottom: 34px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 599px) {
  .recruit-box::after {
    right: calc((100% - 4px) / 2);
    bottom: 25px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.recruit-box__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit-box__body {
  text-align: center;
  padding: 35px 20px 90px;
}
@media screen and (max-width: 1024px) {
  .recruit-box__body {
    padding: 30px 20px 70px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-box__body {
    padding: 25px 20px 50px;
  }
}
.recruit-box__body__title {
  color: #345;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) {
  .recruit-box__body__title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .recruit-box__body__title {
    font-size: 2rem;
  }
}
.recruit-box__body__title-en {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#31a2b8+0,78cb0a+100 */
  background: linear-gradient(135deg, rgb(66, 186, 210) 40%, rgb(187, 221, 142) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.12em;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .recruit-box__body__title-en {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-box__body__title-en {
    font-size: 1.3rem;
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 1025px) {
  .recruit-box:hover {
    transform: translateY(3px);
  }
}

.recruit-job-list {
  border-top: 1px solid #eeeeee;
}
@media screen and (max-width: 599px) {
  .recruit-job-list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.recruit-job-list > li {
  border-bottom: 1px solid #eeeeee;
}

.recruit-job-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding: 30px 82px 30px 0;
}
@media screen and (max-width: 1024px) {
  .recruit-job-box {
    padding: 30px 54px 30px 0;
  }
}
@media screen and (max-width: 834px) {
  .recruit-job-box {
    padding: 25px 54px 25px 0;
  }
}
@media screen and (max-width: 599px) {
  .recruit-job-box {
    padding: 20px 55px 20px 20px;
  }
}
.recruit-job-box::before {
  position: absolute;
  content: "";
  top: calc((100% - 28px) / 2);
  right: 27px;
  width: 28px;
  height: 28px;
  background-color: #42bad2;
  border-radius: 100%;
}
@media screen and (max-width: 1024px) {
  .recruit-job-box::before {
    top: calc((100% - 24px) / 2);
    right: 15px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-job-box::before {
    top: calc((100% - 20px) / 2);
    right: 20px;
    width: 20px;
    height: 20px;
  }
}
.recruit-job-box::after {
  position: absolute;
  content: "";
  top: calc((100% - 9px) / 2);
  right: 38px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .recruit-job-box::after {
    top: calc((100% - 8px) / 2);
    right: 24px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 599px) {
  .recruit-job-box::after {
    top: calc((100% - 7px) / 2);
    right: 28px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.recruit-job-box__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 126px;
}
@media screen and (max-width: 599px) {
  .recruit-job-box__head {
    width: 100%;
    margin-bottom: 8px;
  }
}
.recruit-job-box__title {
  width: calc(99.9% - 126px);
  color: #345;
  font-size: 1.8rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .recruit-job-box__title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .recruit-job-box__title {
    width: 100%;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .recruit-job-box:hover {
    opacity: 0.8;
    transform: translateX(3px);
  }
}

.recruit-btn-box {
  margin-top: 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .recruit-btn-box {
    margin-top: 40px;
  }
}
.recruit-btn-box__btn {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.interview-list {
  counter-reset: num;
}
.interview-list > li {
  position: relative;
  counter-increment: num;
  padding-bottom: 56px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .interview-list > li {
    padding-bottom: 46px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 834px) {
  .interview-list > li {
    padding-bottom: 56px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .interview-list > li {
    padding-bottom: 36px;
    margin-bottom: 40px;
  }
}
.interview-list > li .interview-box__body__num-box__num::before {
  content: counter(num, decimal-leading-zero);
}
.interview-list > li::before {
  position: absolute;
  content: "";
  left: calc((100% - 50px) / 2);
  bottom: 0;
  width: 50px;
  height: 6px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#31a2b8+0,78cb0a+100 */
  background: linear-gradient(to right, rgb(49, 162, 184) 0%, rgb(120, 203, 10) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 6px;
}
@media screen and (max-width: 1024px) {
  .interview-list > li::before {
    left: calc((100% - 42px) / 2);
    width: 42px;
    height: 5px;
  }
}
@media screen and (max-width: 834px) {
  .interview-list > li::before {
    left: calc((100% - 50px) / 2);
    width: 50px;
    height: 6px;
  }
}
@media screen and (max-width: 599px) {
  .interview-list > li::before {
    left: calc((100% - 34px) / 2);
    width: 34px;
    height: 4px;
  }
}
.interview-list > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.interview-list > li:last-child::before {
  display: none;
}

.interview-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
@media screen and (max-width: 834px) {
  .interview-box {
    margin: 0 -30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .interview-box {
    margin: 0 -20px 20px;
  }
}
.interview-box__img {
  width: calc(99.9% - 300px);
}
@media print, screen and (max-width: 1400px) {
  .interview-box__img {
    width: calc(99.9% - 275px);
  }
}
@media print, screen and (max-width: 1300px) {
  .interview-box__img {
    width: calc(99.9% - 250px);
  }
}
@media print, screen and (max-width: 1200px) {
  .interview-box__img {
    width: calc(99.9% - 220px);
  }
}
@media screen and (max-width: 1024px) {
  .interview-box__img {
    width: calc(99.9% - 205px);
  }
}
@media screen and (max-width: 834px) {
  .interview-box__img {
    width: calc(99.9% - 220px);
  }
}
@media screen and (max-width: 599px) {
  .interview-box__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
.interview-box__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interview-box__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 300px;
  color: #ffffff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#78cb0a+18,31a2b8+100 */
  background: linear-gradient(to bottom, rgb(120, 203, 10) 18%, rgb(49, 162, 184) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 25px 25px 35px 35px;
}
@media print, screen and (max-width: 1400px) {
  .interview-box__body {
    width: 275px;
  }
}
@media print, screen and (max-width: 1300px) {
  .interview-box__body {
    width: 250px;
  }
}
@media print, screen and (max-width: 1200px) {
  .interview-box__body {
    width: 220px;
    padding: 25px 25px;
  }
}
@media screen and (max-width: 1024px) {
  .interview-box__body {
    width: 205px;
  }
}
@media screen and (max-width: 834px) {
  .interview-box__body {
    width: 220px;
    padding: 20px 20px 25px 25px;
  }
}
@media screen and (max-width: 599px) {
  .interview-box__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: calc(100% - 20px);
    padding: 15px 20px;
    margin-top: -30px;
    margin-left: 20px;
    z-index: 1;
  }
}
.interview-box__body__num-box {
  font-family: "Roboto", sans-serif !important;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .interview-box__body__num-box {
    width: 80px;
  }
}
.interview-box__body__num-box__txt {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .interview-box__body__num-box__txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 834px) {
  .interview-box__body__num-box__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .interview-box__body__num-box__txt {
    font-size: 1.2rem;
    margin-bottom: 3px;
  }
}
.interview-box__body__num-box__num {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.interview-box__body__num-box__num::before {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 3rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .interview-box__body__num-box__num::before {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 834px) {
  .interview-box__body__num-box__num::before {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  .interview-box__body__num-box__num::before {
    font-size: 2.4rem;
  }
}
.interview-box__body__prof {
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .interview-box__body__prof {
    width: calc(99.9% - 80px);
  }
}
.interview-box__body__prof__position {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .interview-box__body__prof__position {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 834px) {
  .interview-box__body__prof__position {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .interview-box__body__prof__position {
    font-size: 1.3rem;
    margin-bottom: 3px;
  }
}
.interview-box__body__prof__name-box {
  margin-bottom: 8px;
}
@media screen and (max-width: 599px) {
  .interview-box__body__prof__name-box {
    margin-bottom: 6px;
  }
}
.interview-box__body__prof__name-box__txt {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .interview-box__body__prof__name-box__txt {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 834px) {
  .interview-box__body__prof__name-box__txt {
    font-size: 3rem;
  }
}
@media screen and (max-width: 599px) {
  .interview-box__body__prof__name-box__txt {
    font-size: 2.6rem;
  }
}
.interview-box__body__prof__name-box__san {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-left: 0.3em;
}
@media screen and (max-width: 1024px) {
  .interview-box__body__prof__name-box__san {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 834px) {
  .interview-box__body__prof__name-box__san {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .interview-box__body__prof__name-box__san {
    font-size: 1.3rem;
  }
}
.interview-box__body__prof__join {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .interview-box__body__prof__join {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 834px) {
  .interview-box__body__prof__join {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .interview-box__body__prof__join {
    font-size: 1.2rem;
  }
}

.benefits-wrapper__read {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  word-break: break-all;
}
@media screen and (max-width: 834px) {
  .benefits-wrapper__read {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .benefits-wrapper__read {
    font-size: 1.6rem;
  }
}

.benefits-data-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 38px;
}
@media print, screen and (max-width: 1300px) {
  .benefits-data-list {
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .benefits-data-list {
    gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .benefits-data-list {
    gap: 5px;
  }
}
.benefits-data-list__item {
  width: calc((99.9% - 38px) / 2);
}
@media print, screen and (max-width: 1300px) {
  .benefits-data-list__item {
    width: calc((99.9% - 30px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .benefits-data-list__item {
    width: calc((99.9% - 20px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .benefits-data-list__item {
    width: calc((99.9% - 5px) / 2);
  }
}
@media screen and (max-width: 320px) {
  .benefits-data-list__item {
    width: 100%;
  }
}

.benefits-data-box__img img {
  width: 100%;
}

.benefits-detail {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#42bad2+0,bbdd8e+100 */
  background: linear-gradient(to right, rgb(66, 186, 210) 0%, rgb(187, 221, 142) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 30px;
}
@media screen and (max-width: 834px) {
  .benefits-detail {
    padding: 20px;
  }
}
.benefits-detail__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media print, screen and (max-width: 1300px) {
  .benefits-detail__list {
    gap: 15px;
  }
}
@media screen and (max-width: 599px) {
  .benefits-detail__list {
    gap: 10px;
  }
}
.benefits-detail__list__item {
  width: calc((99.9% - 60px) / 4);
}
@media print, screen and (max-width: 1300px) {
  .benefits-detail__list__item {
    width: calc((99.9% - 45px) / 4);
  }
}
@media screen and (max-width: 599px) {
  .benefits-detail__list__item {
    width: calc((99.9% - 10px) / 2);
  }
}

.benefits-detail-box__img img {
  width: 100%;
}

.recruit-job-title-wrap {
  position: relative;
  border-top: 3px solid #bbdd8e;
  border-bottom: 1px solid #eeeeee;
  padding: 37px 0 40px;
  margin-bottom: 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .recruit-job-title-wrap {
    padding: 32px 0 35px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-job-title-wrap {
    border-top: 2px solid #bbdd8e;
    padding: 27px 0 30px;
    margin-bottom: 30px;
  }
}
.recruit-job-title-wrap::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 50%;
  height: 3px;
  background-color: #42bad2;
}
@media screen and (max-width: 599px) {
  .recruit-job-title-wrap::before {
    top: -2px;
    height: 2px;
  }
}
.recruit-job-title-wrap__txt {
  margin: 0 0 12px 2px;
}
@media screen and (max-width: 599px) {
  .recruit-job-title-wrap__txt {
    margin: 0 0 10px 2px;
  }
}
.recruit-job-title-wrap__title {
  font-size: 3rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .recruit-job-title-wrap__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 599px) {
  .recruit-job-title-wrap__title {
    font-size: 2rem;
  }
}

.entry-form__btn-box {
  position: relative;
  margin-top: 40px;
}
.entry-form__btn-box__btn {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.entry-form__btn-box__edit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 200px;
  background: none;
  background-color: #acacac;
}
@media print, screen and (max-width: 1300px) {
  .entry-form__btn-box__edit {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.entry-form__send-btn {
  width: 100%;
  max-width: 270px;
  font-size: 1.6rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .entry-form__send-btn {
    font-size: 1.4rem;
  }
}

/*--------------------------------------------------------
サイトマップ
----------------------------------------------------------*/
.sitemap-wrapper__top-title {
  margin-bottom: 0;
}
.sitemap-wrapper__top-title__link {
  position: relative;
  display: block;
  color: #345;
  padding-left: 27px;
  padding-bottom: 20px;
  margin-bottom: -20px;
}
@media screen and (max-width: 1024px) {
  .sitemap-wrapper__top-title__link {
    padding-bottom: 15px;
    margin-bottom: -15px;
  }
}
@media screen and (max-width: 599px) {
  .sitemap-wrapper__top-title__link {
    padding-left: 22px;
  }
}
.sitemap-wrapper__top-title__link::before {
  position: absolute;
  content: "";
  top: 17px;
  left: 1px;
  width: 17px;
  height: 17px;
  background-color: #42bad2;
  border-radius: 100%;
}
@media screen and (max-width: 1024px) {
  .sitemap-wrapper__top-title__link::before {
    top: 12px;
  }
}
@media screen and (max-width: 599px) {
  .sitemap-wrapper__top-title__link::before {
    width: 15px;
    height: 15px;
  }
}
.sitemap-wrapper__top-title__link::after {
  position: absolute;
  content: "";
  top: 22px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .sitemap-wrapper__top-title__link::after {
    top: 17px;
  }
}
@media screen and (max-width: 599px) {
  .sitemap-wrapper__top-title__link::after {
    width: 5px;
    height: 5px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media print, screen and (min-width: 1025px) {
  .sitemap-wrapper__top-title__link:hover {
    transform: translateX(3px);
  }
}
.sitemap-wrapper__inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.sitemap-wrapper__category-title {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .sitemap-wrapper__category-title {
    margin-top: 30px;
  }
}
.sitemap-wrapper__category-title__link {
  position: relative;
  display: block;
  color: #345;
  padding: 13px 57px 14px 35px;
  margin: -13px -20px -14px -35px;
}
@media screen and (max-width: 599px) {
  .sitemap-wrapper__category-title__link {
    padding: 13px 45px 14px 25px;
    margin: -13px -10px -14px -25px;
  }
}
.sitemap-wrapper__category-title__link::before {
  position: absolute;
  content: "";
  top: calc((100% - 17px) / 2);
  right: 20px;
  width: 17px;
  height: 17px;
  background-color: #42bad2;
  border-radius: 100%;
}
@media screen and (max-width: 599px) {
  .sitemap-wrapper__category-title__link::before {
    right: 15px;
    width: 15px;
    height: 15px;
  }
}
.sitemap-wrapper__category-title__link::after {
  position: absolute;
  content: "";
  top: calc((100% - 7px) / 2);
  right: 26px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .sitemap-wrapper__category-title__link::after {
    right: 21px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media print, screen and (min-width: 1025px) {
  .sitemap-wrapper__category-title__link:hover {
    transform: translateX(3px);
  }
}
.sitemap-wrapper__entry-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 25px;
  gap: 22px;
}
@media screen and (max-width: 1024px) {
  .sitemap-wrapper__entry-list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 834px) {
  .sitemap-wrapper__entry-list {
    gap: 17px;
  }
}
@media screen and (max-width: 599px) {
  .sitemap-wrapper__entry-list {
    margin-top: 15px;
    gap: 10px;
  }
}
.sitemap-wrapper__entry-list__item {
  width: calc((99.9% - 44px) / 3);
}
@media screen and (max-width: 834px) {
  .sitemap-wrapper__entry-list__item {
    width: calc((99.9% - 17px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .sitemap-wrapper__entry-list__item {
    width: 100%;
  }
}
.sitemap-wrapper__entry-list__item__link {
  position: relative;
  display: block;
  color: #345;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3;
  padding-left: 27px;
}
@media screen and (max-width: 599px) {
  .sitemap-wrapper__entry-list__item__link {
    font-size: 1.6rem;
    padding-left: 25px;
  }
}
.sitemap-wrapper__entry-list__item__link::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 1px;
  width: 17px;
  height: 17px;
  background-color: #42bad2;
  border-radius: 100%;
}
@media screen and (max-width: 599px) {
  .sitemap-wrapper__entry-list__item__link::before {
    width: 15px;
    height: 15px;
  }
}
.sitemap-wrapper__entry-list__item__link::after {
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .sitemap-wrapper__entry-list__item__link::after {
    width: 5px;
    height: 5px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media print, screen and (min-width: 1025px) {
  .sitemap-wrapper__entry-list__item__link:hover {
    transform: translateX(3px);
  }
}
.sitemap-wrapper__entry-list--lv2 {
  width: calc((99.9% - 44px) / 3);
  margin-top: 22px;
  margin-right: 22px;
  margin-bottom: 0;
}
@media print, screen and (min-width: 600px) and (min-width: 835px) {
  .sitemap-wrapper__entry-list--lv2:nth-child(1), .sitemap-wrapper__entry-list--lv2:nth-child(2), .sitemap-wrapper__entry-list--lv2:nth-child(3) {
    margin-top: 0;
  }
  .sitemap-wrapper__entry-list--lv2:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 834px) {
  .sitemap-wrapper__entry-list--lv2 {
    width: calc((99.9% - 17px) / 2);
    margin-top: 17px;
    margin-right: 17px;
  }
  .sitemap-wrapper__entry-list--lv2:nth-child(1), .sitemap-wrapper__entry-list--lv2:nth-child(2) {
    margin-top: 0;
  }
  .sitemap-wrapper__entry-list--lv2:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .sitemap-wrapper__entry-list--lv2 {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }
  .sitemap-wrapper__entry-list--lv2:nth-child(1) {
    margin-top: 0;
  }
}
.sitemap-wrapper__entry-list--lv2 .sitemap-wrapper__entry-list__item {
  width: 100%;
}

.tag-filter {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .tag-filter {
    margin-bottom: 40px;
  }
}

.tag-filter-selected-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 27px 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .tag-filter-selected-list {
    padding: 18px 20px;
    margin-bottom: 30px;
  }
}
.tag-filter-selected-list__item {
  line-height: 1;
}

.tag-filter-choice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
}
.tag-filter-choice-list__item {
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .tag-filter-choice-list__item {
    font-size: 1.3rem;
  }
}

.tag-list {
  border-top: 1px solid #eeeeee;
}
@media screen and (max-width: 599px) {
  .tag-list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.tag-list > li {
  border-bottom: 1px solid #eeeeee;
}

.tag-box {
  position: relative;
  display: block;
  padding: 30px 82px 30px 0;
}
@media screen and (max-width: 1024px) {
  .tag-box {
    padding: 30px 54px 30px 0;
  }
}
@media screen and (max-width: 834px) {
  .tag-box {
    padding: 25px 54px 25px 0;
  }
}
@media screen and (max-width: 599px) {
  .tag-box {
    padding: 20px 55px 20px 20px;
  }
}
.tag-box::before {
  position: absolute;
  content: "";
  top: calc((100% - 28px) / 2);
  right: 27px;
  width: 28px;
  height: 28px;
  background-color: #42bad2;
  border-radius: 100%;
}
@media screen and (max-width: 1024px) {
  .tag-box::before {
    top: calc((100% - 24px) / 2);
    right: 15px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 599px) {
  .tag-box::before {
    top: calc((100% - 20px) / 2);
    right: 20px;
    width: 20px;
    height: 20px;
  }
}
.tag-box::after {
  position: absolute;
  content: "";
  top: calc((100% - 9px) / 2);
  right: 38px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .tag-box::after {
    top: calc((100% - 8px) / 2);
    right: 24px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 599px) {
  .tag-box::after {
    top: calc((100% - 7px) / 2);
    right: 28px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.tag-box__title {
  color: #345;
  font-size: 1.8rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .tag-box__title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .tag-box__title {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .tag-box:hover {
    opacity: 0.8;
    transform: translateX(3px);
  }
}

.entry-tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 15px 30px;
  margin-bottom: 14px;
}
.entry-tag-list__item {
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .entry-tag-list__item {
    font-size: 1.3rem;
  }
}/*# sourceMappingURL=style.css.map */