@charset "UTF-8";
* {
  box-sizing: border-box;
  outline: none;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: inherit;
}

b {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  vertical-align: bottom;
}

iframe {
  border: 0;
  vertical-align: bottom;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  overflow: visible;
  text-transform: none;
  cursor: pointer;
}

button[disabled] {
  cursor: default;
}

:root {
  --site-color-black: #000;
  --site-color-white: #fff;
  --site-color-key: #B3A378;
  --site-color-key2: #CABEA0;
  --site-color-key3: #d6b586;
  --site-color-key4: #A38F5B;
  --site-color-key5: #CFAE80;
  --site-color-gray1: #808080;
  --site-color-gray2: #989899;
  --site-color-bg-main: #fff;
  --site-color-bg-gray: #ededed;
  --site-font-base: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  --site-font-en: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --site-btn-anim: cubic-bezier(0.77, 0, 0.175, 1);
  --contents-color-bg01: #F9F8F6;
}

::-moz-selection {
  background: var(--site-color-black);
  color: var(--site-color-white);
}

::selection {
  background: var(--site-color-black);
  color: var(--site-color-white);
}

::-moz-selection {
  background: var(--site-color-black);
  color: var(--site-color-white);
}

body {
  min-width: 360px;
  color: var(--site-color-black);
  font-size: 14px;
  font-feature-settings: "palt" 1;
  font-kerning: normal;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: var(--site-font-base);
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
@media screen and (min-width: 868px) {
  body {
    font-size: 16px;
  }
}
body #wrap {
  overflow: hidden;
}
body.end {
  opacity: 1 !important;
  transition: 0.8s cubic-bezier(0, 0.73, 0.32, 0.99);
}

.san-font {
  font-family: var(--site-font-text);
}

.en-font {
  font-family: var(--site-font-en);
}

br.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  br.sp {
    display: none;
  }
}

br.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  br.pc {
    display: block;
  }
}

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

svg {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

.base-width {
  width: calc(100% - 32px);
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .base-width {
    width: calc(100% - 90px);
  }
}

@media screen and (min-width: 868px) {
  section .base-width,
  .site-footer .base-width {
    width: 80.52vw;
  }
}

select::-ms-expand {
  display: none;
}

.site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
  background-color: var(--site-color-white);
  transition: 0.3s;
}
@media screen and (min-width: 1100px) {
  .site-header {
    background: none;
  }
}
.site-header .base-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1232px;
}
@media screen and (min-width: 768px) {
  .site-header .base-width {
    justify-content: space-between;
    height: 85px;
  }
}
@media screen and (min-width: 1100px) {
  .site-header .base-width {
    height: auto;
    align-items: center;
    position: relative;
    z-index: 3;
    max-width: none;
  }
}

.header_logo {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  margin-left: 17px;
}
@media screen and (min-width: 768px) {
  .header_logo {
    text-align: left;
  }
}
@media screen and (min-width: 1100px) {
  .header_logo {
    flex: none;
  }
}
.header_logo img {
  width: 238.36px;
  margin-right: 12px;
  transition: 0.1s;
}
@media screen and (min-width: 768px) {
  .header_logo img {
    width: 267px;
  }
}
@media screen and (min-width: 1100px) {
  .header_logo img {
    width: 291px;
    margin-right: 0px;
  }
}
.header_right {
  display: none;
  flex: 1;
}
@media screen and (min-width: 868px) {
  .header_right {
    margin: 19px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1100px) {
  .header_right {
    margin: 0;
  }
}
@media screen and (max-width: 1100px) {
  .header_nav {
    display: none;
  }
}
.header_nav .list {
  list-style: none;
  font-size: 10px;
  letter-spacing: 0.26em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header_nav .list li {
  margin-right: 26px;
}
.header_nav .list li:last-child {
  margin-right: 17px;
}
.header_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 21px 11px 19px;
  letter-spacing: 0.22em;
  margin-right: 45px;
  background-color: var(--site-color-gray1);
}
@media screen and (max-width: 1100px) {
  .header_btn {
    display: none;
  }
}
.header_btn span {
  font-size: 11px;
  line-height: 1;
  display: block;
  color: var(--site-color-white);
}
.header_btn .icon {
  margin-right: 5px;
  height: 9.61px;
  width: 16px;
}
.header_sp-btn-list {
  list-style: none;
  position: absolute;
  right: 15px;
  top: 73px;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
@media screen and (min-width: 768px) {
  .header_sp-btn-list {
    right: 34px;
  }
}
@media screen and (min-width: 1100px) {
  .header_sp-btn-list {
    display: none;
  }
}
.header_sp-btn-list li a {
  display: block;
  line-height: 0;
}
.header_sp-btn-list li img {
  width: 54.4px;
}
@media screen and (min-width: 768px) {
  .header_sp-btn-list li img {
    width: 64px;
  }
}

.hum_btn {
  position: relative;
  display: block;
  width: 30px;
  height: 17px;
  margin-right: 19px;
}
@media screen and (min-width: 768px) {
  .hum_btn {
    height: 21px;
    width: 40px;
    margin-right: 45px;
  }
}
@media screen and (min-width: 1100px) {
  .hum_btn {
    display: none;
  }
}
.hum_btn span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--site-color-black);
  transition: 0.2s var(--site-btn-anim);
}
.hum_btn span:nth-child(1), .hum_btn span:nth-child(4) {
  left: 0;
  top: 50%;
  margin-top: -0.5px;
}
.hum_btn span:nth-child(2) {
  top: 0;
  left: 0;
}
.hum_btn span:nth-child(3) {
  bottom: 0;
  right: 0;
}

.scrolled .site-header,
#body:not(.top) .site-header {
  background-color: #fff;
}
.scrolled .site-header::after,
#body:not(.top) .site-header::after {
  opacity: 0;
}
.scrolled .header_logo svg,
#body:not(.top) .header_logo svg {
  filter: brightness(1);
}

#site-menu {
  position: fixed;
  left: 0;
  top: 70px;
  width: 100%;
  height: calc(100vh - 70px);
  z-index: 90;
  background-color: var(--site-color-white);
  pointer-events: none;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
@media screen and (min-width: 768px) {
  #site-menu {
    top: 85px;
  }
}
#site-menu .base-width {
  max-width: none;
  width: calc(100% - 50px);
  height: calc(100vh - 70px);
  box-sizing: border-box;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
#site-menu .base-width::-webkit-scrollbar {
  display: none;
}
#site-menu .site-btn {
  margin-top: 22px;
}
#site-menu .site-btn a {
  padding: 12px 48px;
}
#site-menu .site-btn a::after {
  right: 15px;
}
#site-menu .site-btn span {
  letter-spacing: 0.1em;
}

.site-menu-list {
  list-style: none;
  border-top: solid 1px #ddd;
}
.site-menu-list li a {
  display: block;
  position: relative;
  padding: 1.375em 0;
  font-size: 14px;
  border-bottom: solid 1px #ddd;
  letter-spacing: 0.1em;
}
.site-menu-list li a::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-bottom: solid 1px currentColor;
  border-right: solid 1px currentColor;
  transform: rotate(-45deg);
  margin-top: -4px;
}
.site-menu-tel {
  text-align: center;
  margin: 1em 0 10px;
  font-size: 32px;
  font-family: var(--site-font-en);
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.site-menu-addr {
  font-size: 10px;
  text-align: center;
}

.menu-open #site-menu {
  opacity: 1;
  pointer-events: inherit;
}
.menu-open .header_sp-btn-list {
  opacity: 0;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .menu-open .header_sp-btn-list {
    transform: translateX(-15px);
  }
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .menu-open .hum_btn {
    transform: translateX(-15px);
  }
}
.menu-open .hum_btn span {
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.menu-open .hum_btn span:nth-child(1) {
  transform: rotate(-45deg);
}
.menu-open .hum_btn span:nth-child(4) {
  transform: rotate(45deg);
}
.menu-open .hum_btn span:nth-child(2), .menu-open .hum_btn span:nth-child(3) {
  width: 0;
}

.footer-top {
  padding: 29px 0 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/_asset/img/contact-bg-pc-sp.jpg);
  color: var(--site-color-gray1);
}
@media screen and (min-width: 768px) {
  .footer-top {
    padding: 39px 0;
    background-image: url(/_asset/img/contact-bg-tab.jpg);
  }
}
@media screen and (min-width: 1100px) {
  .footer-top {
    padding: 36px 0;
    background-image: url(/_asset/img/contact-bg-pc.jpg);
  }
}
@media screen and (min-width: 768px) {
  .footer-top .base-width {
    display: flex;
    justify-content: space-between;
    max-width: 666px;
  }
}
@media screen and (min-width: 1100px) {
  .footer-top .base-width {
    max-width: 788px;
  }
}

.footer-top-box {
  position: relative;
  text-align: center;
  width: 277px;
  height: 277px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer-top-box {
    width: 313px;
    height: 313px;
  }
}
@media screen and (min-width: 1100px) {
  .footer-top-box {
    width: 363px;
    height: 363px;
  }
}
.footer-top-box::after {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 50%;
  background-color: #fff;
  filter: blur(2em);
  z-index: 1;
}
.footer-top-box::after-in {
  padding: 23px 0 0;
}
.footer-top-box:nth-child(1) {
  margin: 0 auto -20px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .footer-top-box:nth-child(1) {
    margin: 0;
    z-index: 2;
  }
}
@media screen and (min-width: 1100px) {
  .footer-top-box:nth-child(1) {
    margin: 0;
    z-index: 2;
  }
}
.footer-top-box .icon {
  width: 25px;
}
@media screen and (min-width: 768px) {
  .footer-top-box .icon {
    width: 28px;
  }
}
@media screen and (min-width: 1100px) {
  .footer-top-box .icon {
    width: 33px;
  }
}
.footer-top-box .title {
  font-size: 13px;
  letter-spacing: 0.18em;
  line-height: 1.615;
  font-family: var(--site-font-en);
  margin: 15px 0 10px;
}
@media screen and (min-width: 768px) {
  .footer-top-box .title {
    font-size: 14px;
    letter-spacing: 0.18em;
    margin: 15px 0 8px;
    line-height: 1;
  }
}
@media screen and (min-width: 1100px) {
  .footer-top-box .title {
    font-size: 15px;
    letter-spacing: 0.18em;
    margin: 23px 0 14px;
    line-height: 1;
  }
}
.footer-top-box .num {
  font-size: 26px;
  letter-spacing: 0.1em;
  font-family: var(--site-font-en);
}
@media screen and (min-width: 768px) {
  .footer-top-box .num {
    font-size: 32px;
  }
}
@media screen and (min-width: 1100px) {
  .footer-top-box .num {
    font-size: 34px;
  }
}
.footer-top-box small {
  display: block;
  margin-top: 21px;
  font-size: 10px;
  letter-spacing: 0.12em;
  line-height: 1.73;
}
@media screen and (min-width: 768px) {
  .footer-top-box small {
    margin-top: 9px;
    font-size: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .footer-top-box small {
    margin-top: 14px;
    font-size: 11px;
  }
}
.footer-top-box .site-btn a {
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .footer-top-box .site-btn a {
    padding: 0.875em 1.5em;
  }
}
@media screen and (min-width: 1100px) {
  .footer-top-box .site-btn a {
    padding: 0.6125em 1em;
  }
}
.footer-top-box .site-btn span {
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .footer-top-box .site-btn span {
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1100px) {
  .footer-top-box .site-btn span {
    letter-spacing: 0.04em;
  }
}
.footer-top-box .site-btn .text {
  font-size: 11px;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .footer-top-box .site-btn .text {
    font-size: 11px;
    margin-right: 8px;
  }
}
@media screen and (min-width: 1100px) {
  .footer-top-box .site-btn .text {
    font-size: 14px;
    margin-right: 14px;
  }
}
@media screen and (min-width: 768px) {
  .footer-top-box:nth-child(2) .footer-top-box-in {
    padding: 47px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-top-box:nth-child(2) .icon {
    width: 41px;
    padding-top: 13px;
  }
}
@media screen and (min-width: 1100px) {
  .footer-top-box:nth-child(2) .icon {
    width: 50px;
    padding-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .footer-top-box:nth-child(2) .title {
    font-size: 14px;
    margin: 27px 0 8px;
  }
}
@media screen and (min-width: 1100px) {
  .footer-top-box:nth-child(2) .title {
    font-size: 14px;
    margin: 34px 0 14px;
  }
}

.footer-top-box-in {
  position: relative;
  width: 277px;
  height: 277px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/_asset/svg/contact-circle.svg);
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 0 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .footer-top-box-in {
    width: 313px;
    height: 313px;
    padding: 55px 0 0;
  }
}
@media screen and (min-width: 1100px) {
  .footer-top-box-in {
    width: 363px;
    height: 363px;
    padding: 64px 0 0;
  }
}

.footer-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.9333vw;
}
@media screen and (min-width: 768px) {
  .footer-map {
    padding-top: 216px;
  }
}
@media screen and (min-width: 768px) {
  .footer-map {
    padding-top: 272px;
  }
}
.footer-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.footer-link {
  padding: 41px 0 48px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer-link {
    padding: 42px 0 80px;
  }
}
@media screen and (min-width: 1100px) {
  .footer-link {
    padding: 53px 0 60px;
  }
}
.footer-link .top-title {
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .footer-link .top-title {
    margin-bottom: 47px;
  }
}
@media screen and (min-width: 1100px) {
  .footer-link .top-title {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 1100px) {
  .footer-link .base-width {
    max-width: 765px;
  }
}
.footer-link .list {
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .footer-link .list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer-link .list li:not(:last-child) {
  margin: 0 0 29px;
}
@media screen and (min-width: 768px) {
  .footer-link .list li:not(:last-child) {
    margin: 0 0 46px;
  }
}
@media screen and (min-width: 1100px) {
  .footer-link .list li {
    margin: 0 !important;
  }
}
.footer-link .list li:nth-child(1) img {
  width: 192px;
}
@media screen and (min-width: 768px) {
  .footer-link .list li:nth-child(1) img {
    width: 296px;
  }
}
@media screen and (min-width: 1100px) {
  .footer-link .list li:nth-child(1) img {
    width: 261px;
  }
}
.footer-link .list li:nth-child(2) img {
  width: 184px;
}
@media screen and (min-width: 768px) {
  .footer-link .list li:nth-child(2) img {
    width: 286px;
  }
}
@media screen and (min-width: 1100px) {
  .footer-link .list li:nth-child(2) img {
    width: 250px;
  }
}
.footer-link .list li:nth-child(3) img {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .footer-link .list li:nth-child(3) img {
    width: 155px;
  }
}
@media screen and (min-width: 1100px) {
  .footer-link .list li:nth-child(3) img {
    width: 135px;
  }
}
.footer-link .top-arrow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  transform: translateY(50%);
}
@media screen and (min-width: 1100px) {
  .footer-link .top-arrow {
    text-align: right;
    left: 50%;
    max-width: 1078px;
    transform: translate(-50%, 50%);
  }
}
.footer-link .top-arrow img {
  width: 42px;
}
@media screen and (min-width: 768px) {
  .footer-link .top-arrow img {
    width: 54px;
  }
}
@media screen and (min-width: 1100px) {
  .footer-link .top-arrow img {
    width: 40px;
  }
}

.footer-bottom {
  background-color: #EDEDED;
  padding: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .footer-bottom {
    background-color: #EDEDED;
    padding: 47px 0 0;
  }
}
@media screen and (min-width: 1100px) {
  .footer-bottom {
    background-color: #EDEDED;
    padding: 47px 0 0;
  }
}
@media screen and (min-width: 1100px) {
  .footer-bottom .base-width {
    max-width: 1078px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.footer-logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    text-align: center;
  }
}
@media screen and (min-width: 1100px) {
  .footer-logo {
    text-align: center;
    width: 38.497%;
    margin-bottom: 61px;
  }
}
.footer-logo img {
  width: 313px;
}
@media screen and (min-width: 768px) {
  .footer-logo img {
    width: 449px;
  }
}
@media screen and (min-width: 1100px) {
  .footer-logo img {
    width: 100%;
  }
}

.footer-addr {
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-size: 10px;
  line-height: 1.56;
  margin: 0 auto 35px;
  padding-left: 72px;
  letter-spacing: 0.18em;
  transform: scale(0.8);
  text-align: left;
}
@media screen and (min-width: 768px) {
  .footer-addr {
    margin: -7px auto 58px;
    padding-left: 4px;
    letter-spacing: 0.18em;
  }
}
@media screen and (min-width: 1100px) {
  .footer-addr {
    margin: -7px auto 0;
    padding-left: 5%;
    letter-spacing: 0.18em;
  }
}

.footer-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 38px 0 56px;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .footer-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 38px 58px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1100px) {
  .footer-list {
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 39px 0 0;
    padding: 0 0px;
  }
}
.footer-list ul {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .footer-list ul {
    width: 50%;
  }
}
@media screen and (min-width: 1100px) {
  .footer-list ul {
    display: flex;
    align-items: flex-start;
    width: auto;
  }
}
.footer-list li {
  font-size: 10px;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 1.5em;
  letter-spacing: 0.26em;
}
@media screen and (min-width: 768px) {
  .footer-list li {
    font-size: 12px;
    position: relative;
    padding: 0 0 0 1.5em;
  }
}
@media screen and (min-width: 1100px) {
  .footer-list li {
    font-size: 10px;
    position: relative;
    margin-left: 3em !important;
    padding: 0;
  }
}
.footer-list li::before {
  position: absolute;
  content: "▶︎";
  left: 0;
}
@media screen and (min-width: 1100px) {
  .footer-list li::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .footer-list li:not(:last-child) {
    margin: 0 0 20px;
  }
}

.footer-other {
  padding: 1.5em 0;
  font-size: 10px;
  border-top: solid 1px #99999A;
  color: #808080;
}
@media screen and (min-width: 768px) {
  .footer-other {
    padding: 1.5em 0;
    font-size: 10px;
    border-top: solid 1px #99999A;
    color: #808080;
  }
}
@media screen and (min-width: 1100px) {
  .footer-other {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .footer-other ul {
    display: flex;
    justify-content: space-between;
  }
}
.footer-other ul li:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .footer-other ul li:not(:last-child) {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1100px) {
  .footer-other ul li:not(:last-child) {
    margin-bottom: 0em;
  }
}
.footer-other ul a {
  font-family: var(--site-font-en);
  letter-spacing: 0.32em;
}
.footer-other ul small {
  display: inline-block;
  transform: scale(0.75);
  transform-origin: left;
}
@media screen and (min-width: 1100px) {
  .footer-other ul small {
    transform-origin: right;
  }
}

.top-title {
  text-align: center;
  color: var(--site-color-gray1);
}
.top-title span {
  display: block;
}
.top-title .ja {
  font-size: 20px;
  font-family: var(--site-font-en);
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media screen and (min-width: 768px) {
  .top-title .ja {
    font-size: 22px;
  }
}
@media screen and (min-width: 1100px) {
  .top-title .ja {
    font-size: 27px;
  }
}
.top-title .ja i {
  font-size: 0.85em;
  font-style: normal;
  margin: 0 0.2em;
}
@media screen and (min-width: 768px) {
  .top-title .ja i {
    font-size: 0.7em;
    font-style: normal;
    margin: 0 0.2em;
  }
}
.top-title .en {
  font-size: 6px;
  margin-top: 1em;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  transform: scale(0.8);
}
@media screen and (min-width: 1100px) {
  .top-title .en {
    font-size: 10px;
  }
}

.site-btn {
  text-align: center;
}
.site-btn a,
.site-btn .btn-text {
  position: relative;
  display: inline-block;
  padding: 7px 45px;
  background: linear-gradient(180deg, #CFC4A8, #A4905B);
}
.site-btn a::after,
.site-btn .btn-text::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-bottom: solid 1px var(--site-color-white);
  border-right: solid 1px var(--site-color-white);
  transform: rotate(-45deg);
  margin-top: -4px;
}
@media screen and (min-width: 1100px) {
  .site-btn a {
    padding: 2px 51px;
  }
}
@media screen and (min-width: 1100px) {
  .site-btn a::after {
    right: 13px;
  }
}
.site-btn .text {
  display: block;
  font-family: var(--site-font-en);
  color: var(--site-color-white);
  font-weight: 600;
  letter-spacing: 0.52em;
  text-indent: 0.52em;
}

main {
  font-size: 0.75rem;
  line-height: 2.16667;
  line-break: strict;
  text-wrap: pretty;
  letter-spacing: 0.03em;
}
main p {
  margin-block: 1em;
}

.sec-ttl {
  margin-bottom: 1.5rem;
  text-align: center;
  line-height: 1.3;
  color: var(--site-color-gray1);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.sec-ttl p {
  margin-top: 0.5em;
  font-size: 0.5rem;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
}
.sec-ttl h3 {
  font-family: var(--site-font-en);
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .sec-ttl h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .sec-ttl h3 {
    font-size: 27px;
  }
}

.abreast_btns {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .abreast_btns {
    flex-direction: row;
    gap: 1.5rem;
    max-width: 664px;
    margin-inline: auto;
  }
}

.btn {
  display: inline-block;
  min-width: 280px;
  padding: 1rem 2rem;
  background: linear-gradient(to bottom, #CFC4A8 0%, #A4905B 100%);
  text-align: center;
  color: var(--site-color-white);
  font-size: 1rem;
  line-height: 1;
  border-radius: 5rem;
}

.btn-contact {
  font-family: var(--site-font-en);
  text-align: center;
}
.btn-contact a {
  position: relative;
  padding: 1.55rem 1.25rem 1.4rem 4.5rem;
}
.btn-contact a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.75rem;
  transform: translateY(-50%);
  background: url("../img/svg/icon_mail_white.svg") no-repeat left top;
  background-size: contain;
  width: 1.125rem;
  height: 1.125rem;
  transition: 0.2s;
}

.btn-tel {
  text-align: center;
}
.btn-tel a {
  position: relative;
  padding: 0.875rem 1rem 1rem 4.75rem;
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: normal;
}
.btn-tel a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.875rem;
  transform: translateY(-50%);
  background: url("../img/svg/icon_tel_white.svg") no-repeat left top;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
  transition: 0.2s;
}
.btn-tel__telno {
  font-family: var(--site-font-en);
  font-size: 1.5rem;
  font-weight: 400;
}

.ulList01 {
  margin-top: 1rem;
}
.ulList01 li {
  position: relative;
  padding-left: 1.5rem;
}
.ulList01 li::before {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 0.75em;
  display: block;
  width: 6px;
  height: 6px;
  background: var(--site-color-key4);
  border-radius: 50%;
}
.ulList01 li + li {
  margin-top: 0.375rem;
}

.dpib {
  display: inline-block;
}

@media screen and (min-width: 1100px) {
  .dpib-pc {
    display: inline-block;
  }
}

.firstview {
  margin-top: 70px;
  padding: 2.5rem 1rem;
  background: url(../img/medical-bg.webp) center;
}
@media screen and (min-width: 768px) {
  .firstview {
    padding: 2.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .firstview {
    margin-top: 86px;
    padding: 5rem 2.5rem;
  }
}
.firstview__contents {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  gap: 1rem;
  max-width: 720px;
  margin: auto;
  isolation: isolate;
}
@media screen and (min-width: 1100px) {
  .firstview__contents {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 0.75fr 1fr;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
    row-gap: 1rem;
    max-width: calc(1200px - 2rem);
  }
}
.firstview__ttl {
  margin: 0;
  order: 1;
  letter-spacing: 0.025em;
  line-height: 1.3;
}
@media screen and (min-width: 1100px) {
  .firstview__ttl {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.firstview__ttl-main {
  margin-top: 0;
  font-weight: bold;
  color: var(--site-color-key5);
  font-family: var(--site-font-en);
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .firstview__ttl-main {
    font-size: 3rem;
  }
}
.firstview__ttl-main--en {
  font-size: 1.5rem;
  color: var(--site-color-gray1);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .firstview__ttl-main--en {
    font-size: 1.75rem;
  }
}
.firstview__ttl-sub {
  display: block;
  margin-top: 1rem;
  padding-block: 0.5rem;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  color: #666;
  border-block: 1px solid var(--site-color-key4);
}
@media screen and (min-width: 768px) {
  .firstview__ttl-sub {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1100px) {
  .firstview__ttl-sub {
    font-size: 3.5rem;
  }
}
.firstview__ttl-sub--ja {
  margin-top: 0;
  font-family: var(--site-font-en);
}
.firstview__ttl-sub--fzs {
  padding-left: 0.25em;
  font-size: 71%;
}
.firstview__ttl-sub--en {
  display: block;
  margin-top: 0;
  color: var(--site-color-gray1);
  font-size: 1.125rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .firstview__ttl-sub--en {
    font-size: 1.25rem;
  }
}
.firstview__designation {
  order: 2;
  margin-block: 0;
  font-size: 0.75rem;
  text-align: right;
  line-height: 1.7;
}
@media screen and (min-width: 1100px) {
  .firstview__designation {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.firstview__career {
  list-style: none;
  order: 3;
  margin: 0.5rem 0 0;
  padding: 1rem;
  background: color-mix(in srgb, var(--site-color-key4) 20%, transparent);
}
@media screen and (min-width: 768px) {
  .firstview__career {
    padding: 1rem 2rem;
  }
}
@media screen and (min-width: 1100px) {
  .firstview__career {
    grid-column: 2/3;
  }
}
.firstview__career li {
  position: relative;
  padding-left: 1rem;
  line-height: 1.4;
}
.firstview__career li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  display: block;
  width: 0.5rem;
  height: 1px;
  background: var(--site-color-black);
}
.firstview__career li + li {
  margin-top: 0.25rem;
}
.firstview__photo {
  order: 2;
  margin: 0 1rem 1rem 0;
  box-shadow: 1rem 1rem 0 color-mix(in srgb, var(--site-color-key4) 40%, transparent);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .firstview__photo {
    max-width: 560px;
    margin: 0 auto 1rem;
  }
}
@media screen and (min-width: 1100px) {
  .firstview__photo {
    grid-column: 1/2;
    grid-row: 1/4;
    margin: 0 1rem 1rem 0;
  }
}
.firstview__photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.firstview__summary {
  padding: 2.5rem 1rem;
  background: url(../img/plan-bg.webp) center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .firstview__summary {
    padding: 2.5rem;
  }
}
.firstview__summary-txt {
  margin-top: 0;
  font-family: var(--site-font-en);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px) {
  .firstview__summary-txt {
    font-size: 1.5rem;
  }
}
.firstview__summary .btn-contact {
  margin: 0;
}
.firstview__summary .btn-contact a {
  padding: 1rem 2.5rem 1rem 4.875rem;
  font-size: 1rem;
  text-align: left;
  line-height: 1.3;
}
@media screen and (min-width: 1100px) {
  .firstview__summary .btn-contact a {
    padding: 1rem 4.25rem 1rem 6.5rem;
  }
}
.firstview__summary .btn-contact a::after {
  left: 3.125rem;
}
@media screen and (min-width: 1100px) {
  .firstview__summary .btn-contact a::after {
    left: 4rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}

.lead {
  padding: 2.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .lead {
    padding: 3.75rem 2.5rem;
  }
}
.lead__ttl {
  margin-bottom: 1.5rem;
  font-family: var(--site-font-en);
  color: Var(--site-color-gray1);
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .lead__ttl {
    margin-bottom: 2rem;
    font-size: 1.75rem;
  }
}
.lead__contents {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .lead__contents {
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .lead__contents {
    gap: 5rem;
    padding-inline: 2.5rem;
  }
}
.lead__txt > :first-child {
  margin-top: 0;
}
.lead__txt > :last-child {
  margin-bottom: 0;
}
.lead__txt .ulList01 {
  padding-left: 1rem;
}
.lead__link {
  margin-top: 1.5rem;
  text-align: right;
}
.lead__link a {
  min-width: inherit;
  padding: 1.25rem 3.125rem 1.125rem 2rem;
  position: relative;
}
.lead__link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  background: url("../img/svg/icon_blank_white.svg") no-repeat left top;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  transition: 0.2s;
}
.lead__img {
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lead__img {
    flex-shrink: 0;
    width: 240px;
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 1100px) {
  .lead__img {
    width: 360px;
  }
}
.lead__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lead__logo {
  max-width: 240px;
  margin: 0 auto;
  padding: 2rem;
  background: var(--site-color-white);
  border-radius: 50%;
  border: 1rem solid color-mix(in srgb, var(--site-color-key4) 10%, transparent);
}
@media screen and (min-width: 768px) {
  .lead__logo {
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1100px) {
  .lead__logo {
    max-width: 100%;
    width: 320px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.lead__section {
  max-width: 1078px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .lead__section--01 .lead__contents {
    gap: 2rem;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1100px) {
  .lead__section--01 .lead__contents {
    gap: 5rem;
    padding-left: 2.5rem;
  }
}
.lead__section--02 {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .lead__section--02 {
    margin-top: 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .lead__section--02 .lead__contents {
    flex-direction: row;
  }
}

.feature {
  background: url(../img/medical-bg.webp) center;
}
.feature__inner {
  max-width: 1078px;
  margin: auto;
  padding: 2.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .feature__inner {
    padding: 3.75rem 2.5rem;
  }
}
.feature__ttl {
  margin-block: 0 1.5rem;
  text-align: center;
  font-family: var(--site-font-en);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--site-color-gray1);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px) {
  .feature__ttl {
    font-size: 1.5rem;
  }
}
.feature__ttl--highlight {
  display: inline-block;
  padding-inline: 0.5rem;
  font-size: 1.75rem;
  background: linear-gradient(transparent 40%, rgba(163, 143, 91, 0.2) 40%);
}
@media screen and (min-width: 1100px) {
  .feature__ttl--highlight {
    font-size: 2rem;
  }
}
.feature__summary {
  margin: 1.5rem 0 0;
  padding: 1rem;
  font-weight: 500;
  border: 1px solid var(--site-color-key4);
  border-radius: 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  background: var(--site-color-white);
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .feature__summary {
    padding: 1rem 2.5rem;
    border-radius: 7.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .feature__summary {
    margin-top: 2.5rem;
    padding: 1.5rem 7.5rem;
    font-size: 1.125rem;
  }
}
.feature__summary b {
  color: var(--site-color-key5);
}
.feature .feature-box {
  display: flex;
  flex-direction: column-reverse;
  max-width: 920px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .feature .feature-box {
    display: grid;
    grid-template-columns: min(30%, 280px) 1fr;
    grid-template-rows: 1fr;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .feature .feature-box {
    grid-template-columns: 280px 1fr;
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .feature .feature-box__txt {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.feature .feature-box__hgroup {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
  padding: 0.5rem 1rem 0.4rem;
  background: color-mix(in srgb, var(--site-color-white) 50%, transparent);
  border-left: 2px solid var(--site-color-key5);
}
@media screen and (min-width: 768px) {
  .feature .feature-box__hgroup {
    margin-top: 0;
  }
}
@media screen and (min-width: 1100px) {
  .feature .feature-box__hgroup {
    gap: 1.25rem;
    padding: 1rem 1.5rem 0.9rem;
  }
}
.feature .feature-box__hgroup h4 {
  margin: 0;
  font-family: var(--site-font-en);
  font-weight: 500;
  font-size: 1rem;
  color: var(--site-color-gray1);
  line-height: 1.3;
}
@media screen and (min-width: 1100px) {
  .feature .feature-box__hgroup h4 {
    font-size: 1.25rem;
  }
}
.feature .feature-box__num {
  white-space: nowrap;
  margin: 0;
  font-family: var(--site-font-en);
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  color: var(--site-color-key5);
  line-height: 1;
}
.feature .feature-box__img {
  margin: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .feature .feature-box__img {
    grid-column: 1/2;
    grid-row: 1/2;
    aspect-ratio: 1/1;
  }
}
.feature .feature-box__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature .feature-box01 {
  margin-inline: 0 auto;
}
.feature .feature-box02 {
  margin-inline: auto;
}
.feature .feature-box03 {
  margin-inline: auto 0;
}

.profile {
  padding: 2.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .profile {
    padding: 3.75rem 2.5rem;
  }
}
.profile__contents {
  max-width: 1078px;
  margin: auto;
}
@media screen and (min-width: 800px) {
  .profile__contents {
    display: grid;
    grid-template-columns: 1fr 45%;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .profile__contents {
    display: grid;
    grid-template-columns: 1fr 512px;
    gap: 2.5rem;
  }
}
.profile__txt > :first-child {
  margin-top: 0;
}
.profile__txt > :last-child {
  margin-bottom: 0;
}
.profile__description {
  container: prof/inline-size;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 800px;
  margin: 1.5rem auto 0;
  padding: 1rem;
  background: var(--contents-color-bg01);
}
@media screen and (min-width: 800px) {
  .profile__description {
    margin: 0;
  }
}
.profile__description dt {
  position: relative;
  width: 100%;
  padding: 0.5rem 1rem 0.25rem 1.375rem;
  font-weight: bold;
  color: var(--site-color-gray1);
}
@container prof (min-width: 400px) {
  .profile__description dt {
    width: 120px;
    border-bottom: 1px solid #F3EADF;
  }
}
.profile__description dt:last-of-type {
  border-bottom: none;
}
.profile__description dt::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 1.45em;
  display: block;
  width: 6px;
  height: 6px;
  background: var(--site-color-key4);
  border-radius: 50%;
}
.profile__description dd {
  width: 100%;
  margin-left: 0;
  padding: 0 1rem 0.5rem 1.5rem;
  border-bottom: 1px solid #F3EADF;
  letter-spacing: 0.05em;
}
@container prof (min-width: 400px) {
  .profile__description dd {
    width: calc(100% - 120px);
    padding: 0.5rem 1rem 0.5rem 1.5rem;
  }
}
.profile__description dd:last-of-type {
  border-bottom: none;
}
.profile__description dd ul li {
  position: relative;
  padding-left: 0.75em;
}
.profile__description dd ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "・";
  display: block;
}

.career {
  padding: 2.25rem 1rem 2.25rem 2.25rem;
  background: url(../img/medical-bg.webp) center;
}
@media screen and (min-width: 768px) {
  .career {
    padding: 3.75rem 2.75rem;
  }
}
.career__contents {
  max-width: 1078px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .career__contents {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 3.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .career__contents {
    gap: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .career .sec-ttl {
    margin-block: 180px;
    text-align: right;
  }
}

.career-entry {
  position: relative;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
}
.career-entry + .career-entry {
  margin-top: 1rem;
}
.career-entry__inner {
  padding: 1rem;
  background: var(--site-color-white);
}
@media screen and (min-width: 1100px) {
  .career-entry__inner {
    display: grid;
    grid-template-columns: 104px 1fr;
    gap: 1.5rem;
    align-items: center;
    padding-right: 1.5rem;
  }
}
.career-entry__year {
  margin-block: 0;
  font-family: var(--site-font-en);
  font-size: 1.5rem;
  color: var(--site-color-key5);
  line-height: 1.3;
}
@media screen and (min-width: 1100px) {
  .career-entry__year {
    text-align: center;
  }
}
.career-entry__event {
  margin: 0;
}
.career-entry__event dt {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--site-color-key5);
}
.career-entry__event dd {
  margin-left: 0;
}
.career-entry::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: -1rem;
  z-index: 3;
  display: block;
  width: 4px;
  height: calc(100% + 1rem);
  background: #eee;
}
.career-entry::after {
  content: "";
  position: absolute;
  left: -1.25rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background: var(--site-color-key4);
  border-radius: 50%;
}
.career-entry:first-child::before {
  top: 50%;
  height: 50%;
}
.career-entry:last-child::before {
  background: linear-gradient(to bottom, #eee 50%, rgba(238, 238, 238, 0.4) 100%);
}

.expertise {
  padding: 2.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .expertise {
    padding: 3.75rem 2.5rem;
  }
}
.expertise__contents {
  max-width: 1078px;
  margin: auto;
}
.expertise__txt {
  max-width: 640px;
  margin: auto;
}
.expertise__list {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  gap: 1.5rem;
  margin-block: 1.5rem;
  padding-inline: 0.25rem;
}
@media screen and (min-width: 768px) {
  .expertise__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1100px) {
  .expertise__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-block: 2.5rem;
  }
}
.expertise__box {
  position: relative;
  padding: 1.5rem;
  background: var(--contents-color-bg01);
}
.expertise__box > :first-child {
  margin-top: 0;
}
.expertise__box > :last-child {
  margin-bottom: 0;
}
.expertise__box::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: -1.5rem;
  display: block;
  width: 80px;
  height: 80px;
  background: url(../img/head-director/deco_checkmark.svg) no-repeat center;
}
.expertise__box h4 {
  position: relative;
  z-index: 2;
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.3;
  color: var(--site-color-key5);
}
.expertise__box > p:first-of-type {
  margin-top: 0.5rem;
}

.affiliations {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px) {
  .affiliations {
    display: grid;
    grid-template-columns: auto auto;
    gap: 2.5rem;
  }
}
.affiliations__ttl {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: var(--site-color-gray1);
  font-weight: 600;
  border-bottom: 2px solid var(--site-color-key4);
}
@media screen and (min-width: 1100px) {
  .affiliations__ttl {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .affiliations__upper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .affiliations__upper {
    gap: 2.5rem;
  }
}
.affiliations__list {
  margin: 0;
  padding-left: 1rem;
}
.affiliations__list + .affiliations__list {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .affiliations__list + .affiliations__list {
    margin-top: 0;
  }
}
@media screen and (min-width: 1100px) {
  .affiliations__list li + li {
    margin-top: 1rem;
  }
}

.award {
  padding: 1.5rem 1rem;
  background: #EDE9DE;
}
@media screen and (min-width: 768px) {
  .award {
    padding: 1.5rem 3rem;
  }
}
.award__innter {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 1.5rem;
  max-width: 1000px;
  margin: auto;
}
@media screen and (min-width: 880px) {
  .award__innter {
    grid-template-columns: 360px 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    gap: 2rem;
  }
}
@media screen and (min-width: 1100px) {
  .award__innter {
    grid-template-columns: 280px 1fr;
    gap: 5rem;
    padding: 0 1rem;
  }
}
.award__contents {
  grid-row: 2/3;
}
@media screen and (min-width: 880px) {
  .award__contents {
    grid-row: 1/2;
    grid-column: 2/3;
    padding: 0 1rem 0 0;
  }
}
.award__title {
  line-height: 1.3;
  color: var(--site-color-gray1);
}
.award__title p {
  margin: 0;
}
.award__title h3 {
  margin-block: 0.25rem 0;
  font-family: var(--site-font-en);
  font-size: 1.5rem;
  font-weight: 400;
}
.award__img {
  position: relative;
  grid-row: 1/2;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 1rem;
  text-align: center;
}
@media screen and (min-width: 880px) {
  .award__img {
    grid-column: 1/2;
    padding: 0;
  }
}
.award__img::after {
  position: absolute;
  left: 1.75rem;
  bottom: 0.5rem;
  content: "出典：内閣府";
  color: var(--site-color-white);
  font-size: 0.75rem;
}
.award__img img {
  max-width: 360px;
  clip-path: polygon(2rem 0, 100% 0, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 0 100%, 0 2rem);
}
@media screen and (min-width: 1100px) {
  .award__img img {
    max-width: 280px;
  }
}
.award__btn {
  margin-block: 1rem 0;
  text-align: right;
}
.award__btn a {
  position: relative;
  padding: 1.25rem 3.125rem 1.125rem 2rem;
}
.award__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  background: url("../img/svg/icon_blank_white.svg") no-repeat left top;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  transition: 0.2s;
}

.message {
  padding: 2.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .message {
    padding: 3.75rem 2.5rem;
  }
}
.message__contents {
  max-width: 1078px;
  margin: auto;
  display: grid;
  grid-template-rows: 1fr 1.5rem auto;
  grid-template-columns: 30% 1rem 1fr;
}
@media screen and (min-width: 768px) {
  .message__contents {
    grid-template-rows: 1fr 2.5rem auto;
    grid-template-columns: 50% 1rem 1fr;
  }
}
@media screen and (min-width: 1100px) {
  .message__contents {
    grid-template-columns: 400px 2.5rem 1fr;
    grid-template-rows: 1fr auto 2.5rem;
  }
}
.message__txt {
  grid-row: 1/3;
  grid-column: 1/4;
  padding: 1rem 1rem 2.5rem;
  background: var(--contents-color-bg01);
}
@media screen and (min-width: 768px) {
  .message__txt {
    padding: 2rem 2.5rem 3.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .message__txt {
    grid-row: 1/4;
    grid-column: 2/4;
    padding: 2.5rem 2.5rem 2.5rem 5rem;
  }
}
.message__txt > :first-child {
  margin-top: 0;
}
.message__photo {
  grid-row: 2/4;
  grid-column: 2/4;
  margin: 0;
  position: relative;
  right: -1rem;
}
@media screen and (min-width: 768px) {
  .message__photo {
    right: -2.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .message__photo {
    grid-row: 2/3;
    grid-column: 1/3;
    position: static;
  }
}
.message .sign {
  margin-bottom: 0;
  line-height: 1.5;
  text-align: right;
}
.message .sign__name {
  font-family: var(--site-font-en);
  font-size: 1.5rem;
}

.guide {
  padding: 2.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .guide {
    padding: 3.75rem 2.5rem;
  }
}
.guide {
  background: url(../img/plan-bg.webp) center;
}
.guide__contents {
  max-width: 1078px;
  margin: auto;
  padding: 2.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .guide__contents {
    padding: 3.75rem 2.5rem;
  }
}
.guide__contents {
  background: var(--site-color-white);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
}
.guide__ttl {
  margin: 0 0 1.5rem;
  font-family: var(--site-font-en);
  font-size: 1rem;
  line-height: 1.3;
  text-align: center;
  color: var(--site-color-gray1);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .guide__ttl {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1100px) {
  .guide__ttl {
    font-size: 27px;
  }
}
.guide__txt {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.guide__txt > :first-child {
  margin-top: 0;
}
.guide__txt > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .guide__txt {
    margin-top: 1.5rem;
  }
}
.guide .btn-contact,
.guide .btn-tel {
  margin: 0;
}
.guide .btn-contact a,
.guide .btn-tel a {
  display: inline-flex;
  align-items: center;
  min-width: 280px;
  height: 100%;
}

.clinics {
  padding: 2.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .clinics {
    padding: 3.75rem 2.5rem;
  }
}
.clinics__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .clinics__list {
    flex-direction: row;
  }
}
@media screen and (min-width: 1100px) {
  .clinics__list {
    gap: 2rem;
  }
}
.clinics__item {
  text-align: center;
}
.clinics__item h4 {
  margin: 0 0 0.25rem;
  font-family: var(--site-font-en);
  font-weight: 400;
  font-size: 1.5rem;
  color: var(--site-color-key5);
  line-height: 1;
}
.clinics__link {
  max-width: 320px;
  margin: auto;
  border: 1px solid #CFCFCF;
}
.clinics__link a {
  position: relative;
  display: block;
  padding: 1rem calc(2rem + 10px) 1rem 1rem;
  color: var(--site-color-white);
}
.clinics__link a::after {
  content: "";
  position: absolute;
  right: 1.125rem;
  top: 50%;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-bottom: solid 2px var(--site-color-key5);
  border-right: solid 2px var(--site-color-key5);
  transform: rotate(-45deg);
  margin-top: -4px;
  transition: 0.075s;
}
.clinics__link a:hover::after {
  right: 1rem;
}

.faq {
  padding: 2.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .faq {
    padding: 3.75rem 2.5rem;
  }
}
.faq {
  background: url(../img/medical-bg.webp) center;
}
.faq-box {
  max-width: 832px;
  margin: auto;
  padding: 1rem 1.5rem;
  background: var(--site-color-white);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
}
.faq-box + .faq-box {
  margin-top: 22px;
}
.faq-box dt {
  position: relative;
  padding: 0.4em 0 0 2.5rem;
  font-size: 1rem;
  font-family: var(--site-font-en);
  font-weight: normal;
  color: var(--site-color-gray1);
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .faq-box dt {
    font-size: 1.25rem;
    padding-top: 0.05em;
  }
}
.faq-box dt::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 1.125rem;
  font-weight: 400;
  font-family: var(--site-font-en);
  background: linear-gradient(180deg, #D2B48A, #E3D0B5);
  color: var(--site-color-white);
  line-height: 1;
}
.faq-box dd {
  position: relative;
  margin-top: 1.25rem;
  padding: 0.35em 0 0 2.5rem;
  line-height: 1.7;
}
.faq-box dd::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 1.125rem;
  font-weight: 400;
  font-family: var(--site-font-en);
  background: linear-gradient(180deg, #808080, #BEBEBE);
  color: var(--site-color-white);
  line-height: 1;
}
.faq-box dd a {
  text-decoration: underline;
}
.faq-box dd b {
  color: var(--site-color-key5);
}

.pan-list {
  font-size: 10px;
  padding: 1.25em 1rem;
}
@media screen and (min-width: 768px) {
  .pan-list {
    padding: 1.25em 2.5rem;
  }
}
.pan-list ul {
  display: flex;
  overflow: hidden;
  max-width: 1078px;
  margin: auto;
}
.pan-list ul li {
  white-space: nowrap;
}
.pan-list ul li:not(:last-child) {
  margin-right: 0.5em;
}
.pan-list ul li:not(:last-child)::after {
  content: "/";
  margin-left: 0.5em;
}
.pan-list ul li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
.pan-list abbr {
  text-decoration: none;
}