@charset "UTF-8";
/*----------------------------------
  Foundation
------------------------------------*/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

li {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

html {
  overflow: auto;
  height: 100%;
}

/* Set core body defaults */
body {
  position: relative;
  height: 100%;
  text-rendering: optimizeSpeed;
  line-height: 1.6;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*---------------------------
  Default Settings
---------------------------*/
html {
  position: relative;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 10px;
}
html.wf-loading {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}

body {
  font-family: "Lato", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  color: #3c3c3c;
  -webkit-animation: fadeIn 3s ease;
          animation: fadeIn 3s ease;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

a, button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a {
  color: #0077bd;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

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

.cf:after {
  display: block;
  clear: both;
  width: 100%;
  content: "";
}

iframe {
  width: 100%;
}
iframe .wp-embedded-content {
  width: 100%;
}

.lock {
  overflow: hidden;
}

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

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

.main {
  margin-left: 350px;
}
@media screen and (max-width: 1400px) {
  .main {
    margin-left: 300px;
  }
}
@media screen and (max-width: 900px) {
  .main {
    margin-left: 0;
    padding-top: 74px;
  }
}
.w_large {
  width: 1520px;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  .w_large {
    width: 92%;
  }
}

.w_middle {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1620px) {
  .w_middle {
    width: 92%;
  }
}

.mb {
  margin-bottom: 40px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_80 {
  margin-bottom: 80px;
}

.right {
  text-align: right;
}
@media screen and (max-width: 600px) {
  .right {
    text-align: left;
  }
}

/*----------------------------------
  Layout
------------------------------------*/
/*---------------------------
  header
---------------------------*/
.mCustomScrollBox, .mCSB_container {
  overflow: visible;
}

.header {
  position: relative;
}
.header__sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .header__sp {
    width: 100%;
    background: #15110d;
    background-size: 100%;
    padding: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    z-index: 99;
  }
}
.header__triggerArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__tel {
  width: 40px;
  height: 38px;
  border: 1px solid #fff;
  font-family: "Font Awesome 6 Free";
  content: "\f095";
  color: #fff;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__tel a {
  color: #fff;
}
.header__trigger {
  display: none;
}
@media screen and (max-width: 900px) {
  .header__trigger {
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    padding: 10px;
    z-index: 40;
  }
}
@media screen and (max-width: 900px) and (max-width: 600px) {
  .header__trigger {
    padding: 5px;
  }
}
@media screen and (max-width: 900px) {
  .header__trigger__inner {
    position: relative;
    width: 40px;
    height: 36px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__trigger span {
    width: 100%;
    position: absolute;
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .header__trigger span:nth-of-type(1), .header__trigger span:nth-of-type(3) {
    height: 1px;
    background: #fff;
  }
  .header__trigger span:nth-of-type(1) {
    top: 0;
  }
  .header__trigger span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
  }
  .header__trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .header__trigger__sec span:nth-of-type(1), .header__trigger__sec span:nth-of-type(3) {
    background: #3c3c3c;
  }
  .header__trigger__sec span:nth-of-type(2) {
    color: #3c3c3c;
  }
  .header__trigger__sec.active span:nth-of-type(1), .header__trigger__sec.active span:nth-of-type(3) {
    background: #fff;
  }
  .header__trigger__sec.active span:nth-of-type(2) {
    color: #fff;
  }
  .header__trigger__fixed span {
    height: 4px;
  }
}
@media screen and (max-width: 900px) {
  .header__trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
            transform: translateY(15px) rotate(-45deg);
  }
}
.header__trigger.active span:nth-of-type(2) {
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .header__trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-18px) rotate(45deg);
            transform: translateY(-18px) rotate(45deg);
  }
}
.header__navWrap {
  width: 350px;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  z-index: 88;
  background: url(../img/common/header_bg.png) no-repeat #15110d;
  background-size: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 1400px) {
  .header__navWrap {
    width: 300px;
  }
}
@media screen and (max-width: 900px) {
  .header__navWrap {
    right: -100%;
    width: 100%;
  }
}
.header__navWrap.active {
  right: 0;
}
.header__navWrap--sp {
  right: -100%;
}
.header__wrap {
  height: 100%;
  padding: 220px 80px 0;
}
@media screen and (max-width: 1400px) {
  .header__wrap {
    padding: 120px 45px 0;
  }
}
@media (orientation: landscape) {
  .header__wrap {
    height: 100%;
    padding: 120px 45px 40px;
  }
}
@media screen and (max-width: 900px) {
  .header__wrap {
    padding: 90px 80px 40px;
  }
}
@media screen and (max-width: 600px) {
  .header__wrap {
    padding: 9rem 4rem 4.5rem;
  }
}
.header__logo {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .header__logo {
    width: 260px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .header__logo {
    width: 225px;
    margin-bottom: 0;
  }
}
.header__nav__list {
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1400px) {
  .header__nav__list {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .header__nav__list {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 0;
  }
}
.header__nav__list--sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .header__nav__list--sp {
    padding: 0 4rem;
  }
  .header__nav__list--sp a {
    color: #fff;
  }
  .header__nav__list--sp a:hover {
    text-decoration: none;
  }
}
.header__nav__item {
  padding: 12.5px 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__nav__item:hover .sub {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1400px) {
  .header__nav__item {
    padding: 10px 0;
  }
}
@media screen and (max-width: 900px) {
  .header__nav__item {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 600px) {
  .header__nav__item {
    padding: 2rem 0 0;
  }
}
.header__nav__item p {
  position: relative;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  .header__nav__item p {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 1rem;
  }
}
.header__nav__item p:after {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  content: "\+";
  font-size: 20px;
  font-size: 2rem;
  right: 0;
}
.header__nav__item > a {
  position: relative;
  display: block;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  .header__nav__item > a {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 1rem;
  }
}
.header__nav__item > a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -35px;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
  width: 1px;
  height: 100%;
  background: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  .header__nav__item > a:before {
    content: none;
  }
}
.header__nav__item > a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.header__nav__item > a:hover:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 1px;
}
@media screen and (max-width: 900px) {
  .header__nav__item > a:after {
    position: absolute;
    font-family: "Font Awesome 6 Free";
    content: "\+";
    font-size: 20px;
    font-size: 2rem;
    right: 0;
  }
}
.header__nav__item__sub {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 200px;
  width: 280px;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__nav__item__sub.width {
  width: 500px;
}
@media screen and (max-width: 1400px) {
  .header__nav__item__sub {
    left: 170px;
  }
}
.header__nav__item__sub li {
  padding-left: 30px;
  margin-bottom: 15px;
}
.header__nav__item__sub li:last-child {
  margin-bottom: 0;
}
.header__nav__item__sub li a {
  position: relative;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: 25px;
}
.header__nav__item__sub li a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-size: 60%;
}
.header__nav__item__sub li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.header__nav__item .header__icon--01 a:before {
  background: url(../img/common/header_01.svg) no-repeat center;
}
.header__nav__item .header__icon--02 a:before {
  background: url(../img/common/header_02.svg) no-repeat center;
}
.header__nav__item .header__icon--03 a:before {
  background: url(../img/common/header_03.svg) no-repeat center;
}
.header__nav__item .header__icon--04 a:before {
  background: url(../img/common/header_04.svg) no-repeat center;
}
.header__nav__item .header__icon--05 a:before {
  background: url(../img/common/header_05.svg) no-repeat center;
}
.header__nav__item .header__icon--06 a:before {
  background: url(../img/common/header_06.svg) no-repeat center;
}
.header__nav__item .header__icon--07 a:before {
  background: url(../img/common/header_07.svg) no-repeat center;
}
.header__nav__item .header__icon--08 a:before {
  background: url(../img/common/header_08.svg) no-repeat center;
}
.header__nav__item .header__icon--09 a:before {
  background: url(../img/common/header_09.svg) no-repeat center;
}
.header__nav__item .header__icon--10 a:before {
  background: url(../img/common/header_10.svg) no-repeat center;
}
.header__nav__item .header__icon--11 a:before {
  background: url(../img/common/header_11.svg) no-repeat center;
}
.header__nav__item .header__icon--12 a:before {
  background: url(../img/common/header_12.svg) no-repeat center;
}
.header__nav__item .header__icon--13 a:before {
  background: url(../img/common/header_13.svg) no-repeat center;
}
.header__nav__item .header__icon--14 a:before {
  background: url(../img/common/header_14.svg) no-repeat center;
}
.header__nav__item .header__icon--15 a:before {
  background: url(../img/common/header_15.svg) no-repeat center;
}
.header__nav__item .header__icon--16 a:before {
  background: url(../img/common/header_16.svg) no-repeat center;
}
.header__nav__item .header__icon--17 a:before {
  background: url(../img/common/header_17.svg) no-repeat center;
}
.header__nav__item .header__icon--18 a:before {
  background: url(../img/common/header_18.svg) no-repeat center;
}
.header__nav__item .header__icon--19 a:before {
  background: url(../img/common/header_19.svg) no-repeat center;
}
.header__nav__item .header__icon--20 a:before {
  background: url(../img/common/header_20.svg) no-repeat center;
}
.header__nav__item .header__icon--21 a:before {
  background: url(../img/common/header_21.svg) no-repeat center;
}
.header__nav__item .header__icon--22 a:before {
  background: url(../img/common/header_22.svg) no-repeat center;
}
@media screen and (max-width: 900px) {
  .header__nav__item--spContnone a:after {
    position: absolute;
    font-family: "Font Awesome 6 Free";
    content: "\f054";
    font: var(--fa-font-solid);
    font-size: 16px;
    font-size: 1.6rem;
    right: 0;
  }
}
.header__nav__item--sp {
  padding: 1.5rem 0;
}
.header__nav__item--sp a {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  position: relative;
}
.header__nav__item--sp a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
  width: 1px;
  height: 70%;
  background: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__nav__item--sp a:hover:before {
  width: 1px;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
}
.header__nav__item--sp a:after {
  content: none;
}
.header__nav__contact {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.header__nav__contact a {
  display: block;
  color: #3c3c3c;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  background: #ffffff;
  padding: 10px 0 10px 10px;
  line-height: 1;
  position: relative;
  border-radius: 3px;
}
.header__nav__contact a:before {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  content: "\f095";
  font-size: 16px;
  font-size: 1.6rem;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__nav__contact a:hover {
  text-decoration: none;
  background: #104c6f;
  color: #ffffff;
}

/*---------------------------
  secMv
---------------------------*/
.sec__mv {
  width: 100%;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 900px) {
  .sec__mv {
    height: 200px;
  }
}
@media screen and (max-width: 600px) {
  .sec__mv {
    height: 170px;
  }
}
.sec__ttl {
  font-family: "Lato", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  color: #ffffff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 3;
}
@media screen and (max-width: 900px) {
  .sec__ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 600px) {
  .sec__ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.sec__ttl span {
  font-family: adobe-garamond-pro, serif;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}
.sec__ttl span:after {
  position: absolute;
  content: "";
  top: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background: #ffffff;
}

.webp .sec__mv--symptom {
  background-image: url(../img/symptom/secMv.jpg.webp);
}
.webp .sec__mv--visitors {
  background-image: url(../img/visitors/secMv.jpg.webp);
}
.webp .sec__mv--outpatient {
  background-image: url(../img/outpatient/secMv.jpg.webp);
}
.webp .sec__mv--each_section {
  background-image: url(../img/each_section/secMv.jpg.webp);
}
.webp .sec__mv--about {
  background-image: url(../img/about/secMv.jpg.webp);
}
.webp .sec__mv--staff {
  background-image: url(../img/staff/secMv.jpg.webp);
}
.webp .sec__mv--hospitalization {
  background-image: url(../img/hospitalization/secMv.jpg.webp);
}
.webp .sec__mv--access {
  background-image: url(../img/access/secMv.jpg.webp);
}
.webp .sec__mv--policy {
  background-image: url(../img/privacy_policy/secMv.jpg.webp);
}
.webp .sec__mv--contact {
  background-image: url(../img/contact/secMv.jpg.webp);
}
.webp .sec__mv--facility {
  background-image: url(../img/facility/secMv.jpg.webp);
}
.webp .sec__mv--institution {
  background-image: url(../img/institution/secMv.jpg.webp);
}
.webp .sec__mv--info {
  background-image: url(../img/info/secMv.jpg.webp);
}
.webp .sec__mv--recruit {
  background-image: url(../img/recruit/secMv.jpg.webp);
}
.webp .sec__mv--magazine {
  background-image: url(../img/magazine/secMv.jpg.webp);
}
.webp .sec__mv--link {
  background-image: url(../img/link/secMv.jpg.webp);
}
.webp .sec__mv--program {
  background-image: url(../img/program/secMv.jpg.webp);
}

.no-webp .sec__mv--symptom {
  background-image: url(../img/symptom/secMv.jpg);
}
.no-webp .sec__mv--visitors {
  background-image: url(../img/visitors/secMv.jpg);
}
.no-webp .sec__mv--outpatient {
  background-image: url(../img/outpatient/secMv.jpg);
}
.no-webp .sec__mv--each_section {
  background-image: url(../img/each_section/secMv.jpg);
}
.no-webp .sec__mv--about {
  background-image: url(../img/about/secMv.jpg);
}
.no-webp .sec__mv--staff {
  background-image: url(../img/staff/secMv.jpg);
}
.no-webp .sec__mv--hospitalization {
  background-image: url(../img/hospitalization/secMv.jpg);
}
.no-webp .sec__mv--access {
  background-image: url(../img/access/secMv.jpg);
}
.no-webp .sec__mv--policy {
  background-image: url(../img/privacy_policy/secMv.jpg);
}
.no-webp .sec__mv--contact {
  background-image: url(../img/contact/secMv.jpg);
}
.no-webp .sec__mv--facility {
  background-image: url(../img/facility/secMv.jpg);
}
.no-webp .sec__mv--institution {
  background-image: url(../img/institution/secMv.jpg);
}
.no-webp .sec__mv--info {
  background-image: url(../img/info/secMv.jpg);
}
.no-webp .sec__mv--recruit {
  background-image: url(../img/recruit/secMv.jpg);
}
.no-webp .sec__mv--magazine {
  background-image: url(../img/magazine/secMv.jpg);
}
.no-webp .sec__mv--link {
  background-image: url(../img/link/secMv.jpg);
}
.no-webp .sec__mv--program {
  background-image: url(../img/program/secMv.jpg);
}

/*---------------------------
  Breadcrumb
---------------------------*/
.breadcrumb {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 700px) {
  .breadcrumb {
    margin-top: 0;
  }
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 700px) {
  .breadcrumb__list {
    display: none;
  }
}
.breadcrumb__item {
  margin-right: 10px;
}
.breadcrumb__item a {
  padding-right: 20px;
  margin-right: 10px;
  position: relative;
}
.breadcrumb__item a:after {
  position: absolute;
  content: "/";
  right: 0;
  top: -2px;
  color: #3c3c3c;
}

/*---------------------------
  Content
---------------------------*/
.content {
  padding-top: 80px;
}
@media screen and (max-width: 900px) {
  .content {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .content {
    padding-top: 4.5rem;
  }
}

.read {
  text-align: center;
  padding: 0 5.7% 45px;
}
@media screen and (max-width: 600px) {
  .read {
    padding: 0 0 4.5rem;
    text-align: left;
  }
}
.read__02 {
  text-align: left;
  padding: 0 0 28px;
}

.circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  counter-reset: number 0;
}
@media screen and (max-width: 600px) {
  .circle {
    display: block;
    margin-bottom: 4rem;
  }
}
.circle__item {
  width: 30%;
  padding: 0 1.7%;
}
@media screen and (max-width: 600px) {
  .circle__item {
    width: 80%;
    margin: 0 auto 4rem;
  }
}
.circle__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .circle__item:last-child {
    margin-right: auto;
  }
}
.circle__item h3 {
  font-family: "Lato", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, serif;
  text-align: center;
  width: 84.6%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #9a9a9a;
  border-radius: 100%;
  margin-bottom: 20px;
  position: relative;
}
.circle__item h3:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.circle__item h3:before {
  position: absolute;
  counter-increment: number 1;
  content: "0" counter(number);
  top: -40px;
  left: 0;
  font-size: 80px;
  font-size: 8rem;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: italic;
  color: #104c6f;
}
@media screen and (max-width: 1200px) {
  .circle__item h3:before {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .circle__item h3:before {
    top: -10px;
    font-size: 80px;
    font-size: 8rem;
  }
}
@media screen and (max-width: 400px) {
  .circle__item h3:before {
    top: -4rem;
  }
}
.circle__item p {
  line-height: 1.6;
}

.namber {
  counter-reset: number 0;
}
.namber__policy {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .namber__policy {
    margin-bottom: 4.5rem;
  }
}
.namber__policy .square__list {
  padding-top: 25px;
}
.namber__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .namber__inner {
    display: block;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .namber__inner {
    margin-bottom: 4.5rem;
  }
}
.namber__inner figure {
  width: 40%;
  margin-right: 4%;
}
@media screen and (max-width: 1200px) {
  .namber__inner figure {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .namber__inner figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
}
.namber__inner div {
  width: 56%;
}
@media screen and (max-width: 1200px) {
  .namber__inner div {
    width: 46%;
  }
}
@media screen and (max-width: 900px) {
  .namber__inner div {
    width: 100%;
  }
}

.time {
  font-size: 26px;
  font-size: 2.6rem;
  margin-top: 40px;
  color: #9f0140;
}
.time span {
  display: inline-block;
  background-color: #261810;
  color: #ffffff;
  width: 105px;
  padding: 10px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 20px;
  line-height: 1;
  text-align: center;
}
.time .span {
  background-color: transparent;
  font-size: 18px;
  font-size: 1.8rem;
  color: #9f0140;
  padding: 0;
  width: auto;
}
.time__02 {
  margin-top: 20px;
}

.figure__bt img {
  margin-bottom: 45px;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f3f3f3;
  padding: 60px 10px;
}
@media screen and (max-width: 800px) {
  .gallery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4rem 1rem 2rem;
  }
}
.gallery__item {
  width: 26.1%;
  padding: 0 2%;
}
@media screen and (max-width: 800px) {
  .gallery__item {
    width: 50%;
    margin-bottom: 2rem;
  }
}

.flow {
  counter-reset: flow__ttl flow__inner;
}
.flow__inner {
  counter-increment: flow__inner;
  background-color: #f3f3f3;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .flow__inner {
    padding: 3rem;
  }
}
.flow__inner:after {
  position: absolute;
  content: "0" counter(flow__inner);
  bottom: -40px;
  right: -25px;
  font-family: adobe-garamond-pro, serif;
  font-style: italic;
  font-size: 100px;
  font-size: 10rem;
  color: #104c6f;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .flow__inner:after {
    bottom: -25px;
    right: 0px;
    font-size: 80px;
    font-size: 8rem;
  }
}
@media screen and (max-width: 600px) {
  .flow__inner:after {
    font-size: 60px;
    font-size: 6rem;
  }
}
.flow__inner--00 {
  counter-increment: flow__inner--00;
}
.flow__inner--00:after {
  content: "00";
}
.flow__inner:last-child {
  margin-bottom: 80px;
}
.flow__span {
  font-size: 16px;
  font-size: 1.6rem;
}
.flow .flow__ttl {
  counter-increment: flow__ttl;
  font-size: 24px;
  font-size: 2.4rem;
  background-color: #ffffff;
  border-radius: 6px;
  line-height: 1;
  padding: 15px 10px 15px 170px;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .flow .flow__ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
.flow .flow__ttl:before {
  position: absolute;
  content: "STEP " counter(flow__ttl);
  top: 0;
  left: 0;
  width: 138px;
  height: 100%;
  border-radius: 6px 0 0 6px;
  background-color: #261810;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
}
.flow .flow__ttl--00 {
  counter-increment: flow__ttl--00;
}
.flow .flow__ttl--00:before {
  content: "STEP 0";
}

/*---------------------------
  404
---------------------------*/
.error {
  margin: 80px 20px;
}
.error__img {
  width: 60%;
  margin: 0 auto 60px;
}
.error__txt {
  text-align: center;
  line-height: 2.4;
  margin-bottom: 60px;
}
.error__btn {
  text-align: center;
}

/*---------------------------
  footer
---------------------------*/
.banner {
  padding: 40px 0 20px;
  border-top: 1px solid #b0b0b0;
}
@media screen and (max-width: 400px) {
  .banner {
    display: none;
  }
}
.banner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
.banner__item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 20px;
}
.banner__item:nth-child(3) {
  margin-right: 0;
}
.banner__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1240px) {
  .banner__item {
    width: 47.5%;
  }
  .banner__item:nth-child(even) {
    margin-right: 0;
  }
  .banner__item:nth-child(3) {
    margin-right: 5%;
  }
  .banner__item:last-child {
    margin-right: 0;
  }
}

.footer {
  background: -webkit-gradient(linear, left top, right bottom, from(#6a6a6a), to(#595959));
  background: linear-gradient(to bottom right, #6a6a6a, #595959);
  padding: 80px 60px;
}
@media screen and (max-width: 1240px) {
  .footer {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 700px) {
  .footer {
    padding: 2rem 2.5rem 4rem;
  }
}
.footer__wrap {
  color: #ffffff;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1920px) {
  .footer__wrap {
    width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .footer__wrap {
    display: block;
  }
}
.footer__wrap a {
  color: #ffffff;
  position: relative;
}
.footer__wrap a:hover {
  text-decoration: none;
}
.footer__wrap a:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.footer__wrap02 {
  width: 32.9%;
  margin-right: 7%;
}
@media screen and (max-width: 1400px) {
  .footer__wrap02 {
    width: 100%;
  }
}
.footer__inner {
  margin-bottom: 40px;
}
.footer__logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .footer__logo {
    width: 70%;
  }
}
@media screen and (max-width: 700px) {
  .footer__logo {
    width: 90%;
  }
}
.footer__address {
  padding-bottom: 25px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 25px;
}
.footer__address address {
  font-style: normal;
}
.footer__map {
  height: 230px;
}
.footer__navArea {
  width: 60.1%;
}
@media screen and (max-width: 1400px) {
  .footer__navArea {
    width: 100%;
    margin-bottom: 60px;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 400px) {
  .footer__nav {
    display: block;
  }
}
.footer__nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 700px) {
  .footer__nav__inner {
    display: block;
    width: 48%;
    margin-right: 3%;
  }
}
@media screen and (max-width: 400px) {
  .footer__nav__inner {
    width: 100%;
  }
}
.footer__nav__list {
  margin-left: 70px;
}
@media screen and (max-width: 900px) {
  .footer__nav__list {
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 700px) {
  .footer__nav__list {
    margin-left: 0;
  }
}
.footer__nav__list li {
  list-style: none;
}
@media screen and (max-width: 700px) {
  .footer__nav__list02 {
    width: 49%;
  }
}
@media screen and (max-width: 400px) {
  .footer__nav__list02 {
    width: 100%;
  }
}
.footer__nav__item {
  position: relative;
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 700px) {
  .footer__nav__item {
    padding: 1.5rem 0 1.5rem 1rem;
    border-bottom: 1px solid #807e7e;
    margin-bottom: 0;
  }
}
.footer__nav__item .mb {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
  .footer__nav__item .mb {
    margin-bottom: 0;
  }
}
.footer__nav__item:before {
  position: absolute;
  content: "";
  top: 10px;
  left: -30px;
  width: 20px;
  height: 1px;
  background: #ffffff;
}
@media screen and (max-width: 900px) {
  .footer__nav__item:before {
    width: 10px;
    left: -20px;
  }
}
@media screen and (max-width: 700px) {
  .footer__nav__item:before {
    content: none;
  }
}
.footer__nav__item a {
  color: #ffffff;
  position: relative;
  display: inline;
}
.footer__nav__item a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 700px) {
  .footer__nav__item a:hover {
    text-decoration: none;
  }
}
.footer__nav__sub {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 700px) {
  .footer__nav__sub {
    display: none;
  }
}
.footer__nav__sub__item {
  padding: 5px 0;
  line-height: 1.4;
}
.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .footer__contact {
    display: block;
  }
}
.footer__contact p {
  margin-right: 20px;
}
@media screen and (max-width: 900px) {
  .footer__contact p {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.footer__contact a {
  display: block;
  color: #261810;
  background: #ffffff;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 5px 25px 5px 50px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .footer__contact a {
    width: 100%;
  }
}
.footer__contact a:before {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  content: "\f095";
  font-size: 30px;
  font-size: 3rem;
  font: var(--fa-font-solid);
  left: 20px;
  top: 18px;
}
.footer__contact a:hover {
  text-decoration: none;
  background: #104c6f;
  color: #ffffff;
}
.footer__contact a span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.footer__copy {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  padding: 5px 10px;
}
@media screen and (max-width: 600px) {
  .footer__copy {
    text-align: center;
  }
}

/*----------------------------------
  Component
------------------------------------*/
/*Table
---------------------------*/
.table {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
}
.table thead th {
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}
.table thead .first {
  width: 260px;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
@media screen and (max-width: 600px) {
  .table thead .first {
    width: 130px;
  }
}
.table tbody th {
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  width: 172px;
  padding: 15px 20px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .table tbody th {
    width: 120px;
    padding: 1rem 1rem;
  }
}
.table tbody td {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.table th {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}
.table .circleIco {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  border-radius: 50%;
  background: #104c6f;
}
@media screen and (max-width: 600px) {
  .table .circleIco {
    width: 12px;
    height: 12px;
  }
}
.table .slash {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  -webkit-transform: rotate(45deg) translate(-50%, 0);
          transform: rotate(45deg) translate(-50%, 0);
  -webkit-transform-origin: center;
          transform-origin: center;
  border-right: 1px solid #000;
}
.table__blue {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .table__blue {
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 400px) {
  .table__blue {
    margin-bottom: 2.5rem;
  }
}
.table__blue tr:first-child th, .table__blue tr:first-child td {
  border-top: 1px solid #104c6f;
}
.table__blue tr:last-child th {
  border-bottom: 1px solid #104c6f;
}
.table__blue th {
  background: #104c6f;
  color: #ffffff;
  width: 210px;
  padding: 25px 10px;
  border-bottom: 1px solid #ffffff;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .table__blue th {
    width: 180px;
  }
}
@media screen and (max-width: 400px) {
  .table__blue th {
    width: 120px;
    padding: 2rem 1rem;
  }
}
.table__blue td {
  padding: 25px 20px 25px 40px;
  border-bottom: 1px solid #104c6f;
}
@media screen and (max-width: 600px) {
  .table__blue td {
    padding: 2rem;
  }
}
.table__blue--notice {
  margin-bottom: 20px;
}
.table__blue--notice th {
  width: auto;
}
.table__blue--notice td {
  width: auto;
  padding: 20px;
  border-left: 1px solid #104c6f;
  border-right: 1px solid #104c6f;
}
.table__blue--notice td.gradient {
  background-image: linear-gradient(to left top, transparent calc(50% - 0.5px), #104c6f 50%, #104c6f calc(50% + 0.5px), transparent calc(50% + 1px));
}
.table__blue--01 {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
.table__blue--01 th {
  border-right: 1px solid #ffffff;
}
.table__blue--01 td {
  width: 150px;
  padding: 20px 10px;
  border-right: 1px solid #104c6f;
}
.table__blue--01 .border {
  border-right: none;
}
.table__blue--01 .border02 {
  border-right: 1px solid #104c6f;
}
.table__blue--01 .border03 {
  border-bottom: 1px solid #104c6f;
}
.table__blue--02 th {
  border-right: 1px solid #ffffff;
}
.table__blue--02 th:first-child {
  border-left: 1px solid #104c6f;
}
.table__blue--02 th:last-child {
  border-right: 1px solid #104c6f;
}
.table__blue--02 td {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  border-left: 1px solid #104c6f;
}
.table__blue--02 td:last-child {
  border-right: 1px solid #104c6f;
}
.table__blue--03 th {
  width: 20%;
}
.table__blue--03 th:first-child {
  border-top: 1px solid #104c6f;
}
.table__blue--03 th:last-child {
  border-bottom: 1px solid #104c6f;
}
.table__blue--03 td {
  width: 30%;
  padding: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  border-left: 1px solid #104c6f;
}
.table__blue--03 td:last-child {
  border-right: 1px solid #104c6f;
}
.table__blue--03.sp {
  width: 100%;
}
.table__blue--03.sp th {
  width: 40%;
}
.table__blue--03.sp td {
  width: 60%;
}
.table__blue--04 td {
  border-right: 1px solid #104c6f;
  padding: 25px;
}
@media screen and (max-width: 400px) {
  .table__blue--04 td {
    padding: 2rem;
  }
}
.table__brown {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 60px;
}
.table__brown tr:first-child {
  border-top: 3px solid #261810;
}
.table__brown th {
  width: 210px;
  padding: 25px 10px;
  border-bottom: 1px solid #261810;
  text-align: right;
  vertical-align: top;
}
@media screen and (max-width: 700px) {
  .table__brown th {
    width: 30%;
    padding: 20px 10px;
  }
}
.table__brown td {
  border-bottom: 1px solid #261810;
  padding: 25px 10px 25px 40px;
}
@media screen and (max-width: 700px) {
  .table__brown td {
    padding: 20px 10px 20px 20px;
  }
}
.table__brown td img {
  margin-top: 20px;
}

/*---------------------------
  button
---------------------------*/
.btn a {
  display: block;
  text-decoration: none;
  text-align: center;
}
.btn a:hover {
  text-decoration: none;
}
.btn__01 {
  width: 400px;
  margin: 20px auto;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
  .btn__01 {
    width: 100%;
  }
}
.btn__01 a {
  background: #104c6f;
  color: #ffffff;
  border: 1px solid #104c6f;
  padding: 20px 40px;
}
.btn__01 a:hover {
  background: #ffffff;
  color: #104c6f;
  border: 1px solid #104c6f;
}
.btn__02 {
  width: 270px;
  text-align: center;
}
.btn__02 a {
  background: #ffffff;
  color: #3c3c3c;
  border: 1px solid #3c3c3c;
  padding: 10px 20px;
}
.btn__02 a:hover {
  background: #104c6f;
  color: #ffffff;
  border: 1px solid #104c6f;
}
.btn__03 {
  font-size: 20px;
  font-size: 2rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  .btn__03 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.btn__03:before, .btn__03:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #ffffff;
}
.btn__03:before {
  top: 10px;
  left: 10px;
}
.btn__03:after {
  bottom: 10px;
  right: 10px;
}
.btn__03 a {
  background: #104c6f;
  color: #ffffff;
  border: 1px solid #104c6f;
  padding: 40px 0;
}
@media screen and (max-width: 1240px) {
  .btn__03 a {
    padding: 25px 0;
  }
}
.btn__03 a:before, .btn__03 a:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #ffffff;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.btn__03 a:before {
  top: 10px;
  left: 10px;
}
.btn__03 a:after {
  bottom: 10px;
  right: 10px;
}
.btn__03:hover {
  background-color: #ffffff;
}
.btn__03:hover:before, .btn__03:hover:after {
  background-color: #104c6f;
  width: calc(100% - 20px);
}
.btn__03:hover a {
  color: #104c6f;
  background-color: #ffffff;
}
.btn__03:hover a:before, .btn__03:hover a:after {
  background-color: #104c6f;
  height: calc(100% - 20px);
}
.btn__04 {
  width: 260px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .btn__04 {
    width: 96%;
  }
}
.btn__04 a {
  background: #104c6f;
  color: #ffffff;
  border: 1px solid #104c6f;
  padding: 10px 20px;
}
.btn__04 a:hover {
  background: #ffffff;
  color: #104c6f;
  border: 1px solid #104c6f;
}
.btn__05 {
  width: 260px;
  text-align: center;
  margin-left: 0;
}
@media screen and (max-width: 1100px) {
  .btn__05 {
    width: 96%;
  }
}
.btn__05 a {
  background: #104c6f;
  color: #ffffff;
  border: 1px solid #104c6f;
  padding: 10px 20px;
}
.btn__05 a:hover {
  background: #ffffff;
  color: #104c6f;
  border: 1px solid #104c6f;
}

/*Title
---------------------------*/
.item__01--symptom:before {
  background: url(../img/symptom/icon_01.svg) #ffffff;
}
.item__01--visitors:before {
  background: url(../img/visitors/icon_01.svg) #ffffff;
}
.item__01--outpatient:before {
  background: url(../img/outpatient/icon_01.svg) #ffffff;
}
.item__01--each_section:before {
  background: url(../img/each_section/icon_01.svg) #ffffff;
}
.item__01--about:before {
  background: url(../img/about/icon_01.svg) #ffffff;
}
.item__01--staff:before {
  background: url(../img/staff/icon_01.svg) #ffffff;
}

.item__02--symptom:before {
  background: url(../img/symptom/icon_02.svg) #ffffff;
}
.item__02--visitors:before {
  background: url(../img/visitors/icon_02.svg) #ffffff;
}
.item__02--outpatient:before {
  background: url(../img/outpatient/icon_02.svg) #ffffff;
}
.item__02--each_section:before {
  background: url(../img/each_section/icon_02.svg) #ffffff;
}
.item__02--about:before {
  background: url(../img/about/icon_02.svg) #ffffff;
}
.item__02--staff:before {
  background: url(../img/staff/icon_02.svg) #ffffff;
}

.item__03--symptom:before {
  background: url(../img/symptom/icon_03.svg) #ffffff;
}
.item__03--visitors:before {
  background: url(../img/visitors/icon_03.svg) #ffffff;
}
.item__03--outpatient:before {
  background: url(../img/outpatient/icon_03.svg) #ffffff;
}
.item__03--each_section:before {
  background: url(../img/each_section/icon_03.svg) #ffffff;
}
.item__03--about:before {
  background: url(../img/about/icon_03.svg) #ffffff;
}
.item__03--staff:before {
  background: url(../img/staff/icon_03.svg) #ffffff;
}

.item__04--symptom:before {
  background: url(../img/symptom/icon_04.svg) #ffffff;
}
.item__04--visitors:before {
  background: url(../img/visitors/icon_04.svg) #ffffff;
}
.item__04--outpatient:before {
  background: url(../img/outpatient/icon_04.svg) #ffffff;
}
.item__04--each_section:before {
  background: url(../img/each_section/icon_04.svg) #ffffff;
}
.item__04--about:before {
  background: url(../img/about/icon_04.svg) #ffffff;
}
.item__04--staff:before {
  background: url(../img/staff/icon_04.svg) #ffffff;
}

.item__05--symptom:before {
  background: url(../img/symptom/icon_05.svg) #ffffff;
}
.item__05--visitors:before {
  background: url(../img/visitors/icon_05.svg) #ffffff;
}
.item__05--outpatient:before {
  background: url(../img/outpatient/icon_05.svg) #ffffff;
}
.item__05--each_section:before {
  background: url(../img/each_section/icon_05.svg) #ffffff;
}
.item__05--about:before {
  background: url(../img/about/icon_05.svg) #ffffff;
}
.item__05--staff:before {
  background: url(../img/staff/icon_05.svg) #ffffff;
}

.item__06--symptom:before {
  background: url(../img/symptom/icon_06.svg) #ffffff;
}
.item__06--visitors:before {
  background: url(../img/visitors/icon_06.svg) #ffffff;
}
.item__06--outpatient:before {
  background: url(../img/outpatient/icon_06.svg) #ffffff;
}
.item__06--each_section:before {
  background: url(../img/each_section/icon_06.svg) #ffffff;
}
.item__06--about:before {
  background: url(../img/about/icon_06.svg) #ffffff;
}
.item__06--staff:before {
  background: url(../img/staff/icon_06.svg) #ffffff;
}

.item__07--symptom:before {
  background: url(../img/symptom/icon_07.svg) #ffffff;
}
.item__07--visitors:before {
  background: url(../img/visitors/icon_07.svg) #ffffff;
}
.item__07--outpatient:before {
  background: url(../img/outpatient/icon_07.svg) #ffffff;
}
.item__07--each_section:before {
  background: url(../img/each_section/icon_07.svg) #ffffff;
}
.item__07--about:before {
  background: url(../img/about/icon_07.svg) #ffffff;
}
.item__07--staff:before {
  background: url(../img/staff/icon_07.svg) #ffffff;
}

.item__08--symptom:before {
  background: url(../img/symptom/icon_08.svg) #ffffff;
}
.item__08--visitors:before {
  background: url(../img/visitors/icon_08.svg) #ffffff;
}
.item__08--outpatient:before {
  background: url(../img/outpatient/icon_08.svg) #ffffff;
}
.item__08--each_section:before {
  background: url(../img/each_section/icon_08.svg) #ffffff;
}
.item__08--about:before {
  background: url(../img/about/icon_08.svg) #ffffff;
}
.item__08--staff:before {
  background: url(../img/staff/icon_08.svg) #ffffff;
}

.item__09--symptom:before {
  background: url(../img/symptom/icon_09.svg) #ffffff;
}
.item__09--visitors:before {
  background: url(../img/visitors/icon_09.svg) #ffffff;
}
.item__09--outpatient:before {
  background: url(../img/outpatient/icon_09.svg) #ffffff;
}
.item__09--each_section:before {
  background: url(../img/each_section/icon_09.svg) #ffffff;
}
.item__09--about:before {
  background: url(../img/about/icon_09.svg) #ffffff;
}
.item__09--staff:before {
  background: url(../img/staff/icon_09.svg) #ffffff;
}

.ttl {
  font-family: "Lato", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, serif;
  font-weight: normal;
  margin-bottom: 25px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 600px) {
  .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.ttl span {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 20px;
}
.ttl span.span {
  font-size: 60px;
  font-size: 6rem;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: italic;
  color: #104c6f;
}
.ttl span.span02 {
  display: block;
  line-height: 1;
  margin-top: -12px;
}
.ttl__01 {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.2;
}
.ttl__01 span {
  padding-left: 0;
}
@media screen and (max-width: 600px) {
  .ttl__01 {
    margin-bottom: 2.5rem;
  }
}
.ttl__02 {
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1;
  position: relative;
  padding-bottom: 140px;
}
@media screen and (max-width: 600px) {
  .ttl__02 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.ttl__02 span {
  padding-left: 0;
}
.ttl__02:after {
  position: absolute;
  content: "";
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 66px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (max-width: 600px) {
  .ttl__02.flow {
    padding-bottom: 8.5rem;
    margin-bottom: 4.8rem;
  }
}
.ttl__02.flow:after {
  background-image: url(../img/visitors/icon_01.svg);
  width: 80px;
  bottom: -30px;
}
@media screen and (max-width: 600px) {
  .ttl__02.flow:after {
    width: 60px;
    bottom: -35px;
  }
}
@media screen and (max-width: 600px) {
  .ttl__02.visitors {
    padding-bottom: 8.5rem;
    margin-bottom: 4.8rem;
  }
}
.ttl__02.visitors:after {
  background-image: url(../img/visitors/icon_02.svg);
  width: 80px;
  bottom: -30px;
}
@media screen and (max-width: 600px) {
  .ttl__02.visitors:after {
    width: 60px;
    bottom: -35px;
  }
}
@media screen and (max-width: 600px) {
  .ttl__02.spiritingeneral {
    padding-bottom: 8.5rem;
    margin-bottom: 4.4rem;
  }
}
.ttl__02.spiritingeneral:after {
  background-image: url(../img/outpatient/icon_01.svg);
  width: 80px;
  bottom: -30px;
}
@media screen and (max-width: 600px) {
  .ttl__02.spiritingeneral:after {
    width: 60px;
    bottom: -35px;
  }
}
@media screen and (max-width: 600px) {
  .ttl__02.hospitalization {
    padding-bottom: 8.5rem;
    margin-bottom: 2.4rem;
  }
}
.ttl__02.hospitalization:after {
  background-image: url(../img/hospitalization/icon.svg);
  width: 114px;
  bottom: -30px;
}
@media screen and (max-width: 600px) {
  .ttl__02.hospitalization:after {
    width: 80px;
    bottom: -35px;
  }
}
.ttl__02.facility {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .ttl__02.daycare {
    padding-bottom: 11.5rem;
    margin-bottom: 3.8rem;
  }
}
.ttl__02.daycare:after {
  background-image: url(../img/each_section/icon_01.svg);
  width: 90px;
  bottom: -30px;
}
@media screen and (max-width: 600px) {
  .ttl__02.daycare:after {
    width: 70px;
    bottom: -35px;
  }
}
@media screen and (max-width: 600px) {
  .ttl__02.nutrition {
    padding-bottom: 10rem;
    margin-bottom: 3.5rem;
  }
}
.ttl__02.nutrition:after {
  background-image: url(../img/each_section/icon_02.svg);
  width: 100px;
  bottom: -30px;
}
@media screen and (max-width: 600px) {
  .ttl__02.ot {
    padding-bottom: 8.5rem;
    margin-bottom: 3.5rem;
  }
}
.ttl__02.ot:after {
  background-image: url(../img/each_section/icon_03.svg);
  width: 90px;
  bottom: -30px;
}
@media screen and (max-width: 600px) {
  .ttl__02.ot:after {
    width: 70px;
    bottom: -35px;
  }
}
@media screen and (max-width: 600px) {
  .ttl__02.medical_welfare {
    padding-bottom: 8.5rem;
    margin-bottom: 3.5rem;
  }
}
.ttl__02.medical_welfare:after {
  background-image: url(../img/each_section/icon_04.svg);
  width: 100px;
  bottom: -30px;
}
@media screen and (max-width: 600px) {
  .ttl__02.medical_welfare:after {
    width: 80px;
    bottom: -35px;
  }
}
@media screen and (max-width: 600px) {
  .ttl__02.dementia {
    padding-bottom: 8.5rem;
    margin-bottom: 3.5rem;
  }
}
.ttl__02.dementia:after {
  background-image: url(../img/symptom/icon_01.svg);
  width: 85px;
  bottom: -30px;
  left: 50.6%;
}
@media screen and (max-width: 600px) {
  .ttl__02.dementia:after {
    width: 80px;
    bottom: -35px;
  }
}
@media screen and (max-width: 600px) {
  .ttl__02.schizophrenia {
    padding-bottom: 8.5rem;
    margin-bottom: 3.5rem;
  }
}
.ttl__02.schizophrenia:after {
  background-image: url(../img/symptom/icon_02.svg);
  width: 85px;
  bottom: -30px;
}
@media screen and (max-width: 600px) {
  .ttl__02.schizophrenia:after {
    width: 65px;
    bottom: -35px;
  }
}
@media screen and (max-width: 600px) {
  .ttl__02.compulsiveness {
    padding-bottom: 8.5rem;
    margin-bottom: 4.4rem;
  }
}
.ttl__02.compulsiveness:after {
  background-image: url(../img/symptom/icon_03.svg);
  width: 100px;
  bottom: -40px;
}
@media screen and (max-width: 600px) {
  .ttl__02.compulsiveness:after {
    width: 80px;
    bottom: -35px;
  }
}
@media screen and (max-width: 600px) {
  .ttl__02.bipolar {
    padding-bottom: 8.5rem;
    margin-bottom: 4.4rem;
  }
}
.ttl__02.bipolar:after {
  background-image: url(../img/symptom/icon_04.svg);
  width: 80px;
  bottom: -40px;
}
@media screen and (max-width: 600px) {
  .ttl__02.bipolar:after {
    width: 60px;
    bottom: -35px;
  }
}
@media screen and (max-width: 600px) {
  .ttl__02.depression {
    padding-bottom: 8.5rem;
    margin-bottom: 4.4rem;
  }
}
.ttl__02.depression:after {
  background-image: url(../img/symptom/icon_05.svg);
}
@media screen and (max-width: 600px) {
  .ttl__02.depression:after {
    width: 50px;
    bottom: -35px;
  }
}
@media screen and (max-width: 600px) {
  .ttl__02.panic {
    padding-bottom: 8.5rem;
    margin-bottom: 4.4rem;
  }
}
.ttl__02.panic:after {
  background-image: url(../img/symptom/icon_06.svg);
  width: 95px;
  bottom: -30px;
}
@media screen and (max-width: 600px) {
  .ttl__02.panic:after {
    width: 70px;
    bottom: -35px;
  }
}
@media screen and (max-width: 600px) {
  .ttl__02.epilepsy {
    padding-bottom: 8.5rem;
    margin-bottom: 4.4rem;
  }
}
.ttl__02.epilepsy:after {
  background-image: url(../img/symptom/icon_07.svg);
  width: 80px;
  bottom: -30px;
}
@media screen and (max-width: 600px) {
  .ttl__02.epilepsy:after {
    width: 70px;
    bottom: -41px;
  }
}
@media screen and (max-width: 600px) {
  .ttl__02.hallucinations {
    padding-bottom: 8.5rem;
    margin-bottom: 4.4rem;
  }
}
.ttl__02.hallucinations:after {
  background-image: url(../img/symptom/icon_08.svg);
  width: 80px;
  bottom: -30px;
}
@media screen and (max-width: 600px) {
  .ttl__02.hallucinations:after {
    width: 70px;
    bottom: -41px;
  }
}
@media screen and (max-width: 600px) {
  .ttl__02.medicines {
    padding-bottom: 8.5rem;
    margin-bottom: 4.4rem;
  }
}
.ttl__02.medicines:after {
  background-image: url(../img/symptom/icon_09.svg);
  width: 80px;
  bottom: -30px;
}
@media screen and (max-width: 600px) {
  .ttl__02.medicines:after {
    width: 70px;
    bottom: -41px;
  }
}
@media screen and (max-width: 600px) {
  .ttl__02.access {
    padding-bottom: 80px;
  }
}
.ttl__02.access:after {
  background-image: url(../img/access/icon.svg);
  width: 90px;
  bottom: -30px;
}
@media screen and (max-width: 600px) {
  .ttl__02.access:after {
    width: 70px;
  }
}
.ttl__02.link {
  padding-bottom: 110px;
  margin-bottom: 0;
}
.ttl__02.link:after {
  background-image: url(../img/link/icon.svg);
  width: 46px;
  bottom: -15px;
}
@media screen and (max-width: 600px) {
  .ttl__02.philosophy {
    padding-bottom: 80px;
  }
}
.ttl__02.philosophy:after {
  background-image: url(../img/about/icon_01.svg);
  width: 90px;
  bottom: -30px;
}
@media screen and (max-width: 600px) {
  .ttl__02.philosophy:after {
    width: 70px;
  }
}
@media screen and (max-width: 600px) {
  .ttl__02.about {
    padding-bottom: 80px;
  }
}
.ttl__02.about:after {
  background-image: url(../img/about/icon_02.svg);
  width: 90px;
  bottom: -30px;
}
@media screen and (max-width: 600px) {
  .ttl__02.about:after {
    width: 70px;
  }
}
@media screen and (max-width: 600px) {
  .ttl__02.notice {
    padding-bottom: 10rem;
  }
}
.ttl__02.notice:after {
  background-image: url(../img/about/icon_04.svg);
  width: 90px;
  bottom: -30px;
}
@media screen and (max-width: 600px) {
  .ttl__02.notice:after {
    width: 70px;
  }
}
.ttl__02.strengths {
  border-bottom: 3px solid #261810;
  margin-bottom: 60px;
}
.ttl__02.strengths:after {
  background-image: url(../img/about/icon_03.svg);
  width: 120px;
  bottom: -20px;
}
@media screen and (max-width: 600px) {
  .ttl__02.strengths:after {
    width: 100px;
  }
}
.ttl__02.institution:after {
  background-image: url(../img/institution/icon.svg);
  width: 90px;
  bottom: -20px;
}
.ttl__02.program:after {
  background-image: url(../img/program/icon.svg);
  width: 105px;
  bottom: -35px;
}
.ttl__03 {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .ttl__03 {
    margin-bottom: 4.5rem;
  }
}
.ttl__03:after {
  position: absolute;
  content: "";
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  height: 13px;
  background-image: url(../img/symptom/bubble.svg);
  background-repeat: no-repeat;
}
.ttl__04 {
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1;
  padding-top: 145px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .ttl__04 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.ttl__04 span {
  padding-left: 0;
}
.ttl__04:before {
  position: absolute;
  content: "";
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-size: 72px 89px;
  background-repeat: no-repeat;
  background-position: center;
}
.ttl__05, .ttl__06 {
  font-family: "Lato", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #104c6f;
  padding-left: 100px;
  line-height: 1.4;
  padding-bottom: 5px;
  border-bottom: 3px solid #104c6f;
  position: relative;
}
@media screen and (max-width: 900px) {
  .ttl__05, .ttl__06 {
    padding-left: 120px;
  }
}
@media screen and (max-width: 600px) {
  .ttl__05, .ttl__06 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    padding-left: 80px;
  }
}
.ttl__05:before, .ttl__06:before {
  position: absolute;
  counter-increment: number 1;
  content: "0" counter(number);
  left: 0;
  bottom: -12px;
  font-size: 80px;
  font-size: 8rem;
  font-family: adobe-garamond-pro, serif;
  font-style: italic;
  color: #ccd4da;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .ttl__05:before, .ttl__06:before {
    left: 10px;
  }
}
@media screen and (max-width: 600px) {
  .ttl__05:before, .ttl__06:before {
    font-size: 60px;
    font-size: 6rem;
    bottom: -6px;
    left: 0;
  }
}
.ttl__05--10:before, .ttl__06--10:before {
  content: counter(number);
}
.ttl__06 {
  padding-left: 20px;
}
.ttl__06:before {
  content: "";
  width: 10px;
  height: 30px;
  background-color: #104c6f;
  left: 0;
  bottom: 5px;
}
.ttl__06--notice:before {
  counter-increment: none;
  content: "";
  width: 10px;
  height: 30px;
  background-color: #104c6f;
  left: 0;
  bottom: 5px;
}
.ttl__07 {
  font-family: "Lato", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.ttl__08 {
  font-family: "Lato", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  color: #104c6f;
}
@media screen and (max-width: 600px) {
  .ttl__08 {
    margin-bottom: 10px;
  }
}

.item__01--symptom:before {
  background-size: 72px 89px;
}
.item__01--visitors:before {
  background-size: 51px 65px;
}
.item__01--outpatient:before {
  background-size: 50px 65px;
}
.item__01--each_section:before {
  background-size: 56px 56px;
}
.item__01--about:before {
  background-size: 63px 64px;
}
.item__01--staff:before {
  background-size: 58px 70px;
}

.item__02--symptom:before {
  background-size: 58px 66px;
}
.item__02--visitors:before {
  background-size: 60px 60px;
}
.item__02--outpatient:before {
  background-size: 58px 65px;
}
.item__02--each_section:before {
  background-size: 74px 63px;
}
.item__02--about:before {
  background-size: 67px 65px;
}

.item__03--symptom:before {
  background-size: 68px 73px;
}
.item__03--about:before {
  background-size: 80px 80px;
}
.item__03--each_section:before {
  background-size: 61px 61px;
}
.item__03--staff:before {
  background-size: 58px 70px;
}

.item__04--symptom:before {
  background-size: 57px 86px;
}
.item__04--about:before {
  background-size: 57px 86px;
}
.item__04--each_section:before {
  background-size: 75px 61px;
}
.item__04--staff:before {
  background-size: 58px 70px;
}

.item__05--symptom:before {
  background-size: 45px 82px;
}
.item__05--about:before {
  background-size: 57px 86px;
}

.item__06--symptom:before {
  background-size: 65px 68px;
}

.item__07--symptom:before {
  background-size: 62px 70px;
}

.item__08--symptom:before {
  background-size: 62px 70px;
}

.item__09--symptom:before {
  background-size: 62px 60px;
  background-position: center 22px;
}

/*---------------------------
  list
---------------------------*/
.rightDeco__01:before {
  background: url(../img/common/wave_01.gif);
  background-size: cover;
}

.rightDeco__02:before {
  background: url(../img/common/wave_02.gif);
  background-size: cover;
}

.rightDeco__03:before {
  background: url(../img/common/wave_03.gif);
  background-size: cover;
}

.rightDeco__04:before {
  background: url(../img/common/wave_04.gif);
  background-size: cover;
}

.rightDeco__05:before {
  background: url(../img/common/wave_05.gif);
  background-size: cover;
}

.rightDeco__06:before {
  background: url(../img/common/wave_06.gif);
  background-size: cover;
}

.rightDeco__07:before {
  background: url(../img/common/wave_07.gif);
  background-size: cover;
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .list {
    display: block;
  }
}
.list.single {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list.single02 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #b0b0b0;
  padding-top: 6rem;
}

.item {
  width: 48%;
  margin-right: 4%;
  background: #f3f3f3;
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 700px) {
  .item {
    width: 100%;
    margin-right: 0;
  }
}
.item:nth-child(even) {
  margin-right: 0;
}
.item:before {
  position: absolute;
  content: "";
  top: -10px;
  left: -10px;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 1100px) {
  .item:before {
    width: 60px;
    height: 60px;
  }
}
.item__02 {
  background: #f3f3f3;
  position: relative;
  margin-bottom: 4rem;
}
.item__02:before {
  position: absolute;
  content: "";
  top: -10px;
  left: -10px;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 1100px) {
  .item__02:before {
    width: 60px;
    height: 60px;
  }
}
.item__inner {
  position: relative;
}
.item__inner:before, .item__inner:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
}
.item__inner:before {
  top: 10px;
  left: 10px;
  background-color: #ffffff;
}
.item__inner:after {
  bottom: 10px;
  right: 10px;
  background-color: #b0b0b0;
}
.item__inner02 {
  position: relative;
  padding: 40px;
}
.item__inner02:before, .item__inner02:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.item__inner02:before {
  top: 10px;
  left: 10px;
  background-color: #ffffff;
}
.item__inner02:after {
  bottom: 10px;
  right: 10px;
  background-color: #b0b0b0;
}
.item.single {
  margin-right: 0;
}
.item--02 {
  background: #f3f3f3;
  margin-bottom: 100px;
}
@media screen and (max-width: 700px) {
  .item--02 {
    margin-bottom: 6rem;
  }
}

.square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) {
  .square {
    display: block;
  }
}
.square--single {
  display: block;
}
.square__list:first-child {
  margin-right: 4%;
}
.square__list--02:before {
  top: 14%;
}
.square__item {
  position: relative;
  padding-left: 30px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.square__item:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 10px;
  width: 10px;
  height: 10px;
  background: #104c6f;
}

.namber__list {
  list-style: none;
  counter-reset: number;
  margin-bottom: 40px;
}
.namber__item {
  position: relative;
  padding-left: 30px;
}
.namber__item:before {
  position: absolute;
  counter-increment: number 1;
  content: "(" counter(number) ")";
  left: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

/*----------------------------------
  Page
------------------------------------*/
.index__mv {
  width: 100%;
  height: 800px;
  background-size: cover;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .index__mv {
    height: 600px;
    margin-bottom: 4rem;
  }
}
.index__catch {
  position: absolute;
  width: 100%;
  height: 800px;
  top: 0;
  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;
  z-index: 20;
  text-align: center;
  color: #fff;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .index__catch {
    height: 600px;
  }
}
.index__catch img {
  width: 60%;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}
@media screen and (max-width: 600px) {
  .index__catch img {
    width: 80%;
  }
}
.index__table {
  width: 100%;
  border-bottom: 1px solid #b0b0b0;
}
.index__table__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  .index__table__wrap {
    display: block;
  }
}
.index__table__inner {
  width: 51.4%;
  margin-right: 3.3%;
}
@media screen and (max-width: 1100px) {
  .index__table__inner {
    width: 100%;
    margin-bottom: 40px;
  }
}
.index__table figure {
  width: 45.3%;
}
@media screen and (max-width: 1100px) {
  .index__table figure {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  .index__table figure {
    width: 100%;
  }
}
.index__table__caution {
  font-size: 16px;
  font-size: 1.6rem;
}
.index__early {
  border-bottom: 1px solid #b0b0b0;
}
.index__early__wrap {
  padding: 60px 0 80px;
}
@media screen and (max-width: 1100px) {
  .index__early__wrap {
    padding: 60px 0 6rem;
  }
}
@media screen and (max-width: 600px) {
  .index__early__wrap {
    padding: 4rem 0 0;
  }
}
.index__early__yoyaku {
  margin: 60px auto 60px;
  text-align: center;
  background-color: #f1f1f1;
  padding: 60px 20px;
  border-radius: 6px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  .index__early__yoyaku {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 600px) {
  .index__early__yoyaku {
    padding: 2.5rem;
    margin: 6rem auto 4rem;
  }
}
.index__early__yoyaku a {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
.index__early__yoyaku a:before {
  position: absolute;
  left: 50px;
  font-family: "Font Awesome 6 Free";
  content: "\f095";
  font-size: 20px;
  font-size: 2rem;
  left: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .index__early__yoyaku a:before {
    left: 40px;
  }
}
@media screen and (max-width: 600px) {
  .index__early__yoyaku__txt {
    text-align: left;
  }
}
.index__banner {
  margin: 0 100px;
}
.index__banner a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index__banner a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}
@media screen and (max-width: 1100px) {
  .index__banner {
    margin: 0 4% 6rem;
  }
}
.index__trouble {
  border-bottom: 1px solid #b0b0b0;
  padding: 60px 0 80px;
}
@media screen and (max-width: 600px) {
  .index__trouble {
    padding: 4.5rem 0 4rem;
  }
}
.index__trouble__list {
  width: 660px;
  margin: 0 auto;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .index__trouble__list {
    width: 92%;
    display: block;
  }
}
.index__trouble__item {
  margin-right: 5%;
  margin-bottom: 29px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .index__trouble__item {
    margin-right: 10%;
  }
}
.index__trouble__item:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .index__trouble__item:nth-child(3) {
    margin-right: 10%;
  }
}
.index__trouble__item:last-child {
  margin-right: 0;
}
.index__trouble__item:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 26px;
  background: url(../img/index/check.svg);
  top: 0;
  left: -40px;
}
.index__trouble .item01 {
  width: 30%;
}
@media screen and (max-width: 600px) {
  .index__trouble .item01 {
    width: 100%;
  }
}
.index__trouble .item02 {
  width: 30%;
}
@media screen and (max-width: 600px) {
  .index__trouble .item02 {
    width: 100%;
  }
}
.index__trouble .item03 {
  width: 30%;
}
@media screen and (max-width: 600px) {
  .index__trouble .item03 {
    width: 100%;
  }
}
.index__trouble .item04 {
  width: 30%;
}
@media screen and (max-width: 600px) {
  .index__trouble .item04 {
    width: 100%;
  }
}
.index__trouble .item05 {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .index__trouble .item05 {
    width: 100%;
  }
}
.index__info {
  padding: 60px 0 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .index__info {
    padding: 4rem 0;
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 400px) {
  .index__info {
    margin-bottom: 0;
  }
}
.index__info__inner .ttl {
  border-bottom: 3px solid #261810;
}
.index__info__list {
  width: 80%;
}
@media screen and (max-width: 600px) {
  .index__info__list {
    width: 92%;
    margin: auto;
  }
}
.index__info__item {
  padding-bottom: 17px;
  margin-bottom: 17px;
  position: relative;
}
.index__info__item:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #3c3c3c;
  bottom: 0;
}
.index__info__item:last-child:before {
  content: none;
}
.index__info__ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
}
.index__info__ttl a {
  color: #3c3c3c;
  position: relative;
}
.index__info__ttl a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #3c3c3c;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 900px) {
  .index__info__ttl a:before {
    content: none;
  }
}
.index__info__ttl a:hover {
  text-decoration: none;
}
.index__info__ttl a:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.index__info__more {
  width: 1180px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .index__info__more {
    width: 96%;
  }
}
@media screen and (max-width: 600px) {
  .index__info__more {
    text-align: center;
  }
}
.index__info__more a {
  display: inline-block;
  padding: 10px 80px;
  background: #f4c10f;
  color: #fff;
  border-radius: 6px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index__info__more a:after {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index__info__more a:hover {
  opacity: 0.8;
}
.index__info__more a:hover:after {
  right: 15px;
}

.swiper {
  height: 800px;
}
@media screen and (max-width: 600px) {
  .swiper {
    height: 600px;
  }
}
.swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.webp .mv01 {
  background-image: url(../img/index/mv__01.jpg.webp);
}
@media screen and (max-width: 900px) {
  .webp .mv01 {
    background-image: url(../img/index/mv__01--sp.jpg.webp);
  }
}

.no-webp .mv01 {
  background-image: url(../img/index/mv__01.jpg);
}
@media screen and (max-width: 900px) {
  .no-webp .mv01 {
    background-image: url(../img/index/mv__01--sp.jpg);
  }
}

.webp .mv02 {
  background-image: url(../img/index/mv__02.jpg.webp);
}
@media screen and (max-width: 900px) {
  .webp .mv02 {
    background-image: url(../img/index/mv__02--sp.jpg.webp);
  }
}

.no-webp .mv02 {
  background-image: url(../img/index/mv__02.jpg);
}
@media screen and (max-width: 900px) {
  .no-webp .mv02 {
    background-image: url(../img/index/mv__02--sp.jpg);
  }
}

.webp .mv03 {
  background-image: url(../img/index/mv__03.jpg.webp);
}
@media screen and (max-width: 900px) {
  .webp .mv03 {
    background-image: url(../img/index/mv__03--sp.jpg.webp);
  }
}

.no-webp .mv03 {
  background-image: url(../img/index/mv__03.jpg);
}
@media screen and (max-width: 900px) {
  .no-webp .mv03 {
    background-image: url(../img/index/mv__03--sp.jpg);
  }
}

.webp .mv04 {
  background-image: url(../img/index/mv__04.jpg.webp);
}
@media screen and (max-width: 900px) {
  .webp .mv04 {
    background-image: url(../img/index/mv__04--sp.jpg.webp);
  }
}

.no-webp .mv04 {
  background-image: url(../img/index/mv__04.jpg);
}
@media screen and (max-width: 900px) {
  .no-webp .mv04 {
    background-image: url(../img/index/mv__04--sp.jpg);
  }
}

.visitors__wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #b0b0b0;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .visitors__wrap {
    padding-bottom: 4rem;
  }
}
.visitors__wrap .br {
  display: none;
}
@media screen and (max-width: 900px) {
  .visitors__wrap .br {
    display: block;
  }
}
.visitors__about {
  border-top: 2px solid #261810;
  border-bottom: 1px solid #261810;
  margin-bottom: 60px;
}
.visitors__about__inner {
  padding: 40px 11.7% 60px;
}
@media screen and (max-width: 600px) {
  .visitors__about__inner {
    padding: 2.5rem 5.5% 4rem;
  }
}
.visitors__about .square__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .visitors__about .square__list {
    display: block;
  }
}
.visitors__about .square__item {
  margin-right: 40px;
}
@media screen and (max-width: 600px) {
  .visitors__about .square__item {
    margin-right: 0;
  }
}
.visitors__about .square__item span {
  font-size: 14px;
  font-size: 1.4rem;
}
.visitors__first {
  border: 1px solid #b0b0b0;
  border-radius: 10px;
  padding: 40px 60px 60px;
  margin-bottom: 60px;
  counter-reset: number 0;
}
@media screen and (max-width: 600px) {
  .visitors__first {
    padding: 2.5rem 2.5rem 4.5rem;
    margin-bottom: 4.5rem;
  }
}
.visitors__first__step {
  padding-left: 100px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .visitors__first__step {
    padding-left: 0;
    padding-top: 36px;
    margin-bottom: 35px;
  }
}
.visitors__first__step:before {
  position: absolute;
  counter-increment: number 1;
  content: "STEP" counter(number);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background: #104c6f;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  .visitors__first__step:before {
    top: 8px;
    width: 120px;
    height: auto;
    border-radius: 0;
  }
}
.visitors__first__step:nth-child(3) {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .visitors__first__step:nth-child(3) {
    margin-bottom: 35px;
  }
}
.visitors__first__step:last-child {
  margin-bottom: 0;
}
.visitors__first__step__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  color: #104c6f;
}
.visitors__first__step__ttl span {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 900px) {
  .visitors__first__step__ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 600px) {
  .visitors__first__step__ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
.visitors__first__step__tel {
  font-size: 24px;
  font-size: 2.4rem;
  color: #9f0140;
}
.visitors__first__step__tel span {
  font-size: 16px;
  font-size: 1.6rem;
}
.visitors__first__step__attention {
  font-size: 18px;
  font-size: 1.8rem;
  color: #9f0140;
}
.visitors__inner {
  margin-bottom: 60px;
}
.visitors__inner .square__item {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .visitors__inner .square__item {
    margin-bottom: 2.5rem;
  }
}
.visitors__inner .btn__01 {
  text-align: center;
}
.visitors__info {
  border-top: 3px solid #261810;
  border-bottom: 1px solid #261810;
  padding-left: 280px;
  padding-bottom: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1600px) {
  .visitors__info {
    padding-left: 20%;
  }
}
@media screen and (max-width: 1400px) {
  .visitors__info {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .visitors__info {
    padding-left: 0;
  }
}

.outpatient {
  line-height: 2;
  border-bottom: 1px solid #b0b0b0;
}
.outpatient__about {
  border-top: 2px solid #261810;
  border-bottom: 1px solid #261810;
  margin-bottom: 60px;
}
.outpatient__about__inner {
  padding: 40px 6.7% 60px;
}
@media screen and (max-width: 1100px) {
  .outpatient__about__inner {
    padding: 4rem 4% 6rem;
  }
}
@media screen and (max-width: 600px) {
  .outpatient__about__inner {
    padding: 4rem 4% 2rem;
  }
}
.outpatient .span {
  font-weight: bold;
  color: #104c6f;
  text-decoration: underline;
}
.outpatient__maybe {
  background: #f3f3f3;
  padding: 40px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .outpatient__maybe {
    margin-bottom: 6rem;
  }
}
.outpatient__maybe span {
  font-size: 40px;
  font-size: 4rem;
  color: #104c6f;
}
.outpatient__maybe .br {
  display: none;
}
@media screen and (max-width: 700px) {
  .outpatient__maybe .br {
    display: block;
  }
}
.outpatient .list {
  padding-top: 0;
}
.outpatient .index__early__wrap {
  background-color: #f9f8f8;
  padding: 28px 0 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .outpatient .index__early__wrap {
    margin-bottom: 2.4rem;
  }
}
.outpatient .index__early__wrap .span {
  text-decoration: none;
}
.outpatient .circle__item__first h3 {
  color: #dadada;
  border-color: #dadada;
}
.outpatient .circle__item__first h3::before {
  color: #dadada;
}
.outpatient .square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.outpatient .flex__grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 25px;
}
.outpatient .namber__inner--mb {
  margin-bottom: 64px;
}
@media screen and (max-width: 600px) {
  .outpatient .namber__inner--mb {
    margin-bottom: 40px;
  }
}

.each_section__check--outpatient {
  padding-top: 40px;
}
.each_section__check--outpatient .each_section__check__list--outpatient {
  width: 100%;
  padding-left: 40px;
}
@media screen and (max-width: 600px) {
  .each_section__check--outpatient .each_section__check__list--outpatient {
    width: 92%;
    margin: 0 auto;
  }
}
.each_section__check--outpatient .each_section__check__item--outpatient {
  margin-bottom: 30px;
}

.ttl__01--outpatient {
  margin-bottom: 55px;
}

.figure__bt--outpatient {
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .figure__bt--outpatient {
    margin-bottom: 0px;
  }
}
.figure__bt--outpatient img {
  width: 100%;
}

.facility__image {
  width: 80%;
  margin: 0 auto;
}
.facility__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 2px solid #104c6f;
}
.facility__item {
  width: 28.8%;
  margin-right: 3.8%;
  background: #ffffff;
  border-top: 1px solid #104c6f;
  border-left: 1px solid #104c6f;
  border-right: 1px solid #104c6f;
  font-family: adobe-garamond-pro, serif;
  font-style: italic;
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 900px) {
  .facility__item {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.facility__item:last-child {
  margin-right: 0;
}
.facility__item a {
  color: #104c6f;
  display: block;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
}
.facility__item--01.active {
  background-image: url(../img/facility/1f_bg.jpg);
  background-size: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
}
.facility__item--01.active a {
  color: #ffffff;
}
.facility__item--02.active {
  background-image: url(../img/facility/2f_bg.jpg);
  background-size: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
}
.facility__item--02.active a {
  color: #ffffff;
}
.facility__item--03.active {
  background-image: url(../img/facility/3f_bg.jpg);
  background-size: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
}
.facility__item--03.active a {
  color: #ffffff;
}
.facility__inner {
  margin-bottom: 60px;
}
.facility__inner.hide {
  display: none;
}
.facility__links {
  width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1020px) {
  .facility__links {
    width: 100%;
  }
}
.facility__links--item {
  margin: 0 45px 20px 0;
}
.facility__links--item a {
  display: block;
  position: relative;
  text-decoration: underline;
}
.facility__links--item a:hover {
  text-decoration: none;
}
.facility__links--item a:first-child:after {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  content: "\f03e";
  right: -20px;
  color: #3c3c3c;
}

.symptom {
  line-height: 2;
  border-bottom: 1px solid #b0b0b0;
}
.symptom--bn {
  border-bottom: none;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .symptom--bn {
    margin-bottom: 0;
  }
}
.symptom__about {
  border-top: 2px solid #261810;
  border-bottom: 1px solid #261810;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .symptom__about {
    margin-bottom: 4.5rem;
  }
}
.symptom__about__inner {
  padding: 40px 6.7% 60px;
}
@media screen and (max-width: 1100px) {
  .symptom__about__inner {
    padding: 4rem 4% 6rem;
  }
}
@media screen and (max-width: 600px) {
  .symptom__about__inner {
    padding: 2.5rem 2.5% 4.5rem;
  }
}
.symptom__about__cause {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}
@media screen and (max-width: 700px) {
  .symptom__about__cause {
    display: block;
  }
}
.symptom__about__cause h3 {
  width: 25%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  background: #261810;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 700px) {
  .symptom__about__cause h3 {
    width: 100%;
    padding: 2rem 0;
  }
}
.symptom__about__cause p {
  width: 75%;
  padding: 40px;
  background: #f3f3f3;
}
@media screen and (max-width: 700px) {
  .symptom__about__cause p {
    width: 100%;
    padding: 2.5rem;
  }
}
.symptom__symptoms__txt {
  margin-bottom: 40px;
}
.symptom__symptoms__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 3% 40px;
}
@media screen and (max-width: 1400px) {
  .symptom__symptoms__wrap {
    padding: 0 4% 40px;
  }
}
@media screen and (max-width: 700px) {
  .symptom__symptoms__wrap {
    display: block;
    padding-bottom: 2.5rem;
  }
}
.symptom__symptoms__read {
  padding: 0 6.7% 40px;
}
.symptom__symptoms__read.center {
  text-align: center;
}
.symptom__symptoms__inner {
  width: 48%;
  margin-right: 4%;
  background: #f3f3f3;
}
.symptom__symptoms__inner:nth-child(even) {
  margin-right: 0;
}
.symptom__symptoms__inner--negative {
  margin-right: 0;
}
@media screen and (max-width: 700px) {
  .symptom__symptoms__inner--negative {
    margin-bottom: 0;
  }
}
.symptom__symptoms__inner--medicines {
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .symptom__symptoms__inner {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.symptom__symptoms__inner--cognition {
  width: 94%;
  margin: 0 3% 40px;
}
@media screen and (max-width: 1400px) {
  .symptom__symptoms__inner--cognition {
    margin: 0 4% 40px;
  }
}
@media screen and (max-width: 700px) {
  .symptom__symptoms__inner--cognition {
    margin: 0 4.1% 2rem;
  }
}
.symptom__symptoms__inner--single {
  width: 100%;
  margin-right: 0;
}
.symptom__symptoms__inner h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  background: #104c6f;
  color: #ffffff;
  text-align: center;
  padding: 15px 10px;
}
.symptom__symptoms__inner p {
  text-align: right;
  padding: 0 40px 40px;
}
@media screen and (max-width: 600px) {
  .symptom__symptoms__inner p {
    padding-bottom: 2rem;
  }
}
.symptom__symptoms__list {
  padding: 25px 25px 10px;
}
@media screen and (max-width: 700px) {
  .symptom__symptoms__list {
    padding: 2rem 2rem 1rem;
  }
}
.symptom__symptoms__item {
  padding: 0 0 15px 20px;
  border-bottom: 1px solid #b0b0b0;
  margin-bottom: 15px;
  line-height: 1.6;
  position: relative;
}
.symptom__symptoms__item:last-child {
  margin-bottom: 0;
}
.symptom__symptoms__item:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #3c3c3c;
  top: 5px;
  left: 0;
}
.symptom__symptoms__item--02:before {
  top: 7px;
}
.symptom__symptoms__item--02:last-child {
  border: none;
  padding-bottom: 20px;
}
.symptom__symptoms__item--03:before {
  top: 42%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .symptom__symptoms__item--03:before {
    top: 7px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.symptom__symptoms__item--03 table tr td {
  padding-right: 14px;
}
@media screen and (max-width: 600px) {
  .symptom__symptoms__item--03 table tr td {
    display: block;
  }
}
.symptom__symptoms__item--03:last-child {
  border: none;
  padding-bottom: 20px;
}
.symptom__symptoms__item--epilepsy {
  border-bottom: none;
  padding: 0 20px 20px;
  line-height: 1.8;
}
.symptom__symptoms__item--epilepsy:before {
  content: none;
}
.symptom__treatment {
  line-height: 2;
  padding: 60px 3.8% 80px;
}
@media screen and (max-width: 600px) {
  .symptom__treatment {
    padding: 4.5rem 3.8% 6rem;
  }
}
.symptom__treatment__txtArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 600px) {
  .symptom__treatment__txtArea {
    display: block;
  }
}
.symptom__treatment figure {
  width: 40%;
  margin-right: 3.4%;
}
@media screen and (max-width: 1100px) {
  .symptom__treatment figure {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .symptom__treatment figure {
    width: 100%;
    margin: 0 0 2.5rem;
  }
}
.symptom__treatment p {
  width: 60%;
}
@media screen and (max-width: 1100px) {
  .symptom__treatment p {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .symptom__treatment p {
    width: 100%;
  }
}

.webp .staff__bg01 {
  background-image: url(../img/staff/staff__01.png.webp);
}

.no-webp .staff__bg01 {
  background-image: url(../img/staff/staff__01.png);
}

.webp .staff__bg02 {
  background-image: url(../img/staff/staff__02.png.webp);
}

.no-webp .staff__bg02 {
  background-image: url(../img/staff/staff__02.png);
}

.webp .staff__bg03 {
  background-image: url(../img/staff/staff__03.png.webp);
}

.no-webp .staff__bg03 {
  background-image: url(../img/staff/staff__03.png);
}

.webp .staff__bg04 {
  background-image: url(../img/staff/staff__04.png.webp);
}

.no-webp .staff__bg04 {
  background-image: url(../img/staff/staff__04.png);
}

.webp .staff__bg05 {
  background-image: url(../img/staff/staff__05.png.webp);
}

.no-webp .staff__bg05 {
  background-image: url(../img/staff/staff__05.png);
}

.webp .staff__bg06 {
  background-image: url(../img/staff/staff__06.png.webp);
}

.no-webp .staff__bg06 {
  background-image: url(../img/staff/staff__06.png);
}

.webp .staff__bg07 {
  background-image: url(../img/staff/staff__07.png.webp);
}

.no-webp .staff__bg07 {
  background-image: url(../img/staff/staff__07.png);
}

.webp .staff__bg08 {
  background-image: url(../img/staff/staff__08.png.webp);
}

.no-webp .staff__bg08 {
  background-image: url(../img/staff/staff__08.png);
}

.webp .staff__bg09 {
  background-image: url(../img/staff/staff__09.png.webp);
}

.no-webp .staff__bg09 {
  background-image: url(../img/staff/staff__09.png);
}

.webp .staff__bg010 {
  background-image: url(../img/staff/staff__010.png.webp);
}

.no-webp .staff__bg010 {
  background-image: url(../img/staff/staff__010.png);
}

.webp .staff__bg011 {
  background-image: url(../img/staff/staff__011.png.webp);
}

.no-webp .staff__bg011 {
  background-image: url(../img/staff/staff__011.png);
}

.staff {
  border-bottom: 1px solid #b0b0b0;
  margin-bottom: 60px;
}
.staff:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.staff__inner {
  padding: 0 80px 80px;
}
@media screen and (max-width: 1600px) {
  .staff__inner {
    padding: 0 60px 80px;
  }
}
@media screen and (max-width: 1400px) {
  .staff__inner {
    padding: 0 0px 80px;
  }
}
.staff h2 {
  background-size: cover;
  background-repeat: no-repeat;
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  line-height: 1.2;
}
@media screen and (max-width: 700px) {
  .staff h2 {
    height: 250px;
  }
}
.staff h3 {
  text-align: center;
  margin-bottom: 10px;
}
.staff__list {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Lato", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, serif;
  font-style: italic;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .staff__list {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 600px) {
  .staff__list {
    font-size: 20px;
    font-size: 2rem;
  }
}
.staff__item {
  position: relative;
  line-height: 1.4;
}
.staff__item:before {
  position: absolute;
  content: "";
  bottom: 19px;
  left: 0;
  width: 280px;
  height: 1px;
  background: #104c6f;
}
@media screen and (max-width: 1600px) {
  .staff__item:before {
    width: 200px;
  }
}
@media screen and (max-width: 1400px) {
  .staff__item:before {
    width: 140px;
  }
}
@media screen and (max-width: 700px) {
  .staff__item:before {
    width: 100px;
  }
}
@media screen and (max-width: 600px) {
  .staff__item:before {
    width: 80px;
  }
}
.staff__item:nth-child(1) {
  padding-left: 30%;
}
@media screen and (max-width: 1600px) {
  .staff__item:nth-child(1) {
    padding-left: 20%;
  }
}
@media screen and (max-width: 1400px) {
  .staff__item:nth-child(1) {
    padding-left: 18%;
  }
}
@media screen and (max-width: 700px) {
  .staff__item:nth-child(1) {
    padding-left: 8%;
  }
}
.staff__item:nth-child(1):before {
  left: 8.1%;
}
@media screen and (max-width: 1600px) {
  .staff__item:nth-child(1):before {
    left: 4.1%;
  }
}
@media screen and (max-width: 1400px) {
  .staff__item:nth-child(1):before {
    left: 7.1%;
  }
}
@media screen and (max-width: 700px) {
  .staff__item:nth-child(1):before {
    left: 0;
  }
}
.staff__item:nth-child(2) {
  padding-left: 43%;
}
@media screen and (max-width: 1600px) {
  .staff__item:nth-child(2) {
    padding-left: 33%;
  }
}
@media screen and (max-width: 1400px) {
  .staff__item:nth-child(2) {
    padding-left: 31%;
  }
}
@media screen and (max-width: 700px) {
  .staff__item:nth-child(2) {
    padding-left: 21%;
  }
}
@media screen and (max-width: 600px) {
  .staff__item:nth-child(2) {
    padding-left: 15%;
  }
}
.staff__item:nth-child(2):before {
  left: 21.1%;
}
@media screen and (max-width: 1600px) {
  .staff__item:nth-child(2):before {
    left: 17.1%;
  }
}
@media screen and (max-width: 1400px) {
  .staff__item:nth-child(2):before {
    left: 20.1%;
  }
}
@media screen and (max-width: 700px) {
  .staff__item:nth-child(2):before {
    left: 13%;
  }
}
@media screen and (max-width: 600px) {
  .staff__item:nth-child(2):before {
    left: 9%;
  }
}
.staff__item:nth-child(3) {
  padding-left: 56%;
}
@media screen and (max-width: 1600px) {
  .staff__item:nth-child(3) {
    padding-left: 46%;
  }
}
@media screen and (max-width: 1400px) {
  .staff__item:nth-child(3) {
    padding-left: 44%;
  }
}
@media screen and (max-width: 700px) {
  .staff__item:nth-child(3) {
    padding-left: 34%;
  }
}
@media screen and (max-width: 600px) {
  .staff__item:nth-child(3) {
    padding-left: 28%;
  }
}
.staff__item:nth-child(3):before {
  left: 34.1%;
}
@media screen and (max-width: 1600px) {
  .staff__item:nth-child(3):before {
    left: 30.1%;
  }
}
@media screen and (max-width: 1400px) {
  .staff__item:nth-child(3):before {
    left: 33.1%;
  }
}
@media screen and (max-width: 700px) {
  .staff__item:nth-child(3):before {
    left: 26.1%;
  }
}
@media screen and (max-width: 600px) {
  .staff__item:nth-child(3):before {
    left: 21.6%;
  }
}
.staff__item span {
  font-family: adobe-garamond-pro, serif;
  font-style: italic;
  font-size: 56px;
  font-size: 5.6rem;
  display: inline-block;
  padding-right: 20px;
  color: #104c6f;
}
@media screen and (max-width: 700px) {
  .staff__item span {
    font-size: 50px;
    font-size: 5rem;
  }
}

.about__wrap {
  padding-bottom: 80px;
  border-bottom: 1px solid #b0b0b0;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .about__wrap {
    padding-bottom: 4rem;
  }
}
.about__wrap--guidelines {
  border-bottom: none;
}
.about__inner .square {
  border-top: 3px solid #261810;
  border-bottom: 1px solid #261810;
  padding: 45px 40px;
  margin-bottom: 80px;
}
.about__name {
  text-align: right;
  margin-top: 40px;
  font-size: 24px;
  font-size: 2.4rem;
}
.about__name span {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  margin-right: 20px;
}
.about .circle {
  margin-bottom: 80px;
}
.about .circle p {
  text-align: center;
}
.about .ttl__02--guidelines {
  padding-bottom: 0;
}

.strengths .index__early {
  border-bottom: none;
}
.strengths .index__early__wrap {
  background-color: #f9f8f8;
  padding: 28px 0 40px;
  margin-bottom: 50px;
}
.strengths__wrap {
  border-bottom: 1px solid #b0b0b0;
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .strengths__wrap {
    margin-bottom: 6rem;
  }
}
.strengths__inner {
  margin-bottom: 40px;
}
.strengths__inner--particulars {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .strengths__inner--particulars {
    margin-bottom: 4rem;
  }
}
.strengths .w_middle {
  margin-bottom: 80px;
}
.strengths__particulars {
  margin-bottom: 40px;
}
.strengths .btn__04 {
  margin-left: 0;
}
.strengths .figure__bt img {
  width: 100%;
}

.access__inner {
  margin-bottom: 80px;
}
.access__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .access__list {
    display: block;
  }
}
.access__item {
  width: 30%;
  margin-right: 2.9%;
  text-align: center;
  margin-bottom: 20px;
}
.access__item:nth-child(3) {
  margin-right: 0;
}
.access__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1100px) {
  .access__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.access__item a {
  display: block;
  padding: 15px 10px;
  background: #104c6f;
  color: #ffffff;
  border: 1px solid #104c6f;
  position: relative;
}
.access__item a:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: url(../img/access/btn_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.access__item a:hover {
  text-decoration: none;
  background: #ffffff;
  color: #104c6f;
  border: 1px solid #104c6f;
}
.access__item a:hover:after {
  background: url(../img/access/hover_icon.svg);
}
.access__map {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 600px) {
  .access__map {
    height: 400px;
  }
}
.access__address {
  text-align: center;
  padding-top: 20px;
}

.contact {
  margin-bottom: 80px;
}
.contact__announce {
  text-align: center;
  line-height: 2;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .contact__announce {
    margin-bottom: 4rem;
    text-align: left;
  }
  .contact__announce .br {
    display: none;
  }
}
.contact .caution {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  color: #bf2727;
  margin-left: 10px;
}
.contact__wrap {
  border-top: 3px solid #9a9a9a;
}
.contact dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #9a9a9a;
}
@media screen and (max-width: 900px) {
  .contact dl {
    display: block;
  }
}
.contact dl:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .contact dl:last-child {
    margin-bottom: 4.5rem;
  }
}
.contact dt {
  width: 30%;
  margin-right: 40px;
  padding: 40px 10px 40px 20px;
}
@media screen and (max-width: 900px) {
  .contact dt {
    width: 100%;
    margin: 0 0 2rem 0;
    text-align: left;
    padding: 1rem;
    background: #f8f8f8;
  }
}
.contact dd {
  width: 70%;
  padding: 40px 20px 40px 10px;
}
@media screen and (max-width: 900px) {
  .contact dd {
    width: 100%;
    padding: 0 0 2rem 1rem;
  }
}
.contact dd .name, .contact dd .name_kana, .contact dd .tel, .contact dd .mail, .contact dd .company, .contact dd textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #dadada;
}
.contact__btnArea {
  display: block;
  text-align: center;
}
.contact__btnArea a {
  color: #bfac00;
  text-decoration: underline;
  word-break: break-all;
}
.contact__btnArea a:hover {
  text-decoration: none;
}
.contact__btn {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .contact__btn {
    width: 100%;
  }
}
.contact__btn button {
  width: 100%;
  border: none;
  background: #261810;
  padding: 20px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.contact__btn button:after {
  position: absolute;
  font: var(--fa-font-solid);
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  font-size: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact__btn button:hover {
  opacity: 0.85;
}
.contact__btn button:hover:after {
  right: 15px;
}
.contact__thanks {
  text-align: center;
}
.contact__thanks__ttl {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .contact__thanks__ttl {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .contact__thanks__ttl {
    margin-bottom: 4.5rem;
  }
}
.contact__thanks__txt {
  line-height: 2;
  margin-bottom: 74px;
}
@media screen and (max-width: 600px) {
  .contact__thanks__txt {
    margin-bottom: 4.5rem;
  }
}
.contact__thanks__btn {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .contact__thanks__btn {
    width: 100%;
  }
}
.contact__thanks__btn a {
  display: block;
  width: 100%;
  background: #261810;
  padding: 20px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.contact__thanks__btn a:after {
  position: absolute;
  font: var(--fa-font-solid);
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  font-size: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact__thanks__btn a:hover {
  text-decoration: none;
  opacity: 0.85;
}
.contact__thanks__btn a:hover:after {
  right: 15px;
}

.privacy + .mwform-checkbox-field-text {
  display: none;
}
.privacy__link {
  text-decoration: underline;
}
.privacy__link:hover {
  text-decoration: none;
}

.mw_wp_form input[name="__children[プラポリ][]"] + .error {
  position: absolute;
  display: block;
}

.mw_wp_form_input .contact__inner__btn--return, .mw_wp_form_input .contact__inner__btn--send {
  display: none;
}

.mw_wp_form_confirm .contact__btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mw_wp_form_confirm .contact__btn {
  margin: 0;
}
.mw_wp_form_confirm .contact__btn--confirm {
  display: none;
}
.mw_wp_form_confirm .contact__btn--return {
  margin-right: 40px;
}
@media screen and (max-width: 600px) {
  .mw_wp_form_confirm .contact__btn--return {
    margin: 0 2rem 2.5rem 0;
  }
}
.mw_wp_form_confirm .contact__btn--return button {
  background: #9a9a9a;
}
.mw_wp_form_confirm .contact__btn--return button:after {
  position: absolute;
  font: var(--fa-font-solid);
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  font-size: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: auto;
  left: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mw_wp_form_confirm .contact__btn--return button:hover {
  opacity: 0.85;
}
.mw_wp_form_confirm .contact__btn--return button:hover:after {
  left: 15px;
}
.mw_wp_form_confirm .privacy__link {
  color: #3c3c3c;
  text-decoration: none;
  pointer-events: none;
}

.institution__wrap {
  border-bottom: 1px solid #b0b0b0;
  margin-bottom: 60px;
}
.institution__inner {
  padding: 0 2.5%;
}
.institution__ttl {
  font-family: "Lato", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 3px solid #3c3c3c;
  margin-bottom: 40px;
}
.institution .square__list {
  padding-left: 12%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1300px) {
  .institution .square__list {
    padding-left: 6%;
  }
}
@media screen and (max-width: 900px) {
  .institution .square__list {
    padding-left: 2%;
  }
}
@media screen and (max-width: 600px) {
  .institution .square__list {
    padding-left: 0;
  }
}
.institution__tomato {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
@media screen and (max-width: 700px) {
  .institution__tomato {
    display: block;
    margin-bottom: 6rem;
  }
}
.institution__tomato figure {
  width: 40%;
  margin-right: 3.4%;
}
@media screen and (max-width: 1100px) {
  .institution__tomato figure {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .institution__tomato figure {
    width: 100%;
    margin: 0 0 2.5rem;
  }
}
.institution__tomato__txt {
  width: 60%;
}
@media screen and (max-width: 1100px) {
  .institution__tomato__txt {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .institution__tomato__txt {
    width: 100%;
  }
}
.institution__tomato__txt p {
  line-height: 2;
}
.institution__tomato__txt .btn {
  line-height: 1;
  margin-top: 20px;
}

.each_section__wrap {
  border-bottom: 1px solid #b0b0b0;
  margin-bottom: 80px;
}
@media screen and (max-width: 700px) {
  .each_section__wrap {
    margin-bottom: 6rem;
  }
}
.each_section__inner {
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .each_section__inner {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .each_section__inner {
    margin-bottom: 4.5rem;
  }
}
.each_section__about {
  border-top: 2px solid #261810;
  border-bottom: 1px solid #261810;
  margin-bottom: 60px;
}
.each_section__about__inner {
  padding: 40px 11.7% 20px;
}
.each_section__about__inner02 {
  padding: 40px 6% 20px;
}
.each_section__about .square__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.each_section__about .square__item {
  margin-right: 40px;
}
@media screen and (max-width: 600px) {
  .each_section__about .square__item {
    margin-right: 0;
  }
}
.each_section__about .square__item span {
  font-size: 14px;
  font-size: 1.4rem;
}
.each_section__about02 {
  margin-bottom: 10px;
}
.each_section__txt {
  margin-bottom: 40px;
}
.each_section__cont {
  margin-bottom: 80px;
}
@media screen and (max-width: 700px) {
  .each_section__cont {
    margin-bottom: 6rem;
  }
}
.each_section__cont__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 700px) {
  .each_section__cont__img {
    display: block;
  }
}
.each_section__cont__img figure {
  padding: 0 2rem;
}
@media screen and (max-width: 700px) {
  .each_section__cont__img figure {
    padding: 0;
    margin-bottom: 2rem;
  }
}
.each_section__cont__img--ot {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .each_section .flow__ttl {
    padding-left: 100px;
  }
}
.each_section .flow__ttl:before {
  content: "0" counter(flow__ttl);
}
@media screen and (max-width: 900px) {
  .each_section .flow__ttl:before {
    width: 80px;
  }
}
.each_section__activity .ttl__03 {
  width: 200px;
  margin-bottom: 40px;
}
.each_section__activity .ttl__03:after {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.each_section__activity__txt {
  margin-bottom: 20px;
}
.each_section__subject__txt {
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .each_section__subject__txt {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .each_section__subject__txt {
    margin-bottom: 4.5rem;
  }
}
.each_section__subject__inner {
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .each_section__subject__inner {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .each_section__subject__inner {
    margin-bottom: 4.5rem;
  }
}
.each_section__subject__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .each_section__subject__box {
    display: block;
  }
}
.each_section__subject__box figure {
  width: 40%;
  margin-right: 4%;
}
@media screen and (max-width: 1200px) {
  .each_section__subject__box figure {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .each_section__subject__box figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
}
.each_section__subject__box div {
  width: 56%;
}
@media screen and (max-width: 1200px) {
  .each_section__subject__box div {
    width: 46%;
  }
}
@media screen and (max-width: 900px) {
  .each_section__subject__box div {
    width: 100%;
  }
}
.each_section__check__inner {
  background: #f3f3f3;
  border-radius: 5px;
  padding: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .each_section__check__inner {
    padding: 2.5rem;
  }
}
.each_section__check__list {
  width: 77%;
  margin: 0 auto;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  display: table;
}
@media screen and (max-width: 600px) {
  .each_section__check__list {
    font-size: 18px;
    font-size: 1.8rem;
    width: 92%;
    margin-left: 3rem;
  }
}
.each_section__check__item {
  position: relative;
  margin-bottom: 20px;
}
.each_section__check__item:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 26px;
  background: url(../img/index/check.svg);
  top: 5px;
  left: -40px;
}
.each_section__check__img img {
  margin: 0 auto 2.5rem;
}

.info__list {
  margin-bottom: 40px;
}
.info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px;
  border-bottom: 1px solid #3c3c3c;
}
.info__item:first-child {
  border-top: 3px solid #3c3c3c;
}
.info__day {
  margin-right: 40px;
  font-size: 16px;
  font-size: 1.6rem;
}
.info__day--single {
  margin-bottom: 10px;
}
.info__ttl {
  font-size: 20px;
  font-size: 2rem;
  overflow: hidden;
}
.info__ttl a {
  color: #3c3c3c;
  position: relative;
}
.info__ttl a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #3c3c3c;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.info__ttl a:hover {
  text-decoration: none;
}
.info__ttl a:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.info__ttl--single {
  font-size: 26px;
  font-size: 2.6rem;
  position: relative;
  padding-left: 35px;
  padding-bottom: 10px;
  border-bottom: 3px solid #3c3c3c;
  margin-bottom: 45px;
}
.info__ttl--single:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  background: #3c3c3c;
}
.info__content {
  margin-bottom: 40px;
}
.info__content h1 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  padding: 20px;
  border-bottom: 2px solid #3c3c3c;
  border-top: 4px solid #3c3c3c;
  margin: 40px 0;
  background: #f8f8f8;
}
.info__content h2 {
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0 10px 10px;
  line-height: 1.4;
  margin: 40px 0;
  position: relative;
  border-bottom: 10px double #3c3c3c;
}
.info__content h3 {
  font-size: 24px;
  font-size: 2.4rem;
  padding-left: 25px;
  line-height: 1.4;
  margin: 40px 0;
  position: relative;
}
.info__content h3:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #3c3c3c;
  width: 10px;
  height: 10px;
}
.info__content ol {
  padding-left: 20px;
}
.info__content ol li {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 15px;
}
.info__content p {
  margin-bottom: 20px;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
}
.page-numbers li {
  text-align: center;
}
.page-numbers span {
  width: 40px;
  padding: 5px;
  background-color: #3c3c3c;
  color: #fff;
  margin-right: 5px;
  display: block;
}
.page-numbers a {
  display: block;
  background-color: #ffffff;
  border: 1px solid #3c3c3c;
  padding: 4px 13px;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #3c3c3c;
}
.page-numbers a:hover {
  background-color: #104c6f;
  color: #ffffff;
  text-decoration: none;
}
.page-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.page-single a {
  color: #3c3c3c;
  display: block;
  background-color: #ffffff;
  border: 1px solid #3c3c3c;
  padding: 4px 12px;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-single a:hover {
  background-color: #104c6f;
  color: #ffffff;
  text-decoration: none;
}

.webp .recruit01 {
  background-image: url(../img/recruit/recruitMv__01.png.webp);
}

.no-webp .recruit01 {
  background-image: url(../img/recruit/recruitMv__01.png);
}

.webp .recruit02 {
  background-image: url(../img/recruit/recruitMv__02.png.webp);
}

.no-webp .recruit02 {
  background-image: url(../img/recruit/recruitMv__02.png);
}

.webp .recruit03 {
  background-image: url(../img/recruit/recruitMv__03.png.webp);
}

.no-webp .recruit03 {
  background-image: url(../img/recruit/recruitMv__03.png);
}

.webp .recruit04 {
  background-image: url(../img/recruit/recruitMv__04.png.webp);
}

.no-webp .recruit04 {
  background-image: url(../img/recruit/recruitMv__04.png);
}

.recruit__inner {
  position: relative;
}
.recruit__img {
  margin: 0 auto;
  position: relative;
}
.recruit__img .swiper {
  height: 412px;
  border: 1px solid #104c6f;
  border-radius: 0 0 0 64px;
}
@media screen and (max-width: 600px) {
  .recruit__img .swiper {
    height: 300px;
  }
}
.recruit__img:before {
  position: absolute;
  content: "";
  top: -20px;
  left: -20px;
  background-image: url(../img/recruit/recruit__deco.gif);
  background-size: 100%;
  width: 132px;
  height: 132px;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .recruit__img:before {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 600px) {
  .recruit__img:before {
    width: 80px;
    height: 80px;
  }
}
.recruit__img:after {
  position: absolute;
  content: "";
  top: 10px;
  right: -10px;
  width: 100%;
  height: 412px;
  z-index: -1;
  background: #f5f5f5;
  border-right: 1px solid #104c6f;
  border-bottom: 1px solid #104c6f;
  border-radius: 0 0 0 64px;
}
@media screen and (max-width: 600px) {
  .recruit__img:after {
    height: 300px;
  }
}
.recruit__img--bg {
  position: relative;
}
.recruit__img--bg:after {
  position: absolute;
  content: "";
  top: 10px;
  right: -10px;
  width: 10px;
  height: 1px;
  z-index: 0;
  background: #104c6f;
}
.recruit__catch {
  width: 970px;
  position: relative;
  z-index: 20;
  margin: -80px auto 45px;
}
@media screen and (max-width: 1480px) {
  .recruit__catch {
    width: 97%;
  }
}
@media screen and (max-width: 700px) {
  .recruit__catch {
    margin: -4rem auto 2.5rem;
  }
}
.recruit__txt {
  text-align: left;
  margin-bottom: 60px;
}
@media screen and (max-width: 700px) {
  .recruit__txt {
    margin-bottom: 4.5rem;
    text-align: left;
  }
}
.recruit__recruitment {
  margin: 60px auto 80px;
}
.recruit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .recruit__list {
    display: block;
  }
}
.recruit__item {
  width: 47%;
  margin: 0 3% 40px 0;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .recruit__item {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
.recruit__item:nth-child(even) {
  margin-right: 0;
}
.recruit__item:before, .recruit__item:after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.recruit__item a {
  display: block;
  color: #ffffff;
  padding: 45px 10px;
  background: url(../img/recruit/recruit__btn.gif) #ffffff;
  border: none;
}
@media screen and (max-width: 600px) {
  .recruit__item a {
    padding: 2.5rem 1rem;
  }
}
.recruit__item:before, .recruit__item:after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.recruit__item:hover {
  opacity: 0.95;
}
.recruit__item:hover:before, .recruit__item:hover:after {
  background-color: #ffffff;
  width: calc(100% - 20px);
}
.recruit__item:hover a {
  color: #ffffff;
  background-color: #ffffff;
}
.recruit__item:hover a:before, .recruit__item:hover a:after {
  background-color: #ffffff;
  height: calc(100% - 20px);
}
.recruit__ttl {
  text-align: center;
}
.recruit .table__brown tr:first-child {
  border-top: 3px solid #9a9a9a;
}
.recruit .table__brown th {
  border-bottom: 1px solid #9a9a9a;
  border-right: 1px solid #9a9a9a;
}
@media screen and (max-width: 600px) {
  .recruit .table__brown th {
    display: block;
    border-right: none;
    width: 100%;
    background: #f8f8f8;
  }
}
.recruit .table__brown td {
  border-bottom: 1px solid #9a9a9a;
}
@media screen and (max-width: 600px) {
  .recruit .table__brown td {
    display: block;
    width: 100%;
    padding: 2.5rem;
  }
}
.recruit .btn__01 {
  width: 500px;
  margin-bottom: 60px;
}
@media screen and (max-width: 700px) {
  .recruit .btn__01 {
    width: 90%;
  }
}

.magazine {
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1400px) {
  .magazine {
    width: 92%;
  }
}
@media screen and (max-width: 1200px) {
  .magazine {
    display: block;
  }
}
.magazine__inner {
  width: 70%;
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  .magazine__inner {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .magazine__inner {
    width: 100%;
  }
}
.magazine__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .magazine__list {
    display: block;
  }
}
.magazine__item {
  width: 47%;
  background-color: #f8f8f8;
  padding: 20px;
  margin: 0 3.7% 30px 0;
}
.magazine__item:nth-child(even) {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .magazine__item {
    width: 100%;
  }
}
.magazine__ttl {
  font-size: 22px;
  font-size: 2.2rem;
  padding: 20px 0;
  line-height: 1;
  border-bottom: 3px solid #403a38;
  margin-bottom: 8px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .magazine__ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
.magazine__ttl a {
  color: #3c3c3c;
  text-decoration: none;
}
.magazine__ttl a:hover {
  opacity: 0.7;
}
.magazine__ttl--post {
  margin-bottom: 20px;
}
.magazine__img {
  max-height: 320px;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  background-color: #e6e6e6;
}
.magazine__img img {
  display: inline-block;
}
.magazine__img--post {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background-color: #fde6e6;
}
@media screen and (max-width: 1200px) {
  .magazine__img--post {
    min-height: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .magazine__img--post {
    min-height: auto;
  }
}
.magazine__img a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.magazine__img a:hover {
  opacity: 0.7;
}
.magazine__txt {
  width: 49%;
}
.magazine__txt h1, .magazine__txt h2, .magazine__txt h3, .magazine__txt h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 900px) {
  .magazine__txt {
    width: 100%;
  }
}
.magazine__day {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 10px;
}
.magazine__cat {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.magazine__cat a {
  color: #ffffff;
  line-height: 1;
  background-color: #104c6f;
  padding: 7px 20px;
  display: inline-block;
  margin: 0 10px 10px 0;
}
.magazine__cat a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.magazine__content {
  border-top: 1px solid #d8d8d8;
}
.magazine__content--single {
  margin-top: 20px;
  padding-top: 20px;
}
.magazine__content--single p {
  margin: 0 0 40px;
}
.magazine__post {
  width: 70%;
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  .magazine__post {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .magazine__post {
    margin-bottom: 80px;
  }
}
.magazine__post img {
  margin: 40px 0;
}
.magazine__post h1 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4;
  padding: 15px 0;
  border-bottom: 3px solid #3c3c3c;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .magazine__post h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.magazine__post h2 {
  font-size: 26px;
  font-size: 2.6rem;
  padding: 20px 25px;
  line-height: 1.4;
  margin: 40px 0;
  position: relative;
  border-top: 4px solid #3c3c3c;
  border-bottom: 2px solid #3c3c3c;
  background: #f6f5f5;
}
@media screen and (max-width: 600px) {
  .magazine__post h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.magazine__post h3 {
  font-size: 24px;
  font-size: 2.4rem;
  padding-left: 25px;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: 2px solid #3c3c3c;
  margin: 40px 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .magazine__post h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.magazine__post h3:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #3c3c3c;
  width: 10px;
  height: 42px;
}
.magazine__post h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  padding: 0 0 10px 10px;
  margin: 40px 0;
  border-bottom: 2px solid #3c3c3c;
}
.magazine__post ul {
  padding-left: 40px;
}
.magazine__post ul li {
  list-style-type: disc;
}
.magazine__post figure.wp-block-gallery.has-nested-images {
  margin: 0 0 40px;
}
.magazine__post .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: #fff;
  color: #3c3c3c;
}
.magazine__post blockquote {
  background-color: #f3f3f3;
  padding: 50px 40px;
  position: relative;
  margin: 40px 0;
}
.magazine__post blockquote:before, .magazine__post blockquote:after {
  position: absolute;
  content: "";
  width: 27px;
  height: 20px;
  background-image: url(../img/magazine/quote.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.magazine__post blockquote:before {
  top: 15px;
  left: 20px;
}
.magazine__post blockquote:after {
  bottom: 15px;
  right: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.magazine__post blockquote p {
  margin-bottom: 0;
}
.magazine__post table {
  margin: 40px 0;
}
.magazine__post table th, .magazine__post table td {
  border: 1px solid #b0b0b0;
  padding: 10px;
}
.magazine__post table th {
  background-color: #f3f3f3;
  text-align: center;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
}
.page-numbers li {
  text-align: center;
}
.page-numbers span {
  width: 35px;
  padding: 5px;
  background-color: #3c3c3c;
  color: #ffffff;
  margin-right: 5px;
  display: block;
}
.page-numbers a {
  display: block;
  background-color: #ffffff;
  border: 1px solid #3c3c3c;
  padding: 4px 12px;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-numbers a:hover {
  background-color: #104c6f;
  color: #ffffff;
}
.page-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.page-single a {
  display: block;
  background-color: #ffffff;
  border: 1px solid #3c3c3c;
  padding: 4px 12px;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-single a:hover {
  background-color: #104c6f;
  color: #ffffff;
}

.side {
  width: 30%;
}
@media screen and (max-width: 1200px) {
  .side {
    width: 100%;
  }
}
.side__widget li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 20px 10px;
  border-bottom: 1px dotted #636363;
}
.side__widget li:last-child {
  border-bottom: none;
}
.side__widget a {
  color: #3c3c3c;
}
.side__widget__ttl {
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #104c6f;
  text-align: center;
  color: #ffffff;
  line-height: 1;
  padding: 20px 0;
}
.side .post-date {
  display: inline-block;
  padding-left: 10px;
}
.side .tagcloud {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.side .tagcloud a {
  line-height: 1;
  font-size: 14px !important;
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  border: 1px solid #b0b0b0;
  margin-right: 10px;
}
.side .tagcloud a:hover {
  background-color: #b0b0b0;
}
.side__ttl, .side caption {
  background-color: #eda2a5;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
  padding: 15px 20px 15px 60px;
  text-align: left;
  position: relative;
}
.side__ttl:before, .side caption:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  background-image: url(../img/blog/blog__cat__ttl.png);
  background-size: cover;
  width: 21px;
  height: 15px;
}
.side__item {
  line-height: 1;
  padding: 20px;
  border-bottom: 1px dotted #3c3c3c;
}
.side__item a {
  color: #3c3c3c;
}
.side__item a:hover {
  text-decoration: underline;
}
.side caption {
  margin-bottom: 20px;
}
.side table {
  width: 100%;
}
.side th {
  border: 1px solid #ccc;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 0;
  background-color: #403A38;
  color: #ffffff;
}
.side td {
  text-align: center;
  border: 1px solid #ccc;
}
.side td a {
  display: block;
  background-color: #fde6e6;
}

.link__list {
  max-width: 1100px;
  margin: 0 auto 75px;
  padding: 25px 0;
  border-top: 3px solid #104c6f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 26px;
  -webkit-column-gap: 39px;
     -moz-column-gap: 39px;
          column-gap: 39px;
}
@media screen and (max-width: 600px) {
  .link__list {
    margin-bottom: 4.5rem;
  }
}
.link__item {
  width: 47%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border: 1px solid #3c3c3c;
}
@media screen and (max-width: 1100px) {
  .link__item {
    width: 100%;
  }
}
.link__item a {
  width: 100%;
  height: 100%;
  color: #3c3c3c;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link__item a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #3c3c3c;
}
.link__item--nagoya {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}

.program__wrap {
  padding-bottom: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .program__wrap {
    padding-bottom: 4rem;
  }
}
.program__wrap .br {
  display: none;
}
@media screen and (max-width: 900px) {
  .program__wrap .br {
    display: block;
  }
}
.program__about {
  border-top: 2px solid #261810;
  border-bottom: 1px solid #261810;
  margin-bottom: 60px;
}
.program__about__inner {
  padding: 40px 11.7% 60px;
}
@media screen and (max-width: 600px) {
  .program__about__inner {
    padding: 2.5rem 5.5% 4rem;
  }
}
.program__about .square__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .program__about .square__list {
    display: block;
  }
}
.program__about .square__item {
  margin-right: 40px;
}
@media screen and (max-width: 600px) {
  .program__about .square__item {
    margin-right: 0;
  }
}
.program__about .square__item span {
  font-size: 14px;
  font-size: 1.4rem;
}
.program__first {
  border: 1px solid #b0b0b0;
  border-radius: 10px;
  padding: 40px 60px 60px;
  margin-bottom: 60px;
  counter-reset: number 0;
}
@media screen and (max-width: 600px) {
  .program__first {
    padding: 2.5rem 2.5rem 4.5rem;
    margin-bottom: 4.5rem;
  }
}
.program__first__step {
  padding-left: 100px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .program__first__step {
    padding-left: 0;
    padding-top: 36px;
    margin-bottom: 35px;
  }
}
.program__first__step:before {
  position: absolute;
  counter-increment: number 1;
  content: "STEP" counter(number);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background: #104c6f;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  .program__first__step:before {
    top: 8px;
    width: 120px;
    height: auto;
    border-radius: 0;
  }
}
.program__first__step:nth-child(3) {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .program__first__step:nth-child(3) {
    margin-bottom: 35px;
  }
}
.program__first__step:last-child {
  margin-bottom: 0;
}
.program__first__step__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  color: #104c6f;
}
.program__first__step__ttl span {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 900px) {
  .program__first__step__ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 600px) {
  .program__first__step__ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
.program__first__step__tel {
  font-size: 24px;
  font-size: 2.4rem;
  color: #9f0140;
}
.program__first__step__tel span {
  font-size: 16px;
  font-size: 1.6rem;
}
.program__first__step__attention {
  font-size: 18px;
  font-size: 1.8rem;
  color: #9f0140;
}
.program__inner {
  margin-bottom: 60px;
}
.program__inner .square__item {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .program__inner .square__item {
    margin-bottom: 2.5rem;
  }
}
.program__inner .btn__01 {
  text-align: center;
}
.program__info {
  border-top: 3px solid #261810;
  border-bottom: 1px solid #261810;
  padding-left: 280px;
  padding-bottom: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1600px) {
  .program__info {
    padding-left: 20%;
  }
}
@media screen and (max-width: 1400px) {
  .program__info {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .program__info {
    padding-left: 0;
  }
}
/*# sourceMappingURL=style.css.map */