@charset "UTF-8";
/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
  font-family: "Boston Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../font/BostonRegular.eot");
  /* IE9 Compat Modes */
  src: local("Boston Regular"),
    url("../font/BostonRegular.eot?#iefix") format("embedded-opentype"),
    url("../font/BostonRegular.woff") format("woff"),
    url("../font/BostonRegular.ttf") format("truetype"),
    url("../font/BostonRegular.svg#svgFontName") format("svg");
  /* svg - Legacy iOS */
}

@font-face {
  font-family: "Boston Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../font/BostonBold.eot");
  /* IE9 Compat Modes */
  src: local("Boston Bold"),
    url("../font/BostonBold.eot?#iefix") format("embedded-opentype"),
    url("../font/BostonBold.woff") format("woff"),
    url("../font/BostonBold.ttf") format("truetype"),
    url("../font/BostonBold.svg#svgFontName") format("svg");
  /* svg - Legacy iOS */
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  background-color: #fff;
  background-image: url("../imgs/bg_main.webp");
  background-repeat: repeat; /* 繰り返さない */
  background-size: 100%; /* 画面全体に広げる */
  background-position: center; /* 中央に配置 */
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

a {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  cursor: pointer;
  word-break: break-all;
}

a:hover {
  opacity: 0.7;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tx-center {
  text-align: center;
}

/*--------------------------------------------------------
Hamburger Menu
--------------------------------------------------------*/
#header-sp {
  display: none;
  position: fixed;
  /* top: 56px; */
  top: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  width: 60%;
}

.header-sp__list__item {
  line-height: 2;
  padding: 12px 0 12px 20px;
  border-bottom: 1px solid #f6f6f6;
  font-size: 16px;
}

.header-sp__list__item.lang-jp {
  font-size: 16px;
}

.header-sp__list__item:last-child {
  border-bottom: none;
}

.item--recruit {
  background-color: #198b86;
  color: #fff;
}

.item--recruit-interview,
.item--recruit-requirement,
.item--recruit-entry {
  background: #f6f6f6;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-trigger {
  position: fixed;
  width: 30px;
  height: 23px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 200;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #444444;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0px;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9.75px) rotate(-45deg);
  -webkit-transform: translateY(9.75px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9.75px) rotate(45deg);
  -webkit-transform: translateY(-9.75px) rotate(45deg);
  width: 100%;
}

.menu-trigger {
  display: none;
}

/*--------------------------------------------------------
Header
--------------------------------------------------------*/
#header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 100;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.header--active {
  background-color: #fff;
}

.container--header {
  /* width: 1056px; */
  width: 100%;
  height: 100px;
}

.header-logo {
  width: 200px;
  height: auto;
  position: fixed;
  top: 20px;
  left: 30px;
}
.header-logo img {
  width: 100%;
}

.header-left {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #111111;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 16px;
  /* margin-left: 200px; */
  position: fixed;
  top: 0;
  right: 220px;
}

.header-left__item {
  margin-right: 30px;
}

.header-left__item:last-child {
  margin-right: 0;
}

.header-right {
  background-color: #198b86;
  color: #fff;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 0 54px;
  line-height: 100px;
  position: fixed;
  top: 0;
  right: 0;
}

/* 下層ページヘッダー */
/* .header--sub .header-left {
  margin-left: 200px;
} */

.header-logo--sp {
  display: none;
}

.top {
  font-size: 20px;
  line-height: 2.2em;
  color: #595757;
}
/*--------------------------------------------------------
Main Visual
--------------------------------------------------------*/
#main-visual {
  background: url("../imgs/fv_bg.webp");
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.container--main-visual {
  width: 1056px;
  position: relative;
}

.main-visual__wrapper {
  /* position: absolute; */
  /* top: 0; */
  /* padding-top: calc(240px - ((130px - (130px * 0.92)) / 2)); */
  /* top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);*/
}

.main-visual__title {
  max-width: 1200px;
  margin: 170px auto 250px;
  text-align: center;
}

.main-visual__subtitle {
  text-align: right;
  padding-bottom: 190px;
}

.section__title {
  margin-bottom: 60px;
}

/*--------------------------------------------------------
story
--------------------------------------------------------*/
#story {
  padding: 160px 0;
  background-color: #bfe6f2;
}
#story .container {
  position: relative;
  max-width: 1300px;
}

#story .container::before {
  content: "";
  position: absolute;
  background: url("../imgs/bg_story.webp");
  background-size: auto;
  background-position: left 150px;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

#story .story_box {
  max-width: 1200px;
  margin: 0 auto;
}
#story .story_box .section__title {
  width: 100%;
}
#story .story_box .story_left {
  position: relative;
  font-size: 17px;
  line-height: 2.6em;
  max-width: calc(100% - 600px);
  padding: 0 10px 0 50px;
  color: #293a3d;
}
#story .story_box .story_left .story_first {
  margin-bottom: 100px;
}
#story .story_box .story_right {
  max-width: 570px;
  text-align: center;
}
#story .story_box .story_right img {
  margin-bottom: 70px;
}

/*--------------------------------------------------------
Message
--------------------------------------------------------*/
#message {
  padding: 160px 0;
}

.message_box ul li {
  width: 33%;
}

/*--------------------------------------------------------
Member
--------------------------------------------------------*/
#member {
  background: url("../imgs/bg_member.png");
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 60px 0 200px;
  color: #fff;
  /* min-height: 1440px; */
}

.member_box ul li {
  width: 30%;
  margin-bottom: 40px;
}

.member_box ul li img {
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  height: 430px;
  width: 100%;
}

/*--------------------------------------------------------
Company
--------------------------------------------------------*/
#company {
  position: relative;
  padding-top: 120px;
}

.company_box {
  margin: 50px auto;
  text-align: center;
}
.container--company {
  width: 1200px;
}

.company__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 82px 0;
}

.company__wrapper__background {
  background-color: #f6f6f6;
  /*width: 925px;*/
  width: 72%;
  height: 607px;
  display: block;
  position: absolute;
  top: 120px;
  right: 0;
  z-index: 0;
}

.company__wrapper__image {
  z-index: 10;
}

.company-image {
  background: url("../img/company.jpg");
  background-size: cover;
  background-position: center;
  width: 600px;
  height: 380px;
  margin-bottom: 64px;
  padding: 30px 0 0 40px;
}

.company-image__title {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #111111;
  font-size: 48px;
  margin-bottom: 8px;
  text-shadow: white 0px 0px 50px, white 0px 0px 50px, white 0px 0px 50px,
    white 0px 0px 50px;
  position: relative;
  line-height: 1;
}

.company-image__title:before {
  position: absolute;
  content: "Company";
  text-shadow: none;
  z-index: 10;
}

.company-image__subtitle {
  color: #111111;
  font-size: 18px;
  font-weight: bold;
  text-shadow: white 0px 0px 50px, white 0px 0px 50px, white 0px 0px 50px,
    white 0px 0px 50px;
  position: relative;
}

.company-image__subtitle:before {
  position: absolute;
  content: "会社概要";
  text-shadow: none;
  z-index: 10;
}

.management-image {
  background: url("https://mansionresearch.co.jp/wp-content/uploads/2023/06/management_3.jpg");
  background-size: cover;
  background-position: center;
  width: 600px;
  height: 380px;
  margin-top: 64px;
  padding: 30px 0 0 40px;
}

.management-image__title {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #111111;
  font-size: 48px;
  margin-bottom: 8px;
  line-height: 1;
}

.management-image__subtitle {
  color: #111111;
  font-size: 18px;
  font-weight: bold;
}

.name__note {
  font-size: 10px;
  font-weight: normal;
  margin-left: 1em;
}

/*--------------------------------------------------------
Data
--------------------------------------------------------*/
#data {
  background: url("../imgs/bg_green.png");
  background-size: 100%;
  background-position: top center;
  background-repeat: repeat;
  padding: 60px 0;
  color: #fff;
}
.data_box ul {
  margin-bottom: 50px;
}

/*--------------------------------------------------------
Service
--------------------------------------------------------*/
#service {
  background: url("../imgs/bg_green.png");
  background-size: 100%;
  background-position: top center;
  background-repeat: repeat;
  padding: 60px 0;
  color: #fff;
}
.service_box dl {
  text-align: center;
  margin-bottom: 150px;
}
.service_box dl dt {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column; /* 縦並びにする */
  justify-content: flex-end; /* 下に寄せる */
  min-height: 120px; /* 高さを決める */
}

.service__visual {
  width: 100%;
  height: 540px;
  background: url("../img/service_mv_2.jpg");
  background-size: cover;
  background-position: center;
}

.container--service {
  width: 880px;
}

.service-top {
  /*height: 360px;*/
  background-color: #fff;
}

.service-top__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
  padding-bottom: 175px;
}

.service-top__wrapper__item.wrapper--left {
  padding-right: 50px;
}

.service-top__title {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #111111;
  font-size: 48px;
  margin-bottom: 8px;
}

.service-top__subtitle {
  color: #111111;
  font-size: 18px;
  font-weight: bold;
}

.service-top__text {
  line-height: 1.75;
  font-weight: 500;
  margin-top: 1em;
}

.more {
  display: inline-block;
  background-color: #198b86;
  color: #fff;
  font-weight: bold;
  padding: 16px 105px;
  position: relative;
  font-size: 18px;
}

.more:after {
  content: "";
  position: absolute;
  top: 22px;
  right: 20px;
  display: inline-block;
  width: 18px;
  height: 14px;
  background: url("../img/arrow.png");
  background-size: contain;
}

.service {
  background-color: #f6f6f6;
  width: 885px;
  position: relative;
  /*&:before {
        position: absolute;
        top: -50px;
    }*/
}

.service__wrapper__image {
  position: absolute;
  top: -50px;
  z-index: 10;
  width: 45%;
}

/*
.wrapper--left .service__wrapper__image {
    left: 0;
}
*/
.wrapper--right .service__wrapper__image {
  right: 0;
}

.service--left {
  padding: 55px 80px 80px 355px;
  margin-left: 285px;
}

.service--right {
  padding: 55px 355px 80px 80px;
  margin-right: 285px;
}

/*
.service--1 {
    &:before {
        left: -285px;
        content: url('../img/service_1.jpg');
    }
}

.service--2 {
    &:before {
        right: -285px;
        content: url('../img/service_2.jpg');
    }
}

.service--3 {
    &:before {
        left: -285px;
        content: url('../img/service_3.jpg');
    }
}
*/
.service__subtitle {
  color: #198b86;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 30px;
}

.service__title {
  font-size: 26px;
  line-height: 1.46;
  font-weight: bold;
  margin-bottom: 20px;
}

.service__text {
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 40px;
}

.service__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 150px;
  position: relative;
}

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

.service__wrapper.wrapper--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.service__wrapper.wrapper--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#service {
  padding: 160px 0 200px 0;
}

/*--------------------------------------------------------
Mvv
--------------------------------------------------------*/
#mvv {
  padding: 60px 0;
}
.mvv_box h3 {
  margin-bottom: 50px;
}
.mvv_box div {
  background: url("../imgs/bg_mvv.png");
  background-size: 100%;
  background-position: top center;
  background-repeat: repeat;
  width: 1182px;
  height: 520px;
  padding: 60px 50px;
  margin-bottom: 50px;
  font-size: 17px;
}
.mvv_box .vision_box dl {
  align-items: flex-end;
  margin-top: 50px;
}

.mvv_box .vision_box dl dt {
  width: 50%;
}
.mvv_box .vision_box dl dd {
  width: 40%;
}

.mission_box dl {
  margin-bottom: 50px;
}
.value_box ul li {
  width: 32%;
  border-bottom: #158b8e dashed 1px;
  margin-bottom: 30px;
  line-height: 1.4em;
  font-size: 18px;
}

/*--------------------------------------------------------
Logo
--------------------------------------------------------*/
#logo {
}
.logo_box {
  background-color: #fff;
  padding: 70px 55px;
  margin-bottom: 50px;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  align-items: center;
}

.logo_box p.logo_text {
  line-height: 2.8em;
  font-size: 18px;
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-decoration-color: #b5b494;
  text-underline-offset: 4px;
}

#logo .logo_box .logo_left {
  max-width: calc(100% - 58%);
  color: #293a3d;
}
#logo .logo_box .logo_right {
  width: 50%;
  text-align: center;
}

/*--------------------------------------------------------
Recruit
--------------------------------------------------------*/
/*
#recruit {
    background: url('../img/mv.png');
    background-size: cover;
    background-position: center;
    margin-bottom: 120px;
}
*/
.container--recruit {
  width: 1280px;
}

.recruit__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recruit-left {
  padding: 60px 157px 0 0;
}

.recruit-left__title {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #111111;
  font-size: 48px;
  margin-bottom: 8px;
}

.recruit-left__subtitle {
  color: #111111;
  font-size: 18px;
  font-weight: bold;
}

.recruit-image.image--right {
  margin-top: -88px;
}

.recruit-image.image--right img {
  width: 100%;
}

.recruit-image.image--left {
  margin-top: -130px;
}

.recruit-image.image--left img {
  width: 100%;
}

.recruit-right {
  padding: 68px 140px 100px 62px;
}

.recruit-right__text {
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 40px;
  width: 100%;
}

/*--------------------------------------------------------
News
--------------------------------------------------------*/
#news {
  /*padding: 100px 0 160px;*/
  padding: 100px 0 160px;
  /* height: 520px; */
  background-color: #fff;
}

.container--news {
  width: 1040px;
}

.news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.news-left {
  padding-right: 72px;
  width: 224px;
}

.news-left__title {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #111111;
  font-size: 48px;
  margin-bottom: 8px;
}

.news-left__subtitle {
  color: #111111;
  font-size: 18px;
  font-weight: bold;
}

.news-left__button {
  display: inline-block;
  background-color: #198b86;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 40px 6px 20px;
  position: relative;
  vertical-align: middle;
  margin-top: 40px;
}

.news-left__button:after {
  content: "";
  position: absolute;
  top: 11px;
  right: 12px;
  display: inline-block;
  width: 18px;
  height: 14px;
  background: url("../img/arrow.png");
  background-size: contain;
}

.news-right {
  width: calc(100% - 224px);
}

.tab-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab {
  padding: 10px 18px;
  font-weight: bold;
  cursor: pointer;
}

.tab--active {
  color: #198b86;
  border-bottom: 4px solid #111;
}

.news-list {
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  padding: 30px 0;
  display: none;
}

.news--active {
  display: block;
}

.news-list__item {
  margin-bottom: 1em;
}

.news-list__item:last-child {
  margin-bottom: 0;
}

.news-topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-topic__item {
  width: 130px;
  margin-right: 28px;
}

.news-topic__item__category {
  border: 1px solid #888;
  color: #888;
  font-size: 13px;
  padding: 3px 11px;
  display: inline-block;
}

.news-topic__date {
  color: #888;
  /* font-family: "Boston Regular", sans-serif; */
  padding: 1px 0;
  width: 120px;
  margin-right: 30px;
  line-height: 1;
  /*追記*/
  padding-top: 6px;
  /*追記*/
}

.news-topic__title {
  color: #091c1c;
  line-height: 1.5;
  font-weight: 500;
  margin-top: -4px;
  width: 500px;
  padding-top: 5px;
  /*追記*/
}

/*--------------------------------------------------------
Footer
--------------------------------------------------------*/
footer {
  background: url("../imgs/bg_footer.png");
  background-size: auto;
  background-position: top center;
  background-repeat:no-repeat;
  color: #fff;
  margin-top: 300px;
}

.container--footer {
  max-width: 1200px;
  position: relative;
  padding: 130px 0 15px;
}

.footer__arrow {
  width: 144px;
  height: 144px;
  position: absolute;
  top: -200px;
  right: 0;
}

.footer__arrow:hover {
  opacity: 1;
}

.footer__arrow img {
  width: 100%;
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}

.footer-company {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}

.footer-company__image {
}

.footer-company__copy {
  margin-bottom: 10px;
  font-size: 12px;
}

.footer_tx {
  border-bottom: 3px solid #fff;
  width: 100%;
  display: block;
  font-size: 20px;
  padding-left: 10px;
  line-height: 1.2em;
  margin-bottom: 2.4em;
}
.footer-left {
  width: 70%;
  max-width: 564px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-right {
  width: 30%;
  max-width: 238px;
}

.footer-lists {
  width: 266px;
}

.footer-list__item {
  margin-bottom: 1.8em;
  border-bottom: 1px solid #fff;
  padding: 0 10px;
  line-height: 1.4em;
}

.footer-right .footer-list__item {
  margin-bottom: 2.8em;
  font-weight: bold;
  border-bottom: 3px solid #fff;
}

/*--------------------------------------------------------
Sub-page Common
--------------------------------------------------------*/
.header-sp__fixed {
  display: none;
}

.header--sub {
  background: #fff;
}

.sub-page {
  margin-top: 100px;
  padding-bottom: 100px;
}

.sub-page.recruit {
  padding-top: 60px;
}

.section {
  padding: 70px 0;
}

.company__mission,
.company__vision,
.company__value {
  padding: 30px 0 80px 0;
}

.section--bg {
  background-color: #fff;
  max-width: 1024px;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  padding:30px 50px;
}

.section__title .recruit-data__title {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #111111;
  font-size: 48px;
  margin-bottom: 8px;
}

.section__title p {
  color: #111111;
  font-size: 18px;
  font-weight: bold;
}

input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #939393;
  margin-bottom: 2px;
}

.button__secondary {
  display: inline-block;
  border: 1px solid #000;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 10px;
  width: 300px;
  position: relative;
  font-size: 18px;
  letter-spacing: 0.5em;
  background-color: rgba(0, 83, 93, 0.7);
  border-radius: 100px;
}

.button__secondary:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  display: inline-block;
  width: 18px;
  height: 14px;
  background: url(../img/arrow_color.png);
  background-size: contain;
}

.button__secondary--black {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #000;
  /*padding: 8px 105px;*/
  position: relative;
  font-size: 18px;
}

.button__secondary--black:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  display: inline-block;
  width: 18px;
  height: 14px;
  background: url(../img/arrow.png);
  background-size: contain;
}

.button-area {
  text-align: center;
  margin-top: 40px;
}

/*--------------------------------------------------------
Sub-page Contact
--------------------------------------------------------*/
.sub-page--contact .container--narrow {
  width: 800px;
}

.sub-page--contact {
  padding-bottom: 0;
}

.section.page__title {
  padding: 85px 0;
}

.section.page__title .section__title {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #111111;
  font-size: 80px;
  margin-bottom: 0;
}

.section.contact__form {
  padding: 70px 0 170px;
}

.contact-form {
  width: 100%;
  margin-top: 40px;
}

.contact-form th,
.contact-form td {
  padding: 20px 0 20px 20px;
  text-align: left;
  vertical-align: top;
}

.contact-form th {
  padding: 20px 0px;
  width: 254px;
  position: relative;
}

.contact-form th .required {
  margin-top: 2px;
  margin-left: 10px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background: #158b8e;
  padding: 2px 10px;
  line-height: 1.4;
  font-weight: 400;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  line-height: 1;
  background: #efefef;
  height: 50px;
}

input[type="radio"] {
  display: none;
  margin: 0;
}

input[type="radio"] + label {
  display: inline-block;
  padding: 0 20px 0 30px;
  position: relative;
  cursor: pointer;
}

input[type="radio"] + label::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

input[type="radio"]:checked + label::before {
  border-color: blue;
}

input[type="radio"]:checked + label::after {
  background: blue;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  margin-left: 5px;
}

textarea {
  background: #efefef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  line-height: 1.6;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  max-width: 400px;
  padding: 10px;
  cursor: pointer;
  width: 100%;
}

select::-ms-expand {
  display: none;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: blue;
}

.contact-form .select {
  position: relative;
  width: 260px;
  margin-left: 20px;
  display: inline-block;
}

.contact-form .select::after {
  content: "";
  border: 5px solid transparent;
  border-top: 8px solid #ccc;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  pointer-events: none;
  z-index: 0;
}

.contact-form .input-address,
.contact-form .input-address2 {
  margin-bottom: 20px;
}

.contact-form .input-address2:last-child {
  margin-bottom: 0;
}

.contact-form .input-address label {
  display: inline-block;
}

.contact-form .input-address input {
  width: 190px;
  margin-left: 20px;
}

.contact-form .input-address small {
  margin-left: 10px;
}

.contact-form .input-address2 label {
  display: block;
  margin-bottom: 10px;
}

.privacy-policy {
  font-size: 15px;
  margin-bottom: 40px;
}

.privacy-policy a {
  margin-left: 10px;
  color: #198b86;
  text-decoration: underline;
}

.privacy-policy a:hover {
  text-decoration: none;
}

/*--------------------------------------------------------
Sub-page Company
--------------------------------------------------------*/
.sub-page--company {
  padding-bottom: 0;
}

.company__message .message-content__image {
  position: relative;
  width: 1000px;
  height: 420px;
  background: url(../img/img_yamada.png) no-repeat top center;
  background-size: cover;
}

.company__message .message-content__image p {
  position: absolute;
  width: 220px;
  height: 90px;
  right: 0;
  bottom: 0;
  font-size: 24px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding-top: 20px;
  padding-left: 38px;
}

.company__message .message-content__image p span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
}

.company__message .message-content__text {
  max-width: 800px;
  margin: 60px auto 0;
  padding-bottom: 70px;
}

.company__mission .mission-content__text,
.company__vision .vision-content__text,
.company__value .value-content__text {
  max-width: 800px;
  margin: -20px auto 0;
  padding-bottom: 0;
}

.mission-text-wrap:first-child {
  margin-bottom: 30px;
}

.mission-text-wrap .mission-title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #198b86;
}

.vision-content__text .vision-title {
  font-size: 36px;
  line-height: 60px;
  font-weight: bold;
}

.vision-content__text .vision-title .green {
  color: #198b86;
}

.value-content__text {
  display: flex;
}

.value-content__text .value-list:first-child {
  margin-right: 10%;
}

.value-content__text .value-list {
  font-size: 16px;
  line-height: 20px;
  list-style: none;
  width: 45%;
}

.value-content__text .value-list li {
  border-left: 5px solid black;
  border-bottom: 1px solid black;
  padding: 0 0 3px 10px;
  margin-bottom: 20px;
}

.company__message .message-content__text p {
  line-height: 1.8;
  margin-top: 10px;
}

.company__message .message-content__text .signature {
  float: right;
  width: 232px;
  margin-top: 40px;
}

.company__officer .officer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.company__officer .officer-list .officer-list__item {
  width: 47%;
}

.company__officer .officer-list .officer-list__item:not(:last-child) {
  margin-bottom: 60px;
}

.officer-list .officer-list__item .officer-list__item__text {
  margin-top: 30px;
}

.officer-list .officer-list__item .officer-list__item__text .jobtitle {
  font-size: 14px;
  color: #444;
  margin-bottom: 10px;
}

.officer-list .officer-list__item .officer-list__item__text .name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.officer-list .officer-list__item .officer-list__item__text .text {
  line-height: 1.8;
}

.table__outline {
  max-width: 800px;
  margin: 0 auto;
}

.table__outline th,
.table__outline td {
  border-bottom: 1px solid #efefef;
  padding: 20px 0;
}

.table__outline th {
  width: 15%;
}

.table__outline .ordered-list {
  list-style: outside;
  list-style-type: decimal;
  margin-left: 1em;
}

.company__access .access-content__map {
  height: 0;
  overflow: hidden;
  padding-bottom: 40%;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.company__access .access-content__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.company__access .access-content__map-link {
  text-align: right;
  max-width: 800px;
  margin: 8px auto 0;
}

.company__access .access-content__map-link a {
  position: relative;
  font-size: 14px;
}

.company__access .access-content__map-link a::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  background: url(../img/icon_map.png) no-repeat;
  background-size: contain;
  top: 4px;
  left: -15px;
}

.company__access .access-content__address {
  max-width: 800px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.access-content__address .access-content__address__item:first-child {
  margin-right: 80px;
}

.access-content__address .access-content__address__item .title {
  font-weight: bold;
  margin-bottom: 10px;
}

.access-content__address .access-content__address__item p {
  line-height: 1.8;
}

.company__group-company .group-company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.group-company-list .group-company-list__item {
  width: 47%;
  margin-bottom: 80px;
}

.group-company-list .group-company-list__item__text {
  margin-top: 30px;
  line-height: 1.8;
}

.group-company-list .group-company-list__item__text p {
  margin-top: 10px;
}

.group-company-list .group-company-list__item__text .ex-link {
  color: #198b86;
  position: relative;
}

.group-company-list .group-company-list__item__text .ex-link::after {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/icon_ex-link.png) no-repeat;
  background-size: contain;
  bottom: 4px;
  right: -16px;
}

/*--------------------------------------------------------
Sub-page Recruit Common
--------------------------------------------------------*/
.recruit__subnavi {
  background: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 100px;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  z-index: 50;
}

.recruit__subnavi li {
  margin: 0 13px;
}

.recruit__subnavi li a {
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.recruit__subnavi li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  border-bottom: 2px solid #198b86;
  width: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.recruit__subnavi li a:hover:after,
.recruit__subnavi li a.current:after {
  width: 100%;
}

.recruit__subnavi li a.current {
  pointer-events: none;
}

/*--------------------------------------------------------
Sub-page Recruit Top
--------------------------------------------------------*/
.recruit-top__title .section__title h2 {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #111111;
  font-size: 80px;
  margin-bottom: 140px;
}

.recruit-top__title .section__lead1 {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #111111;
  font-size: 56px;
  margin-bottom: 30px;
}

.recruit-top__title .section__lead2 {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #111111;
  font-size: 34px;
}

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

.recruit-top__value .value-content .value-content__text,
.recruit-top__value .value-content .value-content__image {
  width: 48%;
}

.recruit-top__value .value-content .value-content__text {
  margin-bottom: 20px;
}

.recruit-top__value .value-content .value-content__text p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 1.5em;
}

.recruit-top__data {
  background-color: #ffffff63;
  margin-bottom: 190px;
}

.recruit-top__data .data-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recruit-top__data .data-content .data-content__item {
  width: 48%;
  margin-bottom: 40px;
}

.recruit-top__data .data-content .data-content__item img {
  width: 100%;
}

.recruit-top__interview .interview-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.interview-content .interview-content__item {
  /*width: 45.5%;*/
  margin-bottom: 70px;
  position: relative;
  margin-right: calc((100% - (440px * 2)) / 2);
}

/*
.interview-content .interview-content__item.even {
  margin-top: 60px;
}
*/
.interview-content .interview-content__item:nth-child(even) {
  margin-top: 60px;
}

.interview-content .interview-content__item img {
  position: relative;
  z-index: 0;
}

.interview-content .interview-content__item .interview-content__item__text {
  background: #fff;
  padding: 35px 30px;
  z-index: 10;
  position: absolute;
  right: -30px;
  left: 30px;
  bottom: -30px;
}

.interview-content__item__text .jobtitle {
  font-size: 14px;
  color: #444444;
  /*margin-bottom: 10px;*/
}

.interview-content__item__text .name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.interview-content__item__text .text {
  line-height: 1.8;
}

.text-content__block p {
  margin-top: 20px;
}

.recruit-top__cta .container {
  padding: 100px 80px;
}

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

.cta-content .cta-content__item {
  width: 47%;
  text-align: center;
}

.cta-content .cta-content__item .title {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #111111;
  font-size: 48px;
  margin-bottom: 40px;
}

.cta-content .cta-content__item .button {
  width: 100%;
  max-width: 360px;
  height: 84px;
  margin: 0 auto;
  /*padding: 30px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*--------------------------------------------------------
Sub-page Recruit Requirement
--------------------------------------------------------*/
.table__requirement {
  margin: 50px auto 0;
  border-top: 1px solid #efefef;
}

.table__requirement th,
.table__requirement td {
  border-bottom: 1px solid #efefef;
  padding: 20px 0;
}

.table__requirement th {
  width: 15%;
}

.content--sub.recruit--top {
  background: transparent;
  padding: 0 !important;
}

.content--sub.recruit--top h2 {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #111111;
  font-size: 80px;
  margin-bottom: 80px;
}

.recruit-page__lead01 {
  font-size: 56px;
  font-weight: bold;
  color: #111111;
}

.recruit-page__lead02 {
  font-size: 34px;
  font-weight: bold;
  color: #111111;
}

.section__title--requirements h2 {
  font-size: 36px;
}

/*--------------------------------------------------------
Sub-page Recruit Interview
--------------------------------------------------------*/
/*.recruit-interview__hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 560px;
}*/
.recruit-interview__hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

/*.recruit-interview__hero.interview01 {
  background-image: url(../img/bg_interview01.png);
}*/
.recruit-interview__hero .section__title {
  position: relative;
  margin-top: 100px;
}

.recruit-interview__hero .section__title h2 {
  color: #111111;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 80px;
  max-width: 67%;
}

.recruit-interview__hero .section__title .jobtitle {
  font-size: 18px;
  color: #444;
  /*margin-bottom: 20px;*/
  font-weight: normal;
}

.recruit-interview__hero .section__title .name {
  font-size: 28px;
  font-weight: bold;
  color: #111111;
}

.recruit-interview__text .text-content__block {
  margin-bottom: 80px;
  line-height: 1.8;
}

.recruit-interview__text .text-content__block .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 30px;
}

.recruit-interview__interview .interview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.interview-list .interview-list__item {
  width: 30%;
  margin-bottom: 40px;
  margin-right: 5%;
}

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

.interview-list .interview-list__item .interview-list__item__text {
  background: #fff;
  padding: 20px;
}

.interview-list .interview-list__item .interview-list__item__text .jobtitle {
  color: #444;
  /*margin-bottom: 10px;*/
}

.interview-list .interview-list__item .interview-list__item__text .name {
  font-size: 24px;
  font-weight: bold;
}

/*--------------------------------------------------------
Sub-page News Archive / News Detail Common
--------------------------------------------------------*/
.news-page-inner {
  width: 800px;
  margin: 0 auto;
}

.sub-page--news-page {
  padding-bottom: 0;
}

/*--------------------------------------------------------
Sub-page News Archive
--------------------------------------------------------*/
.section--news-archive {
  padding: 70px 0 130px;
}

.news-archive-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #efefef;
  padding-bottom: 36px;
}

.news-archive-tab__item {
  padding: 4px 14px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.news-archive-tab__item--active {
  background: #000;
  color: #fff;
}

.news-archive-list {
  display: none;
}

.news-archive-list--active {
  display: block;
}

.news-archive-list__item {
  padding: 18px 0;
  border-bottom: 1px solid #efefef;
}

.news-archive-topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-archive-topic__category {
  border: 1px solid #000;
  color: #000;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  padding: 4px 18px;
  min-width: 120px;
  max-height: 20px;
  display: inline-block;
  margin-right: 40px;
  text-align: center;
  margin-top: 6px;
}

.news-archive-topic__date {
  color: #888;
  margin-right: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  width: 124px;
  /* white-space: nowrap; */
  padding: 1px 0;
}

.news-archive-topic__title {
  color: #444;
  font-weight: 500;
  line-height: 1.75;
  width: 500px;
}

/*--------------------------------------------------------
Sub-page News Detail
--------------------------------------------------------*/
.section--news-detail {
  padding: 70px 0 140px;
}
/*--------------------------------------------------------
追加210412
--------------------------------------------------------*/
.news-detail a {
  color: #198b86;
  text-decoration: underline;
}
.news-detail h2 {
  font-size: 25px;
  font-weight: bold;
  margin: 10px 0 15px 0;
  padding-top: 5px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.news-detail h2.normal {
  font-size: 23px;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding-top: 0;
  border: none;
}
.news-detail h3 {
  font-size: 19px;
  font-weight: bold;
  color: #dc143c;
  margin: 10px 0 5px 0;
  position: relative;
  padding-left: 22px;
}
.news-detail .form-link-wrap {
  margin: 60px 0;
}
.news-detail .form-link-wrap a {
  width: 80%;
  max-width: 550px;
  background-color: #ff4d00;
  color: white;
  padding: 22px 0 20px 0;
  border-radius: 100px;
  display: inline-block;
  text-decoration: none;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 760px) {
  .news-detail .form-link-wrap {
    margin: 30px 0;
  }
  .news-detail .form-link-wrap a {
    padding: 16px 0 14px 0;
    font-size: 20px;
    line-height: 24px;
  }
}
.news-detail h3.black {
  color: black;
  padding-left: 0;
}
.news-detail h3.black.sp-font-s {
  font-size: 17.5px;
}
.news-detail h4.seminar-h4 {
  font-size: 17px;
  line-height: 22px;
}
.news-detail h3:before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2021/04/h3_icon.png) no-repeat;
  background-size: contain;
  top: 7px;
  left: 0;
}
.news-detail h3.black:before {
  display: none;
}
.news-detail .seminar-staff {
  font-size: 15px;
  line-height: 22px;
  margin-top: 5px;
}
.news-detail .seminar-staff .sp-only {
  display: none;
}
.news-detail h3.black.problem-text .sp-only {
  display: none;
}
.seminar-list-disc {
  list-style-type: disc;
  padding-left: 1em;
}
.seminar-list-disc li:not(:last-child) {
  margin-bottom: 4px;
}
.news-detail .seminar-move-form-wrap {
  margin: 50px 0 30px 0;
}
.news-detail a.seminar-move-form {
  text-decoration: none;
  color: white;
  background-color: #d04f6d;
  padding: 20px 80px 18px 80px;
  border-radius: 100px;
  font-size: 22px;
}

@media screen and (max-width: 760px) {
  .news-detail .seminar-staff {
    font-size: 18px;
    line-height: 22px;
    margin: 8px 0 10px 0;
    padding-bottom: 6px;
    border-bottom: 1px solid black;
    text-align: center;
  }
  .news-detail .seminar-staff .pc-only {
    display: none;
  }
  .news-detail .seminar-staff .sp-only {
    display: block;
  }
  .news-detail .seminar-point {
    text-align: left;
  }
  .news-detail h2.fv-h2 {
    font-size: 22px;
    line-height: 28px;
    padding: 9px 0 7px 0;
    margin: 10px 0 0px 0;
  }
  .news-detail h3.black.sp-font-s {
    font-size: 16px;
    line-height: 22px;
  }
  .news-detail h3.black.problem-text {
    font-size: 20px;
    line-height: 24px;
  }
  .news-detail h3.black.problem-text .sp-only {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .news-detail .seminar-move-form-wrap {
    margin: 40px 0;
  }
  .news-detail a.seminar-move-form {
    padding: 20px 60px 18px 60px;
  }
  .news-detail a.seminar-move-form.mkt {
    padding: 0;
    height: 60px;
    line-height: 60px;
    width: 100%;
    display: inline-block;
  }
}
.news-detail .wp-block-columns.seminar-date-wrap {
  justify-content: center;
}
.news-detail .wp-block-columns.seminar-date-wrap.mkt {
  align-items: center !important;
}
.mkt-table td {
  padding: 10px;
}
.mkt-table td span {
  background-color: #f3f39f;
  padding: 3px;
  border-radius: 4px;
  margin-left: 5px;
}
@media screen and (max-width: 760px) {
  .news-detail .wp-block-columns.seminar-date-wrap {
    margin-bottom: 0;
  }
  .news-detail .wp-block-columns .wp-block-column h3.sp-font-s {
    font-size: 17px;
    line-height: 22px;
  }
  .news-detail h2.h2-sp-font-s {
    font-size: 18px;
    line-height: 22px;
  }
}
.news-detail .wp-block-columns .wp-block-column.seminar-status {
  font-size: 20px;
  color: white;
  background-color: #198b86;
  text-align: center;
  font-weight: bold;
  width: 220px;
  margin: 5px 15px 0 0;
  border-radius: 100px;
  padding: 4px 0 2px 0;
  flex-basis: initial;
  flex-grow: initial;
}
.news-detail .wp-block-columns .wp-block-column.seminar-date {
  width: auto;
  color: gray;
  flex-basis: initial;
  flex-grow: initial;
}
.news-detail .wp-block-columns.mkt .wp-block-column.seminar-date {
  line-height: 26px;
}
@media screen and (max-width: 781px) {
  .news-detail .wp-block-columns .wp-block-column.seminar-status {
    flex-basis: initial !important;
    margin: 5px 0 0 0;
  }
  .news-detail .wp-block-columns .wp-block-column.seminar-date {
    margin-top: 5px;
  }
}
/*----------------------------------------------------*/
.news-detail__title {
  margin: inherit !important;
  padding-top: inherit !important;
  border: none !important;
  font-size: 30px !important;
  font-weight: bold;
  line-height: 1.53;
}

.news-detail__date {
  color: #888;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-top: 10px;
}

.news-detail__text {
  color: #444;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 30px;
  padding: 23px 0;
  border-top: 1px solid #efefef;
  width: 100%;
}

.news-detail__link {
  margin-bottom: 10px;
}

.news-detail__link:last-child {
  margin-bottom: 0;
}

.news-detail__link a {
  color: #198b86;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  line-height: 1.75;
}

.news-detail__link a[target="_blank"]:after {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/icon_ex-link.png) no-repeat;
  background-size: contain;
  bottom: 4px;
  right: -16px;
}

.news-page-link {
  color: #888;
  position: relative;
  display: block;
  margin-left: 32px;
  margin-top: 70px;
}

.news-page-link:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/arrow_back.png) no-repeat;
  background-size: contain;
  top: 8px;
  left: -32px;
}

.news-detail__paragraph {
  margin-bottom: 1em;
}

.news-detail__paragraph:last-of-type {
  margin-bottom: 0;
}

.news-detail__paragraph a {
  color: #198b86;
}

.wp-block-columns.seminar {
  justify-content: space-between;
}
.wp-block-columns:not(.is-not-stacked-on-mobile)
  > .wp-block-column.seminar-left {
  flex-basis: auto;
  flex-grow: initial;
  width: 23%;
  margin-top: 8px;
}
.wp-block-columns:not(.is-not-stacked-on-mobile)
  > .wp-block-column.seminar-right {
  flex-basis: auto;
  flex-grow: initial;
  width: 72%;
}
@media screen and (max-width: 760px) {
  .news-detail .wp-block-columns .wp-block-column.seminar-left .wp-block-image {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*--------------------------------------------------------
Page Nation
--------------------------------------------------------*/
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.wp-pagenavi .current {
  width: 40px;
  height: 40px;
  background: #111;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 5px;
}

.wp-pagenavi .page {
  width: 40px;
  height: 40px;
  background: #efefef;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-pagenavi .extend {
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 5px;
  padding-bottom: 10px;
}

.wp-pagenavi .previouspostslink {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
}

.wp-pagenavi .previouspostslink:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #354341;
  border-right: solid 2px #354341;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 18px;
  top: 16px;
}

.wp-pagenavi .nextpostslink {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
}

.wp-pagenavi .nextpostslink:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #354341;
  border-right: solid 2px #354341;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 18px;
  top: 16px;
}

.wp-pagenavi .larger,
.wp-pagenavi .smaller {
  margin: 0 5px;
}

/*--------------------------------------------------------
WP Form
--------------------------------------------------------*/
.mwform-checkbox-field-text {
  /*   display: none; */
}

.mwform-checkbox-field input {
  margin-right: -3px !important;
}

.mw_wp_form .error {
  font-size: 14.88px !important;
}

/*--------------------------------------------------------
Anchor
--------------------------------------------------------*/
#message-anchor,
#officer-anchor,
#outline-anchor,
#access-anchor,
#group-company-anchor,
#service-anchor,
#mission-anchor,
#vision-anchor,
#value-anchor {
  padding-top: 170px;
  margin-top: -170px;
}

/*--------------------------------------------------------
Scroll
--------------------------------------------------------*/
.scroll {
  width: 160px;
  -webkit-transform-origin: 0 bottom;
  transform-origin: 0 bottom;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  bottom: 88px;
  left: 8px;
}

.scroll__text {
  color: #01a353;
  font-family: "Arial", sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}

.scroll__line {
  height: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll__line:before {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background-color: #01a353;
}

.scroll__line:after {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  background-color: #01a353;
  border-radius: 5px;
  position: absolute;
  margin-left: 11px;
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes scroll {
  0% {
    margin-left: 11px;
    opacity: 1;
  }
  100% {
    margin-left: calc(100% - 9px);
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    margin-left: 11px;
    opacity: 1;
  }
  100% {
    margin-left: calc(100% - 9px);
    opacity: 0;
  }
}

/*.interview-content--recruit {
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .interview-content--recruit {
    width: 100%;
  }
}*/

.syugo-img {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

/*--------------------------------------------------------
interview_02
--------------------------------------------------------*/
html .interview_02 {
  line-height: initial;
  font-size: initial;
}

html .interview_02 h1,
html .interview_02 h2,
html .interview_02 h3,
html .interview_02 h4,
html .interview_02 h5,
html .interview_02 h6,
html .interview_02 p {
  line-height: initial;
}

body .interview_02 {
  margin: 0;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
}

body .interview_02 h1,
body .interview_02 h2,
body .interview_02 h3,
body .interview_02 h4,
body .interview_02 h5,
body .interview_02 h6,
body .interview_02 p {
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
}

body .interview_02 h1 {
  display: block;
  font-size: 2em;
  -webkit-margin-before: 0.67em;
  margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
  margin-block-end: 0.67em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
}

body .interview_02 h2 {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
  margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
  margin-block-end: 0.83em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
}

body .interview_02 h3 {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
}

body .interview_02 p {
  display: block;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
}

.sub-page .interview_02 img {
  width: initial;
}

.interview_02 {
  /*
  .interviewer_wrapper .interviewer.one::before{
    right: -46px;
    bottom: -200px;
    background-color: #198b86;
    position: absolute;
    content:"";
    width: 400px;
    height: 400px;
    z-index: -1;
  }
  */
}

.interview_02 .fv {
  height: 700px;
  width: 100%;
  background-image: url("../img/FV4.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.interview_02 .fv h2 {
  color: black;
  position: absolute;
  top: 25%;
  right: 12%;
  letter-spacing: 8px;
  line-height: 200%;
  font-size: 1.6rem;
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
}

.interview_02 .fv a img {
  height: 12px;
}

.interview_02 .fv .sign {
  width: 35%;
  position: absolute;
  top: 20%;
  right: 12%;
}

.interview_02 .fv .sign_sp {
  display: none;
}

.interview_02 .fv a {
  border: solid 1px white;
  border-radius: 2px;
  background: linear-gradient(120deg, #454545, #000000);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  padding: 8px 128px;
  position: absolute;
  top: 77%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 1.6rem;
  color: white;
  letter-spacing: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  border-radius: 32px;
  white-space: nowrap;
}

.interview_02 .fv a p {
  display: inline-block;
  margin: 0;
}

.interview_02 .fv a:hover {
  background: linear-gradient(120deg, #dcc24f, #867424);
  opacity: 1;
  -webkit-animation: gradientMove 3s infinite linear;
  animation: gradientMove 3s infinite linear;
  background-size: 200%;
}

@-webkit-keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.interview_02 .para {
  margin: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.interview_02 .title_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  height: 120px;
  margin: 64px 8px 40px;
}

.interview_02 .title_wrapper img {
  height: 100%;
}

.interview_02 .title_wrapper h1 {
  font-size: 2.4rem;
  margin: 0;
  font-weight: bold;
}

.interview_02 .title_wrapper p {
  font-size: 1rem;
  color: #b49646;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0;
}

.interview_02 .title_wrapper div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.interview_02 .para .title {
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 64px 0;
}

.interview_02 .para.interview .title {
  background-image: url("../img/no1.svg");
}

.interview_02 .para .title h1 {
  color: #333333;
  font-size: 2.4rem;
  text-align: center;
  margin: 0;
  padding-top: 56px;
  font-family: "Helvetica Neue", "Arial", sans-serif;
}

.interview_02 .para.members .title h1 {
  color: black;
}

.interview_02 .para.message h1 {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 2px;
}

.interview_02 .interviewer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 0;
  overflow: hidden;
  background-color: #f2f2f2;
  background-image: url("../img/bg.svg");
  background-position: 50% 50%;
  background-size: 100%;
}

.interview_02 .interviewer_wrapper .interviewer {
  padding: 24px 32px;
  width: 50%;
  background-size: cover;
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background-position: center center;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.interview_02 .interviewer_wrapper .interviewer img {
  width: 160px;
  height: 160px;
}

.interview_02 .interviewer_wrapper .interviewer.one img {
  margin-right: 32px;
}

.interview_02 .interviewer_wrapper .interviewer.two img {
  margin-left: 32px;
}

.interview_02 .interviewer_wrapper .interviewer.one {
  margin-bottom: 96px;
  padding-left: 72px;
  margin-left: 128px;
  -webkit-clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

.interview_02 .interviewer_wrapper .interviewer.two {
  margin-top: 96px;
  padding-right: 72px;
  margin-right: 128px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0 100%);
  background-color: #ffffff;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.interview_02 .interviewer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.interview_02 .interviewer_wrapper .interviewer.two .interviewer_content {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.interview_02 .interviewer_wrapper .interviewer.two p {
  text-align: right;
}

.interview_02 .interviewer_wrapper .slash {
  width: 4px;
  height: auto;
  background-color: #b49646;
  /*clip-path:polygon(95% 0, 100% 0%, 5% 100%, 0% 100%);*/
}

.interview_02 .interview_icon {
  font-size: 0.75rem;
  text-align: center;
}

.interview_02 .fade-in-left {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.interview_02 .fade-in-right {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.interview_02 .interview_wrapper.welfare h2 {
  background-color: #b49646;
  color: white;
  border-radius: 48px;
  opacity: 1;
  padding-left: 40px;
  padding-right: 40px;
}

.interview_02 .interview_wrapper.welfare h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  margin: 24px 0;
  font-size: 1.4rem;
}

.interview_02 .interview_wrapper.welfare h3 img {
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.interview_02 .interview_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 64px 128px;
  gap: 64px;
  background-image: url("../img/bg5.svg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  max-width: 1456px;
  margin: 0 auto;
}

.interview_02 .interview_wrapper.welfare {
  background-image: url("../img/bgbg.svg");
  background-size: 30%;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

.interview_02 .interview_wrapper h2 {
  text-align: center;
  padding: 24px 0;
  background-color: white;
  color: #b49646;
  opacity: 0.8;
  margin: 0;
}

.interview_02 .welfare_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
}

.interview_02 .interview_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
}

.interview_02 .interview_photo {
  width: 160px;
  height: 160px;
}

.interview_02 .interview_content {
  background-color: white;
  border: solid 1px #e6e6e6;
  border-radius: 48px;
  padding: 16px 40px;
  width: 100%;
  opacity: 0.85;
  line-height: 2;
}

.interview_02 .interview_content p {
  line-height: 2;
}

.interview_02 .interview_content.two {
  background-color: #b49646;
  color: white;
  border: solid 1px #ffffff;
}

.interview_02 .interview_content.three {
  background-color: #333;
  color: white;
  border: solid 1px #ffffff;
  opacity: 0.8;
}

.interview_02 .welfare_content.cloud1 {
  background-image: url("../img/cloud.png");
  background-size: 100% 100%;
  border: none;
  padding: 120px 105px;
  line-height: 2;
  position: relative;
  left: -120px;
  z-index: 10;
  min-width: 360px;
  max-width: 600px;
  min-height: 120px;
  margin-top: 80px;
}

.interview_02 .welfare_content.cloud1 p,
.interview_02 .welfare_content.cloud2 p {
  line-height: 2;
}

.interview_02 .welfare_content.cloud2 {
  background-image: url("../img/cloud2.png");
  background-size: 100% 100%;
  border: none;
  padding: 120px 105px;
  line-height: 2;
  position: relative;
  right: -120px;
  z-index: 10;
  min-width: 360px;
  max-width: 600px;
  min-height: 120px;
}

.interview_02 .welfare_icon {
  position: relative;
}

.interview_02 .welfare_icon.one {
  left: -120px;
}

.interview_02 .welfare_icon.two {
  right: -120px;
}

.interview_02 .welfare_icon {
  right: -120px;
}

.interview_02 .welfare_icon img.welfare_photo {
  width: 600px;
}

.interview_02 .welfare_text {
  background-color: #f8f4e9;
  line-height: 2;
  padding: 8px;
  border-radius: 8px;
  margin: auto;
}

.interview_02 .welfare_textwrap {
  max-width: 1154px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px 48px;
}

.interview_02 .para.members {
  background-color: #f8f4e9;
  border-radius: 320px 320px 120px 120px;
}

.interview_02 .para.members .title {
  background-image: url("../img/no2.svg");
}

.interview_02 .para.members .share_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: (1fr) [4];
  grid-template-rows: repeat(4, 1fr);
  gap: 32px;
  margin: 0 auto;
  max-width: 1200px;
}

.interview_02 .para.members .share_item {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

.interview_02 .para.members .share_item h3 {
  color: #333;
  border: dashed 2px #b49646;
  padding: 16px 24px;
  border-radius: 16px;
}

.interview_02 .para.members .share_item img {
  width: 100%;
}

.interview_02 .para.members .share_item p {
  background-color: #ece5d8;
  color: black;
  padding: 16px 24px;
  margin: 16px 0;
  font-size: 1rem;
  max-width: 70%;
  border-radius: 16px;
  line-height: 1.6;
}

.interview_02 .para.welfare {
  margin: 32px 0 0;
}

.interview_02 .para.welfare .title {
  background-image: url("../img/no3.svg");
}

.interview_02 .swiper {
  padding: 64px 0 64px 0;
  margin-left: 128px;
  margin-right: 128px;
  background-color: #b49646;
  height: 100%;
}

.interview_02 .swiper-slide {
  text-align: center;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b49646;
  background-color: #f8f4e9;
  border-radius: 24px;
}

.interview_02 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.interview_02 .swiper-button-next:after,
.interview_02 .swiper-rtl .swiper-button-prev:after,
.interview_02 .swiper-button-prev:after,
.interview_02 .swiper-rtl .swiper-button-next:after {
  color: #867424;
}

.interview_02 .para.message {
  margin: 128px auto;
  border: 4px solid #b49646;
  border-radius: 48px;
  padding: 0 48px;
  background-color: #f6f6f6;
  position: relative;
  max-width: 1200px;
}

.interview_02 .para.message .title {
  margin: 8px auto;
}

.interview_02 .para.message .message_wrapper p {
  line-height: 2;
}

.interview_02 .para.message .message_wrapper {
  border: 1px solid #b49646;
  padding: 32px 48px;
  border-radius: 36px;
  line-height: 2;
  background-color: white;
}

.interview_02 .para.message a {
  margin: 64px 0;
  border-radius: 2px;
  background: linear-gradient(120deg, #454545, #000000);
  border-radius: 48px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  color: white;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.interview_02 .para.message a p {
  margin: 16px;
  display: inline-block;
}

.interview_02 .para.message a:hover {
  background: linear-gradient(120deg, #dcc24f, #867424);
  opacity: 1;
  -webkit-animation: gradientMove 3s infinite linear;
  animation: gradientMove 3s infinite linear;
  background-size: 200%;
}

.interview_02 .para.message a img {
  height: 16px;
  width: auto;
}

.interview_02 .ace_wrapper {
  background-image: url(../img/bgfinal.png);
}

.interview_02 .staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  max-width: 1200px;
  padding: 64px 16px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.interview_02 .member_card {
  width: calc(100% - 128px);
  background-color: #f8f4e9;
  border-radius: 24px;
  border: solid 1px black;
  text-decoration: none;
  color: black;
}

.interview_02 .member_card:hover {
  opacity: 0.9;
}

.interview_02 .member_card img {
  border-radius: 24px 24px 0 0;
  width: 100%;
}

.interview_02 .member_card .name {
  font-weight: 500;
  margin-top: 16px;
  font-size: 1.4rem;
  margin-bottom: 0;
  text-align: center;
  margin: 16px;
  text-decoration: none;
}

.interview_02 .member_card .text {
  background: black;
  color: white;
  padding: 8px;
  border-radius: 20px 20px 0 0;
  margin: 0 16px 0;
  text-align: center;
}

.interview_02 .member_card .text2 {
  background: white;
  color: black;
  border: solid 1px black;
  padding: 8px;
  border-radius: 0 0 20px 20px;
  margin: 0 16px 24px;
  text-align: center;
}

@media screen and (min-width: 760px) and (max-width: 1024px) {
  .interview_02 .interview_02 .welfare_content.cloud2,
  .interview_02 .interview_02 .welfare_content.cloud1 {
    min-width: 560px;
  }
  .interview_02 .interview_02 .interviewer_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 760px) {
  .interview_02 .fv {
    height: 480px;
  }
  .interview_02 .fv h2 {
    font-size: 1rem;
    position: relative;
  }
  .interview_02 .fv a {
    position: relative;
    font-size: 1rem;
    letter-spacing: 8px;
    margin: 0 0;
    padding: 8px;
    top: 400px;
    width: 70%;
  }
  .interview_02 .fv a img {
    height: 8px;
    margin-left: 8px;
  }
  .interview_02 .fv .sign {
    display: none;
  }
  .interview_02 .fv .sign_sp {
    display: block;
    position: absolute;
    width: 53%;
    right: 8px;
    top: 48px;
  }
  .interview_02 .para .title {
    margin: 32px 8px;
  }
  .interview_02 .para .title h1 {
    font-size: 1.8rem;
  }
  .interview_02 .interviewer_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .interview_02 .interviewer_wrapper .slash {
    display: none;
  }
  .interview_02 .interviewer_wrapper .interviewer {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .interview_02 .interviewer_wrapper .interviewer h2 {
    font-size: 1.4rem;
  }
  .interview_02 .interviewer_wrapper .interviewer p {
    font-size: 0.8rem;
  }
  .interview_02 .interviewer_wrapper .interviewer img {
    width: 120px;
    height: 120px;
  }
  .interview_02 .interviewer_wrapper .interviewer.one img {
    margin-right: 8px;
  }
  .interview_02 .interviewer_wrapper .interviewer.two img {
    margin-left: 8px;
  }
  .interview_02 .interviewer_wrapper .interviewer.one {
    width: auto;
    margin: 0 8px 8px 8px;
    padding: 8px;
    -webkit-clip-path: none;
    clip-path: none;
  }
  .interview_02 .interviewer_wrapper .interviewer.two {
    width: auto;
    margin: 8px 8px 0 8px;
    padding: 8px;
    -webkit-clip-path: none;
    clip-path: none;
  }
  .interview_02 .interview_wrapper {
    padding: 16px 8px;
    font-size: 0.8rem;
    gap: 24px;
  }
  .interview_02 .interview_photo {
    width: 80px;
    height: 80px;
  }
  .interview_02 .interview_icon p {
    margin: 0;
    font-size: 0.6rem;
  }
  .interview_02 .interview_content {
    min-height: auto;
    padding: 4px 12px;
    border-radius: 24px;
  }
  .interview_02 .interview_container {
    gap: 8px;
  }
  .interview_02 .welfare_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
  }
  .interview_02 .welfare_content.cloud1,
  .interview_02 .welfare_content.cloud2 {
    left: auto;
    right: auto;
    max-width: 100%;
    width: 100%;
    min-height: auto;
    min-width: auto;
    padding: 8px;
  }
  .interview_02 .welfare_icon {
    padding-top: 0;
  }
  .interview_02 .welfare_icon.one {
    position: relative;
    top: -48px;
  }
  .interview_02 .welfare_content.cloud1 {
    position: relative;
    top: -48px;
    margin-top: 0;
  }
  .interview_02 .welfare_content p {
    padding: 40px 45px;
  }
  .interview_02 .welfare_photo {
    width: 100%;
  }
  .interview_02 .welfare_icon.two,
  .interview_02 .welfare_icon.one {
    right: auto;
    left: auto;
    right: auto;
  }
  .interview_02 .welfare_icon img.welfare_photo {
    width: 100%;
  }
  .interview_02 .interview_wrapper.welfare h2 {
    border-radius: 24px;
    padding: 8px 16px;
    font-size: 1.2rem;
  }
  .interview_02 .interview_wrapper.welfare {
    background-size: 50%;
  }
  .interview_02 .para.members .share_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .interview_02 .para.members .share_wrapper {
    margin: 16px 0;
  }
  .interview_02 .para.members .share_item {
    margin: 0 8px;
    width: auto;
  }
  .interview_02 .para.members .share_item p {
    max-width: 100%;
    margin: 8px 0;
  }
  .interview_02 .swiper {
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .interview_02 .staff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 16px;
  }
  .interview_02 .member_card {
    width: 100%;
    border-radius: 12px;
  }
  .interview_02 .member_card img {
    border-radius: 12px 12px 0 0;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
  .interview_02 .member_card .name {
    font-size: 1.4rem;
    margin: 8px;
  }
  .interview_02 .member_card .text {
    font-size: 1rem;
    border-radius: 16px 16px 0 0;
    padding: 6px;
    margin: 0 8px 0;
  }
  .interview_02 .member_card .text2 {
    font-size: 1rem;
    border-radius: 0 0 16px 16px;
    padding: 6px;
    margin: 0 8px 16px;
  }
  .interview_02 .swiper-button-next:after,
  .interview_02 .swiper-rtl .swiper-button-prev:after,
  .interview_02 .swiper-button-prev:after,
  .interview_02 .swiper-rtl .swiper-button-next:after {
    display: none;
  }
  .interview_02 .para.message {
    padding: 0 16px;
    margin: 64px 8px 64px 8px;
  }
  .interview_02 .para.message h1 {
    font-size: 1.2rem;
  }
  .interview_02 .para.message .message_wrapper {
    padding: 8px 16px;
    border-radius: 24px;
  }
  .interview_02 .para.message a {
    font-size: 1.6rem;
    margin: 32px 0;
  }
  .interview_02 .para.message a img {
    height: 12px;
  }
  .interview_02 .para.members {
    border-radius: 96px 96px 24px 24px;
  }
  .interview_02 .welfare_textwrap {
    padding: 0 8px;
  }
  .interview_02 .interview_wrapper.welfare h3 {
    font-size: 1.2rem;
  }
  .interview_02 .title_wrapper {
    height: 80px;
    gap: 12px;
    margin: 24px 8px 16px;
  }
  .interview_02 .title_wrapper h1 {
    font-size: 1.8rem;
  }
  .interview_02 .title_wrapper p {
    font-size: 0.8rem;
  }
  .interview_02 .title_wrapper div {
    gap: 6px;
  }
}

/*--------------------------------------------------------
requirements_02
--------------------------------------------------------*/
.fv_recruit {
  position: relative;
  height: 600px;
  background: linear-gradient(to bottom, rgb(239, 239, 239), rgba(0, 0, 0, 0));
  margin-top: 65px;
}
.fv_recruit .fv_pc {
  height: 95%;
  position: absolute;
  right: 30%;
  bottom: 0%;
  transform: translate(30%, 0%);
}
.fv_recruit p {
  position: absolute;
  top: 20%;
  left: 10%;
  line-height: 3;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 4px;
}
.fv_text {
  position: absolute;
}
.fv_text.one {
  top: 8%;
  height: 140px;
  left: 10%;
}
.fv_text.two {
  top: 40%;
  height: 80px;
  left: 20%;
  opacity: 0.9;
}
.intro_recruit {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  letter-spacing: 2px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
.intro_recruit h3 {
  font-weight: 500;
}
.intro_recruit h4 {
  font-weight: 400;
}
.intro_recruit img {
  width: 400px;
  height: auto;
}
.intro_recruit img:hover {
  opacity: 0.8;
}
.content_recruit {
  width: 100%;
  margin-top: 128px;
}
.content_recruit .part {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  letter-spacing: 4px;
}
.content_recruit .part:hover {
  opacity: 0.9;
}
.content_recruit .part h2 {
  color: white;
  font-size: 2.4rem;
  font-weight: 500;
}
.content_recruit .part.one {
  background-image: url("../img/recruit01.webp");
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 24px;
}
.content_recruit .part.two {
  background-image: url("../img/recruit02.webp");
  background-size: cover;
  background-position: 50% 0%;
}
.content_recruit .part.one div {
  display: flex;
  justify-content: center;
  background-color: white;
  padding: 0 64px;
  border-radius: 48px;
  font-weight: 400;
  gap: 8px;
  align-items: center;
}
.content_recruit .part.one img {
  width: 40px;
}
.content_recruit .part.one h3 {
  color: black;
  font-weight: 400;
}
.content_recruit .part.two h3 {
  color: white;
  font-weight: 400;
}
.title_recruit {
  margin: 0 0 32px;
  padding: 32px 10% 0;
  background-size: contain;
  animation: scroll-bg 20s linear infinite;
}
.title_recruit h1 {
  font-size: 3rem;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  letter-spacing: 4px;
}
.title_recruit.one {
  background: url("../img/title01.svg") repeat-x;
  background-size: contain;
}
.title_recruit.two {
  background: url("../img/title02.svg") repeat-x;
  background-size: contain;
}
.title_recruit.three {
  background: url("../img/title03.svg") repeat-x;
  background-size: contain;
}
@keyframes scroll-bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
}
.blog_recruit {
  padding-top: 128px;
  background-image: url(../img/bg_grey.svg);
  background-size: 100% auto;
}
.blog_recruit .blog {
  display: flex;
  background-image: url(../img/bg_green.webp);
  background-size: 100% auto;
  padding: 48px 10% 96px;
  gap: 24px;
  line-height: 1.6;
  justify-content: center;
}
.blog_recruit .blog .card {
  background-color: white;
  border: 1px solid black;
  border-radius: 24px;
  padding: 32px 24px 220px;
  flex: 1;
  color: black;

  background-size: 80%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.blog_recruit .blog .card.one {
  background-image: url("../img/bg_card02.webp");
  background-size: auto 220px;
  background-position: 100% 100%;
}
.blog_recruit .blog .card.two {
  background-image: url("../img/bg_card01.webp");
  background-size: auto 220px;
}
.blog_recruit .blog .card.three {
  background-image: url("../img/bg_card03.webp");
  background-size: auto 220px;
  background-position: 90% 100%;
}
.blog_recruit .blog .card:hover {
  background-color: #eeeeee;
}
.blog_recruit .blog .card .title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.blog_recruit .blog .card .title img {
  width: 40px;
}
.blog_recruit .blog .card .title h3 {
  margin: 4px 0;
  font-size: 1.4rem;
}
.blog_recruit .blog .card .tag {
  border: 1px solid #b5b5b5;
  padding: 4px 8px;
  border-radius: 8px;
  color: #333;
  width: max-content;
  margin-top: 4px;
}
.info_recruit {
  margin: 128px 0 32px;
}
.info_recruit .video {
  margin: 0 10% 32px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 32px;
}
.info_recruit .video div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.info_recruit .video iframe {
  width: 60%;
  aspect-ratio: 4/3;
}
.info_recruit .video .title {
  display: flex;
  justify-content: end;
  gap: 16px;
  border-bottom: 1px solid #d3d3d3;
  width: max-content;
  color: #333;
}
.info_recruit .video .title img {
  width: 40px;
}
.info_recruit .video .title h3 {
  margin: 4px 0;
  font-weight: 400;
}
.info_recruit .video p {
  line-height: 1.6;
}
.info_recruit .video .download {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.info_recruit .video .download p {
  background-color: #218e48;
  padding: 8px 32px;
  color: white;
  border-radius: 32px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 500;
}
.info_recruit .video .download img {
  width: 32px;
}

@media screen and (max-width: 768px) {
  .fv_recruit {
    height: 400px;
  }
  .fv_recruit p {
    line-height: 1.6;
    font-size: 1rem;
    top: 10%;
  }
  .fv_recruit .fv_pc {
    width: 100%;
    height: auto;
  }
  .fv_text.one {
    width: 360px;
    position: relative;
    left: 16px;
    top: auto;
  }
  .fv_text.two {
    width: 200px;
    position: absolute;
    right: 16px;
    top: 35%;
    left: auto;
    height: auto;
  }
  .intro_recruit {
    margin: 0 8px;
    letter-spacing: 0;
  }
  .intro_recruit h3,
  .intro_recruit h4 {
    font-size: 1rem;
    width: 80%;
    font-weight: 400;
  }
  .intro_recruit img {
    width: 90%;
  }
  .content_recruit {
    margin-top: 32px;
  }
  .title_recruit {
    margin: 0 8px 16px;
    padding: 0 16px 0;
  }
  .title_recruit.one {
    background-size: auto 60%;
  }
  .title_recruit.two {
    background-size: auto 60%;
  }
  .title_recruit.three {
    background-size: auto 60%;
  }
  .title_recruit h1 {
    font-size: 2rem;
  }
  .content_recruit .part {
    padding: 40px 0;
  }
  .content_recruit .part.one div {
    padding: 0 32px;
  }
  .content_recruit .part h3 {
    margin: 12px 0;
    font-size: 1rem;
    letter-spacing: 2px;
  }
  .content_recruit .part h2 {
    font-size: 1.8rem;
  }
  .blog_recruit {
    padding-top: 48px;
  }
  .blog_recruit .blog {
    flex-direction: column;
    padding: 32px 16px;
  }
  .blog_recruit .blog .card {
    padding: 16px 16px 160px;
  }
  .blog_recruit .blog .card.one {
    background-position: 100% 120%;
  }
  .blog_recruit .blog .card.two {
    background-position: 90% 120%;
  }
  .blog_recruit .blog .card.three {
    background-position: 90% 105%;
  }
  .info_recruit {
    margin: 48px 0;
  }
  .info_recruit .video {
    margin: 0 16px;
    flex-direction: column;
    gap: 8px;
  }
  .info_recruit .video iframe {
    aspect-ratio: 4/3;
    width: 100%;
  }
  .info_recruit .video .title h3 {
    font-size: 1rem;
  }
  .info_recruit .video .download p {
    padding: 8px 20px;
    margin: 0;
  }
}

/*下層*/
.sub-page .section__title {
  background: url("../imgs/title_line.webp");
  background-size: 100%;
  background-position: bottom center;
  background-repeat: repeat-x;
  padding: 10px 0;
}
.sub-page .section__title h1 {
  max-width: 1024px;
  margin: 0 auto;
}


#member-visual {
  background: url("../imgs/fv_member.webp");
  background-size: auto;
  background-position: center -100px;
  background-repeat: no-repeat;
	height:958px;
	position:relative;
	top:-110px;
	margin-bottom:-280px;
}

#member-visual .section__title{
	position:relative;
	top:60px;
	background:none;
}
