@charset "UTF-8";

/*
Theme Name: hoc-template01
Theme URI: http://hoc-template01.com/
Description: テンプレートサイト１の新着情報です。
Version: 1.1
Author: owndmedia-lab
*/

/* ************************************************************************************************
   共通
************************************************************************************************ */
html,
body {
  background: #fff;
  color: #633;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 70%;
  height: 100%;
  letter-spacing: .2em;
  width: 100%;
}

@font-face {
  font-family: "lbrite";
  font-weight: normal;
  src: url("font/lbrite.eot");
  /* IE9以上用 */
  src: url("font/lbrite.eot?#iefix") format("embedded-opentype"),
    /* IE8以前用 */
    url("font/lbrite.woff") format("woff"),
    /* モダンブラウザ用 */
    url("font/lbrite.ttf") format("truetype");
  /* iOS, Android用 */
}

@font-face {
  font-family: "Franklin";
  font-weight: normal;
  src: url("font/Franklin Gothic Book Regular.eot");
  /* IE9以上用 */
  src: url("font/Franklin Gothic Book Regular.eot?#iefix") format("embedded-opentype"),
    /* IE8以前用 */
    url("font/Franklin Gothic Book Regular.woff") format("woff"),
    /* モダンブラウザ用 */
    url("font/Franklin Gothic Book Regular.ttf") format("truetype");
  /* iOS, Android用 */
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.8rem;
  line-height: 1.8;
}

h4 {
  font-size: 2.5rem;
  line-height: 1.8;
}

h5 {
  font-size: 2rem;
  line-height: 1.8;
}

p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}

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

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

/*スマホだけ改行 */

.br_pc {
  display: block;
}

/*PCだけ改行 */

/* マウスドラッグした時の文字色 */
::selection {
  background: #ccc;
  color: #fff;
}

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

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 80%;
}

.index__container {
  position: relative;
  z-index: 1;
}

/* 背景 */
.bg-wrap {
  background-image: url(images/cuddle-softly/contents__bg01.jpg);
  background-size: cover;
  position: relative;
}

.bg-wrap::after {
  background-color: rgba(255, 255, 255, .5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

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

.sub__line {
  display: block;
  margin: 1.5rem auto 3rem;
}

.arrow {
  cursor: default;
}

/***** 見出し *****/
.index__ttl {
  font-family: "lbrite";
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 6rem;
  text-align: center;
}

.index__ttl .index__ttl--sub {
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8rem;
  margin-top: 1.5rem;
}

/***** ヘッダー *****/
header {
  background-color: rgba(255, 255, 255, .7);
  height: 66px;
  position: fixed;
  top: 0;
  transition: .5s;
  width: 100%;
  z-index: 10;
}

.header__ttl {
  width: 15%;
}

.header__ttl a {
  display: block;
  width: 100%;
}

.header__ttl a img {
  width: 100%;
}

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

.header-nav__list:first-child {
  margin-left: 0;
}

header .container {
  align-items: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  height: 66px;
  justify-content: space-between;
  width: 95%;
}

.header-nav__item,
.header-nav__item--single {
  display: block;
  font-size: 1.1rem;
  margin: .5rem 0;
}

.header-nav__item:first-child,
.header-nav__item--single:first-child {
  font-family: "Franklin";
  font-size: 1.1rem;
}

.header-nav__item:last-child,
.header-nav__item--single:nth-child(2) {
  font-size: 1.1rem;
}

#nav-drawer {
  display: none;
}

.header-nav__list .header-nav__item--second {
  display: none;
}

.header-nav__list:hover .header-nav__item--second {
  display: block;
}

@media (hover: none) {
  .header-nav__list:focus .header-nav__item--second {
    display: block;
  }
}

.header-nav__item--second {
  background-color: #fff;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: .4s;
  width: 200px;
}

.header-nav__item--second li a {
  color: #633;
  display: block;
  font-size: 1.2rem;
  padding: 15px 10px;
  transition: .4s;
}

.header-nav__item--second li a:hover {
  background-color: #ffe9de;
}

/***** 下層ページヘッダー部分 *****/
.header-sub {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 233, 222, 1) 100%);
  height: 68vh;
  position: relative;
  width: 100vw;
}

.header-sub.header-sub-grad01 {
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 223, 227, 1) 100%);
  /* display: none; */
}

.header-sub.header-sub-grad02 {
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(222, 233, 255, 1) 100%);
  /* display: none; */
}

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

.header-sub__ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 1.5rem;
}

.header-sub__txt {
  font-family: "lbrite";
  letter-spacing: .1em;
}

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

.footer__sns {
  margin-bottom: 4rem;
}

.footer__icon {
  margin: 0 .7rem;
}

small {
  font-size: 1.2rem;
}

/***** アクセス *****/
.index__ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 6rem;
  text-align: center;
}

.access {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 233, 222, 1) 100%);
  background-size: cover;
  padding: 8rem 0 3rem;
}

.access.access-grad01 {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 223, 227, 1) 100%);
}

.access.access-grad02 {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(222, 233, 255, 1) 100%);
}

.access__container {
  background: #fff;
  margin: 0 auto;
  min-width: 400px;
  padding: 4rem 3rem;
  text-align: center;
  width: 20%;
}

.access__container h2 {
  font-size: 2.4rem;
}

.access__contents {
  text-align: center;
}

.access__logo {
  margin: 0 auto 3rem;
  min-width: 200px;
  width: 45%;
}

.access__logo source,
.access__logo img {
  width: 80%;
}

.access__item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.access__ttl {
  margin-bottom: 2rem;
}

.access__txt {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.access__tel {
  color: #5d576b;
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 2rem;
  transition: .3s;
}

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

/***** メインイメージ *****/
.js-slick .header-main {
  background-position: center center;
  background-size: cover;
  height: 100vh;
  position: relative;
  width: 100%;
}

.js-slick .slider-items01 {
  background-image: url(images/cuddle-softly/slider-item01.png);
}

.js-slick .slider-items02 {
  background-image: url(images/cuddle-softly/slider-item03.png);
}

.js-slick .slider-items03 {
  background-image: url(images/cuddle-softly/slider-item02.png);
}

.header-main__visual {
  position: relative;
}

.header-main__visual .header-main__heading {
  background-color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  left: 5rem;
  letter-spacing: .1em;
  line-height: 1.7;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

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

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

.main__contents1,
.main__contents2 {
  align-items: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12rem;
}

.main__item {
  margin-left: 5%;
  width: 50%;
}

.main__contents2 .main__item {
  margin-left: 0;
  margin-right: 5%;
}

.main__ttl {
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

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

.main__ttl--logo {
  width: 30%;
}

.main__ttl--logo img {
  width: 100%;
}

.main__ttl--txt {
  display: block;
  width: 65%;
}

.main__ttl--txt span {
  font-size: 1.4rem;
}

.main__txt span {
  display: block;
  font-weight: bold;
  margin: 2rem 0;
}

.menu__contents {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 3rem;
  width: 840px;
}

.menu__ttl {
  color: #5d576b;
  font-weight: bolder;
  text-align: center;
}

.menu__txt--state_current {
  color: #633;
  text-align: center;
}

.menu_readmore {
  font-family: "Franklin";
  text-align: right;
  transition: .3s;
}

/***** ニュース *****/
.news .container {
  position: relative;
  z-index: 1;
}

.news__line {
  display: block;
  margin: 0 auto;
}

.news__contents {
  margin: 0 auto 6rem;
  width: 70%;
}

.news__item {
  border-bottom: 1px solid #ccc;
  display: flex;
  margin-bottom: 1.3rem;
  padding-bottom: 1.3rem;
  text-align: center;
}

.news__thumbnail img {
  height: auto;
  max-width: 100%;
  width: 150px;
}

.news__txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 2rem;
  text-align: left;
  width: 100%;
}

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

.news__ttl {
  margin-top: .5rem;
}

/* ************************************************************************************************
   Project
************************************************************************************************ */
.index__container--message {
  margin-bottom: 18rem;
}

.main__message--img {
  margin: 0 auto 40px;
  text-align: center;
  width: 400px;
}

.main__message--img img,
.main__message--img source {
  border-radius: 30px;
  width: 100%;
}

.main__message--txt {
  margin-bottom: 40px;
}

.index__container--bussiness .main__img {
  border-radius: 30px;
  width: 440px;
}

.index__container--bussiness .main__img img,
.index__container--bussiness .main__img source {
  border-radius: 15px;
  width: 100%;
}

.index__container--bussiness .main__ttl {
  font-size: 2rem;
  text-align: left;
}

.index__container--bussiness .main__txt {
  margin-bottom: 40px;
}

.index__container--contact {
  margin-bottom: 12rem;
  margin-top: 6rem;
  position: relative;
  z-index: 1;
}

.menu .container {
  position: relative;
  z-index: 1;
}

.index__recruit--message {
  margin: 5rem 0;
}

.index__recruit--list-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-bottom: 40px;
  margin-left: 0;
}

.index__recruit--list-item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 22%);
  margin-bottom: 5%;
  margin-right: 5%;
  transition: .2s ease-in-out;
  width: 25%;
}

.index__recruit--list-item:last-child {
  margin-right: 0;
}

.index__recruit--list-item:nth-child(3n) {
  margin-right: 0;
}

.index__recruit--list-item a {
  display: block;
  transition: .4s;
}

.index__recruit--list-item a:hover {
  opacity: .8;
}

.index__recruit--list-item a:hover img {
  opacity: 1;
}

.index__recruit--list-item a:hover .index__recruit--arrow span {
  padding-left: 3rem;
}

.index__recruit--txt {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 20px;
}

.index__recruit--txt-sub {
  border-top: 1px solid #ccc;
  color: #ccc;
  display: block;
  font-size: 1.4rem;
  font-style: italic;
  letter-spacing: 0;
  margin-top: 1rem;
  padding-top: 1rem;
  text-align: right;
}

.index__recruit--img img {
  width: 100%;
}

.index__recruit--arrow {
  background-color: #ffa375;
  color: #fff;
  font-weight: bold;
  padding: 20px 10px;
  position: relative;
  text-align: center;
}

.index__recruit--arrow span {
  display: inline-block;
  left: 50%;
  margin-left: 5em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
}

.index__contact {
  background-image: url(images/cuddle-softly/index-contact-bg.jpg);
  background-size: cover;
  padding: 2rem 0;
  position: relative;
  z-index: 1;
}

.index__contact::after {
  background-color: rgba(0, 0, 0, .3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.index__contact .index__ttl {
  color: #fff;
}

.index__contact--item p {
  color: #fff;
  text-align: center;
}

.index__contact--item {
  margin-bottom: 40px;
}

.index__contact .btn1 {
  background-color: #ffe9de;
  font-weight: bold;
  width: 230px;
}

/* ************************************************************************************************
   concept.php
************************************************************************************************ */
/***** 余白 *****/
.concept01 {
  padding: 5rem 0 8rem;
}

.concept02 {
  padding: 8rem 0;
}

/***** コンセプトその１ *****/
.concept01__item {
  text-align: center;
}

.concept01__txt {
  margin-top: 3rem;
}

/***** パララックス画像 *****/
.concept__bg {
  background-image: url(images/subpage/concept_main_bg01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  width: 100%;
}

/***** コンセプトその２ *****/
.concept02__container {
  align-items: flex-start;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 900px;
}

.concept02__item {
  border: 5px solid #f7ebec;
  box-sizing: border-box;
  height: 350px;
  margin: 0 5rem 6rem;
  padding: 5% 3%;
  text-align: center;
  width: 350px;
}

.concept02__line {
  border-bottom: 5px solid #f7ebec;
  margin: 1rem auto 0;
  width: 50%;
}

.concept02__txt {
  margin-top: 3rem;
}

/* ************************************************************************************************
   menu.php
************************************************************************************************ */
/***** 余白 *****/
.menu02 {
  margin: 0 0 10rem;
}

.menu03 {
  margin: 0 0 8rem;
}

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

.menu02__ttl {
  margin: 5rem 0;
  text-align: center;
}

.menu02__ttl-en {
  font-family: "lbrite";
  font-weight: bold;
}

.menu02__txt {
  text-align: center;
}

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

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

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

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

/***** その他メニュー *****/
.menu03__item {
  border: 5px solid #f7ebec;
  height: 350px;
  margin: 0 auto 3rem;
  padding: 4rem;
  width: 350px;
}

.menu03__ttl-en {
  font-family: "lbrite";
  text-align: center;
}

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

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

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

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

.menu03__txt {
  text-align: center;
}

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

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

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

.staff__img {
  margin-bottom: 2rem;
}

.staff__ttl {
  color: #5d576b;
  font-family: "lbrite";
  font-size: 1.6rem;
  margin-bottom: .5rem;
}

.staff__name {
  margin-bottom: 2rem;
}

.staff__txt {
  text-align: left;
}

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

.recruit03 {
  padding: 8rem 0;
}

/***** メッセージ *****/
.recruit01__movie {
  margin: 0 auto;
  width: 900px;
}

.recruit01__movie video {
  height: 100%;
  width: 100%;
}

.recruit01__item {
  margin-top: 5rem;
  text-align: center;
}

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

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

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

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

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

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

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

.recruit03__ttl-en {
  font-family: "lbrite";
  font-weight: bold;
}

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

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

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

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

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

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

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

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

/* ************************************************************************************************
   access.php
************************************************************************************************ */
.access02__img {
  border-radius: 30px;
  display: block;
  margin: 0 auto 5rem;
  width: 100%;
}

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

.access02__table tr {
  border-bottom: 1px dashed #bc8d9f;
}

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

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

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

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

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

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

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

.nocomments {
  display: none;
}

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

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

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

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

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

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

.news02__ttl {
  margin-bottom: 1rem;
}

.news02__cal {
  margin-bottom: .5rem;
}

.news02__txt {
  text-align: left;
}

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

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

.single__ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: normal;
}

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

.single02__thumbnail {
  text-align: center;
}

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

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

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

.single02__cal {
  margin-bottom: 1rem;
}

.single02__cat {
  margin-bottom: 2rem;
}

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

/***** カテゴリーページ（category.php） *****/
.category__ttl a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.2rem;
  font-weight: normal;
}

/***** お問い合わせフォーム *****/
.entry {
  margin: 0 0 8rem;
}

/* Contactform - お問い合わせフォーム */
.entry__box {
  margin-bottom: 6rem;
  text-align: center;
}

.label__ttl {
  background: pink;
  border-radius: 5px;
  font-size: 1.2em;
  margin: 0 !important;
  padding: 0 5px;
}

.required {
  font-size: smaller;
}

.hyphen {
  margin: 0 .5rem;
  vertical-align: text-bottom;
}

.wpcf7 {
  font-size: 1.2rem;
  margin: 0 0 2.5em !important;
  padding: 0;
  width: 100%;
}

.wpcf7 form {
  margin: 1.5em auto 0;
  width: 70%;
}

.wpcf7 p {
  margin-bottom: 1em;
}

.wpcf7 input,
.wpcf7 textarea {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  margin: .5rem auto 2rem;
  padding: 1rem;
  width: 100%;
}

.wpcf7 select,
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
  background: #fff;
  border: 1px solid #ccc;
  margin: .5rem auto 2rem;
  max-width: 97%;
  padding: 1rem;
  width: auto;
}

.wpcf7 select,
.wpcf7 .wpcf7-list-item-label {
  line-height: 1.5;
}

.wpcf7 .wpcf7-list-item {
  display: block;
  text-align: center;
}

.wpcf7 textarea {
  height: 300px;
}

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

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

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

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

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

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

.wpcf7 .wpcf7-submit .wpcf7-validation-errors {
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  color: #b94a48;
}

.wpcf7 .wpcf7-submit .wpcf7-mail-sent-ok {
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  color: #3a87ad;
}

input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number.smallform {
  width: 11%;
}

.wpcf7 input[type="checkbox"] {
  margin: .5rem auto 1rem;
}

/* プライバシーポリシーの埋め込み */
@media only screen and (max-width: 550px) {
  [class*="grid-"].noGutter>.col {
    padding: 0%;
  }
}

.blk-iframe {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  height: 20em;
  margin: 3em auto;
  max-width: 100%;
  overflow: auto;
  width: 700px;
}

.privacy {
  font-size: .9em;
  line-height: 1.8;
  padding: 5%;
}

.privacy h4 {
  border-bottom-style: none;
  margin-top: 0;
  padding: 0;
  text-align: center;
}

.privacy h4::after {
  content: none;
}

.privacy h5 {
  margin: 1em 0 .5em;
}

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

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

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

@keyframes spinner5_1 {
  0% {
    opacity: .2;
    transform: translate(-50%, -50%) rotate(0) scale(.5);
  }

  50% {
    box-shadow: 21px 21px rgba(204, 204, 204, 1),
      -21px -21px rgba(204, 204, 204, 1), 21px -21px rgba(204, 204, 204, 1),
      -21px 21px rgba(204, 204, 204, 1);
    opacity: 1;
    transform: translate(-50%, -50%) rotate(180deg) scale(1);
  }

  100% {
    opacity: .2;
    transform: translate(-50%, -50%) rotate(360deg) scale(.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: #aaa;
  transition: .3s;
}

.news__ttl a:hover {
  color: #ccc;
  transition: .3s;
}

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

a:hover img {
  opacity: .6;
  transition: .6s;
}

img {
  transition: .6s;
}

/***** ボタン *****/
.btn1,
.btn2 {
  background-color: rgba(255, 255, 255, .4);
  border: 1px solid #ccc;
  color: #633;
  display: block;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 210px;
  z-index: 2;
}

.btn1 {
  font-family: "Franklin";
  font-size: 1.4rem;
}

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

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

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

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

.btn1:hover::after,
.btn2:hover::after {
  background-color: #f7b977;
  top: 0;
}

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

.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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.nav-previous a:hover,
.nav-next a:hover {
  background: rgba(188, 141, 160, .7);
  color: #fff;
}

.nav-previous:hover::after,
.nav-next:hover::after,
.nav-previous:hover::after,
.nav-next:hover::after {
  background-color: rgba(188, 141, 160, .7);
  top: 0;
}

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

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

.nav-unshown {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

/***** ページトップに戻るボタン *****/
#page_top {
  background-color: #ffa375;
  border-radius: 50%;
  bottom: 1.5rem;
  height: 60px;
  position: fixed;
  right: 1.5rem;
  transition: .5s;
  width: 60px;
  z-index: 10;
}

#page_top.adecc__color {
  background-color: #007cc3;
}

#page_top:hover {
  background: rgba(204, 204, 204, 1);
}

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

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

/***** フッターボタン *****/
.footer__btn {
  bottom: 1.5rem;
  left: 1.5rem;
  position: fixed;
  z-index: 999;
}

.footer__btn a {
  background-color: #fff;
  border: 5px solid #ff7d3d;
  border-radius: 50px;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .1em;
  padding: 1.5rem 2rem;
  position: relative;
  transition: .4s;
}

.footer__btn a span {
  border-top: 2px dashed #ff7d3d;
  display: block;
  font-size: 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  text-align: center;
}

.footer__btn a:hover span {
  border-top: 2px dashed #fff;
}

.footer__btn a:hover {
  background-color: #ff7d3d;
  color: #fff;
}

/***** index.html/メニュー / ホバーすると文字が出てくる *****/
figure.menu__item {
  height: 220px;
  margin-bottom: 5rem;
  position: relative;
  width: 330px;
}

figcaption.menu__txt {
  align-items: center;
  background: linear-gradient(to left,
      rgba(205, 178, 207, .6),
      rgba(238, 203, 233, .7) 35%,
      rgba(247, 235, 236, .8));
  bottom: 0;
  height: 220px;
  left: 0px;
  opacity: 0;
  padding: 5em 2em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0px;
  transition: all .6s ease;
  width: 330px;
}

figcaption.menu__txt:hover {
  box-shadow: 0 0 30px 0 #fff;
  opacity: 1;
  padding-bottom: 0;
  transition: all .6s ease;
}

@media screen and (max-width: 560px) {
  figcaption.menu__txt {
    height: 170px;
    margin: auto;
    padding: 1.5em;
    width: 280px;
  }

  .menu__ttl {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 320px) {
  figure.menu__item {
    height: 192px;
    width: 288px;
  }

  figcaption.menu__txt {
    height: 160px;
    padding: 1rem;
    width: 250px;
  }

  .menu__ttl {
    margin-bottom: .5rem;
  }
}

/***** concept.html/スライダー *****/
.swiper-container {
  padding-bottom: 5rem !important;
}

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

.swiper-pagination-bullet-active {
  background: #5d576b !important;
}

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

/* ************************************************************************************************
   下層ページ共通
************************************************************************************************ */
.recruit01__ttl {
  background-image: repeating-linear-gradient(45deg,
      #16caea 0 2px,
      transparent 2px 4px);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 8rem .5rem;
  font-weight: bold;
  padding: 1.3rem 0;
  text-align: center;
}

#page .color-copain {
  background-color: #ffdfe3;
  color: inherit;
}

#page .color-copain:hover {
  background-color: #ffa8b3;
}

#page .heading-copain {
  background-image: repeating-linear-gradient(45deg,
      #ffdfe3 0 2px,
      transparent 2px 4px);
}

#page .color-adecc {
  background-color: #dee9ff;
  color: inherit;
}

#page .color-adecc:hover {
  background-color: #a8c5ff;
}

#page .heading-adecc {
  background-image: repeating-linear-gradient(45deg,
      #dee9ff 0 2px,
      transparent 2px 4px);
}

#page .color-terapia {
  background-color: #ffa375;
  color: inherit;
}

#page .color-terapia:hover {
  background-color: #FF7D3D;
}

#page .heading-terapia {
  background-image: repeating-linear-gradient(45deg,
      #8cc231 0 2px,
      transparent 2px 4px);
}

#page .color-cuddle {
  background-color: #ffe9de;
}

.btn1-copain:hover::after,
.btn2-copain:hover::after {
  background-color: #ffdfe3;
  color: inherit;
  top: 0;
}

.btn1-copain:hover,
.btn2-copain:hover {
  color: inherit;
}

.btn1-adecc:hover::after,
.btn2-adecc:hover::after {
  background-color: #dee9ff;
  color: inherit;
  top: 0;
}

.btn1-adecc:hover,
.btn2-adecc:hover {
  color: inherit;
}

/* ************************************************************************************************
   bussiness > copain house sakura
************************************************************************************************ */
.bussiness__address .container {
  width: 100%;
}

.bussiness__content--copain {
  text-align: center;
}

.bussiness__content--copain-details {
  background-color: #ffe9de;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
  padding: 5rem;
  text-align: center;
}

.bussiness__content--copain-details:nth-child(2n) {
  flex-direction: row-reverse;
}

.bussiness__content--img {
  margin-right: 2rem;
  width: 40%;
}

.bussiness__content--img img {
  border-radius: 10px;
  width: 100%;
}

.bussiness__content--txt {
  text-align: left;
  width: 55%;
}

.bussiness__content--txt .bussiness__txt--subheading {
  background-color: #ffa375;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 1rem;
  margin-left: 1rem;
  padding: 1rem;
}

.bussiness__content--txt h4 {
  font-weight: bold;
  margin: 1rem 0 0;
  padding: .5rem 1rem;
}

.bussiness__content--txt .bussiness__txt--summary {
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 1rem;
}

.bussiness__content--concept {
  padding-bottom: 5rem;
}

.bussiness__content--concept:first-child {
  padding-top: 20rem;
}

.bussiness__info {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  padding: .5rem 2rem;
}

.bussiness__info--left {
  width: 48%;
}

.bussiness__info--img img {
  border-radius: 15px;
  width: 100%;
}

.bussiness__info--right {
  width: 48%;
}

.bussiness__content--concept picture {
  display: block;
  margin: 0 auto;
  width: 60%;
}

.bussiness__concept--txt {
  margin: 5rem 0;
}

.bussiness__concept--txt span {
  font-size: 2.25rem;
  font-weight: bold;
}

.bussiness__concept--span-color-copain {
  color: #ffb6c1;
}

.bussiness__concept--span-color-adecc {
  color: #007cc3;
}

.bussiness__concept--span-color-terapia {
  color: #ffa375;
}

.bussiness__table--wrap {
  margin: 5rem 0;
}

.bussiness__table--wrap table {
  font-size: 1.4rem;
  margin: 2rem auto 0;
}

.bussiness__table--wrap th {
  padding: 15px 0;
  position: relative;
  vertical-align: middle;
  width: 35%;
}

.bussiness__table--wrap th::after {
  border-top: 1px solid #633;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  width: 3em;
}

.bussiness__table--wrap td {
  line-height: 1.7;
  padding: 15px 1em;
  text-align: left;
  width: 55%;
}

.bussiness__table--link {
  pointer-events: none;
}

.fax-num {
  pointer-events: none;
}

.bussiness__table--gmap {
  margin: 0 0 2rem;
}

.bussiness__table--gmap iframe {
  border-radius: 15px;
  height: 600px;
}

.bussiness__table--button {
  margin: 5rem auto;
}

/* ************************************************************************************************
   bussiness > adecc
************************************************************************************************ */
.bussiness__list-item {
  margin: 0 auto 7rem;
  text-align: left;
  width: 80%;
}

.bussiness__list-item:last-child {
  margin-bottom: 0;
}

.bussiness__list-item--heading {
  background-color: #007cc3;
  border-radius: 5px 5px 0 0;
  color: #fff;
  display: inline-block;
  margin-left: 0;
  padding: 10px 15px;
}

.bussiness__list-item--wrap {
  border: 3px solid #007cc3;
  border-radius: 0 5px 5px 5px;
  display: flex;
  justify-content: space-between;
  padding: 3rem;
}

.bussiness__list-item--img {
  width: 40%;
}

.bussiness__list-item--img source,
.bussiness__list-item--img img {
  width: 100%;
}

.bussiness__list-item--txt {
  width: 55%;
}

.bussiness__list-item--txt-inner-list {
  background-color: #dee9ff;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  padding: .5rem;
}

.bussiness__list-item--txt-inner-list span {
  display: inline-block;
  width: 50%;
}

.bussiness__concept--list {
  margin-bottom: 5rem;
}

.bussiness__concept--list-ttl {
  color: #007cc3;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.copain__ttl {
  color: #ffb6c1 !important;
}

.terapia__ttl {
  color: #ffa375 !important;
}

.bussiness__concept--list-txt {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}

.recruit01__txt {
  margin-bottom: 5rem;
}

.adecc__btn,
.copain__btn,
.terapia__btn {
  margin: 0 auto 10rem !important;
}

/* ************************************************************************************************
   bussiness > terapiapocket
************************************************************************************************ */
.bussiness__content--list-terapia {
  .bussiness__list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
    background: #fff6f1;
    width: 100%;
    padding: 5rem;
    margin: 5rem auto 0;
    border-radius: 30px;
  }

  .bussiness__list-item--img {
    width: auto;
    flex: 1;
  }

  .bussiness__list-item--img img {
    border-radius: 10px;
  }

  .bussiness__list-item--desc {
    flex: 1;
  }

  .bussiness__list-item--heading {
    background-color: #ffa375;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    padding: 0 1.5rem;
  }

  .bussiness__list-item--txt {
    width: 100%;
    margin-top: 2rem;

    em {
      color: #8cc231;
      font-weight: bold;
      font-style: normal;
    }
  }
}

.bussiness__content--terapia {
  text-align: center;
}

/* ************************************************************************************************
   company
************************************************************************************************ */
.company__content--message {
  display: flex;
  justify-content: space-evenly;
  margin: 5rem 0;
}

.company__message--img {
  width: 20%;
}

.company__message--txt {
  text-align: left;
  width: 60%;
}

.company__message--txt h3 {
  color: #ffa375;
  font-size: 2rem;
  font-weight: bold;
}

.company__message--txt p {
  line-height: 1.7;
  margin-bottom: 1em;
  /* text-indent: 1em; */
}

.company__message--txt p:last-child {
  margin-bottom: 0;
}

.company__message--txt-end {
  margin-top: 2em;
  text-align: right;
}

.company__message--img source,
.company__message--img img {
  border-radius: 30px;
  width: 80%;
}

.company__content--origin,
.company__content--philosophy,
.company__content--details {
  margin: 5rem 0;
}

.company__origin--img {
  margin: 0 auto;
  min-width: 300px;
  width: 40%;
}

.company__origin--txt {
  margin: 5rem auto;
  min-width: 600px;
  width: 80%;
}

.company__origin--txt p {
  text-align: left;
}

.company__philosophy--txt {
  margin: 5rem auto;
  min-width: 600px;
  width: 80%;
}

.company__philosophy--txt p {
  margin-bottom: 1em;
  text-align: left;
}

.company__philosophy--txt p:last-child {
  margin-bottom: 0;
}

.company__details--table table {
  font-size: 1.4rem;
  width: 100%;
}

.company__details--table th {
  padding: 15px 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25%;
}

.company__details--table th::after {
  border-top: 1px solid #633;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 3em;
}

.company__details--table td {
  line-height: 1.7;
  padding: 15px 1em;
  text-align: left;
  width: 75%;
}

/* ************************************************************************************************
   recruit > copain house sakura
************************************************************************************************ */
.recruit__container .recruit__item--message h3 {
  margin-bottom: 1em;
}

.recruit__item--message .recruit01__txt {
  margin-bottom: 1em;
  text-align: left;
  text-indent: 1em;
}

.recruit__item--message .recruit01__txt:last-child {
  margin-bottom: 0;
}

.recruit__item--img {
  margin: 5rem auto;
}

.recruit__summary--txt-group {
  margin-bottom: 60px;
}

.recruit__summary--txt-group h4 {
  font-size: 2.3rem;
  font-weight: bold;
  padding: 15px 0;
  position: relative;
  text-align: left;
}

.recruit__summary--txt-group h4::before {
  color: rgba(224, 66, 114, .2);
  content: attr(data-num);
  font-size: 6rem;
  left: -20px;
  position: absolute;
  top: -40px;
}

.recruit__summary--txt-group .recruit01__txt {
  text-align: left;
  text-indent: 1em;
}

.recruit__item--details .recruit01__txt,
.recruit__item--details a {
  font-size: 2.3rem;
}

.recruit__item--details a {
  transition: .3s;
}

.recruit__item--details a:hover {
  color: #ccc;
}

/* ************************************************************************************************
   recruit > adecc
************************************************************************************************ */
.recruit__details--table h4 {
  margin: 20px 0;
}

.recruit__details--table table {
  border-collapse: separate;
  border-spacing: 3px;
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 0 auto;
  width: 90%;
}

.recruit__details--table th {
  background-color: #007cc3;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  vertical-align: middle;
  width: 30%;
}

.recruit__details--table td {
  padding: 15px 0 15px 2em;
  text-align: left;
  width: 70%;
}

.recruit__details--table p {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 1em;
}

.recruit__details--table p:last-child {
  margin-bottom: 0;
}

.tab-wrap {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0 0 40px;
}

.tab-label {
  color: Gray;
  cursor: pointer;
  flex: 1;
  font-size: 1.4rem;
  font-weight: bold;
  order: -1;
  padding: 20px 24px;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
  transition: cubic-bezier(.4, 0, .2, 1) .2s;
  user-select: none;
  white-space: nowrap;
}

.tab-label:hover {
  background: rgba(0, 191, 255, .1);
}

.tab-switch:checked+.tab-label {
  color: #007cc3;
}

.tab-label::after {
  background: #007cc3;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(100%);
  transition: cubic-bezier(.4, 0, .2, 1) .2s 80ms;
  width: 100%;
  z-index: 1;
}

.tab-switch:checked~.tab-label::after {
  transform: translateX(-100%);
}

.tab-switch:checked+.tab-label::after {
  opacity: 1;
  transform: translateX(0);
}

.tab-content {
  height: 0;
  opacity: 0;
  padding: 0 20px;
  pointer-events: none;
  transform: translateX(-30%);
  transition: transform .3s 80ms, opacity .3s 80ms;
  width: 100%;
}

.tab-switch:checked~.tab-content {
  transform: translateX(30%);
}

.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  opacity: 1;
  order: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.tab-wrap::after {
  content: "";
  height: 20px;
  order: -1;
  width: 100%;
}

.tab-switch {
  display: none;
}

.recruit__button {
  margin: 10rem auto 0;
  width: 40%;
}

.recruit__button a {
  background-color: #f7b977;
  border-radius: 5px;
  color: #fff;
  display: block;
  padding: 20px 0;
  text-align: center;
  transition: .4s;
}

.recruit__button a:hover {
  background-color: #f9cea3;
  color: #fff;
}