@charset "UTF-8";
/*
theme Name: 
*/
/* CSS Document */
/* all content
* --------------------------------------- */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, small {
  font-size: 18px;
  line-height: 1.8;
  text-decoration: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  list-style: none;
  color: #334067;
}
a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
main {
  flex: 1;
}
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}
img {
  vertical-align: top;
  width: 100%;
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
  color: #333333;
}
::-webkit-selection {
  color: #fff;
  background: #333333;
}
::-moz-selection {
  color: #fff;
  background: #333333;
}
::selection {
  background-color: #cccccc;
  color: #222;
  text-shadow: none;
}
.common-1100-width {
  max-width: 1100px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-1300-width {
  max-width: 1300px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-60-padding {
  padding: 60px 0;
}
.common-80-padding {
  padding: 80px 0;
}
.common-120-padding {
  padding: 120px 0;
}
.bottom-100-padding {
  padding: 0 0 100px;
}
.common-100-padding {
  padding: 100px 0;
}
.bottom-120-margin {
  margin-bottom: 120px;
}
.bottom-100-margin {
  margin-bottom: 100px;
}
.bottom-80-margin {
  margin-bottom: 80px;
}
.bottom-60-margin {
  margin-bottom: 60px;
}
.bottom-46-margin {
  margin-bottom: 46px;
}
.bottom-32-margin {
  margin-bottom: 32px;
}
.bottom-24-margin {
  margin-bottom: 24px;
}
.bottom-16-margin {
  margin-bottom: 16px;
}
.bottom-8-margin {
  margin-bottom: 8px;
}
.pc_none {
  display: none !important;
}
.sp_none {
  display: block !important;
}
* {
  -webkit-appearance: none;
}
.main-u-page {
  margin-top: 100px;
}
#greetings {
  padding-top: 153px;
  margin-top: -153px;
}
.category-lists__wrap {
  display: flex;
  gap: 16px 46px;
  margin-bottom: 46px;
  flex-wrap: wrap;
}
.category-lists__wrap li a {
  padding-left: 24px;
  position: relative;
}
.category-lists__wrap li a::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 9px;
  background-image: url(../img/icon-down.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.common_title {
  margin-bottom: 46px
}
.common_title span {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  display: block;
  margin-left: 6px;
  margin-bottom: 10px;
}
.common_title h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}
.common_title.common_title--center {
  text-align: center;
}
.common_title.common_title--white span, .common_title.common_title--white h2 {
  color: #fff;
}
.common_btn a {
  max-width: 350px;
  margin: 0 auto;
  background-color: #fff;
  font-weight: 500;
  padding: 20px 10px;
  box-sizing: border-box;
  position: relative;
  border-radius: 1000px;
  text-align: center;
  border: solid 1.5px #fff;
}
.common_btn a::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url("../img/arrow-black.svg");
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.common_btn a:hover {
  opacity: 1;
  color: #fff;
  background-color: #334067;
}
.common_btn a:hover::before {
  background-image: url("../img/arrow-white.svg");
}
.common_btn--blue a {
  background-color: #2EA7E0;
  color: #fff;
  border: none;
}
.common_btn--blue a::before {
  background-image: url("../img/arrow-white.svg");
}

.page_title{
	background-color: #F3FAFF;
}

.page_title--text{
	text-align: center;
	font-weight: 600;
	font-size: 40px;
	padding: 100px 20px;
	box-sizing: border-box;
	
}
@media screen and (max-width: 941px) {
  .main-u-page {
    margin-top: 80px;
  }
  .common-120-padding {
    padding: 80px 0;
  }
  .common-100-padding {
    padding: 60px 0;
  }
  .bottom-100-padding {
    padding: 0 0 60px;
  }
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, small {
    font-size: 14px;
  }
  .common-150-padding {
    padding: 100px 0;
  }
  .bottom-100-margin {
    margin-bottom: 60px;
  }
  .bottom-80-margin {
    margin-bottom: 60px;
  }
  .bottom-60-margin {
    margin-bottom: 46px;
  }
  .bottom-46-margin {
    margin-bottom: 32px;
  }
  .bottom-32-margin {
    margin-bottom: 24px;
  }
  .bottom-24-margin {
    margin-bottom: 16px;
  }
  .common-60-padding {
    padding: 32px 0;
  }
  .common-80-padding {
    padding: 60px 0;
  }
  .bottom-120-margin {
    margin-bottom: 80px;
  }
  .category-lists__wrap li {
    width: 49%;
  }
  .category-lists__wrap {
    gap: 16px 0;
    margin-bottom: 24px;
    justify-content: space-between;
  }
  .page-title__wrap .page-title {
    padding: 46px 20px;
    font-size: 24px;
  }
  .common_title {
    margin-bottom: 32px
  }
  .common_title span {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .common_title h2 {
    font-size: 28px;
  }
  .common_btn a {
    max-width: 300px;
  }
	
	.page_title--text{
		font-size: 28px;
	padding: 60px 10px;
	
}
	
}
@media screen and (max-width: 426px) {
  .common-150-padding {
    padding: 60px 0;
  }
  .top-150-padding {
    padding: 60px 0 0;
  }
  .common-title__wrap {
    margin-bottom: 24px;
  }
  .common-60-padding {
    padding: 24px 0;
  }
  .common-80-padding {
    padding: 46px 0;
  }
  .bottom-120-margin {
    margin-bottom: 60px;
  }
}
/* ????
* --------------------------------------- */
.global-contect__wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  box-sizing: border-box;
  align-items: center;
  background-color: #fff;
  min-height: 100px;
}
.global-nav__pc {
  position: fixed;
  top: 0;
  z-index: 100;
  left: 0;
  width: 100%;
  margin: 0 auto;
}
.global-nav__pc .dropmenu li .navi-items__block {
  width: 1250px;
  display: none;
}
.global-nav__pc .dropmenu li .navi-items__block .navi-items__box li {
  width: 49%;
}
.navi-items__wrap {
  width: 24%;
}
.global-nav__pc .dropmenu li.parentmenu:hover .navi-items__block {
  display: flex;
}
.navi-items__block span {
  display: block;
  margin-bottom: 10px;
}
.global-nav__sp {
  display: none;
}
.header__navItem a {
  opacity: 1;
}
.header__navList {
  display: flex;
  justify-content: flex-end;
  gap: 0 16px;
}
.header__navItem::after {
  content: "/"
}
.header__navItem:nth-last-child(1)::after {
  display: none;
}
.header__navItem {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.header__navItemLink {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 36px 0;
}
.header__inner {
  box-sizing: border-box;
  padding-left: 16px;
}
.megaMenu__link.is-active + .megaMenu__content {
  opacity: 1;
  visibility: visible;
}
.megaMenu__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  padding: 40px 20px 60px;
  box-sizing: border-box;
}
.megaMenu__inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  overflow-y: scroll;
}
.megaMenu__list {
  max-height: 350px;
}
.megaMenu__title {
  padding-left: 20px;
}
.megaMenu__titleLink {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.megaMenu__titleLink:hover, .megaMenu__titleLink:focus {
  opacity: 0.7;
}
.megaMenu__titleLink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  height: 12px;
  width: 8px;
}
.megaMenu__list__block {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 1.3%;
}
.megaMenu__list__block .megaMenu__subItem {
  padding-bottom: 8px;
  border-bottom: solid 1px #d2d2d2;
  width: 24%;
}
.megaMenu__item {
  width: 100%;
  margin-bottom: 24px;
}
.megaMenu__item:nth-last-child(1) {
  margin-bottom: 0;
}
.megaMenu__subList {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 1.3%;
}
.megaMenu__itemLink {
  position: relative;
  font-weight: 500;
  color: #222;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-bottom: 8px;
  text-align: left;
}
.megaMenu__itemLink:hover, .megaMenu__itemLink:focus {
  opacity: 0.7;
}
.megaMenu__itemLink.hover_none:hover {
  opacity: 1;
  color: #222;
}
.megaMenu__subItemLink {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 16px;
  padding-left: 25px;
  text-align: left;
}
.megaMenu__subList.column .megaMenu__subItemLink {
  font-size: 14px;
}
.megaMenu__subItemLink::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url("../img/next-blue.svg");
  position: absolute;
  left: 0;
  top: 6px;
}
.megaMenu__subItemLink:hover {
  opacity: 1;
}
.megaMenu__subItem {
  padding-bottom: 10px;
  border-bottom: solid 1px #bee4f5;
  width: 24%;
}
.megaMenu__subItem:last-child {
  margin-bottom: 0;
}
.header__navItemLink.js-megaMenu {
  display: flex;
  flex-direction: column-reverse;

}
.header__navItem.megaMenu:hover .megaMenu__content {
  opacity: 1;
  visibility: visible;
}
.megaMenu__subItem._gray {
  padding-bottom: 0;
  border-bottom: none;
  width: 100%;
}
.megaMenu__subItem._gray .megaMenu__subItemLink::before {
  display: none
}
.megaMenu__subItem._gray .megaMenu__subItemLink {
  padding: 0;
}
@media screen and (max-width: 1450px) {
  .header__navItem a {
    font-size: 14px;
  }
  .header__navItem::after {
    display: none
  }
  .header__navList {
    gap: 0 0;
    justify-content: space-between;
  }
  .global-logo__box {
    width: 200px;
  }
  .header__inner {
    width: 60%;
  }
}
@media screen and (max-width: 941px) {
  .global-nav__pc {
    display: none;
  }
  .global-nav__sp {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    background: #fff;
    display: block;
    height: 80px;
    z-index: 1000;
  }
  .gnav-items__wrap {
    margin: 0;
    max-width: 100%;
  }
  .global-nav__list {
    padding: 0 0 300px
  }
  .gnav-items__wrap {
    display: none;
    height: 100vh;
    background: #fff;
    overflow-y: scroll;
  }
  .gnav-items__wrap .trigger {
    z-index: 0;
    background-color: #fff;
    line-height: 1;
    font-size: 16px;
  }
  .gnav-items__wrap .trigger a {
    position: relative;
    display: block;
    font-weight: normal;
    text-decoration: none;
    -webkit-transition: .35s all ease;
    transition: .35s all ease;
    font-size: 16px;
  }
  .gnav-items__wrap .target {
    z-index: 1;
    display: none;
    margin: 0 auto;
    padding: 0;
    color: #fff;
  }
  .global-nav__list > li {
    animation: fadeInDown 0.5s cubic-bezier(.17, .67, .57, .99) forwards;
    pointer-events: auto;
    position: relative;
    padding: 0;
  }
  .global-nav__list li:nth-child(1) a {
    border-top: solid .5px #222;
  }
  .global-nav__list > li a {
    display: block;
    padding: 20px 10px;
    transition: 0.3s;
    border-bottom: solid .5px #222;
    font-weight: 400;
    font-size: 14px;
  }
  .global-nav__list > li .trigger {
    display: block;
    padding: 25px 10px;
    transition: 0.3s;
    border-bottom: solid .5px #222;
    font-weight: 400;
    font-size: 14px;
  }
  .global-nav__list > li .trigger.trigger-sub {
    background: #dedede;
    padding: 20px 10px;
  }
  .btn_hamburger {
    width: 65px;
    background: #fff;
    cursor: pointer;
    z-index: 1000000;
    margin-left: auto;
    padding: 15px 0;
  }
  .btn_hamburger a {
    position: relative;
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background: #2EA7E0;
    border-radius: 100px;
  }
  .btn_hamburger .active {
    box-shadow: none;
  }
  .btn_hamburger span {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    transition: 0.3s;
    background: #fff;
  }
  .btn_hamburger span:nth-of-type(1) {
    top: 40%;
  }
  .btn_hamburger span:nth-of-type(2) {
    top: 50%;
  }
  .btn_hamburger span:nth-of-type(3) {
    top: 60%;
  }
  .btn_hamburger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .btn_hamburger .active span:nth-of-type(2) {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    background: #fff;
  }
  .btn_hamburger .active span:nth-of-type(2)::after {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    background: #fff;
  }
  .btn_hamburger .active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) scale(0);
    -ms-transform: translateY(20px) scale(0);
    transform: translateY(20px) scale(0);
  }
  .btn_hamburger .active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) scale(0);
    -ms-transform: translateY(-20px) scale(0);
    transform: translateY(-20px) scale(0);
  }
  .js-sub-btn {
    width: 100%;
    height: 54px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .gnav-items__wrap .active span img {
    transform: rotate(90deg);
  }
  .target ul li {
    position: relative;
  }
  .target ul li a {
    margin: 0;
    padding: 16px 10px;
    border-bottom: solid .5px #222;
    background: #ebebeb;
    line-height: 1.7;
    font-weight: 400;
    font-size: 14px;
  }
  .header-logo__wrap {
    position: fixed;
    top: 23px;
    left: 20px;
    width: 250px;
  }
  .js-sub-btn::before, .js-sub-btn::after {
    content: '';
    width: 10px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .js-sub-btn::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
  }
  .trigger.active .js-sub-btn::after {
    transform: translateY(-50%) rotate(0);
  }
  .target._last ul li:nth-last-child(1) {
    border-bottom: solid .5px #222;
  }
  .gnav-items__wrap::-webkit-scrollbar {
    display: none;
  }
  .megaMenu__subItem {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }
  .megaMenu__subItemLink::before {
    display: none
  }
}
@media screen and (max-width: 541px) {
  .header-logo__wrap {
    left: 14px;
	          top: 13px;
  }
}
/* ???????
* --------------------------------------- */
.keyvisual-area__group {
  padding-top: 100px;
  background: linear-gradient(180deg, #fff 0%, #fff 60%, #F3FAFF 60%, #F3FAFF 100%);
  box-sizing: border-box;
}
.keyvisual_slider--wrap {
  margin-top: 100px;
}
.keyvisual_slider--box {
  width: 100%;
  margin: 0 20px
}
.keyvisual_slider--small {
  width: 155px !important;
}
.keyvisual_text {
  display: flex;
  align-items: center;
  background-image: url("../img/keyvisual-text.svg");
  background-position: left -50px center;
  background-size: auto 40%;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.keyvisual_text--wrap {
  max-width: 1300px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.keyvisual_text--items {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 941px) {
  .keyvisual-area__group {
    padding-top: 80px;
    background: linear-gradient(180deg, #fff 0%, #fff 30%, #F3FAFF 30%, #F3FAFF 100%);
  }
  .keyvisual_slider--wrap {
    margin-top: 40px;
  }
  .keyvisual_text {
    background-size: auto 30%;
    padding: 40px 0;
  }
  .keyvisual_text--items {
    font-size: 15px;
    line-height: 2;
  }
  .keyvisual_slider--small {
    width: 100px !important;
  }
  .keyvisual_slider--box {
    margin: 0 10px;
  }
}
@media screen and (max-width: 426px) {
  .keyvisual_slider--small {
    width: 60px !important;
  }
  .keyvisual_text--items {
    font-size: 13px;
    line-height: 2;
  }
  .keyvisual-area__group {
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #F3FAFF 50%, #F3FAFF 100%);
  }
}
/* ?????
* --------------------------------------- */
.greeting-area__group {
  background-color: #F3FAFF;
}
.greeting_items--inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 46px;
}
.greeting_items--image {
  width: 35%
}
.greeting_items--text {
  width: 60%;
  line-height: 2.5;
}
.greeting_banner--inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
.greeting_banner--box {
  width: 49%;
}
@media screen and (max-width: 941px) {
  .greeting_items--image {
    width: 70%;
    margin: 0 auto;
  }
  .greeting_items--text {
    width: 100%;
    line-height: 2;
  }
  .greeting_items--inner {
    margin-bottom: 32px;
  }
  .greeting_banner--box {
    width: 100%;
  }
}
/* ????
* --------------------------------------- */
.info-area__group {
  background-color: #F3FAFF;
}
.info-area__inner {
  background-color: #334067;
  border-radius: 80px;
}
@media screen and (max-width: 941px) {
  .info-area__inner {
    border-radius: 40px;
  }
}
/* ??
* --------------------------------------- */
.post-items__wrap {
  margin-bottom: 46px;
}
.post-items__block {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 1.3%;
}
.post-items__box {
  width: 24%;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 16px;
  position: relative;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: solid 1px #f0f0f0;
}
.post-items__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 16px;
}
.post-items__box a:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
  background: #fff;
}
.post-items__box ._category {
  display: inline-block;
  border-radius: 100px;
  background-color: #2EA7E0;
  padding: 6px 24px;
  line-height: 1.2;
  font-size: 15px;
  margin-bottom: 10px;
  width: fit-content;
  color: #fff;
}
.post-items__box p {
  margin-bottom: 8px;
  font-weight: 500;
}
.post-items__box time {
  margin-top: 8px;
  font-size: 16px;
  display: block;
  text-align: right;
}
@media screen and (max-width: 941px) {
  .post-items__block {
    gap: 10px 0;
    justify-content: space-between;
  }
  .post-items__box {
    width: 49%;
    border-radius: 8px;
    padding: 16px;
  }
  .post-items__box ._category {
    padding: 4px 16px 4px 16px;
    font-size: 11px;
  }
  .post-items__box p {
    font-size: 14px;
  }
  .post-items__wrap {
    margin-bottom: 32px;
  }
  .post-items__box time {
    font-size: 14px;
  }
}
@media screen and (max-width: 426px) {
  .post-items__box {
    width: 100%;
  }
}
/* 
* --------------------------------------- */
.about-area__group {
  background-color: #F3FAFF;
}
.features__items--box {
  position: relative;
  margin: 0 20px;
  padding: 10px 20px 0 0;
  box-sizing: border-box;
  margin-top: 10px;
}
.features__items--inner {
  border-radius: 20px;
  background-color: #fff;
  padding: 46px 20px 46px;
  box-sizing: border-box;
  height: 100%
}
.features__items--number {
  width: 70px;
  position: absolute;
  right: -5px;
  top: -10px;
}
.features__items--box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -10;
  background-image: url("../img/deco-blue.svg");
  background-position: right top;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.features__items--box--blue::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -10;
  background-image: url("../img/deco-black.svg");
  background-position: right top;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.features__items--inner h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}
.features__items--inner p {}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}
@media screen and (max-width: 941px) {
  .features__items--inner h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .features__items--number {
    width: 50px;
  }
  .features__items--inner {
    padding: 20px 20px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .features__items--box {
    padding: 10px 16px 0 0;
  }
}
@media screen and (max-width: 426px) {
  .features__items--inner h3 {
    font-size: 16px;
  }
}
/* 
* --------------------------------------- */
.about_section {
  margin-top: 100px;
}
.about_items--wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0;
}
.about_items--title {
  font-weight: 600;
  font-size: 24px;
  width: 18%;
}
.about_items--text {
  width: 75%;
}
.about_items--text h3 {
  font-weight: 500;
  font-size: 21px;
  margin-bottom: 10px;
}
.about_items--wrap:not(:last-child) {
  margin-bottom: 46px;
}
.about_lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 0;
}
.about_lists li {
  width: 48%;
  padding-left: 16px;
  position: relative;
}
.about_lists--large li {
  width: 100%;
}
.about_lists li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #2db6ed;
  border-radius: 50%;
  top: 14px;
  left: 0;
}
@media screen and (max-width: 941px) {
  .about_section {
    margin-top: 60px;
  }
  .about_items--title {
    font-size: 18px;
    width: 100%;
  }
  .about_items--text {
    width: 100%;
  }
  .about_items--text h3 {
    font-size: 16px;
  }
  .about_items--wrap {
    gap: 10px 0;
  }
  .about_lists li {
    width: 100%;
  }
  .about_lists {
    gap: 5px 0;
  }
  .about_lists li::before {
    top: 11px;
  }
}
/* ????
* --------------------------------------- */
.area-area__group {
  background-image: url("../img/map.png");
  background-position: right 20% top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding: 200px 0;
}
.area_wrap {
  max-width: 450px;
}
.area_items--text p {
  margin-bottom: 46px;
  line-height: 2;
}
@media screen and (max-width: 941px) {
  .area_wrap {
    max-width: 100%;
  }
  .area-area__group {
    background-position: right 20% top;
    padding: 60px 0 100px;
    background-image: url("../img/map-sp.png");
  }
  .area_items--text p {
    margin-bottom: 32px;
  }
}
/* ????
* --------------------------------------- */
.footer-area__group {
  background-color: #232E4D;
  border-radius: 80px 80px 0 0;
}
.footer_items {
  padding-bottom: 46px;
  margin-bottom: 46px;
  border-bottom: solid 1px #fff
}
.footer_items--logo {
  max-width: 380px;
  margin-bottom: 32px;
}
.footer_items--address {
  color: #fff;
  margin-bottom: 10px;
  font-style: normal;
}
.footer_items--map a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0 3px;
  line-height: 1.3;
}
.footer_items--map a::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 17px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url("../img/icon-map.svg");
}
.footer_items--tel a {
  color: #fff;
  margin-top: 32px;
}
.footer_copy small {
  display: block;
  color: #fff;
}
@media screen and (max-width: 941px) {
  .footer-area__group {
    border-radius: 40px 40px 0 0;
  }
  .footer_items--logo {
    max-width: 330px;
    margin-bottom: 24px;
  }
  .footer_items--address {
    font-size: 13px;
  }
  .footer_items--map a {
    font-size: 13px;
  }
  .footer_items--map a::before {
    width: 11px;
    height: 13px;
  }
  .footer_items--tel a {
    font-size: 13px;
  }
  .footer_copy small {
    font-size: 13px;
  }
  .footer_items {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
/* ???????
* --------------------------------------- */
.floating-items {
  position: fixed;
  bottom: 0;
  right: 0;
  padding-top: 100px;
  max-width: 500px;
  width: 100%;
  z-index: 1000;
}
.floating-items--block {
  display: flex;
  background-color: #fff;
  justify-content: space-between;
  padding: 16px 24px;
  box-sizing: border-box;
  align-items: center;
  border-radius: 16px 0 0 0;
}
.floating-items--mascot {
  position: absolute;
  width: 62px;
  top: 0;
  right: 10px;
}
.floating-items--tel {
  width: 38%;
  text-align: center;
}
.floating-items--tel a {
  font-size: 21px;
  border-bottom: solid 1px #334067;
  padding-bottom: 4px;
  margin-bottom: 4px;
  font-weight: 500;
}
.floating-items--tel a::before {
  content: "TEL.";
  font-size: 16px;
}
.floating-items--tel span {
  font-size: 13px;
  display: block;
  font-weight: 500;
}
.floating-items--web {
  width: 32%;
}
.floating-items--box a {
  font-size: 15px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 16px 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.floating-items--web a {
  background-color: #232E4D;
}
.floating-items--web a::before {
  content: "24??";
  font-size: 15px;
  color: #fff;
}
.floating-items--recruit {
  width: 24%;
}
.floating-items--recruit a {
  background-color: #2EA7E0;
}
@media screen and (max-width: 941px) {
  .floating-items--box {
    width: 32%;
  }
  .floating-items--tel a {
    border-bottom: none;
    background-color: #215066;
    margin-bottom: 0;
  }
  .floating-items--tel a::before {
    display: none
  }
  .floating-items--block {
    padding: 10px 16px;
  }
  .floating-items--mascot {
    width: 40px;
  }
  .floating-items {
    padding-top: 64px
  }
  .floating-items--web a::before {
    display: none
  }
}
/* ???????
* --------------------------------------- */
.common-1ver__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.8;
  padding-bottom: 16px;
color: #2EA7E0;
  text-align: center;
  letter-spacing: 0.05em;
}

.doctor-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 0;
}
.doctor-items__text {
  width: 47%;
}
.doctor-items__image {
  width: 47%;
}
.doctor-items__image img {
  border-radius: 100px 100px 0 0;
}
.doctor-items__image span {
  display: block;
  background-color: #2EA7E0;
  font-size: 22px;
  text-align: center;
  display: block;
  color: #fff;
}
.doctor-items__text h3 {
  font-weight: 500;
  font-size: 21px;
  margin-bottom: 16px;
}
.doctor-deta__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 0;
}
.doctor-deta__box {
  width: 47%;
}
.common-2ver__title {
  text-align: center;
  color: #2EA7E0;
  font-weight: 500;
  font-size: 21px;
}
.doctor-deta__table table {
  width: 100%;
}
.doctor-deta__table table tr:nth-last-child(1) {
  margin-bottom: 0;
}
.doctor-deta__table table tr {
  display: block;
  margin-bottom: 10px;
}
.doctor-deta__table table tr th {
  width: 130px;
  text-align: left;
  box-sizing: border-box;
  font-weight: 400;
}
.doctor-deta__table table tr td {
  box-sizing: border-box;
  font-weight: 400;
}
.doctor-lists__box ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  box-sizing: border-box;
}
.doctor-lists__box ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.doctor-lists__box ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #2EA7E0;
  border-radius: 50%;
  top: 13px;
  left: 0;
}
.access-lists__table {
  width: 100%;
}
.access-lists__table tr:nth-child(1) {
  padding-top: 0;
}
.access-lists__table tr {
  display: block;
  border-bottom: solid 2px #2EA7E0;
  padding: 20px 0;
}
.access-lists__table tr th {
  width: 200px;
  text-align: left;
  box-sizing: border-box;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 21px;
		color: #000;
}
.access-lists__table tr td {
  box-sizing: border-box;
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0.05em;
	color: #000;
}
.facility-slider__wrap img {
  width: 100%;
}
.facility-slider__wrap ._thumbnail img {
  padding: 0 5px;
  box-sizing: border-box;
}
.facility-slider__wrap ._thumbnail {
  margin: 20px auto 0;
}
.facility-slider__wrap ._slider ._image {
  position: relative;
  overflow: hidden;
  padding-top: 600px;
}
.facility-slider__wrap ._slider ._image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.facility-slider__wrap ._thumbnail ._image {
  position: relative;
  overflow: hidden;
  padding-top: 65px;
}
.facility-slider__wrap ._thumbnail ._image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 941px) {
  .common-1ver__title {
    font-size: 21px;
    padding-bottom: 4px;
  }
  .common-1ver__title::after {
    width: 50px;
  }
  .facility-slider__wrap ._slider ._image {
    padding-top: 4%;
  }
  .doctor-items__block {
    gap: 24px 0;
    flex-direction: column;
  }
  .doctor-items__text {
    width: 100%;
  }
  .doctor-items__image {
    width: 80%;
    margin: 0 auto;
  }
  .doctor-items__image span {
    font-size: 14px;
  }
  .doctor-items__text h3 {
    font-size: 16px;
  }
  .doctor-deta__box {
    width: 100%;
  }
  .common-2ver__title {
    font-size: 18px;
  }
  .doctor-deta__table table tr th {
    width: 90px;
  }
  .doctor-lists__box ul li {
    margin-bottom: 4px;
    padding-left: 10px;
  }
  .doctor-lists__box ul li::before {
    width: 3px;
    height: 3px;
    top: 11px;
  }
  .access-lists__table tr th {
    width: 80px;
    font-size: 14px;
  }
  .access-lists__table tr td {
    font-size: 14px;
    letter-spacing: 0;
  }
  .access-lists__table tr {
    border-bottom: solid 1px #2EA7E0;
    padding: 15px 0;
  }
	.facility-slider__wrap ._thumbnail{
		    margin: 5px auto 0;
	}
	.facility-slider__wrap ._thumbnail img {
    padding: 0 2.5px;
 
}
}

/* ????
* --------------------------------------- */

.recruit-lists__table {
  width: 100%;
}
.recruit-lists__table tr:nth-child(1) {
  padding-top: 0;
}
.recruit-lists__table tr {
  display: block;
  border-bottom: solid 2px #2EA7E0;
  padding: 20px 0;
}
.recruit-lists__table tr th {
  width: 200px;
  text-align: left;
  box-sizing: border-box;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 18px;
}
.recruit-lists__table tr td {
  box-sizing: border-box;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 941px) {
  .recruit-lists__table tr th {
    width: 80px;
    font-size: 14px;
  }
  .recruit-lists__table tr td {
    font-size: 14px;
    letter-spacing: 0;
  }
  .recruit-lists__table tr {
    border-bottom: solid 1px #2EA7E0;
    padding: 15px 0;
  }
}
/* ?????y
* --------------------------------------- */

.single--ttl {
  margin-bottom: 80px;
}
.single--ttl h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}
.single--ttl span {
    display: inline-block;
    padding: 4px 24px;
    border-radius: 100px;
    font-weight: 500;
    margin-bottom: 10px;
    background-color: #2EA7E0;
    color: #fff;
    font-size: 16px;
}
.single--ttl time {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 16px;
	text-align: right;
}
h1.single-post__title {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 46px;
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
h1.single-post__title::after {
  content: "";
  width: 200px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.common-single__post h2 {
  font-size: 24px;
  margin-top: 1em;
  margin-bottom: .8em;
  padding-left: 30px;
  position: relative;
  font-weight: 500;
  line-height: 1.5;
}
.common-single__post h2::after {
  content: "";
  width: 10px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #232E4D 0%, #232E4D 50%, #2EA7E0 50%, #2EA7E0 100%);
}
.common-single__post .prp-navi-area h2 {
  margin-top: 0;
  padding-left: 0;
  line-height: 2.2;
}
.common-single__post .prp-navi-area h2::after {
  all: revert;
}
.common-single__post h3 {
  font-size: 24px;
  margin-top: 1em;
  margin-bottom: .8em;
  font-weight: 500;
  padding-bottom: 16px;
  border-bottom: solid 3px #cee9f7;
  position: relative;
}
.common-single__post h3::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #2EA7E0;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.common-single__post p {
  margin-bottom: .5em;
  line-height: 2;
  font-weight: 300;
	font-family: "Noto Sans JP", sans-serif;
}
.common-single__post ul {
  margin-top: 1em;
  margin-bottom: .8em;
}
.common-single__post .prp-navi-area ul {
  margin: 0;
}
strong {
  font-weight: 500;
}
.common-single__post ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 24px;
  box-sizing: border-box;
}
.common-single__post ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #2EA7E0;
  border-radius: 50%;
  top: 13px;
  left: 0;
}

.common-single__post .prp-navi-area ul li::before {
  all: revert;
}
.common-single__post .prp-navi-area ul li {
  width: 49%;
}
.common-single__post ol {
  margin-top: 1em;
  margin-bottom: .8em;
}
.common-single__post > ol > li {
  list-style-type: decimal;
  margin-bottom: 5px;
}
.common-single__post ol {
  padding-left: 20px;
}
.common-single__post a {
  display: inline-block;
  text-decoration: underline;
  padding: 0 5px;
  color: #CF0000;
}
.common-single__post a:hover {
  text-decoration: none;
  opacity: 1;
}
.common-single__post a {
  display: inline-block;
  text-decoration: underline;
  padding: 0 5px;
  color: #CF0000;
}
.common-single__post .prp-navi-area a {
  display: block;
  text-decoration: none;
  color: #000;
}
.common-single__post .prp-navi-area a:hover {
  opacity: 0.7;
}
.common-single__post img {
  max-width: 100%;
  height: auto;
  margin-bottom: .8em;
}
.common-single__post {
  width: 100%;
}
.common-single__post ._thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 57%;
  border-radius: 10px;
}
.common-single__post ._thumbnail iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}
.common-single__post ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.common-single__post table {
  width: 100%;
}
.common-single__post table {
  margin: 30px 0 24px 0;
  width: 100%;
}
.common-single__post tr:nth-child(1) td strong {
  color: #fff;
  font-weight: 400;
}
.common-single__post tr:nth-child(1) td {
  background: #222;
  border: 1px solid #DDD;
  color: #fff;
}
.common-single__post td {
  border: 1px solid #DDD;
}
.common-single__post td strong {
  font-weight: 400;
}
.common-single__post tr {
  background: #fff;
  border: 1px solid #DDD;
}
.common-single__post th {
  border: 1px solid #ccc;
  padding: 10px 15px;
  line-height: 2.2;
  background: #fff;
}
.common-single__post th {
  background: #f2f2f2;
  font-weight: normal;
}
.common-single__post table.table_no_border th, .common-single__post table.table_no_border td {
  border: none;
  padding-left: 0;
}
.common-single__post table.table_border_horizontal th, .common-single__post table.table_border_horizontal td {
  border-left: none;
  border-right: none;
  padding-left: 0;
}

.wp-block-table.has-fixed-layout{
	
}
.wp-block-table.cf table{
	width: 1700px;
}
@media screen and (max-width: 769px) {
  h1.single-post__title {
    font-size: 28px;
    padding-bottom: 24px;
    margin-bottom: 32px;
  }
  h1.single-post__title::after {
    width: 100px;
    height: 2px;
  }
  .common-single__post h2 {
    font-size: 21px;
    padding-left: 20px;
  }
  .common-single__post h2::after {
    width: 6px;
    height: 31px;
  }
  .common-single__post h3 {
    font-size: 18px;
    border-bottom: solid 2px #EBE7E1;
  }
  .common-single__post h3::after {
    height: 2px;
    bottom: -2px;
  }
  .common-single__post ul li::before {
    width: 8px;
    height: 8px;
    top: 6px;
  }
  .common-single__post ul li {
    margin-bottom: 10px;
    padding-left: 16px;
  }
	.wp-block-table.cf table{
	width: 1500px;
}
	.single--ttl {
    margin-bottom: 46px;
  }
  .single--ttl h1 {
    font-size: 22px;
  }
  .single--ttl span {
    margin-bottom: 8px;
    font-size: 12px;
    padding: 3px 16px;
  }
  .single--ttl time {
    font-size: 14px;
    margin-top: 8px;
  }
}

/* ?????
* --------------------------------------- */
.single-peger-items {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 0 15px;
}
.single-peger-items .pre a {
  background-color: #232E4D;
  color: #fff;
}
.single-peger-items .next a {
  background-color: #232E4D;
  color: #fff;
}
.single-peger-items li:nth-child(2) a {
  background-color: #2EA7E0;
  color: #232E4D;
  
}
.single-peger-items li a {
  width: 80px;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 0 10px;
}
.wp-pagenavi .current {
  background-color: #232E4D;
  color: #fff;
  border: solid 1px #232E4D;
  width: 42px;
  text-align: center;
  padding: 6px 0;
}
.wp-pagenavi a {

  background-color: #2EA7E0;
  color: #fff;
  width: 44px;
  text-align: center;
  padding: 6px 0;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  width: 80px;
  font-size: 14px;
  padding: 8px 0;
}
@media screen and (max-width: 769px) {
  .single-peger-items li a {
    width: 80px;
  }
  .wp-pagenavi a {
    font-size: 14px;
    width: 33px;
    padding: 7px 0;
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    width: 60px;
    font-size: 13px;
    padding: 7px 0;
  }
  .wp-pagenavi .current {
    font-size: 13px;
    width: 33px;
    padding: 7px 0;
  }
  .single-peger-items {
    margin-top: 30px;
  }
  .wp-pagenavi {
    display: flex;
    justify-content: center;
    margin-top: 35px;
  }
}
/* ???????
* --------------------------------------- */
.breadcrumbs-items__wrap {
  display: flex;
  margin-bottom: 16px;
  gap: 0 10px;
}
.breadcrumbs-items__wrap a, .breadcrumbs-items__wrap span {
  display: block;
  line-height: 1.2;
  font-size: 13px;
}
.breadcrumbs-items__wrap span:nth-last-child(1)[property="name"] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 941px) {
  .breadcrumbs-items__wrap a, .breadcrumbs-items__wrap span {
    font-size: 12px;
  }
  .breadcrumbs-items__wrap {
    margin-bottom: 8px;
  }
}

/* ===== ????????? ?????? ===== */
/* -- PC: ???????? -- */
.floating-items {
  max-width: 580px;
}
.floating-items--mascot {
  display: none;
}
.floating-items--block {
  gap: 10px;
  padding: 18px 24px;
}
.floating-items--box {
  width: auto;
}
.floating-items--box a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s ease;
  white-space: nowrap;
  border: none;
  border-bottom: none;
}
.floating-items--contact a {
  background: #2EA7E0;
  color: #fff;
}
.floating-items--contact a:hover {
  background: #1a8fc4;
}
.floating-items--contact a::before { content: none; }
.floating-items--tel {
  width: auto;
}
.floating-items--tel a {
  background: #334067;
  color: #fff;
  font-size: 15px;
  border-bottom: none;
  padding: 16px 22px;
  margin-bottom: 0;
}
.floating-items--tel a:hover {
  background: #252e4d;
}
.floating-items--tel a::before { content: none; }
.floating-items--tel span { display: none; }
.floating-items--line a {
  background: #06C755;
  color: #fff;
}
.floating-items--line a:hover {
  background: #05b34c;
}
.floating-items--box svg {
  flex-shrink: 0;
}

/* -- SP: ???? -- */
@media screen and (max-width: 768px) {
  .floating-items {
    left: 0;
    max-width: none;
    padding-top: 0;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.1);
  }
  .floating-items--block {
    justify-content: center;
    gap: 8px;
    padding: 12px 10px;
    border-radius: 0;
  }
  .floating-items--box {
    flex: 1;
  }
  .floating-items--box a {
    padding: 14px 8px;
    font-size: 14px;
    gap: 6px;
  }
}


/* ===== ????????? ===== */
.contact-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.contact-page__intro {
  text-align: center;
  margin-bottom: 50px;
}
.contact-page__lead {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #334067;
  line-height: 1.8;
  margin-bottom: 12px;
}
.contact-page__sub {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}
.contact-page__section {
  margin-bottom: 60px;
}
.contact-page__heading {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #334067;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #2EA7E0;
}
.contact-page__heading-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #F3FAFF;
  border-radius: 50%;
  color: #2EA7E0;
  flex-shrink: 0;
}
/* ??????? */
.contact-page__phone-box {
  background: #F3FAFF;
  border-radius: 12px;
  padding: 36px;
  text-align: center;
}
.contact-page__phone-number {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #2EA7E0;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
.contact-page__phone-number:hover {
  color: #1a8fc4;
}
.contact-page__phone-hours {
  font-size: 16px;
  color: #334067;
  margin-bottom: 6px;
}
.contact-page__phone-note {
  font-size: 14px;
  color: #999;
}
/* ????????? */
.contact-page__form-note {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.8;
}
/* CF7 ???????? */
.contact-form__row {
  margin-bottom: 24px;
}
.contact-form__row label {
  display: block;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #334067;
  margin-bottom: 8px;
}
.contact-form__required {
  display: inline-block;
  background: #e74c3c;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 3px;
  margin-left: 8px;
  vertical-align: middle;
}
.contact-form__row input[type="text"],
.contact-form__row input[type="email"],
.contact-form__row input[type="tel"],
.contact-form__row select,
.contact-form__row textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #dce6f0;
  border-radius: 8px;
  font-size: 16px;
  font-family: 'Zen Maru Gothic', sans-serif;
  background: #fff;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}
.contact-form__row input:focus,
.contact-form__row select:focus,
.contact-form__row textarea:focus {
  outline: none;
  border-color: #2EA7E0;
  box-shadow: 0 0 0 3px rgba(46, 167, 224, 0.1);
}
.contact-form__row textarea {
  min-height: 160px;
  resize: vertical;
}
.contact-form__note {
  font-size: 14px;
  color: #999;
  margin-bottom: 30px;
  line-height: 1.8;
}
.contact-form__submit {
  text-align: center;
}
.contact-form__submit input[type="submit"] {
  background: #2EA7E0;
  color: #fff;
  border: none;
  padding: 18px 60px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 17px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
  letter-spacing: 1px;
}
.contact-form__submit input[type="submit"]:hover {
  background: #1a8fc4;
}
/* FAQ */
.contact-page__faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-page__faq-item {
  background: #F3FAFF;
  border-radius: 12px;
  padding: 24px 28px;
}
.contact-page__faq-q {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #334067;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.contact-page__faq-q::before {
  content: 'Q';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  font-weight: 700;
  color: #2EA7E0;
}
.contact-page__faq-a {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  padding-left: 30px;
  position: relative;
}
.contact-page__faq-a::before {
  content: 'A';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  font-weight: 700;
  color: #e67e22;
}
/* ?????? */
@media screen and (max-width: 768px) {
  .contact-page { padding: 0 15px; }
  .contact-page__lead { font-size: 16px; }
  .contact-page__sub { font-size: 14px; }
  .contact-page__heading { font-size: 18px; }
  .contact-page__phone-number { font-size: 28px; }
  .contact-page__phone-box { padding: 24px 16px; }
  .contact-page__section { margin-bottom: 40px; }
  .contact-page__faq-item { padding: 20px 16px; }
  .pc-only { display: none; }
}

/* ===== ??????? ===== */
.cooperation-intro__group {
  background: #F3FAFF;
  padding: 60px 0;
}
.cooperation-intro__content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.cooperation-intro__lead {
  font-size: 16px;
  color: #555;
  line-height: 1.9;
  margin-bottom: 36px;
}
.cooperation-intro__heading {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #334067;
  margin-bottom: 16px;
  padding-left: 14px;
  border-left: 4px solid #2EA7E0;
}
.cooperation-intro__list {
  list-style: none;
  padding: 0;
  margin-bottom: 36px;
}
.cooperation-intro__list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}
.cooperation-intro__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background: #2EA7E0;
  border-radius: 50%;
}
.cooperation-intro__tel {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.cooperation-intro__tel a {
  font-size: 28px;
  font-weight: 700;
  color: #2EA7E0;
  text-decoration: none;
}

/* -- common-single__post h2 ????? -- */
.common-single__post .contact-page__heading {
  font-size: 26px;
  font-weight: 700;
  padding-left: 0;
  margin-top: 0;
  position: static;
}
.common-single__post .contact-page__heading::after {
  content: none;
}
.common-single__post .contact-page p {
  font-size: 16px;
  line-height: 1.8;
}
.common-single__post .contact-page__lead {
  font-size: 18px;
  font-weight: 500;
}


/* ----- ???? ??(????+????) ----- */
.global-logo__box a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.header-logo-mark {
  width: 45px;
  height: 50px;
  overflow: hidden;
  flex-shrink: 0;
}
.header-logo-mark img {
  height: 50px;
  width: auto;
  max-width: none;
}
.header-logo-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.header-logo-jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #334067;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.header-logo-en {
  font-size: 11px;
  color: #888;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .header-logo-mark {
    width: 35px;
    height: 40px;
  }
  .header-logo-mark img {
    height: 40px;
  }
  .header-logo-jp {
    font-size: 15px;
  }
  .header-logo-en {
    font-size: 9px;
  }
  .global-logo__box a {
    gap: 8px;
  }
}
/* ----- ???? ??+?????? ----- */
.footer_items--logo {
  margin-bottom: 20px;
}
.footer_items--logo a {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #fff;
}
.footer_items--logo-mark {
  width: 45px;
  height: 50px;
  overflow: hidden;
  flex-shrink: 0;
}
.footer_items--logo-mark img {
  height: 50px;
  width: auto;
  max-width: none;
}
.footer_items--clinic-name {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.footer_clinic-name-jp {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}
.footer_clinic-name-en {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .footer_items--logo a {
    gap: 12px;
  }
  .footer_items--logo-mark {
    width: 40px;
    height: 44px;
    flex-shrink: 0;
  }
  .footer_items--logo-mark img {
    height: 44px;
    width: auto;
    max-width: none;
  }
  .footer_clinic-name-jp {
    font-size: 15px;
  }
  .footer_clinic-name-en {
    font-size: 11px;
  }
}

/* Issue 1: ???????? & ??????? */
.header-logo-jp {
  white-space: nowrap;
}
.global-logo__box {
  flex-shrink: 0;
}
.header__navItemLink {
  white-space: nowrap;
}
@media screen and (max-width: 1450px) {
  .global-logo__box {
    width: auto !important;
  }
}