@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/************************************
** 子テーマ用のスタイル
************************************/
/************************************
** ブレイクポイント
************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
/************************************
** 定義
************************************/
/************************************
** reset
************************************/
html {
  font-size: 10px;
}

body {
  background: #fff;
}
body .wrap {
  width: auto;
}
body .main {
  padding: 0;
}
body .top_catch {
  font-size: 0;
}
body .top_catch img {
  width: 100%;
}
body .tagline {
  margin: 0;
}
body .content {
  margin-top: 0;
}

/************************************
** 共通
************************************/
* {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

#container {
  position: relative;
}

.content_wrap {
  max-width: 1020px;
  margin: auto;
  padding: 0 1rem;
}

h2.ttl {
  line-height: 1;
  text-align: center;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  gap: 0 5rem;
}
@media screen and (max-width: 834px) {
  .flex3 {
    gap: 0 2rem;
  }
}
@media screen and (max-width: 639px) {
  .flex3 {
    gap: 0 1rem;
  }
}
@media screen and (max-width: 639px) {
  .flex3.sp_noflex {
    display: block;
    margin: auto;
    text-align: center;
  }
}
.flex3.sp_noflex li img {
  max-width: 300px;
  margin-bottom: 2rem;
}

a img {
  transition: all 0.3s ease 0s;
}
a img:hover {
  transform: translateY(-1rem);
}

/************************************
** header
************************************/
body .header_logo {
  background: url("/recruit/wp-content/uploads/2023/09/header_bg.png");
  background-size: cover;
  width: 100%;
  min-height: 291px;
  position: relative;
  z-index: 999;
  text-align: center;
  padding-top: 70px;
}
@media screen and (max-width: 834px) {
  body .header_logo {
    min-height: 180px;
    padding-top: 40px;
  }
  body .header_logo img {
    width: 17%;
  }
}
@media screen and (max-width: 639px) {
  body .header_logo {
    min-height: 100px;
    padding-top: 20px;
  }
  body .header_logo img {
    width: 18%;
  }
  body .header_logo a img:hover {
    transform: translateY(0);
  }
}

/************************************
** top catch
************************************/
body .top_catch {
  margin-top: -291px;
}
@media screen and (max-width: 834px) {
  body .top_catch {
    margin-top: -180px;
  }
}
@media screen and (max-width: 639px) {
  body .top_catch {
    margin-top: -100px;
  }
}

/************************************
** top content01
************************************/
body section#content01 {
  background: #57b7d3;
  padding: 15rem 0 1rem;
  position: relative;
}
@media screen and (max-width: 834px) {
  body section#content01 {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 639px) {
  body section#content01 {
    padding-top: 3rem;
  }
}
body section#content01 .txt img {
  position: absolute;
  top: 0;
  z-index: 1;
  max-width: 100%;
  height: calc(100% + 1px);
  -o-object-fit: contain;
     object-fit: contain;
}
body section#content01 .content_wrap {
  max-width: 830px;
  margin-left: 25vw;
}
@media screen and (max-width: 834px) {
  body section#content01 .content_wrap {
    margin-left: 23vw;
    padding: 0 1rem 0 0;
  }
}
@media screen and (max-width: 639px) {
  body section#content01 .content_wrap {
    margin-left: 35vw;
    padding-left: 1rem;
  }
}
body section#content01 h2 {
  margin-bottom: -3rem;
}
@media screen and (max-width: 834px) {
  body section#content01 h2 {
    margin-bottom: -2rem;
  }
}
@media screen and (max-width: 639px) {
  body section#content01 h2 {
    margin-bottom: 0.5rem;
  }
}
body section#content01 p {
  margin-bottom: 11rem;
}
@media screen and (max-width: 834px) {
  body section#content01 p {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 639px) {
  body section#content01 p {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  body section#content01 .splide:hover .slide:not(:hover) {
    opacity: 0.3;
  }
}

/************************************
** top content02
************************************/
body #content02 {
  text-align: center;
  padding-top: 10rem;
}
@media screen and (max-width: 834px) {
  body #content02 {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 639px) {
  body #content02 {
    padding-top: 5rem;
  }
}
body #content02 h2 {
  margin-bottom: 7rem;
}
@media screen and (max-width: 834px) {
  body #content02 h2 {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 639px) {
  body #content02 h2 {
    margin-bottom: 3rem;
  }
}
body #content02 p {
  margin-bottom: 1.5rem;
}
body #content02 p img {
  margin: auto;
}

/************************************
** top content03
************************************/
body #content03 {
  -webkit-clip-path: polygon(50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0% 0%);
          clip-path: polygon(50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0% 0%);
  background: #bcdf44;
  padding: 20rem 0 18rem;
}
@media screen and (max-width: 834px) {
  body #content03 {
    padding: 12rem 0 10rem;
  }
}
@media screen and (max-width: 639px) {
  body #content03 {
    -webkit-clip-path: polygon(50% 6%, 100% 0, 100% 95%, 50% 100%, 0 95%, 0% 0%);
            clip-path: polygon(50% 6%, 100% 0, 100% 95%, 50% 100%, 0 95%, 0% 0%);
    padding: 10rem 0 8rem;
  }
}

/************************************
** top content04
************************************/
body #content04 {
  text-align: center;
  padding: 10rem 0 2rem;
}
@media screen and (max-width: 834px) {
  body #content04 {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 639px) {
  body #content04 {
    padding-top: 5rem;
  }
}
body #content04 h2 {
  margin-bottom: 7rem;
}
@media screen and (max-width: 834px) {
  body #content04 h2 {
    margin-bottom: 5rem;
  }
}
body #content04 .box_strength {
  position: relative;
}
body #content04 .box_strength .bg_pink {
  -webkit-clip-path: polygon(0 44%, 100% 19%, 100% 55%, 0 80%);
          clip-path: polygon(0 44%, 100% 19%, 100% 55%, 0 80%);
  background: #f7d1e2;
  min-height: 390px;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  body #content04 .box_strength .bg_pink {
    -webkit-clip-path: polygon(0 42%, 100% 17%, 100% 53%, 0 78%);
            clip-path: polygon(0 42%, 100% 17%, 100% 53%, 0 78%);
  }
}
body #content04 .box_strength .item_wrap {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin-bottom: 7rem;
}
@media screen and (max-width: 639px) {
  body #content04 .box_strength .item_wrap {
    display: block;
    margin-bottom: 3rem;
  }
}
body #content04 .box_strength .item_wrap.item_order .item:first-child {
  order: 1;
}
body #content04 .box_strength .item_wrap:last-child {
  margin-bottom: 0;
}
body #content04 .box_strength .item_wrap .mtm1 {
  margin-top: -1.5rem;
}
@media screen and (max-width: 639px) {
  body #content04 .box_strength .item_wrap .mtm1 {
    margin-top: 0;
  }
}
body #content04 .box_strength .item_wrap .mtm2 {
  margin-top: -1rem;
}
@media screen and (max-width: 639px) {
  body #content04 .box_strength .item_wrap .mtm2 {
    margin-top: 0;
  }
}

/************************************
** top content05
************************************/
body #content05 {
  background: #8e73d8;
  -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 100%);
  text-align: center;
  padding: 20rem 0 10rem;
}
@media screen and (max-width: 834px) {
  body #content05 {
    padding: 10rem 0 7rem;
  }
}
@media screen and (max-width: 639px) {
  body #content05 {
    padding: 8rem 0 5rem;
  }
}
body #content05 h2 {
  margin-bottom: 7rem;
}
@media screen and (max-width: 834px) {
  body #content05 h2 {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 639px) {
  body #content05 h2 {
    margin-bottom: 3rem;
  }
}
body #content05 .box_number {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  gap: 4rem;
}
@media screen and (max-width: 834px) {
  body #content05 .box_number {
    gap: 2rem;
  }
}
@media screen and (max-width: 639px) {
  body #content05 .box_number {
    gap: 1rem;
  }
}
body #content05 .box_number .item {
  flex-basis: calc(50% - 2rem);
}
@media screen and (max-width: 834px) {
  body #content05 .box_number .item {
    flex-basis: calc(50% - 1rem);
  }
}
@media screen and (max-width: 639px) {
  body #content05 .box_number .item {
    flex-basis: calc(50% - 0.5rem);
  }
}
body #content05 .box_number .item:nth-child(5) {
  flex-basis: 100%;
}
@media screen and (max-width: 639px) {
  body #content05 .box_number .item img {
    margin-bottom: -0.8rem;
  }
}

/************************************
** top content06
************************************/
body #content06 {
  padding: 10rem 0;
}
@media screen and (max-width: 834px) {
  body #content06 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 639px) {
  body #content06 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
body #content06 h2 {
  margin-bottom: 7rem;
}
@media screen and (max-width: 834px) {
  body #content06 h2 {
    margin-bottom: 4rem;
  }
}
body #content06 .box_frex2 {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  gap: 0 5rem;
}
@media screen and (max-width: 834px) {
  body #content06 .box_frex2 {
    gap: 0 3rem;
  }
}
@media screen and (max-width: 639px) {
  body #content06 .box_frex2 {
    display: block;
  }
}
@media screen and (max-width: 639px) {
  body #content06 .box_frex2 .item:first-child {
    margin-bottom: 4rem;
  }
}
body #content06 .box_frex2 .item .accordion01,
body #content06 .box_frex2 .item .accordion02 {
  background: #f4d441;
  text-align: center;
  margin-top: -1rem;
}
body #content06 .box_frex2 .item .accordion01 .open .imgclose,
body #content06 .box_frex2 .item .accordion02 .open .imgclose {
  display: none;
}
body #content06 .box_frex2 .item .accordion01 .open.active .imgopen,
body #content06 .box_frex2 .item .accordion02 .open.active .imgopen {
  display: none;
}
body #content06 .box_frex2 .item .accordion01 .open.active .imgclose,
body #content06 .box_frex2 .item .accordion02 .open.active .imgclose {
  display: block;
}
body #content06 .box_frex2 .item .accordion01 .case_info,
body #content06 .box_frex2 .item .accordion02 .case_info {
  display: none;
}

/************************************
** top content07
************************************/
body #content07 {
  position: relative;
  height: 100%;
  padding: 10rem 0;
}
@media screen and (max-width: 834px) {
  body #content07 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 639px) {
  body #content07 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
body #content07::before {
  content: "";
  background-color: #57b7d3;
  width: 100%;
  height: 36%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  body #content07::before {
    height: 32%;
  }
}
@media screen and (max-width: 639px) {
  body #content07::before {
    height: 16%;
  }
}
body #content07 h2 {
  margin-bottom: 7rem;
}
@media screen and (max-width: 834px) {
  body #content07 h2 {
    margin-bottom: 4rem;
  }
}
body #content07 .box_interview {
  display: flex;
  justify-content: space-between;
  gap: 0 10rem;
}
@media screen and (max-width: 834px) {
  body #content07 .box_interview {
    gap: 0 3rem;
  }
}
@media screen and (max-width: 639px) {
  body #content07 .box_interview {
    display: block;
  }
}
@media screen and (max-width: 639px) {
  body #content07 .box_interview .item:first-child {
    margin-bottom: 4rem;
  }
}
body #content07 .box_interview .item .flex_clm {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2rem;
}
body #content07 .box_interview .item ul.sns {
  list-style: none;
  padding: 0;
  display: flex;
  margin: 1rem 0;
  gap: 1rem;
}
body #content07 .box_interview .item ul.sns a:hover {
  color: rgba(51, 51, 51, 0.6);
  transition: 0.3s;
}
body #content07 .box_interview .item .name {
  padding-left: 2rem;
}

.fa-tiktok:before {
  content: "\e07b";
}

/************************************
** top content08
************************************/
body #content08 .box_message {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  body #content08 .box_message {
    display: block;
  }
}
body #content08 .box_message .item {
  flex-basis: 50%;
}
body #content08 .box_message .item:first-child img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 639px) {
  body #content08 .box_message .item:first-child img {
    margin-bottom: -9px;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
}
body #content08 .box_message .item:nth-child(2) {
  background-color: #bcdf44;
  position: relative;
}
body #content08 .box_message .item:nth-child(2):before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52%;
  height: 100%;
  content: "";
  background-image: url(/recruit/wp-content/uploads/2023/09/txt_message01.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}
body #content08 .box_message .item:nth-child(2) p {
  z-index: 1;
}
body #content08 .box_message .item .item_wrap {
  max-width: 500px;
  padding: 10rem 0 10rem 10rem;
  position: relative;
}
@media screen and (max-width: 834px) {
  body #content08 .box_message .item .item_wrap {
    padding: 7rem 1rem 7rem 3rem;
  }
}
@media screen and (max-width: 639px) {
  body #content08 .box_message .item .item_wrap {
    padding: 5rem 1rem;
  }
}
body #content08 .box_message .item h2 {
  text-align: left;
  margin-bottom: 5rem;
}
@media screen and (max-width: 834px) {
  body #content08 .box_message .item h2 {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 639px) {
  body #content08 .box_message .item h2 {
    margin-bottom: 3rem;
  }
}

/************************************
** top content09
************************************/
body #content09 {
  padding: 10rem 0 6rem;
}
@media screen and (max-width: 834px) {
  body #content09 {
    padding-top: 7rem;
    padding-bottom: 3rem;
  }
}
body #content09 h2 {
  margin-bottom: 7rem;
}
@media screen and (max-width: 834px) {
  body #content09 h2 {
    margin-bottom: 4rem;
  }
}
body #content09 p {
  text-align: center;
  margin-bottom: 7rem;
}
@media screen and (max-width: 834px) {
  body #content09 p {
    margin-bottom: 4rem;
  }
}
body #content09 h3 {
  background-color: #e65998;
  text-align: center;
  margin-bottom: 4rem;
}
body #content09 h3 img {
  margin-bottom: -9px;
}
body #content09 .accordion_recruit01 .open .imgclose,
body #content09 .accordion_recruit02 .open .imgclose,
body #content09 .accordion_recruit03 .open .imgclose {
  display: none;
}
body #content09 .accordion_recruit01 .open.active,
body #content09 .accordion_recruit02 .open.active,
body #content09 .accordion_recruit03 .open.active {
  margin-bottom: 0;
}
body #content09 .accordion_recruit01 .open.active .imgopen,
body #content09 .accordion_recruit02 .open.active .imgopen,
body #content09 .accordion_recruit03 .open.active .imgopen {
  display: none;
}
body #content09 .accordion_recruit01 .open.active .imgclose,
body #content09 .accordion_recruit02 .open.active .imgclose,
body #content09 .accordion_recruit03 .open.active .imgclose {
  display: block;
  margin: auto;
}
body #content09 .accordion_recruit01 .recruit_info,
body #content09 .accordion_recruit02 .recruit_info,
body #content09 .accordion_recruit03 .recruit_info {
  display: none;
  background-color: #f7d1e2;
  padding: 3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 639px) {
  body #content09 .accordion_recruit01 .recruit_info,
body #content09 .accordion_recruit02 .recruit_info,
body #content09 .accordion_recruit03 .recruit_info {
    padding: 2rem;
  }
}
body #content09 .accordion_recruit01 .recruit_info h4,
body #content09 .accordion_recruit02 .recruit_info h4,
body #content09 .accordion_recruit03 .recruit_info h4 {
  font-weight: 900;
  color: #000;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
body #content09 .accordion_recruit01 .recruit_info .bg_white,
body #content09 .accordion_recruit02 .recruit_info .bg_white,
body #content09 .accordion_recruit03 .recruit_info .bg_white {
  background-color: #fff;
  padding: 0 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 639px) {
  body #content09 .accordion_recruit01 .recruit_info .bg_white,
body #content09 .accordion_recruit02 .recruit_info .bg_white,
body #content09 .accordion_recruit03 .recruit_info .bg_white {
    padding: 0 1rem;
  }
}
body #content09 .accordion_recruit01 .recruit_info table tr,
body #content09 .accordion_recruit02 .recruit_info table tr,
body #content09 .accordion_recruit03 .recruit_info table tr {
  background-color: transparent;
}
body #content09 .accordion_recruit01 .recruit_info table tr:last-child th,
body #content09 .accordion_recruit01 .recruit_info table tr:last-child td,
body #content09 .accordion_recruit02 .recruit_info table tr:last-child th,
body #content09 .accordion_recruit02 .recruit_info table tr:last-child td,
body #content09 .accordion_recruit03 .recruit_info table tr:last-child th,
body #content09 .accordion_recruit03 .recruit_info table tr:last-child td {
  border-bottom: none;
}
body #content09 .accordion_recruit01 .recruit_info table th,
body #content09 .accordion_recruit01 .recruit_info table td,
body #content09 .accordion_recruit02 .recruit_info table th,
body #content09 .accordion_recruit02 .recruit_info table td,
body #content09 .accordion_recruit03 .recruit_info table th,
body #content09 .accordion_recruit03 .recruit_info table td {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 1.3rem;
  text-align: left;
  padding: 1.5rem 2rem;
  vertical-align: top;
}
@media screen and (max-width: 639px) {
  body #content09 .accordion_recruit01 .recruit_info table th,
body #content09 .accordion_recruit01 .recruit_info table td,
body #content09 .accordion_recruit02 .recruit_info table th,
body #content09 .accordion_recruit02 .recruit_info table td,
body #content09 .accordion_recruit03 .recruit_info table th,
body #content09 .accordion_recruit03 .recruit_info table td {
    padding: 1rem;
  }
}
body #content09 .accordion_recruit01 .recruit_info table th,
body #content09 .accordion_recruit02 .recruit_info table th,
body #content09 .accordion_recruit03 .recruit_info table th {
  color: #e65998;
  width: 18%;
}
@media screen and (max-width: 834px) {
  body #content09 .accordion_recruit01 .recruit_info table th,
body #content09 .accordion_recruit02 .recruit_info table th,
body #content09 .accordion_recruit03 .recruit_info table th {
    width: 22%;
  }
}
@media screen and (max-width: 639px) {
  body #content09 .accordion_recruit01 .recruit_info table th,
body #content09 .accordion_recruit02 .recruit_info table th,
body #content09 .accordion_recruit03 .recruit_info table th {
    width: 25%;
  }
}
body #content09 .accordion_recruit01 .recruit_info table td,
body #content09 .accordion_recruit02 .recruit_info table td,
body #content09 .accordion_recruit03 .recruit_info table td {
  padding-left: 0;
}

/************************************
** top content10
************************************/
body #content10 {
  background-color: #dbd2f3;
  padding: 10rem 0 8rem;
}
@media screen and (max-width: 834px) {
  body #content10 {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 639px) {
  body #content10 {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
}
body #content10 h2 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 834px) {
  body #content10 h2 {
    margin-bottom: 4rem;
  }
}
body #content10 .accordion_qa01,
body #content10 .accordion_qa02,
body #content10 .accordion_qa03,
body #content10 .accordion_qa04,
body #content10 .accordion_qa05,
body #content10 .accordion_qa06,
body #content10 .accordion_qa07,
body #content10 .accordion_qa08,
body #content10 .accordion_qa09 {
  font-size: 1.6rem;
  background-color: #fff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 639px) {
  body #content10 .accordion_qa01,
body #content10 .accordion_qa02,
body #content10 .accordion_qa03,
body #content10 .accordion_qa04,
body #content10 .accordion_qa05,
body #content10 .accordion_qa06,
body #content10 .accordion_qa07,
body #content10 .accordion_qa08,
body #content10 .accordion_qa09 {
    font-size: 1.4rem;
  }
}
body #content10 .accordion_qa01 h3.open,
body #content10 .accordion_qa01 div.answer,
body #content10 .accordion_qa02 h3.open,
body #content10 .accordion_qa02 div.answer,
body #content10 .accordion_qa03 h3.open,
body #content10 .accordion_qa03 div.answer,
body #content10 .accordion_qa04 h3.open,
body #content10 .accordion_qa04 div.answer,
body #content10 .accordion_qa05 h3.open,
body #content10 .accordion_qa05 div.answer,
body #content10 .accordion_qa06 h3.open,
body #content10 .accordion_qa06 div.answer,
body #content10 .accordion_qa07 h3.open,
body #content10 .accordion_qa07 div.answer,
body #content10 .accordion_qa08 h3.open,
body #content10 .accordion_qa08 div.answer,
body #content10 .accordion_qa09 h3.open,
body #content10 .accordion_qa09 div.answer {
  position: relative;
  padding: 1.5rem 4rem 1.5rem 7rem;
}
body #content10 .accordion_qa01 h3.open::before,
body #content10 .accordion_qa01 div.answer::before,
body #content10 .accordion_qa02 h3.open::before,
body #content10 .accordion_qa02 div.answer::before,
body #content10 .accordion_qa03 h3.open::before,
body #content10 .accordion_qa03 div.answer::before,
body #content10 .accordion_qa04 h3.open::before,
body #content10 .accordion_qa04 div.answer::before,
body #content10 .accordion_qa05 h3.open::before,
body #content10 .accordion_qa05 div.answer::before,
body #content10 .accordion_qa06 h3.open::before,
body #content10 .accordion_qa06 div.answer::before,
body #content10 .accordion_qa07 h3.open::before,
body #content10 .accordion_qa07 div.answer::before,
body #content10 .accordion_qa08 h3.open::before,
body #content10 .accordion_qa08 div.answer::before,
body #content10 .accordion_qa09 h3.open::before,
body #content10 .accordion_qa09 div.answer::before {
  position: absolute;
  left: 2rem;
  top: 1.5rem;
  width: 34px;
  height: 34px;
  content: "";
  background-repeat: no-repeat;
  background-position: left center;
}
body #content10 .accordion_qa01 h3.open,
body #content10 .accordion_qa02 h3.open,
body #content10 .accordion_qa03 h3.open,
body #content10 .accordion_qa04 h3.open,
body #content10 .accordion_qa05 h3.open,
body #content10 .accordion_qa06 h3.open,
body #content10 .accordion_qa07 h3.open,
body #content10 .accordion_qa08 h3.open,
body #content10 .accordion_qa09 h3.open {
  font-size: 1.6rem;
}
body #content10 .accordion_qa01 h3.open::before,
body #content10 .accordion_qa02 h3.open::before,
body #content10 .accordion_qa03 h3.open::before,
body #content10 .accordion_qa04 h3.open::before,
body #content10 .accordion_qa05 h3.open::before,
body #content10 .accordion_qa06 h3.open::before,
body #content10 .accordion_qa07 h3.open::before,
body #content10 .accordion_qa08 h3.open::before,
body #content10 .accordion_qa09 h3.open::before {
  background-image: url(/recruit/wp-content/uploads/2023/09/img_q.png);
}
@media screen and (max-width: 639px) {
  body #content10 .accordion_qa01 h3.open,
body #content10 .accordion_qa02 h3.open,
body #content10 .accordion_qa03 h3.open,
body #content10 .accordion_qa04 h3.open,
body #content10 .accordion_qa05 h3.open,
body #content10 .accordion_qa06 h3.open,
body #content10 .accordion_qa07 h3.open,
body #content10 .accordion_qa08 h3.open,
body #content10 .accordion_qa09 h3.open {
    font-size: 1.4rem;
  }
}
body #content10 .accordion_qa01 h3.open span,
body #content10 .accordion_qa02 h3.open span,
body #content10 .accordion_qa03 h3.open span,
body #content10 .accordion_qa04 h3.open span,
body #content10 .accordion_qa05 h3.open span,
body #content10 .accordion_qa06 h3.open span,
body #content10 .accordion_qa07 h3.open span,
body #content10 .accordion_qa08 h3.open span,
body #content10 .accordion_qa09 h3.open span {
  position: absolute;
  right: 2rem;
  top: 32%;
}
body #content10 .accordion_qa01 h3.open span .imgclose,
body #content10 .accordion_qa02 h3.open span .imgclose,
body #content10 .accordion_qa03 h3.open span .imgclose,
body #content10 .accordion_qa04 h3.open span .imgclose,
body #content10 .accordion_qa05 h3.open span .imgclose,
body #content10 .accordion_qa06 h3.open span .imgclose,
body #content10 .accordion_qa07 h3.open span .imgclose,
body #content10 .accordion_qa08 h3.open span .imgclose,
body #content10 .accordion_qa09 h3.open span .imgclose {
  display: none;
}
body #content10 .accordion_qa01 h3.open.active span,
body #content10 .accordion_qa02 h3.open.active span,
body #content10 .accordion_qa03 h3.open.active span,
body #content10 .accordion_qa04 h3.open.active span,
body #content10 .accordion_qa05 h3.open.active span,
body #content10 .accordion_qa06 h3.open.active span,
body #content10 .accordion_qa07 h3.open.active span,
body #content10 .accordion_qa08 h3.open.active span,
body #content10 .accordion_qa09 h3.open.active span {
  top: 39%;
}
body #content10 .accordion_qa01 h3.open.active span .imgopen,
body #content10 .accordion_qa02 h3.open.active span .imgopen,
body #content10 .accordion_qa03 h3.open.active span .imgopen,
body #content10 .accordion_qa04 h3.open.active span .imgopen,
body #content10 .accordion_qa05 h3.open.active span .imgopen,
body #content10 .accordion_qa06 h3.open.active span .imgopen,
body #content10 .accordion_qa07 h3.open.active span .imgopen,
body #content10 .accordion_qa08 h3.open.active span .imgopen,
body #content10 .accordion_qa09 h3.open.active span .imgopen {
  display: none;
}
body #content10 .accordion_qa01 h3.open.active span .imgclose,
body #content10 .accordion_qa02 h3.open.active span .imgclose,
body #content10 .accordion_qa03 h3.open.active span .imgclose,
body #content10 .accordion_qa04 h3.open.active span .imgclose,
body #content10 .accordion_qa05 h3.open.active span .imgclose,
body #content10 .accordion_qa06 h3.open.active span .imgclose,
body #content10 .accordion_qa07 h3.open.active span .imgclose,
body #content10 .accordion_qa08 h3.open.active span .imgclose,
body #content10 .accordion_qa09 h3.open.active span .imgclose {
  display: block;
}
body #content10 .accordion_qa01 div.answer,
body #content10 .accordion_qa02 div.answer,
body #content10 .accordion_qa03 div.answer,
body #content10 .accordion_qa04 div.answer,
body #content10 .accordion_qa05 div.answer,
body #content10 .accordion_qa06 div.answer,
body #content10 .accordion_qa07 div.answer,
body #content10 .accordion_qa08 div.answer,
body #content10 .accordion_qa09 div.answer {
  display: none;
}
body #content10 .accordion_qa01 div.answer::before,
body #content10 .accordion_qa02 div.answer::before,
body #content10 .accordion_qa03 div.answer::before,
body #content10 .accordion_qa04 div.answer::before,
body #content10 .accordion_qa05 div.answer::before,
body #content10 .accordion_qa06 div.answer::before,
body #content10 .accordion_qa07 div.answer::before,
body #content10 .accordion_qa08 div.answer::before,
body #content10 .accordion_qa09 div.answer::before {
  background-image: url(/recruit/wp-content/uploads/2023/09/img_a.png);
}

/************************************
** top content11
************************************/
body #content11 {
  padding: 10rem 0 9rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  body #content11 {
    padding-top: 7rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 639px) {
  body #content11 {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}
body #content11 h2,
body #content11 p {
  margin-bottom: 6rem;
}
@media screen and (max-width: 834px) {
  body #content11 h2,
body #content11 p {
    margin-bottom: 4rem;
  }
}

/************************************
** footer
************************************/
footer#footer {
  border-top: 5px solid #000;
  margin-top: 0;
  padding: 0;
}
footer#footer #footer-in {
  max-width: 1020px;
  margin: auto;
  padding: 5rem 1rem;
}
footer#footer #footer-in .footer-bottom {
  margin-top: 0;
  padding: 0;
}
footer#footer #footer-in .footer_logo {
  display: flex;
  gap: 5rem;
  margin-bottom: 1rem;
}
footer#footer #footer-in .footer_logo .item a img:hover {
  transform: translateY(0);
}
footer#footer #footer-in .footer_logo .item img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer#footer #footer-in .footer_logo .item p.tel {
  font-size: 3rem;
}
@media screen and (max-width: 639px) {
  footer#footer #footer-in .footer_logo .item p.tel {
    font-size: 2rem;
  }
}
footer#footer #footer-in .footer_info {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  footer#footer #footer-in .footer_info {
    display: block;
  }
}
footer#footer #footer-in .footer_info .item {
  flex-basis: 70%;
}
footer#footer #footer-in .footer_info .item p {
  font-size: 1.6rem;
}
footer#footer #footer-in .footer_info .item p span {
  font-size: 1.2rem;
}
footer#footer #footer-in .footer_info .item.copyright {
  font-size: 1.6rem;
  flex-basis: 30%;
  text-align: right;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
body .sp_only {
  display: none;
}

@media screen and (max-width: 639px) {
  body .pc_only {
    display: none;
  }
  body .sp_only {
    display: block;
  }
}
/************************************
** フローティング
************************************/
.floating_pc,
.floating_sp {
  position: fixed; /* バナーを追従させる */
  z-index: 99999;
}

.floating_pc {
  bottom: 2rem;
  right: 3rem;
}
@media screen and (max-width: 834px) {
  .floating_pc {
    display: none;
  }
}

ul.floating_sp {
  display: none;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 639px) {
  ul.floating_sp {
    display: flex;
    gap: 1rem;
    padding: 1rem 1rem 0;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: none;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

ul.mobile-footer-menu-buttons {
  display: none;
}
/*# sourceMappingURL=style.css.map */