@charset "UTF-8";
/* Font Style
 * --------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600&display=swap");
body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "游ゴシック Medium", YuGothic, YuGothicM, arial, helvetica, sans-serif;
}

.ff_oswald {
  font-family: "Oswald", sans-serif;
}

.ff_notoserif {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.ff_notosans {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.ff_ud {
  font-family: "UDDigiKyokasho R JIS2004", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

/* Base
 * --------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  background: rgba(176, 145, 25, 0.08);
  color: #444;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
body > .wrapper {
  overflow: hidden; position: relative;
}

.no_transition {
  /*　js連動　windowリサイズ時 transitionさせない */
  transition: none !important;
}

a:link {
  color: #444;
}

a:visited {
  color: #444;
}

a:hover {
  transition: all 0.5s ease-in-out;
  color: #444;
  opacity: 0.65;
  cursor: pointer;
}

a.anchor {
  display: block;
  padding-top: 50px;
  margin-top: -50px;
}
@media screen and (max-width: 767px) {
  a.anchor {
    padding-top: 6vw;
    margin-top: -6vw;
  }
}

img {
  max-width: 100%;
  vertical-align: middle;
}

p {
  font-size: 0.8125rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 3.73vw;
    line-height: 1.5;
  }
}

.pcOnly {
  display: block !important;
}

.spOnly {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }
}
.txtC {
  text-align: center;
}

.txtR {
  text-align: right;
}

.txtL {
  text-align: left;
}

.nomgb {
  margin-bottom: 0 !important;
}

.in_block {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* layout  
* --------------------------------------- */
/* header
* --------------------------------------- */
.header {
  position: fixed;
  width: 100%;
  height: 120px;
  min-width: 1300px;
  background: rgba(255, 255, 255, 0.9);
/*  padding: 0 50px;*/
  z-index: 10000;
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.header::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(176, 145, 25, 0.08);
  z-index: -1;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .header::after {
    content: none;
  }
}
.header .header_logo {
  display: block;
  margin: 0 0 32px 15px;
}
.header nav {
  display: flex; margin-right: 50px;
}
.header nav ul {
  display: flex;
  font-family: "UDDigiKyokasho R JIS2004", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  height: 70px;
}
.header nav ul li.sp {
  display: none;
}
.header nav ul li a {
  position: relative;
  display: block;
  padding: 0.5em 1em;
}
.header nav ul li a::after {
  position: absolute;
  background-color: transparent;
  border-radius: 50%;
  bottom: -0.15em;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease;
  width: 1px;
  height: 1px;
}
.header nav ul li:nth-last-child(2) a {
  padding-right: 0;
}
.header nav ul li:nth-last-child(2) a::after {
  left: calc(50% + 0.5em);
}
@media screen and (max-width: 767px) {
  .header nav ul li:nth-last-child(2) a::after {
    left: 2em;
  }
}
.header nav ul li a:hover::after,
.topPage .header nav ul li.top a::after,
.mizuho .header nav ul li.area a::after,
.kunimi .header nav ul li.area a::after,
.ariake .header nav ul li.area a::after,
.shimabara .header nav ul li.area a::after,
.services .header nav ul li.services a::after,
.news .header nav ul li.news a::after,
.recruit .header nav ul li.recruit a::after {
  transform: scale(800%, 800%);
  background-color: #e05513;
}
.header address {
  position: absolute;
  top: 0;
  right: 50px;
  background: #947d32;
  border-radius: 0 0 6px 6px;
  padding: 3px;
  padding-left: 15px;
  height: 42px;
  display: inherit;
  align-items: center;
}
.header address a {
  color: #fff;
}
.header address a.header_contact {
  position: relative;
  padding: 11px 10px 9px 1.8em;
  font-family: "UDDigiKyokasho R JIS2004", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
}
.header address a.header_contact::before {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url("/wp/wp-content/themes/gh-dan/img/ico_mail_wh.svg") no-repeat center/100% 0.8em;
  top: calc(50% + 1px);
}
.header address a.header_tel {
  position: relative;
  padding: 5px 9px 5px 1.3em;
  letter-spacing: 0.06em;
  font-family: "Oswald", sans-serif;
  font-size: 1.4375rem;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.header address a.header_tel::before {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  top: 52%;
  transform: translateY(-50%);
  left: 0;
  background: url("/wp/wp-content/themes/gh-dan/img/ico_tel_wh.svg") no-repeat center/100% 0.9em;
}

/* main
* --------------------------------------- */
.main {
  padding-top: 120px;
  min-width: 1300px;
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .main {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .main {
    margin: 12.8vw 0 15vw;
  }
}

.sec_contents {
  width: 1000px;
  margin: 0 auto;
}

.contact_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
  padding: 30px 50px 20px 40px;
}
@media screen and (max-width: 767px) {
  .contact_box {
    padding: 4vw 5vw 7vw;
  }
}
.contact_box p {
  width: 100%;
  font-family: "UDDigiKyokasho R JIS2004", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.375rem;
  text-align: center;
  margin-bottom: 0.9em;
}
@media screen and (max-width: 767px) {
  .contact_box p {
    font-size: 4.8vw;
    margin-bottom: 2vw;
    margin-left: -0.7em;
  }
}
.contact_box p > span {
  position: relative;
  display: inline-block;
  margin-left: 2.2em;
}
.contact_box p > span::before {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1.7em;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url("/wp/wp-content/themes/gh-dan/img/ico_talking.svg") no-repeat top/100% 1.4em;
  left: -2.2em;
}
.contact_box .contact_info_box {
  display: flex;
  justify-content: flex-start;
  align-items: normal;
  padding: 0 0 0 6px;
}
@media screen and (max-width: 767px) {
  .contact_box .contact_info_box {
    padding: 0 0 2.5vw 0;
  }
}
.contact_box .contact_info_box .tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: -20px 0 0 0;
}
@media screen and (max-width: 767px) {
  .contact_box .contact_info_box .tel {
    margin: 0;
  }
}
.contact_box .contact_info_box .tel > dt {
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  padding: 0.35em 1.35em;
  background: #774b00;
  border-radius: 100vmax;
  margin: 0 1em 0 0;
}
@media screen and (max-width: 767px) {
  .contact_box .contact_info_box .tel > dt {
    font-size: 3.47vw;
    padding: 0.3em 1em;
    margin: -8vw 0.5em 0 0;
  }
}
.contact_box .contact_info_box .tel > dd {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 3.4375rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .contact_box .contact_info_box .tel > dd {
    font-size: 10.67vw;
    letter-spacing: 0.01em;
  }
}
.contact_box .contact_info_box .tel > dd .contact_tel {
  font-size: inherit;
}
.contact_box .contact_info_box .tel > dd > .time {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 1.125rem;
  font-weight: initial;
  line-height: 1.3;
  letter-spacing: initial;
  margin-left: 0.3em;
}
@media screen and (max-width: 767px) {
  .contact_box .contact_info_box .tel > dd > .time {
    position: static;
    font-size: 4.27vw;
    margin-left: -2.2em;
    margin-top: 0.3em;
  }
}
.contact_box .contact_info_box .tel > dd > .time dt {
  font-family: initial;
  font-size: inherit;
  margin-right: 0.3em;
}
.contact_box .contact_info_box .tel > dd > .time dd {
  font-family: initial;
  font-size: inherit;
}
.contact_box .contact_btn_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-left: 1px solid #d9d9d9;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .contact_box .contact_btn_box {
    width: 100%;
    border: none;
    padding: 6vw 0 0 0;
    border-top: 1px solid #d9d9d9;
    margin: 0 auto;
  }
}
.contact_box .contact_btn_box a.contact_btn {
  position: relative;
  font-size: 1.1875rem;
  font-weight: bold;
  color: #fff;
  background: #e05513;
  padding: 0.9em 1.7em 0.9em 3.7em;
  border-radius: 100vmax;
  letter-spacing: 0.03em;
  margin: 10px 0 0 35px;
}
@media screen and (max-width: 767px) {
  .contact_box .contact_btn_box a.contact_btn {
    font-size: 3.73vw;
    margin: 0 auto;
    letter-spacing: 0.08em;
    padding: 0.9em 1.7em 0.9em 3.7em;
  }
}
.contact_box .contact_btn_box a.contact_btn::before {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url("/wp/wp-content/themes/gh-dan/img/ico_mail_wh.svg") no-repeat center/100% 0.95em;
  left: 1.6em;
}

.bg_degLayout {
  position: relative;
  background: #fff;
  z-index: 0;
}
.bg_degLayout::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(176, 145, 25, 0.08);
  clip-path: polygon(0 0, 100% 0%, 100% 5%, 0 95%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg_degLayout::after {
    clip-path: polygon(0 0, 100% 0%, 100% 55%, 0 90%);
  }
}
.bg_degLayout::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg_degLayout::before {
    height: 15vw;
  }
}

.bg_degLayout.bgColor {
  background: transparent;
}
.bg_degLayout.bgColor::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0%, 100% 5%, 0 95%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg_degLayout.bgColor::after {
    clip-path: polygon(0 0, 100% 0%, 100% 55%, 0 90%);
  }
}

.topPage .bg_degLayout::before {
  content: none;
}

.contact_box.flatver {
  position: relative;
  width: 100%;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  padding: 30px 0 20px 15px;
  margin: 80px 0 45px;
}
@media screen and (max-width: 767px) {
  .contact_box.flatver {
    padding: 8vw 0 5.33vw 4vw;
  }
}
.contact_box.flatver p {
  position: absolute;
  top: -0.8em;
  left: 0;
  display: inline-block;
  width: auto;
  text-align: left;
  padding: 0 1em 0 0.5em;
  background: #fff;
}

/* footer
* --------------------------------------- */
.footer {
  min-width: 1300px;
  background: #eee;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-bottom: 15vw;
  }
}
.footer .footer_items {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 40px 0 1rem;
}
.footer .footer_items li {
  display: flex;
  flex-direction: column;
  align-content: stretch;
  padding: 0 0.8rem 0.8rem 0.8rem;
}
.footer .footer_items li:nth-of-type(1) {
  padding: 0;
}
.footer .footer_items li:nth-of-type(1) > div {
  border-left: 2px solid #ff9600;
  padding: 0 0.8rem 0.4rem 0.8rem;
}
.footer .footer_items li:nth-of-type(1) > dl {
  margin-bottom: 0;
}
.footer .footer_items li:nth-of-type(2) {
  border-left: 2px solid #ff4760;
}
.footer .footer_items li:nth-of-type(3) {
  border-left: 2px solid #00a6b6;
}
.footer .footer_items li:nth-of-type(4) {
  border-left: 2px solid #00973f;
}
.footer .footer_items li p {
  font-family: "UDDigiKyokasho R JIS2004", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  margin-top: -0.1em;
}
.footer .footer_items li dl:not(.tel) {
  display: block;
  min-height: calc((100% - 2.2rem) * 0.5);
}
.footer .footer_items li dl:not(.tel):nth-of-type(1) {
  margin-bottom: 1rem;
}
.footer .footer_items li dl:not(.tel) > dt {
  font-family: "UDDigiKyokasho R JIS2004", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
  margin-bottom: 0.8em;
}
.footer .footer_items li dl:not(.tel) dd {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.8125rem;
  font-weight: 300;
}
.footer .footer_items li dl:not(.tel) dd .tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.4em;
}
.footer .footer_items li dl:not(.tel) dd .tel dt {
  position: relative;
  padding-right: 0.4em;
}
.footer .footer_items li dl:not(.tel) dd .tel dt::after {
  content: ":";
  position: absolute;
  right: 0;
}
.footer .footer_items li dl:not(.tel) dd .tel dd {
  padding-left: 0.2em;
}

.footer_copyright {
  position: relative;
  background: #e05513;
  color: #fff;
  font-size: 0.875rem;
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_copyright p {
  position: absolute;
  left: calc(50% - 500px);
  transform: translateX(-50%);
  top: 50%;
  transform: translateY(-50%);
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.875rem;
}
.footer_copyright small {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  line-height: 0.9;
}
@media screen and (max-width: 767px) {
  .footer_copyright small {
    font-size: 3.2vw;
  }
}
.footer_copyright small span {
  display: inline-block;
  margin-left: 0.5em;
}

.footer_logo {
  text-align: center;
  margin: 25px auto 20px;
}

a.btn_recruit {
  position: fixed;
  top: 130px;
  right: 0;
/*  display: block;*/ display: flex; align-items: center;
  font-family: "UDDigiKyokasho R JIS2004", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #de5513;
/*  padding: 2.8em 0.91em 1em; Safari ずれ*/
padding: 2.8em 0 1em;
width: 55px;
/*  padding-right: calc(0.91em + 10px);*/
  border-radius: 4px 0 0 4px;
  z-index: 1000;
  letter-spacing: -0.05em;
  border-right: 10px #BA3D0C solid;
}
@media screen and (max-width: 767px) {
  a.btn_recruit {
    font-size: 3.73vw;
  }
}
a.btn_recruit span {
  letter-spacing: -0.09em;
}
a.btn_recruit::before {
  content: "";
  position: absolute;
  width: 2em;
  height: 2em;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url("/wp/wp-content/themes/gh-dan/img/ico_staff.svg") no-repeat center/100% 1.3em;
  top: 0.5em;
  left: 50%;
  transform: translate(-50%);
}
/*
a.btn_recruit::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background: rgba(119, 75, 0, 0.2);
}
*/

/* pagetop
* --------------------------------------- */
a.pagetop {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background: rgba(68, 68, 68, 0.3);
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  a.pagetop {
    width: 16vw;
    height: 16vw;
  }
}
a.pagetop::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/wp/wp-content/themes/gh-dan/img/arrow_pagetop.svg") no-repeat center/36%;
}

#js_pagetop {
  display: none;
}

#js_pagetop {
  position: fixed;
  right: 72px;
  bottom: 150px;
  z-index: 1002;
}
@media screen and (max-width: 767px) {
  #js_pagetop {
    right: 6vw;
    bottom: 55vw;
  }
}

/* label
* --------------------------------------- */
.label {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  padding: 0.3em 0.7em;
  border-radius: 4px;
  margin: 0.6em 0.25em;
}
@media screen and (max-width: 767px) {
  .label {
    font-size: 4.27vw;
  }
}

.facilitiesPage .headline_cat .label {
  font-size: 1.25rem;
  font-family: "UDDigiKyokasho R JIS2004", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
  border-radius: 3px;
  margin: -5px 1.1em 0 0;
  padding: 0.4em 1em;
}

.label.mizuho {
  background: #ff9600;
}

.label.kunimi {
  background: #ff4760;
}

.label.ariake {
  background: #00a6b6;
}

.label.shimabara {
  background: #00973f;
}

/* button style
* --------------------------------------- */
dl.card {
  width: 80%;
  max-width: 320px;
  min-width: 280px;
  height: auto;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: -53px auto 0;
  text-align: center;
  padding: 0 10px 5px;
}
@media screen and (max-width: 767px) {
  dl.card {
    width: 45.33vw;
    max-width: none;
    min-width: auto;
    margin-top: -6vw;
    padding: 0 10px 0.5em;
  }
}
dl.card dt {
  position: relative;
  font-size: 1.5rem;
  font-family: "UDDigiKyokasho R JIS2004", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
  padding: 0.7em 0 0.5em;
}
@media screen and (max-width: 767px) {
  dl.card dt {
    font-size: 4.8vw;
    padding: 0.7em 0 0.7em;
  }
}
dl.card dt::before {
  content: "";
  position: absolute;
  width: 34.61%;
  height: 4px;
  min-width: 90px;
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #ff9600;
}
@media screen and (max-width: 767px) {
  dl.card dt::before {
    content: "";
    position: absolute;
    width: 21.33vw;
    height: 4px;
  }
}
dl.card dt::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 0.3em;
  border-top: 1px solid #e05513;
  border-right: 1px solid #e05513;
  width: 0.4em;
  height: 0.4em;
}
@media screen and (max-width: 767px) {
  dl.card dt::after {
    right: 0;
  }
}
dl.card dd {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  min-height: 4.2em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  dl.card dd {
    font-size: 2.93vw;
    min-height: 3.8em;
  }
}

.card_list li {
  width: 100%;
  line-height: 1.2;
  margin-bottom: 0.6em;
}

.menu_btn_list dl.card {
  position: static;
  margin: 0;
  max-width: none;
  min-width: 230px;
  width: auto;
  left: auto;
  transform: none;
}
.menu_btn_list dl.card dt {
  font-size: 1.125rem;
}
.menu_btn_list dl.card dt::after {
  top: 45%;
  width: 0.6em;
  height: 0.6em;
}
@media screen and (max-width: 767px) {
  .menu_btn_list dl.card dt::after {
    top: 50%;
    width: 0.5em;
    height: 0.5em;
  }
}
.menu_btn_list dl.card dd {
  flex-direction: column;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .menu_btn_list dl.card dd li {
    line-height: 1.4;
    margin-bottom: 0.5em; font-size: 3vw;
  }
}
.menu_btn_list dl.card dd span {
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .menu_btn_list dl.card dd span {
    font-size: inherit;
  }
}

.menu_btn_list li.mizuho dl dt::before {
  background: #ff9600;
}

.menu_btn_list li.kunimi dl dt::before {
  background: #ff4760;
}

.menu_btn_list li.ariake dl dt::before {
  background: #00a6b6;
}

.menu_btn_list li.shimabara dl dt::before {
  background: #00973f;
}

/* headline style
* --------------------------------------- */
.headline_cat,
.headline_ribon,
.headline_bar,
.headline_bold {
  font-family: "UDDigiKyokasho R JIS2004", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
}

.headline_ribon {
  display: inline-block;
  font-size: 2rem;
  color: #fff;
  background: #e05513;
  min-width: 9em;
  padding: 0.58em 2em 0.48em 2.4em;
}

.facilitiesPage .headline_cat {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.625rem;
  margin-bottom: 0.8em;
}

.headline_bar {
  font-size: 1.25rem;
  color: #e05513;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #ddd;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 767px) {
  .headline_bar {
    font-size: 4.8vw;
    margin-bottom: 1em;
  }
}

.headline_bold {
  font-size: 1.125rem;
/*  color: #000;*/
}
@media screen and (max-width: 767px) {
  .headline_bold {
    font-size: 4.53vw;
  }
}

.headline_dot {
  position: relative;
  text-align: center;
  font-family: "UDDigiKyokasho R JIS2004", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  color: #e05513;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .headline_dot {
    font-size: 5.87vw;
  }
}
.headline_dot::after {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 1em;
  top: 1.7em;
  left: 50%;
  transform: translateX(-50%);
  background: #e05513;
}
@media screen and (max-width: 767px) {
  .headline_dot::after {
    width: 2.13vw;
    height: 2.13vw;
  }
}

.headline_circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "UDDigiKyokasho R JIS2004", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.125rem;
  color: #e05513;
  width: 140px;
  min-height: 140px;
  height: auto;
}
.headline_circle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 140px;
  height: 140px;
  background: #fff;
  border: 1px solid #e05513;
  border-radius: 50%;
  z-index: -1;
}

/* main title
* --------------------------------------- */
.pageTitle_box {
  position: relative;
  width: 100%;
  padding: 0 50px;
}
.pageTitle_box .headline_ribon {
  position: absolute;
  top: 30px;
  left: 0;
}

.pageTitle_bgimg_wrp {
  position: relative;
  width: 100%;
/*  aspect-ratio: 13/3;*/
padding-top:23%;
object-fit: cover;
  overflow: hidden;
  text-align: center;
}
.pageTitle_bgimg_wrp img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* breadcrumb
* --------------------------------------- */
.breadcrumb {
  width: 100%;
  padding: 1em 50px 0;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.8125rem;
  color: #444;
}
.breadcrumb ol {
  display: flex;
}

.breadcrumb ol li {
  position: relative;
  margin: 0 0.5em 0 0;
  padding: 0 2em 0 0;
}
.breadcrumb ol li::after {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1em;
  height: 1em;color: #999;
}
.breadcrumb ol li:last-of-type::after {
  content: none;
}
.breadcrumb ol li a { color: #666;}
/* readmore
* --------------------------------------- */
@media screen and (max-width: 767px) {
  .hidecontent {
    display: none;
  }
  .has_hidecontent.open .readmore {
    display: none !important;
  }
}
.contents_head_wrp {
  padding: 1em 0 0;
}

.contents_head_lead {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.375rem;
  font-weight: 200;
  text-align: center;
  padding-bottom: 1.5em;
}

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

/* facilities menu
* --------------------------------------- */
.sec_contents_head {
  width: 1000px;
  margin: 40px auto;
}
.sec_contents_head .contents_head_wrp {
  background: url("/wp/wp-content/themes/gh-dan/img/mizuho/bg_deco01.png") no-repeat right -6px bottom/100% auto;
  margin-bottom: 20px;
}
.sec_contents_head .contents_head_wrp.no-bgimg {
  background-image: none;}
@media screen and (max-width: 767px) {
  .sec_contents_head .contents_head_wrp {
    margin-bottom: 0;
  }
}

/* facilities info
* --------------------------------------- */
.sec_info {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 25px 30px 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.sec_info:nth-child(n+1) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .sec_info:nth-child(n+1) {
    margin-top: 7vw;
  }
}

.intro_label_circle {
  position: absolute;
  top: 2px;
  right: 15px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #e05513;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e05513;
  font-size: 1.125rem;
  font-family: "UDDigiKyokasho R JIS2004", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.3;
  text-align: center;
  padding-top: 0.3em;
}

.intro_lead {
  font-size: 1rem;
  margin: 1.5em 0 1.2em;
}

.intro_img_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
}

.sec_guide {
  margin: 45px 0 50px;
}
.sec_guide dl.guide_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 0.6rem;
}
.sec_guide dl.guide_list dt {
  position: relative;
  width: 135px;
  text-align: center;
  margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  .sec_guide dl.guide_list dt {
    width: 36vw;
  }
}
.sec_guide dl.guide_list dd {
  position: relative;
  width: calc(100% - 135px - 1rem);
  padding-left: 18px;
}
.sec_guide dl.guide_list dd::before {
  content: "●";
  color: #e05513;
  position: absolute;
  width: 1rem;
  height: 1rem;
  font-size: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  left: -0.5rem;
}
@media screen and (max-width: 767px) {
  .sec_guide dl.guide_list dd {
    width: calc(100% - 36vw - 4.27vw);
    padding-left: 4.8vw;
  }
}
.sec_guide dl.guide_list dt, .sec_guide dl.guide_list dd {
  margin-bottom: 0.75em;
}
.sec_guide dl.guide_list.smaller {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .sec_guide dl.guide_list.smaller {
    font-weight: 400;
  }
}

.sec_example_price {
  margin: 35px 0 0;
}

.example_price_box {
  width: 100%;
  display: grid;
  grid-template-columns: 5rem 1fr;
  align-items: center;
  white-space: nowrap;
  margin: 15px 0 6px;
  padding-right: 8px;
}
.example_price_box .example_price_txt {
  font-family: "UDDigiKyokasho R JIS2004", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #e05513;
}
.example_price_box .example_price_ast {
  font-size: 0.75rem;
}

.example_price_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.example_price_list dt.case {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: #e05513;
  width: 9.5em;
  height: 2.5rem;
  line-height: 2.5;
  text-align: center;
}
.example_price_list dd.breakdown ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: -6px;
}
.example_price_list dd.breakdown ul li {
  font-size: 0.9375rem;
  color: #e05513;
  width: 7.35em;
  text-align: center;
  height: 2.5rem;
  line-height: 2.5;
  border: 1px solid #e05513;
  margin: 0 3px;
}
.example_price_list dd.breakdown ul li.etc {
  border: none;
  width: 4em;
  background-image: linear-gradient(to right, #e05513 3px, transparent 3px);
  background-size: 11px 3px;
  background-repeat: repeat-x;
  background-position: left bottom 50%;
  margin: 0 13px;
}
@media screen and (max-width: 767px) {
  .example_price_list dd.breakdown ul li.etc {
    height: 8vw;
    background-image: linear-gradient(to bottom, #e05513 0.8vw, transparent 0.8vw);
    background-size: 0.8vw 2.93vw;
    background-repeat: repeat-y;
    background-position: left 50% top;
    margin: 2vw 0;
  }
}
.example_price_list dd.total .example_price_num {
  display: inline-flex;
  align-items: flex-end;
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
}
.example_price_list dd.total .example_price_num .example_price_en {
  font-size: 1.125rem;
  padding: 0 0 0.2em 0.6em;
}

.sec_info .table_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 15px 0 0;
}
.sec_info .table_box .price_table {
  width: 530px;
  border: 1px solid #ddd;
}
.sec_info .table_box .price_table thead th {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  background: #ccc;
  text-align: center;
  font-weight: normal;
  border: 1px solid #ddd;
  padding: 0.5em 0;
}
.sec_info .table_box .price_table thead th.price_title {
  background: #fff;
}
.sec_info .table_box .price_table tbody th {
  width: 165px;
  font-size: 0.9375rem;
  font-weight: normal;
  background: #f2f2f2;
  border: 1px solid #ddd;
  text-align: center;
  padding: 1rem 0 0.8rem;
  line-height: 1;
}
.sec_info .table_box .price_table tbody td {
  font-size: 1rem;
  text-align: center;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.sec_info .table_box .price_table tbody td.price_txt {
  padding: 0.9rem 0;
}
.sec_info .table_box .price_table .price_num {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  font-weight: 200;
}
.sec_info .table_box .price_table .price_en {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.875rem;
  padding: 0 0 0.13em 0.5em;
}
.sec_info .table_box .price_table dl.price_level {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.3em 1em;
  align-items: center;
  width: max-content;
  margin: 0.8rem auto;
  line-height: 1.4;
}
.sec_info .table_box .price_table dl.price_level dt {
  position: relative;
  padding-right: 0.75em;
  text-align: left;
}
.sec_info .table_box .price_table dl.price_level dt::after {
  content: ":";
  position: absolute;
  right: 0;
}
.sec_info .table_box .price_table dl.price_level dd {
  text-align: right;
}
.sec_info .table_box .vacancies_table_outer {
  position: relative;
  width: 360px;
  display: flex;
  flex-direction: column;
  border: 3px solid #66bc02;
  text-align: center;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1;
}
.sec_info .table_box .vacancies_table {
  width: 100%;
}
.sec_info .table_box .vacancies_table caption {
  width: calc(100% + 6px);
  margin: -3px 0 0 -3px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.375rem;
  text-align: center;
  color: #fff;
  background: #66bc02;
  padding: 0.6em 0 0.67em;
  margin-bottom: 1.1em;
}
.sec_info .table_box .vacancies_table th, .sec_info .table_box .vacancies_table td {
  width: 50%;
  text-align: center;
  font-weight: normal;
}
.sec_info .table_box .vacancies_table th:nth-of-type(2), .sec_info .table_box .vacancies_table td:nth-of-type(2) {
  border-left: 1px solid #ccc;
}
.sec_info .table_box .vacancies_table th {
  font-size: 1.25rem;
}
.sec_info .table_box .vacancies_table tbody td {
  padding: 1.2em 0 0;
}
.sec_info .table_box .vacancies_table tbody td .vacancies_num {
  font-family: "Oswald", sans-serif;
  font-size: 3.125rem;
  font-weight: 500;
  color: #66bc02;
  margin-left: 0.5em;
}
.sec_info .table_box .vacancies_table tbody td .vacancies_peaple {
  font-size: 1.125rem;
  color: #444;
  padding: 0 0 0.1em 0.5em;
}
.sec_info .table_box .vacancies_txt {
  color: #66bc02;
  font-size: 1.125rem;
  padding: 1em 0 0.7em;
}
.sec_info .table_box .vacancies_notice {
  position: absolute;
  font-size: 0.8125rem;
  margin-top: 2rem;
  bottom: -2.2em;
  white-space: nowrap;
}

.floorplan_label {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  position: absolute;
  display: inline-block;
  border: 1px solid #444;
  padding: 0.75em 1.55em;
}

.floorplan_img_box {
  position: relative;
}
.floorplan_img_box.houseA {
  padding-top: 25px;
}
.floorplan_img_box.houseA .floorplan_label {
  top: 37px;
  left: 7px;
}
.floorplan_img_box.houseB {
  margin-top: 35px;
}
.floorplan_img_box.houseB .floorplan_label {
  top: 12px;
  left: 6px;
}

.sec_access iframe {
  width: 100%;
/*  aspect-ratio: 10/4;*/
}
.map-box {position: relative;
  width: 100%;
  height: 0;
  padding-top: 30%; }
/* Google Mapのiframe */
.map-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec_access address {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  margin: 1.2em 0 0;
}
.sec_access address .tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.5em;
}
.sec_access address .tel dt {
  position: relative;
  padding-right: 0.4em;
}
.sec_access address .tel dt::after {
  content: ":";
  position: absolute;
  right: 0;
  top: -0.1em;
}
.sec_access address .tel dd {
  padding-left: 0.2em;
}

.sec_info .sec_access .inner {
  width: 100%;
}

.facilities_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: 50px auto 65px;
}
.facilities_link a {
  position: relative;
  display: block;
  width: 230px;
  font-family: "UDDigiKyokasho R JIS2004", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.125rem;
  color: #fff;
  line-height: 2.7;
  text-align: center;
}
.facilities_link a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 1em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 0.6em;
  height: 0.6em;
}
.facilities_link a.mizuho {
  background-color: #ff9600;
}
.facilities_link a.kunimi {
  background: #ff4760;
}
.facilities_link a.ariake {
  background: #00a6b6;
}
.facilities_link a.shimabara {
  background: #00973f;
}

/* News
 * --------------------------------------- */
.news_title {
  font-size: 1.375rem;
  font-weight: 400;
  margin-bottom: 1em;
  padding: 0 0 1.15em;
  position: relative;
  text-align: center;
}

a.arrow {
  background-image: url("/wp/wp-content/themes/gh-dan/img/arrow_orange_thin.svg");
  background-position: 92.5% center;
  background-repeat: no-repeat;
  background-size: 4.12em;
  color: #ec004f;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 4.8em;
  padding-right: 5em;
  transition: all 0.3s ease;
}

a.arrow:hover {
  background-position: 100% center;
}

.news_slider.noSlide #arrowbtn {
  display: none;
}
.news_slider.noSlide .list_Topic > li {
  min-width: 200px;
  width: 14.28vw;
  margin-left: 29px;
}

.mv_slider.noSlide .mv_swiper-pagination {
  display: none;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  display: none;
}

@media screen and (max-width: 767px) {
  a.arrow {
    font-size: 3.2vw;
  }
}
.bg_gr {
  background-color: rgba(0, 0, 0, 0.02);
}

li a {
  display: block;
}

.sec_news {
  align-items: flex-start;
  display: flex;
  padding: 48px 0 40px 44px;
  margin: 45px 0 0;
}

.sec_news .news_title {
  align-self: stretch;
  box-sizing: border-box;
  min-width: 220px;
  margin: 110px 0 0 0;
  padding-left: 12px;
}

.sec_news .news_title img {
  display: block;
  width: 50%;
  margin-left: 3px;
}

.sec_news .news_title span {
  border-top: #ec004f solid 1px;
  color: #e05513;
  display: block;
  font-size: 1.375rem;
  font-weight: bold;
  font-family: "UDDigiKyokasho R JIS2004", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  margin-top: 0.5em;
  padding-top: 0.25em;
  text-align: right;
  width: 94%;
}

.news_slider.swiper-container {
  margin: 0 !important;
}

.list_Topic {
  padding: 0 0 20px 0;
}

.list_Topic > li { /* min-width: 15.72vw */
  padding: 6px 0 0 0;
  position: relative;
}
.list_Topic > li a {position: relative;}
.list_Topic > li .cat {
  box-sizing: border-box;
  color: #fff;
  font-size: 0.8125rem;
/*  font-weight: bold;*/
  left: -8px;
  line-height: 1.7;
  padding: 0.2em 1.2em 0.1em 0.75em;
  position: absolute;
  top: -3px;
}

.list_Topic > li .cat.news {
  background-color: #e59a23;
}

.list_Topic > li .cat.everyday {
  background-color: #66bc02;
}

.list_Topic > li .cat.resident {
  background-color: #de5513;
}

.list_Topic > li .cat.local {
  background-color: #4a9e12;
}

.list_Topic > li .cat::after {
  border-style: solid;
  border-width: 6px;
  bottom: -6px;
  content: "";
  left: 2px;
  position: inherit;
  transform: rotate(45deg);
  z-index: -1;
}

.list_Topic > li .cat.news::after {
  border-color: transparent transparent #ba7f2a transparent;
}

.list_Topic > li .cat.everyday::after {
  border-color: transparent transparent #599110 transparent;
}

.list_Topic > li .cat.resident::after {
  border-color: transparent transparent #af471e transparent;
}

.list_Topic > li .thumb-box {
  overflow: hidden; display: block;
  width: 15.72vw;height: 15.72vw;
}

.list_Topic > li .thumb-box img {
  display: block;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
position: relative;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.list_Topic > li img {
  display: block;
}

/*
.list_Topic > li p:last-of-type {
  font-size: 0.9375rem;
  height: 4.2em;
  line-height: 1.6;
  margin-bottom: 0.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
*/

a.swiper-button-prev, a.swiper-button-next {
  background-position: 85% center;
  background-size: contain;
  bottom: 0;
  height: 12px;
  margin: 0;
  top: auto;
  width: 84px;
}

a.swiper-button-prev {
  left: 30px;
  transform: scale(-1, 1);
}

a.swiper-button-next {
  right: 30px;
}

a.swiper-button-prev:hover {
  left: 20px;
}

a.swiper-button-next:hover {
  right: 20px;
}

.noButton a.swiper-button-prev,
.noButton a.swiper-button-next {
  display: none;
}

@media screen and (max-width: 767px) {
  .sec_news {
    flex-wrap: wrap;
    padding: 9.23vw 0 9vw 0;
    margin: 1vw 0 0;
  }
  .sec_news .news_title {
    background-position: top right;
    margin: 0 6.33vw 0;
    min-width: unset;
    padding: 0 0 0;
    width: 100%;
  }
  .sec_news .news_title img {
    width: 20.5vw;
  }
  .sec_news .news_title span {
    font-size: 4vw;
    width: 36vw;
    margin-top: 0.3em;
    padding-top: 0.3em;
    letter-spacing: 0.09em;
  }
  /* .list_Topic{padding:0 0 3.5vw 5vw;} */
  .list_Topic > li {
    padding: 0;
  }
  .list_Topic > li .thumb-box {
    width: 40vw;
    height: 40vw;
    overflow: hidden;
  }
  .list_Topic > li .thumb-box img {
    display: block; /* height:vw(150); */
    width: 100%;
    aspect-ratio: 1;
    max-width: none;
  }
  .list_Topic > li .cat {
    font-size: 3.2vw;
    left: -1.8vw;
  }
  .list_Topic > li .cat::after {
    border-width: 1.8vw;
/*    bottom: unset;*/
    left: 1vw;
        top: unset;
    bottom: -1.8vw;
  }
  .list_Topic > li p:last-of-type {
    font-size: 3.2vw;
  }
  a.swiper-button-prev, a.swiper-button-next {
    width: 22.35vw;
  }
  a.swiper-button-prev {
    left: 6.66vw;
  }
  a.swiper-button-next {
    right: 6.66vw;
  }
  /* .news_slider.swiper-container {margin: 5vw vw(20) 0 3vw !important;} */
  .news_slider.swiper-container {
    width: 90vw;
    margin: 5vw 0 0 5vw !important;
    padding: 0 0 3.5vw 3vw;
  }
}
.tag {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 80%;
  max-width: 90vw;
  margin-bottom: 3rem;
  transition: all 0.5s ease;
}

.tag li {
  font-size: 0.875rem;
  margin-bottom: 0.85em;
  margin-left: 0.45em;
  margin-right: 0.45em;
  letter-spacing: 0.04em;
}

.tag a {
  color: #666;
  background-color: #f2f2f2;
  border: #ddd solid 1px;
  border-radius: 1.1em;
  padding: 0.25em 1.5em;
}

.sec_news ul.tag {
  width: 100%;
  max-width: unset;
  margin-bottom: 0.65em;
  justify-content: flex-start;
}

.sec_news ul.tag li {
  font-size: 0.625rem;
  margin: 0.25em 0.25em;
  line-height: 1.2;
}

.sec_news ul.tag li a {
  background-color: #fff;
  padding: 0.25em 0.85em;
}

/*! CSS Used from: R add */
ul.list_Topic li h4.ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.3;
  overflow: hidden;
  margin: 1em 0 0.5em;
  font-size: 1.125rem;
  font-weight: bold;
  height: 2.4em;
}

ul.list_Topic span.text p {
  font-size: 0.9375rem;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 0.25em;
  height: 4.5em;
  line-height: 1.5;
  word-break: break-all;
}

a.swiper-button-prev, a.swiper-button-next {
  height: 10px;
  width: auto;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 3.6vw;
    line-height: 1.8;
  }
  ul.list_Topic li h4.ttl {
    font-size: 4.27vw;
    margin-top: .65em;
    height: 2.5em;
  }
  ul.list_Topic span.text,
    ul.list_Topic span.text p{
    font-size: 3.47vw;
  }
  .tag {
    width: 100%;
  }
  .tag li {
    font-size: 3.2vw;
    margin-bottom: 0.65em;
  }
  .news_slider.noSlide .list_Topic > li {
    min-width: auto;
    width: 43.2vw;
    margin-left: 0;
  }
}
/*! CSS Used from: E bass */
.headline {
  font-size: 2rem;
  font-weight: 400;
}

.slideup {
  opacity: 0;
  transform: translateY(100%);
  transition: all 1s 0.5s;
}

.slideup.visible {
  opacity: 1;
  transform: translateY(0);
}

.philosophy_box {
  position: relative;
  width: calc(100% - 8.5vw);
  height: 300px;
  display: flex;
  margin: 0 auto;
}

.headline {
  position: relative;
}

.headline_en img {
  width: 100%;
}

.philosophy_box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: no-repeat url("/wp/wp-content/themes/gh-dan/img/top/philosophy_box_bg_pc.jpg");
  background-size: auto 100%;
  background-position: center right;
}

@media screen and (max-width: 767px) {
  .philosophy_box::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: no-repeat url("/wp/wp-content/themes/gh-dan/img/top/philosophy_box_bg_sp.jpg");
    background-size: auto 100%;
    background-position: center right;
  }
}
.philosophy_box .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.philosophy_box .headline_box {
  position: relative;
  width: auto;
  text-align: center;
  background: #fff;
  padding: 30px 3.1em 35px;
}
@media screen and (max-width: 767px) {
  .philosophy_box .headline_box {
    padding: 6vw 0 35px;
  }
}

.philosophy_box .headline_box::before, .philosophy_box .headline_box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30%;
  width: 55%;
  height: 1px;
  background: #fff;
  z-index: 1;
}

.philosophy_box .headline_box::after {
  top: auto;
  left: auto;
  bottom: 0;
  right: 30%;
}

.philosophy_box .headline_box_outer01 {
  position: relative;
  overflow: hidden;
  margin-left: 5.1vw;
}

.philosophy_box .headline_box_outer01::before, .philosophy_box .headline_box_outer01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 1px;
  background: #ddd;
  z-index: 1;
}

.philosophy_box .headline_box_outer01::after {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  z-index: auto;
}

.philosophy_box .headline_box_outer02::before, .philosophy_box .headline_box_outer02::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
  z-index: 1;
}

.philosophy_box .headline_box_outer02::after {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}

.philosophy_box .headline_box_outer03::before, .philosophy_box .headline_box_outer03::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  height: 1px;
  background: #ddd;
  z-index: 1;
}

.philosophy_box .headline_box_outer03::after {
  bottom: auto;
  left: auto;
  top: 0;
  right: 0;
}

.philosophy_box .headline_box_outer01::before {
  left: 30%;
}

.philosophy_box .headline_box_outer02::before {
  height: 0;
}

.philosophy_box .headline_box_outer03::before {
  width: 0;
}

.philosophy_box .headline_box_outer01::after {
  right: 30%;
}

.philosophy_box .headline_box_outer02::after {
  bottom: -100%;
}

.philosophy_box .headline_box_outer03::after {
  right: -30%;
}

.philosophy_box.visible .headline_box_outer01::before {
  -webkit-animation: around_boxA 0ms cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation: around_boxA 0ms cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.philosophy_box.visible .headline_box_outer02::before {
  -webkit-animation: around_boxB 0ms cubic-bezier(0.77, 0, 0.175, 1) 0ms forwards;
  animation: around_boxB 0ms cubic-bezier(0.77, 0, 0.175, 1) 0ms forwards;
}

.philosophy_box.visible .headline_box_outer03::before {
  -webkit-animation: around_boxC 0ms cubic-bezier(0.77, 0, 0.175, 1) 0ms forwards;
  animation: around_boxC 0ms cubic-bezier(0.77, 0, 0.175, 1) 0ms forwards;
}

.philosophy_box.visible .headline_box_outer01::after {
  -webkit-animation: around_boxD 0ms cubic-bezier(0.77, 0, 0.175, 1) 0ms forwards;
  animation: around_boxD 0ms cubic-bezier(0.77, 0, 0.175, 1) 0ms forwards;
}

.philosophy_box.visible .headline_box_outer02::after {
  -webkit-animation: around_boxE 0ms cubic-bezier(0.77, 0, 0.175, 1) 0ms forwards;
  animation: around_boxE 0ms cubic-bezier(0.77, 0, 0.175, 1) 0ms forwards;
}

.philosophy_box.visible .headline_box_outer03::after {
  -webkit-animation: around_boxF 0ms cubic-bezier(0.77, 0, 0.175, 1) 0ms forwards;
  animation: around_boxF 0ms cubic-bezier(0.77, 0, 0.175, 1) 0ms forwards;
}

.headline_box p {
  font-size: 1.4375rem;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .headline_box p {
    font-size: 4vw;
    line-height: 1.7;
  }
}

.philosophy_box .headline {
  margin-bottom: 1em;
  font-size: 1.375rem;
  font-family: "UDDigiKyokasho R JIS2004", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media screen and (max-width: 767px) {
  .philosophy_box .headline {
    margin-bottom: 2.5vw;
  }
}

.philosophy_box {
  position: relative;
  width: 1280px;
  height: 300px;
}

.philosophy_box .headline_en {
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .philosophy_box .headline_en {
    top: -36vw;
    left: 6vw;
  }
}

.sec_philosophy {
  padding: 100px 0 60px;
  background: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec_philosophy {
    padding: 3vw 0 3vw;
  }
}

.sec_philosophy .philosophy_story {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 1000px;
  background: #fff;
  padding: 55px 60px 50px 90px;
  margin: 70px auto 0;
  border-left: 6px solid #e05513;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
  .sec_philosophy .philosophy_story {
    justify-content: center;
    border-left: none;
    border-top: 1.6vw solid #e05513;
    padding: 10vw 11vw 9vw;
    margin: 0 auto;
  }
}
.sec_philosophy .philosophy_story .title {
  width: 100%;
  font-size: 1.75rem;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: left;
  margin: 0 0 1.5em -1.8em;
}
@media screen and (max-width: 767px) {
  .sec_philosophy .philosophy_story .title {
    font-size: 5.33vw;
    margin: 0 0 1.1em -1em;
  }
}
.sec_philosophy .philosophy_story .text {
  width: 520px;
}
.sec_philosophy .philosophy_story .text p {
  font-size: 1rem;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
  line-height: 1.94;
  letter-spacing: 0.076em;
}
@media screen and (max-width: 767px) {
  .sec_philosophy .philosophy_story .text p {
    font-size: 4vw;
    line-height: 1.8;
  }
}
.sec_philosophy .philosophy_story .photo {
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: right;
}
@media screen and (max-width: 767px) {
  .sec_philosophy .philosophy_story .photo {
    width: 69.33vw;
    margin-top: 6vw;
  }
}
.sec_philosophy .philosophy_story .photo dl {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 40px 4px 0 0;
}
.sec_philosophy .philosophy_story .photo dl dt {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 0.9375rem;
  margin-right: 0.9em;
}
@media screen and (max-width: 767px) {
  .sec_philosophy .philosophy_story .photo dl dt {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_philosophy .philosophy_story .photo dl dd img {
    width: 29.6vw;
  }
}

/*! CSS Used from: E res */
@media screen and (max-width: 767px) {
  .sec {
    display: block;
    width: calc(100% - 12vw);
    margin: 0 auto;
  }
  .headline {
    font-size: 4.27vw;
    width: auto;
  }
  .philosophy_box {
    width: 100vw;
    height: 50.67vw;
    margin: 46.1vw 0 10vw;
    background-size: auto 50.67vw;
  }
  .philosophy_box a {
    overflow: visible;
  }
  .philosophy_box a, .philosophy_box a::before {
    width: 100%;
    height: 51vw;
    background: no-repeat url("https://egg-freezing.futurebox.biz/img/philosophy_box_bg_sp.jpg");
    background-size: auto 51vw;
    background-position: right center;
  }
  .philosophy_box a:hover::before {
    background-size: auto 110%;
  }
  .philosophy_box a:visited::before {
    background-size: auto 51vw;
  }
  .philosophy_box .inner {
    position: absolute;
    top: -29.8vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .philosophy_box .headline_box_outer01 {
    margin: 0;
  }
  .philosophy_box .headline_box {
    width: 88vw;
    height: 32.2vw;
  }
  .philosophy_box .headline::before {
    height: 5.8vw;
  }
  .philosophy_box .headline {
    font-size: 4vw;
  }
  .philosophy_box .headline_en {
    display: inline-block;
    width: 70vw;
  }
}
/*! CSS Used keyframes */
@-webkit-keyframes around_boxA {
  0% {
    left: 30%;
  }
  100% {
    left: 0;
  }
}
@keyframes around_boxA {
  0% {
    left: 30%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes around_boxB {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes around_boxB {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes around_boxC {
  0% {
    width: 0;
  }
  100% {
    width: 30%;
  }
}
@keyframes around_boxC {
  0% {
    width: 0;
  }
  100% {
    width: 30%;
  }
}
@-webkit-keyframes around_boxD {
  0% {
    right: 30%;
  }
  100% {
    right: 0;
  }
}
@keyframes around_boxD {
  0% {
    right: 30%;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes around_boxE {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
@keyframes around_boxE {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
@-webkit-keyframes around_boxF {
  0% {
    right: -30%;
  }
  100% {
    right: 0;
  }
}
@keyframes around_boxF {
  0% {
    right: -30%;
  }
  100% {
    right: 0;
  }
}
.philosophy_story button.readmore {
  display: none;
}

@media screen and (max-width: 767px) {
  section a {
    font-size: 3.2vw;
  }
  .philosophy_story button.readmore {
    position: relative;
    font-family: "UDDigiKyokasho R JIS2004", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 4.27vw;
    color: #e05513;
    margin: 1em auto 0;
    left: 0.5em;
    display: block;
    padding-right: 1.8em;
  }
  .philosophy_story button.readmore::before {
    content: "";
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url("/wp/wp-content/themes/gh-dan/img/ico_plus_ora.svg") no-repeat center/100% 1em;
  }
  .philosophy_story .text {
    min-height: 69.33vw;
  }
}
/* Services page
* --------------------------------------- */
.sec_consultation {
  position: relative;
  width: 1000px;
  margin: -20px auto 0;
}
.sec_consultation .deco01 {
  position: absolute;
  top: 0;
  right: 5px;
  width: 250px;
  height: auto;
}

.consultation_grid {
  font-size: 1.25rem;
  display: grid;
  grid-template-columns: 140px 1fr;
  grid-template-areas: "grid_headline grid_second_headline" "grid_headline grid_text";
  grid-template-rows: max-content 1fr;
  grid-gap: 0 30px;
  margin-bottom: 42px;
}
.consultation_grid .grid_headline {
  grid-area: grid_headline;
}
.consultation_grid .grid_second_headline {
  grid-area: grid_second_headline;
  font-family: "UDDigiKyokasho R JIS2004", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0.7em 0;
}
.consultation_grid .grid_text {
  grid-area: grid_text;
  font-size: 1rem;
}

.sec_services {
  width: 1000px;
  margin: 80px auto 0;
}
.sec_services .sec_contents_head {
  margin: 40px auto 0;
}

.page.services .sec_contents_head .contents_head_wrp {
  background: none;
}

.page.services .services_grid {
  width: 100%;
  display: grid;
  grid-template-columns: 250px 1fr;
  grid-template-areas: "grid_img grid_headline" "grid_img grid_text" "grid_img grid_facilities_box";
  grid-template-rows: max-content max-content 1fr;
  grid-gap: 0 30px;
  margin: 0 auto 70px;
}
.page.services .services_grid:last-of-type {
  margin-bottom: 130px;
}
.page.services .services_grid .grid_img {
  grid-area: grid_img;
  width: 250px;
  height: 250px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.page.services .services_grid .grid_headline {
  grid-area: grid_headline;
  font-family: "UDDigiKyokasho R JIS2004", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #e05513;
  font-size: 1.375rem;
  font-weight: bold;
  margin: 1em 0 0.8em;
}
.page.services .services_grid .grid_text {
  grid-area: grid_text;
  font-size: 1rem;
  margin-bottom: 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page.services .services_grid .grid_text p {
  font-size: inherit;
  line-height: 1.5;
}
.page.services .services_grid .grid_text.col2 p {
  width: 46%;
  margin-right: 30px;
}
.page.services .services_grid .grid_text.col2 img {
  width: calc(54% - 30px);
  margin-top: -40px;
}
.page.services .services_grid .grid_facilities_box {
  grid-area: grid_facilities_box;
}

.page.services dl.facilities_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(85, 85, 85, 0.5);
  padding: 17px 21px;
  line-height: 1;
}
.page.services dl.facilities_list dt {
  font-size: 0.875rem;
  padding: 0.3em 0 0;
}
.page.services dl.facilities_list dd > ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.page.services dl.facilities_list dd > ul li {
  font-size: 1rem;
  margin-bottom: 0.7em;
}
.page.services dl.facilities_list dd > ul li:last-child {
  margin-bottom: 0;
}
.page.services dl.facilities_list dd a {
  position: relative;
  display: inline-block;
  padding: 0 1em 0 1.2em;
}
.page.services dl.facilities_list dd a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 0;
  border-top: 1px solid #979797;
  border-right: 1px solid #979797;
  width: 0.6em;
  height: 0.6em;
}
.page.services dl.facilities_list dd a .label {
  font-size: 0.8125rem;
  font-family: inherit;
  margin: 0 1em 0 0;
}

/* Recruit page
* --------------------------------------- */
.sec_recruit {
  width: 1000px;
  margin: -10px auto 0;
}

.recruit_para {
  letter-spacing: 0.06em;
  margin-bottom: 3.5em;
}
.recruit_para .recruit_headline {
  width: 100%;
  font-family: "UDDigiKyokasho R JIS2004", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  color: #e05513;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .recruit_para .recruit_headline {
    margin-bottom: 0.8em;
  }
}
.recruit_para p {
  font-size: 1rem;
  line-height: 1.5;
}

.recruit_para.col2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.recruit_para.col2.ph_bottom {
  align-items: flex-end;
}
.recruit_para.col2 .para_item {
  width: 48%;
}

p.recruit_para_name {
  margin-top: 1.5em;
  text-align: right;
  font-size: 1rem;
}
p.recruit_para_name span {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.375em;
  margin-left: 0.5em;
}

.sec_recruit_guidelines {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1000px;
  margin: -20px auto 80px;
  background: #fff;
  padding: 30px 0 30px 60px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.sec_recruit_guidelines dl.recruit_guidelines_table {
  display: grid;
  grid-template: auto/7em 1fr;
  padding: 8px 8px 8px 0px;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-right: 50px;
}
.sec_recruit_guidelines dt {
  grid-column: 1;
  border-right: 4px #f4ede3 solid;
  border-bottom: 1px #dccfbe solid;
  padding: 8px 8px 8px 0px;
}
.sec_recruit_guidelines dd {
  grid-column: 2;
  border-bottom: 1px #dccfbe solid;
  padding: 8px 10px;
}
.sec_recruit_guidelines dd address {
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.sec_recruit_guidelines dd address:last-child {
  margin-bottom: 0;
}
.sec_recruit_guidelines .recruit_guidelines_img {
  width: 300px;
  margin-top: 30px;
}

/* top page
* --------------------------------------- */
.topPage .main {
  margin: 10px 0 100px;
}
@media screen and (max-width: 767px) {
  .topPage .main {
    margin: 12.8vw 0 30vw;
  }
}

.sec_mv {
  position: relative;
  width: calc(100% - 100px);
  margin: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: normal;
}
@media screen and (max-width: 767px) {
  .sec_mv {
    flex-wrap: wrap;
    width: 90.67vw;
    padding: 0;
    margin: 0 auto;
  }
}
.sec_mv .mv_logo_bgimg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 46.1%;
}
@media screen and (max-width: 767px) {
  .sec_mv .mv_logo_bgimg {
    order: 3;
    position: static;
    bottom: auto;
    right: auto;
    width: calc(100% + 9.33vw);
    margin: 11vw -4.67vw 0;
  }
  .sec_mv .mv_logo_bgimg img {
    width: 96%;
    margin-left: 1.5vw;
  }
}

.mv_swiper_wrp {
  position: relative;
  min-width: 591px;
  width: 53.8%;
}
@media screen and (max-width: 767px) {
  .mv_swiper_wrp {
    order: 2;
  }
}

.mv_swiper {
  min-width: 591px;
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
  animation: fadeIn 3s ease 0s 1 normal;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv_swiper img {
  min-height: 514px;
}
@media screen and (max-width: 767px) {
  .mv_swiper img {
    min-height: auto;
    height: 90.67vw;
    max-width: none;
    width: auto;
  }
}

.mv_logo_wrp {
  width: 46.1%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv_logo_wrp {
    order: 1;
    height: 51.47vw;
  }
}
.mv_logo_wrp .mv_headline {
  display: inline-block;
  width: 58%;
  margin-top: max(7.14vw, 85px);
}
@media screen and (max-width: 767px) {
  .mv_logo_wrp .mv_headline {
    margin-top: 6.93vw;
  }
}
.mv_logo_wrp .mv_headline img {
  max-width: none;
  width: 100%;
}

.mv_swiper-pagination {
  position: absolute;
  bottom: -28px !important;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv_swiper-pagination {
    bottom: -5vw !important;
  }
}

.mv_swiper_wrp .swiper-pagination-bullet,
.servicemenu-list .swiper-pagination-bullet {
  background: rgba(119, 75, 0, 0.2);
  border-radius: unset;
  cursor: pointer;
  height: 4px;
  margin: 0 2px;
  opacity: 1;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .mv_swiper_wrp .swiper-pagination-bullet,
.servicemenu-list .swiper-pagination-bullet {
    height: 1.07vw;
    margin: 0 0.8vw;
    opacity: 1;
    width: 10.67vw;
  }
}

.mv_swiper_wrp .swiper-pagination-bullet-active,
.servicemenu-list .swiper-pagination-bullet-active {
  opacity: 1;
  background: #e13314;
}

.sec_sec_philosophy {
  position: relative;
  margin-top: 100px;
}
.sec_sec_philosophy::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0%, 100% 5%, 0 95%);
  z-index: -1;
}

.movie_wrp {
  max-width: 550px;
  margin: 75px auto 15px;
}
@media screen and (max-width: 767px) {
  .movie_wrp {
    margin: 15vw auto;
  }
}
.movie_wrp .movie {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
.movie_wrp .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec_access .inner {
  position: relative;
  width: 1000px;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .sec_access .inner {
    width: 100%;
    height: 0;
    padding-top: 106.66%;
  }
  .sec_access .inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.mv_swiper .swiper-slide-active img,
.mv_swiper .swiper-slide-duplicate-active img,
.mv_swiper .swiper-slide-prev img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
  animation: zoomUp 10s linear 0s 1 normal both;
}

.swiper-slide img.pcOnly {
  display: block;
}

/* facilities
* --------------------------------------- */
.facilities_headline_circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  background: #e05513;
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .facilities_headline_circle {
    width: 27.73vw;
    height: 27.73vw;
    margin: -1vw auto 0;
  }
}
.facilities_headline_circle img {
  display: block;
}
@media screen and (max-width: 767px) {
  .facilities_headline_circle img {
    width: 14.35vw;
  }
}
.facilities_headline_circle span {
  display: block;
  color: #fff;
  font-family: "UDDigiKyokasho R JIS2004", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.125rem;
  white-space: nowrap;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .facilities_headline_circle span {
    font-size: 3.84vw;
    margin-top: 2.5vw;
  }
}

.sec_facilities ul.facilities_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: -15px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .sec_facilities ul.facilities_list {
    flex-wrap: wrap;
    margin-top: 5vw;
    padding-bottom: 0;
  }
}
.sec_facilities ul.facilities_list > li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_facilities ul.facilities_list > li {
    width: 50%;
    margin-bottom: 24vw;
  }
}
.sec_facilities ul.facilities_list > li img {
  width: auto;
  aspect-ratio: 35/24;
  border: #fff 1px solid;
  box-sizing: content-box;
}

.sec_facilities ul li.mizuho dl dt::before {
  background: #ff9600;
}

.sec_facilities ul li.kunimi dl dt::before {
  background: #ff4760;
}

.sec_facilities ul li.ariake dl dt::before {
  background: #00a6b6;
}

.sec_facilities ul li.shimabara dl dt::before {
  background: #00973f;
}

/* services
* --------------------------------------- */
.topPage .sec_services {
  margin: 30px auto 30px;
}
@media screen and (max-width: 767px) {
  .topPage .sec_services {
    margin-top: 10vw;
  }
}
.topPage .sec_services .headline_dot {
  padding-bottom: 2em;
}
.topPage .sec_services ul.services_list {
  width: 900px;
  margin: 0 auto 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 75px;
}
@media screen and (max-width: 767px) {
  .topPage .sec_services ul.services_list {
    width: 82.67vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8vw 8vw;
  }
}
.topPage .sec_services ul.services_list li {
  display: flex;
/*  justify-content: space-between;*/ justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .topPage .sec_services ul.services_list li {
    width: 37.33vw;
  }
}
.topPage .sec_services ul.services_list li a > img.round-icon {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.topPage .sec_services ul.services_list li > a > p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  color: #e05513;
  font-weight: bold;
  font-family: "UDDigiKyokasho R JIS2004", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: center;
  padding-top: 0.15em;
  margin-top: 0.75em;
}
.topPage .sec_services ul.services_list li > a > p::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: -0.5em;
  border-top: 1px solid #e05513;
  border-right: 1px solid #e05513;
  width: 0.5em;
  height: 0.5em;
  top: 56%;
}
@media screen and (max-width: 767px) {
.topPage .sec_services ul.services_list li > a > p::after {
    right: -0.9em;
  }
}
@media screen and (max-width: 767px) {
.topPage .sec_services ul.services_list li > a > p {
    font-size: 4vw;
  }
}
.topPage .sec_services ul.services_list li > a > p {
/*  font-size: inherit;*/
  display: inline-flex; margin-left: auto; margin-right: auto;
  flex-direction: column;
  line-height: 1.4;
}
.topPage .sec_services ul.services_list li > a {display: flex; flex-direction: column; justify-content: center;}
.topPage .sec_services ul.services_list li > a > p > span {
  display: block;
  width: 100%;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .topPage .sec_services ul.services_list li > a > p > span {
    font-size: 2.67vw;
  }
}

.topPage .sec_access {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .topPage .sec_access {
    margin-top: 10vw;
  }
}

.topPage .footer {
  padding-top: 0;
}

/* responsive
* --------------------------------------- */
@media screen and (max-width: 767px) {
  /* layout reset
  * --------------------------------------- */
  .header,
.main,
.footer,
.mv_swiper_wrp,
.mv_swiper {
    min-width: auto;
  }
  .mv_swiper_wrp,
.mv_logo_wrp,
.philosophy_box,
.sec_philosophy .philosophy_story,
.sec_philosophy .philosophy_story .text,
.sec_access .inner,
.facilitiesPage .sec_contents_head,
.sec_info,
.sec_info .table_box .price_table,
.sec_info .table_box .vacancies_table_outer,
.facilities_link,
.sec_contents_head,
.sec_recruit,
.sec_recruit_guidelines,
.sec_consultation,
.sec_services {
    width: 100%;
  }
  .movie_wrp,
.contact_box {
    width: 90.67vw;
  }
  /* header nav
  * --------------------------------------- */
  .header {
    position: fixed;
    align-items: center;
    width: 100vw;
    height: 12.8vw;
    background: #fff;
    padding: 0 6.4vw 0 2.29vw;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .header .header_logo {
    width: 49.6vw;
    margin: 1vw 0 0;
  }
  .header nav {margin-right: 0;}
  .header nav address {
    position: relative;
    top: auto;
    right: auto;
    background: transparent;
    padding: 0;
    height: auto;
    border-radius: 0;
  }
  .header nav address a.header_contact {
    padding: 0;
  }
  .header nav address a.header_contact img {
    width: 5.2vw;
  }
  .header nav address a.header_contact::before {
    content: none;
  }
  .header nav ul {
    pointer-events: none;
    opacity: 0;
    display: none;
    box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    background-color: rgb(255, 255, 255);
    border-right: none;
    height: 100vh;
    left: 0;
    margin: 0;
    overflow-y: hidden;
    padding: 0;
    position: fixed;
    text-align: left;
    top: 12.8vw;
    width: 100%;
  }
  #nav_toggle {
    display: block;
    width: 8vw;
    height: 4vw;
    margin-left: 5.9vw;
    position: relative;
    z-index: 100;
  }
  #nav_toggle i {
    display: block;
    height: 1px;
    background: #333;
    position: absolute;
    width: 100%;
    right: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle i:nth-child(1) {
    top: 0;
  }
  #nav_toggle i:nth-child(2) {
    top: 2vw;
    width: 69.5%;
  }
  #nav_toggle i:nth-child(3) {
    top: 4vw;
    width: 69.5%;
  }
  #nav_toggle.open i:nth-child(1) {
    top: 1.9vw;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #nav_toggle.open i:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #nav_toggle.open i:nth-child(3) {
    top: 1.9vw;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 100%;
  }
  .header nav ul.invisible {
    display: block;
  }
  .header nav ul.open {
    pointer-events: auto;
    opacity: 1;
  }
  .header nav ul li {
    border-bottom: #ddd solid 1px;
    font-size: 4.27vw;
    margin: 0;
  }
  .header nav ul li a {
/*
    background-image: url(../img/arrow.svg);
    background-position: center right 1.78em;
    background-repeat: no-repeat;
    background-size: 3.5314em;
*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 3.5em;
    height: 100%;
  }
  .header nav li {
    font-size: 0.9375rem;
    font-weight: 400;
    margin-right: 2em;
    line-height: 1;
    height: 16vw;
    max-height: 16vw;
  }
  .header nav li a {
    position: relative;
  }
  .header nav ul li a::after {
    background-color: transparent;
    content: "";
    position: absolute;
    left: 2em;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
    width: 0.27vw;
    height: 0.27vw;
  }
  .header nav ul li.sp {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header nav ul li.sp address dl {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header nav ul li.sp address dt {
    font-size: 3.2vw;
    color: #555;
  }
  .header nav ul li.sp address dd a.nav_tel {
    position: relative;
    font-family: "Oswald", sans-serif;
    font-size: 6.13vw;
    color: #947d32;
    letter-spacing: 0.06em;
    padding: 0 0 0 1.1em;
    margin-left: 0.3em;
  }
  .header nav ul li.sp address dd a.nav_tel::before {
    content: "";
    position: absolute;
    width: 1.2em;
    height: 1.2em;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: url("/wp/wp-content/themes/gh-dan/img/ico_tel_bra.svg") no-repeat center/100% 0.8em;
  }
  .header nav ul li.sp address dd a.nav_tel::after {
    content: none;
  }
  /* footer
  * --------------------------------------- */
  .footer .footer_items {
    display: none;
  }
  .footer_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 17.6vw;
  }
  .footer_logo img {
    width: 53.33vw;
    margin: 2vw 0 0;
  }
  .footer_copyright {
    height: auto;
    padding: 2em;
  }
  .footer_copyright small {
    text-align: center;
  }
  .footer_copyright small span {
    display: block;
    margin: 0.8em 0 0;
  }
  a.btn_recruit {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    writing-mode: horizontal-tb;
    width: 100vw;
    height: 15.73vw;
    border-radius: 0;
    padding: 0;
    letter-spacing: 0;
	border-right: none;
  }
  a.btn_recruit::before {
    content: none;
  }
  a.btn_recruit::after {
    content: none;
  }
  a.btn_recruit img {
    width: 5.33vw;
    margin-right: 1.5em;
  }
  /* facilities page
  * --------------------------------------- */
  .pageTitle_box {
    padding: 0;
  }
  .pageTitle_box .headline_ribon {
    font-size: 5.4vw;
    top: 8vw;
    padding: 0.58em 0.5em 0.48em 1em;
    min-width: 8em;
  }
  .pageTitle_bgimg_wrp {
    width: 100%;
    height: 0;
    padding-top: 50%;
  }
  .pageTitle_bgimg_wrp img {
    width: auto;
  }
  .breadcrumb {
    font-size: 2.93vw;
    padding: 1em 1em 0;
  }
  .sec_contents_head {
    margin: 3vw auto 5vw;
  }
  .sec_contents_head .contents_head_lead {
    font-size: 4.27vw;
  }
  /* recruit page
  * --------------------------------------- */
  /* services page
  * --------------------------------------- */
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .sec_contents_head .contents_head_lead {
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .sec_contents_head .contents_head_wrp {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .facilitiesPage .contents_head_img {
    margin: -5vw 0 5vw 1.5vw;
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  .menu_btn_list {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 3vw;
  }
  .menu_btn_list li {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .menu_btn_list dl.card {
    max-width: none;
    min-width: auto;
    width: 46vw;
  }
}
@media screen and (max-width: 767px) {
  .menu_btn_list dl.card dt {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .facilitiesPage .menu_btn_list dl.card dd {
    font-size: 2.93vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_info {
    padding: 7vw 5vw;
  }
}
@media screen and (max-width: 767px) {
  .facilitiesPage .headline_cat {
    font-size: 5.33vw;
    line-height: 1.2;
    width: 70vw;
  }
}
@media screen and (max-width: 767px) {
  .intro_label_circle {
    top: 1vw;
    right: 2vw;
    width: 20vw;
    height: 20vw;
    font-size: 2.93vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .facilitiesPage .headline_cat .label {
    font-size: 4.27vw;
    padding: 0.4em 0.6em;
    white-space: nowrap;
    margin: -5px 0.5em 0 0;
  }
}
@media screen and (max-width: 767px) {
  .intro_lead {
    font-size: 3.47vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .intro_img_box_wrp {
    overflow: scroll;
  }
}
@media screen and (max-width: 767px) {
  .intro_img_box {
    width: 130%;
    gap: 0 2vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_guide {
    margin: 10vw auto;
  }
}
@media screen and (max-width: 767px) {
  .sec_guide dl.guide_list {
    width: calc(100% + 2vw);
  }
}
@media screen and (max-width: 767px) {
  .sec_guide dl.guide_list {
    font-size: 3.73vw;
    margin-left: -3vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_guide dl.guide_list dt {
    margin-right: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_guide dl.guide_list dd::before {
    width: 2.93vw;
    height: 2.93vw;
    font-size: 2.93vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_guide dl.guide_list.smaller {
    font-size: 3.47vw;
    margin-left: -3vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_example_price {
    margin: 7vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .example_price_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    grid-template-columns: none;
  }
}
@media screen and (max-width: 767px) {
  .example_price_list,
.example_price_list dd.breakdown ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .example_price_list {
    margin-right: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .example_price_list dd.breakdown ul {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .example_price_list dt.case,
.example_price_list dd.breakdown ul li {
    width: 50vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .example_price_box .example_price_txt {
    font-size: 3.73vw;
    margin-left: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .example_price_list dt.case {
    font-size: 4vw;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .example_price_list dd.breakdown ul li {
    font-size: 3.73vw;
    height: 9.87vw;
  }
}
@media screen and (max-width: 767px) {
  .example_price_list dd.total .example_price_num {
    font-size: 9.07vw;
  }
}
@media screen and (max-width: 767px) {
  .example_price_list .total {
    width: 50vw;
    text-align: center;
    margin-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .example_price_list dd.total .example_price_num .example_price_en {
    font-size: 4.27vw;
  }
}
@media screen and (max-width: 767px) {
  .example_price_ast {
    font-size: 3.47vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_info .table_box {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec_info .table_box .price_table thead th.price_title {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .sec_info .table_box .price_table thead th {
    font-size: 3.47vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_info .table_box .price_table tbody th {
    font-size: 3.47vw;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec_info .table_box .price_table thead th {
    font-size: 3.47vw;
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  .sec_info .table_box .price_table .price_num {
    font-size: 4.8vw;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .sec_info .table_box .price_table .price_en {
    font-size: 3.47vw;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .sec_info .table_box .price_table tbody td {
    font-size: 3.73vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_info .table_box .vacancies_table_outer {
    margin-top: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_info .table_box .vacancies_table caption {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_info .table_box .vacancies_table th {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_info .table_box .vacancies_table tbody td .vacancies_num {
    font-size: 12vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_info .table_box .vacancies_txt {
    font-size: 4.27vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_info .table_box .vacancies_notice {
    font-size: 3.47vw;
    width: 100%;
    text-align: center;
    margin-top: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .contact_box.flatver {
    margin: 20vw 0 10vw;
  }
}
@media screen and (max-width: 767px) {
  .floorplan_img_box.houseA {
    padding-top: 4vw;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .floorplan_label {
    font-size: 3.47vw;
    padding: 0.3em 1em;
  }
}
@media screen and (max-width: 767px) {
  .floorplan_img_box.houseA .floorplan_label {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec_access address {
    font-size: 3.73vw;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .facilities_link {
    flex-wrap: wrap;
    width: 90vw;
    margin: 10vw auto 13vw;
  }
}
@media screen and (max-width: 767px) {
  .facilities_link li {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .facilities_link a {
    width: 44vw;
    font-size: 4.53vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_recruit {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .recruit_para {
    width: 90vw;
    margin: 0 auto 12vw;
  }
}
@media screen and (max-width: 767px) {
  .recruit_para .recruit_headline {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .recruit_para p {
    font-size: 3.47vw;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .recruit_para.col2 .para_item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .recruit_para.col2 img.para_item {
    margin: 0 auto 5vw;
  }
}
@media screen and (max-width: 767px) {
  .recruit_para.col2.ph_bottom img.para_item {
    margin: 2vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .sec_recruit_guidelines {
    display: block;
    padding: 4vw 5vw 6vw;
    margin: 0 auto 15vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_recruit_guidelines dl.recruit_guidelines_table {
    font-size: 3.73vw;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec_recruit_guidelines .recruit_guidelines_img {
    display: block;
    width: 53.33vw;
    margin: 3vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .sec_consultation {
    margin: 5vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .sec_consultation .deco01 {
    top: -18.67vw;
    right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .consultation_grid {
    display: flex;
    flex-direction: column;
    width: 85vw;
    margin: 0 auto 10vw;
  }
}
@media screen and (max-width: 767px) {
  .consultation_grid .grid_headline {
    font-size: 4vw;
    margin: 0 auto;
    min-height: 29.33vw;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .consultation_grid .grid_headline.headline_circle::after {
    width: 29.33vw;
    height: 29.33vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_consultation .deco01 {
    width: 32vw;
  }
}
@media screen and (max-width: 767px) {
  .consultation_grid .grid_second_headline {
    font-size: 4.8vw;
    margin: 0 auto;
    line-height: 1.45;
    text-align: center;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .consultation_grid .grid_text {
    font-size: 3.47vw;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .page.services .sec_services {
    margin: 10vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .page.services .services_grid {
    display: flex;
    flex-direction: column;
    margin: 5vw auto 15vw;
    width: 90vw;
  }
}
@media screen and (max-width: 767px) {
  .page.services .services_grid .grid_img {
    margin: 0 auto;
    width: 48vw;
    height: 48vw;
  }
}
@media screen and (max-width: 767px) {
  .page.services .services_grid .grid_headline {
    font-size: 5.07vw;
    text-align: center;
    margin: 5vw 0 3vw;
  }
}
@media screen and (max-width: 767px) {
  .page.services .services_grid .grid_text {
    flex-wrap: wrap;
    width: 90vw;
    margin: 0 auto 4vw;
  }
}
@media screen and (max-width: 767px) {
  .page.services .services_grid .grid_text p {
    font-size: 3.47vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .page.services .services_grid .grid_text.col2 p {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .page.services .services_grid .grid_text.col2 img {
    width: 90%;
    margin: 4vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .page.services dl.facilities_list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page.services dl.facilities_list dt {
    font-size: 3.47vw;
    padding: 0;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .page.services dl.facilities_list dd a .label {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .page.services dl.facilities_list dd > ul li {
    font-size: 3.2vw;
  }
  .page.services dl.facilities_list dd > ul li a {
    font-size: inherit;
  }
}
@media screen and (max-width: 767px) {
  .page.services dl.facilities_list dd > ul li {
    margin-bottom: 0.7em;
  }
}
@media screen and (max-width: 767px) {
  .page.services dl.facilities_list dd a {
    padding: 0 1em 0 0;
  }
}
@media screen and (max-width: 767px) {
  .page.services dl.facilities_list {
    padding: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .page.services .services_grid:last-of-type {
    margin-bottom: 15vw;
  }
}

