@charset "UTF-8";
/* ===============================================
# 基本ここのみ
=============================================== */
/* ===============================================
# 基本ここまで
=============================================== */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: Arial, "Noto Sans JP", "Yu Gothic Medium", YuGothic, "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #1b1b1b;
  height: auto !important;
  overflow: hidden;
}

figure {
  margin: 0;
  text-align: center;
}
figure figcaption {
  margin-top: 0.5em;
  text-align: left;
  line-height: 1.8;
}

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

p {
  line-height: 2;
  margin: 0.5em 0 1em;
}
p:first-of-type {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

/* ===============================================
# リンク
=============================================== */
a {
  color: #1b1b1b;
}
a:hover {
  text-decoration: none;
}

a[class] {
  text-decoration: none;
}

[href^=tel] {
  text-decoration: none !important;
  display: inline-block;
}
@media (min-width: 767px) {
  [href^=tel] {
    pointer-events: none !important;
  }
}

.fax {
  pointer-events: none;
}

/* ===============================================
# リスト
=============================================== */
li {
  margin: 0 0 0.3em;
  line-height: 1.8;
}
li:last-child {
  margin-bottom: 0;
}

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

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

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

.lead {
  color: #265b9c;
  font-size: 20px;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

.text-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 10px;
  font-size: 1rem;
}

.text-white {
  color: #fff !important;
}

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

.text-red {
  color: #f00 !important;
}

.text-primary {
  color: #265b9c !important;
}

@media (max-width: 767px) {
  .sp-hide,
  .pc-only,
  .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center;
  }
  .sp-text-left {
    text-align: left;
  }
  .sp-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }
  .pc-hide,
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center;
  }
  .pc-text-left {
    text-align: left;
  }
  .pc-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}
.color_pri {
  color: #265b9c;
}

.link-tel {
  text-decoration: none;
}
@media (min-width: 768px) {
  .link-tel {
    pointer-events: none;
    cursor: default;
  }
}

@media (max-width: 767px) {
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
    margin-bottom: 1em;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
    overflow: hidden;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
    float: right;
    width: 66%;
    margin-top: 0;
    vertical-align: middle;
  }
  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  .sp_image_cols.sp_col2 .col:nth-child(odd) {
    clear: both;
    float: left;
  }
  .sp_image_cols.sp_col2 .col:nth-child(even) {
    float: right;
  }
  .sp_image_cols.sp_col2 .col:not(:last-child) {
    margin-bottom: 0;
  }
  .sp_image_cols.sp_col3 .col {
    float: left;
    width: 32%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n+1) {
    clear: both;
    margin-right: 2%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n) {
    float: right;
  }
  .sp_image_cols.sp_col3 .col:not(:last-child) {
    margin-bottom: 0;
  }
  .sp_image_left {
    overflow: hidden;
  }
  .sp_image_left .col:first-child {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_left .col:last-child {
    float: none;
  }
  .sp_image_right {
    overflow: hidden;
  }
  .sp_image_right .col:first-child {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_right .col:last-child {
    float: none;
  }
}
/* ===============================================
# マージン
=============================================== */
.mt0 {
  margin-top: 0 !important;
}

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

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

header {
  background: #fff;
  position: relative;
  z-index: 1000;
}
header .title {
  margin: 0;
  font-size: 0;
}
@media (min-width: 1024px) {
  header .title {
    min-height: 120px;
    padding: 30px 0;
  }
}
@media (max-width: 1023px) {
  header .title {
    padding: 16px 0;
  }
}
header .title a {
  display: inline-block;
}
header .title a img {
  width: 320px;
  height: auto;
}
@media (max-width: 999px) {
  header .title a img {
    width: 220px;
    height: auto;
  }
}
@media (max-width: 1023px) {
  header .title a img {
    width: 180px;
    height: auto;
  }
}
header .header_info_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  header .header_info_wrap {
    display: none;
  }
}
header .header_info_wrap .header_info {
  text-align: right;
  position: absolute;
  top: 20px;
  right: 0;
  display: flex;
  align-items: flex-start;
}
header .header_info_wrap .btn {
  min-width: 166px;
}
header .sp_header_info_wrap {
  position: absolute;
  top: 50%;
  left: auto;
  right: calc(30px + 4.5%);
  bottom: auto;
  transform: translateY(-50%);
  margin: 0 auto;
  display: none;
}
@media (max-width: 767px) {
  header .sp_header_info_wrap {
    display: block;
  }
}
header .sp_header_info_wrap .header_info {
  text-align: right;
}
header .sp_header_info_wrap .icon {
  max-width: 40px;
}
header .sp_header_info_wrap .icon a {
  display: block;
  font-size: 0;
}
header .sp_header_info_wrap .icon img {
  width: 100%;
}
header .hdr_text h1 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0.3em 0;
  text-align: left;
  background: transparent;
  position: relative;
  margin-bottom: 0;
  z-index: 1;
  display: flex;
}
@media (max-width: 1023px) {
  header .hdr_text h1 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
header .hdr_text h1:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: #265b9c;
  position: absolute;
  top: 0;
  left: -300%;
  right: -300%;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1023px) {
  header .btn-gnavi {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    bottom: auto;
    right: 4.5%;
    margin: 0 auto;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transition: transform 0.3s;
    overflow: hidden;
    z-index: 50;
  }
  header .btn-gnavi:after, header .btn-gnavi:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #265b9c;
    transition: transform 0.5s;
  }
  header .btn-gnavi:before {
    top: 0;
  }
  header .btn-gnavi:after {
    bottom: 0;
  }
  header .btn-gnavi span {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #265b9c;
    transition: transform 0.5s;
  }
  header .btn-gnavi.close:not(.fix) {
    background: none;
  }
  header .btn-gnavi.close:not(.fix):before {
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    background: #265b9c;
  }
  header .btn-gnavi.close:not(.fix):after {
    bottom: 50%;
    transform: translate(0, 50%) rotate(-45deg);
    background: #265b9c;
  }
  header .btn-gnavi.close:not(.fix) span {
    transform: translate(100%, -50%);
  }
}
header.menu_open .gnav > ul {
  visibility: visible;
  transform: rotateX(0deg);
}
header .btn-gnavi {
  display: none;
}
@media (max-width: 1023px) {
  header .btn-gnavi {
    display: block;
  }
}
header .gnav {
  padding: 0 0 0.3em;
}
header .gnav > ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 1023px) {
  header .gnav > ul {
    transform-origin: center top;
    visibility: hidden;
    transition: 0.3s;
    transform: rotateX(90deg);
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 -4.5%;
  }
}
header .gnav > ul > li {
  display: inline-block;
  margin: 0;
}
@media (max-width: 1023px) {
  header .gnav > ul > li {
    background: rgba(38, 91, 156, 0.96);
    display: block;
  }
  header .gnav > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
header .gnav > ul > li a {
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #265b9c;
  letter-spacing: 0.04em;
  padding: 0.3em 0.625em;
}
@media (max-width: 999px) {
  header .gnav > ul > li a {
    font-size: 1.6rem;
    padding: 0em 0.625em;
  }
}
@media (max-width: 1023px) {
  header .gnav > ul > li a {
    color: #fff;
    padding: 1em 11%;
    text-align: left;
    display: block;
  }
}
header .gnav > ul > li.has_under {
  position: relative;
}
header .gnav > ul > li.has_under > a {
  padding-right: 1.5em;
}
@media (max-width: 1023px) {
  header .gnav > ul > li.has_under > a {
    position: relative;
  }
}
header .gnav > ul > li.has_under > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  border-top: 2px solid #265b9c;
  border-right: 2px solid #265b9c;
  transform: translate(0, -50%) rotate(135deg);
  transition: 0.2s;
  width: 6px;
  height: 6px;
}
@media (max-width: 1023px) {
  header .gnav > ul > li.has_under > a:after {
    border-color: #fff;
    right: 11%;
  }
}
header .gnav > ul > li.has_under > a.menu_under_open:after {
  transform: translate(0, 0) rotate(-45deg);
}
header .gnav > ul > li.has_under > ul {
  margin: 0;
  padding: 0;
  display: none;
  background: transparent;
  list-style: none;
}
@media (min-width: 1024px) {
  header .gnav > ul > li.has_under > ul {
    position: absolute;
    min-width: 230px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    letter-spacing: -0.4em;
    z-index: 52;
  }
}
header .gnav > ul > li.has_under > ul > li {
  padding: 0;
  margin: 0;
}
header .gnav > ul > li.has_under > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1023px) {
  header .gnav > ul > li.has_under > ul > li:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
header .gnav > ul > li.has_under > ul a {
  background: rgba(38, 91, 156, 0.96);
  display: block;
  text-align: left;
  color: #fff;
  transition: 0.3s;
  overflow-wrap: break-word;
}
@media (min-width: 1024px) {
  header .gnav > ul > li.has_under > ul a {
    padding: 1em 20px;
    position: relative;
  }
  header .gnav > ul > li.has_under > ul a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(0, -50%) rotate(45deg);
    transition: 0.2s;
    width: 6px;
    height: 6px;
  }
  header .gnav > ul > li.has_under > ul a:hover {
    background: rgba(28, 67, 115, 0.96);
  }
}
header .hdr-ttl-wrap {
  max-width: calc(1000px + 12%);
  padding: 0 6%;
  margin: auto;
}
header .container {
  max-width: calc(1000px + 12%);
  padding: 0 6%;
}
@media (max-width: 999px) {
  header .container {
    padding: 0 2%;
  }
}
@media (max-width: 1023px) {
  header .container {
    padding: 0 4.5%;
  }
}
header .container > .box {
  position: relative;
}
@media (min-width: 1000px) {
  header .box {
    display: flex;
    align-items: end;
  }
  header .gnav {
    width: calc(100% - 320px);
    text-align: right;
    padding-bottom: 0.5em;
  }
}

@media (max-width: 767px) {
  .mv-pc-only {
    display: none !important;
  }
}

.mv-sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .mv-sp-only {
    display: block !important;
  }
}

.mv {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .mv {
    margin-bottom: 60px;
  }
}
.mv .mv-inner {
  position: relative;
}
.mv .slick {
  margin: auto;
  overflow: hidden;
  padding-left: 0;
  position: relative;
  height: 820px;
}
@media (max-width: 999px) {
  .mv .slick {
    height: 0;
    padding-top: 82%;
  }
}
@media (max-width: 767px) {
  .mv .slick {
    padding-top: 93.3333333333%;
  }
}
.mv .slick .slick-list {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.mv .slick .slick-list .slick-track {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.mv .slick li {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.mv .slick li img {
  position: absolute;
  top: 0;
  left: -300%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: -300%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .mv-copy {
  max-width: calc(1000px + 4%);
  position: absolute;
  top: 0;
  padding-left: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  z-index: 1;
  margin: auto;
}
.mv .mv-copy img {
  max-width: 250px;
  top: 0;
  left: auto;
  right: calc(2% + 11px);
  bottom: 0;
  position: absolute;
  margin: auto;
  width: 100%;
}
@media (max-width: 999px) {
  .mv .mv-copy img {
    max-width: none;
    width: 25%;
  }
}
@media (max-width: 767px) {
  .mv .mv-copy img {
    width: 39.7333333333%;
    left: auto;
    right: 4%;
    top: auto;
    bottom: 6.2857142857%;
    margin: 0 auto;
  }
}

footer > .footer {
  background: #fff;
  color: #265b9c;
  border-top: 1px solid rgba(27, 27, 27, 0.2);
}
footer > .footer .container {
  max-width: none;
}
footer .pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 100;
}
footer .pagetop a {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: #265b9c;
}
@media (min-width: 768px) {
  footer .pagetop a {
    width: 70px;
    height: 70px;
  }
}
footer .pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #265b9c;
  border-left: 2px solid #265b9c;
  transform: translate(-50%, -20%) rotate(45deg);
  transition: 0.2s;
}
footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  transform: translateY(-95%);
}
@media (min-width: 768px) {
  footer .nav {
    padding-top: 60px;
  }
}
footer .nav ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: 0;
}
footer .nav ul li {
  margin: 0;
  display: inline-block;
  color: #265b9c;
}
@media (min-width: 768px) {
  footer .nav ul li:not(:last-child) {
    border-right: 1px solid rgba(38, 91, 156, 0.3);
  }
}
@media (max-width: 767px) {
  footer .nav ul li {
    display: block;
  }
  footer .nav ul li:not(:last-child) {
    border-bottom: 1px solid rgba(38, 91, 156, 0.4);
  }
}
footer .nav ul li a {
  padding: 0em 0.8em;
  line-height: 1.2857142857;
  color: #265b9c;
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  footer .nav ul li a {
    padding: 1em 1.5em;
  }
}
footer .copyright {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 26px 0 60px;
  position: relative;
}
@media (max-width: 767px) {
  footer .copyright {
    padding: 14px 0;
  }
}

/* ---------------------
      pagetop
--------------------- */
footer {
  position: relative;
}
footer .pagetop {
  position: fixed;
  z-index: 100;
  width: 50px;
  height: 50px;
  background: #265b9c;
  bottom: 5%;
  right: 5%;
  cursor: pointer;
  border: solid 1px #fff;
  transition: all 0.2s;
  transform-origin: 50% 100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
}
footer .pagetop:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 9px 6.5px;
  border-color: transparent transparent #ffffff transparent;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
@media (min-width: 768px) {
  footer .pagetop {
    width: 60px;
    height: 60px;
  }
}
footer .pagetop.active {
  opacity: 0.9;
  visibility: visible;
}
footer .pagetop.absolute {
  position: absolute;
  top: -80px;
  bottom: auto;
}
@media (max-width: 767px) {
  footer .pagetop.absolute {
    top: -50px;
  }
}

/* ===============================================
# フッター追尾
=============================================== */
#ftr_info {
  z-index: 101;
  width: 100%;
  display: none;
}
#ftr_info .container {
  padding: 0;
  margin: 0;
}
#ftr_info .sp {
  display: none;
  border-top: solid 1px rgba(38, 91, 156, 0.5);
  border-bottom: solid 1px rgba(38, 91, 156, 0.5);
  background: #fff;
}
@media (max-width: 1023px) {
  #ftr_info .sp {
    justify-content: center;
    display: flex;
  }
}
#ftr_info .sp > * {
  width: 100%;
}
#ftr_info .sp > *:not(:last-child) {
  position: relative;
}
#ftr_info .sp > *:not(:last-child):before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(38, 91, 156, 0.4);
  width: 1px;
}
#ftr_info .sp .foot_btn {
  padding: 6px 0 2px;
  background: #265b9c;
}
#ftr_info .sp .foot_btn.btn_no01 {
  background: #40BC00;
}
#ftr_info .sp .ttl {
  text-align: center;
  margin-top: 2px;
}
#ftr_info .sp .ttl .out_link {
  position: relative;
  padding-right: 1.5em;
  display: inline-block;
}
#ftr_info .sp .ttl .out_link:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  transform: translateY(-50%);
  border: 0;
  background: url(/wp-content/uploads/tab.png) no-repeat center/100%;
}
#ftr_info .sp .icon {
  max-width: 20px;
  margin: auto;
}
#ftr_info .sp .icon img {
  width: 100%;
}
#ftr_info .sp a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 12px;
  padding: 2px 10px;
  display: grid;
  font-weight: bold;
}

.btn {
  display: block;
  margin: auto;
}
.btn a {
  box-shadow: 3px 3px 4px rgba(27, 27, 27, 0.25);
  display: block;
  border: 1px solid #265b9c;
  color: #fff;
  background: #265b9c;
  padding: 0.8em calc(6% + 16px);
  margin: 0 auto 1px;
  max-width: 316px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.btn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 5px;
  height: 5px;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.btn a:hover {
  box-shadow: 0px 0px 4px rgba(27, 27, 27, 0.25);
  transform: translateY(2px);
}

table {
  margin: 0 auto;
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0.7em 0.5em;
}
table th {
  text-align: center;
  font-weight: normal;
}
table.table-typeC thead {
  background: #265b9c;
}
table.table-typeC tbody {
  color: #1b1b1b;
}

.table-default {
  width: 100%;
}
.table-default td,
.table-default th {
  border: 1px solid #265b9c;
}
.table-default th {
  background: #265b9c;
  color: #fff;
  text-align: left;
}
.table-default td {
  background: #fff;
}
.table-default tr:not(:last-of-type) th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.table-menu {
  width: 100%;
}
.table-menu tr:last-of-type td,
.table-menu tr:last-of-type th {
  border-bottom: 1px solid #265b9c;
}
.table-menu td,
.table-menu th {
  padding: 0.7em 1em;
  border-top: 1px solid #265b9c;
}
@media (max-width: 767px) {
  .table-menu td,
  .table-menu th {
    padding: 0.7em 0.3em;
  }
}
.table-menu th {
  text-align: left;
}
.table-menu td:last-child {
  text-align: right;
}

.table-schedule {
  width: 100%;
}
.table-schedule td,
.table-schedule th {
  border: 1px solid #265b9c;
  padding: 0.7em 1em;
  text-align: center;
}
@media (max-width: 767px) {
  .table-schedule td,
  .table-schedule th {
    padding: 0.7em 0.3em;
  }
}
@media (max-width: 400px) {
  .table-schedule td,
  .table-schedule th {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.table-schedule thead th {
  background: #265b9c;
  color: #fff;
}
.table-schedule thead th:not(:last-child) {
  border-collapse: collapse;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.table-schedule tbody th {
  background: rgba(38, 91, 156, 0.15);
}
.table-schedule td {
  background: #fff;
}

@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }
  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }
  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}
h1:not(.title):not(.hdr-ttl) {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.5;
  background: #448aca;
  margin: 0 0 0.5em 0;
  padding: 0.9em 4.5%;
  position: relative;
  color: #fff;
}
@media (max-width: 767px) {
  h1:not(.title):not(.hdr-ttl) {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 1em 0;
  position: relative;
  word-wrap: break-word;
  position: relative;
  padding-bottom: 0.5em;
  line-height: 1.6428571429;
  text-align: center;
  z-index: 4;
  color: #1b1b1b;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 2px;
  background: #1b1b1b;
}

h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0 0 0.5em 0;
  padding-left: 16px;
  position: relative;
  word-wrap: break-word;
  line-height: 1.5;
  color: #265b9c;
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% - 0.6em);
  top: 0;
  left: 0;
  bottom: 0;
  background: #265b9c;
  margin: auto;
}

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0 0 0.4em 0;
  padding-left: 12px;
  color: #265b9c;
  position: relative;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 2px;
  left: 0;
  top: 0.8em;
  background: #265b9c;
}

/*==================================================
アコーディオンのためのcss
===================================*/
.qa {
  /*アコーディオン全体*/
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}
.qa .qa-area {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  counter-reset: number 0;
}
.qa .qa-area li {
  border: 1px solid rgba(38, 91, 156, 0.2);
  border-radius: 4px;
}
.qa .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 20px 60px 20px calc(26px + 2.8em);
  transition: all 0.5s ease;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  min-height: 4.8em;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .qa .title {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.qa .title::after {
  content: "+";
  position: absolute;
  width: 1em;
  height: 1em;
  background: transparent;
  font-weight: bold;
  transition: 0.3s;
  top: 0;
  right: 20px;
  left: auto;
  transform: rotate(0deg);
  bottom: 0;
  transform-origin: 50% 50%;
  margin: auto;
  display: inline-block;
  font-size: 1.5em;
  text-indent: 0.15em;
  line-height: 0.9em;
}
.qa .title:before {
  font-weight: bold;
  width: 2.6em;
  border-radius: 4px;
  height: 2.6em;
  font-size: 1em;
  position: static;
  display: inline-block;
  margin-right: 0.7em;
  line-height: 2.6em;
  color: #fff;
  text-indent: 0.55em;
  letter-spacing: 0.2em;
  counter-increment: number 1;
  content: "Q" counter(number);
  position: absolute;
  top: calc(20px + 0em);
  left: 20px;
  bottom: auto;
  margin: 0 auto;
}
.qa .title.close::after {
  transform: rotate(45deg);
}
.qa .box {
  display: none;
  /*はじめは非表示*/
  background: #e0e9f5;
  margin: 0 20px 20px;
  padding: 20px;
  border-radius: 4px;
  position: relative;
}

.highlight_ttl > h2,
.highlight_ttl h3,
.highlight_ttl h4 {
  background: #e0e9f5;
  padding: 1em;
}
.highlight_ttl > h2:before, .highlight_ttl > h2:after,
.highlight_ttl h3:before,
.highlight_ttl h3:after,
.highlight_ttl h4:before,
.highlight_ttl h4:after {
  content: none;
}

.step > div {
  border: 1px solid #265b9c;
}
@media (min-width: 768px) {
  .step > div {
    display: flex;
  }
}
.step > div:not(:last-child) {
  position: relative;
  margin-bottom: 50px;
}
.step > div:not(:last-child):before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  top: calc(100% + 10px);
  border-top: 3px solid #265b9c;
  border-right: 3px solid #265b9c;
  transform: rotate(135deg);
}
.step h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 !important;
  padding: 0 !important;
}
.step h3:before {
  content: none;
}
.step .col {
  padding: 1em 0.5em;
  margin-bottom: 0;
}
.step .col:first-child {
  background: #265b9c;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: left;
}

.news-list {
  margin: 0;
}
@media (min-width: 768px) {
  .news-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.news-list dt,
.news-list dd {
  margin-left: 0;
  margin-right: 0;
  padding: 1.875em 0;
  border-bottom: 1px solid rgba(27, 27, 27, 0.4);
}
@media (max-width: 767px) {
  .news-list dt,
  .news-list dd {
    padding: 1em 0;
  }
}
.news-list dt:first-of-type,
.news-list dd:first-of-type {
  border-top: 1px solid rgba(27, 27, 27, 0.4);
}
@media (max-width: 767px) {
  .news-list dt,
  .news-list dd {
    padding-left: 0.3em;
    padding-right: 0.3em;
  }
}
@media (min-width: 768px) {
  .news-list dt {
    width: 160px;
    padding-left: 1.25em;
    padding-right: 3em;
  }
}
@media (max-width: 767px) {
  .news-list dt {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  .news-list dd {
    width: calc(100% - 160px);
    padding-right: 1em;
  }
}
@media (max-width: 767px) {
  .news-list dd {
    padding-top: 0.5em;
  }
  .news-list dd:first-of-type {
    border-top: 0;
  }
}
.news-list a {
  text-decoration: none;
}
.news-list a:hover {
  text-decoration: underline;
}

.single-wrap > .container,
.archive-list > .container {
  max-width: 1040px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .single-wrap > .container,
  .archive-list > .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}

.archive-list {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .archive-list {
    margin-bottom: 80px;
  }
}
.archive-list dl {
  margin-top: 0;
}
@media (min-width: 768px) {
  .archive-list dl {
    display: flex;
    flex-wrap: wrap;
  }
}
.archive-list dt,
.archive-list dd {
  padding: 1.8em 0;
  border-bottom: 1px solid rgba(27, 27, 27, 0.2);
}
@media (min-width: 768px) {
  .archive-list dt:first-of-type,
  .archive-list dd:first-of-type {
    border-top: 1px solid rgba(27, 27, 27, 0.2);
  }
}
@media (min-width: 768px) {
  .archive-list dt {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .archive-list dt {
    border-bottom: 0;
    padding-bottom: 0.6em;
    border-top: 1px solid rgba(27, 27, 27, 0.2);
  }
}
.archive-list dd {
  margin: 0;
}
@media (min-width: 768px) {
  .archive-list dd {
    width: calc(100% - 150px);
  }
}
@media (max-width: 767px) {
  .archive-list dd {
    border-top: 0;
    padding-top: 0;
  }
}

.single-wrap {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .single-wrap {
    margin-bottom: 80px;
  }
}
.single-wrap .date {
  margin-bottom: 20px;
}
.single-wrap .post-area {
  background: #e0e9f5;
  padding: 60px 6%;
}
@media (max-width: 767px) {
  .single-wrap .post-area {
    padding: 30px 6%;
  }
}

.pager {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.pager .nav-links {
  display: flex;
}
.pager .nav-links > * {
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e0e9f5;
  color: #265b9c;
  border: 1px solid #265b9c;
  border-radius: 100px;
  font-weight: bold;
}
.pager .nav-links > *:not(:last-child) {
  margin-right: 0.5em;
}
.pager .nav-links > *.current {
  background: #265b9c;
  color: #fff;
}
.pager .nav-links > *.prev {
  position: relative;
}
.pager .nav-links > *.prev:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #265b9c;
  border-right: 1px solid #265b9c;
  transform: translateX(-50%) rotate(222deg);
}
.pager .nav-links > *.next {
  position: relative;
}
.pager .nav-links > *.next:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #265b9c;
  border-right: 1px solid #265b9c;
  transform: translateX(-50%) rotate(45deg);
}

body {
  background: #fff;
}

/* ===============================================
# 下層コンテンツ幅
=============================================== */
body:not(.home) main > .column_1 > .container {
  max-width: none;
  padding: 0;
}
body:not(.home) main > .column_1 .column_main .container {
  max-width: 1040px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  body:not(.home) main > .column_1 .column_main .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
body:not(.home) main > .column_2 > .container {
  max-width: 1040px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  body:not(.home) main > .column_2 > .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
body:not(.home) main > .column_2 .column_main .container {
  max-width: none;
  padding: 0;
}

/* ===============================================
# 下層余白
=============================================== */
.column_main > section {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .column_main > section {
    margin-bottom: 60px;
  }
}
.column_main > section:last-child {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .column_main > section:last-child {
    margin-bottom: 120px;
  }
}

.row:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .row:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .col:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* ===============================================
# ぱんくずリスト
=============================================== */
.bread {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .bread {
    margin-bottom: 60px;
  }
}
.bread .container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  .bread .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
.bread ul {
  list-style: none;
  padding-left: 0;
}
.bread ul > * {
  margin: 0;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
}
.bread ul > *:not(:last-child) {
  margin-right: 2em;
}
.bread ul > *:not(:last-child):before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: calc(100% + 0.6em);
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #1b1b1b;
  border-right: 1px solid #1b1b1b;
  transform: rotate(45deg);
}
.bread a {
  text-decoration: none;
}

/* ===============================================
# サイトマップ
=============================================== */
.wsp-container {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto 150px;
}
@media (max-width: 767px) {
  .wsp-container {
    margin: 0 auto 120px;
  }
}
@media (max-width: 767px) {
  .wsp-container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
.wsp-container h2 {
  display: none;
}
.wsp-container ul.wsp-pages-list,
.wsp-container ul.wsp-posts-list {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.wsp-container ul.wsp-pages-list ul,
.wsp-container ul.wsp-posts-list ul {
  padding-left: 0;
}
.wsp-container ul.wsp-pages-list li,
.wsp-container ul.wsp-posts-list li {
  padding: 1.1em 0.5em 1.1em 1em;
  list-style: none;
  margin: 0;
  line-height: 1.5;
}
.wsp-container ul.wsp-pages-list > li,
.wsp-container ul.wsp-posts-list > li {
  border-bottom: 1px solid #ccc;
}
.wsp-container ul.wsp-pages-list > li > ul,
.wsp-container ul.wsp-posts-list > li > ul {
  padding: 6px 0;
}
.wsp-container ul.wsp-pages-list > li > ul > li,
.wsp-container ul.wsp-posts-list > li > ul > li {
  padding: 0.25em 0.25em 0.25em 1em;
}
.wsp-container ul.wsp-pages-list > li > ul > li > a,
.wsp-container ul.wsp-posts-list > li > ul > li > a {
  font-size: calc(22 * 0.9px);
}
@media (max-width: 767px) {
  .wsp-container ul.wsp-pages-list > li > ul > li > a,
  .wsp-container ul.wsp-posts-list > li > ul > li > a {
    font-size: calc(16 * 0.9px);
  }
}
.wsp-container ul.wsp-pages-list > li > ul > li > ul,
.wsp-container ul.wsp-posts-list > li > ul > li > ul {
  padding: 6px 0;
}
.wsp-container ul.wsp-pages-list > li > ul > li > ul > li,
.wsp-container ul.wsp-posts-list > li > ul > li > ul > li {
  padding: 0.25em 0.25em 0.25em 1em;
}
.wsp-container ul.wsp-pages-list > li > ul > li > ul > li > a,
.wsp-container ul.wsp-posts-list > li > ul > li > ul > li > a {
  font-size: calc(22 * 0.8px);
}
@media (max-width: 767px) {
  .wsp-container ul.wsp-pages-list > li > ul > li > ul > li > a,
  .wsp-container ul.wsp-posts-list > li > ul > li > ul > li > a {
    font-size: calc(16 * 0.8px);
  }
}
.wsp-container .wsp-pages-list {
  border-top: 1px solid #ccc;
}
.wsp-container .wsp-posts-list li ul {
  padding: 0 !important;
}
.wsp-container a {
  text-decoration: none;
  font-size: 22px;
}
@media (max-width: 767px) {
  .wsp-container a {
    font-size: 16px;
  }
}
.wsp-container strong {
  font-weight: normal;
  display: block;
  line-height: 1.5;
  font-size: 22px;
}
@media (max-width: 767px) {
  .wsp-container strong {
    font-size: 16px;
  }
}
.wsp-container .wsp-post {
  display: none;
}
.wsp-container .wsp-category-title {
  color: transparent;
  position: relative;
}
.wsp-container .wsp-category-title a {
  position: absolute;
  top: 46%;
  left: 0;
  transform: translateY(-50%);
}

/* ===============================================
# お問い合わせフォーム  
=============================================== */
.inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: #e0e9f5;
}
.inquiry fieldset .row {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .inquiry fieldset .row {
    margin-bottom: 40px;
  }
}
.inquiry dl {
  margin: 0;
  padding: 0;
}
.inquiry dt {
  font-weight: bold;
}
.inquiry dt.col:not(:last-child) {
  margin-bottom: 1em;
}
.inquiry dt p {
  position: relative;
}
.inquiry dd {
  margin: 0;
  padding: 0;
}
.inquiry dd:last-child {
  padding-bottom: 0;
}
.inquiry dd p {
  padding-top: 0.5rem;
}
.inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}
.inquiry input[type=text],
.inquiry input[type=url],
.inquiry input[type=email],
.inquiry input[type=tel],
.inquiry input[type=date],
.inquiry input[type=number],
.inquiry select,
.inquiry textarea {
  width: 100%;
  padding: 15px 20px;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Arial, "Noto Sans JP", "Yu Gothic Medium", YuGothic, "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.inquiry input[type=number] {
  width: 65px;
  text-align: center;
}
.inquiry input[type=file] {
  width: 100%;
  box-sizing: border-box;
}
.inquiry input.p-postal-code {
  width: 100px;
}
.inquiry input.p-region {
  width: 100px;
}
.inquiry input.p-locality {
  width: 150px;
}
.inquiry input.p-street-address {
  width: 100%;
}
.inquiry input.p-extended-address {
  width: 100%;
}
.inquiry .submit {
  display: block;
  overflow: hidden;
  margin: 1em auto;
  text-align: center;
}
.inquiry .submit .button,
.inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
  padding: 1em 1em;
  border-radius: 0;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #265b9c;
  color: #fff;
  background: #265b9c;
}
.inquiry .submit .button:hover,
.inquiry .submit .wpcf7-submit:hover {
  border: 1px solid #265b9c;
  color: #265b9c;
  background: #fff;
}
.inquiry .submit .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}
.inquiry .required {
  color: #fff;
  background-color: #265b9c;
  padding: 1px 6px;
  font-size: 12px;
  margin-top: 0.3rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.inquiry label {
  display: block;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .inquiry {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry fieldset {
    margin: 0;
    padding: 60px;
    border: 0;
  }
  .inquiry dt {
    clear: both;
    padding-top: 25px;
  }
  .inquiry dd {
    padding: 15px 0;
  }
  .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }
  .inquiry input,
  .inquiry textarea {
    border: solid 1px #ccc;
  }
  .inquiry select {
    border: 1px solid #ccc;
  }
  .inquiry input[type=text],
  .inquiry input[type=url],
  .inquiry input[type=email],
  .inquiry input[type=tel],
  .inquiry input[type=date],
  .inquiry input[type=text],
  .inquiry select {
    width: 60%;
  }
  .inquiry input[type=number] {
    width: 65px;
  }
  .inquiry input.p-postal-code {
    width: 100px;
  }
  .inquiry input.p-region {
    width: 100px;
  }
  .inquiry input.p-locality {
    width: 150px;
  }
  .inquiry input.p-street-address {
    width: 100%;
  }
  .inquiry input.p-extended-address {
    width: 100%;
  }
  .inquiry textarea {
    width: 100%;
  }
  .inquiry .submit {
    margin: 20px 0 0;
  }
  .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }
  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}
input.wide_area,
select.wide_area {
  width: 100% !important;
}

.wpcf7-response-output {
  max-width: 1040px;
  margin: 0 auto !important;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .wpcf7-response-output {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}

/* ===============================================
# 初期クラス
=============================================== */
.contents_wide {
  max-width: none;
  width: 100%;
  padding: 0;
}

.map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}
@media (min-width: 768px) {
  .map_container {
    padding-top: 50%;
  }
}
.map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ===============================================
# 各下層調整
=============================================== */
[id^=top-] {
  margin-bottom: 120px;
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  [id^=top-] {
    margin-bottom: 80px;
    margin-bottom: 8rem;
  }
}
[id^=top-] .container {
  max-width: calc(1000px + 12%);
  padding: 0 6%;
}
[id^=top-] .container::after {
  content: none;
}
[id^=top-] h2 {
  margin-bottom: 40px;
  margin-bottom: 4rem;
  font-size: 24px;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  [id^=top-] h2 {
    padding-bottom: 0.25em;
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}
[id^=top-] p:not(.more):not(.tel):not(.fax):not(.table-info p) {
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  [id^=top-] p:not(.more):not(.tel):not(.fax):not(.table-info p) {
    letter-spacing: 0.05em;
  }
}
[id^=top-] h3 {
  color: #1b1b1b;
}

@media (min-width: 768px) {
  .btn.pc-left a {
    margin-left: 0;
  }
}
.btn.out-link a {
  background: #448aca;
  border-color: #448aca;
}
.btn.out-link a:before {
  border: 0;
  background: url(/wp-content/uploads/link_001.png) no-repeat center/100%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
}

#top-about h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5454545455;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding-bottom: 0.9090909091em;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  #top-about h2 {
    margin-bottom: 24px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#top-about h2:before {
  width: 100%;
  border-bottom: 1px dashed #265b9c;
  background: transparent;
}
#top-about p:not(.more) {
  line-height: 2;
}
#top-about .btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #top-about .btn {
    margin-top: 30px;
  }
}

#top-medical .container {
  max-width: calc(1760px + 6%);
}
@media (max-width: 767px) {
  #top-medical .box-wrap > div:not(:last-child) {
    margin-bottom: 40px;
  }
}
#top-medical .box {
  display: grid;
  gap: 0 2.2727272727%;
}
@media (min-width: 768px) {
  #top-medical .box {
    grid-template-columns: 50% fit-content(460px);
  }
  #top-medical .box:nth-of-type(even) {
    grid-template-columns: fit-content(460px) 50%;
    place-content: flex-end;
  }
}
@media (max-width: 767px) {
  #top-medical .box {
    grid-template: "img" max-content "text_box" max-content/1fr;
    gap: 20px 0;
  }
}
#top-medical .img {
  position: relative;
}
@media (max-width: 767px) {
  #top-medical .img {
    padding-top: 60%;
    grid-area: img;
  }
}
#top-medical .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  #top-medical .text_box {
    padding: 40px 0;
    min-height: 450px;
    place-content: center;
    display: grid;
  }
}
@media (max-width: 767px) {
  #top-medical .text_box {
    grid-area: text_box;
  }
}
#top-medical h2 {
  border-bottom: 2px solid #aaaaaa;
  color: #265b9c;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 20px;
  background: url(/wp-content/uploads/link_002.png) no-repeat right center/1em;
  padding-right: 1.25em;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #top-medical h2 {
    font-size: 22px;
  }
}
#top-medical h2:before {
  color: #aaaaaa;
  content: attr(data-eng);
  display: block;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  position: static;
  width: auto;
  height: auto;
  font-weight: normal;
  background: transparent;
  line-height: 1;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  #top-medical h2:before {
    margin-bottom: 6px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#top-medical p {
  line-height: 1.625;
  letter-spacing: 0.05em;
}
#top-medical a {
  text-decoration: none;
}
#top-medical a:hover h2 {
  opacity: 0.8;
  transition: 0.3s;
}

#top-time {
  background: #e0e9f5;
  padding: 120px 0;
}
@media (max-width: 767px) {
  #top-time {
    padding: 60px 0;
  }
}
#top-time table th,
#top-time table td {
  background: #fff;
  color: #1b1b1b;
  border-color: rgba(27, 27, 27, 0.3);
}
#top-time table thead th:not(:last-child) {
  border-right: 1px solid rgba(27, 27, 27, 0.3);
}

#top-link .link-wrap {
  display: grid;
}
@media (min-width: 600px) and (max-width: 999px) {
  #top-link .link-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw 3%;
  }
}
@media (max-width: 599px) {
  #top-link .link-wrap > *:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 1000px) {
  #top-link .link-wrap.card_col2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 4%;
  }
  #top-link .link-wrap.card_col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 3%;
  }
  #top-link .link-wrap.card_col4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 2%;
  }
  #top-link .link-wrap.card_col4 .img {
    padding-top: 80.8510638298%;
  }
}
@media (min-width: 1000px) and (min-width: 1000px) {
  #top-link .link-wrap.card_col5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #top-link .link-wrap.card_col5 .link-card {
    width: 32%;
    margin-right: 2%;
  }
  #top-link .link-wrap.card_col5 .link-card:nth-of-type(3) {
    margin-right: 0;
  }
  #top-link .link-wrap.card_col5 .link-card:not(:nth-of-type(-n+3)) {
    margin-top: 3%;
  }
}
@media (min-width: 1000px) {
  #top-link .link-wrap.card_col5 .img {
    padding-top: 80.8510638298%;
  }
}
#top-link .img {
  position: relative;
  padding-top: 50%;
}
@media (max-width: 768px) {
  #top-link .img {
    padding-top: 50%;
  }
}
#top-link .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-link .ttl {
  padding: 0 40px 0 0;
  color: #265b9c;
  letter-spacing: 0.1em;
  margin: 22px 0 0;
  line-height: 1.3333333333;
  position: relative;
  background: url(/wp-content/uploads/link_002.png) no-repeat right center/1em;
  padding-right: 1.25em;
}
@media (min-width: 768px) {
  #top-link .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  #top-link .ttl {
    margin: 12px 0 0;
  }
}
#top-link .ttl:before {
  content: none;
}
#top-link .btn {
  margin-top: 32px;
}
#top-link a {
  text-decoration: none;
  display: block;
  transition: 0.3s;
}
#top-link a:hover {
  opacity: 0.8;
}

#top-info .box_wrap {
  display: grid;
}
@media (min-width: 768px) {
  #top-info .box_wrap {
    gap: 0 4%;
    grid-template-columns: minmax(280px, 31.6%) 1fr;
  }
  #top-info .box_wrap.col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  #top-info .box_wrap.col3 .box_col1 {
    grid-column: 1/2;
  }
  #top-info .box_wrap.col3 .box_col3 {
    grid-column: 2/4;
  }
}
@media (max-width: 767px) {
  #top-info .box_wrap {
    grid-template: "map" max-content "text_box" max-content/1fr;
    gap: 30px 0;
  }
}
@media (max-width: 767px) {
  #top-info .text_box {
    grid-area: text_box;
  }
}
#top-info .logo_img {
  margin-bottom: 40px;
  max-width: 300px;
}
@media (max-width: 767px) {
  #top-info .logo_img {
    margin: 0 auto 20px;
    max-width: 280px;
  }
}
#top-info .tel {
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  margin: 0 0 36px;
}
@media (max-width: 767px) {
  #top-info .tel {
    margin: 0 0 16px;
  }
}
#top-info .address {
  line-height: 1.75;
  letter-spacing: 0.05em;
}
#top-info .address + .info-list {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #top-info .address + .info-list {
    margin-top: 20px;
  }
}
#top-info .info-list {
  line-height: 1.75;
  letter-spacing: 0.05em;
  display: grid;
  gap: 0.5em 16px;
  grid-template-columns: 70px 1fr;
}
@media (max-width: 767px) {
  #top-info .info-list {
    gap: 0.3em 16px;
  }
}
#top-info .info-list dt,
#top-info .info-list dd {
  margin: 0;
}
#top-info .btns {
  margin-top: 34px;
}
#top-info .btns > *:not(:last-child) {
  margin-bottom: 14px;
}
#top-info .map {
  position: relative;
}
@media (max-width: 767px) {
  #top-info .map {
    grid-area: map;
    padding-top: 90%;
  }
}
#top-info .map.demo .demo-text {
  background: #e5e5e5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #265b9c;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-info .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top-news {
  margin-top: 100px;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  #top-news {
    margin-top: 67px;
    margin-top: 6.7rem;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  #top-news .ttl {
    width: 22%;
    min-width: 160px;
    padding-right: 4%;
  }
}
#top-news .ttl h3 {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  #top-news .ttl h3 {
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
  }
}
@media (min-width: 768px) {
  #top-news .news-box {
    width: 100%;
  }
}
#top-news .news-list {
  margin: 0;
}
@media (min-width: 768px) {
  #top-news .news-list {
    display: flex;
    flex-wrap: wrap;
  }
}
#top-news .news-list dt,
#top-news .news-list dd {
  margin-left: 0;
  margin-right: 0;
  padding: 1.3em 0;
  border-bottom: 1px solid rgba(27, 27, 27, 0.2);
}
#top-news .news-list dt:first-of-type,
#top-news .news-list dd:first-of-type {
  border-top: 1px solid rgba(27, 27, 27, 0.2);
}
@media (max-width: 767px) {
  #top-news .news-list dt,
  #top-news .news-list dd {
    padding-left: 0.3em;
    padding-right: 0.3em;
  }
}
#top-news .news-list dt {
  color: #265b9c;
}
@media (min-width: 768px) {
  #top-news .news-list dt {
    width: 130px;
    padding-right: 2em;
  }
}
@media (max-width: 767px) {
  #top-news .news-list dt {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  #top-news .news-list dd {
    width: calc(100% - 130px);
    padding-right: 1em;
  }
}
@media (max-width: 767px) {
  #top-news .news-list dd {
    padding-top: 0.5em;
  }
  #top-news .news-list dd:first-of-type {
    border-top: 0;
  }
}

#top-live iframe {
  min-height: 250px;
}
@media (max-width: 767px) {
  #top-live iframe {
    min-height: 390px;
  }
}

#top-doctor {
  background: #448aca;
  padding: 120px 0;
}
@media (max-width: 767px) {
  #top-doctor {
    padding: 60px 0;
  }
}
#top-doctor *:not(.btn):not(.btn > a) {
  color: #fff;
}
@media (min-width: 768px) {
  #top-doctor h2 {
    margin-bottom: 0;
  }
}
#top-doctor h2:before {
  background: #fff;
}
@media (min-width: 768px) {
  #top-doctor .box {
    display: grid;
    gap: 10px 3.3333333333%;
    grid-template: "text img"/50% 46.6666666667%;
    align-items: center;
  }
  #top-doctor .box.reverse {
    grid-template: "img text"/46.6666666667% 50%;
  }
  #top-doctor .box.reverse .img {
    justify-self: end;
  }
}
#top-doctor .img {
  grid-area: img;
  justify-self: start;
}
@media (max-width: 767px) {
  #top-doctor .img {
    margin-bottom: 26px;
  }
}
#top-doctor .img img {
  max-width: 418px;
  width: 100%;
}
@media (max-width: 767px) {
  #top-doctor .img img {
    max-width: 300px;
  }
}
#top-doctor .text-box {
  grid-area: text;
}
@media (min-width: 768px) {
  #top-doctor .text-box {
    padding: 20px 0;
  }
}
#top-doctor .name {
  font-weight: normal;
  padding: 0;
  line-height: 1.3333333333;
  letter-spacing: 0.2em;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  #top-doctor .name {
    margin-bottom: 18px;
    text-align: center;
  }
}
#top-doctor .name:before, #top-doctor .name:after {
  content: none;
}
#top-doctor p:not(.btn) {
  line-height: 1.875;
  letter-spacing: 0.05em;
}
#top-doctor .btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #top-doctor .btn {
    margin-top: 30px;
  }
}

#top-map {
  position: relative;
  padding-top: 400px;
  margin: 0;
}
#top-map iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  #top-clinic {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  #top-clinic .box {
    display: grid;
    grid-template: "img text-box"/56% 56%;
    gap: 0 8%;
  }
  #top-clinic .box.reverse {
    grid-template: "text-box img"/56% 56%;
  }
}
#top-clinic .img {
  position: relative;
}
@media (max-width: 767px) {
  #top-clinic .img {
    padding-top: 60%;
    margin-bottom: 26px;
  }
}
#top-clinic .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-clinic .text-box {
  grid-area: text-box;
}
@media (min-width: 768px) {
  #top-clinic .text-box {
    padding: 30px 0;
  }
}
#top-clinic .logo_text {
  line-height: 1.3333333333;
  padding: 0;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  #top-clinic .logo_text {
    font-size: 30px;
    font-size: 3rem;
    text-align: left;
  }
}
@media (max-width: 767px) {
  #top-clinic .logo_text {
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
  }
}
#top-clinic .logo_text:before, #top-clinic .logo_text:after {
  content: none;
}
#top-clinic p {
  margin: 0;
}
#top-clinic .tel {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  padding-left: 1em;
  color: #265b9c;
  background: url(/mizuno-hifuka/wp-content/uploads/tel_icon.png) no-repeat center left/0.75em;
}
#top-clinic .tel a {
  color: #265b9c;
}
#top-clinic .info {
  margin-top: 26px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #top-clinic .info {
    margin-top: 20px;
  }
}
#top-clinic .table-box {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #top-clinic .table-box {
    margin-top: 20px;
  }
}
#top-clinic .table-box table {
  text-align: center;
}
#top-clinic .table-box table th,
#top-clinic .table-box table td {
  background: transparent;
  color: #1b1b1b;
  border-color: rgba(27, 27, 27, 0.2);
  font-weight: normal;
  padding: 0.8em 0.2em;
}
#top-clinic .table-box table th {
  letter-spacing: 0.1em;
}
#top-clinic .table-box table th:first-child {
  text-align: left;
}
#top-clinic .table-box thead th {
  width: 8%;
  border-left: 0;
}
#top-clinic .table-box thead th:first-child {
  padding-left: 0.8em;
  padding-right: 0.2em;
}
#top-clinic .table-box thead th:last-child {
  border-right: 0;
}
#top-clinic .table-box thead th.one {
  width: 10%;
}
#top-clinic .table-box thead th.one-half {
  width: 15%;
}
#top-clinic .table-box thead th.two {
  width: 20%;
}
#top-clinic .table-box thead th.three {
  width: 30%;
}
#top-clinic .table-box tbody th:first-child {
  padding-left: 0.8em;
  padding-right: 0.2em;
  border-left: 0;
}
#top-clinic .table-box tbody td {
  border-left: 0;
}
#top-clinic .table-box tbody td:last-child {
  border-right: 0;
}
#top-clinic .table-box tbody tr > * {
  padding: 0.7em 0.1em;
}
#top-clinic .table-box tbody tr:not(:first-of-type) th {
  border-top: 0;
}
#top-clinic .table-info {
  margin-top: 14px;
}
#top-clinic .table-info p {
  line-height: 1.5;
}

@media (min-width: 768px) {
  #top-access {
    margin-bottom: 90px;
  }
}
#top-access .container {
  max-width: none;
  padding: 0;
}
#top-access .map {
  position: relative;
  padding-top: 400px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  #top-access .map {
    margin-bottom: 30px;
    padding-top: 90%;
  }
}
#top-access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top-access .access {
  max-width: calc(1000px + 12%);
  padding: 0 6%;
  margin: auto;
}
@media (min-width: 768px) {
  #top-access .access-list {
    display: grid;
    gap: 10px 6px;
    grid-template-columns: repeat(1, 120px auto);
    place-content: center;
  }
}
#top-access .access-list dt,
#top-access .access-list dd {
  line-height: 1.625;
  letter-spacing: 0.05em;
}
#top-access .access-list dt {
  position: relative;
  padding-left: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #top-access .access-list dt:not(:last-child) {
    margin-bottom: 4px;
  }
}
#top-access .access-list dt:before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #265b9c;
  position: absolute;
  top: 0.7em;
  left: 0;
  right: auto;
  bottom: auto;
  margin: 0 auto;
}
#top-access .access-list dd {
  margin-left: 0;
}
@media (max-width: 767px) {
  #top-access .access-list dd:not(:last-child) {
    margin-bottom: 24px;
  }
}
#top-access .btn {
  margin-top: 35px;
}
@media (max-width: 767px) {
  #top-access .btn {
    margin-top: 40px;
  }
}

/* ===============================================
# サイド追尾
=============================================== */
.side_fix {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
@media (max-width: 1023px) {
  .side_fix {
    display: none;
  }
}
.side_fix ul {
  margin: 0;
  padding: 0;
}
.side_fix ul li {
  list-style: none;
  margin-bottom: 0;
}
.side_fix ul li:not(:last-child) {
  margin-bottom: 10px;
}
.side_fix ul li:nth-of-type(1) a {
  background: #40BC00;
}
.side_fix ul li:nth-of-type(1) a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(/wp-content/uploads/template_line_icon.png) no-repeat center/contain;
  position: absolute;
  top: 25px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.side_fix ul li a {
  writing-mode: vertical-rl;
  text-orientation: upright;
  /* すべて縦方向に表示 */
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 1.875em;
  padding: 65px 20px 25px;
  transition: 0.3s;
  letter-spacing: 0.1em;
  position: relative;
}
.side_fix ul li a:hover {
  transition: 0.3s;
  opacity: 0.8;
}
.side_fix ul li a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  top: 25px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}/*# sourceMappingURL=main.css.map */