@charset "UTF-8";
/*==========================
	投稿（ブログ、新着情報）
==========================*/
.entry-block {
  /* 一投稿を囲むブロック */
  padding-bottom: 1.5em;
  margin-bottom: 2em;
  border-bottom: 1px dotted #ccc;
}

.entry-block .dateBlock {
  /* 日時 */
  font-size: 13px;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

#aside .menu-blog {
  /* ブログページのカテゴリーリスト */
  padding: 10px 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 1em;
  background: #f6f6f6;
}

#aside .menu-blog h3 {
  border-bottom: 1px dotted #ccc;
  color: #1a1a1a;
  font-size: 18px;
  padding: 0.6em 0 0.7em;
  text-align: center;
  margin-bottom: 0.8em;
  letter-spacing: 0.12em;
}

#aside .menu-blog li {
  font-size: 11px;
}

#aside .menu-blog li a {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  color: #555;
  text-decoration: none;
}

#aside .menu-blog li a:hover {
  color: #473619;
  text-decoration: none;
}

#aside .menu-blog li a::after {
  position: absolute;
  content: "";
  top: 0.5em;
  left: 0.3em;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #473619;
}

.pager {
  /* ページネーション */
  font-size: 88%;
  /*14px*/
  margin-bottom: 3em;
}

.pager span.current,
.pager a {
  display: inline-block;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #fff;
  text-decoration: none;
  color: #51504e;
  text-align: center;
}

.pager span.current {
  /* 今のページ */
  color: #fff;
}

/*=========
	画像
===========*/
img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
  max-height: 100%;
}

.mainblock img {
  max-width: 100%;
}

.aligncenter {
  /* 真ん中寄せ */
  display: block;
  margin: 0 auto;
}

.img_size img,
img.img_size {
  /* 小さい画像に対応 */
  width: auto !important;
}

/*============
	下層見出し
==============*/
.entry-block h3,
.post-type-page h3,
.under h3,
.entry-block h4,
.post-type-page h4,
.under h4,
.entry-block h5,
.post-type-page h5,
.under h5,
.entry-block h6,
.post-type-page h6,
.under h6 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  line-height: 1.4;
  font-weight: 700;
}

.entry-block h3,
.post-type-page h3,
.under h3 {
  text-align: center;
  font-size: clamp(24px, 2.24vw, 30px);
  padding-bottom: clamp(10px, 1.6vw, 20px);
  letter-spacing: 0.06em;
  position: relative;
  margin: 0 auto clamp(20px, 4vw, 40px);
}
.entry-block h3:before, .entry-block h3:after,
.post-type-page h3:before,
.post-type-page h3:after,
.under h3:before,
.under h3:after {
  content: "";
  width: 49px;
  height: 1px;
  background: #14325e;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.entry-block h3:before,
.post-type-page h3:before,
.under h3:before {
  bottom: 0;
}
.entry-block h3:after,
.post-type-page h3:after,
.under h3:after {
  bottom: 5px;
}

.mce-content-body h4,
.under h4 {
  font-size: clamp(22px, 1.92vw, 24px);
  border-bottom: solid 1px #14325e;
  padding: 10px 0 10px 20px;
  margin: 0 auto clamp(15px, 2vw, 25px);
  position: relative;
}
.mce-content-body h4:before,
.under h4:before {
  content: "";
  width: 5px;
  height: 65%;
  background: url(img/ic_h4.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.mce-content-body h5,
.under h5 {
  font-size: clamp(20px, 1.76vw, 22px);
  border: solid 1px #000000;
  display: inline-block;
  padding: 10px 18px 5px;
  margin: 0 auto clamp(15px, 1.6vw, 20px);
  background: #fff;
}

.post-type-page h6,
.under h6 {
  font-size: clamp(18px, 1.6vw, 20px);
  padding-left: 19px;
  position: relative;
}
.post-type-page h6:before,
.under h6:before {
  content: "";
  width: 8px;
  height: 2px;
  background-color: #14325e;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.number {
  display: inline-block;
  vertical-align: baseline;
  padding: 0;
  margin-right: 0.4em;
  margin-bottom: 0.2em;
  line-height: 1.4;
}

.number:after {
  content: ".";
}

h3.number_title .number {
  font-size: 175%;
  font-style: italic;
  color: #473619;
  background: none;
  padding: 0;
  margin: 0 0.3em 0 0;
  position: relative;
}

h3.number_title .number::after {
  content: ".";
}

h4.number_title .number {
  font-style: italic;
  background: none;
  padding: 0;
  margin: 0 0.3em 0 0;
  position: relative;
}

h4.number_title .number::after {
  content: ".";
}

p + .entry-block h3,
.post-type-page h3,
.under h3 {
  margin-top: clamp(40px, 6.4vw, 80px);
}

p + .post-type-page h4,
.under h4 {
  margin-top: clamp(20px, 4vw, 40px);
}

p + .post-type-page h5,
.under h5 {
  margin-top: clamp(15px, 1.6vw, 20px);
}

/*=========
	リスト
===========*/
.ul01:not(:last-child) {
  margin-bottom: 1em;
}
.ul01 li {
  padding-left: 35px;
  position: relative;
}
.ul01 li:before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #14325e;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 13px;
}

.ul02:not(:last-child) {
  margin-bottom: 1em;
}
.ul02 li {
  padding-left: 35px;
  position: relative;
}
.ul02 li:before {
  content: "";
  width: 9px;
  height: 9px;
  border: solid 2px #14325e;
  border-radius: 50%;
  position: absolute;
  top: 0.45em;
  left: 13px;
}

.ul_check {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 30px 20px;
  background: rgba(20, 50, 94, 0.1);
  margin-bottom: 1.2em;
  overflow: hidden;
}

.ul_check li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.8em;
}

.ul_check li::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  background: #14325e;
  top: 4px;
  left: 5px;
}

ul.ul_check li:after {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 8px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10;
}

.ul_arrow li a {
  background: #fff;
  color: #5484b2;
  border: solid 1px #5484b2;
  text-decoration: none;
  display: block;
  padding: 10px clamp(20px, 2.56vw, 32px) 9px;
  font-size: clamp(16px, 2.08vw, 17px);
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}
.ul_arrow li a:after {
  content: "";
  width: 8px;
  height: 9px;
  background-color: #5484b2;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ul_arrow li a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #5484b2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  margin: auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: -1;
}
.ul_arrow li a:hover {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ul_arrow li a:hover:after {
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ul_arrow li a:hover:before {
  right: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

ol.ol01 {
  /*-- OL ------------*/
  margin-bottom: 1.2em;
}

ol.ol01 li {
  position: relative;
  margin-bottom: 0.4em;
}

ol.ollist {
  margin-bottom: 1.2em;
}

ol.ollist li {
  margin-bottom: 0.5em;
  list-style: none inside;
  counter-increment: ollist;
}

ol.ollist li:before {
  display: list-item;
  float: left;
  margin-right: 5px;
  content: "(" counter(ollist) ") ";
}

ol.ol_decimal {
  /* 数字のOLリスト */
  margin-bottom: 1.2em;
}

ol.ol_decimal {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
}

ol.ol_decimal > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2.5em;
}

ol.ol_decimal > li:before {
  content: counter(li) "";
  counter-increment: li;
  position: absolute;
  left: 10px;
  color: #fff;
  width: 1.7em;
  height: 1.7em;
  background: #14325e;
  border-radius: 50px;
  line-height: 1.8;
  text-align: center;
  font-size: 90%;
}

.float-list {
  /* 横並びリスト-*/
  overflow: hidden;
}

.float-list li {
  margin-bottom: 0.5em;
}

/*============
	テーブル
=============*/
.time-table {
  width: 100%;
  table-layout: fixed;
}
.time-table:not(:last-child) {
  margin-bottom: 1em;
}
.time-table th,
.time-table td {
  padding: 16px 5px;
  font-size: clamp(14px, 1.44vw, 18px);
  text-align: center;
}
.time-table thead th:first-child {
  width: 35%;
}
.time-table thead th:last-child {
  width: 15%;
}
.time-table thead th,
.time-table thead td {
  background: #7e94b0;
  color: #fff;
}
.time-table tbody tr:not(:last-child) th,
.time-table tbody tr:not(:last-child) td {
  border-bottom: solid 1px #d8d8d8;
}
.time-table tbody th,
.time-table tbody td {
  background: #fff;
}
@media (min-width: 768px) {
  .time-table thead th:first-child {
    width: 30%;
  }
}

.mark {
  color: #07306e;
}

.table01 {
  width: 100%;
}
.table01:not(:last-child) {
  margin-bottom: clamp(15px, 4vw, 50px);
}
.table01 th,
.table01 td {
  padding: clamp(5px, 1.2vw, 15px) 10px clamp(5px, 1.2vw, 15px) clamp(10px, 2.72vw, 34px);
}
.table01 tr:last-child th {
  border-bottom: solid 1px #14325e;
}
.table01 tr:last-child td {
  border-bottom: solid 1px #cfcfcf;
}
.table01 th {
  border-top: solid 1px #14325e;
  text-align: left;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  color: #14325e;
}
.table01 th:first-child {
  width: 35%;
}
.table01 td {
  border-top: solid 1px #cfcfcf;
}
@media (min-width: 768px) {
  .table01 th:first-child {
    width: 30%;
  }
}

.border-table {
  width: 100%;
}
.border-table:not(:last-child) {
  margin-bottom: 1em;
}
.border-table th,
.border-table td {
  font-size: clamp(14px, 1.44vw, 18px);
  padding: clamp(5px, 1.2vw, 15px) 5px;
}
.border-table thead th,
.border-table thead td {
  background: #7e94b0;
  color: #fff;
  border: solid 1px #dddddd;
}
.border-table tbody th,
.border-table tbody td {
  padding: clamp(5px, 1.2vw, 15px) 10px clamp(5px, 1.2vw, 15px) clamp(10px, 2.72vw, 34px);
  border: solid 1px #dddddd;
}
.border-table tbody th {
  text-align: left;
  background: #ebeff5;
}
.border-table tbody td {
  background: #fff;
}

/*-- 料金表のテーブル(TDが右寄せ) ------------*/
.fee-table {
  width: 100%;
  margin-bottom: 0.5em;
}

.fee-table th,
.fee-table td {
  text-align: left;
  font-weight: normal;
  padding: 10px 8px;
  border: 1px solid #ccc;
}

.fee-table thead th {
  background: #987c62;
  color: #fff;
  text-align: center;
}

.fee-table tbody th {
  background: #ebf0f6;
}

.fee-table tbody td {
  text-align: right;
}

/*==========================
	DL
==========================*/
dl.dl01 {
  margin-bottom: 0.5em;
}

dl.dl01 dt {
  margin-bottom: 0.5em;
  padding: 0.4em 0.6em;
  position: relative;
  display: inline-block;
  line-height: 1.4em;
  color: #fff;
  background: #352e24;
}

dl.dl01 dd {
  margin-bottom: 1.2em;
}

/*-- 数字つきdl ------------*/
dl.dl_number dt {
  font-size: 117%;
  font-weight: normal;
  position: relative;
}

dl.dl_number dd {
  padding-left: 2em;
  margin-bottom: 1.2em;
}

.dl_number .number {
  display: inline-block;
  vertical-align: baseline;
  font-size: 15px;
  padding: 0.2em 0.6em 0.1em;
  margin-right: 0.5em;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 0.2em;
  line-height: 1.4;
}

/*==========================
	ボックス
==========================*/
/*-- 基本のブロック ------------*/
.block {
  margin-bottom: 2em;
}

/*-- クリアフィックスブロック ------------*/
.block-inner {
  margin-bottom: 2em;
}

.block > .block-inner:last-child {
  margin-bottom: 0;
}

/*-- ボーダー付きブロック ------------*/
.border-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: clamp(20px, 4vw, 50px);
  border: 1px solid #14325e;
}
.border-block h4,
.border-block h5,
.border-block h6 {
  margin-top: 0;
}
.border-block:not(:last-child) {
  margin-bottom: 1.2em;
}

/*-- 背景色付き ------------*/
.bg-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: clamp(20px, 4vw, 50px);
  background: #ebeef0;
  overflow: hidden;
}
.bg-block h4,
.bg-block h5,
.bg-block h6 {
  margin-top: 0;
}
.bg-block:not(:last-child) {
  margin-bottom: 1.2em;
}

* + .bg-block,
* + .border-block {
  margin-top: clamp(30px, 4vw, 50px);
}

.border-block,
.bg-block + .border-block,
.bg-block {
  margin-top: 0;
}

h5 + .bg-block,
h5 + .border-block {
  margin-top: 0;
}

.border-block h5:first-child,
.bg-block h5:first-child {
  margin-top: 0 !important;
}

.border-block ul:last-child {
  margin-bottom: 0 !important;
}

/*-- before after ------------*/
.ba-block {
  background: url(img/arrow_r.svg) no-repeat center 50%;
  background-size: 3%;
  margin-bottom: 10px;
  font-size: 92%;
}

.ba-block .before {
  float: left;
  width: 47%;
  position: relative;
}

.ba-block .after {
  float: right;
  width: 47%;
}

.ba-block img {
  display: block;
  margin: 0 auto 10px;
}

.batitle {
  text-align: center;
  font-size: 15px;
  margin-bottom: 0.5em !important;
}

/*-- 流れ ------------*/
.flow-block {
  padding: clamp(15px, 4.8vw, 60px);
  border: solid 1px #14325e;
}
.flow-block:not(:last-child) {
  margin-bottom: 70px;
  position: relative;
}
.flow-block:not(:last-child):after {
  content: "";
  width: 87px;
  height: 34px;
  background-color: #14325e;
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.flow-block h4,
.flow-block h5,
.flow-block h6 {
  margin-top: 0;
}

/*-- Q&A ------------*/
.qa-block {
  padding-top: 1.8em;
  border-top: 1px dotted #ccc;
  border-bottom: solid 1px #b0b0b0;
}
.qa-block:not(:last-child) {
  margin-bottom: 1.8em;
}
.qa-block h4,
.qa-block .answer {
  padding: 10px 10px 10px 55px;
  position: relative;
}
.qa-block h4:after,
.qa-block .answer:after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 0.2em;
  left: 0;
}
.qa-block h4:before,
.qa-block .answer:before {
  font-size: 26px;
  color: #fff;
  z-index: 1;
  position: absolute;
  left: 9px;
  bottom: auto;
  top: 7px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.qa-block .title {
  position: relative;
  padding-right: 40px;
  display: block;
  cursor: pointer;
}
.qa-block .title:before, .qa-block .title:after {
  content: "";
  width: 15px;
  height: 3px;
  background: #14325e;
  position: absolute;
  top: 0.5em;
  right: 10px;
  margin: auto;
}
.qa-block .title:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qa-block .open .title:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qa-block h4 {
  border: 0;
}
.qa-block h4:after {
  background: #14325e;
}
.qa-block h4:before {
  content: "Q";
  font-size: 26px;
  background: none;
  width: auto;
  height: auto;
}
.qa-block .answer {
  padding-bottom: 40px;
  display: none;
}
.qa-block .answer:after {
  background: #7e94b0;
}
.qa-block .answer:before {
  content: "A";
  top: 9px;
  left: 11px;
}

/*==========================
	お問い合わせページ (Contact Form 7)
==========================*/
.wpcf7 dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dashed #ccc;
}

.wpcf7 dl dt,
.wpcf7 dl dd {
  padding: 10px 5px;
}

.wpcf7 dl dt {
  clear: both;
  float: left;
}

.wpcf7 dl dd {
  padding-left: 14em;
  border-bottom: 1px dashed #ccc;
}

.wpcf7 .mf {
  font-size: 80%;
  color: #EA0000;
  padding-left: 3px;
}

.wpcf7 .ex,
.wpcf7 .subtxt {
  font-size: 75%;
  color: #999;
  line-height: 1.4em;
  display: inline-block;
}

.wpcf7 dl dt .requisite,
.wpcf7 dl .attention {
  font-size: 78%;
  color: #f45000;
}

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}

.wpcf7 dl dd input {
  max-width: 90%;
  width: 500px;
  font-size: inherit;
}

.wpcf7 dl dd.radio01 input {
  max-width: 48%;
  width: auto;
}

.wpcf7 dl dd .radio input,
.wpcf7 dl dd .heckbox input {
  width: auto;
}

.wpcf7 dl dd .radio01 span.wpcf7-list-item,
.wpcf7 dl dd .sexes span.wpcf7-list-item,
.wpcf7 dl dd .correspondence span.wpcf7-list-item,
.wpcf7 dl dd .course span.wpcf7-list-item,
.wpcf7 dl dd .health-insurance span.wpcf7-list-item {
  display: block;
}

.mainblock .wpcf7 dl dd p {
  margin-bottom: 0;
}

.wpcf7 dl dd textarea {
  max-width: 90%;
  width: 500px;
  font-size: inherit;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wpcf7 dl dd.radio input,
.wpcf7 dl dd.checkbox input {
  width: inherit;
  height: inherit;
  vertical-align: text-top;
  padding: 0.6em 0 0;
  line-height: 1.6em;
}

.wpcf7 dl dd.age input {
  width: 80px;
  margin-right: 5px;
}

.wpcf7 dl dd .wpcf7-list-item {
  margin-right: 10px;
}

.wpcf7 .btn-style {
  text-align: center !important;
}

.wpcf7 .btn-style input {
  width: 120px;
  font-size: 16px;
  padding: 0.4em;
  margin-bottom: 1em;
}

.btn-style input:hover {
  cursor: pointer;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}

.btn-style {
  text-align: center;
  padding: 10px 0;
}
.btn-style:not(:last-child) {
  margin-bottom: 1em;
}
.btn-style a {
  text-decoration: none;
  padding: clamp(10px, 1.12vw, 14px) clamp(25px, 4.56vw, 57px);
  margin: 0 clamp(41px, 4.8vw, 60px) 0 0;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 700;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  border-bottom: solid 1px #2d2d2d;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 320px;
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.btn-style a:after {
  content: "";
  width: clamp(30px, 3.84vw, 48px);
  height: clamp(30px, 3.84vw, 48px);
  background: url(img/link_arrow.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 10px);
  margin: auto;
}
.btn-style a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (max-width: 767px) {
  /*
  /*==========================
  	お問い合わせ
  ==========================*/
  .wpcf7 dl dt {
    float: none;
    margin-bottom: 0em;
    padding-bottom: 2px;
  }
  .wpcf7 dl dd {
    padding-left: 5px;
    padding-top: 5px;
  }
  .wpcf7 dl dd input,
  .wpcf7 dl dd textarea {
    padding: 5px 2px;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .block-inner {
    margin-bottom: 1em;
  }
}
/*==========================
	サイトマップ
==========================*/
#menu-sitemap {
  padding: 0;
}

#menu-sitemap li {
  padding: 0.8em 0.2em 0.7em 1.1em;
  position: relative;
  border-bottom: 2px dotted #eee;
  vertical-align: top;
}

#menu-sitemap li::after {
  display: block;
  content: "";
  position: absolute;
  width: 0.3em;
  height: 0.3em;
  top: 1.4em;
  left: 0.1em;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-sitemap li ul li {
  border-bottom: none;
  padding-bottom: 0;
}

#menu-sitemap li a {
  text-decoration: none;
  color: #555;
}

#menu-sitemap li a:hover {
  color: #999;
}

/*==========================
	画像のギャラリー
==========================*/
.gallery li {
  /*margin-bottom: 20px;*/
}

.gallery li img {
  margin-bottom: 5px;
}

/*==========================
	googlemap
==========================*/
.googlemap {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}
.googlemap:not(:last-child) {
  margin-bottom: clamp(15px, 2.8vw, 35px);
}

.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*==========================
	Youtube
==========================*/
.youtube-wrap {
  width: 600px;
  max-width: 100%;
  margin: 0 auto 20px;
}

.youtube {
  position: relative;
  padding-bottom: 35%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto 20px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*==========================
	汎用
==========================*/
.t_red {
  color: #F00;
}

.t_blu {
  color: #00F;
}

.font-big {
  font-size: 120%;
}

.font-small {
  font-size: 82%;
}

.color01 {
  color: red;
}

.color02 {
  color: blue;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

/********************************
	Responsive
*********************************/
.float-list {
  margin-bottom: clamp(40px, 6.4vw, 80px);
}

@media screen and (min-width: 768px) {
  /* タブレットまで */
  /*==========================
    画像
  ==========================*/
  /* img float */
  #tinymce img.alignright,
  #tinymce img.alignleft,
  .mainblock img.alignright,
  .mainblock img.alignleft {
    max-width: 34%;
  }
  .mainblock .alignright {
    float: right;
    margin: 0 0 10px 2%;
  }
  .mainblock .alignleft {
    float: left;
    margin: 0 2% 10px 0;
  }
  /*==========================
    リスト
  ==========================*/
  .float-list {
    overflow: hidden;
  }
  .float-list li {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 1.2em 0.5em 0;
  }
  .float-list2 li {
    display: inline-block;
    width: 50%;
    margin: 0 0 0.5em 0;
    padding-right: 0.8em;
  }
  .float-list3 li {
    display: inline-block;
    width: 33.3%;
    margin: 0 0 0.5em;
    padding-right: 0.8em;
  }
  .float-list3 li:nth-child(3n) {
    padding-right: 0;
  }
  .float-list3 li.no-float {
    float: none;
    margin: 0 0 0.5em;
    width: auto;
  }
  /*==========================
    ブロック
  ==========================*/
  /*-- 横ならびbox -----------*/
  .box2 {
    /* 横並び　X2 */
    display: inline-block;
    margin: 0 0.5% 0 0;
    width: 49%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }
  .box3 {
    /* 横並び　X3 */
    display: inline-block;
    margin: 0 0.9% 0 0;
    width: 32%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }
  .box4 {
    /* 横並び　X4 */
    float: left;
    margin: 0 1%;
    width: 23%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }
  .box5 {
    /* 横並び　X5 */
    float: left;
    margin: 0 1%;
    width: 18%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }
  /*==========================
    汎用
  ==========================*/
  br.pc {
    display: inline;
  }
  br.sp2 {
    display: none;
  }
  .con_l {
    float: left;
  }
  .con_c {
    float: left;
  }
  .con_r {
    float: right;
  }
  .w25 {
    width: 25%;
  }
  .w35 {
    width: 35%;
  }
  .w40 {
    width: 40%;
  }
  .w48 {
    width: 48%;
  }
  .w56 {
    width: 56%;
  }
  .w60 {
    width: 60%;
  }
  .w62 {
    width: 62%;
  }
  .mw500p {
    max-width: 500px !important;
  }
}
#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07,
#a08,
#a09,
#a10,
#a11,
#a12,
#a13,
#a14,
#a15,
#a16,
#a17,
#a18,
#a19,
#a20, #access {
  margin-top: -60px;
  padding-top: 60px;
}
#a01:not(:last-child),
#a02:not(:last-child),
#a03:not(:last-child),
#a04:not(:last-child),
#a05:not(:last-child),
#a06:not(:last-child),
#a07:not(:last-child),
#a08:not(:last-child),
#a09:not(:last-child),
#a10:not(:last-child),
#a11:not(:last-child),
#a12:not(:last-child),
#a13:not(:last-child),
#a14:not(:last-child),
#a15:not(:last-child),
#a16:not(:last-child),
#a17:not(:last-child),
#a18:not(:last-child),
#a19:not(:last-child),
#a20:not(:last-child), #access:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}

@media screen and (max-width: 1041px) {
  /*コンテンツが横幅いっぱいになったら*/
  .time-table th,
  .time-table td {
    font-size: 14px;
    padding: 10px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  /*sitemap*/
  #menu-sitemap li::after {
    top: 1.55em;
  }
}
@media screen and (max-width: 767px) {
  /* スマホ */
  /*==========================
    投稿（ブログ、新着情報）
  ==========================*/
  #aside .menu-blog {
    margin-bottom: 2em;
  }
  /*==========================
    画像
  ==========================*/
  .alignright,
  .alignleft {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
  /*==========================
    見出し
  ==========================*/
  h3.number_title .number {
    font-size: 140%;
    margin-right: 0;
  }
  .catch_title {
    line-height: 1.4em;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  /*==========================
    ブロック
  ==========================*/
  /* 横ならびbox */
  .box2,
  .box3,
  .box4 {
    margin-bottom: 20px;
  }
  /*-- before after ------------*/
  .ba-block {
    background: none;
    margin-bottom: 10px;
    font-size: 92%;
  }
  .ba-block .before,
  .ba-block .after {
    float: none;
    width: 100%;
  }
  .ba-block .before {
    padding-bottom: 40px;
    background: url(img/arrow_b.svg) no-repeat center bottom;
    background-size: 50px auto;
    margin-bottom: 20px;
  }
  /*==========================
    お問い合わせ
  ==========================*/
  .wpcf7 dl dt {
    float: none;
    margin-bottom: 0;
    padding-bottom: 2px;
  }
  .wpcf7 dl dd {
    padding-left: 5px;
    padding-top: 5px;
  }
  .wpcf7 dl dd input,
  .wpcf7 dl dd textarea {
    padding: 5px 2px;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /*==========================
    サイトマップ
  ==========================*/
  #menu-sitemap li::after {
    top: 1.5em;
  }
  /*==========================
    googlemap
  ==========================*/
  .googlemap {
    padding-bottom: 60%;
    /*縦横比*/
  }
  /*==========================
    汎用
  ==========================*/
  .con_l {
    margin-bottom: 1em;
  }
  .youtube {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 480px) {
  /* 時間表 --------------------*/
  .time-table th,
  .time-table td {
    font-size: 85%;
    padding: 5px 0;
  }
  /* googlemap --------------------*/
  .googlemap {
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 767px) {
  .border-table th,
  .border-table td {
    font-size: 80%;
    padding: 5px 3px;
    line-height: 1.5;
  }
  .table01 th,
  .table01 td {
    font-size: 80%;
  }
}
@media screen and (min-width: 768px) {
  .toggle {
    display: none;
  }
}
/*===================
	　#mainimage
=====================*/
.slick-slide img {
  /*スライダーの時*/
  margin: 0 auto;
}

.mainimage .slick-initialized .slick-slide {
  padding: 0;
}

.mainimage img {
  height: auto;
  max-width: none;
  max-height: none;
  width: 100%;
}

/*==================
	#汎用ボタン
====================*/
.link_btn {
  text-align: center;
}

.link_btn a {
  background: url(img/btn_bg.jpg);
  display: block;
  color: #fff;
  position: relative;
  padding: 12px 20px 10px;
  width: 100%;
  max-width: 480px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: bold;
}

.link_btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link_btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

/*==========================
	#loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 180px;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 180px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider ul {
  height: 180px;
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  width: 250px;
  height: 180px;
  float: left;
  display: inline;
  overflow: hidden;
}

.loopSlider ul li img {
  width: 100%;
}

/*=================
	　#TOP コンテンツ
===================*/
/* トップページ幅 100% */
.home #contents > .inner {
  width: 100%;
  max-width: 100%;
}

.topinner {
  width: 1200px;
  margin: 0 auto;
  max-width: 96%;
}

/* tinyMCE用に見出しをリセット */
.toppage h3,
.toppage h4,
.toppage h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

.toppage h3::before,
.toppage h3::after,
.toppage h4::before,
.toppage h4::after,
.toppage h5::before,
.toppage h5::after {
  display: none;
}

.top .mainblock a {
  text-decoration: none;
}

/*=================
	　#TOP newsパーツ
===================*/
a img:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.row:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
.row .col_2.bg-block, .row .col_2.border-block {
  padding: clamp(20px, 3.2vw, 40px);
}
.row .col_3.bg-block, .row .col_3.border-block {
  padding: clamp(20px, 2.4vw, 30px);
}

@media (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2% 2%;
  }
  .row .col_2 {
    width: 49%;
    margin: 0;
  }
  .row .col_3 {
    width: 32%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .row .col_2:not(:last-child),
  .row .col_3:not(:last-child) {
    margin-bottom: 20px;
  }
}
figure:not(:last-child) {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .justify-content-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .middle-size {
    margin: auto;
    height: 450px;
    overflow: hidden;
  }
  .middle-size img {
    max-height: none;
  }
}
.info_common_parts {
  color: #fff;
}
.info_common_parts .logo {
  text-align: center;
  margin-bottom: clamp(10px, 2vw, 25px);
}
.info_common_parts .logo img {
  max-width: 500px;
}
.info_common_parts .address {
  border-bottom: solid 1px #4e6381;
  text-align: center;
  padding-bottom: clamp(10px, 2vw, 25px);
  margin-bottom: clamp(25px, 4vw, 50px) !important;
}
.info_common_parts .access_info_list li {
  text-align: center;
}
.info_common_parts .access_info_list li .txt {
  display: block;
  line-height: 1.7;
  margin-top: 18px;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .info_common_parts .logo {
    margin-bottom: 20px;
  }
  .info_common_parts .logo img {
    width: 90%;
  }
  .info_common_parts .access_info_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .info_common_parts .access_info_list li {
    width: 32%;
  }
  .info_common_parts .access_info_list li .txt {
    font-size: 12px;
  }
  .info_common_parts .access_info_list li img {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .info_common_parts .access_info_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1249px) {
  .info_common_parts .access_info_list img {
    max-width: 60%;
  }
  .info_common_parts .access_info_list .txt {
    font-size: 75%;
  }
}

.inner {
  width: 1200px;
  margin: 0 auto;
  max-width: 96%;
}

.top_h2 {
  text-align: center;
  font-size: clamp(30px, 4vw, 50px);
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: clamp(20px, 4vw, 50px);
}
.top_h2 .en {
  display: block;
  color: #07306e;
  font-size: clamp(16px, 2.08vw, 26px);
  font-weight: normal;
}

.info_container {
  background: #14325e;
  padding: clamp(40px, 8.8vw, 110px) 0;
}
.info_container .reservation {
  color: #fff;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  margin-bottom: 20px;
}
.info_container .reservation .txt {
  font-weight: 700;
  font-size: clamp(16px, 1.6vw, 20px);
  padding-bottom: 10px;
}
.info_container .reservation .tel a {
  font-size: clamp(38px, 3.84vw, 48px);
  display: block;
  text-decoration: none;
}
.info_container .reservation .tel a .ic {
  position: relative;
  padding-left: 44px;
}
.info_container .reservation .tel a .ic:before {
  content: "";
  width: 33px;
  height: 33px;
  background: url(img/ic_tel.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.info_container .reservation a {
  color: #fff;
}
.info_container .time-table {
  margin-bottom: 5px;
}
.info_container .table_txt {
  text-align: left;
  color: #fff;
}
@media (max-width: 767px) {
  .info_container .primary_block .col:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .info_container .primary_block {
    display: grid;
    grid-template-columns: 47.5% 47.5%;
    gap: 0 5%;
  }
  .info_container .wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top_info .googlemap {
  padding-bottom: 300px;
  margin-bottom: 20px;
}
.top_info .btn-style {
  text-align: right;
}
.top_info .btn-style a {
  font-size: clamp(18px, 1.6vw, 20px);
  color: #fff;
  border-color: #fff;
  padding: 8px clamp(40px, 7.2vw, 90px);
}
@media (max-width: 767px) {
  .top_info .btn-style {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .top_info .googlemap {
    padding-bottom: clamp(280px, 32vw, 400px);
  }
}

.top_info2 {
  padding: clamp(40px, 8vw, 100px) 0;
  background: #f5f5f5;
}
.top_info2 .time-table {
  margin-bottom: 5px;
}
.top_info2 .table_txt {
  font-size: clamp(16px, 1.44vw, 18px);
  letter-spacing: 0.08em;
}
.top_info2 .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 20px;
  border-bottom: solid 1px #99a3a6;
}
.top_info2 h2 {
  color: #07306e;
  font-size: clamp(24px, 2.4vw, 30px);
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.top_info2 .btn a {
  color: #5484b2;
  font-size: clamp(16px, 1.44vw, 18px);
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.top_info2 .btn a .arrow {
  position: relative;
  padding-right: 30px;
}
.top_info2 .btn a .arrow:after {
  content: "";
  width: 21px;
  height: 16px;
  background: url(img/btn_arrow.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.top_info2 .btn a:hover {
  opacity: 0.8;
}
.top_info2 .list dt {
  color: #07306e;
}
.top_info2 .list dd a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .top_info2 .list dt {
    padding-top: 10px;
  }
  .top_info2 .list dd {
    border-bottom: solid 1px #99a3a6;
    padding-bottom: 10px;
  }
  .top_info2 .primary_block .col:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .top_info2 .primary_block {
    display: grid;
    grid-template-columns: 47.5% 47.5%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_info2 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_info2 .list dt,
  .top_info2 .list dd {
    border-bottom: solid 1px #99a3a6;
    padding: 15px 0;
  }
  .top_info2 .list dt {
    width: 130px;
    text-align: center;
  }
  .top_info2 .list dd {
    width: calc(100% - 130px);
  }
}

.top_medical_examination {
  padding: clamp(40px, 12vw, 150px) 0 clamp(40px, 14.4vw, 180px);
  background: url(img/top_medical_examination_bg.jpg) no-repeat center/cover;
}
.top_medical_examination h2 {
  color: #fff;
  font-size: clamp(24px, 4.8vw, 60px);
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 20px;
}
.top_medical_examination h2 .en {
  font-size: clamp(18px, 2.4vw, 30px);
  display: block;
  font-weight: 400;
}
.top_medical_examination h3 {
  font-size: clamp(18px, 2vw, 25px);
  letter-spacing: 0.1em;
  padding-bottom: 15px;
  margin-bottom: clamp(15px, 2vw, 25px);
  border-bottom: solid 1px #fff;
  color: #fff;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.top_medical_examination .card_box {
  background: rgba(20, 50, 94, 0.9);
  padding: clamp(15px, 4vw, 50px);
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
.top_medical_examination .check_list li {
  font-size: clamp(14px, 1.6vw, 20px);
  line-height: 2;
  padding-left: clamp(24px, 2.96vw, 37px);
  position: relative;
  color: #fff;
  letter-spacing: 0.08em;
}
.top_medical_examination .check_list li:before {
  content: "";
  width: clamp(16px, 2vw, 25px);
  height: clamp(13px, 1.6vw, 20px);
  background: url(img/ic_check.png) no-repeat center/cover;
  position: absolute;
  top: 0.45em;
  left: 0;
}
.top_medical_examination .btn-style a {
  color: #fff;
  border-color: #fff;
  padding: 8px clamp(40px, 7.2vw, 90px);
  font-size: clamp(18px, 1.6vw, 20px);
}
@media (max-width: 1249px) {
  .top_medical_examination .check_list li:before {
    top: 0.5em;
  }
}
@media (max-width: 767px) {
  .top_medical_examination {
    position: relative;
    z-index: 0;
  }
  .top_medical_examination:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .top_medical_examination .primary_block .col:not(:last-child) {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .top_medical_examination .primary_block {
    display: grid;
    grid-template-columns: 47.5% 47.5%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_medical_examination .primary_block .col {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }
}

.top_features h2 {
  text-align: center;
  color: #07306e;
  font-size: clamp(24px, 4vw, 50px);
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: clamp(30px, 5.36vw, 67px);
}
.top_features h2 .features_txt {
  font-size: clamp(30px, 5.6vw, 70px);
  display: block;
  line-height: 1.2;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.top_features h2 .features_txt .en {
  display: block;
  font-size: clamp(12px, 1.6vw, 20px);
  letter-spacing: 0.08em;
}
.top_features h2 .line {
  font-size: clamp(16px, 2.4vw, 30px);
  padding: 10px clamp(10px, 1.92vw, 24px);
  display: inline-block;
  position: relative;
}
.top_features h2 .line:before, .top_features h2 .line:after {
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background: #07306e;
  position: absolute;
}
.top_features h2 .line:before {
  left: 0;
  top: 0;
}
.top_features h2 .line:after {
  right: 0;
  bottom: 0;
}
.top_features h2 .line .size1 {
  font-size: clamp(22px, 3.2vw, 40px);
}
.top_features h2 .num {
  font-size: clamp(170px, 17.2vw, 215px);
  line-height: 0.7;
  font-style: italic;
  font-weight: 400;
  display: block;
  font-family: "Times New Roman", Times, Georgia, serif;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.top_features h3 {
  font-size: clamp(24px, 3.2vw, 40px);
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  margin-bottom: clamp(10px, 2.4vw, 30px);
  font-weight: 700;
  letter-spacing: 0.08em;
}
.top_features h3 .num {
  color: #07306e;
  font-size: clamp(60px, 8vw, 100px);
  line-height: 0.9;
}
.top_features h3 .ttl {
  line-height: 1.35;
}
.top_features .primary_container {
  padding: clamp(40px, 8vw, 100px) 0 clamp(30px, 6.4vw, 80px);
  background: url(img/top_features_bg01.jpg) no-repeat top center/cover;
}
.top_features .secondary_container {
  padding: clamp(40px, 8vw, 100px) 0 clamp(30px, 6.4vw, 80px);
  background: url(img/top_features_bg02.jpg) no-repeat top center/cover;
}
.top_features .type_one_column .txt_wrap p,
.top_features .type_two_column .txt_wrap p {
  line-height: 1.7777777778;
  font-size: clamp(16px, 1.44vw, 18px);
  letter-spacing: 0.06em;
}
.top_features .type_one_column:not(:last-child) {
  margin-bottom: clamp(20px, 4.8vw, 60px);
}
.top_features .type_one_column .topinner {
  width: 1800px;
}
.top_features .type_two_column h3 {
  font-size: clamp(22px, 2.4vw, 30px);
}
.top_features .type_two_column h3 .num {
  font-size: clamp(48px, 6.4vw, 80px);
  padding-top: 10px;
  display: inline-block;
}
.top_features .bnr_container {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
.top_features .bnr_container .col {
  position: relative;
}
.top_features .bnr_container .col figure {
  margin-bottom: 0;
}
.top_features .bnr_container .col .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  font-weight: 700;
  font-size: clamp(18px, 1.76vw, 22px);
  line-height: 1.5454545455;
}
.top_features .btn-style a {
  padding: 8px clamp(30px, 6.16vw, 77px);
}
@media (min-width: 768px) {
  .top_features h2 .features_txt {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  .top_features .type_one_column .wrapper {
    max-width: 570px;
    width: 100%;
  }
  .top_features .type_one_column .row {
    display: grid;
    grid-template-columns: 48.333% 48.333%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top_features .type_one_column .row.reverse .col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top_features .type_one_column .row.reverse .col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .top_features .type_one_column .row.reverse .wrapper {
    margin-left: auto;
  }
  .top_features .type_two_column .row {
    display: grid;
    grid-template-columns: repeat(2, 47.5%);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_features .type_two_column h3 {
    margin-bottom: 15px;
  }
  .top_features .bnr_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .top_features h2 .num {
    font-size: 100px;
    line-height: 0.9;
  }
  .top_features .type_one_column .col:not(:last-child) {
    margin-bottom: 20px;
  }
  .top_features .type_two_column .col:not(:last-child) {
    margin-bottom: 20px;
  }
  .top_features .bnr_container .col figure {
    height: 100%;
  }
  .top_features .bnr_container .col figure img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .top_features .bnr_container.sp_col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .top_features .bnr_container.sp_col2 .ttl {
    font-size: 75%;
  }
}

.top_medical {
  padding: clamp(40px, 8vw, 100px) 0;
  background: url(img/top_medical_bg.jpg) repeat left top;
}
.top_medical .menu_list {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
.top_medical .menu_list li {
  text-align: center;
  letter-spacing: 0.08em;
}
.top_medical .menu_list li a {
  background: #5484b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: 240px;
  height: 240px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.top_medical .menu_list li a:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  background: #e1e1e1;
  opacity: 0.3;
  left: 0;
  bottom: 0;
}
.top_medical .menu_list li a.arrow:after {
  content: "";
  position: absolute;
  bottom: clamp(10px, 1.6vw, 20px);
  left: 0;
  right: 0;
  margin: auto;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: clamp(5px, 0.08vw, 10px);
  height: clamp(5px, 0.08vw, 10px);
}
.top_medical .menu_list li a:hover:before {
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.top_medical .menu_list li a:hover img {
  opacity: 1;
}
.top_medical .menu_list li .ttl {
  color: #000000;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  display: block;
  font-size: clamp(18px, 1.92vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5px;
}
.top_medical .menu_list li .txt {
  line-height: 1.75;
}
@media (max-width: 767px) {
  .top_medical .menu_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .top_medical .menu_list li a {
    margin: 0 auto 15px;
    width: 200px;
    height: 200px;
  }
  .top_medical .menu_list li a img {
    width: 50%;
  }
  .top_medical .sp_col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top_medical .sp_col2 li {
    margin: 0 !important;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }
  .top_medical .sp_col2 li a {
    width: 130px;
    height: 130px;
  }
  .top_medical .sp_col2 li a img {
    width: 50%;
  }
  .top_medical .sp_col2 li .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top_medical .sp_col2 li .txt {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .top_medical .menu_list {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: repeat(auto-fit, 167px);
    gap: 40px 40px;
  }
  .top_medical .menu_list li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }
  .top_medical .menu_list li a {
    width: 167px;
    height: 167px;
  }
  .top_medical .menu_list li .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top_medical .menu_list.link_col2 {
    grid-template-columns: repeat(2, 240px);
  }
  .top_medical .menu_list.link_col2 li a {
    width: 240px;
    height: 240px;
  }
  .top_medical .menu_list.link_col2 li .ttl {
    font-size: clamp(22px, 2.4vw, 30px);
  }
}/*# sourceMappingURL=index.css.map */