@charset "utf-8";

/*
Theme Name: テンプレート
Author: アルファージール
Version: 1
*/


/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html,body,
div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,
strike,strong,
sub,sup,
tt,var,
b,u,
i,center,
dl,dt,
dd,ol,
ul,li,
fieldset,
form,label,
legend,table,
caption,tbody,
tfoot,thead,
tr,th,
td,article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  vertical-align: top;
}


* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}

body {
  font-size: 16px;
  line-height: 2;
  font-feature-settings: 'palt' 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  letter-spacing: normal;
  min-height: 100vh;
  display: grid;
  align-items: flex-start;
  font-family: 'Noto Sans JP', sans-serif;
}

body.fixed {
  position: fixed;
  left: 0;
  width: 100%;
}

@media (min-width: 960px) {
  .pc_hide {
    display: none !important;
  }
}

@media (min-width: 560px) and (max-width: 959px) {
  .tb_hide {
    display: none !important;
  }
}

@media (max-width: 559px) {
  .sp_hide {
    display: none !important;
  }
}

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

main {
  align-self: stretch;
  container-type: inline-size;
}

a:hover {
  transition: 0.3s;
  opacity: 0.7;
}

.disIB {
  display: inline-block;
}

p {
  margin-bottom: 1em;
}

p:last-child {
  margin-bottom: 0em;
}

@media (max-width: 559px) {
  .taCsp {
    text-align: center !important;
  }

  .disIBsp {
    display: inline-block !important;
  }
}

@media (min-width: 960px) {
  wbr.tbsp {
    display: none;
  }
}

*:has(> wbr) {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

/*==========================================================================*/
/*==header==*/
/*==========================================================================*/
.header {
  position: sticky;
  top: 0 !important;
  z-index: 100;
}

.header__inner {
  display: grid;
  grid-template-columns: auto auto;
  /*	background: #f3f3f3;*/
  background: #fff;
  padding: 0 0 0 0;
  justify-content: space-between;
}

.header__logo {
  padding: 10px 0 10px 5px;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  text-align: center;
  color: #EA7BAF;
}
.header__logo a {
  color: inherit;
  text-decoration: none;
}

.header__logo img {
  max-height: 100%;
  width: auto;
}
.header__logo__text {
  line-height: 1.2;
}

@media (max-width: 959px) {

  .header {
    height: 95px;
    grid-template-columns: auto auto;
    grid-gap: 20px;
    align-items: center;
  }
  .header__inner {
    align-items: center;
    height: 100%;
  }
  .header__logo {
    padding: 10px 0 10px 10px;
    height: 100%;
  }
  .header__logo img {
    max-height: calc(100% - 20px);
  }

  .header__logo__text {
    font-size: 2.7vw;
    font-size: 14px;
  }
}

@media (min-width: 960px) {
  .header {
    align-items: center;
    grid-template-columns: auto 1fr auto;
  }

  .header__logo {
    white-space: nowrap;
    text-align: center;
    font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  }

  .header__logo img {
    height: 60px;
  }

  .header__logo__text {
    white-space: nowrap;
    line-height: 1.2;
    /* margin-left: 20px; */
    color: #EA7BAF;
    font-size: 18px;
  }

}

.header__info {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  padding: 15px 20px;
  align-items: center;
}

.header__btn a {
  background: #EA7BAF;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 30px;
  padding: 10px 20px;
  text-decoration: none;
  line-height: 1.4;
}
@media (max-width: 559px) {
  .header__info {
    grid-template-columns: auto;
  }
}

/*==========================================================================*/
/*==header menu==*/
/*==========================================================================*/
.header__menu {
  display: grid;
  cursor: pointer;
  width: fit-content;
  align-items: center;
  color: #EA7BAF;
  text-align: center;
}

.header__menu:hover {
  opacity: 0.7;
}

.header__menu__box {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.header__menu__border {
  height: 32px;
  width: 100%;
  width: 50px;
  display: grid;
  align-items: center;
  position: relative;
  justify-content: center;
}

.header__menu__border__text {
  margin-top: 5px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  font-size: 80%;
  font-size: 15px;
  letter-spacing: 0;
}

.header__menu__border span:nth-of-type(1) {
  top: 0;
}

.header__menu__border span:nth-of-type(2) {
  /*   top: 20px; */
  top: 50%;
  transform: translate(0%, -50%);
}

.header__menu__border span:nth-of-type(3) {
  bottom: -1px;
}

.header__menu__border span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: #EA7BAF;
  border-radius: 4px;
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}

.header__menu__border_text {
  font-weight: bold;
  font-size: 15px;
  width: 100%;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  -moz-transition-duration: .4s;
  transition-duration: .4s;
  white-space: nowrap;
  display: inline-block;
  padding-top: 36px;
  letter-spacing: 0;
  color: #EA7BAF;
}

#sidebar_flag:checked .header__menu {
  /*  right: calc(21.5vw + 40px);
  right: calc(24.8vw + 40px); */
  /*  margin-right: 20px;*/
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  -moz-transition-duration: .4s;
  transition-duration: .4s;
  /* top: 120px; */
}

#sidebar_flag:checked~.header .header__menu .header__menu__border span {}

#sidebar_flag:checked~.header .header__menu .header__menu__border span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc(3vw * 0.35)
}

#sidebar_flag:checked~.header .header__menu .header__menu__border span:nth-of-type(2) {
  opacity: 0;
}

#sidebar_flag:checked~.header .header__menu .header__menu__border span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(3vw * 0.35)
}

#sidebar_flag:checked~.header .header__menu .header__menu__text {
  /* color: #fff; */
}

/*==========================================================================*/
/*==サイドバー　ハンバーガー ==*/
/*==========================================================================*/

#sidebar_flag~.sidebar_contents .sidebar_contents_box {
  -webkit-transform: translateX(101vw);
  -ms-transform: translateX(101vw);
  -moz-transform: translateX(101vw);
  -o-transform: translateX(101vw);
  transform: translateX(101vw);
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  -moz-transition-duration: .4s;
  transition-duration: .4s;
}

#sidebar_flag:checked~.sidebar_contents .sidebar_contents_box {
  -webkit-transform: translateX(0vw);
  -ms-transform: translateX(0vw);
  -moz-transform: translateX(0vw);
  -o-transform: translateX(0vw);
  transform: translateX(0vw);
}

.sidebar_contents {
  position: fixed;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  z-index: 110;
}

.sidebar_contents_box {
  position: relative;
}

.sidebar_contents_box_inner {
  height: 100vh;
  width: 100%;
  z-index: 10;
  background: #EA7BAF;
  padding: 120px 20px 20px;
  overflow-y: auto;
  gap: 0 2vw;
  color: #fff;
}

.sidebar_menu_close {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 40px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
}

@media (max-width: 559px) {
  .sidebar_contents_box_inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sidebar_menu_close {
    top: 20px;
    width: 40px;
    height: 40px;
  }
}

.sidebar_menu_close:hover {
  opacity: 0.7;
}

.sidebar_menu_close>span {
  border-top: 3px solid #fff;
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}

.sidebar_menu_close>span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.sidebar_menu_close>span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*==========================================================================*/
/*==サイドバー　ハンバーガー   ここまで==*/
/*==========================================================================*/

/*==========================================================================*/
/*==サイドバー　ナビ ==*/
/*==========================================================================*/

.sidebar_nav_contents_list {
  text-align: center;
}

.sidebar_nav_contents_list li {
  margin: 0 auto 30px;
  max-width: 300px;
  text-align: left;
  /* display: inline-block; */
}

.sidebar_nav_contents_list a {
  color: #ea7baf;
  text-decoration: none;
  padding: 20px 40px 20px 70px;
  position: relative;
  border-radius: 9px;
  display: block;
  background: #fff;
}

.sidebar_nav_contents_list a::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 5px;
  bottom: 5px;
  background: #ea7baf;
  width: 40px;
  mask: 50% 50% / contain no-repeat;
}

.sidebar_nav_contents_list.lazyloaded .content::before {
  mask-image: url(img/common/ico_shop.svg);
}

.sidebar_nav_contents_list.lazyloaded .vision::before {
  mask-image: url(img/common/ico_dh.svg);
}

.sidebar_nav_contents_list.lazyloaded .circumstance::before {
  mask-image: url(img/common/ico_leaf.svg);
}

.sidebar_nav_contents_list.lazyloaded .flow::before {
  mask-image: url(img/common/ico_time.svg);
}

.sidebar_nav_contents_list.lazyloaded .requirements::before {
  mask-image: url(img/common/ico_note.svg);
}

.sidebar_nav_contents_list.lazyloaded .form::before {
  mask-image: url(img/common/ico_mail.svg);
}
.sidebar_nav_contents_list.lazyloaded .album::before {
  mask-image: url(img/common/ico_photo.svg);
}

.sidebar_nav_contents_list a::after {
  content: "";
  position: absolute;
  right: 15px;
  border-top: 2px solid #ea7baf;
  border-right: 2px solid #ea7baf;
  width: 10px;
  height: 10px;
  rotate: 45deg;
  top: 50%;
  translate: 0 -50%;
}

/*==========================================================================*/
/*==サイドバー　ナビ   ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==footer==*/
/*==========================================================================*/
footer {
  display: grid;
  grid-template-columns: 1fr 50%;
  grid-gap: 0 80px;
}

.footer__info {
  padding: 78px 0 80px;
  max-width: 472px;
  margin: 0 0 0 auto;
  width: 100%;
}

.footer__info__logo {
  width: 265px;
  margin-bottom: 18px;
}

.footer__info__time table {
  color: #4f4f4f;
  width: 100%;
}

.footer__info__time thead th,
.footer__info__time thead td {
  background: #e6e6e6;
  padding: 5px 2px;
}

.footer__info__time tbody th,
.footer__info__time tbody td {
  padding: 5px 2px;
  border-bottom: 1px solid #b3b3b3;
}

.footer__info__time tbody th {
  width: 10em;
}

.footer__info__time tbody td {
  color: #b3b3b3;
}

.footer__info__address {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer__info__address__tel a {
  font-size: 32px;
  color: #d86299;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.05em;
  padding-left: 28px;
  background: url("../../uploads/2025/05/header_tel.png") left center no-repeat;
  background-size: 18px auto;
  margin-bottom: 7px;
  text-decoration: none;
}

.footer__info__address__access {
  line-height: 1.6em;
  letter-spacing: 0.03em;
  color: #3c3c3c;
  font-size: 14px;
}

.footer__info__time__notice {
  color: #b3b3b3;
  text-align: right;
  margin-top: 3px;
  font-size: 13px
}

.footer__map {
  position: relative;
  height: 100%;
  min-height: 400px;
}

.footer__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.copyright {
  width: 100%;
  display: block;
  padding: 3px;
  text-align: center;
  background: #d86299;
  color: #fff;
  margin-top: 40px;
}


@media (max-width: 1200px) {
  footer {
    display: block;
    grid-template-columns: unset;
  }

  .footer__info {
    margin: 0 auto;
    width: 90%;
  }
  .copyright {
    margin-top: 0;
  }
}

@media (max-width: 559px) {
  .footer__info__logo {
    max-width: 225px;
  }
  
  .footer__fixed__sp {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 10;
}
  .footer__fixed__sp__btn a {
    color: #fff;
    background: #EA7BAF;
    padding: 0 10px;
    height: 45px;
    display: grid;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 100%;

  }
  .footer__fixed__sp__btn a:hover {
    opacity: 1;
  }
  .footer__fixed__sp__btn__inner {
    padding-left: 2.2em;
    position: relative;
  }
  .footer__fixed__sp__btn__inner::before {
    content: "";
    position: absolute;
    width: 2em;
    left: 0;
    top: 2px;
    bottom: 2px;
    background: url(img/common/ico_mail.svg) 0 50% / contain no-repeat;
  }
  .copyright {
    padding-bottom: 55px;
  }
}

/*==========================================================================*/
/*==main visual==*/
/*==========================================================================*/

.mainvisual {
  position: relative;
}

.mainvisual__image {
  max-width: 1400px;
  margin: auto;
}

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

.mainvisual__text {
  position: absolute;
  top: 74%;
  top: calc(74% - 100px);
  left: 50%;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media (max-width: 1200px) {
  .mainvisual__text {
    font-size: 3.1vw;
  }
}

@media (max-width: 959px) {
  .mainvisual__text {
    font-size: 4vw;
    left: 0;
    right: 0;
    max-width: fit-content;
    margin: auto;
    top: calc(100% - 100px);
  }
}

/*==========================================================================*/
/*==top logo==*/
/*==========================================================================*/
.top__logo {
  text-align: center;
  padding: 50px 0;
  max-width: 300px;
  margin: auto;
}

/*==========================================================================*/
/*==top content==*/
/*==========================================================================*/

.top__content__wrap {
  padding-bottom: 100px;
}

.top__content__inner {
  max-width: 1520px;
  margin: auto;
  display: grid;
  grid-template-columns: 41% auto;
  grid-gap: 0 40px;
  width: 90%;
}

.top__content__title {
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-size: 26px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 15px;
}

.top__content .top__content__btn {
  margin-top: 30px;
}

.top__content .top__content__btn a {
  background: #EA7BAF;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 30px;
  padding: 5px 40px 5px 20px;
  text-decoration: none;
  max-width: fit-content;
  margin-left: auto;
  position: relative;
}

.top__content .top__content__btn a::after {
  content: "≫";
  position: absolute;
  right: 10px;
  width: 20px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width : 960px) {
  .top__content__image {
    grid-row: 1 / 4;
    padding-top: 20px;
  }

  .top__content01 .top__content__title {
    position: relative;
  }

  .top__content01 .top__content__title::after {
    content: "";
    position: absolute;
    bottom: 0.5em;
    left: 11.5em;
    right: 0;
    border-bottom: 2px solid #D76199;
  }

  .top__content01 .top__content__text {
    padding-left: 20px;
    max-width: 530px;
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 15px;
  }

  .top__content02 {
    margin-left: -220px;
  }

  .top__content02 .top__content__inner {
    direction: rtl;
  }

  .top__content02 .top__content__inner>* {
    direction: ltr;
  }

  .top__content02 .top__content__title {
    width: 530px;
    margin-left: auto;
    margin-bottom: 15px;
  }

  .top__content02 .top__content__text {
    max-width: 525px;
    line-height: 1.8;
    font-size: 18px;
    margin-left: auto;
    padding-right: 20px;
  }
}

@media (min-width: 960px) and (max-width: 1639px) {
  .top__content__inner {
    grid-template-columns: 1fr 1fr;
  }

  .top__content02 {
    margin: unset;
  }

  .top__content02 .top__content__title {
    margin: 0 0 15px;
    text-emphasis: left;
  }
}

@media (max-width: 959px) {
  .top__content__inner {
    padding: 0 5%;
    display: block;
  }

  .top__content__title {
    font-size: 20px;
  }

  .top__content__text {
    margin-top: 20px;
  }
}

.box__border {
  border-left: 10px dotted #EA7BAF;
  max-width: fit-content;
  margin: 40px auto 60px;
  padding-left: 10px;
  height: 40px;
}

/*==========================================================================*/
/*==top DHビジョン==*/
/*==========================================================================*/

.top__vision {
  background: #FFDBEC;
  text-align: center;
  padding: 0 0 100px;
    border-top: 2px solid #FFF;
}

.top__vision__title {
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}

.top__vision__title__sub {
  display: block;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #EA7BAF;
  max-width: fit-content;
  margin: -0.8em auto 10px;
}

.top__vision__contents {
  padding: 60px 330px 350px 350px;
  position: relative;
  max-width: fit-content;
  margin: auto;
}

.top__vision__contents__image {
  max-width: 380px;
  margin: auto;
}

div[class*="top__vision__contents__item"] {
  position: absolute;
  width: 230px;
  height: 230px;
  background: #fff;
  border: 2px solid #EA7BAF;
  border-radius: 50%;
  padding: 30px;
  line-height: 1.6;
}

div[class*="top__vision__contents__item"] svg {
  display: block;
  margin: 0 auto 15px;
}

.top__vision__contents__item01 {
  left: 0;
  top: 0;
}

.top__vision__contents__item02 {
  right: 0;
  top: 0;
}

.top__vision__contents__item03 {
  left: 50px;
  top: 360px;
}

.top__vision__contents__item04 {
  right: 50px;
  top: 360px;
}

.top__vision__contents__item05 {
  left: calc(50% - 115px);
  bottom: 0;
}

.top__vision__contents__arrow01 {
  position: absolute;
  rotate: 30deg;
  top: 0;
  top: 155px;
  left: 235px;
  width: 110px;
  text-align: left;
  display: block;
}

.top__vision__contents__arrow01::after {
  content: "";
  position: absolute;
  left: 15px;
  right: 0;
  border-bottom: 5px dotted #EA7BAF;
  top: 10px;
}

.top__vision__contents__arrow02 {
  position: absolute;
  rotate: -30deg;
  top: 0;
  top: 155px;
  right: 235px;
  width: 110px;
  text-align: right;
  display: block;
}

.top__vision__contents__arrow02::after {
  content: "";
  position: absolute;
  right: 15px;
  left: 0;
  border-bottom: 5px dotted #EA7BAF;
  top: 10px;
}

.top__vision__contents__arrow03 {
  position: absolute;
  rotate: -30deg;
  top: 0;
  top: 405px;
  left: 285px;
  width: 110px;
  text-align: left;
  display: block;
}

.top__vision__contents__arrow03::after {
  content: "";
  position: absolute;
  left: 15px;
  right: 0;
  border-bottom: 5px dotted #EA7BAF;
  top: 10px;
}

.top__vision__contents__arrow04 {
  position: absolute;
  rotate: 30deg;
  top: 0;
  top: 405px;
  right: 285px;
  width: 110px;
  text-align: right;
  display: block;

}

.top__vision__contents__arrow04::after {
  content: "";
  position: absolute;
  right: 15px;
  left: 0;
  border-bottom: 5px dotted #EA7BAF;
  top: 10px;
}

.top__vision__contents__arrow05 {
  position: absolute;
  bottom: 235px;
  left: 50%;
  transform: translateX(-50%);
  height: 110px;
}

.top__vision__contents__arrow05 svg {
  vertical-align: bottom;
  margin-top: 95px;
  display: block;
}

.top__vision__contents__arrow05::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 15px;
  border-left: 5px dotted #EA7BAF;
  /* padding-left: 5px; */
  margin-left: -2px;
}

@media (max-width : 1139px) {
  .top__vision__contents {
    padding: 360px 5% 330px;
    max-width: 100%;
  }

  .top__vision__contents__image {
    translate: 100px 10px;
  }

  .top__vision__contents__image__text {
    display: block;
    margin: 10px 0 0 -100px;
    font-size: 120%;
  }

  div[class*="top__vision__contents__item"] {
    width: 200px;
    height: 200px;
    padding: 20px;
  }

  .top__vision__contents__item01 {
    left: 50%;
    translate: -50% 0;
    top: 20px;
  }

  .top__vision__contents__arrow01 {
    rotate: 90deg;
    left: 50%;
    translate: -50% 0;
    top: 280px
  }

  .top__vision__contents__item02 {
    left: 50%;
    translate: 80% 0;
    top: 114px;
    right: unset;
  }

  .top__vision__contents__arrow02 {
    rotate: -45deg;
    left: 50%;
    top: 330px;
    margin-left: 80px;
  }

  .top__vision__contents__item03 {
    left: 50%;
    translate: -180% 0;
    top: 114px;
    right: unset;
  }

  .top__vision__contents__arrow03 {
    rotate: 45deg;
    left: 50%;
    top: 330px;
    margin-left: -160px;
  }

  .top__vision__contents__item04 {
    left: 50%;
    translate: -100% 0;
    top: unset;
    bottom: 0;
    right: unset;
  }

  .top__vision__contents__arrow04 {
    rotate: 105deg;
    left: 50%;
    bottom: 235px;
    margin-left: 0;
    right: unset;
    top: unset;
    translate: -122px -9px;
  }

  .top__vision__contents__item05 {
    left: 50%;
    translate: 50% 0;
    top: unset;
    bottom: 0;
    right: unset;
  }

  .top__vision__contents__arrow05 {
    rotate: -15deg;
    left: 50%;
    bottom: 200px;
    margin-left: 0;
    top: unset;
    translate: 130px 0;
    transform: unset;
  }
}

@media (max-width : 767px) {
  .top__vision__contents {
    padding: 85vw 5% 3vw;
    margin-top: 20px;
  }
@media (max-width: 559px) {
  .top__vision__contents {
    padding-top: 95vw;
  }
}

  div[class*="top__vision__contents__item"] {
    width: 30vw;
    height: 30vw;
    padding: 4vw;
    font-size: 2.2vw;
    top: 0;
    left: 50%;
  }

  .top__vision__contents__arrow {
    display: none;
  }

  .top__vision__contents__item01 {
    transform: unset;
    translate: -50% 0;
  }

  .top__vision__contents__item02 {
    transform: unset;
    translate: -130% 60%;
  }

  .top__vision__contents__item03 {
    transform: unset;
    translate: 30% 60%;
  }

  .top__vision__contents__item04 {
    transform: unset;
    translate: -100% 155%;
  }

  .top__vision__contents__item05 {
    transform: unset;
    translate: 0% 155%;
  }

  div[class*="top__vision__contents__item"] svg {
    max-width: 35%;
    max-height: 35%;
    margin-bottom: 2vw;
  }

  .top__vision__contents__image {
    translate: unset;
  }

  .top__vision__contents__image__text {
    margin-left: unset;
  }
}

@media (max-width : 559px) {

  div[class*="top__vision__contents__item"] {
    width: 35vw;
    height: 35vw;
    font-size: 2.8vw;
  }
}

/*==========================================================================*/
/*==top 職場環境 福利厚生==*/
/*==========================================================================*/
.top__circumstance {
  text-align: center;
  padding: 100px 0 0;
}

.top__circumstance__title {
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}

.top__circumstance__title__sub {
  display: block;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #EA7BAF;
  max-width: fit-content;
  margin: -0.8em auto 10px;
}

.top__circumstance__box__wrap {
  max-width: 95%;
  display: grid;
  grid-template-columns: 73% 25%;
  margin: 40px auto -40px;
  align-items: end;
}

.top__circumstance__box {
  border: 10px solid #FF8E8E;
  background: #fff;
  padding: 40px 40px 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  position: relative;
}


.top__circumstance__box>.column__double {
  grid-column: 3 / 5;
}

.top__circumstance__box dt {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.font_b {
  font-size: 300%;
  line-height: 1.2;
}

.font_b02 {
  font-size: 250%;
  line-height: 1.2;
}

.ver_text01 {
  width: calc(1em + 6px);
  display: inline-block;
  line-height: 1.3;
  margin-right: 5px;
  margin-left: 5px;
  background: #FF8E8E;
  color: #fff;
  padding: 3px;
}

.ver_text02 {
  width: calc(1em + 6px);
  display: inline-block;
  line-height: 1.3;
  margin-right: 5px;
  margin-left: 5px;
  background: #FF8E8E;
  color: #fff;
  padding: 3px;
  font-size: 90%;
}

.top__circumstance__box__list {
  text-align: left;
  display: grid;
  list-style: disc;
  padding-left: 1em;
  grid-auto-flow: column dense;
  grid-template-rows: repeat(6, auto);
  grid-gap: 0 15px;
}

.top__circumstance__box__list>li {
  list-style: inherit;
}

.top__circumstance__box__link {
  position: absolute;
  right: 50px;
  bottom: 20px;
}

.top__circumstance__box__link a {
  text-decoration: none;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #181818;
  position: relative;
  padding-right: 20px;
}

.top__circumstance__box__link a::after {
  content: "≫";
  position: absolute;
  right: 0;
}

.top__circumstance__box__img {
  margin: 0 0 0 -60px;
  z-index: 1;
}

@media (min-width: 1240px) and (max-width: 1639px) {
  .top__circumstance__box {
    grid-template-columns: repeat(3, 1fr);
  }

  .top__circumstance__box>.column__double {
    grid-column: 1 / 4;
  }
}
@media (min-width: 1040px) and (max-width: 1239px) {
  .top__circumstance__box {
    grid-template-columns: repeat(3, 1fr);
    padding: 20px 20px 20px;
  }
  .top__circumstance__box>.column__double {
    grid-column: 1 / 3;
  }
}

@media (min-width: 560px) and (max-width: 1239px) {
  .top__circumstance__box__wrap {
    max-width: 90%;
    display: block;
    margin-bottom: 0;
  }

  .top__circumstance__box {
    margin-bottom: 20px;
  }

  .top__circumstance__box__img {
    max-width: 620px;
    width: 90%;
    margin: auto;
  }

}
@media (min-width: 560px) and (max-width: 1039px) {
  .top__circumstance__box {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 20px 80px;
  }
  .top__circumstance__box>.column__double {
    grid-column: 1 / 3;
  }
}

@media (min-width: 560px) and (max-width: 959px) {
  .top__circumstance__box__list {
    display: block;
  }
}

@media (max-width: 559px) {
  .top__circumstance__box__wrap {
    max-width: 90%;
    display: block;
    margin-bottom: 0;
  }

  .top__circumstance__box {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px 20px 80px;
    margin-bottom: 20px;
  }

  .top__circumstance__box__img {
    max-width: 620px;
    width: 90%;
    margin: auto;
  }

  .top__circumstance__box>.column__double {
    grid-column: unset;
  }

  .top__circumstance__box__list {
    display: block;
  }
}

/*==========================================================================*/
/*==top 診療の流れ==*/
/*==========================================================================*/

.top__flow {
  text-align: center;
  padding: 100px 0;
  background: #FFD9C0;
}

.top__flow__title {
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}

.top__flow__title__sub {
  display: block;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #EA7BAF;
  max-width: fit-content;
  margin: -0.8em auto 10px;
}

.schedule_flow {
  max-width: 615px;
  margin: 40px auto 0;
  width: 100%;
  text-align: left;
}

.schedule_flow dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

.schedule_flow dt {
  font-size: 16px;
  padding-left: 28px;
  position: relative;
  color: #222;
  width: 170px;
  flex-basis: 216px;
}

.schedule_flow_time {
  font-size: 24px;
  line-height: 20px;
  font-weight: bold;
}

.schedule_flow dd {
  padding-left: 28px;
  width: 100%;
  flex-basis: 400px;
  padding-bottom: 50px;
}

.schedule_flow dl:last-child dd {
  padding-bottom: 0;
}

.schedule_flow dt::before {
  content: "";
  display: block;
  background-color: #EA7BAF;
  position: absolute;
  width: 13px;
  height: 13px;
  top: 7px;
  left: 1px;
  border-radius: 50px;
  z-index: 5;
}

.schedule_flow dt::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 10px;
  left: 7px;
  background-color: #EA7BAF;
}

/* .schedule_flow dl:last-child dt::after {
  content: none;
} */
.schedule_flow_img img {
  border-radius: 10px;
}

@media (max-width: 680px) {
  .schedule_flow {
    width: 90%;
  }

  .schedule_flow dl {
    display: block;
    position: relative;
  }

  .schedule_flow dt {
    position: static;
    margin-bottom: 10px;
    width: auto;
  }

  .schedule_flow dt::before {
    top: 5px
  }

  .schedule_flow dt::after {
    height: auto;
    bottom: -30px;
  }
}

/*==========================================================================*/
/*==top 求人条件==*/
/*==========================================================================*/

.top__requirements {
  text-align: center;
  padding: 100px 0;
  max-width: 800px;
  margin: auto;
  width: 90%;
}

.top__requirements__title {
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}

.top__requirements__title__sub {
  display: block;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #EA7BAF;
  max-width: fit-content;
  margin: -0.8em auto 10px;
}

.top__requirements__table {
  text-align: left;
  width: 100%;
}

.top__requirements__table th,
.top__requirements__table td {
  padding: 10px 20px;
  border-bottom: 1px solid #000;
}

@media (max-width : 559px) {

  .top__requirements__table th,
  .top__requirements__table td {
    display: block;
    border-bottom: 0;
  }

  .top__requirements__table tr {
    border-bottom: 1px solid #000;
  }

  .top__requirements__table th {
    position: relative;
    text-align: center;
  }

  /* .top__requirements__table th::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    border-bottom: 1px solid #EA7BAF;
  } */
  .top__requirements__table td {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}

/*==========================================================================*/
/*==top タブの設定==*/
/*==========================================================================*/
.tab_wrap {
  margin: 0 auto;
}

.tab_list {
  display: flex;
  flex-wrap: wrap;
  top: 80px;
  z-index: 5;
  background: #f4f5f7;
  /*  padding-top: 20px;*/
  margin-bottom: 20px;
}

.tab_item {
  /*  border-radius: 5px 5px 0 0;*/
  background-color: #e5e5e5;
  border: solid 1px #f4f5f7;
  border-top: 0;
  padding: 1em 1.2em;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.tab_item {
  flex-grow: 1;
  font-size: 14px;
}

.tab_item:hover {
  opacity: 0.8;
}

.tab_item+.tab_item {
  border-left-color: transparent;
}

.tab_item>span {
  display: inline-block;
  padding: 2em 0 0 0;
  position: relative;
}

.tab_item>span::before,
.tab_item>span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  translate: -50% 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.tab_item>span::before {
  background: #fff;
}

.tab_item>span::after {
  background: #ea7baf;
  scale: 0.5;
  opacity: 0;
}

.tab_item.active>span::after {
  opacity: 1;
}

@media (min-width :960px) {
  .tab_item>span {
    padding: 0 0 0 2em;
  }

  .tab_item>span::before,
  .tab_item>span::after {
    left: 0;
    top: 50%;
    translate: 0 -50%;
  }
}

.tab_contents {
  /*  background-color: #f5f5f5;*/
  background: #fff;
  /*  margin-top: -400px;*/
}

.tab_panel {
  display: none;
  /* background: #f2f2f2; */
  box-shadow: 0px 0px 5px #EA7BAF;
}

.tab_item.active {
  background-color: rgba(124, 172, 171, 0.61);
  background-color: rgba(42, 55, 55, 0.61);
  /* background: rgb(172,172,172); */
  background: #EA7BAF;
  color: #fff;
  border-color: transparent;
}

.tab_panel.active {
  display: block;
  padding: 5%;
}

@media (max-width: 559px) {
  .tab_list {
    flex-wrap: nowrap;
    overflow: scroll;
  }

  .tab_list>li {
    flex-grow: 1;
    white-space: nowrap;
  }

  .tab_list>li:nth-child(n+4) {
    border-top: 1px solid #fff;
  }
}

/*==========================================================================*/
/*==top form==*/
/*==========================================================================*/

.top__form {
  text-align: center;
  padding: 100px 0;
  max-width: 800px;
  margin: auto;
  width: 100%;
}

.top__form__title {
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}

.top__form__title__sub {
  display: block;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #EA7BAF;
  max-width: fit-content;
  margin: -0.8em auto 10px;
}



/*==========================================================================*/
/*==top お問い合わせフォーム==*/
/*==========================================================================*/
.contact_form {
  width: 100%;
  margin: auto;
}

.contact_form table {
  width: 100%;
  margin-bottom: 20px;
}

.contact_form th,
.contact_form td {
  padding: 10px;
  border-top: 1px solid rgba(234,123,175,0.5);
  line-height: 1.4;
  text-align: left;
}
.contact_form th {
    vertical-align: top;
}

.contact_form tr:last-child th,
.contact_form tr:last-child td {
  border-bottom: 1px solid rgba(234,123,175,0.5);
}
.contact_form tr:nth-child(2n+0) th,
.contact_form tr:nth-child(2n+0) td {
  background: rgba(255, 255, 255, 0.2);
}

.contact_form th {
  width: 40%;
  text-align: left;
}

.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="tel"],
.contact_form select,
.contact_form textarea {
  width: 100%;
  padding: 10px 10px;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid rgba(234,123,175,1);
}

.contact_form input[type="text"][size="20"] {
    width: 3em;
}

.contact_form input[type=checkbox] {
  width: auto;
  display: none;
}

.mwform-checkbox-field-text {
  padding-left: 2.3em;
    min-height: 2em;
    position: relative;
    display: flex;
    align-items: center;
    text-align: left;
    line-height: 1.4;
}

.mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid rgba(234,123,175,1);
  line-height: 1;
  transform: translateY(-50%);
}

input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-65%) rotate(45deg);
  width: 0.5em;
  height: 0.9em;
  border-right: 2px solid rgba(234,123,175,1);
  border-bottom: 2px solid rgba(234,123,175,1);
}

.contact_form textarea {
  height: 160px;
  max-width: 100% !important;
  width: 100% !important;
}

.contact_form .rq,
.contact_form .no_rq {
  font-size: 85%;
  vertical-align: top;
  display: inline-block;
  color: #fff;
  padding: 3px 7px 5px;
  float: right;
  margin-top: 2%;
  line-height: 1;
}

.contact_form .rq {
  background: #f00;
}

.contact_form .no_rq {
  background: #00b7ca;
}
.submit_btn {
  text-align: center;
  margin: 30px 0;
}

.submit_btn > span {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.submit_btn > span::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 192px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #ffffff transparent;
}

.submit_btn button {
  width: 240px;
  padding: 10px;
  margin: 10px auto 0;
  -webkit-appearance: none;
  background: rgba(234,123,175,1);
  border: 0;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  border-radius: 10px;
  outline: 0;
  position: relative;
  display: block;
}

.submit_btn button[name="submitBack"] {
  width: 180px;
  border: 1px solid rgba(234,123,175,1);
  background: none;
  color: rgba(234,123,175,1);
  margin-top: 40px;
}

.submit_btn button:hover {
  opacity: .7;
}
@media (max-width: 959px) {
  .contact_form {
    width: 90%;
    font-size: 120%;
  }

  .submit_btn button {
    margin-bottom: 20px;
  }

}
@media (max-width: 559px) {
  .contact_form th,
  .contact_form td {
    width: 100%;
    display: block;
  }

  .contact_form tr:last-child th {
    border-bottom: 0;
  }

  .contact_form td {
    border-top: 0;
  }

  .contact_form .rq,
  .contact_form .no_rq {
    margin: 0;
  }
}
.form_advertising {
  width: 1080px;
  max-width: 100%;
  margin: auto;
  font-size: 18px;
}
.form_advertising table {
  width: 100%;
}
.form_advertising tr:nth-child(4n+1),
.form_advertising tr:nth-child(4n+2) {
  background: #eee;
}
.form_advertising th, .form_advertising td {
  padding: 10px;
}
.form_advertising select {
  font-size: unset;
  padding: 10px;
  font-family: unset;
}
.form_advertising input[type="text"],
.form_advertising input[type="email"] {
  padding: 10px;
}
.form_advertising .submit_notice {
  margin: 10px;
  text-align: center;
}
.form_advertising .btn_submit {
  text-align: center;
  margin: 10px;
  padding: 10px;
}

.btn_submit button {
  padding: 10px;
  cursor: pointer;
}

.datepicker__wrap {
  display: inline-block;
  position: relative;
}
.datepicker__wrap::before {
  content: "";
  position: absolute;
  left: 0.5em;
  background: url("../../uploads/2025/05/ico_calender.png") 0% 50% / auto 50% no-repeat;
  top: 0;
  bottom: 0;
  width: 2em;
  z-index: 1;
}
@media (max-width: 559px){
	.datepicker_wrap {
		margin-bottom: 20px;
	}
}
.contact_form .datepicker__wrap .hasDatepicker {
  width: 12em;
  position: relative;
  padding-left: 2.3em;
}
.mw_wp_form_preview  .datepicker__wrap{
  padding-left: 2.3em;
}
.mw_wp_form_preview  .datepicker__wrap::before {
  background: url("../../uploads/2025/05/ico_calender.png") 5% 00% / contain no-repeat;
}
@media (max-width: 559px){
  .top__form {
    padding: 50px 0;
  }
}

/*==========================================================================*/
/*==top タイトル設定==*/
/*==========================================================================*/

.lower h2 {
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}


@media (max-width: 559px) {

  .top__vision__title,
  .top__circumstance__title,
  .top__flow__title,
  .top__requirements__title,
  .top__form__title,
  .lower h2 {
    font-size: 28px;
  }

  .top__vision__title__sub,
  .top__circumstance__title__sub,
  .top__flow__title__sub,
  .top__requirements__title__sub,
  .top__form__title__sub {
    font-size: 18px;
  }
}

.inner {
    max-width: 1240px;
    margin: auto;
    padding: 0 5%;
}


/*==========================================================================*/
/*== album ==*/
/*==========================================================================*/

.album__box {
  display: grid;
  grid-gap: 40px;
}
.album__box .album__comment {
  padding: 5px 10px 0;
  display: block;
  max-width: fit-content;
  margin: auto;
}
@media (min-width: 560px){
  .album__box {
    grid-template-columns: 1fr 1fr;
  }
}