@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:wght@700;900&display=swap");
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/*共通の処理*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1025px) {
  .pc {
    display: none !important;
  }
}

/* タブレット・PC */
@media screen and (max-width: 600px) {
  .tb-pc {
    display: none !important;
  }
  .tb {
    display: none !important;
  }
}

/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tb-sp {
    display: none !important;
  }
  .tb {
    display: none !important;
  }
}

/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}

/* タブレットのみ */
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .tb {
    display: block !important;
  }
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*--------------------------------------------------------

	リセット : html5reset-1.6.1.css

参考
https://coliss.com/articles/build-websites/operation/css/my-css-reset-by-ire.html
----------------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html {
  font-size: 62.5%;
}

/*body設定*/
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #000;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 1.7;
  font-size: 1.6rem;
  overflow-x: hidden;
  text-rendering: optimizeSpeed;
  /*任意でフォントサイズを指定*/
}

@media screen and (min-width: 1025px) {
  body {
    font-weight: 500;
  }
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px) {
  body {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 599px) {
  body#font-defo {
    line-height: 1.4;
  }
}

/*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,
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: 100%;
  max-width: 100%;
  height: auto;
}

/* タッチデバイスでのリンクやボタンの反応を向上 */
a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@page {
  size: A4;
  margin: 5mm;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  transition: 0.5s;
  text-decoration: none;
}

/*クラスの指定がない場合のリンクのデフォルト色を指定*/
a:not([class]) {
  color: #111;
}

a:not([class]):hover {
  color: #3cb;
}

a:not([class]):active {
  color: #3cb;
}

/*すべての要素のfont-family, font-size, line-heightをその親から継承するようにリセット*/
* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/*属性と状態のCSSリセット*/
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/*box-sizing*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*clearfix*/
/* For modern browsers */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

/*禁則処理の追加*/
p,
li,
dt,
dd,
th,
td,
pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
}

/** Selection */
::-moz-selection,
::selection {
  background-color: #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;
  }
}

/*マージン*/
.mlr-05 {
  margin-right: -0.5em;
  margin-left: -0.5em;
}

.ml-05 {
  margin-left: -0.5em;
}

.mlr-03 {
  margin-right: -0.3em;
  margin-left: -0.3em;
}

.ml-03 {
  margin-left: -0.3em;
}

.ml-05 {
  margin-left: -0.5em;
}

.mlr-01 {
  margin-right: -0.1em;
  margin-left: -0.1em;
}

@media screen and (max-width: 599px) {
  .mlr0-sp {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.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: 10px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 1024px) {
  .mb30 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 599px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 1024px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 599px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 1024px) {
  .mb50 {
    margin-bottom: 35px !important;
  }
}

@media screen and (max-width: 599px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}

@media screen and (max-width: 1024px) {
  .mb70 {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 599px) {
  .mb70 {
    margin-bottom: 30px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 1024px) {
  .mb80 {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 599px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

/*テキストアライン*/
.center {
  text-align: center !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.anchor {
  margin-top: -100px;
  padding-top: 100px;
}

@media screen and (max-width: 1200px) {
  .anchor {
    margin-top: -80px;
    padding-top: 80px;
  }
}

@media screen and (max-width: 599px) {
  .anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
}

@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1140px;
    -webkit-print-color-adjust: exact;
  }
  /*　------- ↓その他参考例　---------
    .header {
        position: relative !important; //ヘッダー固定fixedを解除
    }
    .header .header-inner {
        width: 100% !important; //サイト幅を解除
    }
    .page-title {
        margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
        width: 100% !important; //サイト幅を解除
    }
    .breadcrumbs-list {
        width: 100% !important; //サイト幅を解除
    }
    .global-nav {
        width: 100%; //サイト幅を解除
    }
    ------- ↑その他参考　---------*/
}

@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}

.header-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  position: fixed;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .header-wrapper {
    height: 80px;
  }
}

@media screen and (max-width: 599px) {
  .header-wrapper {
    height: 60px;
  }
}

.header-wrapper__logo {
  margin: 25px 20px 0 20px;
  width: 423px;
}

@media screen and (max-width: 1300px) {
  .header-wrapper__logo {
    width: 380px;
  }
}

@media screen and (max-width: 1200px) {
  .header-wrapper__logo {
    margin: 15px 20px 0 20px;
  }
}

@media screen and (max-width: 599px) {
  .header-wrapper__logo {
    margin: 13px 0 0 10px;
    width: 280px;
  }
}

@media screen and (max-width: 320px) {
  .header-wrapper__logo {
    margin: 16px 0 0 10px;
    width: 240px;
  }
}

.header-wrapper__logo__link {
  display: block;
}

@media screen and (min-width: 1025px) {
  .header-wrapper__logo__link:hover {
    opacity: 0.7;
  }
}

.header-wrapper__nav {
  margin: 25px 0 0 0;
  width: 640px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

@media screen and (max-width: 1200px) {
  .header-wrapper__nav {
    display: none;
  }
}

.header-wrapper__nav__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}

.header-wrapper__nav__list__item {
  width: 20%;
  height: 50px;
  border-left: 1px solid #ccc;
  position: relative;
}

.header-wrapper__nav__list__item:first-child {
  width: 13%;
}

.header-wrapper__nav__list__item:nth-child(2) {
  width: 27%;
}

.header-wrapper__nav__list__item::before {
  content: "";
  top: 0;
  left: -1px;
  width: 1px;
  height: 50%;
  background-color: #3cb;
  position: absolute;
}

.header-wrapper__nav__list__item__link {
  padding-top: 8px;
  padding-left: 0.1em;
  height: 50px;
  font-size: 17px;
  line-height: 1.01;
  color: #111;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .header-wrapper__nav__list__item__link:hover {
    background-color: #f7f9f9;
  }
}

.header-wrapper__nav__list__item__link__en {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.01;
  color: #3cb;
  font-family: "Lato", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  display: block;
  transition: 0.5s;
}

.header-wrapper__nav__list__item__link--home {
  margin: 0 auto;
  padding-top: 0;
  width: 100%;
  height: 50px;
  background-image: url(../img/common/icon_home.svg);
  background-size: 26px auto;
  background-repeat: no-repeat;
  background-position: 50% 46%;
}

.header-wrapper__nav__list__bar {
  left: 0;
  bottom: 0;
  width: 13%;
  height: 3px;
  background: -moz-linear-gradient(left, #48c 25%, #3cb);
  background: -webkit-linear-gradient(left, #48c 25%, #3cb);
  background: linear-gradient(to right, #48c 25%, #3cb);
  display: block;
  position: absolute;
  transition: 0.5s;
}

.header-wrapper__nav__worker-btn {
  padding-left: 56px;
  width: 200px;
  height: 50px;
  font-size: 14px;
  line-height: 49px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #48c;
  background-image: url(../img/common/icon_worker.svg);
  background-repeat: no-repeat;
  background-size: 23px auto;
  background-position: 15px 12px;
  display: block;
}

@media screen and (max-width: 1300px) {
  .header-wrapper__nav__worker-btn {
    padding-left: 43px;
    width: 170px;
    font-size: 13px;
    background-size: 19px auto;
    background-position: 14px 46%;
  }
}

@media screen and (min-width: 1025px) {
  .header-wrapper__nav__worker-btn:hover {
    background-color: #3cb;
  }
}

.header-wrapper__nav__list div:nth-child(1).now ~ .header-wrapper__nav__list__bar {
  left: 0;
  width: 13%;
}

.header-wrapper__nav__list div:nth-child(2).now ~ .header-wrapper__nav__list__bar {
  left: 13%;
  width: 27%;
}

.header-wrapper__nav__list div:nth-child(3).now ~ .header-wrapper__nav__list__bar {
  left: 40%;
  width: 20%;
}

.header-wrapper__nav__list div:nth-child(4).now ~ .header-wrapper__nav__list__bar {
  left: 60%;
  width: 20%;
}

.header-wrapper__nav__list div:nth-child(5).now ~ .header-wrapper__nav__list__bar {
  left: 80%;
  width: 20%;
}

.header-wrapper__nav__list div:nth-child(1):hover ~ .header-wrapper__nav__list__bar {
  left: 0;
  width: 13%;
}

.header-wrapper__nav__list div:nth-child(2):hover ~ .header-wrapper__nav__list__bar {
  left: 13%;
  width: 27%;
}

.header-wrapper__nav__list div:nth-child(3):hover ~ .header-wrapper__nav__list__bar {
  left: 40%;
  width: 20%;
}

.header-wrapper__nav__list div:nth-child(4):hover ~ .header-wrapper__nav__list__bar {
  left: 60%;
  width: 20%;
}

.header-wrapper__nav__list div:nth-child(5):hover ~ .header-wrapper__nav__list__bar {
  left: 80%;
  width: 20%;
}

.input-hidden {
  display: none;
}

.menu-wrapper {
  position: relative;
  z-index: 100;
}

.menu-wrapper__btn-menu {
  display: none;
}

@media screen and (max-width: 1200px) {
  .menu-wrapper__btn-menu {
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    position: fixed;
    z-index: 21;
    background-color: #3cb;
    display: block;
    cursor: pointer;
    transition: 0.5s;
  }
}

@media screen and (min-width: 1025px) {
  .menu-wrapper__btn-menu:hover {
    background-color: #48c;
  }
}

.menu-wrapper__btn-menu::before {
  content: '';
  top: 80px;
  right: 0;
  width: 0;
  height: calc( 100vh - 80px);
  background-color: rgba(17, 17, 17, 0.5);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  transition: 0.5s;
  z-index: 100;
  display: block;
  z-index: -1;
}

@media screen and (max-width: 599px) {
  .menu-wrapper__btn-menu::before {
    top: 60px;
    height: calc( 100vh - 60px);
  }
}

@media screen and (max-width: 599px) {
  .menu-wrapper__btn-menu {
    width: 60px;
    height: 60px;
  }
}

.menu-wrapper__btn-menu span {
  top: calc( 50% - 1px);
  right: calc( 50% - 16px);
  width: 32px;
  height: 2px;
  background-color: #fff;
  position: absolute;
}

.menu-wrapper__btn-menu span::before {
  content: '';
  top: -8px;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  transition: 0.3s;
}

.menu-wrapper__btn-menu span::after {
  content: '';
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  transition: 0.3s;
}

@media screen and (max-width: 599px) {
  .menu-wrapper__btn-menu span {
    right: calc( 50% - 12px);
    width: 24px;
  }
  .menu-wrapper__btn-menu span::before {
    top: -6px;
  }
  .menu-wrapper__btn-menu span::after {
    bottom: -6px;
  }
}

.menu-wrapper__inner {
  display: none;
}

@media screen and (max-width: 1200px) {
  .menu-wrapper__inner {
    top: 80px;
    right: 0;
    width: 0;
    height: calc( 100vh - 80px);
    background-color: rgba(68, 136, 204, 0.9);
    transition: 0.5s;
    position: fixed;
    z-index: 22;
    display: block;
  }
  .menu-wrapper__inner::-webkit-scrollbar {
    display: none;
  }
  .menu-wrapper__inner::-webkit-scrollbar-track {
    display: none;
  }
  .menu-wrapper__inner::-webkit-scrollbar-thumb {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .menu-wrapper__inner {
    top: 60px;
    height: calc( 100vh - 60px);
  }
}

.menu-wrapper__inner__list {
  width: 380px;
}

@media screen and (max-width: 599px) {
  .menu-wrapper__inner__list {
    width: 100vw;
  }
}

.menu-wrapper__inner__list__item {
  border-bottom: 1px dotted #fff;
  position: relative;
}

.menu-wrapper__inner__list__item__link {
  padding: 0 64px 0 15px;
  height: 60px;
  display: block;
  position: relative;
}

.menu-wrapper__inner__list__item__link::before {
  content: "";
  top: calc( 50% - 7px);
  right: 25px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  transition: 0.5s;
}

.menu-wrapper__inner__list__item__link::after {
  content: "";
  top: calc( 50% - 2px);
  right: 31px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #48c;
  border-right: 1px solid #48c;
  transform: rotate(45deg);
  position: absolute;
  transition: 0.5s;
}

@media screen and (min-width: 1025px) {
  .menu-wrapper__inner__list__item__link:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .menu-wrapper__inner__list__item__link:hover::before {
    right: 17px;
  }
  .menu-wrapper__inner__list__item__link:hover::after {
    right: 23px;
  }
}

.menu-wrapper__inner__list__item__link.plus::before {
  right: calc( 25px + 60px);
}

.menu-wrapper__inner__list__item__link.plus::after {
  right: calc( 31px + 60px);
}

@media screen and (min-width: 1025px) {
  .menu-wrapper__inner__list__item__link.plus:hover::before {
    right: calc( 17px + 60px);
  }
  .menu-wrapper__inner__list__item__link.plus:hover::after {
    right: calc( 23px + 60px);
  }
}

.menu-wrapper__inner__list__item__link__text {
  padding-left: 26px;
  font-size: 16px;
  line-height: 60px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  position: relative;
  transition: 0.5s;
}

.menu-wrapper__inner__list__item__link__text::before {
  content: "";
  top: calc( 50% - 1px);
  left: 0;
  width: 16px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  transition: 0.5s;
}

.menu-wrapper__inner__list__item__link__text::after {
  content: "";
  top: calc( 50% - 1px);
  left: 0;
  width: 8px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: 0.5s;
}

.menu-wrapper__inner__list__item .open-btn {
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  transition: 0.5s;
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .menu-wrapper__inner__list__item .open-btn:hover {
    background-color: rgba(17, 17, 17, 0.8);
  }
}

.menu-wrapper__inner__list__item .open-btn::before {
  content: '';
  top: calc( 50% - 1px);
  right: 30%;
  width: 40%;
  height: 2px;
  background-color: #48c;
  position: absolute;
}

.menu-wrapper__inner__list__item .open-btn::after {
  content: '';
  top: calc( 50% - 1px);
  right: 30%;
  width: 40%;
  height: 2px;
  background-color: #48c;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.5s;
}

.menu-wrapper__inner__list__item .open-btn.close::after {
  transform: rotate(90deg);
}

.menu-wrapper__inner__list__item__sub {
  margin-bottom: 22px;
}

.menu-wrapper__inner__list__item__sub__item {
  margin-bottom: 10px;
  padding-left: 15px;
}

.menu-wrapper__inner__list__item__sub__item__link {
  padding: 0 0 0 26px;
  font-size: 15px;
  line-height: 1.01;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  position: relative;
  transition: 0.5s;
}

.menu-wrapper__inner__list__item__sub__item__link::before {
  content: "";
  top: calc( 50% - 3px);
  left: 10px;
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  transition: 0.5s;
}

@media screen and (min-width: 1025px) {
  .menu-wrapper__inner__list__item__sub__item__link:hover {
    opacity: 0.7;
  }
  .menu-wrapper__inner__list__item__sub__item__link:hover::before {
    left: 15px;
  }
}

.menu-wrapper__inner__worker-btn {
  margin: 20px auto;
  padding-left: 16px;
  width: 340px;
  height: 58px;
  font-size: 16px;
  line-height: 55px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  background-image: url(../img/common/icon_worker.svg);
  background-repeat: no-repeat;
  background-size: 23px auto;
  background-position: 15px 50%;
  border: 1px solid #fff;
  display: block;
}

@media screen and (max-width: 599px) {
  .menu-wrapper__inner__worker-btn {
    margin-bottom: 60px;
    width: calc( 100vw - 40px);
  }
}

@media screen and (min-width: 1025px) {
  .menu-wrapper__inner__worker-btn:hover {
    opacity: 0.7;
  }
}

input[type=checkbox].input-hidden:checked + .menu-wrapper .menu-wrapper__inner {
  width: 380px;
  overflow-y: scroll;
}

@media screen and (max-width: 599px) {
  input[type=checkbox].input-hidden:checked + .menu-wrapper .menu-wrapper__inner {
    width: 100vw;
  }
}

input[type=checkbox].input-hidden:checked + .menu-wrapper .menu-wrapper__btn-menu span::before {
  width: 0;
}

input[type=checkbox].input-hidden:checked + .menu-wrapper .menu-wrapper__btn-menu span::after {
  width: 0;
}

input[type=checkbox].input-hidden:checked + .menu-wrapper .menu-wrapper__btn-menu::before {
  width: 100vw;
}

@media screen and (max-width: 599px) {
  input[type=checkbox].input-hidden:checked + .menu-wrapper .menu-wrapper__btn-menu::before {
    display: none;
  }
}

.btn01 {
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 50px;
  width: 100%;
  height: 50px;
  max-width: 280px;
  font-size: 15px;
  line-height: 49px;
  color: #111;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 0 3px 1px rgba(153, 153, 153, 0.1);
  display: block;
  position: relative;
}

.btn01::before {
  content: "";
  top: calc( 50% - 7px);
  right: 18px;
  width: 14px;
  height: 14px;
  background-color: #3cb;
  border-radius: 50%;
  position: absolute;
  transition: 0.5s;
}

.btn01::after {
  content: "";
  top: calc( 50% - 2px);
  right: 24px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  transition: 0.5s;
}

@media screen and (min-width: 1025px) {
  .btn01:hover {
    color: #fff;
    background-color: #3cb;
    box-shadow: none;
  }
  .btn01:hover::before {
    background-color: #fff;
  }
  .btn01:hover::after {
    border-top: 1px solid #3cb;
    border-right: 1px solid #3cb;
  }
}

.btn01--blue::before {
  background-color: #48c;
}

@media screen and (min-width: 1025px) {
  .btn01--blue:hover {
    background-color: #48c;
  }
  .btn01--blue:hover::before {
    background-color: #fff;
  }
  .btn01--blue:hover::after {
    border-top: 1px solid #48c;
    border-right: 1px solid #48c;
  }
}

.btn01--bg-green {
  color: #fff;
  background-color: #3cb;
}

.btn01--bg-green::before {
  background-color: #fff;
}

.btn01--bg-green::after {
  border-top: 1px solid #3cb;
  border-right: 1px solid #3cb;
}

@media screen and (min-width: 1025px) {
  .btn01--bg-green:hover {
    background-color: #567;
  }
  .btn01--bg-green:hover::after {
    border-top: 1px solid #567;
    border-right: 1px solid #567;
  }
}

.pager {
  margin: 60px auto 0;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 860px) {
  .pager {
    margin-top: 30px;
  }
}

@media screen and (max-width: 599px) {
  .pager {
    margin-top: 20px;
  }
}

.pager__item {
  margin-left: 10px;
  font-size: 22px;
  line-height: 1.01;
  color: #111;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  .pager__item {
    margin-left: 5px;
    font-size: 17px;
  }
}

.pager__item:first-child {
  margin-left: 0;
}

.pager__item__link {
  width: 60px;
  height: 60px;
  font-size: 22px;
  line-height: 59px;
  color: #fff;
  font-family: "Lato", sans-serif !important;
  font-weight: 500;
  text-align: center;
  background-color: #3cb;
  border-radius: 50%;
  display: block;
}

@media screen and (max-width: 860px) {
  .pager__item__link {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 49px;
  }
}

@media screen and (max-width: 599px) {
  .pager__item__link {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 39px;
  }
}

@media screen and (min-width: 1025px) {
  .pager__item__link:hover {
    background-color: #111;
    border-radius: 0;
  }
}

.pager__item__link.now {
  background: #48c;
}

@media screen and (min-width: 1025px) {
  .pager__item__link.now:hover {
    background-color: #111;
  }
}

.footer-wrapper {
  padding: 40px;
  background-color: #eef7ff;
}

@media screen and (max-width: 1024px) {
  .footer-wrapper {
    padding: 30px;
  }
}

@media screen and (max-width: 860px) {
  .footer-wrapper {
    padding: 25px;
  }
}

@media screen and (max-width: 599px) {
  .footer-wrapper {
    padding: 25px 0;
  }
}

.footer-wrapper__title {
  font-size: 16px;
  line-height: 1.6;
  color: #111;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .footer-wrapper__title {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  .footer-wrapper__title {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

.footer-wrapper__text {
  font-size: 16px;
  line-height: 1.6;
  color: #111;
}

@media screen and (max-width: 1024px) {
  .footer-wrapper__text {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  .footer-wrapper__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  .footer-wrapper__text {
    font-size: 13px;
  }
}

.footer-wrapper__text a {
  color: #111;
  cursor: auto;
}

.copyright {
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #111;
}

@media screen and (max-width: 599px) {
  .copyright {
    font-size: 13px;
  }
}

.all-wrapper {
  margin-top: 100px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .all-wrapper {
    margin-top: 80px;
    min-height: calc( 100vh - 224px);
  }
}

@media screen and (max-width: 599px) {
  .all-wrapper {
    margin-top: 60px;
    min-height: calc( 100vh - 230px);
  }
}

.all-wrapper__contents {
  width: calc( 100% - 360px);
  float: left;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1500px) {
  .all-wrapper__contents {
    width: calc( 100% - 300px);
  }
}

@media screen and (max-width: 1200px) {
  .all-wrapper__contents {
    width: 100%;
    float: none;
  }
}

.all-wrapper__contents__inner {
  padding: 80px 50px 200px;
}

@media screen and (max-width: 1200px) {
  .all-wrapper__contents__inner {
    padding: 80px 50px 150px;
  }
}

@media screen and (max-width: 1024px) {
  .all-wrapper__contents__inner {
    padding: 60px 50px 100px;
  }
}

@media screen and (max-width: 860px) {
  .all-wrapper__contents__inner {
    padding: 40px 40px 80px;
  }
}

@media screen and (max-width: 599px) {
  .all-wrapper__contents__inner {
    padding: 30px 20px 60px;
  }
}

.all-wrapper__contents__inner .w1000 {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.all-wrapper__contents__inner .w900 {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}

.all-wrapper__side-nav {
  top: 100px;
  width: 360px;
  height: calc( 100vh - 100px);
  background-color: #ddf2f3;
  position: sticky;
  position: -webkit-sticky;
  float: right;
  overflow-y: auto;
  z-index: 1;
}

@media screen and (max-width: 1500px) {
  .all-wrapper__side-nav {
    width: 300px;
  }
}

@media screen and (max-width: 1200px) {
  .all-wrapper__side-nav {
    top: auto;
    width: 100%;
    height: auto;
    position: relative;
    position: -webkit-relative;
    float: none;
  }
}

.pagetitle {
  margin-bottom: 20px;
  width: 100%;
  height: 400px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

@media screen and (max-width: 1500px) {
  .pagetitle {
    height: 26vw;
  }
}

@media screen and (max-width: 1200px) {
  .pagetitle {
    height: 300px;
  }
}

@media screen and (max-width: 860px) {
  .pagetitle {
    margin-bottom: 15px;
    height: 260px;
  }
}

@media screen and (max-width: 599px) {
  .pagetitle {
    margin-bottom: 10px;
    height: 170px;
  }
}

.pagetitle--information {
  background-image: url(../img/information/pagetitle.jpg);
}

.pagetitle--department {
  background-image: url(../img/department/pagetitle.jpg);
}

.pagetitle--inspention {
  background-image: url(../img/inspention/pagetitle.jpg);
}

.pagetitle--treatment {
  background-image: url(../img/treatment/pagetitle.jpg);
}

.pagetitle--research {
  background-image: url(../img/research/pagetitle.jpg);
}

.pagetitle__inner {
  top: 100;
  right: 0;
  width: 360px;
  height: 200px;
  background-color: #3cb;
  position: fixed;
}

@media screen and (max-width: 1500px) {
  .pagetitle__inner {
    width: 300px;
  }
}

@media screen and (max-width: 1200px) {
  .pagetitle__inner {
    top: 50px;
    left: 50%;
    right: 0;
    width: 360px;
    transform: translateX(-50%);
    position: absolute;
  }
}

@media screen and (max-width: 860px) {
  .pagetitle__inner {
    top: 50px;
    width: 300px;
    height: 160px;
  }
}

@media screen and (max-width: 599px) {
  .pagetitle__inner {
    top: 25px;
    width: 220px;
    height: 120px;
  }
}

.pagetitle__inner__icon {
  margin: 31px auto 10px;
  width: 60px;
  height: 60px;
  background-color: #77ddd3;
  background-repeat: no-repeat;
  border-radius: 50%;
  display: block;
}

@media screen and (max-width: 860px) {
  .pagetitle__inner__icon {
    margin: 25px auto 10px;
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 599px) {
  .pagetitle__inner__icon {
    margin: 15px auto 5px;
    width: 40px;
    height: 40px;
  }
}

.pagetitle__inner__icon--information {
  background-image: url(../img/common/icon_information_white.svg);
  background-size: 43.3% auto;
  background-position: 50% 46%;
}

.pagetitle__inner__icon--department {
  background-image: url(../img/common/icon_department.svg);
  background-size: 33.3% auto;
  background-position: 50% 46%;
}

.pagetitle__inner__icon--inspention {
  background-image: url(../img/common/icon_inspention.svg);
  background-size: 46.6% auto;
  background-position: 50% 53%;
}

.pagetitle__inner__icon--treatment {
  background-image: url(../img/common/icon_treatment.svg);
  background-size: 43.3% auto;
  background-position: 50% 46%;
}

.pagetitle__inner__icon--research {
  background-image: url(../img/common/icon_research.svg);
  background-size: 46.6% auto;
  background-position: 50% 50%;
}

.pagetitle__inner__text {
  padding-left: 0.2em;
  font-size: 32px;
  line-height: 1.01;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .pagetitle__inner__text {
    font-size: 29px;
  }
}

@media screen and (max-width: 860px) {
  .pagetitle__inner__text {
    font-size: 26px;
  }
}

@media screen and (max-width: 599px) {
  .pagetitle__inner__text {
    font-size: 22px;
  }
}

.pagetitle__inner__text__en {
  margin-top: 12px;
  padding-left: 0.1em;
  font-size: 12px;
  color: #fff;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
}

@media screen and (max-width: 599px) {
  .pagetitle__inner__text__en {
    margin-top: 7px;
    font-size: 10px;
  }
}

.sidenav {
  margin-top: 200px;
}

@media screen and (max-width: 1200px) {
  .sidenav {
    margin-top: 0;
  }
}

.sidenav__item {
  border-bottom: 1px solid #bde3e3;
}

.sidenav__item.now .sidenav__item__link {
  background-color: #cee;
}

@media screen and (min-width: 1025px) {
  .sidenav__item.now .sidenav__item__link:hover {
    background-color: #48c;
  }
}

.sidenav__item__link {
  padding: 22px 64px 22px 15px;
  display: block;
  position: relative;
}

.sidenav__item__link::before {
  content: "";
  top: calc( 50% - 7px);
  right: 25px;
  width: 14px;
  height: 14px;
  background-color: #48c;
  border-radius: 50%;
  position: absolute;
  transition: 0.5s;
}

.sidenav__item__link::after {
  content: "";
  top: calc( 50% - 2px);
  right: 31px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  transition: 0.5s;
}

@media screen and (min-width: 1025px) {
  .sidenav__item__link:hover {
    background-color: #48c;
  }
  .sidenav__item__link:hover::before {
    right: 20px;
    background-color: #fff;
  }
  .sidenav__item__link:hover::after {
    right: 26px;
    border-top: 1px solid #48c;
    border-right: 1px solid #48c;
  }
  .sidenav__item__link:hover .sidenav__item__link__text {
    color: #fff;
  }
  .sidenav__item__link:hover .sidenav__item__link__text::before {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .sidenav__item__link:hover .sidenav__item__link__text::after {
    background-color: #fff;
  }
}

.sidenav__item__link__text {
  padding-left: 26px;
  font-size: 16px;
  line-height: 1.01;
  color: #111;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  position: relative;
  transition: 0.5s;
}

.sidenav__item__link__text::before {
  content: "";
  top: calc( 50% - 1px);
  left: 0;
  width: 16px;
  height: 2px;
  background-color: #3cb;
  position: absolute;
  transition: 0.5s;
}

.sidenav__item__link__text::after {
  content: "";
  top: calc( 50% - 1px);
  left: 0;
  width: 8px;
  height: 2px;
  background-color: #098;
  position: absolute;
  transition: 0.5s;
}

.breadcrumb-wrapper {
  margin: 0 20px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 599px) {
  .breadcrumb-wrapper {
    margin: 0 5px;
  }
}

.breadcrumb-wrapper__item {
  padding-left: 2em;
  max-width: 15em;
  font-size: 14px;
  line-height: 1.2;
  color: #9ab;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  position: relative;
}

@media screen and (max-width: 599px) {
  .breadcrumb-wrapper__item {
    padding-left: 1.3em;
    font-size: 11px;
  }
}

.breadcrumb-wrapper__item::before {
  content: '';
  top: 4px;
  left: 9px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #9ab;
  border-right: 2px solid #9ab;
  position: absolute;
  transform: rotate(45deg);
}

@media screen and (max-width: 599px) {
  .breadcrumb-wrapper__item::before {
    top: 4px;
    left: 3px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #9ab;
    border-right: 1px solid #9ab;
  }
}

.breadcrumb-wrapper__item:first-child {
  padding-left: 0;
}

.breadcrumb-wrapper__item:first-child::before {
  display: none;
}

.breadcrumb-wrapper__item__link {
  color: #9ab;
}

@media screen and (min-width: 1025px) {
  .breadcrumb-wrapper__item__link:hover {
    color: #3cb;
  }
}

.title-page {
  margin-bottom: 80px;
  font-size: 36px;
  line-height: 1.01;
  color: #111;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 1200px) {
  .title-page {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .title-page {
    margin-bottom: 40px;
    font-size: 30px;
  }
}

@media screen and (max-width: 860px) {
  .title-page {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 599px) {
  .title-page {
    font-size: 26px;
    margin-bottom: 25px;
  }
}

.title-page__sub {
  padding-top: 10px;
  line-height: 0.1;
  display: block;
}

@media screen and (max-width: 1024px) {
  .title-page__sub {
    padding-top: 7px;
  }
}

.title-page__en {
  margin-left: 0.5em;
  font-size: 14px;
  line-height: 1.01;
  color: #3cb;
  font-family: "Lato", sans-serif !important;
  font-weight: 900;
  letter-spacing: 0.1em;
  background-image: linear-gradient(to right, #48c 0, #3cb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1024px) {
  .title-page__en {
    font-size: 12px;
  }
}

@media screen and (max-width: 599px) {
  .title-page__en {
    font-size: 11px;
  }
}

.title-page-jp {
  margin-bottom: 70px;
}

@media screen and (max-width: 1200px) {
  .title-page-jp {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 860px) {
  .title-page-jp {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 599px) {
  .title-page-jp {
    margin-bottom: 25px;
  }
}

.title-page-jp__text {
  font-size: 36px;
  line-height: 1.01;
  color: #3cb;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-image: linear-gradient(to right, #48c 0, #3cb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .title-page-jp__text {
    font-size: 30px;
  }
}

@media screen and (max-width: 599px) {
  .title-page-jp__text {
    font-size: 24px;
    letter-spacing: 0.05em;
  }
}

.title-line {
  margin-bottom: 30px;
  padding: 0 0 15px 30px;
  font-size: 22px;
  line-height: 1.2em;
  color: #111;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  border-bottom: 1px dotted #bbb;
  position: relative;
}

@media screen and (max-width: 599px) {
  .title-line {
    margin-bottom: 15px;
    padding: 0 0 10px 20px;
    font-size: 17px;
  }
}

.title-line::before {
  content: '';
  top: 12px;
  left: 0;
  width: 20px;
  height: 4px;
  background-color: #3cb;
  position: absolute;
}

@media screen and (max-width: 599px) {
  .title-line::before {
    top: 9px;
    width: 14px;
  }
}

.title-line::after {
  content: '';
  top: 12px;
  left: 0;
  width: 10px;
  height: 4px;
  background-color: #48c;
  position: absolute;
}

@media screen and (max-width: 599px) {
  .title-line::after {
    top: 9px;
    width: 7px;
  }
}

.title-obi {
  margin-bottom: 30px;
  padding: 10px 20px 10px 25px;
  font-size: 18px;
  line-height: 1.2em;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  background-color: #3cb;
  position: relative;
}

.title-obi::before {
  content: '';
  top: 19px;
  left: 0;
  width: 16px;
  height: 1px;
  background-color: #fff;
  position: absolute;
}

@media screen and (max-width: 599px) {
  .title-obi {
    margin-bottom: 15px;
    padding: 8px 20px;
    font-size: 15px;
    background-size: auto 100%;
  }
  .title-obi::before {
    top: 16px;
  }
}

.title-obi02 {
  margin-bottom: 30px;
  padding-left: 42px;
  height: 60px;
  font-size: 18px;
  line-height: 58px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.06em;
  background-color: #3cb;
  border-radius: 0 30px 30px 0 / 0 30px 30px 0;
  position: relative;
}

.title-obi02::before {
  content: '';
  top: calc( 50% - 9px);
  left: 20px;
  width: 18px;
  height: 18px;
  border: 6px solid #fff;
  border-radius: 50%;
  position: absolute;
}

@media screen and (max-width: 860px) {
  .title-obi02 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 599px) {
  .title-obi02 {
    margin-bottom: 15px;
    padding: 14px 10px 14px 36px;
    height: auto;
    font-size: 16px;
    line-height: 1.3;
    border-radius: 0 25px 25px 0 / 0 25px 25px 0;
  }
  .title-obi02::before {
    top: 17px;
    left: 15px;
    width: 16px;
    height: 16px;
    border: 5px solid #fff;
  }
}

@media screen and (max-width: 320px) {
  .title-obi02 {
    font-size: 14px;
  }
}

.title-obi02--blue {
  background-color: #48c;
}

.title-icon {
  margin-bottom: 15px;
  padding-left: 25px;
  font-size: 18px;
  line-height: 1.4;
  color: #111;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  position: relative;
}

@media screen and (max-width: 599px) {
  .title-icon {
    margin-bottom: 10px;
    padding-left: 18px;
    font-size: 16px;
  }
}

.title-icon::before {
  content: '';
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 6px solid #48c;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
}

@media screen and (max-width: 599px) {
  .title-icon::before {
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 5px solid #48c;
  }
}

.title-icon--green::before {
  border-color: #3cb;
}

.title-bold-en {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.01;
  color: #3cb;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 860px) {
  .title-bold-en {
    margin-bottom: 7px;
    font-size: 22px;
  }
}

@media screen and (max-width: 599px) {
  .title-bold-en {
    margin-bottom: 7px;
    font-size: 20px;
  }
}

.title-bold-en__jp {
  margin-left: 10px;
  font-size: 24px;
  line-height: 1.01;
  color: #3cb;
  font-family: "Noto Sans JP", sans-serif !important;
  display: inline-block;
}

@media screen and (max-width: 860px) {
  .title-bold-en__jp {
    font-size: 20px;
  }
}

@media screen and (max-width: 599px) {
  .title-bold-en__jp {
    margin-left: 5px;
    font-size: 18x;
  }
}

.text-standard {
  font-size: 16px;
  line-height: 2.0;
  color: #111;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 860px) {
  .text-standard {
    font-size: 15px;
  }
}

@media screen and (max-width: 599px) {
  .text-standard {
    font-size: 14px;
    line-height: 1.9;
  }
}

.text-standard--lh225 {
  line-height: 2.25;
}

@media screen and (max-width: 860px) {
  .text-standard--lh225 {
    line-height: 2.0;
  }
}

@media screen and (max-width: 599px) {
  .text-standard--lh225 {
    line-height: 1.9;
  }
}

.caution {
  margin-top: 10px;
  padding-left: 1em;
  font-size: 13px;
  line-height: 1.3;
  color: #789;
  text-indent: -1em;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 599px) {
  .caution {
    margin-top: 5px;
    font-size: 12px;
  }
}

.caution--right {
  text-align: right;
}

@media screen and (max-width: 599px) {
  .caution--right {
    text-align: justify;
    word-break: break-all;
    text-justify: inter-ideograph;
    text-justify: inter-character;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

#wysiwyg {
  /*デフォルトの処理*/
  font-size: 16px;
  line-height: 2.0;
  text-align: justify;
  /*各テンプレートを囲むbox【必須】*/
  /*タイトル処理*/
  /*キャッチコピーの処理*/
  /*本文テキスト・写真回り込み処理*/
  /*ボタン*/
  /*写真の処理*/
  /*リスト*/
  /*テーブル*/
  /*youtube*/
  /*以下テンプレート外*/
}

@media screen and (max-width: 599px) {
  #wysiwyg {
    font-size: 15px;
    line-height: 1.8;
  }
}

#wysiwyg a {
  color: #48c;
  text-decoration: underline;
}

@media screen and (min-width: 1025px) {
  #wysiwyg a:hover {
    color: #3cb;
    text-decoration: none;
  }
}

#wysiwyg img {
  width: auto;
  max-width: 100%;
  height: auto;
}

#wysiwyg .box {
  margin-bottom: 40px;
  *zoom: 1;
}

#wysiwyg .box:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 860px) {
  #wysiwyg .box {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 599px) {
  #wysiwyg .box {
    margin-bottom: 20px;
  }
}

#wysiwyg .title-line {
  margin-bottom: -20px;
}

@media screen and (max-width: 599px) {
  #wysiwyg .title-line {
    margin-bottom: -5px;
  }
}

#wysiwyg .title-obi {
  margin-bottom: -20px;
}

@media screen and (max-width: 599px) {
  #wysiwyg .title-obi {
    margin-bottom: 0;
  }
}

#wysiwyg .title-icon {
  margin-bottom: -25px;
}

@media screen and (max-width: 599px) {
  #wysiwyg .title-icon {
    margin-bottom: -8px;
  }
}

#wysiwyg .copy01 {
  margin-bottom: -25px;
  font-size: 20px;
  line-height: 1.7;
  color: #48c;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: justify;
}

@media screen and (max-width: 599px) {
  #wysiwyg .copy01 {
    margin-bottom: -5px;
    font-size: 16px;
  }
}

#wysiwyg .copy02 {
  margin-bottom: -25px;
  font-size: 24px;
  line-height: 1.7;
  color: #111;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", serif;
  font-weight: 400;
  text-align: justify;
}

@media screen and (max-width: 599px) {
  #wysiwyg .copy02 {
    margin-bottom: -5px;
    font-size: 17px;
  }
}

#wysiwyg .text {
  font-size: 16px;
  line-height: 2.0em;
  text-align: justify;
}

@media screen and (max-width: 599px) {
  #wysiwyg .text {
    font-size: 15px;
    line-height: 1.8em;
  }
}

#wysiwyg .text--mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", serif;
  font-weight: 300;
}

#wysiwyg .img-right {
  margin: 7px 0 30px 40px;
  width: auto;
  max-width: 33%;
  float: right;
  display: inline-block;
}

@media screen and (max-width: 1500px) {
  #wysiwyg .img-right {
    margin-left: 3vw;
  }
}

@media screen and (max-width: 599px) {
  #wysiwyg .img-right {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}

#wysiwyg .img-left {
  margin: 7px 40px 30px 0;
  width: auto;
  max-width: 33%;
  float: left;
  display: inline-block;
}

@media screen and (max-width: 1500px) {
  #wysiwyg .img-left {
    margin-right: 3vw;
  }
}

@media screen and (max-width: 599px) {
  #wysiwyg .img-left {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}

#wysiwyg .btn-wrapper {
  text-align: center;
}

@media screen and (max-width: 599px) {
  #wysiwyg .btn-wrapper {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

#wysiwyg .btn-wrapper a {
  margin: 0 auto;
  padding: 15px 50px 15px 24px;
  min-width: 260px;
  min-height: 50px;
  font-size: 15px;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  text-align: left;
  background-color: #3cb;
  box-shadow: 0 0 3px 1px rgba(153, 153, 153, 0.1);
  display: inline-block;
  border-radius: 25px;
  position: relative;
}

#wysiwyg .btn-wrapper a::before {
  content: "";
  top: calc( 50% - 7px);
  right: 18px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  transition: 0.5s;
}

#wysiwyg .btn-wrapper a::after {
  content: "";
  top: calc( 50% - 2px);
  right: 24px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #3cb;
  border-right: 1px solid #3cb;
  transform: rotate(45deg);
  position: absolute;
  transition: 0.5s;
}

@media screen and (min-width: 1025px) {
  #wysiwyg .btn-wrapper a:hover {
    color: #fff;
    background-color: #567;
    box-shadow: none;
  }
  #wysiwyg .btn-wrapper a:hover::before {
    background-color: #fff;
  }
  #wysiwyg .btn-wrapper a:hover::after {
    border-top: 1px solid #567;
    border-right: 1px solid #567;
  }
}

#wysiwyg .photo-3 {
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

#wysiwyg .photo-3::after {
  content: none;
}

#wysiwyg .photo-3 li {
  width: calc( ( 100% - 40px ) / 3);
  list-style-type: none;
}

@media screen and (max-width: 599px) {
  #wysiwyg .photo-3 li {
    display: block;
    margin-top: 10px;
    width: 100%;
  }
  #wysiwyg .photo-3 li:first-child {
    margin-top: 0;
  }
}

#wysiwyg .photo-2 {
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

#wysiwyg .photo-2::after {
  content: none;
}

#wysiwyg .photo-2 li {
  width: calc( 50% - 10px);
  list-style-type: none;
}

@media screen and (max-width: 599px) {
  #wysiwyg .photo-2 li {
    width: calc( ( 100% - 5px ) / 2);
  }
}

#wysiwyg .photo-1 {
  width: 100%;
  text-align: center;
}

#wysiwyg .caption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3em;
  text-align: center;
  display: block;
}

@media screen and (max-width: 599px) {
  #wysiwyg .caption {
    margin-top: 5px;
    font-size: 12px;
  }
}

#wysiwyg .list-wrapper {
  padding: 30px;
  background-color: #eef7ff;
  list-style: none;
}

@media screen and (max-width: 599px) {
  #wysiwyg .list-wrapper {
    padding: 20px;
  }
}

#wysiwyg .list-wrapper li {
  margin-top: 10px;
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.5em;
  text-align: justify;
  position: relative;
  list-style-type: none;
}

#wysiwyg .list-wrapper li:first-child {
  margin-top: 0;
}

#wysiwyg .list-wrapper li::before {
  content: '';
  top: 6px;
  left: 3px;
  width: 6px;
  height: 6px;
  background-color: #3cb;
  position: absolute;
}

@media screen and (max-width: 599px) {
  #wysiwyg .list-wrapper li {
    margin-top: 7px;
    font-size: 14px;
  }
  #wysiwyg .list-wrapper li::before {
    content: '';
    top: 5px;
    left: 0px;
    width: 6px;
    height: 6px;
  }
}

#wysiwyg .table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}

#wysiwyg .table thead th {
  padding: 15px 10px;
  font-size: 15px;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #3cb;
  border: 1px solid #ddd;
}

@media screen and (max-width: 599px) {
  #wysiwyg .table thead th {
    padding: 7px 5px 5px;
    font-size: 12px;
  }
}

#wysiwyg .table th {
  padding: 15px 10px;
  font-size: 15px;
  line-height: 1.3em;
  color: #111;
  text-align: center;
  vertical-align: middle;
  background-color: #ddf2f3;
  border: 1px solid #ddd;
}

@media screen and (max-width: 599px) {
  #wysiwyg .table th {
    padding: 7px 5px 5px;
    font-size: 12px;
  }
}

#wysiwyg .table td {
  padding: 15px;
  font-size: 15px;
  line-height: 1.3em;
  color: #111;
  text-align: justify;
  vertical-align: middle;
  border: 1px solid #ddd;
}

@media screen and (max-width: 599px) {
  #wysiwyg .table td {
    padding: 7px 5px 5px;
    font-size: 12px;
  }
}

#wysiwyg .youtube-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  position: relative;
}

#wysiwyg .youtube-wrapper::before {
  content: '';
  padding-bottom: 56.25%;
  display: block;
}

#wysiwyg .youtube-wrapper iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

#wysiwyg .left {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

#wysiwyg .center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#wysiwyg .right {
  width: 100%;
  margin: 0 auto;
  text-align: right;
}

#wysiwyg h1 {
  font-size: 240%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
}

#wysiwyg h2 {
  font-size: 180%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  border-bottom: none;
}

#wysiwyg h3 {
  font-size: 140%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
  color: #111;
}

#wysiwyg h4 {
  font-size: 120%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  color: #111;
}

#wysiwyg h5 {
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}

#wysiwyg h6 {
  font-size: 82%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}

#wysiwyg ul {
  padding-left: 1em;
}

#wysiwyg ul li {
  list-style-type: disc;
}

#wysiwyg ol {
  padding-left: 1em;
}

#wysiwyg ol li {
  list-style-type: decimal;
}

#wysiwyg blockquote {
  padding-left: 1em;
}

#wysiwyg table {
  font-size: 100%;
  border-collapse: collapse;
}

#wysiwyg hr {
  display: block;
}

#wysiwyg em {
  font-style: italic !important;
}

#wysiwyg strong {
  font-weight: bold !important;
}

#wysiwyg em strong, #wysiwyg strong em {
  font-style: italic !important;
  font-weight: bold !important;
}

.top-main {
  margin: 100px 0 0 0;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .top-main {
    margin-top: 80px;
  }
}

@media screen and (max-width: 599px) {
  .top-main {
    margin-top: 60px;
  }
}

.top-main::before {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #eef7ff;
  position: absolute;
  z-index: 0;
}

.top-main__photo {
  margin: 0 0 0 80px;
  width: calc( 100% - 80px);
  height: 700px;
  border-radius: 10px 0 0 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 50%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1600px) {
  .top-main__photo {
    margin: 0;
    width: 100%;
    border-radius: 0;
  }
}

@media screen and (max-width: 1400px) {
  .top-main__photo {
    height: 50vw;
  }
}

@media screen and (max-width: 599px) {
  .top-main__photo {
    height: 60vw;
    background-position: 70% 30%;
  }
}

.top-main__photo--01 {
  background-image: url(../img/top/main_photo.jpg);
}

.top-main__copy-box {
  bottom: -1px;
  left: 79px;
  padding: 68px 0 0 17px;
  width: 500px;
  height: 275px;
  border-radius: 0 20px 0 0;
  background-color: #eef7ff;
  position: absolute;
  z-index: 3;
}

@media screen and (max-width: 1600px) {
  .top-main__copy-box {
    left: 0;
    padding-left: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .top-main__copy-box {
    padding: 60px 0 30px 40px;
    width: 40vw;
    height: auto;
  }
}

@media screen and (max-width: 860px) {
  .top-main__copy-box {
    padding: 40px 0 20px 28px;
    width: 40vw;
    border-radius: 0 15px 0 0;
  }
}

@media screen and (max-width: 599px) {
  .top-main__copy-box {
    padding: 7vw 0 3.5vw 5.5vw;
    width: 60vw;
    border-radius: 0 10px 0 0;
  }
}

.top-main__copy-box__copy {
  width: 90%;
}

.top-inspention {
  padding: 100px 30px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .top-inspention {
    padding: 60px 30px;
  }
}

@media screen and (max-width: 860px) {
  .top-inspention {
    padding: 40px 20px 40px;
  }
}

@media screen and (max-width: 599px) {
  .top-inspention {
    padding: 20px 5px 5px;
  }
}

.top-inspention::before {
  content: "";
  top: 0;
  left: 0;
  width: calc( 100% - 200px);
  height: 260px;
  background-color: #eef7ff;
  position: absolute;
  z-index: 0;
}

@media screen and (max-width: 1600px) {
  .top-inspention::before {
    width: calc( 100% - 12.5vw);
  }
}

@media screen and (max-width: 1200px) {
  .top-inspention::before {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .top-inspention::before {
    height: 220px;
  }
}

@media screen and (max-width: 860px) {
  .top-inspention::before {
    height: 160px;
  }
}

@media screen and (max-width: 599px) {
  .top-inspention::before {
    height: 110px;
  }
}

.top-inspention__list {
  margin: 0 auto;
  width: 100%;
  max-width: 1720px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .top-inspention__list {
    margin-top: -20px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 860px) {
  .top-inspention__list {
    margin-top: -10px;
  }
}

@media screen and (max-width: 599px) {
  .top-inspention__list {
    margin-top: -4px;
  }
}

.top-inspention__list__item {
  width: 18.6%;
  background-color: #ddf2f3;
  box-shadow: 0 0 5px 2px rgba(153, 153, 153, 0.2);
}

@media screen and (max-width: 1600px) {
  .top-inspention__list__item {
    width: 19.2%;
  }
}

.top-inspention__list__item:nth-child(even) {
  background-color: #dde7f3;
}

.top-inspention__list__item:nth-child(even) .top-inspention__list__item__title {
  background-color: #48c;
}

@media screen and (max-width: 1200px) {
  .top-inspention__list__item {
    margin-top: 20px;
    margin-left: 20px;
    width: calc( ( 100% - 20px * 2 ) / 3);
  }
  .top-inspention__list__item:nth-child(3n-2) {
    margin-left: 0;
  }
}

@media screen and (max-width: 860px) {
  .top-inspention__list__item {
    margin-top: 10px;
    margin-left: 10px;
    width: calc( ( 100% - 10px * 2 ) / 3);
  }
}

@media screen and (max-width: 599px) {
  .top-inspention__list__item {
    margin-top: 4px;
    margin-left: 0;
    width: calc( 50% - 2px);
    box-shadow: 0 0 2px 1px rgba(153, 153, 153, 0.2);
  }
  .top-inspention__list__item:nth-child(even) {
    margin-left: 4px;
  }
  .top-inspention__list__item:nth-child(3) {
    background-color: #dde7f3;
  }
  .top-inspention__list__item:nth-child(3) .top-inspention__list__item__title {
    background-color: #48c;
  }
  .top-inspention__list__item:nth-child(3) .btn01::before {
    background-color: #48c;
  }
  .top-inspention__list__item:nth-child(4) {
    background-color: #ddf2f3;
  }
  .top-inspention__list__item:nth-child(4) .top-inspention__list__item__title {
    background-color: #3cb;
  }
  .top-inspention__list__item:nth-child(4) .btn01--blue::before {
    background-color: #3cb;
  }
  .top-inspention__list__item:last-child {
    width: 100%;
  }
}

.top-inspention__list__item__title {
  height: 160px;
  background-color: #3cb;
  position: relative;
}

@media screen and (max-width: 860px) {
  .top-inspention__list__item__title {
    height: 120px;
  }
}

@media screen and (max-width: 599px) {
  .top-inspention__list__item__title {
    height: 90px;
  }
}

.top-inspention__list__item__title__text-box {
  top: 50%;
  left: 0;
  padding-left: 0.1em;
  width: 100%;
  font-size: 26px;
  line-height: 1.01;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
}

@media screen and (max-width: 1400px) {
  .top-inspention__list__item__title__text-box {
    font-size: 1.857vw;
  }
}

@media screen and (max-width: 1024px) {
  .top-inspention__list__item__title__text-box {
    font-size: 2.4vw;
  }
}

@media screen and (max-width: 860px) {
  .top-inspention__list__item__title__text-box {
    font-size: 2.7vw;
  }
}

@media screen and (max-width: 599px) {
  .top-inspention__list__item__title__text-box {
    font-size: 4.6vw;
  }
}

.top-inspention__list__item__title__text-box__sub {
  margin-top: 10px;
  padding-left: 0.04em;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  display: block;
}

@media screen and (max-width: 599px) {
  .top-inspention__list__item__title__text-box__sub {
    margin-top: 5px;
    font-size: 12px;
  }
}

.top-inspention__list__item__title__text-box__en {
  margin-top: 10px;
  padding-left: 0.06em;
  font-size: 12px;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: block;
}

.top-inspention__list__item__inner {
  padding: 40px 30px;
}

@media screen and (max-width: 1600px) {
  .top-inspention__list__item__inner {
    padding: 2.2vw 1.5vw;
  }
}

@media screen and (max-width: 599px) {
  .top-inspention__list__item__inner {
    padding: 15px 10px;
  }
}

.top-inspention__list__item__inner__item {
  margin-top: 10px;
}

.top-inspention__list__item__inner__item:first-child {
  margin-top: 0;
}

@media screen and (max-width: 599px) {
  .top-inspention__list__item__inner__item {
    margin-top: 5px;
  }
  .top-inspention__list__item__inner__item .btn01 {
    padding-left: 20px;
    padding-right: 30px;
    max-width: 240px;
    height: 40px;
    font-size: 14px;
    line-height: 39px;
    border-radius: 20px;
  }
  .top-inspention__list__item__inner__item .btn01::before {
    right: 14px;
  }
  .top-inspention__list__item__inner__item .btn01::after {
    right: 20px;
  }
}

@media screen and (max-width: 320px) {
  .top-inspention__list__item__inner__item .btn01 {
    padding-left: 16px;
    font-size: 13px;
  }
}

.top-information {
  margin-bottom: 100px;
  padding: 100px 40px 120px;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .top-information {
    margin-bottom: 0;
    padding: 80px 40px 100px;
  }
}

@media screen and (max-width: 1024px) {
  .top-information {
    padding: 60px 40px 80px;
  }
}

@media screen and (max-width: 860px) {
  .top-information {
    padding: 40px 20px 60px;
  }
}

@media screen and (max-width: 599px) {
  .top-information {
    margin-bottom: 0;
    padding: 30px 20px 40px;
  }
}

.top-information::before {
  content: "";
  top: 0;
  right: 0;
  width: calc( 100% - 4.4vw);
  height: 100%;
  background-color: #eef7ff;
  position: absolute;
  z-index: 0;
}

@media screen and (max-width: 1700px) {
  .top-information::before {
    width: calc( 100% - 30px);
  }
}

@media screen and (max-width: 1500px) {
  .top-information::before {
    width: 100%;
  }
}

.top-information::after {
  content: "";
  top: 0;
  right: 0;
  width: 450px;
  height: 100%;
  background-image: url(../img/top/news_photo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 0;
  position: absolute;
  z-index: 0;
}

@media screen and (max-width: 1700px) {
  .top-information::after {
    width: 26.5vw;
  }
}

@media screen and (max-width: 1400px) {
  .top-information::after {
    display: none;
  }
}

.top-information__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1360px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1400px) {
  .top-information__inner {
    max-width: 1100px;
  }
}

.top-information__inner__title {
  margin-bottom: 20px;
  padding-left: 36px;
  font-size: 26px;
  line-height: 1.2;
  color: #111;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.2em;
  background-image: url(../img/common/icon_information.svg);
  background-repeat: no-repeat;
  background-size: 28px auto;
  background-position: 0 50%;
}

@media screen and (max-width: 599px) {
  .top-information__inner__title {
    padding-top: 28px;
    padding-left: 0.2em;
    font-size: 28px;
    text-align: center;
    background-size: 24px auto;
    background-position: 50% 0;
  }
}

.top-information__inner__title__en {
  margin-left: 10px;
  font-size: 14px;
  line-height: 1.01;
  color: #3cb;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  vertical-align: 30%;
  display: inline-block;
  background-image: linear-gradient(to right, #48c 0, #3cb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

@media screen and (max-width: 599px) {
  .top-information__inner__title__en {
    margin-top: 5px;
    margin-left: 0;
    padding-left: 0.06em;
    font-size: 10px;
    line-height: 1.01;
    text-align: center;
    display: block;
  }
}

.top-information__inner__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-information__inner__box__information-list {
  width: 67%;
}

@media screen and (max-width: 1400px) {
  .top-information__inner__box__information-list {
    width: 100%;
  }
}

.top-information__inner__box__information-list .infromation-list {
  margin: 0;
}

.top-information__inner__box__information-list .information-list__item__link {
  background-color: #fff;
}

.top-information__inner__box__information-list__btn-wrapper {
  margin-top: 20px;
  text-align: right;
}

@media screen and (max-width: 1400px) {
  .top-information__inner__box__information-list__btn-wrapper {
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  .top-information__inner__box__information-list__btn-wrapper {
    margin-top: 15px;
  }
}

.top-information__inner__box__information-list__btn-wrapper__btn {
  padding-left: 50px;
  width: 180px;
  height: 46px;
  font-size: 16px;
  line-height: 45px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  text-align: left;
  background-color: #48c;
  background-image: url(../img/common/icon_list.svg);
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: 13px 50%;
  display: inline-block;
}

@media screen and (min-width: 1025px) {
  .top-information__inner__box__information-list__btn-wrapper__btn:hover {
    background-color: #3cb;
  }
}

.top-information__inner__box__btns {
  width: 29.4%;
}

@media screen and (max-width: 1400px) {
  .top-information__inner__box__btns {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (max-width: 860px) {
  .top-information__inner__box__btns {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 599px) {
  .top-information__inner__box__btns {
    margin: 20px auto 0;
    flex-wrap: wrap;
  }
}

.top-information__inner__box__btns__item {
  margin-top: 14px;
}

@media screen and (max-width: 1400px) {
  .top-information__inner__box__btns__item {
    margin-top: 0;
    width: calc( ( 100% - 20px * 2 ) / 3);
  }
}

@media screen and (max-width: 1100px) {
  .top-information__inner__box__btns__item {
    margin-top: 0;
    width: calc( ( 100% - 10px * 2 ) / 3);
  }
}

@media screen and (max-width: 599px) {
  .top-information__inner__box__btns__item {
    margin-top: 10px;
    width: 100%;
  }
}

.top-information__inner__box__btns__item:first-child {
  margin-top: 0;
}

.top-information__inner__box__btns__item__btn {
  width: 100%;
  height: auto;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0 0 3px 1px rgba(153, 153, 153, 0.2);
}

.top-information__inner__box__btns__item__btn::before {
  content: "";
  top: calc( 50% - 7px);
  right: 25px;
  width: 14px;
  height: 14px;
  background-color: #48c;
  border-radius: 50%;
  position: absolute;
  transition: 0.5s;
}

.top-information__inner__box__btns__item__btn::after {
  content: "";
  top: calc( 50% - 2px);
  right: 31px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  transition: 0.5s;
}

@media screen and (max-width: 1100px) {
  .top-information__inner__box__btns__item__btn::before {
    right: 15px;
  }
  .top-information__inner__box__btns__item__btn::after {
    right: 21px;
  }
}

@media screen and (max-width: 860px) {
  .top-information__inner__box__btns__item__btn::before {
    right: 12px;
  }
  .top-information__inner__box__btns__item__btn::after {
    right: 18px;
  }
}

@media screen and (min-width: 1025px) {
  .top-information__inner__box__btns__item__btn:hover {
    background-color: #dde7f3;
    box-shadow: none;
  }
  .top-information__inner__box__btns__item__btn:hover::before {
    right: 20px;
  }
  .top-information__inner__box__btns__item__btn:hover::after {
    right: 26px;
  }
}

.top-information__inner__box__btns__item__btn__photo {
  margin-right: 25px;
  width: 120px;
}

@media screen and (max-width: 1400px) {
  .top-information__inner__box__btns__item__btn__photo {
    margin-right: 20px;
    width: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .top-information__inner__box__btns__item__btn__photo {
    margin-right: 15px;
    width: 80px;
  }
}

@media screen and (max-width: 860px) {
  .top-information__inner__box__btns__item__btn__photo {
    margin-right: 12px;
    width: 70px;
  }
}

@media screen and (max-width: 599px) {
  .top-information__inner__box__btns__item__btn__photo {
    margin-right: 15px;
    width: 80px;
  }
}

.top-information__inner__box__btns__item__btn__text {
  font-size: 22px;
  line-height: 1.01;
  color: #567;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1400px) {
  .top-information__inner__box__btns__item__btn__text {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .top-information__inner__box__btns__item__btn__text {
    font-size: 18px;
  }
}

@media screen and (max-width: 860px) {
  .top-information__inner__box__btns__item__btn__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 599px) {
  .top-information__inner__box__btns__item__btn__text {
    font-size: 18px;
  }
}

.top-information__inner__box__btns__item__btn__text--ls02 {
  letter-spacing: 0.2em;
}

.top-information__inner__box__btns__item__btn__text__en {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.01;
  color: #3cb;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: block;
  background-image: linear-gradient(to right, #48c 0, #3cb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1400px) {
  .top-information__inner__box__btns__item__btn__text__en {
    margin-top: 7px;
    font-size: 11px;
  }
}

@media screen and (max-width: 1024px) {
  .top-information__inner__box__btns__item__btn__text__en {
    font-size: 10px;
  }
}

@media screen and (max-width: 860px) {
  .top-information__inner__box__btns__item__btn__text__en {
    letter-spacing: 0;
  }
}

.top-btns {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.top-btns__item {
  width: 50%;
  height: 400px;
  background-color: #3cb;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

@media screen and (max-width: 1400px) {
  .top-btns__item {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .top-btns__item {
    height: 320px;
  }
}

@media screen and (max-width: 860px) {
  .top-btns__item {
    height: 300px;
  }
}

@media screen and (max-width: 599px) {
  .top-btns__item {
    height: auto;
  }
}

.top-btns__item:nth-child(even) {
  background-color: #48c;
}

.top-btns__item:nth-child(even) .top-btns__item__inner {
  background-image: url(../img/top/research_bg.svg);
}

@media screen and (max-width: 599px) {
  .top-btns__item:nth-child(even) .top-btns__item__inner {
    background-image: url(../img/top/research_bg_sp.svg);
  }
}

.top-btns__item:nth-child(even) .top-btns__item__inner__list__item::before {
  background-color: #9abaed;
}

.top-btns__item:nth-child(even) .top-btns__item__inner__list__item::after {
  background-color: #23559a;
}

@media screen and (max-width: 1400px) {
  .top-btns__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.top-btns__item__photo {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.top-btns__item__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 599px) {
  .top-btns__item__photo {
    width: 100%;
    height: 50vw;
  }
}

.top-btns__item__inner {
  padding: 60px 20px 60px 60px;
  width: 50%;
  height: 100%;
  position: relative;
  background-image: url(../img/top/treatment_bg.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

@media screen and (max-width: 1500px) {
  .top-btns__item__inner {
    padding: 40px 20px 40px 50px;
  }
}

@media screen and (max-width: 1400px) {
  .top-btns__item__inner {
    padding: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .top-btns__item__inner {
    padding: 40px 60px;
  }
}

@media screen and (max-width: 860px) {
  .top-btns__item__inner {
    padding: 40px 20px 30px 50px;
  }
}

@media screen and (max-width: 599px) {
  .top-btns__item__inner {
    padding: 30px 0 40px;
    width: 100%;
    height: auto;
    background-image: url(../img/top/treatment_bg_sp.svg);
    background-size: 100% auto;
    background-position: 0 100%;
  }
}

.top-btns__item__inner__title {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.01;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 860px) {
  .top-btns__item__inner__title {
    margin-bottom: 15px;
    font-size: 28px;
  }
}

@media screen and (max-width: 599px) {
  .top-btns__item__inner__title {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
  }
}

.top-btns__item__inner__list {
  margin-top: -7px;
}

@media screen and (max-width: 860px) {
  .top-btns__item__inner__list {
    margin-top: -5px;
  }
}

@media screen and (max-width: 599px) {
  .top-btns__item__inner__list {
    text-align: center;
  }
}

.top-btns__item__inner__list__item {
  margin-top: 7px;
  font-size: 15px;
  line-height: 1.8;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  position: relative;
  margin-right: 50px;
  display: inline-block;
}

.top-btns__item__inner__list__item::before {
  content: "";
  top: 13px;
  left: -25px;
  width: 16px;
  height: 2px;
  background-color: #9adecf;
  position: absolute;
}

.top-btns__item__inner__list__item::after {
  content: "";
  top: 13px;
  left: -25px;
  width: 8px;
  height: 2px;
  background-color: #218779;
  position: absolute;
}

@media screen and (max-width: 860px) {
  .top-btns__item__inner__list__item {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.6;
    margin-right: 40px;
  }
  .top-btns__item__inner__list__item::before {
    top: 10px;
    left: -20px;
    width: 14px;
  }
  .top-btns__item__inner__list__item::after {
    top: 10px;
    left: -20px;
    width: 7px;
  }
}

@media screen and (max-width: 599px) {
  .top-btns__item__inner__list__item {
    margin: 5px 15px 0 30px;
    font-size: 14px;
    line-height: 1.6;
  }
}

.top-btns__item__inner__list__item__link {
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .top-btns__item__inner__list__item__link:hover {
    opacity: 0.7;
  }
}

.top-btns__item__inner .btn01 {
  left: 50px;
  bottom: 50px;
  margin: 0;
  width: 220px;
  position: absolute;
}

@media screen and (max-width: 860px) {
  .top-btns__item__inner .btn01 {
    left: 45px;
    bottom: 45px;
  }
}

@media screen and (max-width: 599px) {
  .top-btns__item__inner .btn01 {
    margin: 20px auto 0;
    left: auto;
    bottom: auto;
    position: relative;
  }
}

@media screen and (min-width: 1025px) {
  .top-btns__item__inner .btn01:hover {
    background-color: #567 !important;
  }
  .top-btns__item__inner .btn01:hover::after {
    border-top: 1px solid #567;
    border-right: 1px solid #567;
  }
}

.information-list {
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 599px) {
  .information-list {
    margin: 0 -15px;
    width: auto;
  }
}

.information-list__item {
  margin-top: 7px;
}

@media screen and (max-width: 599px) {
  .information-list__item {
    margin-top: 5px;
  }
}

.information-list__item:first-child {
  margin-top: 0;
}

.information-list__item__link {
  padding: 25px 64px 25px 25px;
  background-color: #f7f9ff;
  box-shadow: 0 0 3px 1px rgba(153, 153, 153, 0.2);
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 860px) {
  .information-list__item__link {
    justify-content: flex-start;
  }
}

.information-list__item__link::before {
  content: "";
  top: calc( 50% - 7px);
  right: 25px;
  width: 14px;
  height: 14px;
  background-color: #3cb;
  border-radius: 50%;
  position: absolute;
  transition: 0.5s;
}

.information-list__item__link::after {
  content: "";
  top: calc( 50% - 2px);
  right: 31px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  transition: 0.5s;
}

@media screen and (max-width: 599px) {
  .information-list__item__link {
    padding: 20px 44px 20px 20px;
    box-shadow: 0 0 2px 1px rgba(153, 153, 153, 0.2);
  }
  .information-list__item__link::before {
    right: 15px;
  }
  .information-list__item__link::after {
    right: 21px;
  }
}

@media screen and (min-width: 1025px) {
  .information-list__item__link:hover {
    background-color: #3cb;
    box-shadow: none;
  }
  .information-list__item__link:hover::before {
    right: 20px;
    background-color: #fff;
  }
  .information-list__item__link:hover::after {
    right: 26px;
    border-top: 1px solid #3cb;
    border-right: 1px solid #3cb;
  }
  .information-list__item__link:hover .information-list__item__link__date {
    color: #fff;
  }
  .information-list__item__link:hover .information-list__item__link__text {
    color: #fff;
  }
}

.information-list__item__link--none::before {
  display: none;
}

.information-list__item__link--none::after {
  display: none;
}

@media screen and (min-width: 1025px) {
  .information-list__item__link--none:hover {
    background-color: #fff;
    box-shadow: 0 0 3px 1px rgba(153, 153, 153, 0.2);
  }
  .information-list__item__link--none:hover::before {
    display: none;
  }
  .information-list__item__link--none:hover::before {
    display: none;
  }
  .information-list__item__link--none:hover .information-list__item__link__date {
    color: #789;
  }
  .information-list__item__link--none:hover .information-list__item__link__text {
    color: #111;
  }
}

.information-list__item__link__date {
  width: 80px;
  font-size: 16px;
  line-height: 1.6;
  color: #789;
  transition: 0.5s;
}

@media screen and (max-width: 599px) {
  .information-list__item__link__date {
    width: auto;
    font-size: 14px;
  }
}

.information-list__item__link .information-icon {
  margin-top: 2px;
}

@media screen and (max-width: 860px) {
  .information-list__item__link .information-icon {
    margin-left: 10px;
  }
}

@media screen and (max-width: 599px) {
  .information-list__item__link .information-icon {
    margin-left: 5px;
    vertical-align: 10%;
  }
}

.information-list__item__link__text {
  width: calc( 100% - 190px);
  font-size: 16px;
  line-height: 1.6;
  color: #111;
  text-align: justify;
  transition: 0.5s;
}

@media screen and (max-width: 860px) {
  .information-list__item__link__text {
    margin-top: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .information-list__item__link__text {
    margin-top: 4px;
    font-size: 14px;
  }
}

.information-detail {
  margin-bottom: 40px;
  padding-bottom: 35px;
  border-bottom: 1px solid #ddd;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .information-detail {
    margin-bottom: 30px;
    padding-bottom: 25px;
    letter-spacing: 0em;
    text-align: justify;
  }
}

@media screen and (max-width: 1024px) {
  .information-detail {
    margin-bottom: 30px;
    padding-bottom: 25px;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 860px) {
  .information-detail {
    font-size: 23px;
  }
}

.information-detail::before {
  content: "";
  right: 0;
  bottom: -1px;
  width: 80px;
  height: 1px;
  background-color: #3cb;
  position: absolute;
}

@media screen and (max-width: 599px) {
  .information-detail {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 17px;
  }
  .information-detail::before {
    right: 0;
    width: 20px;
  }
}

.information-detail__date {
  font-size: 16px;
  line-height: 1.4;
  color: #789;
}

@media screen and (max-width: 599px) {
  .information-detail__date {
    width: auto;
    font-size: 14px;
  }
}

.information-detail__date .information-icon {
  margin-top: 21px;
  margin-left: 10px;
}

@media screen and (max-width: 599px) {
  .information-detail__date .information-icon {
    margin-left: 5px;
    vertical-align: 10%;
  }
}

.information-detail__copy {
  margin-top: 15px;
  font-size: 26px;
  line-height: 1.8;
  color: #111;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
  .information-detail__copy {
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 860px) {
  .information-detail__copy {
    margin-top: 10px;
    font-size: 23px;
  }
}

@media screen and (max-width: 599px) {
  .information-detail__copy {
    margin-top: 8px;
    font-size: 17px;
  }
}

.information-btn {
  margin: 60px auto 0;
}

@media screen and (max-width: 860px) {
  .information-btn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 599px) {
  .information-btn {
    margin-top: 25px;
  }
}

.information-icon {
  width: 80px;
  height: 20px;
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
}

@media screen and (max-width: 599px) {
  .information-icon {
    width: 60px;
    height: 18px;
    font-size: 11px;
    line-height: 17px;
  }
}

.information-icon--info {
  background-color: #e399aa;
}

.information-icon--inspention {
  background-color: #88b7dd;
}

.information-icon--research {
  background-color: #a3c777;
}

.information-icon--treatment {
  background-color: #e3bb66;
}

.new-icon {
  margin-left: 0.5em;
  color: #e399aa;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  display: inline-block;
}

.greeting-copy {
  margin-bottom: 40px;
  padding-bottom: 35px;
  font-size: 26px;
  line-height: 1.8;
  color: #48c;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #ddd;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .greeting-copy {
    margin-bottom: 30px;
    padding-bottom: 25px;
    letter-spacing: 0em;
    text-align: justify;
  }
}

@media screen and (max-width: 1024px) {
  .greeting-copy {
    margin-bottom: 30px;
    padding-bottom: 25px;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 860px) {
  .greeting-copy {
    font-size: 23px;
  }
}

.greeting-copy::before {
  content: "";
  right: 0;
  bottom: -1px;
  width: 80px;
  height: 1px;
  background-color: #3cb;
  position: absolute;
}

@media screen and (max-width: 599px) {
  .greeting-copy {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 17px;
  }
  .greeting-copy::before {
    right: 0;
    width: 20px;
  }
  .greeting-copy br {
    display: none;
  }
}

.greeting-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.greeting-wrapper__text {
  width: calc( 100% - 340px);
}

@media screen and (max-width: 1300px) {
  .greeting-wrapper__text {
    width: calc( 100% - 280px);
  }
}

@media screen and (max-width: 1200px) {
  .greeting-wrapper__text {
    width: calc( 100% - 340px);
  }
}

@media screen and (max-width: 1024px) {
  .greeting-wrapper__text {
    width: calc( 100% - 280px);
  }
}

@media screen and (max-width: 860px) {
  .greeting-wrapper__text {
    width: calc( 100% - 220px);
  }
}

@media screen and (max-width: 599px) {
  .greeting-wrapper__text {
    margin-bottom: 20px;
    width: 100%;
  }
}

.greeting-wrapper__photo {
  padding-top: 10px;
  width: 280px;
  text-align: center;
}

@media screen and (max-width: 1300px) {
  .greeting-wrapper__photo {
    width: 240px;
  }
}

@media screen and (max-width: 1200px) {
  .greeting-wrapper__photo {
    width: 280px;
  }
}

@media screen and (max-width: 1024px) {
  .greeting-wrapper__photo {
    width: 240px;
  }
}

@media screen and (max-width: 860px) {
  .greeting-wrapper__photo {
    width: 180px;
  }
}

@media screen and (max-width: 599px) {
  .greeting-wrapper__photo {
    margin: 0 auto;
    padding: 0;
    width: 200px;
  }
}

.greeting-wrapper__photo__position {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.01;
  color: #111;
  text-align: center;
}

@media screen and (max-width: 860px) {
  .greeting-wrapper__photo__position {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 12px;
  }
}

.greeting-wrapper__photo__name {
  padding-left: 0.2em;
  font-size: 26px;
  line-height: 1.01;
  color: #111;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}

@media screen and (max-width: 860px) {
  .greeting-wrapper__photo__name {
    font-size: 24px;
  }
}

.staff-copy {
  margin-bottom: 70px;
  font-size: 22px;
  line-height: 2.2;
  color: #48c;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 1024px) {
  .staff-copy {
    margin-bottom: 50px;
    letter-spacing: 0em;
    text-align: justify;
  }
}

@media screen and (max-width: 860px) {
  .staff-copy {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 1.9;
  }
  .staff-copy br {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .staff-copy {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

.staff-box {
  margin-bottom: 40px;
  padding: 60px;
  background-color: #eef7ff;
}

@media screen and (max-width: 860px) {
  .staff-box {
    margin-bottom: 20px;
    padding: 40px;
  }
}

@media screen and (max-width: 599px) {
  .staff-box {
    padding: 20px;
  }
}

.staff-box__photo {
  margin: 0 40px 20px 0;
  width: 180px;
  float: left;
}

@media screen and (max-width: 860px) {
  .staff-box__photo {
    margin: 0 30px 20px 0;
    width: 160px;
  }
}

@media screen and (max-width: 599px) {
  .staff-box__photo {
    margin: 0 auto 10px;
    width: 60%;
    float: none;
  }
}

.staff-box__name {
  padding-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 32px;
  font-size: 28px;
  line-height: 1.01;
  color: #111;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  position: relative;
}

@media screen and (max-width: 860px) {
  .staff-box__name {
    padding-top: 10px;
  }
}

@media screen and (max-width: 599px) {
  .staff-box__name {
    padding-top: 10px;
    padding-left: 0.2em;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
}

.staff-box__name::before {
  content: "";
  bottom: 0;
  left: 220px;
  width: 40px;
  height: 2px;
  background-image: linear-gradient(to right, #48c 0, #3cb 100%);
  border-radius: 1px;
  position: absolute;
}

@media screen and (max-width: 860px) {
  .staff-box__name::before {
    left: 190px;
    width: 30px;
  }
}

@media screen and (max-width: 599px) {
  .staff-box__name::before {
    left: calc( 50% - 12px);
    width: 24px;
  }
}

.staff-box__name__position {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.01;
  color: #111;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.06em;
  display: block;
}

@media screen and (max-width: 599px) {
  .staff-box__name__position {
    margin-bottom: 6px;
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
  }
}

.staff-box__name__rubi {
  margin-left: 10px;
  font-size: 14px;
  line-height: 1.01;
  color: #111;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: inline-block;
  vertical-align: 30%;
}

@media screen and (max-width: 599px) {
  .staff-box__name__rubi {
    margin-top: 10px;
    margin-left: 0;
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
    display: block;
  }
}

.staff-list {
  padding: 55px 60px;
  background-color: #eef7ff;
}

@media screen and (max-width: 860px) {
  .staff-list {
    padding: 40px;
  }
}

@media screen and (max-width: 599px) {
  .staff-list {
    padding: 20px 0;
  }
}

.staff-list__item {
  padding: 30px 0 28px;
  border-top: 1px dotted #bbb;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 860px) {
  .staff-list__item {
    padding: 25px 0 23px;
  }
}

@media screen and (max-width: 599px) {
  .staff-list__item {
    padding: 20px 20px 19px;
  }
}

.staff-list__item:first-child {
  padding-top: 0;
  border-top: none;
}

.staff-list__item:last-child {
  padding-bottom: 0;
}

.staff-list__item__title {
  width: 125px;
  font-size: 16px;
  line-height: 1.0;
  color: #48c;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  .staff-list__item__title {
    margin-bottom: 7px;
    width: 100%;
    font-size: 14px;
  }
}

.staff-list__item__text {
  width: calc( 100% - 125px);
  font-size: 16px;
  line-height: 1.5;
  color: #111;
  text-align: justify;
}

@media screen and (max-width: 599px) {
  .staff-list__item__text {
    width: 100%;
    font-size: 14px;
  }
}

.achievement-graph {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 40px 40px 45px;
  background-color: #eef7ff;
}

@media screen and (max-width: 860px) {
  .achievement-graph {
    margin-bottom: 30px;
    padding: 25px 20px 25px;
  }
}

@media screen and (max-width: 599px) {
  .achievement-graph {
    margin-bottom: 20px;
    padding: 0;
    background-color: transparent;
  }
}

.achievement-table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}

@media screen and (max-width: 599px) {
  .achievement-table {
    margin: 0 -20px;
    width: 100vw;
  }
}

.achievement-table thead th {
  padding: 15px 10px;
  font-size: 15px;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #48c;
  border: 1px solid #ddd;
}

@media screen and (max-width: 860px) {
  .achievement-table thead th {
    padding: 15px 5px;
    font-size: 14px;
  }
}

@media screen and (max-width: 599px) {
  .achievement-table thead th {
    padding: 7px 1px 5px;
    font-size: 2.588vw;
  }
}

.achievement-table th {
  padding: 15px 10px;
  width: 15%;
  font-size: 15px;
  line-height: 1.3em;
  color: #111;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-color: #eef7ff;
  border: 1px solid #ddd;
}

@media screen and (max-width: 860px) {
  .achievement-table th {
    padding: 15px 5px;
    font-size: 14px;
  }
}

@media screen and (max-width: 599px) {
  .achievement-table th {
    padding: 7px 1px 5px;
    width: 10%;
    font-size: 2.588vw;
  }
}

.achievement-table td {
  padding: 15px;
  width: 17%;
  font-size: 15px;
  line-height: 1.3em;
  color: #111;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ddd;
}

@media screen and (max-width: 860px) {
  .achievement-table td {
    padding: 15px 5px;
    font-size: 14px;
  }
}

@media screen and (max-width: 599px) {
  .achievement-table td {
    padding: 7px 1px 5px;
    width: 18%;
    font-size: 2.588vw;
  }
}

.achievement-table .table-strong {
  font-weight: bold;
  color: #48c;
}

.inspention-figure01 {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 860px) {
  .inspention-figure01 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 599px) {
  .inspention-figure01 {
    margin-top: 20px;
  }
}

.inspention-figure01__item {
  width: calc( ( 100% - 20px ) / 2);
}

@media screen and (max-width: 860px) {
  .inspention-figure01__item {
    width: calc( ( 100% - 10px ) / 2);
  }
}

@media screen and (max-width: 599px) {
  .inspention-figure01__item {
    width: 100%;
  }
  .inspention-figure01__item:first-child {
    margin-bottom: 5px;
  }
}

.inspention-flow__item {
  padding: 20px 0;
  border-top: 1px dotted #bbb;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.inspention-flow__item:first-child {
  padding-top: 0;
  border-top: none;
}

.inspention-flow__item--fcbt:first-child {
  padding-top: 20px;
  border-top: 1px dotted #bbb;
}

.inspention-flow__item:last-child {
  padding-bottom: 0;
}

.inspention-flow__item:nth-child(even) .inspention-flow__item__title {
  background-color: #77a7e7;
}

@media screen and (max-width: 599px) {
  .inspention-flow__item:nth-child(even) .inspention-flow__item__title {
    background-color: transparent;
  }
}

.inspention-flow__item:nth-child(even) .inspention-flow__item__inner__list__item__number {
  background-color: #77a7e7;
}

@media screen and (max-width: 599px) {
  .inspention-flow__item:nth-child(even) .inspention-flow__item__inner__text::after {
    background-color: #77a7e7;
  }
}

.inspention-flow__item__title {
  width: 180px;
  background-color: #88b7dd;
  border-radius: 0 10px 0 10px / 0 10px 0 10px;
  position: relative;
}

@media screen and (max-width: 860px) {
  .inspention-flow__item__title {
    width: 150px;
  }
}

@media screen and (max-width: 599px) {
  .inspention-flow__item__title {
    margin-bottom: 12px;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
  }
}

.inspention-flow__item__title__text {
  top: 50%;
  left: 0;
  padding-left: 0.1em;
  width: 100%;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  display: block;
}

@media screen and (max-width: 860px) {
  .inspention-flow__item__title__text {
    padding-left: 0.05em;
    font-size: 17px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 599px) {
  .inspention-flow__item__title__text {
    top: auto;
    left: auto;
    padding-left: 18px;
    font-size: 16px;
    color: #111;
    text-align: left;
    position: relative;
    transform: translateY(0);
  }
  .inspention-flow__item__title__text::before {
    content: "";
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    background-color: #48c;
    position: absolute;
  }
  .inspention-flow__item__title__text::after {
    content: "";
    top: 4px;
    left: 0;
    width: 14px;
    height: 7px;
    background-color: #88b7dd;
    position: absolute;
  }
}

.inspention-flow__item__inner {
  padding: 20px 0 20px 30px;
  width: calc( 100% - 180px);
}

@media screen and (max-width: 860px) {
  .inspention-flow__item__inner {
    padding: 15px 0 15px 20px;
    width: calc( 100% - 150px);
  }
}

@media screen and (max-width: 599px) {
  .inspention-flow__item__inner {
    padding: 0;
    width: 100%;
  }
}

.inspention-flow__item__inner__text {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
  color: #48c;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: justify;
}

@media screen and (max-width: 599px) {
  .inspention-flow__item__inner__text {
    margin-bottom: 12px;
    font-size: 14px;
  }
}

.inspention-flow__item__inner__list__item {
  margin-top: 15px;
  padding-left: 21px;
  font-size: 16px;
  line-height: 1.6;
  color: #111;
  text-align: justify;
  position: relative;
}

@media screen and (max-width: 599px) {
  .inspention-flow__item__inner__list__item {
    margin-top: 8px;
    padding-left: 20px;
    font-size: 14px;
  }
}

.inspention-flow__item__inner__list__item:first-child {
  margin-top: 0;
}

.inspention-flow__item__inner__list__item__number {
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  font-size: 10px;
  line-height: 15px;
  color: #fff;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #88b7dd;
  border-radius: 50%;
  position: absolute;
}

@media screen and (max-width: 599px) {
  .inspention-flow__item__inner__list__item__number {
    top: 4px;
  }
}

.inspention-flow__item__inner__list__item__ti-1 {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.inspention-img-right {
  margin: 5px 0 20px 40px;
  width: 300px;
  float: right;
}

@media screen and (max-width: 860px) {
  .inspention-img-right {
    margin-left: 25px;
    width: 260px;
  }
}

@media screen and (max-width: 599px) {
  .inspention-img-right {
    margin: 0 auto 15px;
    width: 70%;
    float: none;
    display: block;
  }
}

.inspention-photo-3column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.inspention-photo-3column__item {
  width: calc( ( 100% - 30px * 2 ) / 3);
}

@media screen and (max-width: 860px) {
  .inspention-photo-3column__item {
    width: calc( ( 100% - 15px * 2 ) / 3);
  }
}

@media screen and (max-width: 599px) {
  .inspention-photo-3column__item {
    width: calc( ( 100% - 2px * 2 ) / 3);
  }
}

.inspention-photo-3column__item__caption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .inspention-photo-3column__item__caption {
    margin-top: 5px;
    font-size: 2.66vw;
  }
}

@media screen and (max-width: 320px) {
  .inspention-photo-3column__item__caption {
    font-size: 10px;
  }
}

.inspention-photo-3column__item__caption br {
  display: none;
}

@media screen and (max-width: 860px) {
  .inspention-photo-3column__item__caption br {
    display: block;
  }
}

.inspention-box {
  padding: 45px 50px;
  background-color: #e7f7f7;
}

@media screen and (max-width: 860px) {
  .inspention-box {
    padding: 35px 40px;
  }
}

@media screen and (max-width: 599px) {
  .inspention-box {
    padding: 16px 20px 20px;
  }
}

.inspention-box__item {
  margin-top: 15px;
}

@media screen and (max-width: 599px) {
  .inspention-box__item {
    margin-top: 10px;
  }
}

.inspention-box__item:first-child {
  margin-top: 0;
}

.inspention-box__item__title {
  font-size: 16px;
  line-height: 2.0;
  color: #3cb;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  .inspention-box__item__title {
    font-size: 14px;
  }
}

.inspention-etc {
  display: flex;
  justify-content: space-between;
}

.inspention-etc__01 {
  width: 41.777%;
}

.inspention-etc__02 {
  width: 31.777%;
}

.inspention-etc__03 {
  width: 19.444%;
}

.inspention-etc__caption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3;
  color: #111;
  text-align: center;
  display: block;
}

@media screen and (max-width: 599px) {
  .inspention-etc__caption {
    margin-top: 5px;
    font-size: 2.66vw;
  }
}

@media screen and (max-width: 320px) {
  .inspention-etc__caption {
    font-size: 10px;
  }
}

.treatment-box {
  margin-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .treatment-box {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 860px) {
  .treatment-box {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 599px) {
  .treatment-box {
    margin-bottom: 40px;
  }
}

.treatment-title {
  margin-bottom: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.treatment-title::before {
  content: "";
  right: 0;
  bottom: -1px;
  width: 80px;
  height: 1px;
  background-color: #3cb;
  position: absolute;
}

@media screen and (max-width: 860px) {
  .treatment-title {
    margin-bottom: 22px;
    padding-bottom: 17px;
  }
}

@media screen and (max-width: 599px) {
  .treatment-title {
    margin-bottom: 17px;
    padding-bottom: 15px;
  }
  .treatment-title::before {
    right: 0;
    width: 20px;
  }
}

.treatment-title__en {
  margin-right: 15px;
  font-size: 36px;
  line-height: 1.01;
  color: #48c;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-image: linear-gradient(to right, #48c 0, #3cb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

@media screen and (max-width: 860px) {
  .treatment-title__en {
    margin-right: 10px;
    font-size: 30px;
  }
}

@media screen and (max-width: 599px) {
  .treatment-title__en {
    margin-right: 0;
    font-size: 28px;
  }
}

.treatment-title__en--jp {
  font-size: 33px;
}

@media screen and (max-width: 860px) {
  .treatment-title__en--jp {
    font-size: 28px;
  }
}

@media screen and (max-width: 599px) {
  .treatment-title__en--jp {
    font-size: 24px;
  }
}

.treatment-title__jp {
  font-size: 18px;
  line-height: 1.01;
  color: #111;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  vertical-align: 30%;
  display: inline-block;
}

@media screen and (max-width: 860px) {
  .treatment-title__jp {
    font-size: 16px;
  }
}

@media screen and (max-width: 599px) {
  .treatment-title__jp {
    margin-top: 3px;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
    display: block;
  }
}

.treatment-emr {
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}

@media screen and (max-width: 860px) {
  .treatment-emr {
    margin-top: 30px;
  }
}

@media screen and (max-width: 599px) {
  .treatment-emr {
    margin-top: 15px;
  }
}

.treatment-emr__item {
  padding-right: 30px;
  width: calc( ( 100% - 10px ) / 2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #eef7ff;
}

@media screen and (max-width: 860px) {
  .treatment-emr__item {
    width: 100%;
  }
  .treatment-emr__item:first-child {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 599px) {
  .treatment-emr__item {
    padding-right: 20px;
  }
  .treatment-emr__item:first-child {
    margin-bottom: 10px;
  }
}

.treatment-emr__item__photo {
  margin-right: 30px;
  width: 180px;
}

@media screen and (max-width: 860px) {
  .treatment-emr__item__photo {
    width: 160px;
  }
}

@media screen and (max-width: 599px) {
  .treatment-emr__item__photo {
    margin-right: 20px;
    width: 120px;
    height: 140px;
    overflow: hidden;
  }
  .treatment-emr__item__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 320px) {
  .treatment-emr__item__photo {
    width: 100px;
  }
}

.treatment-emr__item__inner {
  width: calc( 100% - 210px);
}

@media screen and (max-width: 860px) {
  .treatment-emr__item__inner {
    width: calc( 100% - 190px);
  }
}

@media screen and (max-width: 599px) {
  .treatment-emr__item__inner {
    width: calc( 100% - 140px);
  }
}

@media screen and (max-width: 320px) {
  .treatment-emr__item__inner {
    width: calc( 100% - 115px);
  }
}

.treatment-emr__item__inner__title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.01;
  color: #48c;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
}

@media screen and (max-width: 599px) {
  .treatment-emr__item__inner__title {
    margin-bottom: 6px;
    font-size: 14px;
  }
}

.treatment-emr__item__inner__text {
  font-size: 14px;
  line-height: 1.7;
  color: #111;
  text-align: justify;
}

@media screen and (max-width: 599px) {
  .treatment-emr__item__inner__text {
    font-size: 13px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 320px) {
  .treatment-emr__item__inner__text {
    font-size: 12px;
    line-height: 1.5;
  }
}

.treatment-photos {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 599px) {
  .treatment-photos {
    margin-top: -15px;
  }
}

.treatment-photos__item {
  width: calc( ( 100% - 30px * 3 ) / 4);
}

@media screen and (max-width: 860px) {
  .treatment-photos__item {
    width: calc( ( 100% - 15px * 3 ) / 4);
  }
}

@media screen and (max-width: 599px) {
  .treatment-photos__item {
    margin-top: 15px;
    width: calc( ( 100% - 10px ) / 2);
  }
}

.treatment-photos__item__caption {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.6;
  color: #111;
  text-align: justify;
}

@media screen and (max-width: 860px) {
  .treatment-photos__item__caption {
    margin-top: 7px;
    font-size: 12px;
  }
}

@media screen and (max-width: 320px) {
  .treatment-photos__item__caption {
    font-size: 11px;
  }
}

.treatment-photos__item__caption--center {
  text-align: center;
}

.treatment-eus__item {
  padding: 30px;
  background-color: #eef7ff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 599px) {
  .treatment-eus__item {
    padding: 20px;
  }
}

.treatment-eus__item__photo {
  width: 200px;
}

@media screen and (max-width: 599px) {
  .treatment-eus__item__photo {
    width: 100%;
    height: 40vw;
    text-align: center;
    background-color: #fff;
  }
  .treatment-eus__item__photo img {
    width: auto;
    height: 40vw;
  }
}

.treatment-eus__item__inner {
  padding: 0 20px 0 40px;
  width: calc( 100% - 200px);
}

@media screen and (max-width: 599px) {
  .treatment-eus__item__inner {
    padding: 20px 0 0 0;
    width: 100%;
  }
}

.treatment-eus__item:first-child {
  margin-bottom: 20px;
  flex-direction: row-reverse;
}

.treatment-eus__item:first-child .treatment-eus__item__photo {
  width: 300px;
}

@media screen and (max-width: 599px) {
  .treatment-eus__item:first-child .treatment-eus__item__photo {
    width: 100%;
    height: 40vw;
    text-align: left;
  }
  .treatment-eus__item:first-child .treatment-eus__item__photo img {
    width: auto;
    height: 40vw;
  }
}

.treatment-eus__item:first-child .treatment-eus__item__inner {
  padding: 0 40px 0 20px;
  width: calc( 100% - 300px);
}

@media screen and (max-width: 599px) {
  .treatment-eus__item:first-child .treatment-eus__item__inner {
    padding: 20px 0 0 0;
    width: 100%;
  }
}

.treatment-kikan01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.treatment-kikan01 .text-standard {
  width: calc( 100% - 340px);
}

@media screen and (max-width: 599px) {
  .treatment-kikan01 .text-standard {
    width: 100%;
  }
}

.treatment-kikan01__photo {
  width: 300px;
}

@media screen and (max-width: 599px) {
  .treatment-kikan01__photo {
    width: 100%;
  }
  .treatment-kikan01__photo img {
    width: 85%;
  }
}

.treatment-kikan02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.treatment-kikan02 .text-standard {
  width: calc( 100% - 240px);
}

@media screen and (max-width: 599px) {
  .treatment-kikan02 .text-standard {
    width: 100%;
  }
}

.treatment-kikan02__photo {
  width: 200px;
}

@media screen and (max-width: 599px) {
  .treatment-kikan02__photo {
    width: 100%;
    text-align: center;
  }
  .treatment-kikan02__photo img {
    width: 60%;
  }
}

.treatment-poem {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.treatment-poem__item {
  width: 55%;
}

.treatment-poem__item:first-child {
  width: 35.5%;
}

@media screen and (max-width: 599px) {
  .treatment-poem__item {
    width: 100%;
  }
  .treatment-poem__item:first-child {
    margin-bottom: 20px;
    width: 100%;
  }
}

.treatment-poem__item__title {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.01;
  color: #111;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .treatment-poem__item__title {
    font-size: 14px;
  }
}

.treatment-poem__item__caption {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
  color: #111;
  text-align: justify;
}

@media screen and (max-width: 860px) {
  .treatment-poem__item__caption {
    font-size: 12px;
  }
}

@media screen and (max-width: 320px) {
  .treatment-poem__item__caption {
    font-size: 11px;
  }
}

.research-list__item {
  margin-top: 20px;
}

@media screen and (max-width: 599px) {
  .research-list__item {
    margin: 10px 0 0;
  }
}

.research-list__item:first-child {
  margin-top: 0;
}

.research-list__item__link {
  padding: 24px 50px 25px 60px;
  font-size: 16px;
  line-height: 1.3;
  color: #111;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  background-color: #eef7ff;
  background-image: url(../img/common/icon_pdf.svg);
  background-repeat: no-repeat;
  background-position: 25px 50%;
  background-size: 20px auto;
  border-radius: 0 35px 35px 0;
  display: block;
  position: relative;
}

.research-list__item__link::before {
  content: "";
  top: calc( 50% - 7px);
  right: 28px;
  width: 14px;
  height: 14px;
  background-color: #3cb;
  border-radius: 50%;
  position: absolute;
  transition: 0.5s;
}

.research-list__item__link::after {
  content: "";
  top: calc( 50% - 2px);
  right: 34px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  transition: 0.5s;
}

@media screen and (max-width: 599px) {
  .research-list__item__link {
    padding: 16px 30px 17px 36px;
    font-size: 14px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
    font-weight: 500;
    background-position: 13px 50%;
    background-size: 14px auto;
    border-radius: 5px;
    display: block;
    position: relative;
  }
  .research-list__item__link::before {
    right: 11px;
  }
  .research-list__item__link::after {
    right: 17px;
  }
}

@media screen and (min-width: 1025px) {
  .research-list__item__link:hover {
    color: #fff;
    background-color: #48c;
    background-image: url(../img/common/icon_pdf_white.svg);
    box-shadow: none;
  }
  .research-list__item__link:hover::before {
    background-color: #fff;
  }
  .research-list__item__link:hover::after {
    border-top: 1px solid #48c;
    border-right: 1px solid #48c;
  }
}

/*# sourceMappingURL=style.css.map */
