@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;700&family=Noto+Sans+JP&display=swap");
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

input, button, select, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle;
  margin: 0;
  padding: 0;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
select::-ms-expand {
  display: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.scrollin {
  -webkit-animation: fadeIn 0.6s ease-in-out forwards;
          animation: fadeIn 0.6s ease-in-out forwards;
}

.fadeInDelay {
  opacity: 0;
}
.fadeInDelay.scrollin {
  -webkit-animation: fadeIn 0.6s ease-in-out 0.4s forwards;
          animation: fadeIn 0.6s ease-in-out 0.4s forwards;
}

.fadeInLeft {
  opacity: 0;
}
.fadeInLeft.scrollin {
  -webkit-animation: fadeInLeft 0.6s ease-in-out forwards;
          animation: fadeInLeft 0.6s ease-in-out forwards;
}

.fadeInRight {
  opacity: 0;
}
.fadeInRight.scrollin {
  -webkit-animation: fadeInRight 0.6s ease-in-out forwards;
          animation: fadeInRight 0.6s ease-in-out forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1.5em);
            transform: translateX(-1.5em);
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1.5em);
            transform: translateX(-1.5em);
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em);
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em);
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.shadow_hov, .list_staff li a:hover, .relation_site li a:hover, .bnr_contact:hover, .under_links li a:hover, .section_sns__link li a:hover, .list_top_link li a:hover, .top_expert:hover, .attention a:hover {
  -webkit-box-shadow: 0 10px 10px rgba(93, 105, 112, 0.3);
          box-shadow: 0 10px 10px rgba(93, 105, 112, 0.3);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  z-index: 1;
}

html {
  width: 100%;
  font-size: 10px;
}

body {
  position: relative;
  font: 400 16px/2 "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #5d6970;
  text-align: left;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.75;
    font-size: 15px;
  }
}

a {
  text-decoration: none;
  color: #5d6970;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

a[href*=tel] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 767px) {
  a[href*=tel] {
    pointer-events: auto;
    cursor: pointer;
  }
}

.opacity {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

.en {
  font-family: "Lato", sans-serif;
}

#container_wrap {
  overflow: hidden;
  min-width: 1150px;
  padding-top: 144px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
    padding-top: 60px;
  }
}

.section_wrap {
  position: relative;
  padding: 0 0 8.75em;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding: 0 0 4em;
  }
}
@media screen and (max-width: 400px) {
  .section_wrap {
    padding: 0 0 3em;
  }
}
.section_wrap__min {
  padding-bottom: 4.5em;
}
@media screen and (max-width: 767px) {
  .section_wrap__min {
    padding: 0 0 2.5em;
  }
}
@media screen and (max-width: 400px) {
  .section_wrap__min {
    padding: 0 0 2.3em;
  }
}

.section_404 + .section_wrap {
  padding-top: 8.75em;
}
@media screen and (max-width: 767px) {
  .section_404 + .section_wrap {
    padding-top: 5.3em;
  }
}

.inner, .inner_min, .inner_lg {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner, .inner_min, .inner_lg {
    padding: 0 8vw;
  }
}
.inner + [class*=inner], .inner_min + [class*=inner], .inner_lg + [class*=inner], .inner + .split, .inner_min + .split, .inner_lg + .split {
  margin-top: 6.25em;
}
@media screen and (max-width: 767px) {
  .inner + [class*=inner], .inner_min + [class*=inner], .inner_lg + [class*=inner], .inner + .split, .inner_min + .split, .inner_lg + .split {
    margin-top: 4em;
  }
}
.inner_lg {
  max-width: 1440px;
}
.inner_min {
  max-width: 860px;
}

.split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .split {
    padding: 0 8vw;
  }
}
.split__left {
  width: 18.5%;
}
@media screen and (max-width: 767px) {
  .split__left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.split__right {
  width: 74%;
}
@media screen and (max-width: 767px) {
  .split__right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 3em;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 100%;
  min-width: 1150px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1000;
  padding: 0 0 0 30px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
@media screen and (max-width: 1200px) {
  .header {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-width: 1px;
    padding: 0 0 0 12px;
  }
}
.header.js_active {
  -webkit-animation: active_header 1s ease forwards;
          animation: active_header 1s ease forwards;
  position: fixed;
  background-color: #fff;
}
.header.js_active .header__nav {
  display: none;
}
.header.js_active .menu-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__ttl {
  position: relative;
  padding: 18px 0;
}
@media screen and (max-width: 767px) {
  .header__ttl {
    padding: 13px 0;
  }
}
.header__ttl .logo {
  display: block;
  width: 210px;
  height: 40px;
  white-space: nowrap;
  text-indent: 110%;
  overflow: hidden;
  background: url(../images/logo.svg) no-repeat center/contain;
}
@media screen and (max-width: 1200px) {
  .header__ttl .logo {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .header__ttl .logo {
    width: min(45vw, 170px);
    height: 34px;
  }
}
.header__ttl .logo:hover {
  opacity: 0.7;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header__menu {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.header__menu .address {
  font-size: 0.75em;
  padding-right: 15px;
  line-height: 1.75;
  border-right: 1px solid #c0d0da;
}
@media screen and (max-width: 767px) {
  .header__menu .address {
    display: none;
  }
}
.header__menu .tel {
  padding: 0 10px;
  border-right: 1px solid #c0d0da;
}
@media screen and (max-width: 767px) {
  .header__menu .tel {
    display: none;
  }
}
.header__menu .tel a {
  display: block;
  font-size: 1.375em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 40px;
  padding-left: 20px;
  height: 100%;
  background: url(../images/ico_tel.svg) no-repeat center left;
}
.header__menu .time {
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__menu .time {
    padding-top: 10px;
    margin-right: 8px;
  }
}
.header__menu .time_btn {
  font-size: 0.8125em;
  line-height: 40px;
  padding: 0 25px 0 45px;
  background: url(../images/ico_time.svg) no-repeat top 10px left 15px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header__menu .time_btn {
    background-size: 23px auto;
    background-position: center top;
    padding: 25px 0 0;
    font-size: 0.85em;
    line-height: 1.2;
  }
}
.header__menu .time_btn.js_active, .header__menu .time_btn:hover {
  background-color: #e9f1f4;
}
.header__menu .time .calendar_wrap {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .header__menu .time .calendar_wrap {
    right: -88px;
  }
}
.header__menu .access {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .header__menu .access {
    display: none;
  }
}
.header__menu .access a {
  display: block;
  font-size: 0.8125em;
  font-weight: bold;
  color: #fff;
  padding: 0 10px 0 30px;
  height: 40px;
  line-height: 38px;
  background: url(../images/ico_access.svg) no-repeat center left 8px;
  background-color: #2778bd;
}
.header__menu .contact {
  padding: 0 30px 0 0;
}
@media screen and (max-width: 767px) {
  .header__menu .contact {
    display: none;
  }
}
.header__menu .contact a {
  display: block;
  width: 205px;
  height: 40px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  font-size: 0.8125em;
  font-weight: 700;
  padding-left: 20px;
  letter-spacing: 1px;
  background: url(../images/ico_mail.svg) no-repeat center left 20px;
  background-color: #ed7235;
}
.header__nav {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

@-webkit-keyframes active_header {
  0% {
    top: -120%;
  }
  100% {
    top: 0;
  }
}

@keyframes active_header {
  0% {
    top: -120%;
  }
  100% {
    top: 0;
  }
}
.menu-trigger {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #2778bd;
  height: 80px;
  padding: 0 2.43vw;
  z-index: 11;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .menu-trigger {
    padding: 0 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0 23px;
  }
}
.menu-trigger span {
  display: block;
  position: relative;
  width: 50px;
  height: 1px;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .menu-trigger span {
    width: 34px;
  }
}
.menu-trigger span::before, .menu-trigger span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: -6px;
  left: calc(50% - 25px);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .menu-trigger span::before, .menu-trigger span::after {
    left: calc(50% - 17px);
  }
}
.menu-trigger span::after {
  top: 6px;
}
.menu-trigger.active span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: transparent;
}
.menu-trigger.active span::before, .menu-trigger.active span::after {
  background-color: #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 0;
  left: 0;
}
.menu-trigger.active span::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#toggleNavi {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  position: fixed;
  background: url(../images/bg_menu.svg) no-repeat center/35.625%;
  background-color: #2778bd;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 7.64vw;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #toggleNavi {
    padding-top: 80px;
    overflow-y: scroll;
  }
}
#toggleNavi.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: gnav 0.5s forwards;
          animation: gnav 0.5s forwards;
}
@media screen and (max-width: 767px) {
  #toggleNavi.active {
    display: block;
  }
}
#toggleNavi .toggle_nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 80px;
}
@media screen and (max-width: 767px) {
  #toggleNavi .toggle_nav_wrap {
    display: block;
    margin-bottom: 2em;
  }
}
#toggleNavi .toggle_nav {
  width: calc(50% - 40px);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #toggleNavi .toggle_nav {
    width: 100%;
    margin-bottom: 1em;
  }
}
#toggleNavi .toggle_nav > li {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #toggleNavi .toggle_nav > li {
    margin-bottom: 1em;
    text-align: center;
  }
}
#toggleNavi .toggle_nav > li:last-child {
  margin-bottom: 0;
}
#toggleNavi .toggle_nav > li.has_child {
  cursor: pointer;
}
#toggleNavi .toggle_nav > li.has_child.js_active > a::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#toggleNavi .toggle_nav > li.has_child.js_active > a::after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
#toggleNavi .toggle_nav > li.has_child > a {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  pointer-events: none;
  -webkit-transition: none;
  transition: none;
}
#toggleNavi .toggle_nav > li.has_child > a::before, #toggleNavi .toggle_nav > li.has_child > a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #fff;
  top: calc(50% - 0.5px);
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#toggleNavi .toggle_nav > li.has_child > a::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#toggleNavi .toggle_nav > li > a {
  display: block;
  color: #fff;
  font-size: 1.125em;
  font-weight: 400;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  #toggleNavi .toggle_nav > li > a {
    font-size: 1.08em;
  }
}
#toggleNavi .sub_nav {
  display: none;
  margin-bottom: 15px;
}
#toggleNavi .sub_nav li a {
  display: block;
  font-size: 0.75em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #toggleNavi .sub_nav li a {
    font-size: 0.9375em;
  }
}
@media screen and (max-width: 767px) {
  #toggleNavi .toggle_calendar {
    display: none;
  }
}
#toggleNavi .toggle_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  position: absolute;
  right: 3vw;
  bottom: 3vw;
}
@media screen and (max-width: 767px) {
  #toggleNavi .toggle_sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: static;
  }
}
#toggleNavi .toggle_sns li a:hover img {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
#toggleNavi .toggle_sns li a img {
  display: block;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 22px;
}

@-webkit-keyframes gnav {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes gnav {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.calendar {
  position: relative;
  background-color: #2778bd;
  padding: 10px 20px 18px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .calendar {
    width: 100vw;
    max-width: 100%;
    padding: 10px 10px 18px;
  }
}
.calendar strong {
  display: block;
  padding-left: 30px;
  color: #fff;
  font-weight: 400;
  background: url(../images/ico_time_w.svg) no-repeat top 5px left;
  margin-bottom: 10px;
}
.calendar table {
  width: 100%;
  white-space: nowrap;
  border-top: 1px solid #fff;
  color: #fff;
}
.calendar table tr {
  border-bottom: 1px solid #fff;
}
.calendar table th,
.calendar table td {
  padding: 10px;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .calendar table th,
  .calendar table td {
    padding: 5px 0;
    font-size: 0.875em;
    vertical-align: middle;
  }
}
.calendar table th.text,
.calendar table td.text {
  font-size: 0.75em;
  width: 40px;
  line-height: 1.2;
}
.calendar table td {
  min-width: 45px;
}
@media screen and (max-width: 767px) {
  .calendar table td {
    min-width: 1px;
  }
}
.calendar_close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 10px;
  cursor: pointer;
}
.calendar_close::before, .calendar_close::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: calc(50% - 0.5px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.calendar_close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.global_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-top: 1px solid #e9f1f4;
}
.global_nav::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e9f1f4;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.global_nav > li.has_child {
  position: relative;
  padding-right: 10px;
  cursor: pointer;
}
.global_nav > li.has_child::before, .global_nav > li.has_child::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #2778bd;
  top: calc(50% - 0.5px);
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.global_nav > li.has_child::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.global_nav > li.has_child.js_active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.global_nav > li.has_child.js_active::after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.global_nav > li.has_child > a {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .global_nav > li {
    width: 100%;
    text-align: center;
  }
}
.global_nav > li > a {
  display: block;
  position: relative;
  font-weight: 400;
  color: #5d6970;
  font-size: 0.8125em;
  letter-spacing: 1px;
  padding: 20px 15px;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 767px) {
  .global_nav > li > a {
    display: inline-block;
    letter-spacing: 2px;
    font-size: 1.5em;
  }
}
.global_nav > li > a.is_current, .global_nav > li > a:hover {
  color: #2778bd;
  font-weight: 700;
  border-bottom-color: #2778bd;
}
.global_nav > li .sub_nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 15px;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #e9f1f4;
}
.global_nav > li .sub_nav li {
  border-bottom: 1px solid #e9f1f4;
}
.global_nav > li .sub_nav li:last-child {
  border-bottom: 0 none;
}
.global_nav > li .sub_nav li a {
  display: block;
  line-height: 40px;
  font-size: 0.75em;
  padding: 0 10px;
}
.global_nav > li .sub_nav li a:hover {
  background-color: #e9f1f4;
}

#overlay {
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
  left: 0;
  background-color: #e9f1f4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
#overlay.active {
  opacity: 1;
  z-index: 0;
  pointer-events: auto;
  -webkit-animation: none;
          animation: none;
}

.fix_nav {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(93, 105, 112, 0.3);
          box-shadow: 0 0 10px rgba(93, 105, 112, 0.3);
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .fix_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.fix_nav li {
  width: 33.33%;
  height: 60px;
}
.fix_nav li a {
  display: block;
  text-align: center;
  background-color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 84px;
}
.fix_nav li a span {
  padding: 25px 0 0;
  background: url(../images/ico_tel.svg) no-repeat center 4px/13px auto;
}
@media screen and (max-width: 400px) {
  .fix_nav li:nth-child(2) span {
    font-size: 0.8em;
    background: url(../images/ico_tel.svg) no-repeat center 0px/13px auto;
  }
}
.fix_nav li:first-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background-color: #2778bd;
  font-size: 1em;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #fff;
  line-height: 1.2;
}
.fix_nav li:first-child a span {
  padding: 25px 0 0;
  background: url(../images/ico_access.svg) no-repeat center top/14px auto;
}
@media screen and (max-width: 400px) {
  .fix_nav li:first-child a span {
    font-size: 0.78em;
  }
}
.fix_nav li:last-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background-color: #ed7235;
  font-size: 0.9em;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #fff;
  line-height: 1.2;
}
.fix_nav li:last-child a span {
  padding: 22px 0 0px;
  background: url(../images/ico_mail.svg) no-repeat center 3px/19px auto;
}
@media screen and (max-width: 400px) {
  .fix_nav li:last-child a span {
    font-size: 0.78em;
  }
}

.footer {
  background-color: #2778bd;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 60px;
  }
}
.footer .inner_lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__logo {
  padding: 40px 0;
  border-bottom: 1px solid #fff;
  width: 100%;
  margin-bottom: 5em;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    padding: 20px 0;
    margin-bottom: 40px;
  }
}
.footer__logo a {
  display: block;
  width: 378px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer__logo a {
    width: 222px;
  }
}
.footer .left {
  width: 50%;
  padding-right: 8%;
}
@media screen and (max-width: 767px) {
  .footer .left {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.footer .left .calendar {
  padding: 10px 0;
  margin-bottom: 1.875em;
}
.footer .left .address {
  color: #fff;
  margin-bottom: 10px;
}
.footer .left a {
  display: inline-block;
  font-size: 0.8125em;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 0 30px 15px 10px;
  background: url(../images/ico_arrow_white.svg) no-repeat bottom 20px right 10px;
}
.footer .right {
  width: 50%;
  padding-left: 5.8%;
}
@media screen and (max-width: 767px) {
  .footer .right {
    width: calc(100% + 16vw);
    padding: 0;
    margin: 0 -8vw;
  }
}
.footer .links {
  width: 100%;
  margin: 80px 0 60px;
}
@media screen and (max-width: 767px) {
  .footer .links {
    margin: 40px 0;
  }
}
.footer .links .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 30px;
  width: 100%;
  margin-bottom: 40px;
}
.footer .links .btn li {
  width: 280px;
  max-width: calc(33.3333% - 20px);
}
@media screen and (max-width: 767px) {
  .footer .links .btn li {
    width: 100%;
    max-width: 280px;
  }
}
.footer .links .btn li a {
  display: block;
  background-color: #ed7235;
  line-height: 60px;
  color: #fff;
  text-align: center;
}
.footer .links .btn li a span {
  font-size: 0.8125em;
  font-weight: 700;
  padding-left: 26px;
  background: url(../images/ico_mail.svg) no-repeat center left;
}
@media screen and (max-width: 767px) {
  .footer .links .btn li a span {
    font-size: 1em;
  }
}
.footer .links .btn li:first-child a {
  background-color: #2778bd;
  border: 1px solid #fff;
  line-height: 58px;
}
.footer .links .btn li:first-child a span {
  font-size: 1.75em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  background: url(../images/ico_tel_white.svg) no-repeat center left;
}
.footer .links .bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.875em;
}
@media screen and (max-width: 767px) {
  .footer .links .bnr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .links .bnr li {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .footer .links .bnr li {
    width: 100%;
    max-width: 280px;
  }
}
.footer .links .bnr li p {
  color: #fff;
  text-align: center;
  font-size: 0.875em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .footer .links .bnr li p {
    padding-top: 15px;
  }
}
.footer .links .bnr li a {
  display: block;
  border: 1px solid #c0d0da;
  border-left: 0 none;
}
.footer .links .bnr li a:first-child {
  border-left: 1px solid #c0d0da;
}
.footer__bottom {
  background-color: #fff;
  padding: 18px 2.1vw;
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 30px;
  float: right;
}
@media screen and (max-width: 767px) {
  .footer__sns {
    float: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
}
.footer__sns li a,
.footer__sns li img {
  display: block;
  width: 23px;
}
.footer__copyright {
  float: left;
  font-family: "Lato", sans-serif;
  font-size: 0.75em;
  color: #2778bd;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    float: none;
    text-align: center;
  }
}

.page_top {
  position: fixed;
  right: 5vw;
  bottom: 5vw;
  width: 80px;
  height: 80px;
  -webkit-transition: none;
  transition: none;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .page_top {
    width: 40px;
    height: 40px;
    right: 3vw;
    bottom: 70px;
  }
}
.page_top:hover {
  opacity: 0.7;
}

.main_visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: calc(100vh - 144px);
  height: calc(100dvh - 144px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main_visual {
    display: block;
    padding: 0;
    width: 100%;
    height: auto;
    margin-bottom: 10vw;
  }
}
.main_visual__slide {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 100%;
  height: 100%;
  padding: 60px 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .main_visual__slide {
    position: relative;
    padding: 0;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.main_visual__slide .swiper-container,
.main_visual__slide .swiper-wrapper,
.main_visual__slide .swiper-slide {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .main_visual__slide .swiper-container,
  .main_visual__slide .swiper-wrapper,
  .main_visual__slide .swiper-slide {
    height: auto;
  }
}
.main_visual__slide .swiper-container {
  position: relative;
}
.main_visual__slide .swiper-container::before, .main_visual__slide .swiper-container::after {
  content: "";
  position: absolute;
  width: 23.75%;
  height: 47.6%;
  background: url(../images/mv_slide_icon_01.svg) no-repeat center/contain;
  right: -5%;
  top: 0;
  opacity: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .main_visual__slide .swiper-container::before, .main_visual__slide .swiper-container::after {
    width: 50%;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
.main_visual__slide .swiper-container::after {
  background-image: url(../images/mv_slide_icon_02.svg);
  top: 45%;
}
.main_visual__slide .swiper-container.js_active::before {
  -webkit-animation: mv_anim 2s ease 0.8s forwards;
          animation: mv_anim 2s ease 0.8s forwards;
}
.main_visual__slide .swiper-container.js_active::after {
  -webkit-animation: mv_anim 2s ease 0.9s forwards;
          animation: mv_anim 2s ease 0.9s forwards;
}
.main_visual__slide .swiper-slide {
  position: relative;
  text-align: center;
}
.main_visual__slide .swiper-slide.swiper-slide-prev {
  -webkit-animation: mv_anim_02 1.5s ease forwards;
          animation: mv_anim_02 1.5s ease forwards;
}
.main_visual__slide .swiper-slide.swiper-slide-active {
  opacity: 0;
  -webkit-animation: mv_anim_03 2s ease 0.3s forwards;
          animation: mv_anim_03 2s ease 0.3s forwards;
}
.main_visual__slide .swiper-slide figure {
  height: 55%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main_visual__slide .swiper-slide figure {
    position: relative;
    width: 100%;
    height: auto;
    width: 106%;
    max-width: 106%;
    left: -3%;
  }
}
.main_visual__slide .swiper-slide figure::after {
  content: "";
  display: block;
  padding-top: 60.5%;
}
.main_visual__slide .swiper-slide figure img {
  -webkit-transform: translate(-40px, 0);
          transform: translate(-40px, 0);
  -webkit-clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
          clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .main_visual__slide .swiper-slide figure img {
    -webkit-clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
            clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}
.main_visual__slide .swiper-slide .bottom {
  position: relative;
  z-index: -1;
}
.main_visual__slide .swiper-slide .bottom img {
  -webkit-transform: translate(40px, -18%);
          transform: translate(40px, -18%);
}
@media screen and (max-width: 767px) {
  .main_visual__slide .swiper-slide .bottom img {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}
.main_visual__slide .swiper-slide img:not([class]) {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .main_visual__slide .swiper-slide img:not([class]) {
    width: auto;
    height: auto;
  }
}
.main_visual__text {
  position: relative;
  z-index: 1;
  min-width: 83%;
  padding: 0 8vw;
  height: 150px;
}
@media screen and (max-width: 767px) {
  .main_visual__text {
    position: absolute;
    padding: 0 8vw;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.main_visual__text strong {
  display: block;
}
.main_visual__text strong img {
  display: block;
}
@media screen and (max-width: 767px) {
  .main_visual__text strong img {
    width: 100%;
    margin: auto;
  }
}

@-webkit-keyframes mv_anim {
  0% {
    opacity: 0;
    right: -5%;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    right: 70%;
  }
}

@keyframes mv_anim {
  0% {
    opacity: 0;
    right: -5%;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    right: 70%;
  }
}
@-webkit-keyframes mv_anim_02 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mv_anim_02 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes mv_anim_03 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mv_anim_03 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.attention {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .attention {
    margin-bottom: 50px;
  }
}
.attention a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 30px min(6.25vw, 90px);
  background-color: #e9f1f4;
}
@media screen and (max-width: 767px) {
  .attention a {
    margin: 0 -8vw;
  }
}
.attention a::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../images/ico_arrow_02.svg) no-repeat center/contain;
  right: min(6.25vw, 90px);
  top: calc(50% - 20px);
}
.attention a .ttl_top_01 {
  padding-left: 100px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .attention a .ttl_top_01 {
    padding-left: 0;
  }
}
.attention a .ttl_top_01::before {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .attention a .ttl_top_01::before {
    left: -6vw;
    text-align: left;
  }
}
.attention a img {
  display: block;
  margin-right: min(7.64vw, 110px);
}
@media screen and (max-width: 767px) {
  .attention a img {
    display: none;
  }
}

.top_news {
  margin-bottom: 6.25em;
}
.top_news__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top_news__grid .title {
    width: 100%;
  }
}
.top_news__grid .title .btn_cmn_01 {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top_news__grid .title .btn_cmn_01 {
    display: none;
  }
}
.top_news__grid .text {
  width: calc(100% - 330px);
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .top_news__grid .text {
    width: auto;
    padding: 0;
    margin: 0 -8vw;
  }
}
.top_news__grid .text ul {
  border-top: 1px solid #e9f1f4;
}
.top_news__grid .text ul li {
  border-bottom: 1px solid #e9f1f4;
}
.top_news__grid .text ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/ico_arrow.svg) no-repeat center right 40px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .top_news__grid .text ul li a {
    padding: 15px 8vw;
  }
}
.top_news__grid .text ul li a:hover {
  background-color: #e9f1f4;
}
.top_news__grid .text ul li a .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.875em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin-right: 23px;
  width: 60px;
}
.top_news__grid .text ul li a .title {
  width: calc(100% - 220px);
  margin-top: 5px;
  font-size: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 90px;
}
@media screen and (max-width: 767px) {
  .top_news__grid .text ul li a .title {
    white-space: normal;
    overflow: visible;
    line-height: 1.71;
    padding-right: 9vw;
    width: 100%;
  }
}
.top_news__grid .text ul li a .cat {
  width: 120px;
  padding-right: 20px;
}
.top_news__grid .text ul li a .parent {
  font-size: 0.8em;
  padding: 0 5px;
  display: block;
  text-align: center;
  background: #2778bd;
  color: #ffffff;
}
.top_news__grid .text .btn_cmn_01 {
  display: none;
}
@media screen and (max-width: 767px) {
  .top_news__grid .text .btn_cmn_01 {
    display: block;
    margin: 30px auto 0;
  }
}

.top_greeting {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_greeting {
    margin: 0 -8vw;
  }
}
.top_greeting__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 90px;
  background-color: #e9f1f4;
}
@media screen and (max-width: 767px) {
  .top_greeting__grid {
    padding: 0 8vw 60px;
  }
}
.top_greeting__grid .text {
  position: relative;
  width: 50%;
  padding: 170px 60px 100px 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_greeting__grid .text {
    width: 100%;
    padding: 90px 0 40px;
  }
}
.top_greeting__grid .text .ttl_top_01 {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .top_greeting__grid .text .ttl_top_01 {
    font-size: 1.43em;
  }
}
.top_greeting__grid .text .ttl_top_01::before {
  left: -90px;
  color: #fff;
  font-size: 5em;
}
@media screen and (max-width: 767px) {
  .top_greeting__grid .text .ttl_top_01::before {
    left: 0;
    font-size: 2.5em;
    bottom: 0.5em;
  }
}
.top_greeting__grid .text h3 {
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .top_greeting__grid .text h3 {
    text-align: center;
    margin-bottom: 10px;
  }
}
.top_greeting__grid .text p {
  line-height: 2.5;
  margin-bottom: 1.875em;
}
@media screen and (max-width: 767px) {
  .top_greeting__grid .text p {
    font-size: 1em;
    line-height: 2;
  }
}
.top_greeting__grid .text .btn_cmn_01 {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .top_greeting__grid .text .btn_cmn_01 {
    margin-left: auto;
    margin-right: auto;
  }
}
.top_greeting__grid .slider {
  position: relative;
  width: 50%;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_greeting__grid .slider {
    width: calc(100% + 16vw);
    margin: 0 -8vw;
    padding: 0 23vw;
  }
}
@media screen and (max-width: 767px) {
  .top_greeting__grid .slider .slick-list,
  .top_greeting__grid .slider .slick-track {
    overflow: visible;
  }
}
.top_greeting__grid .slider .slick-slide {
  position: relative;
}
.top_greeting__grid .slider .slick-slide:nth-child(even) figure {
  margin-left: auto;
}
.top_greeting__grid .slider .slick-slide figure {
  position: relative;
  width: calc(50% - 23px);
}
@media screen and (max-width: 767px) {
  .top_greeting__grid .slider .slick-slide figure {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
.top_greeting__grid .slider .slick-slide figure::after {
  content: "";
  display: block;
  padding-top: 70%;
}
@media screen and (max-width: 767px) {
  .top_greeting__grid .slider .slick-slide figure::after {
    padding-top: 140%;
  }
}
.top_greeting__grid .slider .slick-slide figure img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  height: 200%;
}
@media screen and (max-width: 767px) {
  .top_greeting__grid .slider .slick-slide figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.top_concept {
  background: url(../images/top_concept.jpg) no-repeat center/cover;
  padding: 90px 0 70px;
  margin-bottom: 8.75em;
}
@media screen and (max-width: 767px) {
  .top_concept {
    background: none;
    padding: 50px 0;
    margin-bottom: 0;
  }
}
.top_concept__text {
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top_concept__text {
    width: 100%;
  }
}
.top_concept__text h2 {
  font-size: 5em;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  color: #fff;
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top_concept__text h2 {
    color: #e9f1f4;
    font-size: 3.57em;
    text-align: center;
    margin-bottom: 20px;
  }
}
.top_concept__text .text_wrap {
  padding-left: 7.64vw;
}
@media screen and (max-width: 767px) {
  .top_concept__text .text_wrap {
    padding: 0;
  }
}
.top_concept__text h3 {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .top_concept__text h3 {
    margin: 0 -8vw 2em;
  }
}
.top_concept__text h3 img {
  display: block;
}
.top_concept__text p {
  color: #fff;
  line-height: 2.5;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .top_concept__text p {
    color: #5d6970;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .top_concept__text .btn_cmn_01 {
    margin-left: auto;
    margin-right: auto;
  }
}

.top_symptom {
  margin-bottom: 8.75em;
}
@media screen and (max-width: 767px) {
  .top_symptom {
    margin-bottom: 7em;
  }
}
.top_symptom .inner, .top_symptom .inner_lg, .top_symptom .inner_min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top_symptom .inner .left, .top_symptom .inner_lg .left, .top_symptom .inner_min .left {
  width: 32.3%;
}
@media screen and (max-width: 767px) {
  .top_symptom .inner .left, .top_symptom .inner_lg .left, .top_symptom .inner_min .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.top_symptom .inner .left img, .top_symptom .inner_lg .left img, .top_symptom .inner_min .left img {
  display: block;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top_symptom .inner .left img, .top_symptom .inner_lg .left img, .top_symptom .inner_min .left img {
    width: 150px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .top_symptom .inner .left .btn_cmn_01, .top_symptom .inner_lg .left .btn_cmn_01, .top_symptom .inner_min .left .btn_cmn_01 {
    display: none;
  }
}
.top_symptom .inner .right, .top_symptom .inner_lg .right, .top_symptom .inner_min .right {
  width: 67.7%;
}
@media screen and (max-width: 767px) {
  .top_symptom .inner .right, .top_symptom .inner_lg .right, .top_symptom .inner_min .right {
    width: 100%;
  }
}
.top_symptom .inner .right .hash_tag_link, .top_symptom .inner_lg .right .hash_tag_link, .top_symptom .inner_min .right .hash_tag_link {
  width: 700px;
  max-width: 100%;
  margin: 0 auto 3.125em;
}
.top_symptom .inner .right .hash_tag_link li, .top_symptom .inner_lg .right .hash_tag_link li, .top_symptom .inner_min .right .hash_tag_link li {
  margin-bottom: 20px;
}
.top_symptom .inner .right .hash_tag_link li:last-child, .top_symptom .inner_lg .right .hash_tag_link li:last-child, .top_symptom .inner_min .right .hash_tag_link li:last-child {
  margin-bottom: 0;
}
.top_symptom .inner .right .hash_tag_link li a, .top_symptom .inner_lg .right .hash_tag_link li a, .top_symptom .inner_min .right .hash_tag_link li a {
  display: block;
  padding: 10px 45px;
  font-size: 1.75em;
  font-weight: 400;
  color: #2778bd;
  border-radius: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top_symptom .inner .right .hash_tag_link li a, .top_symptom .inner_lg .right .hash_tag_link li a, .top_symptom .inner_min .right .hash_tag_link li a {
    padding: 0;
    font-size: 1.07em;
  }
}
.top_symptom .inner .right .hash_tag_link li a:hover, .top_symptom .inner_lg .right .hash_tag_link li a:hover, .top_symptom .inner_min .right .hash_tag_link li a:hover {
  background-color: #2778bd;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top_symptom .inner .right .hash_tag_link li a:hover, .top_symptom .inner_lg .right .hash_tag_link li a:hover, .top_symptom .inner_min .right .hash_tag_link li a:hover {
    background-color: transparent;
    color: #2778bd;
  }
}
.top_symptom .inner .right h3, .top_symptom .inner_lg .right h3, .top_symptom .inner_min .right h3 {
  font-size: 1.5em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .top_symptom .inner .right h3, .top_symptom .inner_lg .right h3, .top_symptom .inner_min .right h3 {
    font-size: 1.28em;
  }
}
.top_symptom .inner .right h3 span, .top_symptom .inner_lg .right h3 span, .top_symptom .inner_min .right h3 span {
  display: inline-block;
  position: relative;
}
.top_symptom .inner .right h3 span::before, .top_symptom .inner_lg .right h3 span::before, .top_symptom .inner_min .right h3 span::before, .top_symptom .inner .right h3 span::after, .top_symptom .inner_lg .right h3 span::after, .top_symptom .inner_min .right h3 span::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 54px;
  background: url(../images/top_symptom_icon.svg) no-repeat center/contain;
  top: calc(50% - 27px);
  right: calc(100% + 10px);
}
.top_symptom .inner .right h3 span::after, .top_symptom .inner_lg .right h3 span::after, .top_symptom .inner_min .right h3 span::after {
  right: auto;
  left: calc(100% + 10px);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.top_symptom .inner .right .list_symptom, .top_symptom .inner_lg .right .list_symptom, .top_symptom .inner_min .right .list_symptom {
  gap: 50px 45px;
}
@media screen and (max-width: 767px) {
  .top_symptom .inner .right .list_symptom, .top_symptom .inner_lg .right .list_symptom, .top_symptom .inner_min .right .list_symptom {
    gap: 10px;
    margin-bottom: 30px;
  }
}
.top_symptom .inner .right .list_symptom li, .top_symptom .inner_lg .right .list_symptom li, .top_symptom .inner_min .right .list_symptom li {
  width: calc(50% - 22.5px);
}
@media screen and (max-width: 767px) {
  .top_symptom .inner .right .list_symptom li, .top_symptom .inner_lg .right .list_symptom li, .top_symptom .inner_min .right .list_symptom li {
    width: 100%;
  }
}
.top_symptom .inner .right .list_symptom li a, .top_symptom .inner_lg .right .list_symptom li a, .top_symptom .inner_min .right .list_symptom li a {
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .top_symptom .inner .right .list_symptom li a, .top_symptom .inner_lg .right .list_symptom li a, .top_symptom .inner_min .right .list_symptom li a {
    font-size: 1em;
  }
}
.top_symptom .inner .right .list_symptom li a figure, .top_symptom .inner_lg .right .list_symptom li a figure, .top_symptom .inner_min .right .list_symptom li a figure {
  min-height: 1px;
}
.top_symptom .inner .right .btn_cmn_01, .top_symptom .inner_lg .right .btn_cmn_01, .top_symptom .inner_min .right .btn_cmn_01 {
  display: none;
}
@media screen and (max-width: 767px) {
  .top_symptom .inner .right .btn_cmn_01, .top_symptom .inner_lg .right .btn_cmn_01, .top_symptom .inner_min .right .btn_cmn_01 {
    display: block;
  }
}

.top_features {
  margin-bottom: 9.375em;
}
@media screen and (max-width: 767px) {
  .top_features {
    margin-bottom: 6em;
  }
}
.top_features ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 70px;
  margin-bottom: 3.125em;
}
.top_features ul li {
  width: calc(33.333% - 46.6666666667px);
}
@media screen and (max-width: 767px) {
  .top_features ul li {
    width: 100%;
  }
}
.top_features ul li:before {
  content: attr(data-num);
  display: block;
  font-size: 5em;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  text-align: center;
  line-height: 0.8;
  color: #2778bd;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top_features ul li:before {
    font-size: 4.28em;
  }
}
.top_features ul li .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 150px;
}
@media screen and (max-width: 767px) {
  .top_features ul li .title {
    height: auto;
  }
}
.top_features ul li h3 {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .top_features ul li h3 {
    margin-bottom: 10px;
    font-size: 1.6em;
  }
}
.top_features ul li h3 span {
  color: #2778bd;
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .top_features ul li h3 span {
    font-size: 1.25em;
  }
}
.top_features ul li figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .top_features ul li figure {
    height: auto;
    margin-bottom: 10px;
  }
}
.top_features ul li p {
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .top_features ul li p {
    line-height: 2;
  }
}

.top_plan {
  margin-bottom: 8.75em;
}
@media screen and (max-width: 767px) {
  .top_plan {
    margin-bottom: 6em;
    background-color: #2778bd;
  }
}
.top_plan .top_plan_wrap .left .ttl_top_01 {
  line-height: 1.5;
}
.top_plan .top_plan_wrap .left .ttl_top_01::before {
  bottom: auto;
  top: -30px;
}
.top_plan_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2778bd;
  padding: 60px 5%;
}
@media screen and (max-width: 767px) {
  .top_plan_wrap {
    padding: 70px 0;
  }
}
.top_plan_wrap .left {
  width: 55%;
  padding: 0 10px 0 95px;
}
@media screen and (max-width: 767px) {
  .top_plan_wrap .left {
    width: 100%;
    padding: 0;
    margin-bottom: 2em;
  }
}
.top_plan_wrap .left .ttl_top_01 {
  color: #fff;
  padding: 0;
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .top_plan_wrap .left .ttl_top_01 {
    font-size: 1.3em;
  }
}
.top_plan_wrap .left .ttl_top_01::before {
  left: -95px;
  color: #5fa5d5;
}
@media screen and (max-width: 767px) {
  .top_plan_wrap .left .ttl_top_01::before {
    left: 0;
  }
}
.top_plan_wrap .left p {
  color: #fff;
  line-height: 2.25;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .top_plan_wrap .left p {
    text-align: center;
    font-size: 0.93em;
  }
}
.top_plan_wrap .left .btn_cmn_01 {
  background-image: url(../images/ico_arrow_white.svg);
  background-color: transparent;
  color: #fff;
}
.top_plan_wrap .right {
  width: 45%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_plan_wrap .right {
    width: 100%;
  }
}
.top_plan_wrap .right a {
  display: block;
  position: relative;
  width: 48%;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .top_plan_wrap .right a {
    width: 55%;
  }
}
@media screen and (max-width: 400px) {
  .top_plan_wrap .right a {
    width: 280px;
  }
}
.top_plan_wrap .right a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(109, 118, 124, 0.7);
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top_plan_wrap .right a::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.top_plan_wrap .right a:hover::before {
  background-color: rgba(39, 120, 189, 0.8);
}
.top_plan_wrap .right a > div {
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}
.top_plan_wrap .right a > div::before {
  content: "";
  display: block;
  background: no-repeat center/contain;
  margin: 0 auto 5px;
}
@media screen and (max-width: 767px) {
  .top_plan_wrap .right a > div::before {
    margin-bottom: 10px;
  }
}
.top_plan_wrap .right a > div::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/ico_arrow_02.svg) no-repeat center/contain;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top_plan_wrap .right a > div::after {
    position: absolute;
    top: 100%;
    left: calc(50% - 20px);
  }
}
.top_plan_wrap .right a > div h3 {
  font-size: 1.1em;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1.5;
}
.top_plan_wrap .right a > div p {
  font-size: 0.8125em;
  color: #fff;
  margin-bottom: 1em;
}
.top_plan_wrap .right a.link01 {
  margin: auto;
  background: url(../images/top_plan_01.png) no-repeat center/cover;
  z-index: 1;
}
.top_plan_wrap .right a.link01 > div::before {
  width: 62px;
  height: 30px;
  background-image: url(../images/top_plan_ico_01.svg);
}
@media screen and (max-width: 767px) {
  .top_plan_wrap .right a.link01 > div::before {
    width: 50px;
    height: 24px;
  }
}
.top_plan_wrap .right a.link02 {
  background: url(../images/top_plan_02.png) no-repeat center/cover;
  margin: 0px 0 0 auto;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top_plan_wrap .right a.link02 {
    margin: 10px auto 0;
  }
}
.top_plan_wrap .right a.link02 > div::before {
  width: 74px;
  height: 52px;
  background-image: url(../images/top_plan_ico_02.svg);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top_plan_wrap .right a.link02 > div::before {
    width: 60px;
    height: 42px;
  }
}
.top_plan_wrap .right a.link03 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/top_plan_03.png) no-repeat center/cover;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top_plan_wrap .right a.link03 {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 10px auto;
  }
}
.top_plan_wrap .right a.link03 > div::before {
  width: 74px;
  height: 64px;
  background-image: url(../images/top_plan_ico_03.svg);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top_plan_wrap .right a.link03 > div::before {
    width: 60px;
    height: 42px;
  }
}

.top_voice {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_voice {
    margin-bottom: 6em;
  }
}
.top_voice .inner, .top_voice .inner_lg, .top_voice .inner_min {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .top_voice .inner, .top_voice .inner_lg, .top_voice .inner_min {
    padding-top: 30px;
  }
}
.top_voice .voice_slide {
  margin-bottom: 6.25em;
  padding-right: 120px;
}
@media screen and (max-width: 767px) {
  .top_voice .voice_slide {
    padding: 0;
    margin-bottom: 4em;
  }
}
.top_voice .voice_slide .slick-slide {
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .top_voice .voice_slide .slick-slide {
    padding: 0;
  }
}
.top_voice .voice_slide .slick-slide .item {
  gap: 20px 25px;
  padding: 33px 30px;
  background-color: #e9f1f4;
}
@media screen and (max-width: 767px) {
  .top_voice .voice_slide .slick-slide .item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top_voice .voice_slide .slick-slide .item .image {
  position: relative;
  width: 100%;
}
.top_voice .voice_slide .slick-slide .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_voice .voice_slide .slick-slide .item .title {
  margin: 10px 0;
}
.top_voice .voice_slide .slick-slide .item .title p {
  font-size: 0.875em;
}
.top_voice .voice_slide .slick-slide .item .title strong {
  display: block;
  font-weight: 400;
  color: #2778bd;
}
.top_voice .voice_slide .slick-slide .item .text {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.8125em;
}
.top_voice .voice_slide .slick-slide .item .date {
  font-family: "Lato", sans-serif;
  font-size: 0.75em;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .top_voice .voice_slide .slick-slide .item .date {
    width: 100%;
    text-align: left;
  }
}
.top_voice .voice_slide .slick-list,
.top_voice .voice_slide .slick-track {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .top_voice .voice_slide .slick-list,
  .top_voice .voice_slide .slick-track {
    overflow: hidden;
  }
}
.top_voice .voice_slide .slick-arrow {
  position: absolute;
  left: 0;
  right: auto;
  top: calc(100% + 20px);
  -webkit-transform: none;
          transform: none;
  width: 40px;
  height: 40px;
  background: url(../images/ico_arrow_02.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top_voice .voice_slide .slick-arrow {
    top: calc(100% - 20px);
    z-index: 2;
  }
}
.top_voice .voice_slide .slick-arrow::before {
  content: none;
}
.top_voice .voice_slide .slick-arrow:hover {
  opacity: 0.7;
}
.top_voice .voice_slide .slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .top_voice .voice_slide .slick-arrow.slick-prev {
    left: calc(50% - 50px);
  }
}
.top_voice .voice_slide .slick-arrow.slick-next {
  left: 60px;
}
@media screen and (max-width: 767px) {
  .top_voice .voice_slide .slick-arrow.slick-next {
    left: calc(50% + 10px);
  }
}
.top_voice .voice_slide .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 130px);
  top: calc(100% + 38px);
  bottom: auto;
  right: 0;
}
.top_voice .voice_slide .slick-dots li {
  width: 100%;
  height: auto;
  margin: 0;
}
.top_voice .voice_slide .slick-dots li button {
  width: 100%;
  height: 3px;
  padding: 0;
  background-color: #e9f1f4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top_voice .voice_slide .slick-dots li button::before {
  content: none;
}
.top_voice .voice_slide .slick-dots li.slick-active button, .top_voice .voice_slide .slick-dots li:hover button {
  background-color: #2778bd;
}
.top_voice .btn_cmn_01 {
  margin-left: auto;
}

.top_expert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 800px;
  max-width: 100%;
  height: 150px;
  border: 2px solid #e9f1f4;
  background: url(../images/top_expert.svg) no-repeat right 40px bottom;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .top_expert {
    max-width: calc(100% - 16vw);
    margin: 0 8vw 6em;
    height: 105px;
    background-size: 42px auto;
    background-position: right 5px bottom;
  }
}
.top_expert p {
  font-size: 1.75em;
  font-weight: 400;
  text-align: center;
  color: #2778bd;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .top_expert p {
    font-size: 1.28em;
  }
}
.top_expert.soon {
  pointer-events: none;
}
.top_expert.soon p {
  position: relative;
}
.top_expert.soon p::after {
  content: "coming soon…";
  position: absolute;
  top: 60%;
  left: 50%;
  font-size: 1.78em;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 0.8;
  letter-spacing: normal;
  color: #e9f1f4;
}

.top_blog {
  margin-bottom: 6.25em;
}
.top_blog::before {
  content: "NEWS/BLOG";
  display: block;
  font-size: 5em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  color: #e9f1f4;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_blog::before {
    content: none;
  }
}
.top_blog .inner, .top_blog .inner_lg, .top_blog .inner_min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 75px;
}
@media screen and (max-width: 767px) {
  .top_blog .inner, .top_blog .inner_lg, .top_blog .inner_min {
    gap: 60px;
  }
}
.top_blog .item {
  width: calc(50% - 37.5px);
}
@media screen and (max-width: 767px) {
  .top_blog .item {
    width: 100%;
  }
}
.top_blog .item:last-child {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top_blog .item:last-child {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .top_blog .item:last-child h2 {
    position: absolute;
    width: calc(50% - 8vw);
    left: 0;
    top: 18vw;
  }
}
@media screen and (max-width: 400px) {
  .top_blog .item:last-child h2 {
    width: 100%;
    position: relative;
    top: auto;
    letter-spacing: auto;
  }
}
.top_blog .item h2 {
  font-size: 1.75em;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 3px;
  color: #2778bd;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .top_blog .item h2 {
    font-size: 1.43em;
  }
}
.top_blog .list_record {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 6.666%;
}
@media screen and (max-width: 767px) {
  .top_blog .list_record {
    padding: 0 0vw;
    gap: 0;
  }
}
@media screen and (max-width: 400px) {
  .top_blog .list_record {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top_blog .list_record::before {
    content: "";
    display: block;
    width: 50%;
  }
}
.top_blog .list_record li {
  width: 28.8893%;
}
@media screen and (max-width: 767px) {
  .top_blog .list_record li {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .top_blog .list_record li {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top_blog .list_record li:nth-child(1) a {
    border-bottom: 0 none;
  }
  .top_blog .list_record li:nth-child(3) a {
    border-left: 0 none;
  }
}
@media screen and (max-width: 400px) {
  .top_blog .list_record li:last-child {
    margin-bottom: 0px;
  }
}
.top_blog .list_record li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 30px;
  border: 2px solid #e9f1f4;
}
@media screen and (max-width: 767px) {
  .top_blog .list_record li a {
    padding: 15px;
  }
}
.top_blog .list_record li a:hover {
  background-color: #e9f1f4;
}
.top_blog .list_record li a .image {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.top_blog .list_record li a .image::before {
  content: "";
  display: block;
  padding-top: 130px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top_blog .list_record li a .image::before {
    padding-top: 66.666%;
  }
}
.top_blog .list_record li a .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_blog .list_record li a .date {
  font-size: 0.875em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
.top_blog .list_record li a .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 10px;
}
@media screen and (max-width: 767px) {
  .top_blog .list_record li a .cat {
    gap: 5px;
  }
}
.top_blog .list_record li a .cat span {
  display: inline-block;
  min-width: 90px;
  height: 24px;
  padding: 0 15px;
  line-height: 22px;
  font-size: 0.8125em;
  text-align: center;
  color: #2778bd;
  background-color: #e9f1f4;
}
@media screen and (max-width: 767px) {
  .top_blog .list_record li a .cat span {
    min-width: 90px;
    font-size: 0.75em;
  }
}
.top_blog .list_record li a .title {
  width: 100%;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .top_blog .list_record li a .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.top_blog .list_record li a .text {
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #e9f1f4;
  font-size: 0.875em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .top_blog .list_record li a .text {
    display: none;
  }
}

.top_staff {
  position: relative;
  margin-bottom: 9.375em;
  padding: 80px 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(57.3%, #e9f1f4), color-stop(57.3%, transparent));
  background: linear-gradient(to right, #e9f1f4 57.3%, transparent 57.3%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_staff {
    background-color: #e9f1f4;
    margin-bottom: 0;
    padding: 30px 0 60px;
  }
}
.top_staff__under {
  margin-bottom: 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .top_staff__under {
    background: #e9f1f4;
  }
}
.top_staff::before {
  content: "STAFF";
  position: absolute;
  font-size: 5em;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  color: #fff;
  line-height: 0.6;
  top: 0;
  left: 2.1vw;
}
@media screen and (max-width: 767px) {
  .top_staff::before {
    width: 100%;
    text-align: center;
    font-size: 3.57em;
  }
}
.top_staff .inner_lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_staff .inner_lg .left {
  width: 27.5%;
}
@media screen and (max-width: 767px) {
  .top_staff .inner_lg .left {
    width: 100%;
    margin-bottom: 2.3em;
  }
}
.top_staff .inner_lg .left h2 {
  text-align: center;
  font-size: 1.875em;
  color: #2778bd;
  line-height: 1.5;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .top_staff .inner_lg .left h2 {
    font-size: 1.43em;
    margin-bottom: 1em;
  }
}
.top_staff .inner_lg .left .btn_cmn_01 {
  background-color: transparent;
}
.top_staff .inner_lg .right {
  width: 72.5%;
}
@media screen and (max-width: 767px) {
  .top_staff .inner_lg .right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top_staff .inner_lg .right .staff_slide {
    padding: 0 15vw;
  }
}
@media screen and (max-width: 767px) {
  .top_staff .inner_lg .right .staff_slide .slick-track,
  .top_staff .inner_lg .right .staff_slide .slick-list {
    overflow: visible;
  }
}
.top_staff .inner_lg .right .staff_slide__item {
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .top_staff .inner_lg .right .staff_slide__item {
    padding: 0 10px;
  }
}
.top_staff .inner_lg .right .staff_slide__item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.top_staff .inner_lg .right .staff_slide__item a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top_staff .inner_lg .right .staff_slide__item a::before {
  content: "";
  display: block;
  padding-top: 136%;
}
.top_staff .inner_lg .right .staff_slide__item a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top_message {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  background: url(../images/top_message_bg.svg) no-repeat center top;
  background-color: #2778bd;
  padding: 160px 10% 90px;
}
@media screen and (max-width: 767px) {
  .top_message {
    padding: 65px 8vw 30px;
  }
}
.top_message h2 {
  font-size: 6.25em;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  text-align: center;
  white-space: nowrap;
  line-height: 0.8;
  color: #5fa5d5;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .top_message h2 {
    font-size: 3.125em;
  }
}
.top_message p {
  color: #fff;
  line-height: 2.25;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media screen and (max-width: 767px) {
  .top_message p {
    line-height: 2;
  }
}

.list_top_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #e9f1f4;
  border-bottom: 1px solid #e9f1f4;
  margin-bottom: 8.125em;
}
@media screen and (max-width: 767px) {
  .list_top_link {
    margin-bottom: 7.2em;
  }
}
.list_top_link li {
  width: 33.333%;
  border-right: 1px solid #e9f1f4;
}
@media screen and (max-width: 767px) {
  .list_top_link li {
    width: 100%;
    border: 0 none;
    border-bottom: 1px solid #e9f1f4;
  }
}
.list_top_link li:last-child {
  border: 0 none;
}
.list_top_link li:first-child a {
  background-image: url(../images/ico_arrow_02.svg);
  color: #2778bd;
}
.list_top_link li:first-child a span {
  background-image: url(../images/ico_top_link_01.svg);
}
@media screen and (max-width: 767px) {
  .list_top_link li:first-child a span {
    background-size: 50px auto;
  }
}
.list_top_link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 80px 15px;
  background: url(../images/ico_arrow_03.svg) no-repeat right 15px bottom 15px;
  background-color: #fff;
  color: #ed7235;
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_top_link li a {
    padding: 0 8vw;
    font-size: 1.28em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-size: 30px auto;
    background-position: right 8vw center;
  }
}
.list_top_link li a span {
  padding-left: 80px;
  background: url(../images/ico_top_link_02.svg) no-repeat center left;
}
@media screen and (max-width: 767px) {
  .list_top_link li a span {
    padding: 22px 0 22px 70px;
    background-size: 55px auto;
  }
}

.section_sns .inner, .section_sns .inner_lg, .section_sns .inner_min {
  margin-bottom: 4.375em;
}
@media screen and (max-width: 767px) {
  .section_sns .inner, .section_sns .inner_lg, .section_sns .inner_min {
    padding: 0 10px;
  }
}
.section_sns .inner h2, .section_sns .inner_lg h2, .section_sns .inner_min h2 {
  position: relative;
  font-size: 5em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  color: #2778bd;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section_sns .inner h2, .section_sns .inner_lg h2, .section_sns .inner_min h2 {
    font-size: 3.5em;
  }
}
.section_sns .inner h2::before, .section_sns .inner_lg h2::before, .section_sns .inner_min h2::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  background: url(../images/ico_sec_ig.svg) no-repeat center/contain;
  left: calc(50% - 21px);
  bottom: calc(100% + 5px);
}
.section_sns .inner p, .section_sns .inner_lg p, .section_sns .inner_min p {
  text-align: center;
  margin-bottom: 2em;
}
.section_sns__link {
  border-bottom: 1px solid #e9f1f4;
}
.section_sns__link li {
  border-top: 1px solid #e9f1f4;
}
.section_sns__link li a {
  display: block;
  position: relative;
  padding: 70px 8.33vw;
}
@media screen and (max-width: 767px) {
  .section_sns__link li a {
    padding: 0 8vw;
  }
}
.section_sns__link li a::before {
  content: attr(data-en);
  position: absolute;
  font-size: 5em;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  line-height: 0.7;
  color: #e9f1f4;
  top: 0;
  left: 50px;
}
@media screen and (max-width: 767px) {
  .section_sns__link li a::before {
    content: none;
  }
}
.section_sns__link li a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .section_sns__link li a > div {
    padding-left: 0;
  }
}
.section_sns__link li a > div::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../images/ico_arrow_02.svg) no-repeat center/contain;
  top: calc(50% - 20px);
  left: 100%;
}
@media screen and (max-width: 767px) {
  .section_sns__link li a > div::after {
    left: auto;
    right: 0;
    background-size: 30px;
  }
}
.section_sns__link li a > div h2 {
  padding-left: 90px;
  font-size: 2.625em;
  font-weight: 400;
  line-height: 1.5;
  color: #2778bd;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .section_sns__link li a > div h2 {
    font-size: 1.28em;
    padding: 22px 0 22px 60px;
    margin: 0;
  }
}
.section_sns__link li a > div h2.en {
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
.section_sns__link li a > div h2.ico_yt {
  background: url(../images/ico_yt_02.svg) no-repeat center left;
}
@media screen and (max-width: 767px) {
  .section_sns__link li a > div h2.ico_yt {
    background-size: 35px auto;
  }
}
.section_sns__link li a > div h2.ico_line {
  background: url(../images/ico_line_02.svg) no-repeat center left;
}
@media screen and (max-width: 767px) {
  .section_sns__link li a > div h2.ico_line {
    background-size: 44px auto;
  }
}
@media screen and (max-width: 767px) {
  .section_sns__link li a > div p {
    display: none;
  }
}

.hero {
  width: 1260px;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 30px;
}
@media screen and (max-width: 767px) {
  .hero {
    padding: 40px 8vw;
  }
}
.hero__title {
  font-size: 3.125em;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .hero__title {
    font-size: 2.2em;
  }
}
.hero__title br {
  display: none;
}
.hero__title::before {
  content: attr(data-en);
  display: block;
  font-size: 0.6em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #2778bd;
  margin-bottom: 15px;
}
.hero__cat {
  display: inline-block;
  min-width: 110px;
  height: 24px;
  padding: 0 15px;
  line-height: 22px;
  font-size: 0.8125em;
  text-align: center;
  color: #2778bd;
  background-color: #e9f1f4;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .hero__cat {
    margin-bottom: 0;
  }
}
.hero__min {
  padding: 50px 30px;
}
@media screen and (max-width: 767px) {
  .hero__min {
    padding: 40px 8vw;
  }
}
.hero__min .hero__title {
  font-size: 1.625em;
}
@media screen and (max-width: 767px) {
  .hero__min .hero__title {
    font-size: 1.25em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 400px) {
  .hero__min .hero__title {
    line-height: 1.4;
  }
}
.hero__min .hero .time {
  display: block;
}
.hero__min .categories {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .hero__min .categories {
    font-size: 0.8em;
  }
}
.hero__min .categories .parent {
  margin-top: 20px;
  display: inline-block;
  margin-right: 5px;
}
.hero__min .categories .parent a:hover {
  color: #2778bd;
}
.hero__min .categories small {
  font-family: "Lato", sans-serif;
  margin-right: 5px;
}
.hero__min .categories .child {
  margin-top: 5px;
  display: inline-block;
  margin-right: 5px;
}
.hero__min .categories .child a {
  background: #e9f1f4;
  padding: 2px 20px;
  color: #2778bd;
}
.hero__min .categories .child a:hover {
  color: #fff;
  background: #2778bd;
}
.hero__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 690px;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .hero__features {
    padding-top: 70px;
    height: auto;
    gap: 30px;
  }
}
.hero__features .hero__title {
  position: relative;
  width: 1200px;
  max-width: 100%;
  z-index: 1;
}
.hero__features img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .hero__features img {
    display: block;
    position: static;
    width: auto;
    height: auto;
    margin: 0 -8vw;
    -o-object-fit: fill;
       object-fit: fill;
    max-width: calc(100% + 16vw);
  }
}

.sidebar {
  padding: 35px 20px 40px;
  background-color: #e9f1f4;
}
@media screen and (max-width: 767px) {
  .sidebar {
    width: 280px;
    margin: 0 auto;
  }
}
.sidebar select {
  width: 100%;
  background-color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
  text-align: center;
  padding: 15px;
  font-weight: 300;
  color: #2778bd;
}

.section_related .list_blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 76px;
  border-top: 0 none;
}
.section_related .list_blog li {
  width: calc(50% - 38px);
  border: 0 none;
  border-top: 1px solid #e9f1f4;
}
@media screen and (max-width: 767px) {
  .section_related .list_blog li {
    width: 100%;
    border: 0 none;
    border-bottom: 1px solid #e9f1f4;
  }
}
@media screen and (max-width: 767px) {
  .section_related .list_blog li:first-child {
    border-top: 1px solid #e9f1f4;
  }
}
.section_related .list_blog li:nth-last-child(-n+2) {
  border-bottom: 1px solid #e9f1f4;
}

.under_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.under_links li {
  width: 50%;
  border-top: 1px solid #e9f1f4;
}
@media screen and (max-width: 767px) {
  .under_links li {
    width: 100%;
  }
}
.under_links li:nth-child(2) {
  border-left: 1px solid #e9f1f4;
}
.under_links li a {
  display: block;
  position: relative;
  font-size: 2.375em;
  font-weight: 400;
  color: #2778bd;
  text-align: center;
  padding: 70px 0;
  background: url(../images/ico_arrow_02.svg) no-repeat right 15px bottom 15px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .under_links li a {
    padding: 0 8vw;
    font-size: 1.28em;
    text-align: left;
    background-size: 30px auto;
    background-position: right 8vw center;
  }
}
.under_links li a:before {
  content: attr(data-en);
  position: absolute;
  top: 0;
  left: 38px;
  font-size: 2.1em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 0.7;
  color: #e9f1f4;
}
@media screen and (max-width: 767px) {
  .under_links li a:before {
    content: none;
  }
}
.under_links li a span {
  padding-left: 85px;
  background: no-repeat center left;
}
@media screen and (max-width: 767px) {
  .under_links li a span {
    display: block;
    padding: 22px 0 22px 70px;
    background-size: 55px auto;
  }
}
.under_links li a.ico_clinic span {
  background-image: url(../images/ico_shop.svg);
}
.under_links li a.ico_faq span {
  background-image: url(../images/ico_top_link_03.svg);
}
.under_links li a.ico_contact {
  color: #ed7235;
  background-image: url(../images/ico_arrow_03.svg);
}
.under_links li a.ico_contact span {
  background-image: url(../images/ico_top_link_02.svg);
}

.page-features #container_wrap,
.page-clinic #container_wrap {
  overflow: visible;
}

@media screen and (max-width: 767px) {
  .page-clinic #container_wrap {
    overflow: hidden;
  }
}

.section_features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}
.section_features::after {
  content: "";
  position: absolute;
  width: calc((100vw - 1440px) / 2 + 20%);
  min-width: 20%;
  height: calc(100% + 8.75em);
  background-color: #2778bd;
  left: 80%;
  top: -8.75em;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section_features::after {
    background-color: #e9f1f4;
    width: 36.8%;
    height: calc(100% + 5.3em);
    top: -4em;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 400px) {
  .section_features::after {
    top: -3em;
  }
}

.progress {
  width: 10.4%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .progress {
    width: 19%;
    padding: 0 7px;
  }
}
.progress__inner {
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 767px) {
  .progress__inner {
    top: 100px;
  }
}
.progress__num {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #2778bd;
  line-height: 1;
  width: 55px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .progress__num {
    width: 40px;
  }
}
.progress__num::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 57px;
  background-color: #2778bd;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  left: 65%;
}
@media screen and (max-width: 767px) {
  .progress__num::before {
    top: -4px;
    height: 45px;
    left: 60%;
  }
}
.progress__num::after {
  content: attr(data-num);
  display: block;
  text-align: right;
  width: 100%;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .progress__num::after {
    font-size: 0.9125em;
  }
}
.progress__num li a {
  display: none;
  font-size: 1.875em;
  color: #2778bd;
}
@media screen and (max-width: 767px) {
  .progress__num li a {
    font-size: 1.28em;
  }
}
.progress__num li a.js_active {
  display: block;
}
.progress__bar {
  position: relative;
  width: 4px;
  height: 480px;
  background-color: #e9f1f4;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .progress__bar {
    height: 60vh;
    margin-left: 18px;
  }
}
.progress__bar span {
  position: absolute;
  width: 100%;
  height: 10%;
  background-color: #2778bd;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.point_list {
  width: 89.6%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .point_list {
    width: 81%;
    padding-right: 8vw;
  }
}
.point_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .point_list li {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .point_list li .btn_cmn_01 {
    margin-top: 20px;
  }
}
.point_list li .text {
  width: 55%;
  padding-left: 40px;
  padding-right: 6%;
}
@media screen and (max-width: 767px) {
  .point_list li .text {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.point_list li .text h2 {
  position: relative;
  font-size: 2.25em;
  line-height: 1.66;
  color: #2778bd;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .point_list li .text h2 {
    font-size: 1.57em;
    margin-bottom: 16px;
  }
}
.point_list li .text h2::before {
  content: attr(data-en);
  display: block;
  position: relative;
  font-size: 2.22em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #e9f1f4;
  line-height: 1;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  z-index: -1;
  margin-bottom: -25px;
}
@media screen and (max-width: 767px) {
  .point_list li .text h2::before {
    font-size: 1.81em;
    margin-bottom: -0.5em;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
.point_list li .text p {
  font-size: 1.125em;
  line-height: 2.22;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .point_list li .text p {
    font-size: 1em;
    margin-bottom: 0;
  }
}
.point_list li .image {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .point_list li .image {
    width: 100%;
  }
}
.point_list li .image__icon {
  position: relative;
}
.point_list li .image__icon::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  background: url(../images/features_08_icon.png) no-repeat center/contain;
  left: 10px;
  top: 0;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
@media screen and (max-width: 767px) {
  .point_list li .image__icon::before {
    width: 100px;
    height: 100px;
    top: 30px;
  }
}

.clinic_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .clinic_nav {
    margin: 0 -8vw;
  }
}
.clinic_nav li {
  width: 33.3333%;
  border-right: 1px solid #fff;
}
.clinic_nav li:last-child {
  border-right: 0 none;
}
.clinic_nav li a {
  display: block;
  position: relative;
  padding: 20px 0;
  font-size: 1em;
  background-color: #2778bd;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .clinic_nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    height: 60px;
    font-size: 0.9375em;
    line-height: 1.5;
  }
}
.clinic_nav li a:hover {
  background-color: rgba(39, 120, 189, 0.7);
}
.clinic_nav li a::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 18px;
  top: calc(50% - 3px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.clinic_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.clinic_grid .left {
  width: 33.3333%;
}
@media screen and (max-width: 767px) {
  .clinic_grid .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.clinic_grid .left h2 {
  position: sticky;
  font-size: 1.875em;
  font-weight: 400;
  color: #2778bd;
  top: 80px;
}
@media screen and (max-width: 767px) {
  .clinic_grid .left h2 {
    font-size: 1.43em;
  }
}
.clinic_grid .right {
  width: 66.6666%;
}
@media screen and (max-width: 767px) {
  .clinic_grid .right {
    width: 100%;
  }
}
.clinic_grid .right.clinic h3 {
  font-size: 1.375em;
  font-weight: 400;
  color: #2778bd;
  margin-bottom: 15px;
}
.clinic_grid .right.clinic p {
  line-height: 2;
}
.clinic_grid .right.access > table {
  width: 100%;
  border-top: 1px solid #e9f1f4;
  margin-bottom: 1.875em;
}
@media screen and (max-width: 767px) {
  .clinic_grid .right.access > table {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .clinic_grid .right.access > table > tbody {
    display: block;
    width: 100%;
  }
}
.clinic_grid .right.access > table > tbody > tr {
  border-bottom: 1px solid #e9f1f4;
}
@media screen and (max-width: 767px) {
  .clinic_grid .right.access > table > tbody > tr {
    display: block;
    width: 100%;
  }
}
.clinic_grid .right.access > table > tbody > tr > th {
  width: 120px;
  padding: 32px 0;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .clinic_grid .right.access > table > tbody > tr > th {
    display: block;
    width: 100%;
    padding: 15px 0 0;
  }
}
.clinic_grid .right.access > table > tbody > tr > td {
  padding: 30px 0;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .clinic_grid .right.access > table > tbody > tr > td {
    display: block;
    width: 100%;
    padding: 5px 0 15px;
  }
}
.clinic_grid .right.access > table > tbody > tr > td p {
  font-size: 1.375em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .clinic_grid .right.access > table > tbody > tr > td p {
    font-size: 1em;
  }
}
.clinic_grid .right.access > table > tbody > tr > td p:last-child {
  margin-bottom: 0;
}
.clinic_grid .right.access .calendar {
  background-color: transparent;
  padding: 0;
}
.clinic_grid .right.access .calendar table {
  width: auto;
  border-top-color: #2778bd;
  color: #2778bd;
}
@media screen and (max-width: 767px) {
  .clinic_grid .right.access .calendar table {
    width: 100%;
  }
}
.clinic_grid .right.access .calendar table tr {
  border-bottom-color: #2778bd;
}
.clinic_grid .right.access .route_map {
  position: relative;
  height: 240px;
}
.clinic_grid .right.access .route_map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.clinic_grid .right.guide p {
  margin-bottom: 3.125em;
}
.clinic_grid .right.guide p:last-child {
  margin-bottom: 0;
}
.clinic_grid .right.guide p + .list_dots {
  margin-top: -2em;
}
.clinic_grid .right.guide .image_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 3.125em;
}
@media screen and (max-width: 767px) {
  .clinic_grid .right.guide .image_grid {
    gap: 10px;
  }
}
.clinic_grid .right.guide .image_grid li {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .clinic_grid .right.guide .image_grid li {
    width: calc(50% - 5px);
  }
}
.clinic_grid .right.guide .list_dots {
  margin-bottom: 1em;
}

.clinic_slide {
  position: relative;
  margin-bottom: 50px;
}
.clinic_slide figure {
  position: relative;
  margin: 0;
}
.clinic_slide figure img {
  display: block;
}
.clinic_slide figure figcaption {
  position: absolute;
  left: 0;
  bottom: 20px;
  line-height: 40px;
  padding: 0 15px;
  background-color: #e9f1f4;
  color: #2778bd;
}
@media screen and (max-width: 767px) {
  .clinic_slide figure figcaption {
    position: static;
    width: 100%;
  }
}
.clinic_slide .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: static;
  margin-top: 20px;
}
.clinic_slide .slick-dots li {
  width: 82px;
  height: 3px;
  margin: 0;
}
.clinic_slide .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #e9f1f4;
}
.clinic_slide .slick-dots li button::before {
  content: none;
}
.clinic_slide .slick-dots li.slick-active button {
  background-color: #2778bd;
}

.route_slide {
  width: 720px;
  max-width: 100%;
  margin: 0 auto 1.875em;
}
@media screen and (max-width: 767px) {
  .route_slide {
    margin-bottom: 0;
  }
}
.route_slide figure {
  margin: 0;
}
.route_slide figure img {
  display: block;
}
.route_slide figure figcaption {
  background-color: #e9f1f4;
  padding: 15px;
  font-size: 1.375em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .route_slide figure figcaption {
    font-size: 1em;
  }
}
.route_slide .slick-arrow {
  top: calc(50% - 70px);
  -webkit-transform: none;
          transform: none;
  width: 70px;
  height: 70px;
  background: url(../images/ico_arrow_02.svg) no-repeat center/contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .route_slide .slick-arrow {
    width: 40px;
    height: 40px;
    top: calc(50% - 40px);
  }
}
.route_slide .slick-arrow.slick-disabled {
  opacity: 0;
}
.route_slide .slick-arrow::before {
  content: none;
}
.route_slide .slick-arrow:hover {
  opacity: 0.7;
}
.route_slide .slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -35px;
}
@media screen and (max-width: 767px) {
  .route_slide .slick-arrow.slick-prev {
    left: -20px;
  }
}
.route_slide .slick-arrow.slick-next {
  right: -35px;
}
@media screen and (max-width: 767px) {
  .route_slide .slick-arrow.slick-next {
    right: -20px;
  }
}
.route_slide .slick-num {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  background-color: #2778bd;
  padding: 10px;
  color: #fff;
  font-size: 2.25em;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .route_slide .slick-num {
    top: -65px;
  }
}
.route_slide .slick-num::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  background-color: #fff;
  top: 19%;
  left: 60%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.route_slide .slick-num::after {
  content: attr(data-num);
  display: block;
  width: 100%;
  text-align: right;
  font-size: 0.55em;
}

.ttl_border {
  font-size: 1.375em;
  line-height: 1.5;
  padding: 10px 0 15px 33px;
  border-left: 8px solid #2778bd;
  border-bottom: 1px solid #2778bd;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl_border {
    font-size: 1.15em;
    padding: 5px 0 10px 10px;
  }
}

.guide_flow {
  margin-bottom: 3.75em;
  border: 1px solid #e9f1f4;
}
.guide_flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  border-bottom: 1px solid #e9f1f4;
  padding: 40px 35px;
}
@media screen and (max-width: 767px) {
  .guide_flow li {
    padding: 30px 20px;
  }
}
.guide_flow li::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../images/ico_arrow_bottom_01.svg) no-repeat center/contain;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.guide_flow li:last-child::after {
  content: none;
}
.guide_flow li .text {
  width: calc(100% - 220px);
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .guide_flow li .text {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.guide_flow li .text strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25em;
  color: #2778bd;
  font-weight: 400;
  margin-bottom: 1em;
}
.guide_flow li .text strong::before {
  content: attr(data-num);
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  background-color: #2778bd;
  line-height: 26px;
  color: #fff;
  padding: 0 10px;
  margin-right: 15px;
}
.guide_flow li .text a {
  color: #2778bd;
  text-decoration: underline;
}
.guide_flow li .image {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .guide_flow li .image {
    width: 100%;
  }
}
.guide_flow li .image img {
  display: block;
  margin: auto;
}

.single-voice #list_breadcrumb .inner, .single-voice #list_breadcrumb .inner_lg, .single-voice #list_breadcrumb .inner_min,
.single-voice .hero {
  width: 860px;
}
.single-voice .hero__title {
  margin-bottom: 10px;
}
.single-voice .time {
  margin-top: 10px;
  font-family: "Lato", sans-serif;
}
.single-voice .split {
  max-width: 860px;
  margin: auto;
  display: block;
}
.single-voice .split .split__right {
  width: 100%;
}
.single-voice .split .split__right .img img {
  margin-bottom: 40px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single-voice .split .split__right .img img {
    margin-bottom: 20px;
  }
}

.home .top_blog .par,
.post-type-archive-voice .top_blog .par,
.page-id-80 .top_blog .par {
  display: none !important;
}
.home .top_blog br.sp,
.post-type-archive-voice .top_blog br.sp,
.page-id-80 .top_blog br.sp {
  display: none;
}

.post-type-archive-plan .top_blog::before,
.post-type-archive-symptom .top_blog::before {
  content: none;
}
.post-type-archive-plan .top_blog .par,
.post-type-archive-symptom .top_blog .par {
  display: none !important;
}
.post-type-archive-plan .top_blog br.sp,
.post-type-archive-symptom .top_blog br.sp {
  display: none;
}
.post-type-archive-plan .top_blog .date,
.post-type-archive-symptom .top_blog .date {
  display: block;
}
.post-type-archive-plan .top_blog .title,
.post-type-archive-symptom .top_blog .title {
  padding: 10px 0;
}
.post-type-archive-plan .top_blog .list_record li a,
.post-type-archive-symptom .top_blog .list_record li a {
  display: block;
}
.post-type-archive-plan .top_blog .item:first-child, .post-type-archive-plan .top_blog .item:nth-child(2),
.post-type-archive-symptom .top_blog .item:first-child,
.post-type-archive-symptom .top_blog .item:nth-child(2) {
  display: none;
}

.single-plan #container_wrap {
  overflow: visible;
}

.plan_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #e9f1f4;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .plan_detail {
    padding: 0 0 40px;
  }
}
.plan_detail .left {
  position: relative;
  width: 410px;
  max-width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .plan_detail .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.plan_detail .left .text {
  position: sticky;
  top: 80px;
  padding: 30px 0 40px 10%;
}
@media screen and (max-width: 767px) {
  .plan_detail .left .text {
    padding: 30px 10px;
    text-align: center;
    background-color: #2778bd;
  }
}
.plan_detail .left .text::before {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  height: 100%;
  background-color: #2778bd;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .plan_detail .left .text::before {
    content: none;
  }
}
.plan_detail .left .text p {
  position: relative;
  color: #fff;
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .plan_detail .left .text p {
    display: inline-block;
  }
}
.plan_detail .left .text p::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background: url(../images/plan_yen.svg) no-repeat center/contain;
  left: 0;
  top: calc(50% - 14px);
}
.plan_detail .left .text h2 {
  font-size: 1.2em;
  color: #fff;
  line-height: 1;
}
.plan_detail .left .text h2 span {
  font-size: 3em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .plan_detail .left .text h2 span {
    font-size: 3em;
  }
}
.plan_detail .right {
  width: calc(100% - 410px);
  padding-left: 77px;
}
@media screen and (max-width: 767px) {
  .plan_detail .right {
    width: 100%;
    padding: 15px;
  }
}
.plan_detail .right table {
  width: 100%;
  border-top: 1px solid #fff;
  margin-bottom: 3.75em;
}
@media screen and (max-width: 767px) {
  .plan_detail .right table {
    display: block;
    width: 100%;
  }
  .plan_detail .right table thead,
  .plan_detail .right table tbody,
  .plan_detail .right table tr,
  .plan_detail .right table th,
  .plan_detail .right table td {
    display: block;
    width: 100%;
  }
}
.plan_detail .right table tr {
  border-bottom: 1px solid #fff;
}
.plan_detail .right table th {
  vertical-align: top;
  padding: 25px 10px;
}
@media screen and (max-width: 767px) {
  .plan_detail .right table th {
    padding: 15px 0 0;
  }
}
.plan_detail .right table td {
  vertical-align: top;
  padding: 22px 10px;
  font-size: 1.375em;
}
@media screen and (max-width: 767px) {
  .plan_detail .right table td {
    padding: 5px 0 15px;
    font-size: 1.1em;
  }
}
.plan_detail .right h3 {
  font-size: 1.125em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2em;
}
.plan_detail .right h3 span {
  display: inline-block;
  position: relative;
}
.plan_detail .right h3 span::before, .plan_detail .right h3 span::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 54px;
  background: url(../images/top_symptom_icon.svg) no-repeat center/contain;
  top: calc(50% - 27px);
  right: calc(100% + 10px);
}
.plan_detail .right h3 span::after {
  right: auto;
  left: calc(100% + 10px);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.plan_detail .right .keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px 9px;
}
@media screen and (max-width: 767px) {
  .plan_detail .right .keywords {
    gap: 10px 5px;
  }
}
.plan_detail .right .keywords li {
  background-color: #fff;
  line-height: 45px;
  border-radius: 23px;
  font-size: 1.25em;
  color: #2778bd;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .plan_detail .right .keywords li {
    line-height: 30px;
    font-size: 1.1em;
    padding: 0 15px;
  }
}

.plan_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.plan_about .image {
  width: 46.666%;
}
@media screen and (max-width: 767px) {
  .plan_about .image {
    width: 100%;
    margin-bottom: 20px;
  }
}
.plan_about .image img {
  display: block;
  margin: auto;
}
.plan_about .text {
  width: 53.333%;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .plan_about .text {
    width: 100%;
    padding: 0;
  }
}
.plan_about .text h2 {
  position: relative;
  font-size: 2em;
  line-height: 1.5;
  color: #fff;
  background-color: #2778bd;
  padding: 10px 15px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 1.3em;
}
@media screen and (max-width: 767px) {
  .plan_about .text h2 {
    font-size: 1.1em;
  }
}
.plan_about .text h2::before {
  content: "";
  position: absolute;
  border: 12px solid transparent;
  border-left-color: #2778bd;
  border-top-color: #2778bd;
  top: 100%;
  right: 45px;
}

.plan_point {
  position: relative;
  padding-top: 6.25em;
}
.plan_point::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg, rgba(195, 195, 195, 0.2), rgba(195, 195, 195, 0.2) 1px, transparent 1px, transparent 20px), repeating-linear-gradient(0deg, rgba(195, 195, 195, 0.2), rgba(195, 195, 195, 0.2) 1px, #fff 1px, #fff 20px);
  top: 0;
  left: 0;
  z-index: -1;
}
.plan_point.point-bg::after {
  height: 82%;
}
@media screen and (max-width: 767px) {
  .plan_point.point-bg::after {
    height: 90%;
  }
}
.plan_point ul {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto 6.25em;
}
.plan_point ul li {
  border: 1px solid #2778bd;
  background-color: #fff;
  padding: 40px;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 767px) {
  .plan_point ul li {
    padding: 20px 15px;
  }
}
.plan_point ul li:last-child {
  margin-bottom: 0;
}
.plan_point ul li h3 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5;
  color: #2778bd;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 767px) {
  .plan_point ul li h3 {
    font-size: 1.25em;
  }
}
.plan_point ul li img {
  float: right;
  width: 26%;
  margin-left: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .plan_point ul li img {
    float: none;
    width: 100%;
    margin: 0 auto 15px;
  }
}
.plan_point ul li p {
  font-size: 1em;
  line-height: 2;
}
.plan_point .plan_catch {
  width: 1080px;
  max-width: 100%;
  background: url(../images/top_message_bg.svg) no-repeat center top;
  background-color: #2778bd;
  padding: 70px 10%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .plan_point .plan_catch {
    padding: 65px 8vw 30px;
  }
}
.plan_point .plan_catch__inner {
  width: 660px;
  max-width: 100%;
  margin: 0 auto;
}
.plan_point .plan_catch h3 {
  font-size: 1.375em;
  font-weight: 300;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .plan_point .plan_catch h3 {
    font-size: 1.25em;
  }
}
.plan_point .plan_catch h3::before {
  content: attr(data-en);
  display: block;
  font-size: 4.8em;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  text-align: center;
  line-height: 0.45;
  color: #3a83bb;
}
@media screen and (max-width: 767px) {
  .plan_point .plan_catch h3::before {
    font-size: 3.5em;
  }
}
.plan_point .plan_catch p {
  color: #fff;
}

.plan_other {
  padding-top: 5.625em;
}
.plan_other .list_plan li a .text {
  padding-top: 25px;
  padding-bottom: 25px;
}

.symptom_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #e9f1f4;
  padding: 80px 90px;
}
@media screen and (max-width: 767px) {
  .symptom_main {
    padding: 0 0 40px;
  }
}
.symptom_main .image {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .symptom_main .image {
    width: 100%;
    margin-bottom: 2em;
  }
}
.symptom_main .text {
  width: 60%;
  padding-left: 75px;
}
@media screen and (max-width: 767px) {
  .symptom_main .text {
    width: 100%;
    padding: 0 15px;
  }
}
.symptom_main .text h2 {
  position: relative;
  font-size: 1.75em;
  line-height: 1.5;
  color: #fff;
  background-color: #2778bd;
  padding: 10px 15px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 1.3em;
}
@media screen and (max-width: 767px) {
  .symptom_main .text h2 {
    font-size: 1.1em;
  }
}
.symptom_main .text h2::before {
  content: "";
  position: absolute;
  border: 12px solid transparent;
  border-left-color: #2778bd;
  border-top-color: #2778bd;
  top: 100%;
  right: 45px;
}
.symptom_main .text ul li {
  position: relative;
  padding-left: 55px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .symptom_main .text ul li {
    padding-left: 30px;
  }
}
.symptom_main .text ul li::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 30px;
  background: url(../images/ico_check.svg) no-repeat center/contain;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .symptom_main .text ul li::before {
    width: 25px;
    height: 21px;
    top: 2px;
  }
}

.symptom_treatment {
  padding-bottom: 4.5em;
}
@media screen and (max-width: 767px) {
  .symptom_treatment {
    padding-bottom: 3em;
  }
}
.symptom_treatment h2 {
  position: relative;
  font-size: 1.75em;
  font-weight: 400;
  text-align: center;
  color: #2778bd;
  padding-top: 60px;
  margin-bottom: 0.3em;
  background: url(../images/symptom_icon_01.svg) no-repeat center top;
}
@media screen and (max-width: 767px) {
  .symptom_treatment h2 {
    font-size: 1.5em;
  }
}
.symptom_treatment h3 {
  width: 110px;
  line-height: 37px;
  background-color: #e9f1f4;
  border-radius: 20px;
  text-align: center;
  font-size: 1.125em;
  margin: 0 auto 3.6em;
}
@media screen and (max-width: 767px) {
  .symptom_treatment h3 {
    margin-bottom: 2em;
  }
}
.symptom_treatment ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 80px;
}
.symptom_treatment ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 40px);
  font-size: 1.5em;
  line-height: 1.5;
  padding: 13px 0 17px 35px;
  border-left: 8px solid #2778bd;
  border-bottom: 1px solid #2778bd;
}
@media screen and (max-width: 767px) {
  .symptom_treatment ul li {
    width: 100%;
    font-size: 1.25em;
    padding: 10px 0 14px 20px;
  }
}

.symptom_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5em;
}
.symptom_point:last-child {
  margin-bottom: 0;
}
.symptom_point .image {
  width: 46.6%;
}
@media screen and (max-width: 767px) {
  .symptom_point .image {
    width: 100%;
    margin-bottom: 2em;
  }
}
.symptom_point .image img {
  display: block;
  margin: auto;
}
.symptom_point .text {
  width: 53.4%;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .symptom_point .text {
    width: 100%;
    padding: 0;
  }
}
.symptom_point .text h3 {
  font-size: 1.25em;
  color: #2778bd;
  font-weight: 400;
  margin-bottom: 20px;
}

.symptom_plan {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #2778bd;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 100px 100px 0;
}
@media screen and (max-width: 767px) {
  .symptom_plan {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .symptom_plan {
    padding: 60px 8vw;
  }
}
.symptom_plan__inner {
  position: relative;
  background-color: #fff;
  padding: 65px 65px 80px;
}
@media screen and (max-width: 767px) {
  .symptom_plan__inner {
    padding: 60px 15px;
  }
}
.symptom_plan__inner::before {
  content: "";
  position: absolute;
  width: 374px;
  height: 85px;
  background: url(../images/symptom_icon_02.svg) no-repeat center/contain;
  bottom: calc(100% - 25px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .symptom_plan__inner::before {
    width: 220px;
  }
}
.symptom_plan__inner strong {
  display: block;
  font-size: 1.125em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .symptom_plan__inner strong {
    font-size: 1em;
  }
}
.symptom_plan__inner strong span {
  display: inline-block;
  position: relative;
}
.symptom_plan__inner strong span::before, .symptom_plan__inner strong span::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 54px;
  background: url(../images/top_symptom_icon.svg) no-repeat center/contain;
  top: calc(50% - 27px);
  right: calc(100% + 10px);
}
.symptom_plan__inner strong span::after {
  right: auto;
  left: calc(100% + 10px);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.symptom_plan__inner h2 {
  width: 560px;
  max-width: 100%;
  margin: 0 auto 1.8em;
  text-align: center;
  padding: 20px 15px;
  font-size: 1.5em;
  color: #2778bd;
  background-color: #e9f1f4;
}
@media screen and (max-width: 767px) {
  .symptom_plan__inner h2 {
    font-size: 1.25em;
  }
}
.symptom_plan__inner .text {
  margin-bottom: 1em;
}
.symptom_plan__inner .price {
  text-align: center;
  font-size: 1.5em;
  font-weight: 400;
  color: #2778bd;
  line-height: 1.2;
  margin-bottom: 1em;
}
.symptom_plan__inner .price span {
  display: inline-block;
  margin-right: 5px;
  font-size: 3.33em;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

.symptom_flow {
  position: relative;
  padding-top: 6.25em;
}
.symptom_flow::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg, rgba(195, 195, 195, 0.2), rgba(195, 195, 195, 0.2) 1px, transparent 1px, transparent 20px), repeating-linear-gradient(0deg, rgba(195, 195, 195, 0.2), rgba(195, 195, 195, 0.2) 1px, #fff 1px, #fff 20px);
  top: 0;
  left: 0;
  z-index: -1;
}
.symptom_flow__bg::after {
  height: 82%;
}
@media screen and (max-width: 767px) {
  .symptom_flow__bg::after {
    height: 90%;
  }
}
.symptom_flow h2 {
  position: relative;
  font-size: 1.75em;
  font-weight: 400;
  text-align: center;
  color: #2778bd;
  padding-top: 30px;
  margin-bottom: 1em;
  background: url(../images/top_plan_ico_01.svg) no-repeat center top;
}
.symptom_flow ul {
  width: 1080px;
  max-width: 100%;
  border: 1px solid #e9f1f4;
  margin: 0 auto 6.25em;
}
.symptom_flow ul:last-child {
  margin-bottom: 0;
}
.symptom_flow ul li {
  position: relative;
  border-bottom: 1px solid #e9f1f4;
  background-color: #fff;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .symptom_flow ul li {
    padding: 20px 15px;
  }
}
.symptom_flow ul li::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../images/ico_arrow_bottom_01.svg) no-repeat center/contain;
  bottom: -20px;
  left: calc(50% - 20px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .symptom_flow ul li::before {
    width: 30px;
    height: 30px;
    bottom: -15px;
    left: calc(50% - 15px);
  }
}
.symptom_flow ul li:last-child {
  border-bottom: 0 none;
}
.symptom_flow ul li:last-child::before {
  content: none;
}
.symptom_flow ul li h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 13px;
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: 400;
  color: #2778bd;
  margin-bottom: 15px;
}
.symptom_flow ul li h3::before {
  content: attr(data-num);
  display: block;
  width: 75px;
  height: 26px;
  line-height: 26px;
  background-color: #2778bd;
  color: #fff;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.symptom_flow ul li img {
  float: right;
  width: 26%;
  margin-left: 22px;
}
@media screen and (max-width: 767px) {
  .symptom_flow ul li img {
    float: none;
    width: auto;
    display: block;
    margin: 0 auto 15px;
  }
}
.symptom_flow .symptom_message {
  width: 1080px;
  max-width: 100%;
  background: url(../images/top_message_bg.svg) no-repeat center top;
  background-color: #e9f1f4;
  padding: 70px 10%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .symptom_flow .symptom_message {
    padding: 65px 8vw 30px;
  }
}
.symptom_flow .symptom_message__inner {
  width: 660px;
  max-width: 100%;
  margin: 0 auto;
}
.symptom_flow .symptom_message h3 {
  font-size: 1.375em;
  font-weight: 300;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 1em;
  color: #2778bd;
}
@media screen and (max-width: 767px) {
  .symptom_flow .symptom_message h3 {
    font-size: 1.25em;
  }
}
.symptom_flow .symptom_message h3::before {
  content: attr(data-en);
  display: block;
  font-size: 4.8em;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  text-align: center;
  line-height: 0.45;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .symptom_flow .symptom_message h3::before {
    font-size: 3.5em;
  }
}
.symptom_flow .symptom_message p {
  margin-bottom: 2em;
}

.bnr_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1080px;
  max-width: 100%;
  height: 200px;
  background: url(../images/ico_arrow_03.svg) no-repeat center right 35px;
  border: 1px solid #c0d0da;
  margin: 0 auto 2em;
}
@media screen and (max-width: 767px) {
  .bnr_contact {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    padding: 30px 15px;
    background-position: center right 10px;
    background-size: 30px;
  }
}
.bnr_contact:last-child {
  margin-bottom: 0;
}
.bnr_contact span {
  display: block;
  position: relative;
  padding-left: 90px;
  color: #ed7235;
  background: url(../images/ico_top_link_02.svg) no-repeat center left/69px auto;
  font-size: 2.375em;
}
@media screen and (max-width: 767px) {
  .bnr_contact span {
    font-size: 1.3em;
    text-align: left;
    padding-left: 50px;
    background-size: 40px auto;
  }
}
.bnr_contact span::before {
  content: attr(data-en);
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 2.1em;
  color: #e9f1f4;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  top: -30px;
  left: 0;
  line-height: 0.8;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bnr_contact span::before {
    top: -20px;
  }
}

.relation_site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto 7.5em;
}
.relation_site li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .relation_site li {
    width: 100%;
  }
}
.relation_site li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 300px;
  border: 1px solid #e9f1f4;
  background: url(../images/ico_arrow_02.svg) no-repeat right 35px bottom 20px;
}
@media screen and (max-width: 767px) {
  .relation_site li a {
    height: 100px;
    background-size: 30px auto;
    background-position: center right 15px;
  }
}
.relation_site li a img {
  width: 67%;
}
@media screen and (max-width: 767px) {
  .relation_site li a img {
    width: 60%;
  }
}

.post-type-archive-staff,
.single-staff {
  background-color: #e9f1f4;
}
.post-type-archive-staff #list_breadcrumb,
.single-staff #list_breadcrumb {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.post-type-archive-staff .top_blog,
.single-staff .top_blog {
  background-color: #fff;
  padding: 7.5em 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .post-type-archive-staff .top_blog,
  .single-staff .top_blog {
    padding: 5.3em 0;
  }
}

.single-staff #container_wrap {
  overflow: visible;
}

.category .hero__title {
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .category .hero__title {
    padding-bottom: 50px;
  }
}
.category .hero__title::before {
  position: absolute;
  left: 0;
  bottom: 0;
}

.staff_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .staff_detail {
    background-color: #fff;
  }
}
.staff_detail .image {
  width: 41.666%;
}
@media screen and (max-width: 767px) {
  .staff_detail .image {
    width: 100%;
  }
}
.staff_detail .image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.staff_detail .image__main {
  padding: 7.5em 0;
}
@media screen and (max-width: 767px) {
  .staff_detail .image__main {
    padding: 0;
    margin-bottom: 30px;
  }
}
.staff_detail .image__sub {
  position: sticky;
  top: 80px;
}
@media screen and (max-width: 767px) {
  .staff_detail .image__sub {
    margin-bottom: 30px;
  }
}
.staff_detail .text {
  position: relative;
  width: 50%;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .staff_detail .text {
    width: 100%;
    padding: 0 8vw 8vw;
  }
}
.staff_detail .text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 4.5em);
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .staff_detail .text::before {
    content: none;
  }
}
.staff_detail .text__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.staff_detail .text__main h2 {
  font-size: 2.5em;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .staff_detail .text__main h2 {
    font-size: 1.8em;
  }
}
.staff_detail .text__main table {
  width: 100%;
  border-top: 1px solid #c0d0da;
}
@media screen and (max-width: 767px) {
  .staff_detail .text__main table {
    display: block;
    width: 100%;
  }
  .staff_detail .text__main table thead,
  .staff_detail .text__main table tbody,
  .staff_detail .text__main table tr,
  .staff_detail .text__main table th,
  .staff_detail .text__main table td {
    display: block;
    width: 100%;
  }
}
.staff_detail .text__main table tr {
  border-bottom: 1px solid #c0d0da;
}
.staff_detail .text__main table th,
.staff_detail .text__main table td {
  vertical-align: top;
}
.staff_detail .text__main table th {
  font-size: 0.875em;
  padding: 18px 10px;
  width: 25%;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .staff_detail .text__main table th {
    padding: 10px 0 0;
    width: 100%;
  }
}
.staff_detail .text__main table td {
  padding: 15px 10px;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .staff_detail .text__main table td {
    padding: 3px 0 10px;
    width: 100%;
  }
}
.staff_detail .text__inner {
  width: 100%;
}
.staff_detail .text__sub::before {
  height: calc(100% + 8.75em);
  bottom: -8.75em;
}
.staff_detail .text__sub .staff_profile h3 {
  font-size: 1.375em;
  font-weight: 400;
  border-left: 8px solid #2778bd;
  border-bottom: 1px solid #2778bd;
  line-height: 1.5;
  padding: 12px 0 15px 30px;
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .staff_detail .text__sub .staff_profile h3 {
    font-size: 1.1em;
    padding: 4px 0 8px 15px;
  }
}
.staff_detail .text__sub .staff_profile p {
  margin-top: 1em;
}
.staff_detail .text__sub .staff_profile p:first-child {
  margin-top: 0;
}
.staff_detail .text__sub .staff_profile img {
  display: block;
  margin: 30px auto 0;
}
.staff_detail .text__sub .staff_profile img:first-child {
  margin-top: 0;
}

.section_write {
  background-color: #fff;
  padding-top: 7.5em;
}
@media screen and (max-width: 767px) {
  .section_write {
    padding-top: 5.3em;
  }
}
.section_write h2 {
  margin-bottom: 1.5em;
}

.contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5.625em;
}
@media screen and (max-width: 767px) {
  .contact_list {
    margin-bottom: 3em;
  }
}
.contact_list li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contact_list li {
    width: 100%;
  }
}
.contact_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 30px 10px;
  border: 1px solid #c0d0da;
}
@media screen and (max-width: 767px) {
  .contact_list li a {
    padding: 15px 10px;
  }
}
.contact_list li a span {
  display: block;
  position: relative;
  font-size: 1.5em;
  font-weight: 400;
  padding-left: 58px;
}
@media screen and (max-width: 767px) {
  .contact_list li a span {
    font-size: 1.25em;
  }
}
.contact_list li a span::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: no-repeat center/contain;
  left: 0;
  top: calc(50% - 20px);
}
.contact_list li a.ico_line span::after {
  background-image: url(../images/ico_contact_01.svg);
}
.contact_list li a.ico_tel {
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}
@media screen and (max-width: 767px) {
  .contact_list li a.ico_tel {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
.contact_list li a.ico_tel span {
  font-size: 1.75em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .contact_list li a.ico_tel span {
    font-size: 1.5em;
  }
}
.contact_list li a.ico_tel span::before {
  content: "お気軽にお問い合わせください";
  display: block;
  font-size: 0.5em;
  font-weight: 400;
}
.contact_list li a.ico_tel span::after {
  background-image: url(../images/ico_contact_02.svg);
}

.page-about::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #2778bd;
  z-index: -1;
  -webkit-transition: 1s;
  transition: 1s;
}
.page-about.js_active::before {
  background-color: #e9f1f4;
}
.page-about .header {
  background-color: #fff;
}
.page-about .top_blog {
  background-color: #fff;
  padding: 8.75em 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-about .top_blog {
    padding-top: 5.3em;
  }
}
.page-about #list_breadcrumb {
  border-top-color: #fff;
  border-bottom-color: #fff;
  background-color: #2778bd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page-about #list_breadcrumb.js_active {
  opacity: 0;
}
.page-about #list_breadcrumb .inner > span:first-child a, .page-about #list_breadcrumb .inner_lg > span:first-child a, .page-about #list_breadcrumb .inner_min > span:first-child a {
  background-image: url(../images/ico_home_white.svg);
}
.page-about #list_breadcrumb .inner span.ico_breadcrumb, .page-about #list_breadcrumb .inner_lg span.ico_breadcrumb, .page-about #list_breadcrumb .inner_min span.ico_breadcrumb {
  background-image: url(../images/ico_breadcrumb_white.svg);
}
.page-about #list_breadcrumb .inner .current-item, .page-about #list_breadcrumb .inner_lg .current-item, .page-about #list_breadcrumb .inner_min .current-item {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-about .fix_nav {
    display: none;
  }
}

.hero__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0;
  width: 100%;
  height: calc(100vh - 144px - 68px);
}
@media screen and (max-width: 767px) {
  .hero__about {
    display: block;
    padding-top: 70px;
    height: calc(100vh - 60px - 64px);
  }
}
.hero__about_title {
  width: 1200px;
  max-width: 100%;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .hero__about_title {
    padding: 0 8vw;
    margin-bottom: 2.3em;
  }
}
.hero__about_title.js_active {
  opacity: 0;
}
.hero__about_title .hero__title {
  width: 50%;
  margin-left: auto;
  padding-left: 50px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .hero__about_title .hero__title {
    width: auto;
    padding: 0;
  }
}
.hero__about_title .hero__title::before {
  color: #fff;
}
.hero__about_image {
  position: absolute;
  width: 1200px;
  max-width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .hero__about_image {
    height: 0;
    padding-top: 60%;
  }
}
.hero__about_image.js_active img {
  opacity: 0.4;
  -webkit-clip-path: polygon(20% 0, 90% 0, 80% 100%, 10% 100%);
          clip-path: polygon(20% 0, 90% 0, 80% 100%, 10% 100%);
}
@media screen and (max-width: 767px) {
  .hero__about_image.js_active img {
    -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
            clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  }
}
.hero__about_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section_about_01 {
  position: relative;
  padding-bottom: 8.125em;
}
.section_about_01 .about_read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3em;
  font-weight: 400;
  text-align: center;
  color: #fff;
  letter-spacing: 4px;
  margin-bottom: 2em;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section_about_01 .about_read {
    font-size: 7vw;
    margin-bottom: 30px;
  }
}
.section_about_01 .about_read span {
  display: block;
}
.section_about_01 p {
  font-size: 2em;
  line-height: 2.8;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_about_01 p {
    font-size: 1.2em;
    line-height: 2.3;
  }
}
.section_about_01 p span {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(1em);
          transform: translateY(1em);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.section_about_01 p span.js_active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.section_about_02 h2 {
  text-align: center;
  font-size: 1.75em;
  font-weight: 400;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section_about_02 h2 {
    font-size: 1.43em;
  }
}
.section_about_02 h2::before {
  content: attr(data-en);
  display: block;
  font-size: 3.78em;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .section_about_02 h2::before {
    font-size: 2.5em;
  }
}
.section_about_02 .about_wrap {
  margin-bottom: 10em;
}
@media screen and (max-width: 767px) {
  .section_about_02 .about_wrap {
    margin-bottom: 5em;
  }
}
.section_about_02 .about_wrap.js_active figure img {
  opacity: 0.3;
}
.section_about_02 .about_wrap.js_active figure figcaption span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section_about_02 .about_wrap figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 520px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section_about_02 .about_wrap figure {
    height: 0;
    padding-top: 53.33%;
    margin: 0 -8vw 20px;
  }
}
.section_about_02 .about_wrap figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.section_about_02 .about_wrap figure figcaption {
  display: block;
  position: relative;
  text-align: center;
  font-size: 2.5em;
  line-height: 1.75;
  letter-spacing: 4px;
  color: #2778bd;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section_about_02 .about_wrap figure figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    white-space: nowrap;
    font-size: 1.85em;
  }
}
.section_about_02 .about_wrap figure figcaption span {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(2em);
          transform: translateY(2em);
  -webkit-transition: 0.8s ease 0.3s;
  transition: 0.8s ease 0.3s;
}
.section_about_02 .about_wrap p {
  font-size: 1.25em;
  line-height: 2.45;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_about_02 .about_wrap p {
    font-size: 1em;
    text-align: left;
    line-height: 2;
  }
}

.about_message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  background: url(../images/about_message_bg.svg) no-repeat center top;
  background-color: #fff;
  padding: 70px 60px 60px;
}
@media screen and (max-width: 767px) {
  .about_message {
    width: auto;
    max-width: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 35px 8vw;
    margin: 0 -8vw;
  }
}
.about_message::before {
  content: "MESSAGE";
  display: block;
  font-size: 6.625em;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  text-align: center;
  white-space: nowrap;
  line-height: 0.8;
  color: #e9f1f4;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .about_message::before {
    font-size: 3.5em;
    margin-bottom: 20px;
  }
}
.about_message .image {
  position: relative;
  width: 350px;
}
@media screen and (max-width: 767px) {
  .about_message .image {
    margin-bottom: 20px;
  }
}
.about_message .image img {
  display: block;
  margin: auto;
}
.about_message .text {
  width: calc(100% - 350px);
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .about_message .text {
    width: 100%;
    padding: 0;
  }
}
.about_message .text h2 {
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .about_message .text h2 {
    font-size: 1.43em;
  }
}
.about_message .text p {
  line-height: 1.9;
  margin-bottom: 0.5em;
}
.about_message .text p:last-child {
  margin-bottom: 0;
}

.map {
  position: relative;
  overflow: hidden;
  margin-bottom: 2em;
}
.map:last-child {
  margin-bottom: 0;
}
.map::before {
  content: "";
  display: block;
  height: 380px;
}
@media screen and (max-width: 767px) {
  .map::before {
    height: 200px;
  }
}
.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.enTtl {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #2778bd;
  margin-bottom: 15px;
}

.ttl_top_01 {
  position: relative;
  font-size: 1.875em;
  font-weight: 400;
  padding-left: 110px;
  color: #2778bd;
  letter-spacing: 0.3em;
  z-index: 1;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 767px) {
  .ttl_top_01 {
    font-size: 1.42em;
    padding-left: 0;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.ttl_top_01:last-child {
  margin-bottom: 0;
}
.ttl_top_01::before {
  content: attr(data-en);
  position: absolute;
  left: 0;
  bottom: 25px;
  font-size: 2.66em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 0.8;
  color: #e9f1f4;
  letter-spacing: normal;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .ttl_top_01::before {
    width: 100%;
    font-size: 2.5em;
    text-align: center;
    bottom: 0.5em;
  }
}
.ttl_top_01.center {
  text-align: center;
  padding: 0;
}
.ttl_top_01.center::before {
  width: 100%;
  text-align: center;
}

.ttl_side {
  display: block;
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1.125em;
  text-align: center;
  color: #2778bd;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .ttl_side {
    font-size: 1.25em;
  }
}
.ttl_side::first-letter {
  color: #2778bd;
}

.ttl_related {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 1.75em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .ttl_related {
    font-size: 1em;
  }
}

.ttl_point {
  position: relative;
  font-size: 1.75em;
  font-weight: 400;
  text-align: center;
  color: #2778bd;
  padding-top: 58px;
  margin-bottom: 1em;
  background: url(../images/plan_point.svg) no-repeat center top;
}

#list_breadcrumb {
  width: 100%;
  margin-bottom: 50px;
  border-top: 1px solid #e9f1f4;
  border-bottom: 1px solid #e9f1f4;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  #list_breadcrumb {
    margin-bottom: 30px;
    overflow-x: scroll;
  }
}
#list_breadcrumb br {
  display: none;
}
#list_breadcrumb:last-child {
  margin-bottom: 0;
}
#list_breadcrumb .inner, #list_breadcrumb .inner_lg, #list_breadcrumb .inner_min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #list_breadcrumb .inner, #list_breadcrumb .inner_lg, #list_breadcrumb .inner_min {
    white-space: nowrap;
  }
}
#list_breadcrumb .inner > span, #list_breadcrumb .inner_lg > span, #list_breadcrumb .inner_min > span {
  font-size: 0.8125em;
}
#list_breadcrumb .inner > span:first-child a, #list_breadcrumb .inner_lg > span:first-child a, #list_breadcrumb .inner_min > span:first-child a {
  display: block;
  width: 12px;
  height: 14px;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  background: url(../images/ico_home.svg) no-repeat center/contain;
}
#list_breadcrumb .inner > span.ico_breadcrumb, #list_breadcrumb .inner_lg > span.ico_breadcrumb, #list_breadcrumb .inner_min > span.ico_breadcrumb {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28px;
  height: 7px;
  background: url(../images/ico_breadcrumb.svg) no-repeat center/contain;
}
#list_breadcrumb .inner .current-item, #list_breadcrumb .inner_lg .current-item, #list_breadcrumb .inner_min .current-item {
  color: #2778bd;
}
#list_breadcrumb > span {
  display: inline-block;
  padding: 0 7px;
}
@media screen and (max-width: 767px) {
  #list_breadcrumb > span {
    padding: 0 3px;
  }
}
#list_breadcrumb > span:last-child {
  padding-right: 0;
}
#list_breadcrumb .aioseo-breadcrumb:first-child {
  width: 12px;
  height: 14px;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  background: url(../images/ico_home.svg) no-repeat center/contain;
}
#list_breadcrumb .aioseo-breadcrumb:first-child a {
  color: transparent;
}
#list_breadcrumb .aioseo-breadcrumb-separator {
  width: 28px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  color: transparent;
  background: url(../images/ico_breadcrumb.svg) no-repeat center/contain;
}

.post-type-archive .aioseo-breadcrumb:nth-child(3) {
  color: transparent;
}
.post-type-archive .aioseo-breadcrumb:nth-child(3)::before {
  content: "お知らせ/ブログ";
  color: #2778bd;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.wp-pagenavi span,
.wp-pagenavi a {
  display: block;
  text-align: center;
  font-size: 0.875em;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  color: #5d6970;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50%;
}
.wp-pagenavi span:hover, .wp-pagenavi span.current,
.wp-pagenavi a:hover,
.wp-pagenavi a.current {
  color: #fff;
  background-color: #2778bd;
}
.wp-pagenavi span.previouspostslink, .wp-pagenavi span.nextpostslink,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  border: 0 none;
}

.list_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 5em;
  width: 100%;
  padding: 0 15px;
  border-top: 1px solid #e9f1f4;
}
@media screen and (max-width: 767px) {
  .list_pagination {
    gap: 10px 0;
    padding: 0;
  }
}
.list_pagination:last-child {
  margin-bottom: 0;
}
.list_pagination.noprev {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.list_pagination li {
  max-width: 40%;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .list_pagination li {
    padding: 10px 0;
  }
}
.list_pagination li a {
  display: block;
  position: relative;
  padding: 0 22px;
  color: #2778bd;
  line-height: 1.7;
}
.list_pagination li a::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 7px;
  background: url(../images/ico_breadcrumb.svg) no-repeat center/contain;
  border-radius: 50%;
  left: 0;
  top: calc(50% - 2px);
}
.list_pagination li a:hover {
  color: #5d6970;
}
.list_pagination li.prev a::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.list_pagination li.next a {
  text-align: right;
}
.list_pagination li.next a::before {
  left: auto;
  right: 0;
}
.list_pagination li.archive {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.list_pagination li.archive a {
  padding: 0 20px;
}
.list_pagination li.archive a::before {
  content: none;
}

.list_symptom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 77px;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .list_symptom {
    gap: 10px;
  }
}
.list_symptom:last-child {
  margin-bottom: 0;
}
.list_symptom li {
  width: calc(50% - 38.5px);
}
@media screen and (max-width: 767px) {
  .list_symptom li {
    width: 100%;
  }
}
.list_symptom li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #e9f1f4;
  border-left: 12px solid #2778bd;
  color: #2778bd;
  font-size: 1.5em;
  line-height: 1.6;
  background: url(../images/ico_arrow.svg) no-repeat center right 20px;
}
@media screen and (max-width: 767px) {
  .list_symptom li a {
    border-left-width: 6px;
    font-size: 1em;
  }
}
.list_symptom li a:hover {
  background-color: #e9f1f4;
}
.list_symptom li a figure {
  position: relative;
  width: 37.5%;
  min-height: 150px;
}
@media screen and (max-width: 767px) {
  .list_symptom li a figure {
    min-height: 1px;
  }
}
.list_symptom li a figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_symptom li a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 62.5%;
  padding: 33px 55px 33px 20px;
}
@media screen and (max-width: 767px) {
  .list_symptom li a p {
    padding: 30px 30px 30px 15px;
  }
}

.list_blog {
  border-top: 1px solid #e9f1f4;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
  .list_blog {
    margin-left: -8vw;
    margin-right: -8vw;
  }
}
.list_blog:last-child {
  margin-bottom: 0;
}
.list_blog li {
  border-bottom: 1px solid #e9f1f4;
}
.list_blog li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 25px;
  background: url(../images/ico_arrow.svg) no-repeat center right 25px;
}
@media screen and (max-width: 767px) {
  .list_blog li a {
    padding: 15px 8vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.list_blog li a:hover {
  background-color: #e9f1f4;
}
.list_blog li a .image {
  position: relative;
  width: 140px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_blog li a .image {
    width: 110px;
  }
}
.list_blog li a .image::before {
  content: "";
  display: block;
  padding-top: 71.4%;
}
.list_blog li a .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_blog li a .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  width: calc(100% - 140px);
  padding: 0 60px 0 30px;
}
@media screen and (max-width: 767px) {
  .list_blog li a .text {
    width: calc(100% - 110px);
    padding: 0 20px 0 15px;
    display: block;
  }
}
.list_blog li a .text .date {
  font-size: 0.875em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .list_blog li a .text .date {
    display: block;
  }
}
.list_blog li a .text .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 10px;
}
@media screen and (max-width: 767px) {
  .list_blog li a .text .cat {
    gap: 0px;
    display: block;
  }
}
.list_blog li a .text .cat small {
  font-family: "Lato", sans-serif;
}
.list_blog li a .text .cat span {
  display: inline-block;
  min-width: 90px;
  height: 24px;
  padding: 0 15px;
  line-height: 22px;
  font-size: 0.8125em;
  text-align: center;
  color: #2778bd;
  background-color: #e9f1f4;
}
@media screen and (max-width: 767px) {
  .list_blog li a .text .cat span {
    min-width: 90px;
    font-size: 0.75em;
  }
}
.list_blog li a .text .cat .parent {
  width: auto;
  min-width: auto;
  padding: 0;
  background: transparent;
}
.list_blog li a .text .title {
  width: 100%;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .list_blog li a .text .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 5px;
  }
}

.list_plan {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto 5.25em;
}
.list_plan:last-child {
  margin-bottom: 0;
}
.list_plan li {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .list_plan li {
    margin-left: -4vw;
    margin-right: -4vw;
  }
}
.list_plan li:last-child {
  margin-bottom: 0;
}
.list_plan li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  background: url(../images/ico_arrow_02.svg) no-repeat center right 30px;
  background-color: #e9f1f4;
}
@media screen and (max-width: 767px) {
  .list_plan li a {
    background-size: 30px auto;
    background-position: center bottom 5px;
    display: block;
    padding: 20px 20px 40px 20px;
  }
}
.list_plan li a .image {
  position: relative;
  width: 19.5%;
}
@media screen and (max-width: 767px) {
  .list_plan li a .image {
    width: 100%;
    margin-bottom: 10px;
    padding: 0px 40px 20px 40px;
    border-bottom: 1px solid #2778bd;
  }
}
.list_plan li a .image img {
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  padding: 10px 0px 10px 10px;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .list_plan li a .image img {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    -o-object-fit: inherit;
       object-fit: inherit;
    top: auto;
    left: auto;
  }
}
.list_plan li a .text {
  width: 80.5%;
  padding: 20px 11% 20px 40px;
}
@media screen and (max-width: 767px) {
  .list_plan li a .text {
    width: 100%;
    padding: 0;
  }
}
.list_plan li a .text strong {
  display: block;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5;
  color: #2778bd;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .list_plan li a .text strong {
    font-size: 1.25em;
  }
}
.list_plan li a .text p {
  font-size: 0.875em;
  line-height: 1.7;
}

.list_staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
  position: relative;
}
.list_staff li {
  width: calc(50% - 40px);
}
@media screen and (max-width: 767px) {
  .list_staff li {
    width: 100%;
  }
}
.list_staff li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: url(../images/ico_arrow_02.svg) no-repeat right 15px bottom 12px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .list_staff li a {
    background-position: right 5px bottom 5px;
    background-size: 30px auto;
  }
}
.list_staff li a .image {
  position: relative;
  width: 44.6%;
  min-height: 340px;
}
@media screen and (max-width: 767px) {
  .list_staff li a .image {
    min-height: 1px;
    width: 100%;
  }
}
.list_staff li a .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .list_staff li a .image img {
    position: relative;
  }
}
.list_staff li a .text {
  width: 55.4%;
  padding: 25px 40px 50px 30px;
}
@media screen and (max-width: 767px) {
  .list_staff li a .text {
    width: 100%;
    padding: 25px 15px 40px;
  }
}
.list_staff li a .text strong {
  display: block;
  font-size: 1.25em;
  color: #2778bd;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .list_staff li a .text strong {
    font-size: 1.2em;
  }
}
.list_staff li a .text .name {
  font-size: 1.25em;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  .list_staff li a .text .name {
    font-size: 1.2em;
  }
}
.list_staff li a .text .specialty {
  line-height: 1.75;
}
.list_staff li a .text .specialty span {
  display: block;
  font-size: 0.77em;
}

.list_voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .list_voice {
    gap: 40px;
  }
}
.list_voice li {
  width: calc(33.33% - 40px);
  background-color: #e9f1f4;
  padding: 30px 30px 40px;
}
@media screen and (max-width: 767px) {
  .list_voice li {
    width: 100%;
    padding: 4vw;
  }
}
.list_voice li .main {
  margin-bottom: 10px;
}
.list_voice li .main__image {
  width: 100%;
  margin-bottom: 20px;
}
.list_voice li .main__image img {
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_voice li .main__text {
    width: 100%;
    padding: 0;
  }
}
.list_voice li .main__text .prof {
  font-size: 0.875em;
}
.list_voice li .main__text .title {
  color: #2778bd;
  line-height: 1.6;
}
.list_voice li .text {
  font-size: 0.8125em;
  line-height: 1.9;
  margin-bottom: 10px;
}
.list_voice li .date {
  font-size: 1.2rem;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin-bottom: 12px;
}
.list_voice li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 767px) {
  .list_voice li dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px 10px;
  }
}
.list_voice li dl:first-of-type {
  border-top: 1px solid #fff;
  padding: 15px 0 10px;
}
.list_voice li dl dt {
  font-size: 0.8125em;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.list_voice li dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .list_voice li dl dd {
    padding: 0;
  }
}
.list_voice li dl dd a {
  display: block;
  padding: 2px 13px 4px;
  line-height: 1.5;
  font-size: 0.875em;
  background-color: #fff;
  border-radius: 14px;
}
.list_voice li dl dd a:hover {
  background-color: #2778bd;
  color: #fff;
}

.list_sidenav {
  margin-bottom: 2.2em;
  border-top: 1px solid #fff;
}
.list_sidenav li {
  border-bottom: 1px solid #fff;
}
.list_sidenav li a {
  display: block;
  text-align: center;
  color: #2778bd;
  font-size: 0.875em;
  line-height: 1.5;
  padding: 13px 15px;
  background: url(../images/ico_breadcrumb.svg) no-repeat center right 10px;
}
.list_sidenav li a:hover {
  color: #ed7235;
}
.list_sidenav li.has_child {
  margin: 5px 0;
  padding-bottom: 5px;
}
.list_sidenav li.has_child > a {
  position: relative;
  background: #fff;
}
.list_sidenav li.has_child > a::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 7px;
  background: url(../images/ico_breadcrumb.svg) no-repeat center/contain;
  top: calc(50% - 2px);
  right: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.list_sidenav li .child_sidenav {
  display: none;
  padding: 0 15px;
}
.list_sidenav li .child_sidenav li {
  border-bottom-color: #2778bd;
}
.list_sidenav li .child_sidenav li:last-child {
  border-bottom: 0 none;
}
.list_sidenav li .child_sidenav li a {
  text-align: left;
  padding: 10px 15px;
}

.list_dots {
  margin-bottom: 3.125em;
}
.list_dots:last-child {
  margin-bottom: 0;
}
.list_dots li {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .list_dots li {
    padding-left: 15px;
  }
}
.list_dots li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #2778bd;
  left: 0;
  top: 0.8em;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .list_dots li::before {
    top: 0.7em;
  }
}

.dlist_faq {
  width: 800px;
  max-width: 100%;
  margin: 0 auto 1.25em;
}
.dlist_faq dt {
  position: relative;
  background: url(../images/ico_faq_01.svg) no-repeat center right 4%;
  background-color: #e9f1f4;
  padding: 30px 12.5%;
  cursor: pointer;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.8;
  border: 1px solid #e9f1f4;
  color: #2778bd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .dlist_faq dt {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1em;
    background-size: 20px auto;
  }
}
.dlist_faq dt::before {
  content: "Q";
  position: absolute;
  font-size: 5rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  line-height: 1;
  top: 22px;
  left: 5%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .dlist_faq dt::before {
    font-size: 2.5rem;
    left: 2%;
    top: 18px;
  }
}
.dlist_faq dt:hover {
  border-color: #2778bd;
}
.dlist_faq dt.js_open {
  border-color: #2778bd;
  background-image: url(../images/ico_faq_02.svg);
  background-color: #2778bd;
  color: #fff;
}
.dlist_faq dt.js_open::before {
  color: #fff;
}
.dlist_faq dd {
  position: relative;
  padding: 30px 12.5% 40px;
  font-size: 1em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .dlist_faq dd {
    padding-top: 15px;
    padding-bottom: 20px;
    padding-right: 2%;
    line-height: 1.75;
  }
}
.dlist_faq dd::before {
  content: "A";
  position: absolute;
  font-size: 5rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  line-height: 1;
  color: #2778bd;
  top: 35px;
  left: 5%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .dlist_faq dd::before {
    font-size: 2.5rem;
    left: 2%;
    top: 18px;
  }
}

.btn_cmn_01 {
  display: block;
  width: 260px;
  max-width: 100%;
  height: 60px;
  line-height: 58px;
  border: 1px solid #c0d0da;
  background: url(../images/ico_arrow.svg) no-repeat center right 28px;
  background-color: #fff;
  text-align: center;
  font-size: 0.8125em;
  border-radius: 30px;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .btn_cmn_01 {
    width: 230px;
    font-size: 0.93em;
    margin: 0 auto 2em;
  }
}
.btn_cmn_01:hover {
  background-color: #e9f1f4;
}
.btn_cmn_01:last-child {
  margin-bottom: 0;
}
.btn_cmn_01.center {
  margin-left: auto;
  margin-right: auto;
}

.list_record + .btn_cmn_01.center {
  margin-top: 40px;
}

input[type=submit].btn_submit {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  border-radius: 0;
  border: 0 none;
  cursor: pointer;
  display: block;
  width: 100%;
  line-height: 80px;
  color: #fff;
  background-color: #2778bd;
  border: 1px solid #2778bd;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  input[type=submit].btn_submit {
    height: 60px;
    line-height: 58px;
  }
}
input[type=submit].btn_submit:hover {
  background-color: #fff;
  color: #2778bd;
}

.btn_back {
  display: block;
  width: 100%;
  max-width: 100%;
  background-color: #c0d0da;
  border: 1px solid #c0d0da;
  line-height: 80px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .btn_back {
    height: 60px;
    line-height: 58px;
  }
}
.btn_back:hover {
  background-color: #fff;
  color: #c0d0da;
}

.table_form {
  width: 100%;
  border-top: 1px solid #c0d0da;
}
@media screen and (max-width: 767px) {
  .table_form {
    display: block;
  }
  .table_form thead,
  .table_form tbody,
  .table_form tr,
  .table_form th,
  .table_form td {
    display: block;
    width: 100%;
  }
}
.table_form tr {
  border-bottom: 1px solid #c0d0da;
}
.table_form th {
  padding: 25px 0;
  vertical-align: top;
  font-weight: 400;
  width: 260px;
}
@media screen and (max-width: 767px) {
  .table_form th {
    font-size: 1.1em;
    width: 100%;
    padding: 15px 0 0;
    display: block;
  }
}
.table_form th.req::after {
  content: "※";
  display: inline-block;
  font-size: 0.75em;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  color: #2778bd;
  margin-left: 5px;
}
.table_form td {
  padding: 20px 0;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table_form td {
    padding-left: 0;
  }
}
.table_form .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 15px;
}
.table_form .flex_box .mwform-radio-field.horizontal-item,
.table_form .flex_box .mwform-checkbox-field.horizontal-item {
  min-width: 40%;
  max-width: calc(60% - 7.5px);
}
@media screen and (max-width: 767px) {
  .table_form .flex_box .mwform-radio-field.horizontal-item,
  .table_form .flex_box .mwform-checkbox-field.horizontal-item {
    width: 100%;
    max-width: 100%;
  }
}
.table_form .flex_box .mwform-radio-field.horizontal-item + .mwform-radio-field.horizontal-item, .table_form .flex_box .mwform-radio-field.horizontal-item + .mwform-checkbox-field.horizontal-item,
.table_form .flex_box .mwform-checkbox-field.horizontal-item + .mwform-radio-field.horizontal-item,
.table_form .flex_box .mwform-checkbox-field.horizontal-item + .mwform-checkbox-field.horizontal-item {
  margin: 0;
}

input[type=text],
input[type=tel],
input[type=email],
textarea,
select {
  width: 100%;
  background-color: #e9f1f4;
  padding: 13px 20px;
  outline: none;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea,
  select {
    font-size: 16px;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: rgba(93, 105, 112, 0.3);
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: rgba(93, 105, 112, 0.3);
}
input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: rgba(93, 105, 112, 0.3);
}
input[type=text]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: rgba(93, 105, 112, 0.3);
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgba(93, 105, 112, 0.3);
}

select {
  width: auto;
  padding-right: 50px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  background: url(../images/ico_arrow_select.svg) no-repeat center right 10px;
  background-color: #e9f1f4;
}

#zip {
  width: 210px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #zip {
    width: 120px;
  }
}

textarea {
  width: 100%;
  height: 235px;
  margin: 0;
  line-height: 1.75;
}
textarea.min {
  height: 120px;
}
@media screen and (max-width: 767px) {
  textarea {
    height: 200px;
  }
}

.form_progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 500px;
  max-width: 100%;
  margin: 0 auto 3em;
  z-index: 1;
}
.form_progress::before {
  content: "";
  position: absolute;
  width: 84%;
  height: 1px;
  background-color: #5d6970;
  z-index: -1;
  top: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.form_progress li {
  position: relative;
  text-align: center;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 30px;
}
.form_progress li::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #2778bd;
  border-radius: 50%;
  top: 0;
  left: calc(50% - 9px);
}
.form_progress li:first-child::before {
  background-color: #5d6970;
}

.privacy_wrap {
  border-bottom: 1px solid #c0d0da;
  padding: 30px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .privacy_wrap {
    padding: 5% 0;
  }
}
.privacy_wrap strong {
  display: block;
  font-weight: 400;
  text-align: center;
  color: #2778bd;
  margin-bottom: 10px;
}
.privacy_wrap p {
  font-size: 0.9375em;
}

.doui_wrap {
  margin-bottom: 2.5em;
}

.mwform-checkbox-field.horizontal-item {
  display: block;
}
.mwform-checkbox-field.horizontal-item label {
  display: inline-block;
  cursor: pointer;
}
.mwform-checkbox-field.horizontal-item label input {
  display: none;
}
.mwform-checkbox-field.horizontal-item label input:checked + span::before {
  background-color: #c0d0da;
}
.mwform-checkbox-field.horizontal-item label input:checked + span::after {
  -webkit-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.mwform-checkbox-field.horizontal-item label span {
  display: block;
  position: relative;
  padding-left: 30px;
  font-weight: 400;
}
.mwform-checkbox-field.horizontal-item label span::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border: 1px solid #c0d0da;
  left: 0;
  top: calc(50% - 13px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mwform-checkbox-field.horizontal-item label span::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(0) scale(0);
          transform: rotate(0) scale(0);
  left: 5px;
  top: calc(50% - 6px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mwform-radio-field.horizontal-item {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .mwform-radio-field.horizontal-item {
    display: block;
  }
}
.mwform-radio-field.horizontal-item label {
  display: inline-block;
  cursor: pointer;
}
.mwform-radio-field.horizontal-item label input {
  display: none;
}
.mwform-radio-field.horizontal-item label input:checked + span::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.mwform-radio-field.horizontal-item label span {
  display: block;
  position: relative;
  padding-left: 40px;
  font-weight: 400;
}
.mwform-radio-field.horizontal-item label span::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border: 1px solid #c0d0da;
  left: 0;
  border-radius: 50%;
  top: calc(50% - 13px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mwform-radio-field.horizontal-item label span::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #c0d0da;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  left: 6px;
  top: calc(50% - 7px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mwform-radio-field.horizontal-item + .mwform-radio-field.horizontal-item {
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .mwform-radio-field.horizontal-item + .mwform-radio-field.horizontal-item {
    margin: 5px 0 0;
  }
}

.mw_wp_form_confirm .privacy_wrap,
.mw_wp_form_confirm .doui_wrap,
.mw_wp_form_confirm .contact_list,
.mw_wp_form_confirm .read,
.mw_wp_form_confirm .read--left {
  display: none;
}
.mw_wp_form_confirm .form_progress li:first-child::before {
  background-color: #2778bd;
}
.mw_wp_form_confirm .form_progress li:nth-child(2)::before {
  background-color: #5d6970;
}

.mw_wp_form_complete .form_progress {
  margin-bottom: 3.75em;
}
.mw_wp_form_complete .form_progress li:first-child::before, .mw_wp_form_complete .form_progress li:nth-child(2)::before {
  background-color: #2778bd;
}
.mw_wp_form_complete .form_progress li:last-child::before {
  background-color: #5d6970;
}

.m0 {
  margin-bottom: 0;
}

@-webkit-keyframes blur {
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes blur {
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes view {
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes view {
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
#loading {
  position: fixed;
  width: 100%;
  height: 100svh;
  top: 0;
  left: 0;
  z-index: 100001;
  background-color: #ffffff;
}
#loading .layer {
  width: 100%;
  height: 100svh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#loading .logo {
  width: 100%;
  max-width: 300px;
  position: relative;
  opacity: 0;
  height: 57px;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
#loading .logo img {
  display: block;
  width: 100%;
}
#loading .logo.view {
  opacity: 1;
  -webkit-animation-name: view;
          animation-name: view;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#loading .logo.slide {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#loading.end {
  -webkit-animation-name: blur;
          animation-name: blur;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.images_wrap {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.images_wrap .bg_box {
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #2778bd;
  opacity: 0.3;
  top: 0;
  left: 0;
  z-index: -1;
}
.images_wrap img {
  display: block;
  position: relative;
  margin: auto;
  opacity: 0;
}

.js-fadeInScale-anim {
  -webkit-animation: fadeInScale 2s ease 1.1s forwards;
          animation: fadeInScale 2s ease 1.1s forwards;
}

.js-width-anim {
  -webkit-animation: widthAnim 0.8s ease 0.2s both;
          animation: widthAnim 0.8s ease 0.2s both;
}

.js-height-anim {
  -webkit-animation: heightAnim 1s ease 0.2s both;
          animation: heightAnim 1s ease 0.2s both;
}

@-webkit-keyframes fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}
@-webkit-keyframes widthAnim {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthAnim {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes heightAnim {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes heightAnim {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.read, .read--left {
  text-align: center;
  line-height: 2.5;
  margin-bottom: 3.125em;
}
.read--left {
  text-align: left;
}
.read:last-child, .read--left:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .read, .read--left {
    text-align: left;
    line-height: 1.75;
  }
}

.post_date {
  display: block;
  font-size: 1.125em;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .post_date {
    font-size: 1em;
  }
}

.category .top_blog {
  display: none;
}

.post_title {
  display: block;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 20px;
  margin-bottom: 1.7em;
  border-bottom: 1px solid #1f1f1f;
}
@media screen and (max-width: 767px) {
  .post_title {
    font-size: 1.5em;
  }
}

.single_contents {
  margin-bottom: 5em;
}
.single_contents ol,
.single_contents ul {
  margin-bottom: 2em;
}
.single_contents ol li,
.single_contents ul li {
  list-style-type: disc;
  margin-bottom: 0.3em;
  margin-left: 20px;
}
.single_contents ol li p,
.single_contents ul li p {
  margin-bottom: 0.1em;
}
.single_contents .movie {
  width: 100%;
  margin: 2em 0;
  aspect-ratio: 16/9;
}
.single_contents .movie iframe {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.single_contents img {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .single_contents img {
    margin-bottom: 20px;
  }
}
.single_contents table {
  margin: 0px 0 20px;
}
.single_contents h2.add_ttl {
  font-size: 1.4375em;
  line-height: 1.75;
  font-weight: 400;
  border-bottom: 2px solid #2778bd;
  margin-bottom: 20px;
  padding-bottom: 2px;
  color: #2778bd;
}
@media screen and (max-width: 767px) {
  .single_contents h2.add_ttl {
    font-size: 1.5em;
  }
}
.single_contents h2.add_ttl:last-child {
  margin-bottom: 0;
}
.single_contents h3.add_ttl2 {
  font-size: 1.3em;
  line-height: 1.75;
  font-weight: 400;
  border-left: 2px solid #2778bd;
  padding-left: 20px;
  margin-bottom: 18px;
  display: block;
  color: #2778bd;
}
@media screen and (max-width: 767px) {
  .single_contents h3.add_ttl2 {
    padding-left: 16px;
    margin-bottom: 18px;
    font-size: 1.25em;
  }
}
.single_contents h4.add_ttl3 {
  font-size: 1.2em;
  line-height: 1.75;
  font-weight: 400;
  margin-bottom: 20px;
  color: #2778bd;
}
@media screen and (max-width: 767px) {
  .single_contents h4.add_ttl3 {
    font-size: 1.15em;
    margin-bottom: 14px;
  }
}
.single_contents h4.add_ttl3:last-child {
  margin-bottom: 0;
}
.single_contents p {
  line-height: 2;
  margin-bottom: 2em;
}
.single_contents p:last-child {
  margin-bottom: 0;
}
.single_contents a {
  color: #2778bd;
  font-weight: 700;
  text-decoration: underline;
}

.txt_cmn {
  margin-bottom: 2.7em;
}
.txt_cmn:last-child {
  margin-bottom: 0;
}

.al_center {
  text-align: center;
}
.al_center_pc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .al_center_pc {
    text-align: left;
  }
}
.al_center_sp {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .al_center_sp {
    text-align: center;
  }
}

.fs_lg {
  font-size: 1.875em;
  line-height: 1.75;
  margin-bottom: 0.8em;
}

.fc_blue {
  color: #2778bd;
}