@charset "UTF-8";
/*
Theme Name: hoc-template01
Theme URI: http://hoc-template01.com/
Description: hoc-template01の新着情報です。
Version: 1.1
Author: owndmedia-lab
*/
/* ************************************************************************************************
   共通
   ************************************************************************************************ */
html {
  font-size: 62.5%;
  /*ベースを10pxに設定*/
}

body {
  width: 100%;
  height: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.4rem, 1.159rem + 0.431vw, 1.6rem);
  letter-spacing: 0.2rem;
  color: #333;
  background: #fcfcfc;
}

h2 {
  font-size: clamp(2.8rem, 1.836rem + 1.724vw, 3.6rem);
}

h3 {
  font-size: clamp(2rem, 1.036rem + 1.724vw, 2.8rem);
  line-height: 1.8;
}

h4 {
  font-size: clamp(1.8rem, 1.077rem + 1.293vw, 2.4rem);
  line-height: 1.8;
}

h5 {
  font-size: clamp(1.6rem, 1.359rem + 0.431vw, 1.8rem);
  line-height: 1.8;
}

p {
  font-size: clamp(1.4rem, 1.159rem + 0.431vw, 1.6rem);
  line-height: 2;
  font-weight: 400;
}

a {
  font-size: 1.4rem;
  text-decoration: none;
}

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

em {
  font-style: normal;
}

.c-ttl01 {
  margin: clamp(2rem, -0.05rem + 4.741vw, 4.8rem) 0;
  text-align: center;
}

.c-ttl01--main {
  line-height: 1.8;
  font-size: clamp(2rem, 1.036rem + 1.724vw, 2.8rem);
  font-weight: bold;
}

.c-ttl01--sub {
  line-height: 1.8;
  font-size: clamp(1.6rem, 1.359rem + 0.431vw, 1.8rem);
}

.c-ttl02 {
  position: relative;
  margin: clamp(2.8rem, 1.836rem + 1.724vw, 3.6rem) 0;
  padding-bottom: 0.3rem;
  border-bottom: 3px solid rgba(171, 183, 218, 0.5);
}
.c-ttl02::after {
  content: "";
  position: absolute;
  bottom: -3px;
  display: block;
  width: 20%;
  border-bottom: solid 3px #114d90;
}

/* 改行 */
.br_sp {
  display: none;
}

/*スマホだけ改行 */
.br_pc {
  display: block;
}

/*PCだけ改行 */
/* マウスドラッグした時の文字色 */
::-moz-selection {
  background: #3f4c72;
  color: #fff;
}
::selection {
  background: #3f4c72;
  color: #fff;
}

/* ページ全体の余白など */
#page {
  overflow: hidden;
  width: 100%;
}

.container {
  width: 960px;
  max-width: 90%;
  margin: 0 auto;
}

/* 装飾線 */
.main__line {
  display: block;
  margin: 1rem auto 2rem;
}

.sub__line {
  display: block;
  max-width: 80%;
  margin: 1.5rem auto 3rem;
}

/***** 見出し *****/
.index__ttl {
  margin-bottom: 0.3rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: clamp(2.8rem, 1.836rem + 1.724vw, 3.6rem);
}

.index__subttl {
  text-align: center;
  margin-bottom: clamp(3rem, -0.614rem + 6.466vw, 6rem);
  letter-spacing: 0.1em;
  font-size: clamp(1.4rem, 1.159rem + 0.431vw, 1.6rem);
}

/***** ヘッダー *****/
header {
  height: 72px;
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 10000;
}

header .header__ttl a {
  display: block;
  width: min(50vw, 280px);
}

.header-nav__list,
.header-nav__list--single {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-left: 20px;
  transition: 0.5s;
}
.header-nav__list a,
.header-nav__list--single a {
  display: block;
}

.header-nav__list--sub {
  position: absolute;
  top: calc(100% + 1.3rem);
  right: 50%;
  translate: 50%;
  width: -moz-max-content;
  width: max-content;
  padding: 1rem 1.5rem;
  background: #8ea3df;
  color: #fff;
  scale: 1 0;
  transform-origin: 50% 0;
  transition: 0.3s;
}

.header-nav__list:hover .header-nav__list--sub {
  scale: 1;
}

header .container {
  width: 1440px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
}

.header-nav__item,
.header-nav__item--single {
  display: block;
  margin: 0.5rem 0;
}

.header-nav__item:first-child,
.header-nav__item--single:first-child {
  font-size: 1.5rem;
}

.header-nav__item:last-child,
.header-nav__item--single:nth-child(2) {
  font-size: clamp(1rem, 0.759rem + 0.431vw, 1.2rem);
}

#nav-drawer {
  display: none;
}

/***** 下層ページヘッダー部分 *****/
.header-sub {
  background-image: url(images/common/header_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 68vh;
  position: relative;
}

.header-sub__item {
  text-align: center;
  position: absolute;
  width: 70%;
  height: 100px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.header-sub__ttl {
  margin-bottom: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.header-sub__txt {
  letter-spacing: 0.1em;
}

/***** フッター *****/
footer {
  text-align: center;
  margin-top: 8rem;
}

.footer__sns {
  margin-bottom: 4rem;
}

.footer__icon {
  margin: 0 0.7rem;
}

small {
  font-size: 1.2rem;
}

/***** アクセス *****/
.access {
  background-image: url(images/common/footer_bg.png);
  background-size: cover;
  padding: 8rem 0 3rem;
}

.access__container {
  width: 880px;
  background: #fff;
  margin: 0 auto;
  padding: 4rem 3rem;
  border-radius: 20px;
}

.access__contents {
  display: flex;
  justify-content: center;
  gap: 3.6rem;
}

.access__item {
  width: 48%;
}

.access__ttl {
  margin-bottom: 2rem;
  font-size: clamp(1.8rem, 1.077rem + 1.293vw, 2.4rem);
  width: min(100%, 300px);
}

.access__head {
  font-weight: 600;
  font-size: clamp(1.6rem, 1.359rem + 0.431vw, 1.8rem);
}

.access__txt {
  margin-bottom: 1rem;
  line-height: 1.8;
  font-size: clamp(1.2rem, 0.959rem + 0.431vw, 1.4rem);
}

.access__table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-radius: 6px;
  border-spacing: 0;
  border-collapse: separate;
  margin-bottom: 1rem;
}
.access__table tr :is(th, td) {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.access__table tr:first-child :first-child {
  border-radius: 6px 0 0 0;
}
.access__table tr:first-child :last-child {
  border-radius: 0 6px 0 0;
}
.access__table tr:last-child :first-child {
  border-radius: 0 0 0 6px;
}
.access__table tr:last-child :last-child {
  border-radius: 0 0 6px 0;
}
.access__table tr :is(th, td) {
  letter-spacing: 0.1em;
  padding: 1rem 1rem 1rem calc(1rem + 0.1em);
  text-align: center;
  vertical-align: middle;
  font-size: clamp(1.2rem, 0.959rem + 0.431vw, 1.4rem);
}
.access__table tr :is(th, td):empty {
  background-image: linear-gradient(to top right, transparent, transparent 49%, #999 50%, #999 50%, transparent 51%, transparent);
}

.access__notes {
  line-height: 1.8;
  font-size: clamp(1.2rem, 0.959rem + 0.431vw, 1.4rem);
}

.access__tel {
  font-size: clamp(1.8rem, 1.077rem + 1.293vw, 2.4rem);
  color: #5d576b;
  font-weight: bold;
  margin-top: 2rem;
  display: block;
  transition: 0.3s;
}

/* ************************************************************************************************
   index.php
   ************************************************************************************************ */
/***** 余白 *****/
.header-main,
.main,
.menu,
.gallery,
.news,
.access {
  padding: 8rem 0;
}

/***** メインイメージ *****/
.header-main {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.header-main__img {
  position: absolute;
  width: 30%;
  top: 18%;
  right: 12%;
}

.p-main-visual-swiper {
  position: absolute;
  inset: 0;
  z-index: 10;
}
.p-main-visual-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@keyframes zoomOut {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.p-main-visual-swiper .swiper-wrapper .swiper-slide-active img,
.p-main-visual-swiper .swiper-wrapper .swiper-slide-duplicate-active img,
.p-main-visual-swiper .swiper-wrapper .swiper-slide-prev img {
  animation: zoomOut 8s linear 0s normal both;
}
.p-main-visual-swiper::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 20;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background-size: cover;
}

.header-main .container {
  position: absolute;
  inset: 0;
  z-index: 20;
  width: auto;
  max-width: none;
  margin: 0;
}

.p-main-visual__catch {
  position: absolute;
  top: calc(50% + 36px);
  left: 5rem;
  z-index: 3;
  transform: translateY(-50%);
  line-height: 1.6;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  word-break: keep-all;
  font-size: clamp(2rem, -0.05rem + 4.741vw, 4.8rem);
  color: #fff;
}

/***** メインコンテンツ *****/
.main {
  padding: 9rem 0 4rem;
}

.main__contents1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(2rem, -0.05rem + 4.741vw, 4.8rem);
}

.main__ttl {
  margin-bottom: clamp(1.6rem, 1.359rem + 0.431vw, 1.8rem);
  text-align: center;
  word-break: keep-all;
  font-weight: 600;
  font-size: clamp(2rem, 1.036rem + 1.724vw, 2.8rem);
  color: #114d90;
}

.main__txt {
  margin-bottom: clamp(2rem, 1.036rem + 1.724vw, 2.8rem);
  text-align: center;
  word-break: keep-all;
  text-wrap: balance;
}

.youtube {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4rem auto;
}

/***** メニュー *****/
.menu {
  background: url(images/index/menu_bg.jpg) no-repeat top/cover;
}

.menu__contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 3rem;
}

.menu__item {
  display: block;
  width: 30%;
  aspect-ratio: 1.414/1;
  position: relative;
  margin-bottom: 5rem;
}

.menu__img {
  position: absolute;
  inset: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu__item:hover .menu__img {
  opacity: 1;
  filter: brightness(105%) saturate(95%);
}

.menu__txt {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.5));
  transition: all 0.6s ease;
}

.menu__txt:hover {
  opacity: 1;
  box-shadow: 0 0 30px 0 #fff;
}

.menu__ttl {
  padding-bottom: 0.5rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: clamp(1.6rem, 1.359rem + 0.431vw, 1.8rem);
  text-shadow: 0 0 8px rgba(171, 183, 218, 0.5);
}

/***** 院内ギャラリーコンテンツ *****/
.gallery {
  padding: 8rem 0 2rem;
}

.gallery__contents1, .gallery__contents2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 6rem;
}

.gallery__img {
  width: 48%;
}
.gallery__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery__item {
  width: 48%;
}

.gallery__ttl {
  text-align: center;
}

.gallery__txt {
  margin-bottom: clamp(3rem, -0.614rem + 6.466vw, 6rem);
}

/***** 求人情報コンテンツ *****/
.recruit {
  padding: 8rem 0 2rem;
  background: url(images/index/menu_bg.jpg) no-repeat top/cover;
}

.recruit__contents1, .recruit__contents2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 6rem;
}

.recruit__img {
  width: 48%;
}
.recruit__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit__item {
  width: 48%;
}

.recruit__ttl {
  text-align: center;
}

.recruit__txt {
  margin-bottom: clamp(3rem, -0.614rem + 6.466vw, 6rem);
}

/***** ニュース *****/
.news__line {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}

.news__contents {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}

.news__item {
  text-align: center;
}

.news__thumbnail {
  margin-bottom: 2rem;
}

.news__thumbnail img {
  width: 220px;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news__date {
  font-size: 1.2rem;
  color: #5D576B;
}

.news__ttl {
  margin-top: 0.5rem;
}

/* ************************************************************************************************
   about.php
   ************************************************************************************************ */
.about01 {
  margin-bottom: clamp(3rem, -0.614rem + 6.466vw, 6rem);
}

.about01__contents1, .about01__contents2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.about01__img {
  width: 37%;
}
.about01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about01__item {
  width: 57%;
}

.about01__ttl {
  text-align: center;
}

.about01__txt {
  margin-bottom: 0;
}

.about01__signature {
  text-align: right;
}

.about02 {
  margin-bottom: clamp(3rem, -0.614rem + 6.466vw, 6rem);
}

.about02__table {
  width: 650px;
  margin: 0 auto 8rem;
  line-height: 1.8;
  text-align: left;
}

.about02__table tr {
  border-bottom: 1px dashed #abb7da;
}

.about02__table th {
  width: 26%;
  padding: 2rem;
  vertical-align: middle;
}

.about02__table td {
  width: 74%;
  padding: 2rem;
  vertical-align: middle;
}

.about03__img {
  width: 100%;
  display: block;
  margin: 0 auto 5rem;
}

.about03__table {
  width: 650px;
  margin: 0 auto 8rem;
  line-height: 1.8;
  text-align: left;
}

.about03__table tr {
  border-bottom: 1px dashed #abb7da;
}

.about03__table th {
  width: 26%;
  padding: 2rem;
  vertical-align: middle;
}

.about03__table td {
  width: 74%;
  padding: 2rem;
  vertical-align: middle;
}

.about03__policy {
  margin-bottom: 8rem;
}

.about03__policy ul li {
  margin-bottom: 2rem;
}

.about03__policy ul li p:first-child {
  border-bottom: 1px dashed #abb7da;
  font-weight: 600;
  margin-bottom: 1rem;
}

.about03__policy ul li p:nth-child(2) {
  font-size: 15px;
}

.about03__footer {
  background-position: center;
  padding: 1rem 0 8rem;
  margin-top: -4rem;
}

/* ************************************************************************************************
   menu.php
   ************************************************************************************************ */
/***** 余白 *****/
.menu02 {
  margin: 0 0 clamp(8rem, 5.591rem + 4.31vw, 10rem);
}

/***** メニュー *****/
.menu02__img {
  display: block;
  margin: 0 auto;
}

.menu02__txt {
  text-align: center;
}

.menu02__list {
  width: -moz-fit-content;
  width: fit-content;
  margin: clamp(2.6rem, 1.877rem + 1.293vw, 3.2rem) auto 0;
  border: 5px solid #ebebf7;
  padding: clamp(1.4rem, 1.159rem + 0.431vw, 1.6rem) clamp(2rem, -0.05rem + 4.741vw, 4.8rem);
}

.menu02__list__item {
  line-height: 2.2;
}
.menu02__list__item::before {
  content: "";
  translate: 0 -0.15em;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 0.7em;
  border-radius: 50%;
  background-color: #114d90;
  box-shadow: 0 0 0 3px rgba(17, 77, 144, 0.3);
}

.menu02__table {
  margin: 5rem auto 0;
  font-size: 1.6rem;
  line-height: 1.5;
}

.menu02__table tr {
  border-bottom: 1px dashed #8ea3df;
}

.menu02__table th {
  text-align: left;
  width: 50%;
  padding: 2rem 1rem 1rem;
  font-weight: 500;
  vertical-align: middle;
}

.menu02__table td {
  text-align: right;
  width: 50%;
  padding: 2rem 1rem 1rem;
  vertical-align: middle;
}

/***** その他メニュー *****/
.menu03 {
  margin: 0 0 clamp(3rem, -0.614rem + 6.466vw, 6rem);
}

.menu03__item {
  width: 350px;
  height: 350px;
  margin: 0 auto 3rem;
  border: 5px solid #ebebf7;
  padding: 4rem;
}

.menu03__ttl-en {
  text-align: center;
}

.menu03__ttl-ja {
  margin-bottom: 3rem;
  text-align: center;
}

.menu03__table {
  margin: 0 auto;
  font-size: 1.4rem;
  width: 200px;
}

.menu03__table th {
  text-align: left;
  width: 50%;
  padding: 1rem;
  font-weight: 500;
}

.menu03__table td {
  text-align: right;
  width: 50%;
  padding: 1rem;
}

.menu03__txt {
  text-align: center;
}

/* ************************************************************************************************
   staff.php
   ************************************************************************************************ */
/***** gallery.php/スライダー *****/
.theme-swiper-container {
  padding-bottom: 5rem !important;
}

.theme-swiper-container .swiper-button-next,
.theme-swiper-container .swiper-button-prev {
  display: none !important;
}

.theme-swiper-container .swiper-pagination-bullet-active {
  background: #5D576B !important;
}

.theme-swiper-container .swiper-slide img {
  width: 100%;
  max-width: 100%;
}

.gallery01 {
  position: relative;
  z-index: 10;
  margin: clamp(2rem, -0.05rem + 4.741vw, 4.8rem) auto clamp(8rem, 5.591rem + 4.31vw, 10rem);
  padding: clamp(3rem, -0.614rem + 6.466vw, 6rem) 0;
}
.gallery01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-image: url(images/subpage/gallery01_main.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.gallery01__item {
  padding: clamp(3rem, -0.614rem + 6.466vw, 6rem) clamp(3rem, 1.554rem + 2.586vw, 4.2rem);
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.gallery01_img {
  margin-bottom: clamp(1.8rem, 1.077rem + 1.293vw, 2.4rem);
  aspect-ratio: 2.414/1;
}

.gallery01__cach {
  margin-bottom: clamp(1.8rem, 1.077rem + 1.293vw, 2.4rem);
  text-align: center;
  word-break: keep-all;
  font-size: clamp(2rem, 1.036rem + 1.724vw, 2.8rem);
  color: #114d90;
  overflow-wrap: break-word;
}

.gallery01__txt {
  text-align: center;
}

.gallery02__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
}

.gallery02__img {
  margin-bottom: 0.5rem;
}

.gallery02__ttl {
  text-align: center;
}

.gallery03 {
  padding: 0 0 clamp(3rem, -0.614rem + 6.466vw, 6rem);
}

.gallery03__img {
  display: block;
  width: 48%;
}

.gallery03__box {
  margin: 0 auto 5rem;
  border: 10px double #ebebf7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem;
}

.gallery03__box:last-child {
  margin-bottom: 0;
}

.gallery03__item {
  width: 48%;
  text-align: center;
}

.gallery03__line {
  border-bottom: 5px solid #ebebf7;
  width: 80%;
  margin: 0.5rem auto 0;
}

.gallery03__txt {
  text-align: left;
  margin-top: 3rem;
}

/* ************************************************************************************************
   staff.php
   ************************************************************************************************ */
/***** 余白 *****/
.staff {
  padding: 0 0 8rem;
}

/***** スタッフ *****/
.staff .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.staff__item {
  width: 250px;
  text-align: center;
  margin-bottom: 6rem;
}

.staff__img {
  margin-bottom: 2rem;
}

.staff__ttl {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  color: #5D576B;
}

.staff__name {
  margin-bottom: 2rem;
}

.staff__txt {
  text-align: left;
}

/* ************************************************************************************************
   recruit.php
   ************************************************************************************************ */
/***** 余白 *****/
.recruit01,
.recruit02 {
  padding: 0 0 8rem;
}

.recruit03 {
  padding: 8rem 0;
}

/***** メッセージ *****/
.recruit01__item {
  margin-top: 5rem;
  text-align: center;
}

.recruit01__ttl {
  margin-bottom: clamp(1.8rem, 1.077rem + 1.293vw, 2.4rem);
  text-align: center;
  word-break: keep-all;
  font-size: clamp(2rem, 1.036rem + 1.724vw, 2.8rem);
  color: #114d90;
}

/***** コンテンツ *****/
.recruit02__box {
  width: 800px;
  margin: 0 auto 5rem;
  border: 10px double #ebebf7;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 4rem;
}

.recruit02__box:last-child {
  margin-bottom: 0;
}

.recruit02__item {
  width: 300px;
  text-align: center;
}

.recruit02__line {
  border-bottom: 5px solid #ebebf7;
  width: 80%;
  margin: 0.5rem auto 0;
}

.recruit02__txt {
  text-align: left;
  margin-top: 3rem;
}

/***** 背景画像 *****/
.recruit__bg {
  background-image: url(images/subpage/recruit_main_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 50vh;
}

/***** 募集要項 *****/
.recruit03__ttl {
  margin: 0 0 5rem;
  text-align: center;
}

.recruit03__ttl-en {
  font-weight: bold;
}

.recruit03__table {
  width: 650px;
  margin: 0 auto 8rem;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
}

.recruit03__table tr {
  border-bottom: 1px dashed #8ea3df;
}

.recruit03__table th {
  width: 25%;
  padding: 2rem;
  vertical-align: middle;
}

.recruit03__table td {
  width: 75%;
  padding: 2rem;
  vertical-align: middle;
}

.recruit03__contact {
  width: 700px;
  margin: 0 auto;
  background: #ebebf7;
  display: flex;
  justify-content: space-around;
  padding: 4rem 0;
}

.recruit03__contact--mail a {
  font-size: 1.2rem;
}

.recruit03__txt {
  margin-bottom: 1.5rem;
  text-align: center;
  font-weight: bold;
}

.recruit__tel {
  font-size: 2rem;
  line-height: 50px;
  color: #5d576b;
  font-weight: bold;
  display: block;
  transition: 0.3s;
}

/* ************************************************************************************************
   news
   ************************************************************************************************ */
/***** 共通 *****/
.footer__widget {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.footer__widget h5 {
  margin-bottom: 1rem;
}

.footer__widget li {
  line-height: 1.8;
  font-size: 1.4rem;
}

.widget-area {
  text-align: center;
  margin-bottom: 3rem;
  width: 30%;
}

.nocomments {
  display: none;
}

/***** 新着情報一覧ページ（index.php） *****/
.news02 {
  margin: 0 0 8rem;
}

/* サムネイルサイズ */
.news02__thumbnail img {
  width: 100%;
  height: auto;
}

/* 記事一覧 */
.news02 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news02__post {
  width: 45%;
  text-align: center;
  margin: 0 2rem 5rem;
  border: 7px double #ebebf7;
}

.news02__contents {
  padding: 1rem 2rem 2rem;
}

.news02__blog_info {
  text-align: right;
  font-size: 1.2rem;
}

.news02__ttl {
  margin-bottom: 1rem;
}

.news02__cal {
  margin-bottom: 0.5rem;
}

.news02__txt {
  text-align: left;
}

.nav-below {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

/***** 個別投稿ページ（single.php） *****/
.single02 {
  margin: 0 0 8rem;
}

.single__ttl {
  font-weight: normal;
}

.single .header-sub__item {
  padding-top: 6rem;
}

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

.single02__contents {
  width: 90%;
  margin: 3rem auto 6rem;
}

.single02__blog_info {
  text-align: right;
  margin-bottom: 2rem;
  font-size: 1.2rem;
}

.single02__cal {
  margin-bottom: 1rem;
}

.single02__cat {
  margin-bottom: 2rem;
}

.single__line {
  display: block;
  margin: 6rem auto 3rem;
}

/***** カテゴリーページ（category.php） *****/
.category__ttl a {
  font-size: 3.2rem;
  font-weight: normal;
}

/************* お問い合わせページ *************/
/* 電話でのお問い合わせ */
.contact-tel {
  margin-bottom: clamp(2rem, -3.6rem + 16vw, 6rem);
}

.contact-tel p:not([class]),
.contact-tel br:not([class]) {
  /* 自動整形対策 */
  display: contents;
}

.contact-tel .contact-tel__box {
  padding: 50px 20px;
  box-sizing: border-box;
  margin: clamp(1.875rem, -1.625rem + 10vw, 4.375rem) auto;
  border: 10px double #ebebf7;
  padding: clamp(2rem, -0.05rem + 4.741vw, 4.8rem);
  text-align: center;
}

.contact-tel .contact-tel__message {
  margin-bottom: 15px;
}

.contact-tel .contact-tel__number {
  margin: 0;
  font-size: 28px;
}

.contact-tel .contact-tel__number a {
  text-decoration: none;
  font-size: inherit;
}

.contact-tel .contact-tel__icon {
  width: 1em;
  margin-right: 0.3em;
  fill: currentColor;
}

/* お問い合わせフォーム */
.contact-form p:not([class]),
.contact-form br:not([class]) {
  /* 自動整形対策 */
  display: contents;
}

.contact-form .required,
.contact-form .optional {
  flex-shrink: 0;
  display: inline-block;
  height: 1lh;
  line-height: 2.2em;
  margin-left: 8px;
  padding: 0 0.8em;
  box-sizing: content-box;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}

.contact-form .required {
  background-color: #C50931;
}

.contact-form .optional {
  background-color: #555;
}

.contact-form .contact-form__message {
  margin-bottom: clamp(3rem, 1.554rem + 2.586vw, 4.2rem);
  text-align: center;
}

.contact-form .contact-form__table {
  width: 100%;
  margin-bottom: 30px;
}

.contact-form .contact-form__table :is(th, td) {
  padding: 1rem;
  box-sizing: border-box;
  background-color: transparent;
  border: none;
  vertical-align: top;
  line-height: 3;
}

.contact-form .contact-form__table th .th-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-form .contact-form__table td {
  padding-bottom: 2rem;
}

.contact-form .contact-form__table input,
.contact-form .contact-form__table select,
.contact-form .contact-form__table textarea {
  box-sizing: border-box;
  padding: 1rem;
  border: 1px solid #ebebf7;
  background: #ebebf7;
}

.contact-form .contact-form__table textarea {
  resize: vertical;
}

.contact-form .w100 {
  width: 100%;
}

.contact-form .contact-form__privacy__check {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3rem;
  text-align: center;
}

.contact-form .contact-form__privacy__check .contact-form .contact-form__privacy__check__txt {
  max-width: calc(100% - 30px);
  margin-bottom: 1em;
}

.contact-form .contact-form__privacy__check a {
  text-decoration: underline;
}

.contact-form .contact-form__privacy__check .wpcf7-acceptance label input[type=checkbox] {
  margin-right: 0.4rem;
}

.contact-form .contact-form__submit__btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 350px;
  margin: 0 auto;
}

.contact-form .contact-form__submit__btn input[type=submit] {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.5s;
}

.contact-form .contact-form__submit__btn input[type=submit]:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border: 1px solid #BC8DA0;
  outline: none;
}

.wpcf7 .wpcf7-submit {
  -webkit-transition: all 0.3s;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 200px;
  height: 48px;
  margin: 5rem auto 0;
  border: none !important;
  outline: none;
  background-color: #114d90;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.wpcf7 .wpcf7-submit:before,
.wpcf7 .wpcf7-submit:after {
  box-sizing: border-box;
}

.wpcf7 .wpcf7-submit:hover {
  opacity: 0.6;
}

.wpcf7 .wpcf7-submit .wpcf7-not-valid {
  background: pink;
}

.wpcf7 .wpcf7-submit .wpcf7-response-output {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin: 1rem 0 0;
  padding: 0.8rem 3.5rem 0.8rem 1.4rem;
  border-radius: 4px;
}

.wpcf7 .wpcf7-submit .wpcf7-validation-errors {
  border: 1px solid #EED3D7;
  background-color: #F2DEDE;
  color: #B94A48;
}

.wpcf7 .wpcf7-submit .wpcf7-mail-sent-ok {
  border: 1px solid #BCE8F1;
  background-color: #D9EDF7;
  color: #3A87AD;
}

/* ************************************************************************************************
   アニメーション
   ************************************************************************************************ */
/***** ローディングアニメーション *****/
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  width: 120px;
  height: 120px;
}

.type5 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #114d90;
  animation: spinner5_1 1.2s infinite linear forwards;
}

@keyframes spinner5_1 {
  0% {
    opacity: 0.2;
    transform: translate(-50%, -50%) rotate(0) scale(0.5);
  }
  50% {
    opacity: 1;
    box-shadow: 21px 21px #abb7da, -21px -21px #abb7da, 21px -21px #abb7da, -21px 21px #abb7da;
    transform: translate(-50%, -50%) rotate(180deg) scale(1);
  }
  100% {
    opacity: 0.2;
    transform: translate(-50%, -50%) rotate(360deg) scale(0.5);
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

/***** ホバーアニメーション *****/
.header-nav__list:hover,
.header-nav__list--single:hover .header-nav__item--single,
.header-nav__item--second li:hover,
.access__tel:hover,
.recruit__tel:hover,
.news02 a:hover,
.single02 a:hover {
  color: #8ea3df;
  transition: 0.3s;
}

.news__ttl a:hover {
  color: #bc8da0;
  transition: 0.3s;
}

.header-nav__item--second li,
.news02 a,
.single02 a,
.news__ttl a {
  transition: 0.5s;
}

a:hover img {
  opacity: 0.6;
  transition: 0.6s;
}

img {
  transition: 0.6s;
}

/***** ボタン *****/
.btn1,
.btn2 {
  display: block;
  width: 219px;
  height: 50px;
  border: 1px solid #8ea3df;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  position: relative;
  z-index: 2;
  color: #333;
  overflow: hidden;
  transition: all 0.3s;
}

.btn1 {
  font-size: 1.6rem;
}

.btn1::before,
.btn2::before,
.btn1::after,
.btn2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.btn1,
.btn2,
.btn1::before,
.btn2::before,
.btn1::after,
.btn2::after {
  box-sizing: border-box;
  transition: all 0.3s;
}

.btn1:hover,
.btn2:hover {
  color: #fff;
}

.btn1::after,
.btn2::after {
  top: -100%;
  width: 100%;
  height: 100%;
}

.btn1:hover::after,
.btn2:hover::after {
  top: 0;
  background-color: rgba(142, 163, 223, 0.7);
}

.nav-previous,
.nav-next {
  display: block;
  width: 180px;
  height: 50px;
  border: 1px solid #8ea3df;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 20px;
  text-align: center;
  line-height: 50px;
  position: relative;
  z-index: 2;
  color: #333;
  overflow: hidden;
  transition: all 0.3s;
}

.nav-previous,
.nav-next {
  font-size: 1.4rem;
}

.nav-previous a,
.nav-next a {
  display: block;
}

.nav-previous,
.nav-next,
.nav-previous::before,
.nav-next::before,
.nav-previous::after,
.nav-next::after {
  box-sizing: border-box;
  transition: all 0.3s;
}

.nav-previous a:hover,
.nav-next a:hover {
  color: #fff;
  background: rgba(142, 163, 223, 0.7);
}

.nav-previous:hover::after,
.nav-next:hover::after,
.nav-previous:hover::after,
.nav-next:hover::after {
  top: 0;
  background-color: rgba(142, 163, 223, 0.7);
}

/***** ヘッダースクロール *****/
header.hide {
  top: -72px;
}

/***** ハンバーガーメニュー *****/
#nav-drawer {
  position: relative;
}

.nav-unshown {
  display: none;
}

#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 3px;
  /*線の太さ*/
  width: 25px;
  /*長さ*/
  border-radius: 3px;
  background: #333;
  display: block;
  content: "";
  cursor: pointer;
}

#nav-open span:before {
  bottom: -8px;
}

#nav-open span:after {
  bottom: -16px;
}

/*ハンバーガーメニュー閉じる用のカバー*/
#nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

/*ハンバーガーメニュー中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  /*最前面に*/
  width: 90%;
  /*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;
  /*最大幅（調整してください）*/
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  /*背景色*/
  transition: 0.3s ease-in-out;
  /*滑らかに表示*/
  transform: translateX(105%);
  /*右に隠しておく*/
}

#header-sp {
  margin-top: 5rem;
  position: relative;
}

.header-sp__list {
  margin-bottom: 4rem;
}

.header-sp__item {
  display: block;
  text-align: center;
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
}

#nav-input:checked ~ #nav-close {
  display: block;
  /*カバーを表示*/
  opacity: 0.5;
}

#nav-input:checked ~ #nav-content {
  transform: translateX(0%);
  /*中身を表示（左へスライド）*/
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

#nav-input2:checked ~ #nav-content {
  display: none;
}

/***** c-stickey-btn *****/
.c-stickey-btn {
  position: fixed;
  inset: 9rem 2rem auto auto;
  z-index: 1000;
  display: grid;
  gap: 1rem;
}
.c-stickey-btn .c-stickey-btn__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20rem;
  padding: 2rem 2rem;
  border-radius: 3rem;
  box-sizing: border-box;
  background-color: #114d90;
  color: #fff;
  font-size: clamp(1.4rem, 1.159rem + 0.431vw, 1.6rem);
  transition: opacity 0.3s;
}
.c-stickey-btn .c-stickey-btn__item:hover {
  opacity: 0.9;
}
.c-stickey-btn .c-stickey-btn__item i {
  margin-right: 0.2em;
}

/***** ページトップに戻るボタン *****/
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  background: rgba(142, 163, 223, 0.7);
  opacity: 0.6;
  border-radius: 50%;
}

#page_top:hover {
  background: #8ea3df;
}

#page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 2.5rem;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}/*# sourceMappingURL=style.css.map */