@charset "UTF-8";
/*
 Theme Name:   oofuna
 Theme URI:    https://www.sugiyama-dental.com/
 Description:  oofuna
 Author:       oofuna
 Author URI:   https://www.sugiyama-dental.com/
 Version:      1.0
 Tags:
 Text Domain:  oofuna
*/
/*===========================================================*/
/* メディアクエリ */
/*===========================================================*/
/* PCブレイクポイント */
/* タブレットブレイクポイント */
/* スマホブレイクポイント */
/*===========================================================*/
/* Flexbox */
/*===========================================================*/
/* flexbox 横並びを解除した時の子スタイル */
/* flexbox 親スタイル */
/*===========================================================*/
/* Fontsize */
/*===========================================================*/
/* h1 */
/* h2 */
/* h3 */
/* h4 */
/* 通常テキストなど */
/* 小さめテキスト */
/* より小さめテキスト */
/* variables */
/* 1rem */
/* 1.2rem */
/* 1.4rem */
/* 1.8rem */
/* 2rem */
/* 2.4rem */
/* 3rem */
/* 3.2rem */
/* 4rem */
/*--------------------------------------------------------------
 reset.css
--------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*--------------------------------------------------------------
basic
--------------------------------------------------------------*/
body, html {
  height: 100%; }

html {
  font-size: 62.5%;
  /* 10px; */ }

body {
  overflow-x: hidden;
  font-size: 1.0rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.04rem; }

html {
  -webkit-text-size-adjust: 100%; }

@media (max-width: 768px) {
  body {
    line-height: 1.6; } }
img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border: none; }

p {
  line-height: 2; }

a, a:visited, a:hover, a:focus, a:active {
  color: #143d72;
  text-decoration: none; }

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*===========================================================*/
/* 白い枠 */
/*===========================================================*/
.white-frame {
  padding: 4rem;
  background-color: #FFF;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
  border-radius: .8rem; }

/*===========================================================*/
/* ボタン */
/*===========================================================*/
.button-wrap {
  text-align: center; }

.button {
  position: relative;
  display: inline-block;
  color: #FFF !important;
  padding: 0.5rem 2rem;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  background: linear-gradient(90deg, #2950a0 0.05%, #14317c 100%);
  border-radius: 9999px; }
.button::after {
  content: "";
  position: absolute;
  top: calc(50% - .3rem);
  right: 1rem;
  width: .6rem;
  height: .6rem;
  border-top: 0.15rem solid #FFF;
  border-right: 0.15rem solid #FFF;
  transform: rotate(45deg); }
@media screen and (max-width: 959px) {
  .button::after {
    right: 2rem; } }
.button.is-nav {
  width: 100%; }
@media screen and (max-width: 1199px) {
  .button.is-nav {
    padding: 1rem 0; } }
.button.is-wide {
  padding: 1rem 6rem;
  font-size: 1.6rem; }
@media screen and (max-width: 959px) {
  .button.is-wide {
    font-size: 1.4rem; } }
@media screen and (max-width: 575px) {
  .button.is-wide {
    width: 100%;
    padding: 1rem 0;
    font-size: 1.2rem; } }
.button.is-wide::after {
  top: calc(50% - 0.4rem);
  right: 1.6rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.2rem solid #FFF;
  border-right: 0.2rem solid #FFF; }
.button.is-white {
  width: 100%;
  margin: 0 0.5rem;
  font-size: 1.4rem;
  color: #143d72 !important;
  background: #FFF; }
@media screen and (max-width: 575px) {
  .button.is-white {
    margin: 0; } }
.button.is-white::after {
  border-top: 0.15rem solid #143d72;
  border-right: 0.15rem solid #143d72; }
.button.is-access {
  margin-left: 0.4rem;
  padding: 0.5rem 6rem;
  display: block;
  text-align: center; }
@media screen and (max-width: 575px) {
  .button.is-access {
    display: inline-block;
    margin-left: 0; } }

/*===========================================================*/
/* リンク */
/*===========================================================*/
/* もっと見るリンク */
.more-read {
  border-bottom: solid 1px #143d72;
  font-weight: 600; }
.more-read a {
  position: relative;
  display: block;
  padding-right: 1rem;
  font-size: 1.4rem; }
.more-read a::after {
  content: '';
  position: absolute;
  right: 0;
  top: .4rem;
  width: .8rem;
  height: .8rem;
  border-top: 0.2rem solid #143d72;
  border-right: 0.2rem solid #143d72;
  transform: rotate(45deg); }
@media screen and (max-width: 575px) {
  .more-read a {
    font-size: 1.2rem; } }
.more-read:hover {
  border-bottom: none; }

/* テキストリンク */
.text-link {
  font-size: 1.6rem;
  display: block;
  text-decoration: underline; }
@media screen and (max-width: 1199px) {
  .text-link {
    font-size: 1.4rem;
    /* 1.4rem */ } }
.text-link.is-inline {
  display: inline; }

/*===========================================================*/
/*　タイトル　*/
/*===========================================================*/
.general-title {
  margin-bottom: 8rem;
  padding: 12rem 0 3rem;
  text-align: center; }
@media screen and (max-width: 959px) {
  .general-title {
    margin-bottom: 4rem;
    padding: 6rem 0 2rem; } }
@media screen and (max-width: 575px) {
  .general-title {
    padding: 2rem 0 0; } }
.general-title span {
  color: #143d72; }
.general-title__sub {
  display: block;
  font-size: 1.4rem;
  letter-spacing: .4rem; }
@media screen and (max-width: 959px) {
  .general-title__sub {
    font-size: 1.2rem; } }
.general-title__title {
  position: relative;
  padding-bottom: 3rem;
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: .8rem; }
@media screen and (max-width: 959px) {
  .general-title__title {
    padding-bottom: 2rem; } }
@media screen and (max-width: 575px) {
  .general-title__title {
    letter-spacing: .4rem; } }
.general-title__title::after {
  content: '';
  position: absolute;
  right: calc(50% - 3rem);
  bottom: 0;
  width: 6rem;
  height: .3rem;
  background-color: #143d72; }
@media screen and (max-width: 959px) {
  .general-title__title {
    font-size: 2rem; } }

/* お知らせやブログのタイトル */
.update-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-items: center;
  margin-bottom: 3rem;
  line-height: 1; }
@media screen and (max-width: 959px) {
  .update-title {
    flex-direction: column; } }
@media screen and (max-width: 1199px) {
  .update-title {
    flex-direction: row;
    position: relative; } }
.update-title__title {
  margin-right: 1rem;
  color: #143d72;
  font-size: 3rem;
  font-family: "Heebo", sans-serif;
  font-weight: 600;
  letter-spacing: .4rem; }
@media screen and (max-width: 1199px) {
  .update-title__title {
    margin-right: 0;
    font-size: 2.4rem; } }
@media screen and (max-width: 575px) {
  .update-title__title {
    font-size: 1.6rem;
    letter-spacing: .1rem; } }
@media screen and (max-width: 575px) {
  .update-title.is-blog {
    margin-bottom: 0; } }
.update-title.is-blog::after {
  content: none; }
.update-title__sub {
  font-size: 1.4rem; }
@media screen and (max-width: 1199px) {
  .update-title__sub {
    font-size: 1.2rem; } }
@media screen and (max-width: 1199px) {
  .update-title::after {
    content: "";
    position: absolute;
    width: calc(100% + 6.4rem);
    height: 0.1rem;
    left: -3.2rem;
    right: 0;
    top: 3rem;
    background-color: #D6DDE8; } }

/*===========================================================*/
/*　タグ　*/
/*===========================================================*/
.updates li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-items: center;
  justify-content: flex-start; }
@media screen and (max-width: 959px) {
  .updates li {
    flex-direction: column; } }
@media screen and (max-width: 1199px) {
  .updates li {
    flex-direction: row; } }
.updates li:not(:last-child) {
  margin-bottom: 1rem; }
.updates__tag {
  padding: .4rem 1.2rem;
  border-radius: 1.4rem;
  background-color: #143d72;
  color: #FFF;
  letter-spacing: .1rem; }
@media screen and (max-width: 575px) {
  .updates__tag {
    padding: .2rem 1rem; } }
.updates__date {
  margin: 0 .6rem;
  font-size: 1.2rem;
  color: #919191;
  letter-spacing: .1rem; }
@media screen and (max-width: 959px) {
  .updates__date {
    margin: 0 0.6rem; } }
@media screen and (max-width: 575px) {
  .updates__date.is-blog {
    display: block;
    margin: 0.4rem 0 0 0; } }
.updates__text {
  margin-top: 0.2rem;
  letter-spacing: .1rem;
  font-size: 1.4rem; }
@media screen and (max-width: 959px) {
  .updates__text {
    margin-top: .4rem; } }
@media screen and (max-width: 575px) {
  .updates__text {
    letter-spacing: normal; } }

/*===========================================================*/
/*　箇条書き　*/
/*===========================================================*/
.desc {
  line-height: 2;
  font-size: 1.6rem; }
@media screen and (max-width: 1199px) {
  .desc {
    font-size: 1.4rem;
    /* 1.4rem */ } }
.desc li {
  padding-left: 1.6rem;
  background: url(images/common/icom-desc.png) left 1.2rem/1rem 1rem no-repeat; }
.desc li ul li {
  background: none;
  list-style-position: inside; }
.desc.is-line {
  line-height: inherit; }
.desc.is-line li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: dashed 1px #143d72; }
.desc.is-margin {
  margin: 2rem 0; }
.desc.is-no-desc li {
  margin-top: 1rem;
  background: none; }

.no-desc {
  line-height: 2;
  font-size: 1.6rem; }
@media screen and (max-width: 1199px) {
  .no-desc {
    font-size: 1.4rem;
    /* 1.4rem */ } }

/*===========================================================*/
/*　コンテンツ内部　フレーム　*/
/*===========================================================*/
.frame-gray {
  margin-bottom: 4rem;
  padding: 2rem 2.6rem;
  background-color: #EFEFEF;
  font-size: 1.6rem; }
@media screen and (max-width: 1199px) {
  .frame-gray {
    font-size: 1.4rem;
    /* 1.4rem */ } }
@media screen and (max-width: 575px) {
  .frame-gray {
    padding: 1.6rem 2rem; } }
.frame-gray__title {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  padding: .2rem 1rem;
  font-weight: 600; }
.frame-gray__title span {
  position: relative;
  z-index: 2000; }
.frame-gray__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.2rem;
  z-index: 1000;
  /* spanよりも下に来るようにする */
  background-color: #FFF; }
.frame-gray li {
  font-size: 1.4rem; }
.frame-gray__inner-text {
  font-size: 1.4rem;
  line-height: 1.8; }
.frame-gray + .frame-gray {
  margin-top: -2rem; }

/*===========================================================*/
/*　テキスト　*/
/*===========================================================*/
/* 色 */
.color-red {
  color: #E20C0C; }

.color-blue {
  color: #0C47E2; }

.color-green {
  color: #49AE4A; }

.color-orange {
  color: #FF6600; }

.color-right-green {
  color: #8AFD9E; }

.color-right-yellow {
  color: #FFED00; }

/* ウェイト */
.font-weight-bold {
  font-weight: 600; }

/* サイズ */
.font-size-smaller {
  display: inline-block;
  font-size: 1.4rem; }
@media screen and (max-width: 959px) {
  .font-size-smaller {
    font-size: 1.2rem;
    /* 1.2rem */ } }

.font-size-normal {
  font-size: 1.6rem; }
@media screen and (max-width: 1199px) {
  .font-size-normal {
    font-size: 1.4rem;
    /* 1.4rem */ } }

/* 寄せ */
.text-align-center {
  display: block;
  text-align: center; }

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

/* インラインブロック */
.blank {
  display: inline-block;
  text-indent: -.4rem; }

/* 下線、マーカー */
.marker-yellow {
  background: linear-gradient(transparent 40%, #FFFF66 40%); }

/*===========================================================*/
/* ボーダー */
/*===========================================================*/
.border {
  border: solid 0.2rem #919191; }

/*===========================================================*/
/*　余白　*/
/*===========================================================*/
.mb-2 {
  margin-bottom: 2rem !important; }

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

.mb-8 {
  margin-bottom: 8rem !important; }

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

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

/*===========================================================*/
/*　コンテンツ内部　矢印　*/
/*===========================================================*/
/* 右向き矢印 */
.arrow-right {
  position: relative; }
.arrow-right::after {
  position: absolute;
  content: "";
  top: 40%;
  right: -9rem;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-color: transparent transparent transparent #b3aba1;
  border-style: solid;
  border-width: 2rem 0 2rem 1.5rem; }
@media screen and (max-width: 1199px) {
  .arrow-right::after {
    content: none; } }

/* 下向き矢印 */
.arrow-bottom {
  position: relative;
  margin-bottom: 8rem !important; }
.arrow-bottom::after {
  position: absolute;
  content: "";
  bottom: -5rem;
  left: calc(50% - 1rem);
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-color: #b3aba1 transparent transparent;
  border-style: solid;
  border-width: 1.5rem 2rem 0; }

/*===========================================================*/
/*　回り込み解除　*/
/*===========================================================*/
.clearfix::after {
  content: " ";
  display: block;
  clear: both; }

/*===========================================================*/
/*　画像　*/
/*===========================================================*/
img.img-round-shadow {
  border-radius: .6rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2); }

/*===========================================================*/
/*　画像の拡大　*/
/*===========================================================*/
.zoomIn img {
  transform: scale(1);
  transition: .3s ease-in-out;
  /*移り変わる速さを変更したい場合はこの数値を変更*/ }
.zoomIn a:hover {
  /*hoverした時の変化*/ }
.zoomIn a:hover img {
  transform: scale(1.2);
  /*拡大の値を変更したい場合はこの数値を変更*/ }

/*　画像のマスク　*/
.mask {
  display: block;
  line-height: 0;
  /*行の高さを0にする*/
  overflow: hidden;
  /*拡大してはみ出る要素を隠す*/ }

/*===========================================================*/
/* （画像 + テキスト）* 4  横並びボックス */
/*===========================================================*/
.line-content-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start; }
@media screen and (max-width: 959px) {
  .line-content-wrap {
    flex-direction: column; } }
@media screen and (max-width: 959px) {
  .line-content-wrap {
    flex-direction: row; } }

.line-content {
  display: block;
  width: calc((100% - 6%) / 4);
  margin: 0 2% 4rem 0;
  font-size: 1.6rem; }
.line-content:nth-of-type(4n) {
  margin-right: 0; }
@media screen and (max-width: 959px) {
  .line-content {
    width: 48%;
    margin-right: 4%; }
  .line-content:nth-of-type(2n) {
    margin-right: 0; } }
@media screen and (max-width: 575px) {
  .line-content {
    width: 100%;
    margin-right: 0; }
  .line-content:last-of-type {
    margin-bottom: 0; } }
.line-content__image {
  padding: .2rem;
  border: solid 0.1rem #919191;
  background: #FFF; }

.line-content-title {
  margin: 2rem 0 1rem;
  font-size: 1.2rem;
  color: #919191; }
@media screen and (max-width: 575px) {
  .line-content-title {
    font-size: 1rem;
    /* 1rem */ } }
.line-content-title > div {
  display: inline; }
.line-content-title__date {
  padding-right: .7rem; }
.line-content-title__tag {
  position: relative;
  padding-left: 1rem; }
.line-content-title__tag:before {
  content: "";
  position: absolute;
  top: .2rem;
  left: 0;
  width: .1rem;
  height: 1.4rem;
  background-color: #919191; }

.line-content-text {
  margin-top: 2rem;
  line-height: 1.6; }
.line-content-text ul {
  list-style: disc;
  list-style-position: inside; }

/*===========================================================*/
/* テーブル・表デザイン */
/*===========================================================*/
/* 通常テーブル */
.table, .post-single-content-entry table {
  width: 100%;
  margin: 4rem 0;
  font-size: 1.4rem;
  border-top: solid 1px #93A3B8;
  border-right: solid 1px #93A3B8; }
.table th, .post-single-content-entry table th, .table td, .post-single-content-entry table td {
  padding: 1.6rem;
  text-align: center;
  vertical-align: middle;
  border-left: solid 1px #93A3B8;
  border-bottom: solid 1px #93A3B8; }
@media screen and (max-width: 575px) {
  .table th, .post-single-content-entry table th, .table td, .post-single-content-entry table td {
    padding: 1.2rem; } }
.table th, .post-single-content-entry table th {
  font-weight: 600;
  background-color: #D6DDE8; }
.table td, .post-single-content-entry table td {
  background-color: #FFF; }
.table.is-top, .post-single-content-entry table.is-top {
  margin: 0 0 1rem;
  border-top: none;
  border-right: none; }
@media screen and (max-width: 575px) {
  .table.is-top, .post-single-content-entry table.is-top {
    font-size: 1.2rem; } }
.table.is-top tr.no-border th, .post-single-content-entry table.is-top tr.no-border th, .table.is-top tr.no-border td, .post-single-content-entry table.is-top tr.no-border td {
  border-bottom: none; }
.table.is-top tr .no-border-left, .post-single-content-entry table.is-top tr .no-border-left {
  border-left: none; }
@media screen and (max-width: 575px) {
  .table.is-top th, .post-single-content-entry table.is-top th, .table.is-top td, .post-single-content-entry table.is-top td {
    padding: .6rem; } }
.table.is-top .adjust, .post-single-content-entry table.is-top .adjust {
  padding: 0; }
.table.is-left td, .post-single-content-entry table.is-left td {
  text-align: left; }

/*===========================================================*/
/* タブ風デザイン */
/*===========================================================*/
.tab-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 6rem;
  font-size: 1.6rem;
  font-weight: 600; }
@media screen and (max-width: 959px) {
  .tab-group {
    flex-direction: column; } }
@media screen and (max-width: 1199px) {
  .tab-group {
    font-size: 1.4rem;
    /* 1.4rem */ } }
@media screen and (max-width: 1199px) {
  .tab-group {
    margin-bottom: 4rem; } }
@media screen and (max-width: 959px) {
  .tab-group {
    flex-direction: row; } }
@media screen and (max-width: 575px) {
  .tab-group {
    margin-bottom: 0; } }
.tab-group li {
  margin-right: 2rem;
  padding: 0 0.6rem 1rem;
  border-bottom: solid 0.2rem #143d72; }
@media screen and (max-width: 959px) {
  .tab-group li {
    margin-right: 2rem; } }
@media screen and (max-width: 575px) {
  .tab-group li {
    margin: 0 2rem 1.6rem 0; } }
@media screen and (max-width: 575px) {
  .tab-group li:last-of-type {
    margin-right: 0; } }
@media screen and (max-width: 575px) {
  .tab-group li:not(:last-of-type) {
    margin-right: 1rem; } }

/*===========================================================*/
/* 画像 */
/*===========================================================*/
/* 画像横幅auto */
.image-auto {
  display: block;
  width: auto;
  margin: 0 auto; }

/*===========================================================*/
/* pagetop */
/*===========================================================*/
.page-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 10001;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(10rem); }
.page-top a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  color: #143d72;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
  background-color: #FFF;
  border-radius: 4rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2); }
@media screen and (max-width: 959px) {
  .page-top a {
    flex-direction: column; } }
.page-top a:hover {
  background-color: #F4F4F4; }
@media screen and (max-width: 575px) {
  .page-top a {
    width: 6rem;
    height: 6rem; } }
.page-top span {
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  border-top: 0.2rem solid #143d72;
  border-left: 0.2rem solid #143d72;
  transform: rotate(45deg);
  margin: 2rem 0 0 0; }
@media screen and (max-width: 575px) {
  .page-top span {
    width: 2rem;
    height: 2rem;
    margin-top: 1rem; } }
.page-top.UpMove {
  /* 上に上がる動き */
  animation: UpAnime 0.5s forwards; }
.page-top.DownMove {
  /* 下に下がる動き */
  animation: DownAnime 0.5s forwards; }

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(10rem); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 1;
    transform: translateY(10rem); } }
/*==================================================
ふわっと現れる
===================================*/
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/*===========================================================*/
/* Common Style */
/*===========================================================*/
.wrapper {
  overflow: hidden; }

/*===========================================================*/
/* header */
/*===========================================================*/
.header-information {
  position: relative;
  height: 6rem;
  padding: 1rem 2rem;
  text-align: right;
  background-color: #143d72;
  z-index: 9999;
  /* #headerより下にする */ }
.header-information a {
  position: relative;
  padding-right: 1rem;
  color: #FFF; }
.header-information a::after {
  content: '';
  position: absolute;
  right: 0;
  top: .5rem;
  width: .6rem;
  height: .6rem;
  border-top: 0.1rem solid #FFF;
  border-right: 0.1rem solid #FFF;
  transform: rotate(45deg); }
@media screen and (max-width: 959px) {
  .header-information {
    padding: .8rem 1.2rem; } }

/* ドロップダウンメニュー */
#header {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-items: flex-end;
  margin: -2.5rem 2rem 0;
  padding: 1.6rem 2rem;
  background-color: #FFF;
  border-radius: 1rem;
  z-index: 10000;
  /* newsよりも上にする */
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2); }
@media screen and (max-width: 959px) {
  #header {
    flex-direction: column; } }
@media screen and (max-width: 1199px) {
  #header {
    flex-direction: row; } }
@media screen and (max-width: 959px) {
  #header {
    margin-top: -3.2rem;
    padding: 1.4rem; } }
@media screen and (max-width: 575px) {
  #header {
    padding: 1rem; } }
@media screen and (max-width: 1199px) {
  #header::after {
    content: "";
    position: absolute;
    top: 3.6rem;
    left: 0;
    right: 0;
    width: 100%;
    height: .1rem;
    background-color: #D6DDE8; } }
@media screen and (max-width: 959px) {
  #header::after {
    top: 3rem; } }
@media screen and (max-width: 575px) {
  #header::after {
    top: 3.8rem; } }

.header-left {
  width: 28rem; }
@media screen and (max-width: 1199px) {
  .header-left {
    width: 24rem; } }
@media screen and (max-width: 959px) {
  .header-left {
    width: auto; } }
.header-left__text {
  white-space: nowrap; }
@media screen and (max-width: 1199px) {
  .header-left__text {
    margin-bottom: 1rem; } }
@media screen and (max-width: 959px) {
  .header-left__text {
    white-space: normal;
    line-height: 1.2; } }

.site-logo {
  display: block;
  padding-left: 1rem; }
@media screen and (max-width: 959px) {
  .site-logo.is-head {
    width: 16rem;
    padding-left: 0; } }
@media screen and (max-width: 575px) {
  .site-logo.is-head {
    width: 15.4rem;
    padding-left: .6rem; } }

.g-nav {
  width: calc(100% - 28rem - 9rem);
  margin-bottom: -1.6rem; }
@media screen and (max-width: 1199px) {
  .g-nav {
    width: calc(100% - 24rem); } }
@media screen and (max-width: 1199px) {
  .g-nav {
    position: fixed;
    z-index: 1000000;
    /*ナビのスタート位置と形状*/
    top: -200%;
    left: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    background-color: #FFF;
    transition: all 0.6s; } }
.g-nav.panelactive {
  /*アクティブクラスがついたら位置を0に*/
  top: 0;
  padding-top: 8rem; }
.g-nav.panelactive .g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  padding-bottom: 40rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 575px) {
  .g-nav.panelactive {
    padding-top: 2rem; } }

.g-nav-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 2rem; }
@media screen and (max-width: 959px) {
  .g-nav-buttons {
    flex-direction: column; } }
@media screen and (max-width: 1199px) {
  .g-nav-buttons {
    flex-direction: column;
    align-items: stretch;
    margin: 0 10rem 1rem; } }
@media screen and (max-width: 575px) {
  .g-nav-buttons {
    margin: 0 4rem 1rem; } }
.g-nav-buttons__tel {
  margin-bottom: 0.5rem; }
.g-nav-buttons__tel span {
  display: block; }
@media screen and (max-width: 1199px) {
  .g-nav-buttons__tel span {
    display: inline; } }
.g-nav-buttons__tel span:nth-of-type(2) a {
  font-size: 2.4rem;
  color: #436db4;
  letter-spacing: .08rem;
  font-family: "Heebo", sans-serif;
  font-weight: 600; }
@media screen and (max-width: 1199px) {
  .g-nav-buttons__tel span:nth-of-type(2) a {
    font-size: 2rem; } }
.g-nav-buttons li:not(:last-child) {
  margin-right: .6rem; }
@media screen and (max-width: 1199px) {
  .g-nav-buttons li:not(:last-child) {
    margin: 0 0 1rem; } }

.g-nav-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-end;
  list-style: none;
  font-size: 1.4rem; }
@media screen and (max-width: 959px) {
  .g-nav-content {
    flex-direction: column; } }
@media screen and (max-width: 1199px) {
  .g-nav-content {
    flex-direction: column; } }
.g-nav-content ul {
  display: block; }
.g-nav-content > li:not(:last-child) {
  margin-right: 1.2rem; }
@media screen and (max-width: 1199px) {
  .g-nav-content > li:not(:last-child) {
    margin-right: 0; } }
.g-nav-content a {
  display: block;
  height: 4rem;
  padding: 1rem 2rem 1rem 1rem;
  transition: all .3s;
  color: #333;
  font-weight: 500; }
.g-nav-content a:hover {
  border-bottom: solid 0.4rem #143d72; }
@media screen and (max-width: 1199px) {
  .g-nav-content a:hover {
    border-bottom: none; } }
.g-nav-content li a {
  letter-spacing: .2rem; }

.g-nav-content li.has-child {
  position: relative; }
.g-nav-content li.has-child ul {
  position: absolute;
  left: calc(50% - 12rem);
  top: 4rem;
  z-index: 4;
  width: 24rem;
  text-align: center;
  background-color: #143d72;
  transition: all .3s;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0; }
@media screen and (max-width: 1199px) {
  .g-nav-content li.has-child ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
    transform: none; } }
.g-nav-content li.has-child ul.last {
  left: calc(50% - 8rem);
  width: 16rem; }
@media screen and (max-width: 1199px) {
  .g-nav-content li.has-child ul.last {
    left: 0;
    width: 100%; } }
.g-nav-content li.has-child ul li a {
  padding: 1rem 0.25rem;
  color: #FFF;
  border-bottom: solid 0.1rem #FFF; }
@media screen and (max-width: 1199px) {
  .g-nav-content li.has-child ul li a {
    color: #333;
    border-bottom: solid .1rem #ccc;
    background-color: #F4F4F4; } }
.g-nav-content li.has-child ul li a:hover, .g-nav-content li.has-child ul li a:active {
  background: rgba(255, 255, 255, 0.3); }
@media screen and (max-width: 959px) {
  .g-nav-content li.has-child ul li a:hover, .g-nav-content li.has-child ul li a:active {
    background-color: #F4F4F4; } }
.g-nav-content li.has-child ul li a span {
  font-size: 1rem;
  letter-spacing: -.01rem;
  margin-left: -0.5rem; }
.g-nav-content li.has-child ul li:last-child a {
  border-bottom: none; }
.g-nav-content li.has-child::after {
  content: '';
  position: absolute;
  right: .4rem;
  top: 1.8rem;
  width: .8rem;
  height: .8rem;
  border-top: 0.25rem solid #333;
  border-right: 0.25rem solid #333;
  transform: rotate(135deg); }
@media screen and (max-width: 1199px) {
  .g-nav-content li.has-child::after {
    right: 2rem; } }
@media screen and (max-width: 1199px) {
  .g-nav-content li.has-child.active::after {
    transform: rotate(-45deg); } }
.g-nav-content li.has-child:hover > ul, .g-nav-content li.has-child ul li:hover > ul, .g-nav-content li.has-child:active > ul {
  visibility: visible;
  opacity: 1; }

/* ハンバーガーメニュー（3本線が回転して×に） */
.g-nav-openbtn {
  display: none; }
@media screen and (max-width: 1199px) {
  .g-nav-openbtn {
    display: block;
    position: absolute;
    z-index: 1000001;
    top: 9.6rem;
    right: 4rem;
    width: 3rem;
    height: 4rem;
    cursor: pointer; } }
@media screen and (max-width: 959px) {
  .g-nav-openbtn {
    top: 7rem; } }
@media screen and (max-width: 575px) {
  .g-nav-openbtn {
    top: 8rem; } }
@media screen and (max-width: 1199px) {
  .g-nav-openbtn.openbtn-area {
    transition: all .4s; } }
@media screen and (max-width: 1199px) {
  .g-nav-openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 0;
    height: .2rem;
    background: #333;
    width: 100%; } }
@media screen and (max-width: 1199px) {
  .g-nav-openbtn span:nth-of-type(1) {
    top: 1rem; } }
@media screen and (max-width: 1199px) {
  .g-nav-openbtn span:nth-of-type(2) {
    top: 2rem; } }
@media screen and (max-width: 1199px) {
  .g-nav-openbtn span:nth-of-type(3) {
    top: 3rem; } }

.g-nav-openbtn.active {
  position: fixed;
  top: 0;
  right: 1rem; }
@media screen and (max-width: 1199px) {
  .g-nav-openbtn.active .openbtn-area {
    transform: rotateY(-360deg); } }
@media screen and (max-width: 1199px) {
  .g-nav-openbtn.active span:nth-of-type(1) {
    top: 1.8rem;
    right: 0;
    transform: translateY(6px) rotate(-135deg);
    width: 100%; } }
@media screen and (max-width: 1199px) {
  .g-nav-openbtn.active span:nth-of-type(2) {
    opacity: 0; } }
@media screen and (max-width: 1199px) {
  .g-nav-openbtn.active span:nth-of-type(3) {
    top: 3rem;
    right: 0;
    transform: translateY(-6px) rotate(135deg);
    width: 100%; } }

/*===========================================================*/
/* google　検索ボックスの上書き */
/*===========================================================*/
table.gsc-search-box td.gsc-input {
  width: 21.8rem !important;
  padding-right: 0 !important; }
@media screen and (max-width: 1199px) {
  table.gsc-search-box td.gsc-input {
    width: 18rem !important; } }

.gsc-search-button-v2 {
  margin-left: -2.2rem !important;
  padding: 0 !important; }
@media screen and (max-width: 1199px) {
  .gsc-search-button-v2 {
    margin-left: -3.6rem !important; } }

.gsst_b {
  display: none !important; }

.gsc-input-box {
  border-radius: 0.4rem; }

.gsib_a {
  padding: 0.2rem 0.6rem !important; }

/*===========================================================*/
/* セクション、横幅 */
/*===========================================================*/
.section {
  width: 101rem;
  margin: 8rem auto; }
@media screen and (max-width: 1199px) {
  .section {
    width: auto;
    margin: 4rem; } }
@media screen and (max-width: 959px) {
  .section {
    margin: 2rem; } }

.inner {
  width: 120rem;
  margin: 0 auto; }
@media screen and (max-width: 1199px) {
  .inner {
    width: auto;
    margin: 0 4rem 4rem; } }
@media screen and (max-width: 1199px) {
  .inner {
    margin: 0 2rem 4rem; } }
.inner.is-column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-items: flex-start; }
@media screen and (max-width: 959px) {
  .inner.is-column {
    flex-direction: column; } }
@media screen and (max-width: 959px) {
  .inner.is-column {
    flex-direction: column-reverse; } }
.inner.is-breadcrumbs {
  margin-bottom: 0; }
@media screen and (max-width: 575px) {
  .inner.is-breadcrumbs {
    margin: 0 1rem; } }
.inner.is-small {
  width: 100rem;
  margin: 8rem auto 12rem; }
@media screen and (max-width: 1199px) {
  .inner.is-small {
    width: auto;
    margin: 4rem 4rem 8rem; } }

/*===========================================================*/
/* トップページ */
/*===========================================================*/
.main-area {
  position: relative;
  margin: -17.38rem 0 8rem;
  padding-bottom: 4rem;
  background-color: #D6DDE8; }
@media screen and (max-width: 1199px) {
  .main-area {
    margin-bottom: 4rem; } }

.main-text-area {
  position: absolute;
  bottom: 17rem;
  left: 10rem;
  right: 10rem;
  width: 101rem;
  margin: 0 auto;
  text-align: right;
  z-index: 999;
  color: #FFF;
  text-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.5); }
@media screen and (max-width: 1199px) {
  .main-text-area {
    width: auto;
    left: 4rem;
    right: 4rem; } }
@media screen and (max-width: 575px) {
  .main-text-area {
    bottom: 8rem; } }

.catch-copy {
  font-size: 5.6rem;
  font-weight: 900;
  letter-spacing: 0.8rem; }
@media screen and (max-width: 1199px) {
  .catch-copy {
    font-size: 4rem; } }
@media screen and (max-width: 959px) {
  .catch-copy {
    font-size: 2.4rem;
    line-height: 1.4; } }
@media screen and (max-width: 575px) {
  .catch-copy {
    font-size: 1.6rem; } }

.lead-text {
  font-size: 1.6rem;
  letter-spacing: 0.2rem; }
@media screen and (max-width: 959px) {
  .lead-text {
    font-size: 1.4rem;
    line-height: 1.4; } }
@media screen and (max-width: 575px) {
  .lead-text {
    font-size: 1.2rem; } }

/* スライダーのためのcss */
.slider {
  position: relative;
  z-index: 1;
  /* z-indexの値をh1のz-indexの値よりも小さくして背景に回す */
  height: 100vh;
  /* スライダー全体の縦幅を画面の高さいっぱい（100vh）にする */ }

.slider-item {
  width: 100%;
  /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 100vh;
  /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

/*　背景画像設定　*/
.slider-item01 {
  background-image: url(images/page-toppage/image-main-01.png); }

.slider-item02 {
  background-image: url(images/page-toppage/image-main-02.png); }

.slider-item03 {
  background-image: url(images/page-toppage/image-main-03.png); }

.slick-slider {
  height: 70rem; }
@media screen and (max-width: 1199px) {
  .slick-slider {
    height: 60rem; } }
@media screen and (max-width: 575px) {
  .slick-slider {
    height: 40rem; } }

.slick-slide {
  height: 70rem !important; }
@media screen and (max-width: 1199px) {
  .slick-slide {
    height: 60rem !important; } }
@media screen and (max-width: 575px) {
  .slick-slide {
    height: 40rem !important; } }

/* ニュース */
.news {
  position: relative;
  margin-top: -10rem;
  margin-bottom: 0;
  padding: 4rem 4.2rem;
  z-index: 9999; }
@media screen and (max-width: 1199px) {
  .news {
    padding: 3rem 3.2rem; } }
@media screen and (max-width: 575px) {
  .news {
    margin-top: -4rem;
    padding: 2.4rem; } }

/* 当院の特徴 */
.features-wrap {
  position: relative; }
.features-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 107.8rem;
  height: 100%;
  background-color: #EFEAE1;
  z-index: -1; }
@media screen and (max-width: 1199px) {
  .features-wrap::before {
    width: 90%; } }
@media screen and (max-width: 575px) {
  .features-wrap::before {
    width: 80%; } }

.features {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative; }
@media screen and (max-width: 959px) {
  .features {
    flex-direction: column; } }
.features::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16rem;
  width: 100%;
  height: 16rem;
  background: linear-gradient(90deg, #2950a0 0.05%, #14317c 100%); }
@media screen and (max-width: 959px) {
  .features::after {
    bottom: 0; } }
@media screen and (max-width: 575px) {
  .features::after {
    height: 8rem; } }

.features-title {
  width: 101rem;
  margin: 0 auto 8rem;
  padding-top: 13rem; }
@media screen and (max-width: 1199px) {
  .features-title {
    width: auto;
    margin: 0 4rem 4rem; } }
@media screen and (max-width: 959px) {
  .features-title {
    padding-top: 8rem; } }
@media screen and (max-width: 575px) {
  .features-title {
    margin-bottom: 2rem;
    padding-top: 4rem; } }
.features-title__sub {
  display: block;
  font-size: 1.4rem;
  letter-spacing: .4rem; }
@media screen and (max-width: 959px) {
  .features-title__sub {
    font-size: 1.2rem; } }
.features-title__title {
  font-size: 6.4rem;
  font-weight: 600;
  letter-spacing: .8rem; }
@media screen and (max-width: 959px) {
  .features-title__title {
    font-size: 3rem; } }
@media screen and (max-width: 575px) {
  .features-title__title {
    font-size: 2.4rem; } }

.features-contents {
  position: absolute;
  top: 20rem;
  right: 12rem;
  width: calc(100% - 64rem); }
@media screen and (max-width: 1199px) {
  .features-contents {
    top: 10rem;
    right: 4rem;
    width: calc(100% - 48rem + 4rem); } }
@media screen and (max-width: 959px) {
  .features-contents {
    position: relative;
    width: auto;
    top: 0;
    right: auto;
    margin: 0 2rem 4rem; } }
@media screen and (max-width: 959px) {
  .features-contents {
    margin-bottom: 2rem; } }

.features-content {
  padding: 8rem 8rem 6rem; }
.features-content:not(:last-child) {
  margin-bottom: 12rem; }
@media screen and (max-width: 1199px) {
  .features-content:not(:last-child) {
    margin-bottom: 8rem; } }
@media screen and (max-width: 959px) {
  .features-content:not(:last-child) {
    margin-bottom: 4rem; } }
@media screen and (max-width: 575px) {
  .features-content:not(:last-child) {
    margin-bottom: 2rem;
    padding: 3rem 2.6rem 2rem; } }
@media screen and (max-width: 1199px) {
  .features-content {
    padding: 5rem 5rem 3rem; } }
@media screen and (max-width: 959px) {
  .features-content {
    padding: 4rem 3rem 3rem; } }
.features-content h3 {
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 600; }
@media screen and (max-width: 1199px) {
  .features-content h3 {
    margin-bottom: 1.6rem; } }
@media screen and (max-width: 959px) {
  .features-content h3 {
    font-size: 1.6rem; } }
.features-content p {
  margin-bottom: 3rem;
  font-size: 1.4rem;
  line-height: 2; }
@media screen and (max-width: 1199px) {
  .features-content p {
    margin-bottom: 2rem; } }
@media screen and (max-width: 959px) {
  .features-content p {
    line-height: 1.6; } }

.en-num {
  display: inline-block;
  margin-bottom: 2rem;
  padding: 0 0.4rem 0.8rem 0.4rem;
  color: #143d72;
  border-bottom: solid 0.2rem #143d72; }
@media screen and (max-width: 575px) {
  .en-num {
    margin-bottom: 1.6rem; } }
.en-num span {
  font-weight: 600; }
.en-num span:nth-of-type(1) {
  letter-spacing: .25rem; }
.en-num span:nth-of-type(2) {
  font-size: 4rem;
  font-family: "Heebo", sans-serif;
  line-height: 0; }
@media screen and (max-width: 959px) {
  .en-num span:nth-of-type(2) {
    font-size: 3rem; } }
@media screen and (max-width: 575px) {
  .en-num span:nth-of-type(2) {
    font-size: 2.4rem; } }

.features-images {
  width: 64rem;
  margin-bottom: 12rem; }
@media screen and (max-width: 1199px) {
  .features-images {
    width: 48rem;
    margin-bottom: 8rem; } }
@media screen and (max-width: 959px) {
  .features-images {
    width: auto;
    margin-bottom: 0;
    overflow: hidden; } }
.features-images .is-pc-1 {
  margin-bottom: 12rem; }
@media screen and (max-width: 1199px) {
  .features-images .is-pc-1 {
    margin-bottom: 8rem; } }
@media screen and (max-width: 959px) {
  .features-images .is-pc-1 {
    display: none; } }
@media screen and (max-width: 959px) {
  .features-images .is-pc-2 {
    display: none; } }
.features-images .is-sp {
  display: none; }
@media screen and (max-width: 959px) {
  .features-images .is-sp {
    display: block; } }

/* 7つの強み */
.strengths {
  margin-top: 16rem;
  /* 特徴エリアの青いグラデーション分 */
  padding: 12rem 0 0; }
@media screen and (max-width: 959px) {
  .strengths {
    margin-top: 0;
    padding: 8rem 0 0; } }
@media screen and (max-width: 959px) {
  .strengths {
    padding: 4rem 0 0; } }

.strengths-title {
  margin-bottom: 8rem;
  text-align: center; }
@media screen and (max-width: 1199px) {
  .strengths-title {
    margin-bottom: 4rem; } }
@media screen and (max-width: 575px) {
  .strengths-title {
    margin-bottom: 2rem; } }
.strengths-title span:nth-of-type(1) {
  display: block;
  margin-bottom: 1rem;
  font-size: 2.4rem; }
@media screen and (max-width: 1199px) {
  .strengths-title span:nth-of-type(1) {
    font-size: 2rem; } }
@media screen and (max-width: 575px) {
  .strengths-title span:nth-of-type(1) {
    font-size: 1.4rem; } }
.strengths-title span:nth-of-type(2) {
  position: relative;
  display: inline-block;
  padding: 0 0.4rem;
  font-size: 7.2rem;
  font-family: "Heebo", sans-serif;
  font-weight: 600;
  color: #143d72;
  line-height: 1; }
@media screen and (max-width: 1199px) {
  .strengths-title span:nth-of-type(2) {
    font-size: 4.2rem; } }
@media screen and (max-width: 575px) {
  .strengths-title span:nth-of-type(2) {
    font-size: 2rem; } }
.strengths-title span:nth-of-type(2)::after {
  content: "";
  position: absolute;
  left: 0.2rem;
  bottom: 0;
  width: 90%;
  height: 0.2rem;
  background-color: #143d72; }
.strengths-title span:nth-of-type(3) {
  font-size: 4rem;
  font-weight: 600; }
@media screen and (max-width: 1199px) {
  .strengths-title span:nth-of-type(3) {
    font-size: 2rem; } }
@media screen and (max-width: 575px) {
  .strengths-title span:nth-of-type(3) {
    font-size: 1.4rem; } }

.strengths-wrap {
  padding: 10rem 0; }
@media screen and (max-width: 1199px) {
  .strengths-wrap {
    padding: 8rem 0; } }
@media screen and (max-width: 959px) {
  .strengths-wrap {
    padding: 4rem 0; } }
.strengths-wrap:nth-of-type(odd) {
  background-color: #EFEAE1; }
.strengths-wrap:nth-of-type(even) {
  background-color: #FFF; }

.strengths-contents {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 101rem;
  margin: 0 auto; }
@media screen and (max-width: 959px) {
  .strengths-contents {
    flex-direction: column; } }
@media screen and (max-width: 1199px) {
  .strengths-contents {
    width: auto;
    margin: 0 4rem; } }
.strengths-contents.is-even {
  flex-direction: row-reverse; }
.strengths-contents__left {
  width: 45rem; }
@media screen and (max-width: 959px) {
  .strengths-contents__left {
    width: 100%; } }
.strengths-contents__right {
  width: calc(100% - 45rem - 6rem); }
@media screen and (max-width: 1199px) {
  .strengths-contents__right {
    width: calc(100% - 45rem - 3rem); } }
@media screen and (max-width: 959px) {
  .strengths-contents__right {
    width: 100%; } }

.strengths-contents-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2rem; }
@media screen and (max-width: 959px) {
  .strengths-contents-title {
    flex-direction: column; } }
@media screen and (max-width: 959px) {
  .strengths-contents-title {
    flex-direction: row;
    align-items: flex-start;
    margin: 2rem 0; } }
@media screen and (max-width: 575px) {
  .strengths-contents-title {
    align-items: center;
    margin-bottom: 1rem; } }
.strengths-contents-title__num {
  margin-right: 1rem;
  color: #143d72;
  font-family: "Heebo", sans-serif;
  font-size: 4.8rem;
  font-weight: 600; }
@media screen and (max-width: 1199px) {
  .strengths-contents-title__num {
    font-size: 4rem; } }
.strengths-contents-title__text {
  width: calc(100% - 7rem); }
@media screen and (max-width: 575px) {
  .strengths-contents-title__text {
    width: calc(100% - 4rem); } }
.strengths-contents-title__text span {
  display: block; }
.strengths-contents-title__text span:nth-of-type(1) {
  color: #143d72;
  font-size: 1.2rem; }
@media screen and (max-width: 575px) {
  .strengths-contents-title__text span:nth-of-type(1) {
    font-size: 1rem; } }
.strengths-contents-title__text span:nth-of-type(2) {
  font-size: 2rem;
  font-weight: 600; }
@media screen and (max-width: 575px) {
  .strengths-contents-title__text span:nth-of-type(2) {
    font-size: 1.6rem; } }

.strengths-text {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify; }

/* 院長挨拶 */
.greeting-wrap {
  position: relative; }
.greeting-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 74rem;
  width: 100%;
  height: 166rem;
  background-color: #D6DDE8;
  z-index: -9999999; }
@media screen and (max-width: 575px) {
  .greeting-wrap::after {
    top: 50rem;
    height: 290rem; } }

.greeting {
  font-size: 1.6rem; }

.director-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: space-around;
  margin: 0 4rem; }
@media screen and (max-width: 959px) {
  .director-area {
    flex-direction: column; } }
@media screen and (max-width: 959px) {
  .director-area {
    margin: 0; } }
.director-area__left {
  width: calc(100% - 62.1rem);
  padding-left: 6rem;
  z-index: 9999; }
@media screen and (max-width: 959px) {
  .director-area__left {
    width: auto;
    margin-bottom: -23rem;
    padding-left: 0; } }
.director-area__right {
  width: 62.1rem; }
@media screen and (max-width: 959px) {
  .director-area__right {
    width: 80%;
    margin: 0 auto; } }
@media screen and (max-width: 575px) {
  .director-area__right {
    width: 100%; } }
.director-area__image {
  border-radius: .4rem; }

.director-name {
  margin: 3rem 0 10rem;
  font-weight: 600;
  color: #143d72; }
@media screen and (max-width: 959px) {
  .director-name {
    margin: 0 0 4rem; } }
.director-name__title {
  display: block;
  font-size: 1.6rem; }
@media screen and (max-width: 959px) {
  .director-name__title {
    font-size: 1.2rem; } }
.director-name__name {
  font-size: 3.2rem;
  letter-spacing: .4rem; }
@media screen and (max-width: 959px) {
  .director-name__name {
    font-size: 2rem; } }

.director-copy {
  writing-mode: vertical-rl;
  font-size: 2.4rem;
  letter-spacing: 0.4rem;
  line-height: 2; }
@media screen and (max-width: 959px) {
  .director-copy {
    font-size: 1.6rem;
    letter-spacing: 1rem; } }
@media screen and (max-width: 575px) {
  .director-copy {
    font-size: 1.4rem;
    letter-spacing: 0.8rem; } }

.greeting-text {
  margin: 6rem 4rem;
  font-size: 1.6rem;
  line-height: 2; }
@media screen and (max-width: 1199px) {
  .greeting-text {
    font-size: 1.4rem; } }
@media screen and (max-width: 959px) {
  .greeting-text {
    margin: 2rem 0rem; } }

.greeting-sbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-items: stretch;
  margin: 0 4rem;
  line-height: 2; }
@media screen and (max-width: 959px) {
  .greeting-sbs {
    flex-direction: column; } }
@media screen and (max-width: 959px) {
  .greeting-sbs {
    margin: 0; } }
.greeting-sbs h4 {
  margin: 3rem 0;
  font-size: 2.4rem;
  color: #143d72;
  font-weight: 600; }
@media screen and (max-width: 959px) {
  .greeting-sbs h4 {
    margin: 2rem 0;
    font-size: 1.8rem; } }
.greeting-sbs h4.is-position {
  padding-top: 0.6rem;
  font-size: 2rem;
  letter-spacing: .3rem; }
@media screen and (max-width: 575px) {
  .greeting-sbs h4.is-position {
    font-size: 1.6rem;
    letter-spacing: .1rem; } }
.greeting-sbs__text {
  width: calc(100% - 43rem - 4rem); }
@media screen and (max-width: 1199px) {
  .greeting-sbs__text {
    font-size: 1.4rem; } }
@media screen and (max-width: 959px) {
  .greeting-sbs__text {
    width: 100%;
    margin-top: 2rem; } }
.greeting-sbs__image {
  width: 43rem; }
@media screen and (max-width: 959px) {
  .greeting-sbs__image {
    width: 80%;
    margin: 0 auto; } }
@media screen and (max-width: 575px) {
  .greeting-sbs__image {
    width: 100%; } }
.greeting-sbs__recruit {
  width: 43rem;
  font-size: 1.4rem; }
@media screen and (max-width: 1199px) {
  .greeting-sbs__recruit {
    width: 40rem; } }
@media screen and (max-width: 959px) {
  .greeting-sbs__recruit {
    width: auto; } }
@media screen and (max-width: 959px) {
  .greeting-sbs__recruit img {
    display: block;
    width: 80%;
    margin: 0 auto; } }
@media screen and (max-width: 575px) {
  .greeting-sbs__recruit img {
    width: 100%; } }
.greeting-sbs__recruit p {
  margin-bottom: 2rem; }
.greeting-sbs__position {
  width: 43rem; }
@media screen and (max-width: 1199px) {
  .greeting-sbs__position {
    width: 40rem; } }
@media screen and (max-width: 959px) {
  .greeting-sbs__position {
    width: auto;
    margin-top: 4rem; } }
@media screen and (max-width: 959px) {
  .greeting-sbs__position img {
    display: block;
    width: 80%;
    margin: 0 auto; } }
@media screen and (max-width: 575px) {
  .greeting-sbs__position img {
    width: 100%; } }

/* 診療案内 */
.treatment-wrap {
  background-color: #EFEAE1; }

.treatment {
  padding-bottom: 12rem; }
@media screen and (max-width: 959px) {
  .treatment {
    padding-bottom: 0; } }

.treatments {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; }
@media screen and (max-width: 959px) {
  .treatments {
    flex-direction: column; } }

.treatment-contents {
  width: 30%;
  margin-bottom: 5rem; }
@media screen and (max-width: 959px) {
  .treatment-contents {
    width: 100%; } }
.treatment-contents.is-four {
  width: 23%; }
@media screen and (max-width: 959px) {
  .treatment-contents.is-four {
    width: 100%; } }

.treatment-box {
  height: 29rem;
  margin-bottom: 1rem;
  padding: 4rem 3rem;
  background-color: #FFF;
  border-radius: .6rem; }
@media screen and (max-width: 959px) {
  .treatment-box {
    height: auto; } }
@media screen and (max-width: 575px) {
  .treatment-box {
    padding: 3rem; } }
.treatment-box h3 {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  color: #143d72;
  font-weight: 600;
  text-align: center; }
.treatment-box h3 span {
  display: block;
  font-size: 1rem; }
.treatment-box img {
  display: block;
  width: 16rem;
  margin: 0 auto; }
.treatment-box img.is-negative {
  margin-top: -1rem; }
.treatment-box.is-four {
  height: 26rem;
  padding: 3rem; }
@media screen and (max-width: 959px) {
  .treatment-box.is-four {
    height: auto; } }

/* バナー */
.banner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: center;
  align-items: center; }
@media screen and (max-width: 959px) {
  .banner {
    flex-direction: column; } }
@media screen and (max-width: 959px) {
  .banner {
    flex-direction: row; } }
.banner li {
  width: 40rem;
  margin: 0 2rem; }
@media screen and (max-width: 959px) {
  .banner li:not(:last-child) {
    margin-bottom: 2rem; } }
.banner.is-blog {
  justify-content: space-between;
  align-items: stretch; }
@media screen and (max-width: 959px) {
  .banner.is-blog {
    flex-direction: row; } }
@media screen and (max-width: 575px) {
  .banner.is-blog {
    flex-direction: column;
    align-items: center; } }
.banner.is-blog li {
  width: calc((100% - 8rem) / 3);
  margin: 0; }
@media screen and (max-width: 959px) {
  .banner.is-blog li {
    width: calc((100% - 4rem) / 3); } }
@media screen and (max-width: 575px) {
  .banner.is-blog li {
    width: 100%; } }
@media screen and (max-width: 575px) {
  .banner.is-blog li:not(:last-child) {
    margin-bottom: 2rem; } }

/* ブログ */
.blog-wrap {
  padding: 4rem 0;
  background-color: #D6DDE8; }
@media screen and (max-width: 959px) {
  .blog-wrap {
    padding: 8rem 0; } }
@media screen and (max-width: 575px) {
  .blog-wrap {
    padding: 4rem 0 2rem; } }

.blog-inner:nth-of-type(1) {
  margin-bottom: 12rem; }
@media screen and (max-width: 575px) {
  .blog-inner:nth-of-type(1) {
    margin-bottom: 6rem; } }

.blog-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; }
@media screen and (max-width: 959px) {
  .blog-items {
    flex-direction: column; } }
@media screen and (max-width: 959px) {
  .blog-items {
    flex-direction: row; } }
@media screen and (max-width: 575px) {
  .blog-items {
    flex-direction: column; } }

.blog-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-items: flex-start;
  width: 48%;
  margin-top: 4rem; }
@media screen and (max-width: 959px) {
  .blog-item {
    flex-direction: column; } }
@media screen and (max-width: 959px) {
  .blog-item {
    flex-direction: row;
    width: 100%; } }
@media screen and (max-width: 575px) {
  .blog-item {
    width: 100%;
    margin-top: 2rem; } }
.blog-item__image {
  width: 15rem;
  height: 15rem;
  padding: .2rem;
  border: solid 0.1rem #919191;
  background: #FFF; }
@media screen and (max-width: 959px) {
  .blog-item__image {
    width: 13rem;
    height: 13rem; } }
.blog-item__content {
  width: calc(100% - 15rem - 2rem); }
@media screen and (max-width: 959px) {
  .blog-item__content {
    width: calc(100% - 13rem - 2rem); } }
.blog-item__content .updates__text {
  display: block;
  margin-top: 1rem; }

/* 予約エリア */
.contact-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 35rem;
  text-align: center;
  color: #FFF;
  background: url(images/page-toppage/bg-contact.png) center/cover no-repeat;
  z-index: 1000;
  /* この指定はなくても良いけど、.contact-innerのz-indexの意味を明確にするために残す */ }
@media screen and (max-width: 959px) {
  .contact-area {
    flex-direction: column; } }
.contact-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35rem;
  background-color: rgba(20, 61, 114, 0.8);
  z-index: 2000;
  /* この指定はなくても良いけど、.contact-innerのz-indexの意味を明確にするために残す */ }
@media screen and (max-width: 959px) {
  .contact-area::before {
    height: 28rem; } }
@media screen and (max-width: 575px) {
  .contact-area::before {
    height: 32rem; } }
@media screen and (max-width: 959px) {
  .contact-area {
    height: 28rem; } }
@media screen and (max-width: 575px) {
  .contact-area {
    height: 32rem; } }

.contact-inner {
  z-index: 3000; }

.contact-title {
  position: relative;
  display: inline-block;
  margin-bottom: 4rem;
  font-weight: 600;
  font-size: 2rem; }
@media screen and (max-width: 959px) {
  .contact-title {
    margin-bottom: 2rem;
    font-size: 1.8rem; } }
@media screen and (max-width: 575px) {
  .contact-title {
    margin-bottom: 1rem;
    font-size: 1.6rem; } }
.contact-title::before, .contact-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 11rem;
  height: .1rem;
  background: #FFF; }
@media screen and (max-width: 575px) {
  .contact-title::before, .contact-title::after {
    width: 5rem; } }
.contact-title::before {
  left: -13rem; }
@media screen and (max-width: 575px) {
  .contact-title::before {
    left: -6rem; } }
.contact-title::after {
  right: -13rem; }
@media screen and (max-width: 575px) {
  .contact-title::after {
    right: -6rem; } }

.contact-tel span:nth-of-type(1) {
  margin-right: 1rem;
  font-size: 1.4rem; }
@media screen and (max-width: 575px) {
  .contact-tel span:nth-of-type(1) {
    font-size: 1.2rem; } }
.contact-tel span:nth-of-type(2) {
  font-size: 4rem;
  font-family: "Heebo", sans-serif;
  font-weight: 600;
  letter-spacing: .4rem; }
@media screen and (max-width: 959px) {
  .contact-tel span:nth-of-type(2) {
    font-size: 3rem; } }
@media screen and (max-width: 575px) {
  .contact-tel span:nth-of-type(2) {
    font-size: 2rem;
    letter-spacing: .1rem; } }
.contact-tel span:nth-of-type(2) a {
  color: #FFF; }

.contact-time {
  font-size: 1.4rem; }
@media screen and (max-width: 575px) {
  .contact-time {
    font-size: 1.2rem; } }

.contact-btns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 3rem; }
@media screen and (max-width: 959px) {
  .contact-btns {
    flex-direction: column; } }
@media screen and (max-width: 959px) {
  .contact-btns {
    flex-direction: row; } }
@media screen and (max-width: 575px) {
  .contact-btns {
    flex-direction: column;
    margin-top: 2rem; } }
.contact-btns li:not(:last-child) {
  margin: 0 1rem 1rem 0; }
@media screen and (max-width: 575px) {
  .contact-btns li:not(:last-child) {
    margin-right: 0; } }

/* 医院情報 */
.information-wrap {
  padding: 8rem 0;
  background-color: #EFEAE1; }
@media screen and (max-width: 959px) {
  .information-wrap {
    padding: 4rem 0; } }
@media screen and (max-width: 575px) {
  .information-wrap {
    padding: 2rem 0; } }

.information {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 101rem;
  margin: 0 auto; }
@media screen and (max-width: 959px) {
  .information {
    flex-direction: column; } }
@media screen and (max-width: 1199px) {
  .information {
    justify-content: space-around;
    width: 90%;
    margin: 0 auto; } }
@media screen and (max-width: 959px) {
  .information {
    flex-direction: row; } }
@media screen and (max-width: 1199px) {
  .information.is-calendar {
    width: 70%; } }
@media screen and (max-width: 959px) {
  .information.is-calendar {
    width: 90%; } }

@media screen and (max-width: 959px) {
  .information-left {
    text-align: center; } }
@media screen and (max-width: 575px) {
  .information-left {
    width: 100%;
    text-align: center; } }
@media screen and (max-width: 959px) {
  .information-left img {
    width: 70%; } }
@media screen and (max-width: 575px) {
  .information-left img {
    width: 16rem; } }
.information-left__address {
  margin: 2rem .4rem 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.2rem; }
@media screen and (max-width: 575px) {
  .information-left__address {
    margin: 1rem 0;
    padding-top: 1rem;
    border-top: solid .1rem #b4b4b5; } }
.information-left__address span {
  display: block; }
@media screen and (max-width: 959px) {
  .information-left__address span:nth-of-type(2), .information-left__address span:nth-of-type(3) {
    display: inline; } }
.information-left__tel {
  margin: 1rem 0 1rem 0.4rem; }
.information-left__tel span:nth-of-type(1) {
  display: block;
  font-size: 1.2rem;
  font-weight: 600; }
@media screen and (max-width: 959px) {
  .information-left__tel span:nth-of-type(1) {
    display: inline; } }
.information-left__tel span:nth-of-type(2) {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: .4rem; }
@media screen and (max-width: 575px) {
  .information-left__tel span:nth-of-type(2) {
    font-size: 2rem;
    letter-spacing: .2rem; } }
.information-left__tel span:nth-of-type(2) a {
  text-decoration: underline;
  color: #436db4; }

.information-right {
  width: 63rem;
  font-size: 1.2rem; }
@media screen and (max-width: 959px) {
  .information-right {
    width: auto; } }
.information-right li {
  margin: .5rem 0; }

.note {
  margin: 1rem 0 2rem; }

/* google map, youtube */
.google-map, .you-tube {
  height: 0;
  overflow: hidden;
  padding-bottom: 32%;
  position: relative; }
.google-map iframe, .you-tube iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }
.google-map.is-access, .you-tube.is-access {
  margin-bottom: 4rem; }

.youtube-center {
  display: block;
  margin: 0 auto; }

/* フッター上のバナー */
.bottom-banner {
  margin: 4rem auto; }

/*===========================================================*/
/* トップページ以外のメインビジュアル */
/*===========================================================*/
.header-image {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 52rem;
  margin-top: -17.38rem;
  color: #FFF; }
@media screen and (max-width: 959px) {
  .header-image {
    flex-direction: column; } }
@media screen and (max-width: 959px) {
  .header-image {
    height: 44rem; } }
@media screen and (max-width: 575px) {
  .header-image {
    height: 30rem; } }
.header-image.is-treatment {
  background: url(images/page-treatment/main-image-treatment.png) right top/cover no-repeat; }
.header-image.is-about-clinic {
  background: url(images/page-clinic/main-image-clinic_2306.jpg) right top/cover no-repeat; }
.header-image.is-price {
  background: url(images/page-price/main-image-price.png) right top/cover no-repeat; }
.header-image.is-access {
  background: url(images/page-access/main-image-access.png) right top/cover no-repeat; }
.header-image.is-contact {
  background: url(images/page-contact/main-image-contact.png) right top/cover no-repeat; }
.header-image.is-recruit {
  background: url(images/page-recruit/main-image-recruit.png) right top/cover no-repeat; }
.header-image.is-blog {
  background: url(images/page-blog/main-image-blog.png) right top/cover no-repeat; }
.header-image.is-other {
  height: 40rem;
  color: #FFF;
  background-color: #93A3B8; }
.header-image.is-other .header-title {
  bottom: 8rem; }

.header-title {
  position: absolute;
  bottom: 12rem;
  text-align: center;
  text-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.5); }
@media screen and (max-width: 575px) {
  .header-title {
    bottom: 4.5rem; } }
.header-title__sub {
  font-size: 1.6rem;
  letter-spacing: 0.4rem; }
@media screen and (max-width: 959px) {
  .header-title__sub {
    font-size: 1.4rem; } }
@media screen and (max-width: 575px) {
  .header-title__sub {
    font-size: 1.2rem; } }
.header-title__title {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.8rem; }
@media screen and (max-width: 1199px) {
  .header-title__title {
    font-size: 3.2rem;
    /* 3.2rem */ } }
@media screen and (max-width: 959px) {
  .header-title__title {
    font-size: 3rem;
    /* 3rem */ } }
@media screen and (max-width: 575px) {
  .header-title__title {
    font-size: 2rem;
    /* 2rem */ } }
.header-title__title .sub {
  display: block;
  margin-top: 1rem;
  font-size: 1.6rem; }
@media screen and (max-width: 1199px) {
  .header-title__title .sub {
    font-size: 1.4rem;
    /* 1.4rem */ } }
@media screen and (max-width: 575px) {
  .header-title__title .sub {
    margin-top: 0rem;
    font-size: 1rem; } }

/*===========================================================*/
/* パンくず */
/*===========================================================*/
.breadcrumbs {
  line-height: 4rem;
  font-size: 1.2rem;
  background-color: #D6DDE8; }
@media screen and (max-width: 575px) {
  .breadcrumbs {
    font-size: 1rem; } }
.breadcrumbs__wrapper {
  width: 100%;
  height: 4rem; }

.breadcrumbs-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-end; }
@media screen and (max-width: 959px) {
  .breadcrumbs-list {
    flex-direction: column; } }
@media screen and (max-width: 959px) {
  .breadcrumbs-list {
    flex-direction: row; } }
@media screen and (max-width: 575px) {
  .breadcrumbs-list {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap; } }
.breadcrumbs-list > span {
  position: relative;
  margin-left: 1.7rem; }
.breadcrumbs-list > span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.35rem);
  right: -1rem;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.2rem solid #143d72;
  border-right: 0.2rem solid #143d72;
  transform: rotate(45deg); }
.breadcrumbs-list > span:last-child::after {
  content: none; }

/*===========================================================*/
/* 左ナビ */
/*===========================================================*/
@media screen and (max-width: 959px) {
  .side-wrap {
    width: 100%; } }

.side-navi {
  position: relative;
  width: 30rem;
  margin-bottom: 8rem;
  background-color: #FFF;
  margin-top: -9rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
  border-radius: .8rem;
  font-size: 1.6rem;
  font-weight: 600; }
@media screen and (max-width: 959px) {
  .side-navi {
    width: 100%;
    margin-top: 0; } }
.side-navi__title {
  padding: 2rem;
  background-color: #143d72;
  color: #FFF;
  border-radius: 0.8rem 0.8rem 0 0;
  border-bottom: solid .4rem #E6E0D4; }
.side-navi__list li {
  position: relative; }
.side-navi__list li:not(:last-child) {
  border-bottom: solid 0.1rem #D6DDE8; }
.side-navi__list li a {
  display: block;
  padding: 1.6rem 2rem;
  color: #333; }
.side-navi__list li a:hover {
  background: rgba(20, 61, 114, 0.08); }
.side-navi__list li span {
  display: block;
  margin: 0.5rem 0 0 -0.5rem;
  font-size: 1rem; }
.side-navi__list li::after {
  content: "";
  position: absolute;
  top: calc(50% - .45rem);
  right: 1.4rem;
  width: .9rem;
  height: .9rem;
  border-top: 0.25rem solid #143d72;
  border-right: 0.25rem solid #143d72;
  transform: rotate(45deg); }

body.tax-blog-cat .side-navi__list li:nth-of-type(1), body.tax-news-cat .side-navi__list li:nth-of-type(1) {
  color: #143d72;
  background: rgba(20, 61, 114, 0.08); }
body.tax-blog-cat .side-navi__list li:nth-of-type(1) a, body.tax-news-cat .side-navi__list li:nth-of-type(1) a {
  color: #143d72; }

body.tax-knowledge-cat .side-navi__list li:nth-of-type(2) {
  color: #143d72;
  background: rgba(20, 61, 114, 0.08); }
body.tax-knowledge-cat .side-navi__list li:nth-of-type(2) a {
  color: #143d72; }

.sub-side-navi {
  width: 30rem;
  margin-top: -4rem;
  margin-bottom: 12rem;
  font-size: 1.6rem;
  font-weight: 600; }
.sub-side-navi__title {
  position: relative;
  margin-bottom: 2rem;
  padding: 1.6rem 1rem;
  color: #143d72;
  letter-spacing: 0.2rem;
  border-top: solid 0.3rem #D6DDE8;
  border-bottom: solid 0.3rem #D6DDE8; }
.sub-side-navi__title::before {
  top: -0.3rem; }
.sub-side-navi__title::after {
  bottom: -0.3rem; }
.sub-side-navi__title::before, .sub-side-navi__title::after {
  content: "";
  position: absolute;
  left: 0;
  width: 10rem;
  height: .3rem;
  background-color: #143d72; }
.sub-side-navi__list {
  padding: 0 1rem; }
@media screen and (max-width: 959px) {
  .sub-side-navi {
    width: 100%; } }

/*===========================================================*/
/* カラム */
/*===========================================================*/
.main-content {
  width: calc(100% - 30rem - 6rem);
  margin: 6rem 0 10rem; }
.main-content__title {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 4rem;
  color: #143d72; }
@media screen and (max-width: 1199px) {
  .main-content__title {
    font-size: 2.8rem;
    /* 2.8rem */ } }
@media screen and (max-width: 959px) {
  .main-content__title {
    font-size: 2rem;
    /* 2rem */ } }
@media screen and (max-width: 575px) {
  .main-content__title {
    font-size: 1.6rem;
    /* 1.6rem */ } }
@media screen and (max-width: 575px) {
  .main-content__title {
    margin-bottom: 2rem; } }
.main-content__title .sub {
  font-size: 1.6rem;
  display: block;
  margin-top: 1rem; }
@media screen and (max-width: 1199px) {
  .main-content__title .sub {
    font-size: 1.4rem;
    /* 1.4rem */ } }
@media screen and (max-width: 959px) {
  .main-content {
    width: 100%;
    margin: 4rem 0 6rem; } }

/*===========================================================*/
/* 目次ページ */
/*===========================================================*/
.links {
  margin-bottom: 5rem;
  font-size: 1.4rem;
  font-weight: 600; }
@media screen and (max-width: 1199px) {
  .links {
    margin-bottom: 4rem; } }
.links li:not(:last-child) {
  margin-bottom: 1rem; }
.links a {
  position: relative;
  padding-left: 1.6rem;
  text-decoration: underline; }
.links a::after {
  content: "";
  position: absolute;
  left: 0;
  top: .7rem;
  width: .8rem;
  height: .8rem;
  border-top: 0.2rem solid #143d72;
  border-right: 0.2rem solid #143d72;
  transform: rotate(45deg); }

/*===========================================================*/
/* コンテンツページ */
/*===========================================================*/
.color-list {
  margin: 1rem 0;
  font-weight: 600;
  color: #143d72; }

/*===========================================================*/
/* 治療ページ */
/*===========================================================*/
/* 背景青いボックス */
.lead-box {
  margin: 4rem 0 5rem;
  padding: 4rem;
  border-radius: .8rem;
  background-color: #E9EDF4; }
@media screen and (max-width: 1199px) {
  .lead-box {
    margin-bottom: 4rem; } }
@media screen and (max-width: 575px) {
  .lead-box {
    margin: 0 0 2rem;
    padding: 2rem; } }
.lead-box__title {
  margin-bottom: 4rem;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  color: #143d72; }
@media screen and (max-width: 1199px) {
  .lead-box__title {
    font-size: 2rem;
    /* 2rem */ } }
@media screen and (max-width: 959px) {
  .lead-box__title {
    font-size: 1.8rem;
    /* 1.8rem */ } }
@media screen and (max-width: 575px) {
  .lead-box__title {
    font-size: 1.6rem;
    /* 1.6rem */ } }
@media screen and (max-width: 1199px) {
  .lead-box__title {
    margin-bottom: 2rem; } }
.lead-box__title.is-access {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: dashed .1rem #b3b3b3; }

.lead-box-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; }
@media screen and (max-width: 959px) {
  .lead-box-inner {
    flex-direction: column; } }
@media screen and (max-width: 1199px) {
  .lead-box-inner {
    flex-direction: column;
    align-items: center; } }
.lead-box-inner ul {
  width: calc(100% - 27rem - 2rem);
  font-size: 1.6rem;
  font-weight: 600; }
@media screen and (max-width: 1199px) {
  .lead-box-inner ul {
    font-size: 1.4rem;
    /* 1.4rem */ } }
@media screen and (max-width: 1199px) {
  .lead-box-inner ul {
    width: 100%;
    margin-bottom: 2rem; } }
.lead-box-inner ul li {
  padding-left: 4.7rem;
  line-height: 1.6;
  background: url(images/common/icon-check-box.png) left 1rem/2.7rem 2.7rem no-repeat; }
@media screen and (max-width: 959px) {
  .lead-box-inner ul li {
    padding-left: 3rem;
    background-size: 2rem; } }
.lead-box-inner ul li:not(:last-child) {
  margin-bottom: 2rem; }
.lead-box-inner ul li.adjust {
  background-position: left top; }
.lead-box-inner__text {
  width: calc(100% - 27rem - 2rem);
  font-size: 1.6rem;
  font-weight: 600; }
@media screen and (max-width: 1199px) {
  .lead-box-inner__text {
    font-size: 1.4rem;
    /* 1.4rem */ } }
@media screen and (max-width: 1199px) {
  .lead-box-inner__text {
    width: 100%;
    margin-bottom: 2rem; } }
.lead-box-inner img {
  width: 27rem;
  border-radius: .4rem; }
.lead-box-inner.is-no-column {
  display: block; }
.lead-box-inner.is-no-column ul {
  width: auto; }
.lead-box-inner.is-no-column ul li {
  background-position: left top; }

/* ページ内リンク */
.page-link {
  margin-bottom: 5rem;
  padding: 2rem 2rem 0;
  border: solid 0.1rem #143d72;
  border-radius: .8rem;
  font-size: 1.4rem;
  font-weight: 600; }
@media screen and (max-width: 1199px) {
  .page-link {
    margin-bottom: 4rem; } }
.page-link ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start; }
@media screen and (max-width: 959px) {
  .page-link ul {
    flex-direction: column; } }
.page-link ul li {
  margin: 0 2rem 2rem 0; }
@media screen and (max-width: 575px) {
  .page-link ul li {
    margin: 0 0 1rem 0; } }
.page-link ul a {
  position: relative;
  padding-right: 1.6rem;
  text-decoration: underline; }
.page-link ul a::after {
  content: "";
  position: absolute;
  right: 0;
  top: .6rem;
  width: .8rem;
  height: .8rem;
  border-top: 0.2rem solid #143d72;
  border-right: 0.2rem solid #143d72;
  transform: rotate(135deg); }
@media screen and (max-width: 575px) {
  .page-link ul a {
    display: block; } }

/* コンテンツ内部　見出し */
.main-content-title-h2, .post-single-content-entry h2 {
  font-size: 2.2rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 4rem;
  padding: 3rem 2rem;
  color: #143d72;
  letter-spacing: 0.2rem;
  border-top: solid 0.3rem #D6DDE8;
  border-bottom: solid 0.3rem #D6DDE8; }
@media screen and (max-width: 1199px) {
  .main-content-title-h2, .post-single-content-entry h2 {
    font-size: 2rem;
    /* 2rem */ } }
@media screen and (max-width: 959px) {
  .main-content-title-h2, .post-single-content-entry h2 {
    font-size: 1.8rem;
    /* 1.8rem */ } }
@media screen and (max-width: 575px) {
  .main-content-title-h2, .post-single-content-entry h2 {
    font-size: 1.6rem;
    /* 1.6rem */ } }
@media screen and (max-width: 1199px) {
  .main-content-title-h2, .post-single-content-entry h2 {
    padding: 2rem; } }
@media screen and (max-width: 959px) {
  .main-content-title-h2, .post-single-content-entry h2 {
    margin-bottom: 2rem;
    padding: 1.4rem; } }
.main-content-title-h2.is-no-margin, .post-single-content-entry h2.is-no-margin {
  margin-bottom: 0; }
.main-content-title-h2::before, .post-single-content-entry h2::before, .main-content-title-h2::after, .post-single-content-entry h2::after {
  content: "";
  position: absolute;
  left: 0;
  width: 12.5rem;
  height: .3rem;
  background-color: #143d72; }
.main-content-title-h2::before, .post-single-content-entry h2::before {
  top: -0.3rem; }
.main-content-title-h2::after, .post-single-content-entry h2::after {
  bottom: -0.3rem; }
.main-content-title-h2 .sub, .post-single-content-entry h2 .sub {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem; }
@media screen and (max-width: 959px) {
  .main-content-title-h2 .sub, .post-single-content-entry h2 .sub {
    font-size: 1.2rem;
    /* 1.2rem */ } }

.main-content-title-h3, .post-single-content-entry h3 {
  margin-bottom: 2rem;
  padding: 1rem 2rem;
  font-size: 2.2rem;
  font-weight: 600;
  background-color: #D6DDE8;
  border-bottom: solid 0.2rem #143d72; }
@media screen and (max-width: 1199px) {
  .main-content-title-h3, .post-single-content-entry h3 {
    font-size: 2rem;
    /* 2rem */ } }
@media screen and (max-width: 959px) {
  .main-content-title-h3, .post-single-content-entry h3 {
    font-size: 1.8rem;
    /* 1.8rem */ } }
@media screen and (max-width: 575px) {
  .main-content-title-h3, .post-single-content-entry h3 {
    font-size: 1.6rem;
    /* 1.6rem */ } }
.main-content-title-h3 span, .post-single-content-entry h3 span {
  margin-left: 1rem;
  font-size: 1.6rem; }
.main-content-title-h3 + .main-content-title-h5, .post-single-content-entry h3 + .main-content-title-h5, .post-single-content-entry .main-content-title-h3 + h5, .post-single-content-entry h3 + h5 {
  margin-top: 0; }

.main-content-title-h4, .post-single-content-entry h4 {
  position: relative;
  margin: 4rem 0 3rem;
  padding: .2rem 0 .2rem 1.6rem;
  font-size: 2rem;
  font-weight: 600;
  border-bottom: solid .2rem #e6e0d4;
  line-height: 1.8; }
@media screen and (max-width: 1199px) {
  .main-content-title-h4, .post-single-content-entry h4 {
    font-size: 1.8rem;
    /* 1.8rem */ } }
@media screen and (max-width: 959px) {
  .main-content-title-h4, .post-single-content-entry h4 {
    font-size: 1.6rem;
    /* 1.6rem */ } }
@media screen and (max-width: 575px) {
  .main-content-title-h4, .post-single-content-entry h4 {
    font-size: 1.4rem;
    /* 1.4rem */ } }
.main-content-title-h4::before, .post-single-content-entry h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: .3rem;
  height: 100%;
  background-color: #143d72; }

.main-content-title-h5, .post-single-content-entry h5 {
  display: inline-block;
  margin: 2rem 0;
  padding: .6rem .4rem;
  font-size: 2rem;
  font-weight: 600;
  border-bottom: dotted 0.4rem #143d72; }
@media screen and (max-width: 1199px) {
  .main-content-title-h5, .post-single-content-entry h5 {
    font-size: 1.8rem;
    /* 1.8rem */ } }
@media screen and (max-width: 959px) {
  .main-content-title-h5, .post-single-content-entry h5 {
    font-size: 1.6rem;
    /* 1.6rem */ } }
@media screen and (max-width: 575px) {
  .main-content-title-h5, .post-single-content-entry h5 {
    font-size: 1.4rem;
    /* 1.4rem */ } }

/* コンテンツ内部　画像 */
.main-content-image, .main-content-line__image, .line-items__image, .line-image-item__image {
  margin-bottom: 4rem;
  border-radius: .4rem; }
@media screen and (max-width: 959px) {
  .main-content-image, .main-content-line__image, .line-items__image, .line-image-item__image {
    margin-bottom: 2rem; } }

.image-width {
  width: 80%;
  margin: 8rem auto;
  display: block; }
@media screen and (max-width: 959px) {
  .image-width {
    width: 100%;
    margin: 4rem auto; } }

/* コンテンツ内部　テキスト */
.main-content-text, .post-single-content-entry p {
  margin-bottom: 4rem;
  padding: 0 0.5rem;
  font-size: 1.6rem; }
@media screen and (max-width: 1199px) {
  .main-content-text, .post-single-content-entry p {
    font-size: 1.4rem;
    /* 1.4rem */ } }
.main-content-text .display-block, .post-single-content-entry p .display-block {
  display: block; }

/* コンテンツ内部　横並び（テキスト回り込み） */
.main-content-line.is-margin {
  margin: 4rem 0 6rem; }
.main-content-line__image {
  width: 40rem;
  float: left;
  margin: 0 3rem 0 0; }
@media screen and (max-width: 575px) {
  .main-content-line__image {
    width: 100%;
    margin: 0 0 2rem 0; } }
.main-content-line__image.is-reverse {
  float: right;
  margin-right: 0; }
.main-content-line__image.is-width {
  width: 30rem; }
@media screen and (max-width: 575px) {
  .main-content-line__image.is-width {
    width: 100%; } }

/* コンテンツ内部　横並び */
.line-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: space-around;
  margin: 4rem 0; }
@media screen and (max-width: 959px) {
  .line-items {
    flex-direction: column; } }
@media screen and (max-width: 959px) {
  .line-items {
    flex-direction: row; } }
@media screen and (max-width: 575px) {
  .line-items {
    flex-direction: column; } }
.line-items__image {
  margin-bottom: 2rem; }
.line-items.is-space {
  justify-content: space-between; }
.line-items.is-space .line-item {
  width: 40%; }
@media screen and (max-width: 959px) {
  .line-items.is-space .line-item {
    width: 100%; } }
.line-items.is-space .is-width {
  width: 60%;
  padding-left: 3rem;
  border-left: solid 0.1rem #919191; }
@media screen and (max-width: 959px) {
  .line-items.is-space .is-width {
    width: 100%;
    padding-left: 0;
    border-left: none; } }

.line-item {
  width: 30%; }
@media screen and (max-width: 1199px) {
  .line-item {
    width: 45%; } }
@media screen and (max-width: 575px) {
  .line-item {
    width: 100%;
    margin-bottom: 2rem; } }

.line-image-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-items: flex-start; }
@media screen and (max-width: 959px) {
  .line-image-item {
    flex-direction: column; } }
.line-image-item__image {
  width: 30rem;
  margin-bottom: 2rem; }
@media screen and (max-width: 959px) {
  .line-image-item__image {
    margin: 0 auto 2rem; } }
.line-image-item__text {
  width: calc(100% - 30rem - 2rem); }
@media screen and (max-width: 959px) {
  .line-image-item__text {
    width: auto; } }

.price-system {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; }
@media screen and (max-width: 959px) {
  .price-system {
    flex-direction: column; } }
.price-system__items {
  width: 30%; }
.price-system__items img {
  width: auto; }

/* もっと見るボタン（矢印が回転する） */
button.readmore {
  position: relative;
  margin: -4rem auto 4rem;
  display: block;
  background-color: transparent;
  color: #666;
  padding-bottom: 4rem;
  border: none;
  outline: 0;
  transition: .5s; }
button.readmore::after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  border-top: solid .2rem #666;
  border-right: solid .2rem #666;
  transform: rotate(135deg);
  right: 3.2rem;
  top: 2.5rem;
  transition: .5s; }
button.readmore:hover::after {
  top: 4rem; }
button.readmore.is-staff {
  margin-top: 0; }
@media screen and (max-width: 575px) {
  button.readmore {
    font-size: 1.6rem; } }

.on-click {
  color: transparent !important; }

.on-click {
  transform: rotate(-180deg); }

/* 質問票 */
.question-list {
  margin-bottom: 4rem;
  padding: 4rem;
  border: solid 0.1rem #919191; }
.question-list h3 {
  font-size: 1.6rem;
  font-weight: 600;
  border-bottom: solid 0.1rem #919191;
  margin-bottom: 2rem;
  padding-bottom: 1rem; }
@media screen and (max-width: 1199px) {
  .question-list h3 {
    font-size: 1.4rem;
    /* 1.4rem */ } }
.question-list h4 {
  font-size: 1.6rem;
  margin: 3rem 0;
  padding: 0 0 .4rem 1rem;
  font-weight: 600;
  border-left: solid 0.4rem #919191;
  border-bottom: dashed 0.1rem #919191; }
@media screen and (max-width: 1199px) {
  .question-list h4 {
    font-size: 1.4rem;
    /* 1.4rem */ } }
.question-list p {
  font-size: 1.4rem;
  margin: 2rem 0; }
@media screen and (max-width: 959px) {
  .question-list p {
    font-size: 1.2rem;
    /* 1.2rem */ } }
.question-list ul, .question-list ol {
  font-size: 1.4rem; }
@media screen and (max-width: 959px) {
  .question-list ul, .question-list ol {
    font-size: 1.2rem;
    /* 1.2rem */ } }
.question-list ul li span, .question-list ol li span {
  display: block;
  margin-bottom: 2rem;
  font-weight: 600; }
.question-list ol > li {
  margin: 4rem 0; }
.question-list ol > li ul li {
  margin: 1rem 0; }
.question-list .check {
  position: relative;
  padding: 0 0 0 2rem; }
.question-list .check::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid .1rem #ccc; }

/*===========================================================*/
/* インプラント無料相談 */
/*===========================================================*/
.step-item {
  font-size: 1.6rem;
  padding: 4rem;
  border: solid 0.2rem #143d72; }
@media screen and (max-width: 1199px) {
  .step-item {
    font-size: 1.4rem;
    /* 1.4rem */ } }
@media screen and (max-width: 575px) {
  .step-item {
    padding: 3rem; } }
.step-item__title {
  margin-bottom: 2rem;
  font-weight: 600;
  color: #143d72; }

/*===========================================================*/
/* フォーム */
/*===========================================================*/
.contact-attention {
  margin-bottom: 8rem;
  padding: 4rem;
  border: solid 0.4rem #E20C0C; }
@media screen and (max-width: 575px) {
  .contact-attention {
    margin-bottom: 4rem;
    padding: 2rem; } }
.contact-attention__title {
  margin-bottom: 2rem;
  padding: .8rem;
  border-bottom: solid 0.1rem #E20C0C;
  font-size: 1.6rem;
  font-weight: 600;
  color: #E20C0C; }
@media screen and (max-width: 1199px) {
  .contact-attention__title {
    font-size: 1.4rem;
    /* 1.4rem */ } }
.contact-attention__subtitle {
  margin-bottom: 1rem;
  font-weight: 600; }

.form-area {
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 1.4rem; }
@media screen and (max-width: 959px) {
  .form-area {
    font-size: 1.2rem;
    /* 1.2rem */ } }
.form-area.is-online {
  margin-top: 8rem; }

.form-area-left, .form-area-input {
  padding: 2.4rem;
  vertical-align: middle; }
@media screen and (max-width: 959px) {
  .form-area-left, .form-area-input {
    display: block;
    padding: 2rem; } }

.form-area-left {
  width: 30%;
  padding-left: 0; }
@media screen and (max-width: 959px) {
  .form-area-left {
    width: 100%; } }
@media screen and (max-width: 575px) {
  .form-area-left {
    padding: 2rem 0 1rem; } }

.form-area-input input, .form-area-input textarea, .form-area-input select {
  width: 100%;
  padding: 1.6rem;
  font-size: 1.4rem;
  border: solid 0.1rem #333; }
@media screen and (max-width: 959px) {
  .form-area-input input, .form-area-input textarea, .form-area-input select {
    font-size: 1.2rem;
    /* 1.2rem */ } }
.form-area-input textarea::placeholder {
  font-size: 1.4rem; }
@media screen and (max-width: 959px) {
  .form-area-input textarea::placeholder {
    font-size: 1.2rem;
    /* 1.2rem */ } }
@media screen and (max-width: 959px) {
  .form-area-input {
    width: 100%;
    padding: 0 0 2rem 0; }
  .form-area-input:last-child {
    padding-bottom: 0; } }
.form-area-input input[type=radio] {
  width: auto;
  padding: 0; }
.form-area-input input[type=file] {
  width: auto;
  padding: 1.6rem 0;
  border: none; }
@media screen and (max-width: 575px) {
  .form-area-input .mwform-radio-field {
    display: block;
    margin-left: 0 !important; } }
.form-area-input .mwform-radio-field.horizontal-item {
  display: inline-block;
  margin-top: 0.5rem; }
.form-area-input.is-width input {
  width: 1.6rem; }
.form-area-input.is-age input {
  width: 8rem; }
.form-area-input.is-check label {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start; }
@media screen and (max-width: 959px) {
  .form-area-input.is-check label {
    flex-direction: column; } }
@media screen and (max-width: 959px) {
  .form-area-input.is-check label {
    flex-direction: row; } }
.form-area-input.is-check label .mwform-checkbox-field-text {
  margin-bottom: 0.2rem; }
.form-area-input.is-check label .mwform-checkbox-field-text {
  width: calc(100% - 4.8rem); }

.hissu {
  margin-left: 1.6rem;
  padding: 0 .8rem;
  font-size: 1.2rem;
  color: #E20C0C;
  border: solid 0.1rem #E20C0C; }

.form-kiyaku {
  margin-top: 4rem;
  padding: 4rem;
  background-color: #F4F4F4; }
@media screen and (max-width: 959px) {
  .form-kiyaku {
    margin-top: 2rem;
    padding: 2rem; } }
@media screen and (max-width: 575px) {
  .form-kiyaku {
    padding: 1.6rem; } }
.form-kiyaku ol {
  line-height: 1.8;
  font-size: 1.4rem; }
@media screen and (max-width: 959px) {
  .form-kiyaku ol {
    font-size: 1.2rem; } }
.form-kiyaku__title {
  margin-bottom: 2rem;
  text-align: center; }
@media screen and (max-width: 575px) {
  .form-kiyaku__title {
    font-size: 1.4rem; } }

.form-doui {
  margin: 0 auto;
  text-align: center; }
.form-doui input[type=checkbox] {
  transform: scale(1.5);
  margin-right: 1em; }
@media screen and (max-width: 959px) {
  .form-doui {
    font-size: 1.4rem; } }
@media screen and (max-width: 575px) {
  .form-doui {
    margin: 0; } }
.form-doui__text {
  margin: 3rem 0 2rem; }
.form-doui__submit input[type=submit] {
  -webkit-appearance: none;
  /*iOSのボタンデザインを無効化*/
  width: 44rem;
  padding: 1.2rem 0;
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  color: #FFF;
  background-color: #143d72;
  border-radius: 999rem; }
@media screen and (max-width: 1199px) {
  .form-doui__submit input[type=submit] {
    font-size: 1.4rem;
    /* 1.4rem */ } }
@media screen and (max-width: 575px) {
  .form-doui__submit input[type=submit] {
    width: 100%; } }

/* トップに戻るボタン（完了画面） */
.form-complete {
  text-align: center;
  font-size: 1.6rem; }
@media screen and (max-width: 1199px) {
  .form-complete {
    font-size: 1.4rem;
    /* 1.4rem */ } }

a.form-complete-button {
  display: inline-block;
  width: 45%;
  margin-top: 1.6rem;
  padding: 1rem 3.2rem;
  font-weight: 600;
  color: #FFF;
  border: solid 0.1rem #143d72;
  background-color: #143d72;
  transition: all .3s;
  border-radius: 999rem; }
@media screen and (max-width: 575px) {
  a.form-complete-button {
    width: auto; } }

a.form-complete-button:hover {
  color: #143d72;
  background-color: #FFF;
  transition: all .3s; }

/* MW WP Formの上書き */
.mw_wp_form .error {
  margin-top: 1rem; }

.form-area .error {
  margin-top: 1rem;
  font-size: 93%;
  color: #B70000;
  display: block; }

.mw_wp_form .horizontal-item + .horizontal-item {
  display: inline-block;
  margin: 0 1rem 1rem 0; }

/* オンライン見積り */
.online-table {
  width: 100%;
  font-size: 1.4rem; }
@media screen and (max-width: 959px) {
  .online-table {
    font-size: 1.2rem;
    /* 1.2rem */ } }
.online-table td {
  width: 5.8%;
  text-align: center;
  vertical-align: middle; }
.online-table input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #143d72; }
@media screen and (max-width: 959px) {
  .online-table input[type=checkbox] {
    width: auto;
    height: auto; } }

.online-form-img {
  height: 100%;
  background: url(images/page-contact/img-online-02.gif) center top/contain no-repeat; }

.online-form-line .mwform-checkbox-field label {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: space-around; }
@media screen and (max-width: 959px) {
  .online-form-line .mwform-checkbox-field label {
    flex-direction: column; } }
@media screen and (max-width: 959px) {
  .online-form-line .mwform-checkbox-field label {
    flex-direction: row; } }
.online-form-line.is-reverse .mwform-checkbox-field label {
  flex-direction: row-reverse; }
.online-form-line .mwform-checkbox-field-text {
  padding: .3rem .3rem .3rem 0; }

.online-form-diagram {
  height: 28rem;
  margin-right: 1rem;
  background: url(images/page-contact/img-online-01.gif) center top/contain no-repeat; }
@media screen and (max-width: 959px) {
  .online-form-diagram {
    margin: 0 0 4rem 0; } }

/*===========================================================*/
/* 投稿 */
/*===========================================================*/
.post-single-content__date {
  font-size: 1.2rem;
  color: #919191; }
@media screen and (max-width: 575px) {
  .post-single-content__date {
    font-size: 1rem;
    /* 1rem */ } }
.post-single-content__title {
  margin: 2rem 0 4rem;
  color: #143d72;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6; }
@media screen and (max-width: 1199px) {
  .post-single-content__title {
    font-size: 2.8rem;
    /* 2.8rem */ } }
@media screen and (max-width: 959px) {
  .post-single-content__title {
    font-size: 2rem;
    /* 2rem */ } }
@media screen and (max-width: 575px) {
  .post-single-content__title {
    font-size: 1.6rem;
    /* 1.6rem */ } }
@media screen and (max-width: 575px) {
  .post-single-content__title {
    margin: 2rem 0; } }

/* 記事本文 */
.post-single-content-entry {
  font-size: 1.6rem; }
@media screen and (max-width: 1199px) {
  .post-single-content-entry {
    font-size: 1.4rem;
    /* 1.4rem */ } }
.post-single-content-entry img {
  width: auto; }
.post-single-content-entry table {
  margin: 0; }
.post-single-content-entry ol, .post-single-content-entry ul {
  margin-bottom: 4rem;
  padding-left: 1.6rem;
  line-height: 2; }
.post-single-content-entry ul {
  list-style-type: disc; }
.post-single-content-entry ol {
  list-style-type: auto; }
.post-single-content-entry .frame-gray__title div {
  position: relative;
  z-index: 2000; }
.post-single-content-entry .frame-gray ol, .post-single-content-entry .frame-gray ul {
  margin-bottom: 0;
  padding-left: 0; }
.post-single-content-entry .frame-gray li {
  list-style-type: none; }

/*===========================================================*/
/* pagenavi */
/*===========================================================*/
.wp-pagenavi {
  margin-top: 6rem;
  text-align: center;
  font-size: 1.4rem; }
@media screen and (max-width: 959px) {
  .wp-pagenavi {
    font-size: 1.2rem;
    /* 1.2rem */ } }
@media screen and (max-width: 575px) {
  .wp-pagenavi .pages {
    display: none; } }

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  margin: .2rem;
  padding: 1rem;
  text-decoration: none;
  border: solid 0.1rem #143d72; }
.wp-pagenavi a.current, .wp-pagenavi span.current {
  font-weight: 600; }
@media screen and (max-width: 575px) {
  .wp-pagenavi a, .wp-pagenavi span {
    margin: .1rem;
    padding: .8rem; } }

/*===========================================================*/
/* footer */
/*===========================================================*/
.footer {
  z-index: 1000;
  width: 100%; }

.footer-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-items: flex-start;
  padding: 8rem 8rem 23rem;
  color: #FFF;
  background-color: #143d72; }
@media screen and (max-width: 959px) {
  .footer-inner {
    flex-direction: column; } }
@media screen and (max-width: 959px) {
  .footer-inner {
    align-items: center;
    padding: 4rem 4rem 8rem; } }
@media screen and (max-width: 575px) {
  .footer-inner {
    padding: 3rem 2rem 0; } }
.footer-inner a {
  color: #FFF; }

.footer-inner-logo {
  width: 19rem;
  height: auto; }
@media screen and (max-width: 1199px) {
  .footer-inner-logo {
    margin-bottom: 2rem; } }
@media screen and (max-width: 575px) {
  .footer-inner-logo {
    width: 14rem; } }

.footer-inner-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  font-size: 1.2rem;
  font-weight: normal; }
@media screen and (max-width: 959px) {
  .footer-inner-list {
    flex-direction: column; } }
@media screen and (max-width: 575px) {
  .footer-inner-list {
    font-size: 1rem;
    /* 1rem */ } }
@media screen and (max-width: 1199px) {
  .footer-inner-list {
    width: 100%; } }
@media screen and (max-width: 959px) {
  .footer-inner-list > ul {
    padding: 2rem;
    border-top: solid .1rem #FFF; } }
.footer-inner-list ul:not(:last-child) {
  margin-right: 1rem; }
@media screen and (max-width: 959px) {
  .footer-inner-list ul ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row !important; } }
@media screen and (max-width: 959px) and (max-width: 959px) {
  .footer-inner-list ul ul {
    flex-direction: column; } }

.footer-inner-list ul ul li {
  margin-bottom: .5rem; }
@media screen and (max-width: 959px) {
  .footer-inner-list ul ul li {
    width: 50%; } }
.footer-inner-list span {
  display: inline-block;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 600; }
@media screen and (max-width: 959px) {
  .footer-inner-list span {
    margin-bottom: 1rem; } }
.footer-inner-list__links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; }
@media screen and (max-width: 959px) {
  .footer-inner-list__links {
    flex-direction: column; } }
.footer-inner-list__links li {
  margin: 0 2rem; }
@media screen and (max-width: 959px) {
  .footer-inner-list__links li {
    margin: 0 4rem; } }

.footer-copy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 1rem 8rem;
  font-size: 1.2rem; }
@media screen and (max-width: 959px) {
  .footer-copy {
    flex-direction: column; } }
@media screen and (max-width: 1199px) {
  .footer-copy {
    padding: 1rem 4rem; } }
@media screen and (max-width: 959px) {
  .footer-copy {
    flex-direction: row;
    padding: 1rem 2rem; } }
.footer-copy ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; }
@media screen and (max-width: 959px) {
  .footer-copy ul {
    flex-direction: column; } }
@media screen and (max-width: 959px) {
  .footer-copy ul {
    flex-direction: row; } }
@media screen and (max-width: 575px) {
  .footer-copy ul {
    margin-top: .4rem; } }
.footer-copy ul li:not(:last-child) {
  margin-right: 1rem; }
.footer-copy ul li a {
  color: #333; }

/* 230323追加 */
div.input-hidden {
text-align: center;
font-weight: bold;
font-size: 1.5em;
color: #ff0000;
}
div.confirm-hidden {
text-align: center;
font-size: 1.5em;
}

/* 230406追加 */
.fixed_header {
    display:none;
    width:100vw;
    height: 100px;
    position:fixed;
    left:0;
    top:0;
    z-index:999999;
    padding-bottom: 1rem;
}
@media (min-width: 1200px) {
    .fixed_header {
        display:none !important;
    }
}
.gmenu {
    display: table;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
.gmenu li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 25%;
    padding: 2rem;
    border-right: 1px solid rgba(0,0,0,0.3);
    background: rgba(255,255,255,1.0);
}
.gmenu li:last-child {
    border-right: none;
}
.gmenu li p {
    font-size: 36px;
}
.gmenu li span {
    font-size: 15px;
}
.gmenu li a:hover {
    opacity: 0.7;
}
@media (max-width: 575.98px) {
    .gmenu li p {
        font-size: 24px;
    }
    .gmenu li span {
        font-size: 10px;
    }
}