@charset "UTF-8";
/*====================================================*/
/*@Page Common*/
/*====================================================*/
.page_body {
  position: relative;
  background: #EDEDED;
}

.page_body.column_page, .page_body.interview_page, .page_body.opinionbox_page {
  background: #fff;
}

.page_main_block {
  padding: 0 0 0;
}

.page_main_block:before {
  position: absolute;
  top: 0;
  right: clamp(0px, 9vw, 190px);
  content: "";
  width: 21vw;
  max-width: 217px;
  height: 180px;
  transform: skewX(-48deg);
  background: #FFFF00;
  z-index: -1;
}

@media (max-width: 768px) {
  .page_main_block:before {
    height: 60px;
  }
}

.page_main_block.single_block:before {
  content: none;
}

.archive_page {
  padding-bottom: 130px;
}

/********************************************/
/*@Page main ttl*/
/********************************************/
.page_main_ttl {
  position: relative;
  margin-bottom: 130px;
  padding-top: 160px;
}

@media (max-width: 768px) {
  .page_main_ttl {
    margin-bottom: 60px;
    padding-top: 20px;
  }
}

.page_main_ttl .inner {
  position: relative;
  padding-right: 45%;
  padding-bottom: 70px;
  border-bottom: solid 1px #707070;
  font-size: clamp(3.5rem, 11vw, 7rem);
}

@media (max-width: 768px) {
  .page_main_ttl .inner {
    padding-right: 0;
    padding-bottom: 30px;
  }
}

.page_main_ttl .ttl {
  display: block;
  margin-bottom: 10px;
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

@media (max-width: 768px) {
  .page_main_ttl .ttl {
    margin-bottom: 0.2em;
  }
}

.page_main_ttl .jp {
  display: block;
  color: #707070;
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.page_main_ttl .page_link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  top: 0.7em;
  right: 0;
  width: 45%;
  max-width: 436px;
  padding: 35px 30px 10px;
  background: #4D4D4D;
  border-radius: 10px;
  font-size: 1em;
}

@media (max-width: 768px) {
  .page_main_ttl .page_link {
    position: relative;
    top: 60px;
    left: 0;
    width: 100%;
    margin: auto;
    padding: 20px 15px 5px;
    border-radius: 15px;
  }
}

.page_main_ttl .page_link li {
  width: 47%;
  margin-bottom: 20px;
  border-bottom: solid 1px #b3b3b3;
}

.page_main_ttl .page_link li a {
  position: relative;
  display: block;
  padding-bottom: 0.5em;
  padding-right: 2em;
  color: #fff;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 768px) {
  .page_main_ttl .page_link li a {
    padding-right: 50px;
  }
}

.page_main_ttl .page_link li a:after {
  position: absolute;
  top: 0.1em;
  right: 0;
  content: "";
  display: block;
  color: #FFFF00;
  line-height: 1;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

@media (max-width: 768px) {
  .page_main_ttl .page_link li a:after {
    top: 4px;
    right: 14px;
    color: #1A1A1A;
  }
}

@media (max-width: 768px) {
  .page_main_ttl .page_link li a:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 40px;
    height: 20px;
    background: #FFFF00;
    border-radius: 10px;
  }
}

.page_main_ttl .page_link li a:hover {
  opacity: .7;
}

.company_page .page_main_ttl {
  color: #fff;
}

.company_page .page_main_ttl .inner,
.company_page .page_main_ttl .ttl,
.company_page .page_main_ttl .jp {
  color: inherit;
}

.company_page .page_main_ttl:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 200%;
  background: #1A1A1A;
  z-index: -2;
}

.company_page .page_main_ttl .inner {
  border-bottom: none;
}

.interview_page .page_main_ttl .main_width {
  position: relative;
}

.interview_page .page_main_ttl .main_width:after {
  position: absolute;
  right: 10px;
  bottom: 1px;
  content: "";
  width: 50%;
  max-width: 340px;
  height: 96px;
  background: url(../img/interview/ttl-img.png) no-repeat right bottom/contain;
}

.opinionbox_page_block .page_main_ttl .ttl {
  color: #6EBB55;
}

.opinionbox_page .page_main_ttl .main_width {
  position: relative;
}

.opinionbox_page .page_main_ttl .main_width:after {
  position: absolute;
  right: 10px;
  bottom: 1px;
  content: "";
  width: 50%;
  max-width: 340px;
  height: 96px;
  background: url(../img/opinionbox/ttl-img.png) no-repeat right bottom/contain;
}

.archive_page .page_main_ttl {
  margin-bottom: 55px;
}

.single_page .page_main_ttl {
  margin-bottom: 50px;
  padding-top: 70px;
}

@media (max-width: 768px) {
  .single_page .page_main_ttl {
    margin-bottom: 30px;
    padding-top: 20px;
  }
}

.single_page .page_main_ttl .inner {
  padding-bottom: 0;
  border-bottom: none;
}

/********************************************/
/*@Page company */
/********************************************/
.company_message_block .inner {
  padding-left: clamp(0px, 6%, 100px);
}

.company_message_block .flex_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company_message_block .flex_box .txt_base {
  width: 37%;
}

.company_message_block .flex_box .img {
  width: 56%;
}

.company_white_box {
  margin-bottom: 80px;
  background: #fff;
  border-radius: 10px;
}

.company_white_box .sec_ttl {
  margin-bottom: 28px;
}

.company_table {
  width: 100%;
}

.company_table th,
.company_table td {
  padding: 1.5em;
  border-bottom: solid 1px #b3b3b3;
  line-height: 1.75;
  text-align: left;
  vertical-align: top;
  font-size: 2.0rem;
}

.company_table th {
  width: 8em;
  padding-right: 0;
  padding-left: 0;
  font-weight: 700;
}

.company_table td {
  padding-right: 0;
}

.company_table tr:first-child th,
.company_table tr:first-child td {
  border-top: solid 1px #b3b3b3;
}

.company_slide_block {
  margin-bottom: 80px;
  /* スライドの動き等速 */
}

.company_slide_block .swiper-wrapper {
  transition-timing-function: linear;
}

.company_slide_block .swiper-slide {
  border-radius: 17px;
  overflow: hidden;
}

.company_access_block .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.company_access_block .inner .left_box {
  width: 48%;
}

.company_access_block .inner .left_box .sec_ttl {
  margin-bottom: 48px;
}

.company_access_block .inner .left_box .txt_base {
  margin-bottom: 20px;
}

.company_access_block .inner .left_box .station_list {
  padding-left: 2em;
}

.company_access_block .inner .left_box .station_list li {
  list-style: disc;
}

.company_access_block .inner .right_box {
  width: 50%;
}

.company_access_block .inner .googlemap {
  position: relative;
  padding-bottom: 70%;
  height: 0;
  overflow: hidden;
}

.company_access_block .inner .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company_group_block {
  padding-bottom: 160px;
}

@media (max-width: 768px) {
  .company_group_block {
    padding-bottom: 80px;
  }
}

.company_group_block .flexbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company_group_block .flexbox .child_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 48%;
  padding-top: 58px;
  padding-bottom: 58px;
  border-top: solid 1px #b3b3b3;
  border-bottom: solid 1px #b3b3b3;
}

.company_group_block .flexbox .ttl {
  width: 50%;
  font-size: 2.4rem;
  font-weight: 700;
}

.company_group_block .flexbox .child_right {
  position: relative;
  width: 43%;
  padding-bottom: 120px;
}

.company_group_block .flexbox .list li {
  line-height: 1.5;
  font-size: 2.0rem;
}

.company_group_block .flexbox .list li:not(:last-child) {
  margin-bottom: 0.3em;
}

.company_group_block .flexbox .round_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.ver_company .fix_hiyoko .img.comment01:before {
  opacity: 1;
  background: url(../img/company/serif-company01.svg) no-repeat center/100%;
}

.ver_company .fix_hiyoko .img.comment02:before {
  opacity: 1;
  background: url(../img/company/serif-company02.svg) no-repeat center/100%;
}

.ver_company .fix_hiyoko .img.comment03:before {
  height: 65px;
  opacity: 1;
  background: url(../img/company/serif-company03.svg) no-repeat center/100%;
}

.ver_company .fix_hiyoko .img.comment04:before {
  height: 84px;
  opacity: 1;
  background: url(../img/company/serif-company04.svg) no-repeat center/100%;
}

.ver_company .fix_hiyoko .img.comment05:before {
  height: 65px;
  opacity: 1;
  background: url(../img/company/serif-company05.svg) no-repeat center/100%;
}

/********************************************/
/*@Page service */
/********************************************/
.service_care_block {
  padding-top: 80px;
}

.service_care_block,
.service_childcare_block,
.service_disability_support {
  margin-bottom: 80px;
}

.ver_service .fix_hiyoko .img.comment01:before {
  height: 65px;
  opacity: 1;
  background: url(../img/service/serif-service01.svg) no-repeat center/100%;
}

.ver_service .fix_hiyoko .img.comment02:before {
  opacity: 1;
  background: url(../img/service/serif-service02.svg) no-repeat center/100%;
}

.ver_service .fix_hiyoko .img.comment03:before {
  opacity: 1;
  background: url(../img/service/serif-service03.svg) no-repeat center/100%;
}

/********************************************/
/*@Page service_child */
/********************************************/
.service_child_block .service_box {
  margin-bottom: 90px;
}

@media (max-width: 768px) {
  .service_child_block .service_box {
    margin-bottom: 60px;
  }
}

.service_child_block .service_box .left_box {
  width: 40%;
}

@media (max-width: 768px) {
  .service_child_block .service_box .left_box {
    width: 100%;
  }
}

.service_child_block .service_box .right_box {
  width: 53%;
}

@media (max-width: 768px) {
  .service_child_block .service_box .right_box {
    width: 100%;
  }
}

.service_child_block .service_box .ttl_box {
  border-bottom: solid 1px #707070;
}

.service_child_block .service_box .ttl_box .ttl {
  display: block;
  margin-bottom: 5px;
  font-size: clamp(1.8rem, 1.9vw, 2.4rem);
  font-weight: 700;
}

.service_child_block .service_box .ttl_box .num {
  display: block;
  margin-bottom: 5px;
  color: #b3b3b3;
  font-size: 1.2rem;
  font-weight: 700;
}

.service_child_block .service_box .txt_base {
  padding: 55px 0;
}

@media (max-width: 768px) {
  .service_child_block .service_box .txt_base {
    padding: 30px 0;
  }
}

.service_child_block .service_box .service_table {
  width: 100%;
}

.service_child_block .service_box .service_table tr:first-child th,
.service_child_block .service_box .service_table tr:first-child td {
  border-top: solid 1px #b3b3b3;
}

.service_child_block .service_box .service_table tr th,
.service_child_block .service_box .service_table tr td {
  padding: 20px 0;
  border-bottom: solid 1px #b3b3b3;
  line-height: 1.5;
}

.service_child_block .service_box .service_table tr th {
  padding-right: 1em;
  text-align: left;
  font-size: clamp(1.4rem, 1.3vw, 1.8rem);
  font-weight: 700;
}

.service_child_block .service_box .service_table tr td {
  font-size: 1.4rem;
}

.service_child_block .service_box .service_table .googlemap {
  color: #b3b3b3;
  text-align: right;
}

.service_child_block .service_box .service_table .googlemap a {
  color: inherit;
  font-size: 1em;
}

.service_child_block .service_box .slider_box {
  position: relative;
  margin-bottom: 40px;
}

.service_child_block .service_box .slider_box img {
  border-radius: 12px;
}

.insta_block {
  padding: 80px 0 140px;
}

@media (max-width: 768px) {
  .insta_block {
    padding: 40px 0 80px;
  }
}

.insta_block .ttl {
  margin-bottom: 1em;
  text-align: center;
  font-size: clamp(2.2rem, 2.7vw, 3.2rem);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.insta_block .insta_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}

@media (max-width: 768px) {
  .insta_block .insta_list {
    column-gap: 10px;
    row-gap: 10px;
  }
}

.insta_block .insta_list li {
  width: calc(25% - 15px);
}

@media (max-width: 768px) {
  .insta_block .insta_list li {
    width: calc(50% - 5px);
  }
}

.company_group_block.service_child {
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .company_group_block.service_child {
    padding: 50px 0;
  }
}

.company_group_block.service_child .flexbox .child_box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.company_group_block.service_child .flexbox .child_right {
  padding-bottom: 0;
}

.company_group_block.service_child .flexbox .round_btn {
  position: relative;
}

.ver_service_child .fix_hiyoko .img.comment02:before {
  height: 65px;
  opacity: 1;
  background: url(../img/service/serif-child02.svg) no-repeat center/100%;
}

.ver_service_child .fix_hiyoko .img.comment03:before {
  height: 65px;
  opacity: 1;
  background: url(../img/service/serif-child03.svg) no-repeat center/100%;
}

.ver_kaigo .fix_hiyoko .img.comment01:before {
  opacity: 1;
  background: url(../img/kaigo/serif-kaigo01.svg) no-repeat center/100%;
}

.ver_hoiku .fix_hiyoko .img.comment01:before {
  opacity: 1;
  background: url(../img/hoiku/serif-hoiku01.svg) no-repeat center/100%;
}

.ver_shogai .fix_hiyoko .img.comment01:before {
  width: 190px;
  opacity: 1;
  background: url(../img/shogai/serif-shogai01.svg) no-repeat center/100%;
}

@media (max-width: 768px) {
  .ver_shogai .fix_hiyoko .img.comment01:before {
    width: 150px;
  }
}

/********************************************/
/*@Page column */
/********************************************/
.category_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-bottom: 90px;
}

@media (max-width: 768px) {
  .category_list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 40px;
  }
}

.category_list li {
  margin-right: 10px;
  margin-bottom: 6px;
}

.category_list li a {
  display: block;
  padding: 0.7em 2.2em;
  background: #EDEDED;
  border-radius: 16px;
  font-size: 1.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.category_list li.current-cat a {
  background: #FFFF00;
}

.column_page_block {
  padding-bottom: 80px;
}

.column_page_block .news_list {
  margin-bottom: 115px;
}

/*page_numbers */
.page_numbers {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 10px 0 20px;
}

.page_numbers li {
  position: absolute;
  top: -100vh;
  margin: 0 22px 10px 0;
  text-align: center;
}

.page_numbers li:last-child {
  margin-right: 0;
}

.page_numbers li span,
.page_numbers li a {
  display: inline-block;
  width: 38px;
  padding: 0 0.2em;
  background: #b3b3b3;
  border-radius: 30px;
  line-height: 38px;
  color: #fff;
  font-size: 1.6rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page_numbers li a:hover {
  opacity: .7;
}

.page_numbers li.current span {
  background: #FFFF00;
  color: #1A1A1A;
}

.page_numbers li:first-child, .page_numbers li:last-child {
  position: static;
}

.page_numbers li.current {
  position: static;
}

.page_numbers li.current:not(:nth-child(1)):not(:nth-child(2))::before {
  content: '...';
  display: inline-block;
  padding: .5rem 0;
  line-height: 0;
  color: #8E8E8E;
  font-size: 5rem;
  vertical-align: top;
  margin-right: 15px;
}

.page_numbers li.current + li,
.page_numbers li.current + li + li {
  position: static;
}

.page_numbers li.current + li + li:not(:last-child):not(:nth-last-child(2))::after {
  content: '...';
  display: inline-block;
  padding: .5rem 0;
  line-height: 0;
  color: #8E8E8E;
  font-size: 5rem;
  vertical-align: top;
  margin-left: 15px;
}

.ver_column .fix_hiyoko .img.comment01:before {
  opacity: 1;
  background: url(../img/clumn/serif-column01.svg) no-repeat center/100%;
}

/********************************************/
/*@Page column single */
/********************************************/
.single_wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single_wrapper .post_main_block {
  width: 66%;
}

.single_wrapper .sidebar {
  width: 25%;
}

.single_wrapper .single_ttl {
  margin-bottom: 0.3em;
  line-height: 1.5;
  font-size: clamp(2rem, 3.3vw, 2.8rem);
  font-weight: 700;
}

.single_wrapper .date {
  display: block;
  margin-bottom: 30px;
  font-size: 1.3rem;
  font-weight: 300;
}

.single_wrapper .catch_img {
  margin-bottom: 70px;
  border-radius: 26px;
  overflow: hidden;
}

.single_wrapper .post_white_box {
  position: relative;
  margin-bottom: 58px;
  padding: 62px 0;
  z-index: 1;
}

.single_wrapper .post_white_box:after {
  position: absolute;
  top: 0;
  left: -46px;
  content: "";
  width: calc(100% + 92px);
  height: 100%;
  background: #fff;
  z-index: -1;
}

@media (max-width: 1024px) {
  .single_wrapper .post_white_box:after {
    left: -25px;
    width: calc(100% + 50px);
  }
}

@media (max-width: 768px) {
  .single_wrapper {
    display: block;
  }
  .single_wrapper .post_main_block {
    width: 100%;
    margin-bottom: 60px;
  }
  .single_wrapper .sidebar {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
  .single_wrapper .sidebar .side_bnr {
    width: 48%;
  }
  .single_wrapper .catch_img {
    margin-bottom: 30px;
    border-radius: 10px;
  }
  .single_wrapper .post_white_box {
    padding: 30px 15px;
  }
  .single_wrapper .post_white_box:after {
    left: 0;
    width: 100%;
  }
}

/********************************************/
/* share_box */
/********************************************/
.share_box {
  width: 100%;
  max-width: 500px;
  margin: auto;
  text-align: center;
}

.share_box .share_ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.8rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  z-index: 2;
}

.share_box .share_ttl:before, .share_box .share_ttl:after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 11px;
  height: 20px;
  background: url(../img/common/share-line.svg) no-repeat center/cover;
}

.share_box .share_ttl:before {
  right: 100%;
}

.share_box .share_ttl:after {
  left: 100%;
  transform: scale(1, -1);
}

.share_box ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 22px 10px;
  background: #EDEDED;
  z-index: 1;
}

.share_box ul:before {
  position: absolute;
  bottom: 100%;
  right: 10px;
  content: "";
  width: 40%;
  max-width: 186px;
  height: 45px;
  background: url(../img/common/share-character.png) no-repeat bottom center/contain;
  z-index: -1;
}

.share_box ul li {
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.share_box ul li:not(:last-child) {
  margin-right: 38px;
}

.share_box ul li a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.share_box ul li a:hover {
  opacity: .7;
}

@media (max-width: 768px) {
  .share_box {
    text-align: left;
  }
  .share_box .share_ttl {
    margin-left: 15px;
  }
  .share_box ul:before {
    width: 50%;
  }
  .share_box ul li:not(:last-child) {
    margin-right: 15px;
  }
}

/********************************************/
/* pager_navi */
/********************************************/
.pager_navi {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pager_navi li {
  width: 45%;
}

.pager_navi li a {
  position: relative;
  display: block;
  padding: 17px 20px;
  background: #fff;
  border-radius: 8px;
  line-height: 1.33;
  font-size: 1.8rem;
  font-variant-east-asian: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pager_navi li a:hover {
  opacity: .7;
}

.pager_navi li a span {
  display: block;
  margin-top: 1em;
  font-size: 1.2rem;
}

.pager_navi li a span.gray {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #8E8E8E;
}

.pager_navi li a:after {
  position: absolute;
  top: calc(50% - 19px);
  content: "";
  width: 38px;
  height: 38px;
  background: url(../img/common/arr-yellow.svg) no-repeat center/contain;
}

.pager_navi li.prev a {
  padding-left: 85px;
}

.pager_navi li.prev a:after {
  left: 20px;
}

.pager_navi li.next a {
  padding-right: 85px;
}

.pager_navi li.next a:after {
  right: 20px;
  transform: scale(-1, 1);
}

@media (max-width: 768px) {
  .pager_navi {
    display: block;
  }
  .pager_navi li {
    width: 100%;
  }
  .pager_navi li.prev {
    margin-bottom: 15px;
  }
}

/********************************************/
/* sidebar */
/********************************************/
.side_box {
  margin-bottom: 37px;
}

.side_box a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.side_box a:hover {
  opacity: .7;
}

.side_box.side_bnr {
  border-radius: 20px;
  overflow: hidden;
}

.side_ttl {
  margin-bottom: 1.5em;
  font-size: 1.8rem;
  font-weight: 700;
}

.sidebar .category_list {
  justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  margin-bottom: 0;
}

.sidebar .category_list li {
  margin-bottom: 12px;
}

.sidebar .category_list li a {
  background: #b3b3b3;
  color: #fff;
}

.side_post {
  padding: 18px 22px 37px;
  background: #fff;
  border-radius: 14px;
}

.side_post .side_ttl {
  margin-bottom: 1.0em;
  font-size: clamp(1.8rem, 2.9vw, 2.4rem);
}

.side_post .side_post_list li:not(:last-child) {
  margin-bottom: 35px;
}

.side_post .side_post_list .img {
  margin-bottom: 20px;
  border-radius: 7px;
  overflow: hidden;
}

.side_post .side_post_list .img:after {
  padding-top: 61%;
}

.side_post .side_post_list .cat {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 0.5em 1em;
  background: #EDEDED;
  border-radius: 13px;
  font-size: 1.2rem;
}

.side_post .side_post_list .ttl {
  line-height: 1.5;
  font-size: clamp(1.4rem, 2.1vw, 1.6rem);
  font-weight: 700;
}

/********************************************/
/*@Page interview */
/********************************************/
.column3_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column3_list:after {
  content: "";
  display: inline-block;
  width: 30%;
}

.column3_list li {
  width: 30%;
  margin-bottom: 64px;
}

.column3_list li a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.column3_list li a:hover {
  opacity: .7;
}

.column3_list li .img {
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
}

.column3_list li .img:after {
  padding-top: 66.6%;
}

.column3_list li .category {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 0.5em 1.5em;
  background: #D9D9D9;
  border-radius: 30px;
  font-size: 1.2rem;
}

.column3_list li .ttl {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .column3_list {
    display: block;
  }
  .column3_list:after {
    content: none;
  }
  .column3_list li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 40px;
  }
}

/********************************************/
/*@Page interview詳細 */
/********************************************/
.interview_page_block {
  padding-bottom: 80px;
}

.interview_page_block .post_white_box .category {
  display: inline-block;
  margin: 0 10px 30px 0;
  padding: 0.5em 2.5em;
  background: #fff;
  border: solid 1px #ECEDEC;
  border-radius: 30px;
  font-size: 1.2rem;
}

/********************************************/
/*@Page opinionbox */
/********************************************/
.opinionbox_page_block .category_list li a {
  background: #6EBB55;
  color: #fff;
}

.opinionbox_page_block .category_list li.current-cat a {
  background: #FFFF00;
  color: #1A1A1A;
}

.opinionbox_page_block .column3_list li .category {
  background: #6EBB55;
  color: #fff;
}

.comment-form-cookies-consent,
.comment-form-avatar-select {
  margin-bottom: 20px;
}

.comment-form-avatar-select label {
  display: inline-block;
}

.comment-form-avatar-select label img {
  width: 50px;
  box-sizing: content-box;
  border-radius: 50px;
  border: solid 4px rgba(110, 187, 85, 0);
}

.comment-form-avatar-select label input[type="radio"]:checked + img {
  border-color: #6EBB55;
}

.comment-form p > img {
  margin-bottom: 5px;
  border: solid 1px #707070;
}

#siteguard_captcha.input {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0.8em 0.5em;
  background-color: #fff;
  border: solid 1px #707070;
  border-radius: 6px;
  font-size: 1.5rem;
}

/********************************************/
/*@Page join us */
/********************************************/
.joinus_page_block {
  padding-bottom: 0;
}

.joinus_page .page_main_ttl {
  margin: 0;
  padding-bottom: 60px;
  color: #fff;
}

.joinus_page .page_main_ttl .inner,
.joinus_page .page_main_ttl .ttl,
.joinus_page .page_main_ttl .jp {
  color: inherit;
}

.joinus_page .page_main_ttl:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 200%;
  background: #1A1A1A;
  z-index: -2;
}

.joinus_page .page_main_ttl .inner {
  border-bottom: none;
}

.joinus_message_block {
  padding-bottom: 110px;
  background-color: #1A1A1A;
}

.joinus_message_block .txt_box {
  padding-left: 5.8%;
  color: #fff;
}

.joinus_message_block .txt_box .sub_ttl {
  margin-bottom: 1.9em;
  color: inherit;
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.joinus_message_block .txt_box .txt_base p {
  color: inherit;
}

.joinus_mind_block {
  position: relative;
  padding-bottom: 210px;
  background-color: #1A1A1A;
}

.joinus_mind_block:before {
  position: absolute;
  bottom: 210px;
  left: clamp(0px, 11vw, 250px);
  content: "";
  width: 21vw;
  max-width: 217px;
  height: 180px;
  transform: skewX(-48deg);
  background: #FFFF00;
  z-index: 2;
}

.joinus_mind_block .inner {
  margin-left: auto;
  max-width: 400px;
}

.joinus_mind_block .sec_ttl {
  margin-bottom: 100px;
}

.joinus_mind_block .list {
  padding-left: 5.8%;
}

.joinus_mind_block .list li {
  color: #fff;
  font-size: clamp(2rem, 2.3vw, 2.4rem);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.joinus_mind_block .list li:before {
  content: '・';
}

.joinus_mind_block .list li:not(:last-child) {
  margin-bottom: .4em;
}

.joinus_slide_block {
  padding: 160px 0 150px;
}

.joinus_white_box {
  margin-bottom: 80px;
  background: #fff;
  border-radius: 10px;
}

.joinus_white_box .sec_ttl {
  margin-bottom: 28px;
}

.joinus_interview_block .interview_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 60px;
}

.joinus_interview_block .interview_list .item:not(:last-child) {
  margin-right: 5%;
}

.joinus_interview_block .interview_list .item .img {
  margin-bottom: 15px;
}

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

.joinus_interview_block .interview_list .item .tab {
  display: block;
  padding: .4em;
  margin-bottom: 15px;
  max-width: 125px;
  border-radius: 15px;
  border: 1px solid #ececec;
  text-align: center;
  font-size: 1.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.joinus_interview_block .interview_list .item .interview_ttl {
  margin-bottom: .7em;
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.4;
}

.joinus_interview_block .interview_list .item .txt_base {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.joinus_interview_block .interview_list .item .txt_base p {
  color: #8e8e8e;
  line-height: 1.6;
}

.joinus_interview_block .interview_list .item a {
  display: block;
}

.joinus_interview_block .interview_list .item a .btn {
  display: block;
  position: relative;
  width: 38px;
  height: 38px;
  background-color: #FFFF00;
  border-radius: 40px;
  z-index: 1;
}

.joinus_interview_block .interview_list .item a .btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  width: 19px;
  height: 15px;
  background: url(../img/common/arrow-black.svg) no-repeat center/100%;
  z-index: 2;
}

.joinus_faq_block {
  padding-bottom: 120px;
  margin-bottom: 70px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.joinus_faq_block .sec_ttl {
  margin-bottom: 28px;
}

.joinus_faq_block .faq_list {
  margin-left: auto;
  max-width: 700px;
}

.joinus_faq_block .faq_list .item:not(:last-child) {
  margin-bottom: 25px;
}

.joinus_faq_block .faq_list .item .faq_header {
  position: relative;
  padding: 30px 55px 30px 30px;
  background-color: #fff;
  border-radius: 10px;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  cursor: pointer;
}

.joinus_faq_block .faq_list .item .faq_header p {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.joinus_faq_block .faq_list .item .faq_header p:before {
  content: 'Q';
  padding-right: .9em;
  color: #8e8e8e;
  font-size: clamp(2rem, 2.2vw, 2.4rem);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.joinus_faq_block .faq_list .item .faq_header:before {
  content: '';
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 37px;
  margin: auto;
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px #8e8e8e;
  border-right: solid 2px #8e8e8e;
  transform: rotate(45deg);
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.joinus_faq_block .faq_list .item .faq_header:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background-color: #FFFF00;
  border-radius: 50%;
  z-index: 1;
}

.joinus_faq_block .faq_list .item .faq_header.active:before {
  top: 48%;
  transform: rotate(-135deg);
}

.joinus_faq_block .faq_list .item .faq_content {
  display: none;
  padding: 30px 30px 0 30px;
}

.joinus_faq_block .faq_list .item .faq_content p {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.7;
}

.joinus_faq_block .faq_list .item .faq_content p:before {
  content: 'A';
  display: block;
  padding-right: 1em;
  color: #FFFF00;
  font-size: clamp(2rem, 2.2vw, 2.4rem);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.joinus_recruit_block {
  padding: 100px 0 180px;
  background-color: #fff;
}

.joinus_recruit_block .wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.joinus_recruit_block .wrapper .left {
  width: 20%;
  margin-right: 5%;
}

.joinus_recruit_block .wrapper .right {
  width: 75%;
  max-width: 900px;
}

.joinus_recruit_block .wrapper .left .recruit_cat_list li a {
  display: inline-block;
  padding-left: 21px;
  color: #d8d8d8;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.joinus_recruit_block .wrapper .left .recruit_cat_list li a:hover {
  color: #1A1A1A;
}

.joinus_recruit_block .wrapper .left .recruit_cat_list li:not(:last-child) a {
  margin-bottom: .4em;
}

.joinus_recruit_block .wrapper .left .recruit_cat_list li.current a {
  position: relative;
  color: #1A1A1A;
  pointer-events: none;
}

.joinus_recruit_block .wrapper .left .recruit_cat_list li.current a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  background-color: #FFFF00;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.recruit_list li a {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
  padding: 30px 0px 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.recruit_list li a .txt_box .cat_area {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}

.recruit_list li a .txt_box .cat_area .category {
  display: block;
  margin-right: 2.4%;
  margin-bottom: 10px;
  background-color: #EDEDED;
  font-size: 1.2rem;
  text-align: center;
  padding: 0.41em 1.65em;
  border-radius: 40px;
}

.recruit_list li a .txt_box .ttl {
  padding-right: 42px;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.recruit_list li a .btn {
  content: '';
  position: absolute;
  right: 0px;
  bottom: 40px;
  width: 38px;
  height: 38px;
  background-color: #FFFF00;
  z-index: 1;
  border-radius: 50%;
}

.recruit_list li a .btn:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 19px;
  height: 15px;
  margin: auto;
  background: url(../img/common/arrow-black.svg) center center/100% no-repeat;
  z-index: 2;
}

.recruit_list li a:hover {
  opacity: .7;
}

.recruit_list li a {
  border-top: 1px solid #d8d8d8;
}

.recruit_list li:last-child a {
  border-bottom: 1px solid #d8d8d8;
}

.entry_btn a {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: auto;
  padding: 1.5em;
  border-radius: 50px;
  background: #FFFF00;
  text-align: center;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.entry_btn a:hover {
  opacity: .7;
}

@media (max-width: 768px) {
  .joinus_message_block {
    padding-bottom: 40px;
  }
  .joinus_message_block .txt_box {
    padding-left: 0;
  }
  .joinus_message_block .txt_box .sub_ttl {
    margin-bottom: 1.2em;
  }
  .joinus_mind_block {
    padding-bottom: 100px;
  }
  .joinus_mind_block:before {
    top: -55px;
    bottom: initial;
    left: initial;
    right: -30px;
  }
  .joinus_mind_block .inner {
    max-width: 100%;
  }
  .joinus_mind_block .sec_ttl {
    margin-bottom: 56px;
  }
  .joinus_slide_block {
    padding: 50px 0;
  }
  .joinus_white_box {
    margin-bottom: 50px;
  }
  .joinus_interview_block {
    padding: 30px 0;
  }
  .joinus_interview_block .interview_list {
    display: block;
    margin-bottom: 40px;
  }
  .joinus_interview_block .interview_list .item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .joinus_faq_block {
    padding: 50px 0;
    margin-bottom: 30px;
  }
  .joinus_faq_block .inner {
    width: 100%;
  }
  .joinus_faq_block .faq_list .item:not(:last-child) {
    margin-bottom: 15px;
  }
  .joinus_faq_block .faq_list .item .faq_header {
    padding: 20px 50px 20px 15px;
  }
  .joinus_faq_block .faq_list .item .faq_header p:before {
    padding-right: .5em;
  }
  .joinus_faq_block .faq_list .item .faq_header:before {
    right: 27px;
    transform: rotate(45deg);
  }
  .joinus_faq_block .faq_list .item .faq_header:after {
    right: 15px;
  }
  .joinus_faq_block .faq_list .item .faq_content {
    padding: 15px 15px 0 15px;
  }
  .joinus_faq_block .faq_list .item .faq_content p:before {
    padding-right: .7em;
  }
  .joinus_recruit_block {
    padding: 50px 0 80px;
  }
  .joinus_recruit_block .wrapper {
    display: block;
  }
  .joinus_recruit_block .wrapper .left {
    width: 100%;
    margin-right: 0;
  }
  .joinus_recruit_block .wrapper .right {
    width: 100%;
  }
  .joinus_recruit_block .wrapper .left .recruit_cat_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .joinus_recruit_block .wrapper .left .recruit_cat_list li a {
    padding-left: 0;
    padding-right: 1em;
    margin-bottom: 8px;
  }
  .joinus_recruit_block .wrapper .left .recruit_cat_list li:not(:last-child) {
    margin-bottom: 8px;
  }
  .joinus_recruit_block .wrapper .left .recruit_cat_list li.current a {
    padding-left: 18px;
  }
  .recruit_list li a {
    padding: 20px 0px 30px;
  }
  .recruit_list li a .txt_box .cat_area {
    margin-bottom: 10px;
  }
  .recruit_list li a .txt_box .ttl {
    padding-right: 40px;
  }
  .recruit_list li a .btn {
    bottom: 30px;
    width: 30px;
    height: 30px;
  }
  .recruit_list li a .btn:before {
    width: 15px;
    height: 10px;
  }
}

.recruit_page_block {
  padding-bottom: 120px;
}

.recruit_page_block .recruit_list {
  margin-bottom: 50px;
}

.recruit_page_block .post_white_box .category {
  display: inline-block;
  margin: 0 10px 30px 0;
  padding: 0.5em 2.5em;
  background: #fff;
  border: solid 1px #ECEDEC;
  border-radius: 30px;
  font-size: 1.2rem;
}

.recruit_page_block .sidebar .side_post_list li {
  margin-bottom: 0;
  border-top: solid 1px #ECEDEC;
}

.recruit_page_block .sidebar .side_post_list li:last-child {
  border-bottom: solid 1px #ECEDEC;
}

.recruit_page_block .sidebar .side_post_list a {
  padding: 20px 0;
}

.ver_joinus .fix_hiyoko .img.comment01:before {
  opacity: 1;
  background: url(../img/joinus/serif-joinus01.svg) no-repeat center/100%;
}

.ver_joinus .fix_hiyoko .img.comment02:before {
  opacity: 1;
  background: url(../img/joinus/serif-joinus02.svg) no-repeat center/100%;
}

.ver_joinus .fix_hiyoko .img.comment03:before {
  height: 66px;
  opacity: 1;
  background: url(../img/joinus/serif-joinus03.svg) no-repeat center/100%;
}

.ver_joinus .fix_hiyoko .img.comment04:before {
  height: 66px;
  opacity: 1;
  background: url(../img/joinus/serif-joinus04.svg) no-repeat center/100%;
}

/********************************************/
/*@Page contact */
/********************************************/
.contact_page_block .sec_ttl {
  margin-bottom: 80px;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
}

.contact_tel_block {
  padding-top: 20px;
  padding-bottom: 0;
}

.contact_tel_block .main_width {
  padding-bottom: 110px;
  border-bottom: 1px solid #707070;
}

.contact_tel_block .flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact_tel_block .flex .item {
  width: 50%;
}

.contact_tel_block .flex .item:first-child {
  padding-right: 2.4%;
}

.contact_tel_block .flex .item:last-child {
  padding-left: 2.4%;
}

.contact_tel_block .flex .item .white_box {
  padding: 0 25px;
  background-color: #fff;
  border-radius: 10px;
}

.contact_tel_block .flex .item .white_box:not(:last-child) {
  margin-bottom: 40px;
}

.contact_tel_block .flex .item .white_box .ac_header {
  position: relative;
  padding-top: 25px;
  padding-bottom: 1.2em;
  font-size: clamp(1.8rem, 2.2vw, 2.4rem);
  cursor: pointer;
}

.contact_tel_block .flex .item .white_box .ac_header p {
  display: block;
  padding-right: 40px;
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.contact_tel_block .flex .item .white_box .ac_header:before {
  content: '';
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 12px;
  margin: auto;
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px #8e8e8e;
  border-right: solid 2px #8e8e8e;
  transform: rotate(45deg);
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact_tel_block .flex .item .white_box .ac_header:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  width: 34px;
  height: 34px;
  background-color: #FFFF00;
  border-radius: 50%;
  z-index: 1;
}

.contact_tel_block .flex .item .white_box .ac_header.active:before {
  top: 47%;
  transform: rotate(-135deg);
}

.contact_tel_block .flex .item .white_box .ac_content {
  display: none;
  padding-bottom: 25px;
  border-top: 1px solid #b3b3b3;
}

.contact_tel_block .flex .item .white_box .ac_content .inner {
  padding: 40px 30px 16px;
  border-bottom: 1px solid #b3b3b3;
}

.contact_tel_block .flex .item .white_box .ac_content .inner .tel_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.contact_tel_block .flex .item .white_box .ac_content .inner .tel_list dt {
  padding-right: 1em;
  margin-bottom: 1.5em;
  width: calc(100% - 7em);
  font-size: 1em;
  font-weight: inherit;
}

.contact_tel_block .flex .item .white_box .ac_content .inner .tel_list dd {
  margin-bottom: 1.5em;
  width: 7em;
  font-size: 1em;
  font-weight: inherit;
}

.contact_tel_block .flex .item .white_box .ac_content .round_btn {
  padding-top: 20px;
}

.contact_tel_block .flex .item .white_box .ac_content .round_btn a {
  margin-left: auto;
}

.contact_form_block {
  padding-bottom: 100px;
}

.contact_form_block .sec_ttl {
  margin-bottom: 50px;
}

.contact_form_block .white_box {
  padding: 130px 25px 80px;
  background-color: #fff;
  border-radius: 10px;
}

.contact_form_block .white_box .mw_wp_form .form_table {
  width: 100%;
  margin-bottom: 60px;
}

.contact_form_block .white_box .mw_wp_form .form_table tr {
  display: block;
}

.contact_form_block .white_box .mw_wp_form .form_table tr th, .contact_form_block .white_box .mw_wp_form .form_table tr td {
  display: block;
}

.contact_form_block .white_box .mw_wp_form .form_table tr:not(:last-child) {
  margin-bottom: 35px;
}

.contact_form_block .white_box .mw_wp_form .form_table tr th .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 25px;
}

.contact_form_block .white_box .mw_wp_form .form_table tr th .inner .folder {
  color: #8e8e8e;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.contact_form_block .white_box .mw_wp_form .form_table tr th .inner .required {
  display: inline-block;
  padding: 3px 15px;
  margin-left: 1.4em;
  background-color: #FFFF00;
  border-radius: 40px;
  color: #8e8e8e;
  font-size: 1.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.contact_form_block .white_box .mw_wp_form .form_table tr td.text .inner input, .contact_form_block .white_box .mw_wp_form .form_table tr td.text .inner select, .contact_form_block .white_box .mw_wp_form .form_table tr td.text .inner textarea {
  padding: 1.2em 2em;
  width: 100%;
  background-color: #EDEDED;
  border: 1px solid #b4b4b4;
  border-radius: 5px;
  color: #1A1A1A;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}

.contact_form_block .white_box .mw_wp_form .form_table tr .text .inner:has(select) {
  position: relative;
}

.contact_form_block .white_box .mw_wp_form .form_table tr .text .inner:has(select):before {
  content: '';
  position: absolute;
  top: 41%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 38px;
  margin: auto;
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px #8e8e8e;
  border-right: solid 2px #8e8e8e;
  transform: rotate(45deg);
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}

.contact_form_block .white_box .mw_wp_form .form_table tr .text .inner:has(select):after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 26px;
  width: 34px;
  height: 34px;
  background-color: #FFFF00;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

.radio_button .err_container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 35px;
}

.radio_button .err_container .mwform-radio-field {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio_button .err_container .mwform-radio-field label {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  cursor: pointer;
}

.radio_button .err_container .mwform-radio-field label input[type="radio"] {
  width: 23px;
  height: 23px;
  border: 1px solid #707070;
  border-radius: 50%;
  background-color: #ededed;
  margin: 0;
  cursor: pointer;
}

.radio_button .err_container .mwform-radio-field label input[type="radio"]:checked {
  background-color: #1A1A1A;
  box-shadow: inset 0 0 0 5px #ededed;
}

.contact_form_block .white_box .mw_wp_form .error {
  padding-top: .5em;
  color: #EF0000;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.mwform-checkbox-field {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

.mwform-checkbox-field label {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  gap: 10px;
  cursor: pointer;
}

.mwform-checkbox-field label input {
  cursor: pointer;
}

.mwform-checkbox-field label input[type="checkbox"] {
  width: 22px;
  height: 22px;
  background-color: #ededed;
  border: 1px solid #8e8e8e;
  border-radius: 5px;
}

.mwform-checkbox-field label input[type="checkbox"]:checked {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #1A1A1A;
  background-color: #1A1A1A;
}

.mwform-checkbox-field label input[type="checkbox"]:checked::after {
  content: '';
  width: 15px;
  height: 15px;
  color: #1A1A1A;
  line-height: 1;
  background: url(../img/contact/ico-check.svg) no-repeat center/contain;
}

.mwform-checkbox-field label a {
  color: #8e8e8e;
  font-size: 1em;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mwform-checkbox-field label a:hover {
  opacity: .7;
}

.submit--container .submit_btn .submit .check_send_btn {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 30px 25px;
  margin: auto;
  background-color: #FFFF00;
  border-radius: 40px;
  color: #1A1A1A;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.submit--container .submit_btn .submit .check_send_btn:hover {
  opacity: .7;
}

.contact_form_block .mb60 {
  margin-bottom: 60px;
}

.contact_form_block.check_page, .contact_form_block.thanks_page {
  padding-top: 0;
}

.contact_form_block.check_page .white_box, .contact_form_block.thanks_page .white_box {
  padding-top: 80px;
}

.contact_form_block.check_page .policy_check, .contact_form_block.thanks_page .policy_check {
  display: none;
}

@media (max-width: 1024px) {
  .contact_tel_block .flex .item .white_box:not(:last-child) {
    margin-bottom: 20px;
  }
  .contact_tel_block .flex .item .white_box .ac_content .inner {
    padding: 20px 0 5px;
  }
}

@media (max-width: 768px) {
  .contact_page_block .sec_ttl {
    margin-bottom: 30px;
  }
  .contact_tel_block {
    padding-top: 0;
  }
  .contact_tel_block .main_width {
    padding-bottom: 40px;
  }
  .contact_tel_block .flex {
    display: block;
  }
  .contact_tel_block .flex .item {
    width: 100%;
  }
  .contact_tel_block .flex .item:first-child {
    padding-right: 0;
  }
  .contact_tel_block .flex .item:last-child {
    padding-left: 0;
  }
  .contact_tel_block .flex .item .white_box {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .contact_tel_block .flex .item .white_box .ac_header {
    padding-top: 20px;
  }
  .contact_tel_block .flex .item .white_box .ac_header:before {
    right: 9px;
    width: 6px;
    height: 6px;
  }
  .contact_tel_block .flex .item .white_box .ac_header:after {
    width: 27px;
    height: 27px;
  }
  .contact_tel_block .flex .item .white_box .ac_content {
    padding-bottom: 20px;
  }
  .contact_tel_block .flex .item .white_box .ac_content .inner .tel_list {
    display: block;
    font-size: 1.6rem;
  }
  .contact_tel_block .flex .item .white_box .ac_content .inner .tel_list dt {
    padding-right: 0;
    margin-bottom: .5em;
    width: 100%;
  }
  .contact_tel_block .flex .item .white_box .ac_content .inner .tel_list dd {
    width: 100%;
  }
  .contact_form_block {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .contact_form_block .sec_ttl {
    margin-bottom: 30px;
  }
  .contact_form_block .white_box {
    padding: 40px 5px 40px;
  }
  .contact_form_block .white_box .mw_wp_form .form_table {
    margin-bottom: 40px;
  }
  .contact_form_block .white_box .mw_wp_form .form_table tr:not(:last-child) {
    margin-bottom: 30px;
  }
  .contact_form_block .white_box .mw_wp_form .form_table tr th .inner {
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .contact_form_block .white_box .mw_wp_form .form_table tr td.text .inner input, .contact_form_block .white_box .mw_wp_form .form_table tr td.text .inner select, .contact_form_block .white_box .mw_wp_form .form_table tr td.text .inner textarea {
    padding: 1em;
  }
  .contact_form_block .white_box .mw_wp_form .form_table tr .text .inner:has(select):before {
    right: 19px;
    width: 6px;
    height: 6px;
  }
  .contact_form_block .white_box .mw_wp_form .form_table tr .text .inner:has(select):after {
    right: 10px;
    width: 26px;
    height: 26px;
  }
  .radio_button .err_container {
    gap: 20px;
  }
  .radio_button .err_container .mwform-radio-field label {
    gap: 5px;
  }
  .radio_button .err_container .mwform-radio-field label input[type="radio"] {
    width: 18px;
    height: 18px;
  }
  .radio_button .err_container .mwform-radio-field label input[type="radio"]:checked {
    box-shadow: inset 0 0 0 3px #ededed;
  }
  .mwform-checkbox-field {
    margin-bottom: 40px;
  }
  .mwform-checkbox-field label {
    gap: 5px;
  }
  .mwform-checkbox-field label input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }
  .mwform-checkbox-field label input[type="checkbox"]:checked::after {
    width: 10px;
    height: 10px;
  }
  .submit--container .submit_btn .submit .check_send_btn {
    padding: 20px;
  }
}

.other_contact_block {
  margin-bottom: 130px;
}

.ver_contact .fix_hiyoko .img.comment01:before {
  opacity: 1;
  background: url(../img/contact/serif-contact01.svg) no-repeat center/100%;
}

.ver_contact .fix_hiyoko .img.comment02:before {
  opacity: 1;
  background: url(../img/contact/serif-contact02.svg) no-repeat center/100%;
}

/*=============================================*/
/*media query    Tablet */
/*=============================================*/
/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
@media screen and (max-width: 768px) {
  /*====================================================*/
  /*@Page Common*/
  /*====================================================*/
  /********************************************/
  /*@Page company */
  /********************************************/
  .company_message_block .inner {
    padding-left: 0;
  }
  .company_message_block .flex_box {
    display: block;
  }
  .company_message_block .flex_box .txt_base {
    width: 100%;
    margin-bottom: 40px;
  }
  .company_message_block .flex_box .img {
    width: 100%;
  }
  .company_table {
    display: block;
  }
  .company_table tbody {
    display: block;
  }
  .company_table tr {
    display: block;
    padding: 1.7em 0;
    border-bottom: solid 1px #b3b3b3;
  }
  .company_table th,
  .company_table td {
    display: block;
    padding: 0;
    border-bottom: none;
    font-size: 1.6rem;
  }
  .company_table th {
    width: 100%;
    margin-bottom: 0.4em;
  }
  .company_table tr:first-child {
    border-top: solid 1px #b3b3b3;
  }
  .company_table tr:first-child th,
  .company_table tr:first-child td {
    border-top: none;
  }
  .company_overflow_block {
    padding-top: 0;
  }
  .company_slide_block {
    margin-bottom: 0;
  }
  .company_access_block .inner {
    display: block;
  }
  .company_access_block .inner .left_box {
    width: 100%;
    margin-bottom: 40px;
  }
  .company_access_block .inner .left_box .sec_ttl {
    margin-bottom: 30px;
  }
  .company_access_block .inner .left_box .txt_base {
    margin-bottom: 10px;
  }
  .company_access_block .inner .right_box {
    width: 100%;
  }
  .company_group_block {
    padding-top: 0;
  }
  .company_group_block .flexbox {
    display: block;
    border-bottom: solid 1px #b3b3b3;
  }
  .company_group_block .flexbox .child_box {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: none;
  }
  .company_group_block .flexbox .ttl {
    width: 100%;
    margin-bottom: 20px;
    font-size: 2.0rem;
  }
  .company_group_block .flexbox .child_right {
    width: 100%;
    padding-bottom: 0;
  }
  .company_group_block .flexbox .list li {
    font-size: 1.6rem;
  }
  .company_group_block .flexbox .round_btn {
    margin-top: 20px;
    position: relative;
  }
  /********************************************/
  /*@Page service */
  /********************************************/
  .service_page_block .company_service_block .main_width {
    width: calc(100% - 30px);
  }
  .service_care_block {
    padding-top: 40px;
  }
}

/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
/*====================================================*/
/*@Comment*/
/*====================================================*/
.comment_box {
  margin-top: 30px;
  border: 1px solid #707070;
  padding: 40px 35px;
}

.comment_box #comments_ttl {
  margin-bottom: 1em;
  padding-bottom: 0.7em;
  font-size: 1.8rem;
  border-bottom: 1px solid #707070;
}

.comment-respond .comment-reply-title {
  margin-top: 50px;
  margin-bottom: 1em;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  background-color: #1A1A1A;
  color: #fff;
  padding: 0.3em 1em;
}

.comment-respond .comment-notes {
  margin-bottom: 15px;
}

.comment-respond #email-notes {
  font-size: 1.3rem;
  color: #8e8e8e;
}

.comment-respond .required-field-message {
  color: #f00;
  font-size: 1.3rem;
}

.comment-respond .required-field-message span {
  color: inherit;
  font-size: 1em;
}

.logged-in-as {
  font-size: 1.3rem;
  color: #8e8e8e;
}

.logged-in-as a {
  font-size: 1em;
  color: inherit;
  text-decoration: underline;
}

.logged-in-as .required-field-message {
  margin-top: 0.5em;
  margin-bottom: 1em;
  display: block;
}

.comment-form-email label,
.comment-form-author label,
.comment-form-comment label {
  display: none;
}

.comment-form-email input[type=email],
.comment-form-email input[type=text],
.comment-form-email textarea,
.comment-form-author input[type=email],
.comment-form-author input[type=text],
.comment-form-author textarea,
.comment-form-comment input[type=email],
.comment-form-comment input[type=text],
.comment-form-comment textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 0.8em 0.5em;
  border: 1px solid #707070;
  border-radius: 6px;
  font-size: 1.5rem;
}

.comment-form-email textarea,
.comment-form-author textarea,
.comment-form-comment textarea {
  margin-bottom: 20px;
  background-color: #fff;
  max-width: 500px;
}

.comment-form-email input[type=email],
.comment-form-email input[type=text],
.comment-form-author input[type=email],
.comment-form-author input[type=text],
.comment-form-comment input[type=email],
.comment-form-comment input[type=text] {
  max-width: 300px;
  background-color: #EDEDED;
}

.comment-form-cookies-consent input {
  appearance: auto;
}

.comment-form-cookies-consent label {
  font-size: 1.3rem;
  color: #8e8e8e;
}

.comment_box .form-submit {
  margin-top: 15px;
}

.comment_box .form-submit input {
  background-color: #1A1A1A;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.5em 1em;
}

.comment-body:after {
  content: "";
  display: block;
  clear: both;
}

.comment-list li .fn {
  display: block;
  text-align: center;
  font-style: normal;
  font-size: 1.2rem;
}

.comment-list li .fn a {
  pointer-events: none;
  font-style: normal;
  font-size: 1.2rem;
}

.comment-list li .says {
  display: none;
}

.comment-list > li .comment-author {
  float: left;
  margin-right: 15px;
}

.comment-list > li {
  border-bottom: 1px solid #707070;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.comment-list > li .children {
  margin-top: 40px;
  padding-left: 40px;
}

.comment-list > li .children li {
  border-bottom: 1px solid #707070;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.comment-list > li .children li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.comment-list li .comment-meta.commentmetadata a {
  display: block;
  margin-bottom: 0.8em;
  font-size: 1.3rem;
  color: #8e8e8e;
  pointer-events: none;
}

.comment-list li .comment-body > p {
  margin-bottom: 1em;
  line-height: 1.6;
}

.comment-list li .comment-body > p:last-child {
  margin-bottom: 0;
}

.comment-list li .reply {
  margin-bottom: 0.6em;
  text-align: right;
  line-height: 1;
}

.comment-list li .reply a {
  border: 1px solid #707070;
  padding: 0.2em 1em;
  border-radius: 50px;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .comment_box {
    margin-top: 20px;
    padding: 30px 15px;
  }
  .comment_box #comments_ttl {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .comment-respond .comment-reply-title {
    margin-top: 40px;
    font-size: 1.4rem;
  }
  .comment-respond #email-notes {
    font-size: 1.1rem;
    color: #8e8e8e;
  }
  .comment-respond .required-field-message {
    display: block;
    margin-top: 0.5em;
    font-size: 1.1rem;
  }
  .logged-in-as {
    font-size: 1.1rem;
  }
  .comment-form-email input[type=email],
  .comment-form-email input[type=text],
  .comment-form-email textarea,
  .comment-form-author input[type=email],
  .comment-form-author input[type=text],
  .comment-form-author textarea,
  .comment-form-comment input[type=email],
  .comment-form-comment input[type=text],
  .comment-form-comment textarea {
    font-size: 1.3rem;
  }
  .comment-form-cookies-consent label {
    font-size: 1.1rem;
  }
  .comment-list > li .comment-author {
    float: left;
    margin-right: 15px;
    max-width: 60px;
  }
  .comment-list > li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .comment-list > li .children {
    margin-top: 20px;
    padding-left: 20px;
  }
  .comment-list > li .children li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .comment-list li .comment-meta.commentmetadata a {
    font-size: 1.2rem;
  }
  .comment-body > p {
    margin-bottom: 1em;
    line-height: 1.6;
    font-size: 1.3rem;
    padding-left: 75px;
  }
  .comment-body > p:last-child {
    margin-bottom: 0;
  }
  .reply {
    margin-bottom: 0.6em;
    text-align: right;
    line-height: 1;
  }
  .reply a {
    font-size: 1.2rem;
  }
}

/*# sourceMappingURL=page.css.map */