@charset "UTF-8";
/*reset*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  -webkit-text-size-adjust: 100%;
}
html {
  --notoSans: "Noto Sans JP", sans-serif;
  --mainColor: #00adb0;
  --hdH: 66px;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP W3", sans-serif;
  /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; */
  font-size: 14px;
  color: #333e48;
}
h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: none;
  font-feature-settings: "palt";
  list-style-type: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
input, select, textarea {
  font-size: 100%;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  outline: none;
}
*:focus {
  outline: none;
}
img[src$=".svg"] {
  width: 100%;
}
hr {
  display: none;
}
a {
  text-decoration: none;
  outline: none;
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  html {
    --hdH: 55px;
  }
}
/***********************************************************************
             header footer
**********************************************************************/
header {
  background: #00a7ac;
  height: 66px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
header .header-container {
  margin: 0 auto;
  padding: 0 22px;
  position: relative;
  max-width: 1156px;
  width: calc(100% - 44px);
}
header img {
  display: block;
}
header #logo {
  width: 254px;
}
header #logo a {
  float: left;
  margin: 22px 0;
  width: 104px;
}
header #logo span {
  border-left: 1px solid #fff;
  float: right;
  margin: 23px 0 0 0;
  padding: 4px 0 3px 22px;
}
header p:not(#logo) {
  position: absolute;
  right: 4px;
  top: 25px;
}
@media screen and (max-width: 1350px) {
  header p:not(#logo) {
    right: calc(8% + 25px);
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 55px;
  }
  header .header-container {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  header #logo {
    width: 100%;
  }
  header #logo a {
    margin: 0 0 1px;
    padding: 20px 12px 20px 18px;
    width: 70px;
  }
  header #logo span {
    float: left;
    margin: 15px 0 0 0;
    padding: 0 0 1px 12px;
  }
}
footer {
  background: #00a7ac;
  height: 66px;
  width: 100%;
}
footer p {
  color: #fff;
  font-size: 11px;
  line-height: 66px;
  text-align: center !important;
}
.drawer-menu {
  margin: 0 auto 20px;
  /* max-width: 216px; */
}
.drawer-menu li {
  padding: 20px 0;
  position: relative;
}
.drawer-menu .nav-staff-interview {
  padding: 30px 0 10px 20px;
}
.drawer-menu .nav-crosstalk, .drawer-menu .nav-vision{
  padding: 10px 20px;
}
.drawer-menu .nav-vision{
  padding-top: 0;
}
.drawer-menu li a::after {
  content: "";
  display: block;
  height: 8px;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 3px;
}
.drawer-menu li span::after{
  content: "";
  height: 8px;
  opacity: 0.5;
  position: absolute;
  top: 64px;
  left: 3px;
}
.drawer-menu li.nav-top a::after {
  background: url(../images/common/nav_en1.svg) no-repeat 0 0;
  width: 19px;
}
.drawer-menu li.nav-top-interview a::after {
  background: url(../images/common/nav_en2.svg) no-repeat 0 0;
  width: 80px;
}
.drawer-menu li.nav-job-description a::after {
  background: url(../images/common/nav_en3.svg) no-repeat 0 0;
  width: 91px;
}
.drawer-menu li.nav-questionnaire a::after {
  background: url(../images/common/nav_en4.svg) no-repeat 0 0;
  width: 80px;
}
/* .drawer-menu li.nav-staff-interview a::after {
  background: url(../images/common/nav_en5.svg) no-repeat 0 0;
  width: 92px;
} */

.drawer-menu li.nav-welfare a::after {
  background: url(../images/common/nav_en6.svg) no-repeat 0 0;
  width: 50px;
}
.drawer-menu li.nav-company a::after {
  background: url(../images/common/nav_en7.svg) no-repeat 0 0;
  width: 118px;
}
.drawer-menu li.nav-internship a::after {
  background: url(../images/common/nav_en8.svg) no-repeat 0 0;
  width: 200px;
}
.drawer-menu li.nav-person span::after {
  background: url(../images/common/nav_en9.svg) no-repeat 0 0;
  width: 90px;
}
.drawer-menu li.nav-faq a::after {
  background: url(../images/common/nav_en10.svg) no-repeat 0 0;
  width: 20px;
}
.nav-contact-btn {
  text-align: center;
}
.nav-contact-btn a {
  border: 3px solid #fff;
  border-radius: 15px;
  display: inline-block;
  margin: 0 auto;
  padding: 13px 46px 16px;
  width: 112px;
  transition: background .3s;
}
.nav-contact-btn a:hover {
  background: #fccf00;
}
@media screen and (max-width: 768px) {
  .drawer-menu {
    margin: 0 auto -10px;
    max-width: 216px;
  }
  .drawer-menu li {
    padding: 20px 0 15px 0;
  }
  .nav-contact-btn a {
    padding: 9px 20px 12px;
  }
  .drawer-menu li span::after {
    top: 52px;
    left: 6px;
  }
  .drawer-menu .nav-staff-interview {
  padding: 35px 0 5px 20px;
  }
  /* .drawer-menu .nav-vision,.drawer-menu .nav-questionnaire{
  padding-top: 5px;
  } */
  .nav-contact-btn {
  padding-bottom: 130px;
  }
  .drawer-menu .nav-top{
  padding-top: 35px;
  }
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#page-top a {
  background: rgba(51, 63, 72, 0.4);
  display: block;
  height: 16px;
  padding: 17px 11px;
  transition: .5s all;
  width: 28px;
}
#page-top a:hover {
  background: rgba(51, 63, 72, 0.7);
}
#page-top img {
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  #page-top a {
    height: 12px;
    padding: 14px 9px;
    width: 22px;
  }
}
/***********************************************************************
             home
**********************************************************************/
#home {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
#home section {
  height: 100%;
}
#home section.section1 {
  height: calc(100% - 66px);
  margin-bottom: 100px;
  width: 100%;
}
#home section.section2 {
  /*height: calc(100% - 132px);*/
  margin: -100px 0 82px;
  padding-top: 100px;
  width: 100%;
}
#home #container {
  display: none;
  padding-top: 66px;
}
#home #content {
  /*height: 100%;
  min-height: calc(100vh - 132px);*/
  height: 768px;
  min-height: calc(100vh);
  margin: 0 auto;
  position: relative;
  width: 1200px;
}
.about-box .box-inner {
  margin: 0 auto;
  position: relative;
  width: 1200px;
}
.about-box h1 {
  float: left;
  margin-top: 110px;
  width: 30%;
}
.kobelco-desc {
  float: right;
  width: 60%;
}
.desc-inner h2 {
  margin-bottom: .5em;
  width: 480px;
}
.desc-inner p {
  line-height: 2.2;
}
.desc-inner .strong {
  font-size: 16px;
  font-weight: bold;
}
.desc-inner .strong2 {
  font-size: 18px;
  font-weight: bold;
}
.desc-inner .strong3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.desc-inner .green {
  color: #00a49f;
}
.desc-inner .mb {
  margin-bottom: 1.5em;
}
.service-btn p {
  text-align: center;
}
.service-btn a {
  background: #333e48;
  color: #fff;
  display: block;
  font-size: 20px;
  margin: 36px auto 0;
  letter-spacing: 2px;
  padding: 18px 0;
  width: 300px;
  transition: background .3s;
}
.service-btn a:hover {
  background: #00a7ac;
}
div::-webkit-scrollbar {
  width: 12px;
}
div::-webkit-scrollbar-track {
  background: rgba(171, 171, 171, 0.5);
  border: none;
}
div::-webkit-scrollbar-thumb {
  background: rgba(66, 81, 92, 0.2);
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  #home {
    background: #00a7ac;
  }
  #home #container {
    background: #fff;
    padding-top: 50px;
  }
  #home #content {
    /*height: auto;*/
    height: 440px;
    min-height: inherit;
    margin: 0 0 72px;
    overflow: hidden;
    padding: 62px 0 0;
    width: 100%;
  }
  #home section.section1 {
    margin-bottom: 0px;
  }
  #home section.section2 {
    margin: -80px 0 0px;
    padding-top: 80px;
  }
  .about-box .box-inner {
    margin: -72px auto 42px;
    padding-top: 72px;
    width: 86%;
  }
  .about-box h1 {
    float: none;
    margin: 0 auto 24px;
    width: 54%;
  }
  .kobelco-desc {
    float: none;
    width: 100%;
  }
  .desc-inner {
    margin: 0 auto;
    height: auto;
    overflow: auto;
    padding-right: 0;
    width: 100%;
  }
  .desc-inner h2 {
    width: 90%;
  }
  .desc-inner .strong {
    line-height: 1.5;
  }
  .desc-inner .strong2 {
    font-size: 16px;
    line-height: 1.5;
  }
  .desc-inner .strong3 {
    font-size: 18px;
  }
  .service-btn a {
    font-size: 18px;
    margin: 18px auto 0;
    padding: 12px 0;
    width: 300px;
  }
}
/***********************************************************************
             top animation
**********************************************************************/
.item1,
.item2,
.item3,
.item4,
.item5,
.item6,
.item7,
.fukidashi-box,
.item8,
.item9,
.item10,
.scroll-btn {
  position: absolute;
  z-index: 1;
}
.item1 {
  top: -5%;
  left: 50%;
  margin-left: -234px;
  width: 230px;
}
.item2 {
  top: 5%;
  right: 50%;
  margin-right: -455px;
  width: 300px;
}
.item3 {
  top: 15%;
  left: 50%;
  margin-left: -600px;
  width: 235px;
}
.item4 {
  top: 60%;
  left: 50%;
  margin-left: -430px;
  width: 178px;
}
.item5 {
  /*top: 67%;*/
  top: 71%;
  left: 50%;
  /*margin-left: -120px;*/
  margin-left: -95px;
  width: 180px;
}
.item6 {
  top: 58%;
  right: 50%;
  margin-right: -380px;
  width: 218px;
}
.item7 {
  top: 37%;
  right: 50%;
  margin-right: -575px;
  width: 150px;
}
.fukidashi-box {
  top: 50%;
  left: 50%;
  height: 472px;
  width: 472px;
  margin: -236px 0 0 -236px;
  z-index: 0;
}
.item8 {
  width: 100%;
}
.item9 {
  top: 50%;
  left: 50%;
  margin: -110px 0 0 -133px;
  height: 221px;
  width: 266px;
}
.item10 {
  top: 35px;
  left: 50%;
  margin: 0 0 0 -568px;
  height: 350px;
  width: 290px;
}
.scroll-btn {
  left: 50%;
  bottom: 50px;
  margin: 0 0 0 -20px;
  width: 40px;
}
.scroll-btn:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .item1 {
    top: -1%;
    left: 20%;
    margin-left: 0px;
    width: 100px;
  }
  .item2 {
    top: 5%;
    right: 3%;
    margin-right: 0px;
    width: 132px;
  }
  .item3 {
    top: 24%;
    left: -2%;
    margin-left: 0px;
    width: 102px;
  }
  .item4 {
    top: 66%;
    left: 3%;
    margin-left: 0px;
    width: 100px;
  }
  .item5 {
    top: 72%;
    left: 50%;
    margin-left: -38px;
    width: 78px;
  }
  .item6 {
    top: 65%;
    right: 8%;
    margin-right: 0px;
    width: 95px;
  }
  .item7 {
    top: 37%;
    right: 4%;
    margin-right: 0px;
    width: 67px;
  }
  .fukidashi-box {
    height: 248px;
    width: 248px;
    margin: -124px 0 0 -124px;
  }
  .item9 {
    margin: -58px 0 0 -70px;
    height: 117px;
    width: 140px;
  }
  .item10 {
    top: -35px;
    left: 50%;
    margin: 0 0 0 -72px;
    height: auto;
    width: 145px;
  }
  .scroll-btn {
    bottom: 14px;
    margin: 0 0 0 -17px;
    width: 34px;
  }
}
/***********************************************************************
             common
**********************************************************************/
.container {
  margin: 0 auto;
  /*page*/
}
.container p {
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .container {
    width: 1200px;
  }
  .container p {
    font-size: 15px;
    line-height: 2.2;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 85%;
  }
  .container p {
    font-size: 14px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 768px) {
  .top-interview .container {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .job-description #job-description .container {
    padding: 0 100px;
    width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #job-description .staff-voice .container {
    padding: 0 100px;
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .questionnaire #question .container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .welfare #walfare .container {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .recruitment .container {
    margin-top: 66px;
  }
}
@media screen and (max-width: 768px) {
  .recruitment .container {
    margin-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  #introduction {
    padding-top: 136px;
  }
}
@media screen and (max-width: 768px) {
  #introduction {
    padding-top: 92px;
  }
}
@media screen and (min-width: 769px) {
  .desc-box {
    margin: 95px 0 0 100px;
  }
  .desc-box h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .desc-box {
    margin: 40px 0 0 0;
  }
  .desc-box h2 {
    margin-bottom: 22px;
  }
}
/***********************************************************************
             top-interview
**********************************************************************/
.top-interview h2 {
  margin-bottom: 15px;
  padding-bottom: 19px;
}
.top-interview .message-box {
  position: relative;
}
.top-interview .message-box strong {
  color: #00a49f;
  font-size: 1.2em;
}
@media screen and (min-width: 769px) {
  .top-interview #interview {
    background: url(../images/top-interview/img1.jpg) no-repeat center center/cover;
    background-size: cover;
    margin-top: 66px;
    padding: 60px 0 80px;
    min-width: 1200px;
  }
  .top-interview h1 {
    margin-bottom: 260px;
    width: 587px;
  }
  .top-interview .name {
    padding-left: 45px;
    padding-top: 8px;
    position: relative;
  }
  .top-interview .name::before {
    background: url(../images/top-interview/arrow.png);
    content: "";
    height: 150px;
    width: 48px;
    position: absolute;
    top: 0;
    left: -43px;
  }
  .top-interview h2 {
    border-bottom: 4px dotted #fff;
  }
  .top-interview h2 img {
    width: 146px;
  }
  .top-interview .message-box {
    margin-left: auto;
    width: 530px;
  }
  .top-interview .message-box p {
    margin-bottom: 18px;
  }
  .top-interview .message-box .desc {
    border-bottom: 4.6px solid #00a49f;
    border-left: 4.6px solid #00a49f;
    border-radius: 0 0 0 30px;
    padding: 0 0 35px 45px;
  }
  .top-interview h3 {
    position: absolute;
    right: 67px;
    top: -265px;
    width: 201px;
  }
}
@media screen and (max-width: 768px) {
  .top-interview #interview {
    margin-top: 50px;
    position: relative;
  }
  .top-interview h1 {
    margin: auto;
    max-width: 450px;
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    width: 80%;
  }
  .top-interview h3 {
    margin-bottom: 34px;
    width: 262px;
  }
  .top-interview h2 {
    border-bottom: 4px dotted #00a49f;
  }
  .top-interview h2 img {
    width: 193px;
  }
  .top-interview .message-box {
    background: #fff;
    border-top: 3px solid #00a49f;
    margin: -55px 0 20px;
    padding: 33px 32px 20px;
  }
  .top-interview .message-box::before {
    border: 20px solid transparent;
    border-bottom: 43px solid #FFF;
    content: "";
    margin-left: -23px;
    position: absolute;
    left: 85px;
    top: -63px;
    z-index: 2;
  }
  .top-interview .message-box::after {
    border: 23px solid transparent;
    border-bottom: 48px solid #00a49f;
    content: "";
    margin-left: -26px;
    position: absolute;
    left: 85px;
    top: -73px;
    z-index: 1;
  }
  .top-interview .message-box p {
    margin-bottom: 30px;
  }
}
/***********************************************************************
             job-description
**********************************************************************/
.job-description #introduction {
  margin-bottom: 50px;
}
#job-description .staff-voice .desc {
  border-radius: 20px 0 0 20px;
  border-top: 3px solid #fccf00;
  border-bottom: 3px solid #fccf00;
  border-left: 3px solid #fccf00;
}
#job-description .staff-voice .desc span {
  background: #fccf00;
}
#job-description .staff-voice h3 {
  background: #fff;
  margin-bottom: 16px;
  margin-top: -15px;
}
@media screen and (min-width: 769px) {
  .job-description #introduction .container {
    padding-bottom: 100px;
    position: relative;
  }
  .job-description #introduction .desc-box {
    width: 600px;
  }
  .job-description #introduction .image {
    position: absolute;
    width: 418px;
    bottom: 0;
    right: 0;
  }
  .job-description #introduction .fukidashi {
    position: absolute;
    width: 471px;
    bottom: -5px;
    right: 300px;
    z-index: -1;
  }
  .job-description h1 {
    width: 622px;
  }
  .job-description h2 {
    width: 585px;
  }
  .job-description #job-description ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .job-description #job-description li {
    /*box-shadow: 7px 7px 9px rgba(0, 0, 0, 0.35);*/
    display: block;
    flex: none;
    margin: 0 29px 46px 0;
    padding: 0;
    width: 314px;
  }
  .job-description #job-description li:nth-child(3n) {
    margin-right: 0;
  }
  .job-description #job-description .image {
    margin-bottom: 25px;
  }
  .job-description #job-description h4 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #00a7ac;
  }
  .job-description #job-description h4 img {
    height: 24px;
    width: auto;
  }
  .job-description #job-description p {
    font-size: 14px;
    line-height: 1.8;
  }
  .job-description #job-description p+p {
    margin-top: 14px;
  }
  #job-description .staff-voice .image {
    float: left;
    margin: 25px 27px 0 0;
    width: 235px;
  }
  #job-description .staff-voice .desc {
    float: left;
    padding: 0 30px 10px 20px;
    position: relative;
    width: 685px;
  }
  #job-description .staff-voice .desc_02 {
    float: left;
    padding: 0 30px 10px 20px;
    position: relative;
    width: 685px;
    margin-top: 40px;
  }
  #job-description .staff-voice .desc::before {
    border: 11px solid transparent;
    border-right: 23px solid #FFF;
    content: "";
    position: absolute;
    left: -34px;
    top: 114px;
    z-index: 2;
  }
  #job-description .staff-voice .desc::after {
    border: 15px solid transparent;
    border-right: 30px solid #fccf00;
    content: "";
    position: absolute;
    left: -45px;
    top: 110px;
    z-index: 1;
  }
  #job-description .staff-voice .desc ul {
    margin: auto;
    width: 420px;
  }
  #job-description .staff-voice .desc ul li {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
  }
  #job-description .staff-voice h3 {
    width: 225px;
  }
  #job-description .staff-voice h4 {
    margin-bottom: 13px;
    width: auto;
  }
  #job-description .staff-voice p {
    font-size: inherit;
    line-height: inherit;
  }
}
@media screen and (max-width: 768px) {
  .job-description #introduction {
    margin-bottom: 30px;
  }
  .job-description #introduction .image {
    margin: auto;
    max-width: 380px;
    width: 75%;
  }
  .job-description #introduction .fukidashi {
    position: absolute;
    width: 84%;
    top: 70px;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 500px;
    z-index: -1;
  }
  .job-description h1 {
    margin: 0 auto 23px;
    max-width: 510px;
  }
  .job-description h2 {
    max-width: 460px;
  }
  .job-description #job-description h3 {
    color: #000;
    font-size: 19px;
    margin-bottom: 10px;
  }
  .job-description #job-description ul {
    margin-bottom: 42px;
  }
  .job-description #job-description li {
    border-bottom: 1px solid rgba(0, 164, 159, 0.4);
    margin-bottom: 13px;
    padding-bottom: 13px;
  }
  .job-description #job-description li:last-child {
    border-bottom: none;
  }
  .job-description #job-description .image {
    float: left;
    width: 40%;
  }
  .job-description #job-description .desc {
    float: left;
    margin: 0 8.5%;
    text-align: center;
    width: 43%;
  }
  .job-description #job-description h4 {
    margin-bottom: 15px;
    color: #00a7ac;
  }
  .job-description #job-description h4 img {
    height: 17px;
  }
  .job-description #job-description .modal {
    background: rgba(51, 63, 72, 0.3);
    color: #fff;
    border-radius: 25px;
    display: inline-block;
    font-size: 12px;
    padding: 5px 26px;
  }
  .job-description .modaal-wrapper .image {
    margin-bottom: 18px;
  }
  .job-description .modaal-wrapper h4 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #00a7ac;
  }
  .job-description .modaal-wrapper h4 img {
    height: 21px;
  }
  .job-description .modaal-wrapper p {
    line-height: 1.9;
  }
  .job-description .modaal-wrapper p+p {
    margin-top: 14px;
  }
  .job-description .modaal-wrapper p img {
    max-width: 305px;
  }
  #job-description .staff-voice {
    margin-bottom: 30px;
  }
  #job-description .staff-voice .container {
    position: relative;
  }
  #job-description .staff-voice .image {
    max-width: 245px;
    position: absolute;
    bottom: -30px;
    left: 8px;
    width: 49%;
  }
  #job-description .staff-voice .desc {
    padding: 0 0 10px 20px;
  }
  #job-description .staff-voice .desc ul {
    margin-left: auto;
    max-width: 228px;
    width: 47%;
  }
  #job-description .staff-voice .desc li {
    margin-bottom: 10px;
  }
  #job-description .staff-voice h3 {
    max-width: 225px;
    width: 46%;
  }
  /*#job-description .staff-voice h4 {
      margin-bottom: 18px;
      max-width: 297px;
      width: 61%; } */
}
/*タブ実装*/
.job-description #job-description .tab_box .btn_area {
  width: 1000px;
  margin: 0 auto 10px;
  display: -webkit-box;
  display: flex;
  gap: 10px;
}
.job-description #job-description .tab_box .tab_btn {
  text-align: center;
  background-color: #fff;
  border: solid 1px #00a7ac;
  color: #00a7ac;
  border-radius: 100px;
  padding: 20px 0;
  flex: 1 0 0%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.2s ease 0s;
}
.job-description #job-description .tab_box p.tab_btn {
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
}
.job-description #job-description .tab_box .tab_btn:hover {
  background-color: #dce1e4;
  cursor: pointer;
}
.job-description #job-description .tab_box .tab_btn.active {
  background: #00a7ac;
  color: #fff;
}
.job-description #job-description .tab_box .panel_area {
  padding: 40px 40px 0 40px;
}
.job-description #job-description .tab_box .tab_panel {
  display: none;
}
.job-description #job-description .tab_box .tab_panel.active {
  display: block;
}
.job-description #job-description .tab_box p+p {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .job-description #job-description .tab_box .btn_area {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
  }
  .job-description #job-description .tab_box p.tab_btn {
    flex: 0 0 auto;
    width: 100%;
    font-size: 14px;
  }
  .job-description #job-description .tab_box .panel_area {
    padding: 20px 0 0 0;
  }
  .job-description #job-description .tab_box .tab_btn {
    padding: 15px 0;
  }
  #job-description .staff-voice .desc {
    float: none;
    margin: 0;
    text-align: left;
    width: auto;
  }
  #job-description .staff-voice.staff_02 .image {
    max-width: 245px;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 65px);
    width: 49%;
  }
  #job-description .staff-voice.staff_02 .desc {
    padding-bottom: 260px;
  }
  .job-description .staff-voice h4 img {
    height: 45px;
    width: auto;
    margin-top: 15px;
  }
  #job-description .staff-voice li {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #job-description .staff-voice ul {
    margin-bottom: 0;
  }
  #job-description .staff-voice h4 {
    font-size: 17px;
    padding-top: 10px;
  }
}
/***********************************************************************
             questionnaire
**********************************************************************/
.questionnaire {
  background: #fff697;
}
@media screen and (min-width: 769px) {
  .questionnaire h1 {
    width: 610px;
  }
  .questionnaire h2 {
    width: 332px;
  }
  .questionnaire .question1 {
    margin: 95px auto 90px;
    position: relative;
    width: 790px;
  }
  .questionnaire .question1 h3 {
    margin-bottom: 23px;
    width: 358px;
  }
  .questionnaire .question1 .answer {
    margin: 0 8px 0 23px;
  }
  .questionnaire .question1 .comment {
    position: absolute;
    right: 0;
    top: 16px;
    width: 327px;
    z-index: 1;
  }
  .questionnaire .question2 {
    margin: 0 auto 90px;
    width: 740px;
  }
  .questionnaire .question2 h3 {
    width: 286px;
  }
  .questionnaire .question2 .answer {
    margin: -26px 0 0 50px;
  }
  .questionnaire .question3 {
    margin: 0 auto 75px;
    position: relative;
    width: 745px;
  }
  .questionnaire .question3 h3 {
    margin-bottom: 33px;
    width: 565px;
  }
  .questionnaire .question3 .answer1 {
    margin-left: 44px;
  }
  .questionnaire .question3 .answer2 {
    margin: -262px 0 0 60px;
    width: 355px;
  }
  .questionnaire .question3 .comment {
    position: absolute;
    bottom: 27px;
    right: 0;
    width: 310px;
  }
  .questionnaire .question4 {
    margin: 0 auto 165px;
    width: 410px;
  }
  .questionnaire .question4 h3 {
    margin: 0 auto 25px;
    width: 273px;
  }
  .questionnaire .question5 {
    margin: 0 auto 78px;
    position: relative;
    width: 705px;
  }
  .questionnaire .question5 h3 {
    width: 240px;
  }
  .questionnaire .question5 .answer {
    margin: -220px 0 0 auto;
    width: 433px;
  }
  .questionnaire .question5 .comment {
    position: absolute;
    left: 84px;
    bottom: 67px;
    width: 310px;
  }
  .questionnaire .question6 {
    margin: 0 auto 175px;
    width: 800px;
  }
  .questionnaire .question6 h3 {
    float: left;
    margin: 165px 40px 0 0;
    width: 275px;
  }
  .questionnaire .question6 .answer {
    float: left;
    width: 485px;
  }
  .questionnaire .question7 {
    margin: 0 auto 150px;
    position: relative;
    width: 800px;
  }
  .questionnaire .question7 h3 {
    width: 264px;
  }
  .questionnaire .question7 .answer {
    margin: 30px 0 0 140px;
    width: 587px;
  }
  .questionnaire .question7 .comment {
    position: absolute;
    right: 0;
    top: -120px;
    width: 323px;
  }
  .questionnaire .question8 {
    margin: 0 auto 82px;
    width: 870px;
  }
  .questionnaire .question8 h3 {
    width: 193px;
  }
  .questionnaire .question8 .answer {
    margin: -128px 0 0 35px;
  }
}
@media screen and (max-width: 768px) {
  .questionnaire h1 {
    margin: auto;
    max-width: 470px;
    width: 95%;
  }
  .questionnaire h2 {
    max-width: 340px;
    width: 83%;
  }
  .questionnaire h3 {
    margin: 0 0 22px 7.5%;
  }
  .questionnaire .comment {
    margin: auto;
    position: relative;
    z-index: 1;
  }
  .questionnaire .question1 {
    margin: 52px 0 34px;
  }
  .questionnaire .question1 h3 {
    max-width: 350px;
    width: 76%;
  }
  .questionnaire .question1 .answer {
    margin-top: -22px;
  }
  .questionnaire .question1 .comment {
    max-width: 500px;
    width: 77%;
  }
  .questionnaire .question2 {
    margin-bottom: 40px;
  }
  .questionnaire .question2 h3 {
    max-width: 280px;
    width: 61%;
  }
  .questionnaire .question2 .answer {
    margin-right: 13px;
  }
  .questionnaire .question3 {
    margin-bottom: 24px;
  }
  .questionnaire .question3 h3 {
    max-width: 310px;
    width: 69%;
  }
  .questionnaire .question3 .comment {
    margin-bottom: 15px;
    margin-top: -5px;
    max-width: 500px;
    width: 79%;
  }
  .questionnaire .question3 .answer2 {
    margin-left: 23px;
    width: 84%;
  }
  .questionnaire .question4 {
    margin-bottom: 35px;
  }
  .questionnaire .question4 h3 {
    margin-bottom: 23px;
    max-width: 260px;
    width: 58%;
  }
  .questionnaire .question4 .answer {
    margin: auto;
    width: 70%;
  }
  .questionnaire .question5 {
    margin-bottom: 37px;
  }
  .questionnaire .question5 h3 {
    max-width: 310px;
    width: 70%;
  }
  .questionnaire .question5 .answer {
    margin: 0 auto -24px;
    width: 54%;
  }
  .questionnaire .question5 .comment {
    max-width: 500px;
    width: 83%;
  }
  .questionnaire .question6 {
    margin-bottom: 40px;
  }
  .questionnaire .question6 h3 {
    max-width: 270px;
    width: 59%;
  }
  .questionnaire .question6 .answer {
    margin-left: 9%;
    width: 90%;
  }
  .questionnaire .question7 {
    margin-bottom: 30px;
  }
  .questionnaire .question7 h3 {
    max-width: 260px;
    width: 56%;
  }
  .questionnaire .question7 .comment {
    margin: 0 auto -22px;
    max-width: 500px;
    width: 86%;
  }
  .questionnaire .question8 {
    margin-bottom: 30px;
  }
  .questionnaire .question8 h3 {
    max-width: 190px;
    width: 41%;
  }
}
/***********************************************************************
             staff-interview
**********************************************************************/
.staff-interview {
  --txtShadow: 0 0 10px #fff, 0 0 30px #fff, 0 0 30px #fff;
}
.staff-interview h1 {
  max-width: 1200px;
  margin: 125px auto 100px;
}
.staff-interview h1 img {
  width: 736px;
}
.interviewList {
  margin: 90px auto 150px;
  overflow-x: clip;
  width: 100%;
}
.interviewList li {
  position: relative;
}
.interviewList li a::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: calc(50% + 546px);
  top: 3px;
  width: 293px;
  aspect-ratio: 293 / 544;
  background: url(../images/staff-interview/pattern-l.svg) no-repeat center / contain;
  pointer-events: none;
}
.interviewList li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: calc(50% + 323px);
  top: -104px;
  width: 459px;
  aspect-ratio: 459 / 599;
  background: url(../images/staff-interview/pattern-r.svg) no-repeat center / contain;
  pointer-events: none;
}
.interviewList li:nth-child(n+2) {
  margin-top: 50px;
}
.interviewList a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  aspect-ratio: 24 / 13;
  color: inherit;
}
.interviewList li:not(:nth-child(2)) a {
  color: #fff;
}
.interviewList li:not(:nth-child(2)) :is(.catch, .name, .caution) {
  text-shadow: 0 0 10px #333e48, 0 0 30px #333e48, 0 0 30px #333e48;
}
.staff-interview .thumb {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.staff-interview .thumb img {
  object-fit: cover;
  transition-property: opacity;
  transition-duration: 0.3s;
}
.staff-interview h2 {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  padding: 0 16px 0 24px;
  width: 26.5781%;
  height: min(61px, 5.08333vw);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.staff-interview .textbox {
  padding: 0 6.2292%;
}
.staff-interview .team {
  background-color: var(--mainColor);
  min-width: 195px;
  padding: 0 20px 1px;
  margin-bottom: 15px;
  width: fit-content;
  text-align: center;
  font-family: var(--notoSans);
  font-optical-sizing: auto;
  font-weight: 800;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
.staff-interview .catch {
  font-family: var(--notoSans);
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-shadow: var(--txtShadow);
}
.staff-interview .name {
  width: fit-content;
  position: relative;
  font-family: var(--notoSans);
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: 45px;
  letter-spacing: 0.1em;
  text-shadow: var(--txtShadow);
}
.staff-interview .name::before {
  content: "";
  position: absolute;
  width: 40px;
  aspect-ratio: 1 / 1;
  left: calc(100% + 20px);
  bottom: 50%;
  translate: 0 50%;
  background: url(../images//staff-interview/arrow.svg) no-repeat center / contain;
  border-radius: 50%;
  transition-property: left;
  transition-duration: 0.3s;
}
.staff-interview .name span {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 20px;
}
.staff-interview .caution {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  text-shadow: var(--txtShadow);
}
/* ================ 詳細ページ ================ */
.interviewbox {
  min-width: 1306px;
  width: 100%;
  overflow-x: clip;
}
.interviewbox br.spOnly {
  display: none;
}
.interviewbox .str01 {
  padding-bottom: 3px;
  color: var(--mainColor);
  background: url(../images/staff-interview/wave.svg) repeat-x left bottom;
}
.interviewbox .str02 {
  padding: 2px;
  background-color: var(--mainColor);
  color: #fff;
}
.interviewHead {
  max-width: 1200px;
  aspect-ratio: 602 / 327;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}
.interviewHead::before {
  content: "";
  position: absolute;
  aspect-ratio: 293 / 385;
  width: 24.4167%;
  left: -20.1667%;
  top: 7.6687%;
  background: url(../images/staff-interview/pattern-l02.svg) no-repeat center /contain;
}
.interviewHead::after {
  content: "";
  position: absolute;
  aspect-ratio: 459 / 599;
  width: 38.25%;
  right: -15.25%;
  top: -16.2577%;
  background: url(../images/staff-interview/pattern-r02.svg) no-repeat center / contain;
}
.interviewHead .thumb img {
  width: 100%;
}
.interviewHead .name::before {
  display: none;
}
.interviewHead.white {
  color: #fff;
}
.interviewHead.white :is(.catch, .name, .caution) {
  text-shadow: 0 0 10px #333e48, 0 0 30px #333e48, 0 0 30px #333e48;
}
.interviewbox .qabox {
  max-width: 1200px;
  margin: 100px auto;
  text-align: justify;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
.interviewbox .question {
  grid-area: question;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: end;
  background: url(../images/staff-interview/icon-q.svg) no-repeat left top;
  min-height: 75px;
  padding-left: 64px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: var(--mainColor);
  text-underline-offset: 0.5em;
  font-family: var(--notoSans);
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: 17px;
  line-height: 1.75;
}
.interviewbox .answer {
  grid-area: answer;
}
.interviewbox .answer .lead {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.6667;
  font-family: var(--notoSans);
  font-optical-sizing: auto;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.qabox .thumb {
  position: relative;
  grid-area: thumb;
  align-self: center;
  inset: auto;
  z-index: 0;
}
.qabox .thumb::before,
.qabox .thumb::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.qabox .thumb img {
  width: 100%;
}
.interviewbox .qabox01 {
  display: grid;
  grid-template: "question thumb" "answer thumb" / 1fr min(600px, 50%);
  gap: 0 min(68px, 5.6666%);
}
.qabox01 .thumb::before {
  background-image: url(../images/staff-interview/qa-pattern01.svg);
  aspect-ratio: 1 / 1;
  width: 20.6667%;
  left: -13%;
  top: -15.5%;
}
.qabox01 .thumb::after {
  background-image: url(../images/staff-interview/qa-pattern02.svg);
  aspect-ratio: 303 / 296;
  width: 50.5%;
  right: 0;
  bottom: 0;
  translate: 50% 50%;
  z-index: -1;
}
.interviewbox .qabox02 {
  max-width: none;
}
.qabox02 .question {
  max-width: 1200px;
  margin-inline: auto;
}
.qabox02 .answer {
  max-width: 1200px;
  margin-inline: auto;
  margin-bottom: 100px;
}
.qabox02 .thumb::before {
  background-image: url(../images/staff-interview/qa-pattern02.svg);
  aspect-ratio: 303 / 296;
  width: 390px;
  left: -142px;
  bottom: -106px;
}
.qabox02 .thumb::after {
  background-image:
    url(../images/staff-interview/qa-pattern01.svg),
    url(../images/staff-interview/qa-pattern03.svg);
  background-position: left top, right bottom;
  background-size: 68.5082% auto, 77.348% auto;
  width: 181px;
  height: 286px;
  right: -28px;
  top: -18px;
}
.interviewbox .qabox03 {
  display: grid;
  grid-template: "thumb question" "thumb answer" / min(600px, 50%) 1fr;
  gap: 0 min(68px, 5.6666%);
}
.qabox03 .thumb::before {
  background-image: url(../images/staff-interview/qa-pattern01.svg);
  aspect-ratio: 1 / 1;
  width: 20.6667%;
  left: -9.3333%;
  top: -2.4938%;
}
.qabox03 .thumb::after {
  background-image: url(../images/staff-interview/qa-pattern03.svg);
  aspect-ratio: 139 / 160;
  width: 23.1667%;
  right: 0;
  bottom: -16.2095%;
  rotate: -13.613deg;
  transform-origin: right top;
}
.interviewbox .point {
  max-width: 1200px;
  margin: 0 auto;
}
.interviewbox .point h3 {
  width: 521px;
  margin: 0 auto;
  padding-bottom: 18px;
  position: relative;
}
.interviewbox .point h3::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: calc(50% - 26px);
  top: -20px;
  translate: 50% 0;
  width: 786px;
  height: 200px;
  background-image: url(../images/staff-interview/man.webp),
                    url(../images/staff-interview/woman.webp);
  background-position: left top, right top;
  background-repeat: no-repeat;
}
.interviewbox .point .content {
  border-radius: 48px;
  background-color: #fffdf6;
  border: 3px solid var(--mainColor);
  padding: 60px;
  text-align: justify;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
.interviewbox .point h4 {
  margin-bottom: 16px;
  font-family: var(--notoSans);
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.6667;
  letter-spacing: 0.05em;
}
.interviewbox .messagebox {
  position: relative;
  margin: 100px auto;
  padding: 68px 0 28px;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 0 208px;
  background-image: url(../images/staff-interview/message_from_staff.svg), url(../images/staff-interview/message_from_staff.svg);
  background-repeat: repeat-x;
  background-position: left top, left bottom;
  animation: messageLogo 18s linear infinite;
}
@keyframes messageLogo {
  0% {
    background-position-x: left, left;
  }
  100% {
    background-position-x: -1630px, 1630px;
  }
}
.interviewbox .messagebox .man {
  position: absolute;
  z-index: 1;
  right: 50%;
  bottom: 0;
  translate: 50% 0;
  height: calc(100% - 68px);
}
.interviewbox .messagebox .man img {
  max-height: 100%;
}
.interviewbox .message {
  flex: 0 0 auto;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 150px 108px;
}
.interviewbox .message::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 50%;
  bottom: 50%;
  translate: 50% 50%;
  aspect-ratio: 1;
  width: auto;
  height: 100%;
  background: url(../images/staff-interview/fukidasi01.svg) no-repeat center / contain;
}
.interviewbox .message::after {
  content: "";
  position: absolute;
  right: -36px;
  top: 98px;
  width: 148px;
  height: 69px;
  background: url(../images/staff-interview/fukidasi01-arrow.svg) no-repeat center / contain;
}
.interviewbox .message .icon {
  position: absolute;
  width: 119px;
  right: -6px;
  bottom: 28px;
}
.interviewbox .message h3 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  background: url(../images/staff-interview/wave.svg) repeat-x left bottom;
  font-family: var(--notoSans);
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: 30px;
  color: var(--mainColor);
  letter-spacing: 0.05em;
}
.interviewbox .message .text {
  max-width: 340px;
  margin: 0 auto;
  text-align: justify;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
.interviewbox .message:last-child {
  margin-top: 84px;
}
.interviewbox .message:last-child::before {
  background-image: url(../images/staff-interview/fukidasi02.svg);
}
.interviewbox .message:last-child::after {
  background-image: url(../images/staff-interview/fukidasi02-arrow.svg);
  width: 117px;
  height: 77px;
  right: auto;
  left: -50px;
  top: calc(50% + 48px);
}
.interviewbox .message:last-child .icon {
  inset: auto;
  left: 35px;
  top: 14px;
  top: 2.5735%;
  left: 6.4338%;
}
.interviewbox .other {
  background-color: #333f48;
  padding: 90px 0 116px;
  color: #fff;
}
.interviewbox .other h3 {
  width: 471px;
  margin: 0 auto 32px;
}
.interviewbox .other ul {
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.interviewbox .other li {
  flex: 0 0 auto;
  width: calc((100% - 60px) / 3);
}
.interviewbox .other a {
  display: block;
  position: relative;
  color: inherit;
}
.interviewbox .other .thumb {
  position: static;
}
.interviewbox .other .thumb img {
  transition-duration: 0.3s;
}
.interviewbox .other .number {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: min(36px, 3vw);
  box-sizing: border-box;
  padding: 0 8px 0 12px;
  display: flex;
  align-items: center;
}
.interviewbox .other .textbox {
  padding: 0;
}
.interviewbox .other .team {
  min-width: 142px;
  translate: 0 -50%;
  font-size: 14px;
}
.interviewbox .other .catch {
  font-size: 27px;
  line-height: 1.3704;
  text-shadow: none;
}
.interviewbox .other .name {
  font-size: 30px;
  text-shadow: none;
}
.interviewbox .other .name::before {
  width: 25px;
  left: calc(100% + 14px);
  transition-duration: 0.3s;
}
.interviewbox .other .name span {
  font-size: 14px;
}
@media (any-hover: hover) {
  .interviewList a:hover .thumb img {
    opacity: 0.6;
  }
  .interviewList a:hover .name::before {
    left: calc(100% + 30px);
  }
  .interviewbox .other a:hover .thumb img {
    opacity: 0.6;
  }
  .interviewbox .other a:hover .name::before {
    left: calc(100% + 20px);
  }
}
@media screen and (max-width: 768px) {
  .staff-interview h1 {
    width: 84.1333%;
    max-width: 315px;
    margin: 92px auto 38px;
  }
  .staff-interview h1 img {
    width: 100%;
  }
  .interviewList {
    margin-top: 38px;
    margin-bottom: 80px;
  }
  .interviewList li:nth-child(odd) a::before {
    width: 39.0667%;
    max-width: 147px;
    right: auto;
    left: -59px;
    top: -28px;
    background-image: url(../images/staff-interview/pattern-l-sp.svg);
  }
  .interviewList li:nth-child(even) a::before {
    width: 13.0898%;
    aspect-ratio: 86 / 140;
    left: -5px;
    top: 42.1333vw;
    background-image: url(../images/staff-interview/pattern-l-sp02.svg);
  }
  .interviewList li a::after {
    width: 42.862%;
    max-width: 161px;
    left: auto;
    top: auto;
    right: -45px;
    bottom: 8px;
    z-index: -1;
  }
  .interviewList a {
    aspect-ratio: initial;
    width: 87.6%;
    display: block;
  }
  .interviewList li:not(:nth-child(2)) a {
    color: unset;
  }
  .interviewList li:not(:nth-child(2)) :is(.catch, .name, .caution) {
    text-shadow: none;
  }
  .staff-interview .thumb {
    aspect-ratio: 657 / 451;
    position: static;
  }
  .staff-interview h2 {
    width: 50%;
    height: 8vw;
    padding: 0 6px 0 12px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  .staff-interview .textbox {
    margin-top: 15px;
    padding: 0 2px;
  }
  .staff-interview .team {
    min-width: 97px;
    padding: 2px 10px;
    margin-bottom: 8px;
    font-size: 10px;
  }
  .staff-interview .catch {
    font-size: 20px;
    line-height: 1.5;
    text-shadow: none;
  }
  .staff-interview .name {
    font-size: 25px;
    text-shadow: none;
  }
  .staff-interview .name::before {
    left: calc(100% + 5px);
    width: 20px;
  }
  .staff-interview .name span {
    font-size: 13px;
  }
  .staff-interview .caution {
    font-size: 12px;
    text-shadow: none;
  }
  /* ================ 詳細ページ ================ */
  .interviewbox {
    min-width: 320px;
  }
  .interviewbox br.spOnly {
    display: inline;
  }
  .interviewbox .pcOnly {
    display: none;
  }
  .interviewbox .str01 {
    background-image: url(../images/staff-interview/wave-sp.webp);
    background-size: 144px auto;
  }
  .interviewHead {
    display: block;
    aspect-ratio: auto;
    width: 86.6667%;
  }
  .interviewHead::before {
    background-image: url(../images/staff-interview/pattern-l-sp03.svg);
    aspect-ratio: 319 / 459;
    width: 49.0769%;
    left: -22.4vw;
    top: -2.1333vw;
  }
  .interviewHead::after {
    width: 49.4462%;
    right: -20.4vw;
    top: 15.0667vw;
  }
  .interviewHead.white {
    color: unset;
  }
  .interviewHead.white :is(.catch, .name, .caution) {
    text-shadow: none;
  }
  .interviewbox .qabox {
    display: block;
    width: 86.6667%;
    margin: 50px auto;
    font-size: 14px;
    line-height: 1.9;
  }
  .interviewbox .question {
    text-underline-offset: 0.25em;
    background-size: 34px auto;
    min-height: 47px;
    padding-left: 44px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .interviewbox .answer .lead {
    font-size: 25px;
    line-height: 1.5;
  }
  .qabox .thumb {
    margin-top: 26px;
    position: relative;
  }
  .qabox01 .thumb::before {
    width: 19.0769%;
    left: -10vw;
    top: -3.2vw;
  }
  .qabox01 .thumb::after {
    width: 42%;
    translate: 0 0;
    right: -15.7333vw;
    bottom: -6.6667vw;
  }
  .interviewbox .qabox02 {
    width: 100%;
  }
  .qabox02 .question {
    width: 86.6667%;
  }
  .qabox02 .answer {
    width: 86.6667%;
    margin-bottom: 0;
  }
  .qabox02 .thumb::before {
    width: 52%;
    left: -21.4667vw;
    bottom: -8.1333vw;
  }
  .qabox02 .thumb::after {
    width: 20.8%;
    height: auto;
    aspect-ratio: 156 / 319;
    background-size: 79.4871% auto, 89.7435% auto;
    right: -10.6667vw;
    top: 0;
  }
  .qabox03 .thumb::before {
    width: 19.0769%;
    left: -2.6667vw;
    top: -4.5333vw;
  }
  .qabox03 .thumb::after {
    width: 21.3846%;
    bottom: -3.6vw;
    right: -2.4vw;
  }
  .interviewbox .point h3 {
    width: 78.8%;
    padding-bottom: 0;
    margin-bottom: 8px;
  }
  .interviewbox .point h3::before {
    display: none;
  }
  .interviewbox .point .content {
    width: 86.6667%;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 24px;
    padding: 30px 25px;
    font-size: 14px;
    line-height: 1.9;
  }
  .interviewbox .point h4 {
    font-size: 24px;
    line-height: 1.5;
  }
  .interviewbox .messagebox {
    background-size: auto 55px;
    display: block;
    padding: 0;
    display: flex;
    flex-direction: column;
    animation-name: messageLogoSP;
    animation-duration: 16s;
  }
  @keyframes messageLogoSP {
    0% {
      background-position-x: left, left;
    }
    100% {
      background-position-x: -823px, 823px;
    }
  }
  .interviewbox .messagebox .man {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
    inset: auto;
    translate: 0 0;
    height: 195vw;
    padding-right: 5vw;
    order: 1;
    margin: -22vw auto 0;
  }
  .interviewbox .messagebox .man:has(img[src*="staff03"]) {
    padding-right: 0;
    padding-left: 5vw;
  }
  .interviewbox .message {
    position: relative;
    width: 100%;
    padding: 22.9333vw 12.1333%;
  }
  .interviewbox .message:nth-child(n)::after {
    display: none;
  }
  .interviewbox .message .icon {
    width: 23.7333%;
    right: auto;
    left: 8.2667vw;
    bottom: -6.5333vw;
  }
  .interviewbox .message h3 {
    max-width: 350px;
    width: 100%;
    margin: 0 auto 12px;
    text-align: center;
    font-size: 26px;
  }
  .interviewbox .message .text {
    padding: 0 5px;
    font-size: 14px;
    line-height: 1.9;
  }
  .interviewbox .message:last-child {
    margin-top: -140vw;
    z-index: 1;
    padding: 21.9333vw 12.1333% 22.9333vw;
    order: 2;
  }
  .interviewbox .message:last-child .icon {
    left: calc(50% + 15.3333vw);
    top: -7.6vw;
  }
  .interviewbox .other {
    padding: 48px 0;
  }
  .interviewbox .other h3 {
    width: 62.8%;
  }
  .interviewbox .other ul {
    width: 86.6667%;
    gap: 40px 0;
  }
  .interviewbox .other li {
    width: 100%;
  }
  .interviewbox .other .number {
    height: 8vw;
  }
  .interviewbox .other .textbox {
    margin-top: 0;
  }
  .interviewbox .other .catch {
    font-size: 20px;
    line-height: 1.5;
  }
  .interviewbox .other .name {
    font-size: 25px;
  }
  .interviewbox .other .name::before {
    width: 20px;
    left: calc(100% + 5px);
  }
  .interviewbox .other .name span {
    font-size: 14px;
  }
  @media (any-hover: hover) {
    .interviewList a:hover .name::before {
      left: calc(100% + 5px);
    }
    .interviewbox .other a:hover .name::before {
      left: calc(100% + 5px);
    }
  }
  @media (any-hover: none) {
    .interviewList a:hover .thumb img {
      opacity: 0.6;
    }
    .interviewList a:hover .name::before {
      left: calc(100% + 10px);
    }
    .interviewbox .other a:hover .name::before {
      left: calc(100% + 10px);
    }
  }
}
/***********************************************************************
             welfare
**********************************************************************/
.welfare {
  background: #fffac6;
}
.welfare .walfare-box {
  position: relative;
}
.welfare .walfare-box.walfare1,
.welfare .walfare-box.walfare2,
.welfare .walfare-box.walfare3,
.welfare .walfare-box.walfare8,
.welfare .walfare-box.walfare9 {
  background: #fff;
}
.welfare .walfare-box.walfare1 {
  border-radius: 25px;
}
.welfare .walfare-box.walfare1 .example-box {
  color: #00a49f;
}
.welfare .walfare-box.walfare1 .head-example {
  margin: 13px 0 10px;
  position: relative;
}
.welfare .walfare-box.walfare1 .head-example img {
  background: #fff;
  padding-right: 6px;
  position: relative;
  vertical-align: top;
  width: auto;
  z-index: 1;
}
.welfare .walfare-box.walfare1 .head-example::before {
  content: "";
  border-bottom: 2px solid;
  height: 2px;
  position: absolute;
  left: 0;
  width: 100%;
}
.welfare .walfare-box.walfare1::after {
  content: "";
  position: absolute;
}
.welfare .walfare-box.walfare2 h4,
.welfare .walfare-box.walfare2 p {
  float: left;
}
.welfare .walfare-box.walfare2::after {
  content: "";
  position: absolute;
}
.welfare .walfare-box.walfare3 {
  border-radius: 52px;
}
.welfare .walfare-box.walfare3 .image {
  position: absolute;
}
.welfare .walfare-box.walfare3::after {
  content: "";
  position: absolute;
}
.welfare .walfare-box.walfare5 .image {
  position: absolute;
}
.welfare .walfare-box.walfare6 h4,
.welfare .walfare-box.walfare6 p {
  float: left;
}
.welfare .walfare-box.walfare7 .image {
  position: absolute;
}
.welfare .walfare-box.walfare7 h4,
.welfare .walfare-box.walfare7 p {
  float: left;
}
.welfare .walfare-box.walfare8 {
  border-radius: 52px;
}
.welfare .walfare-box.walfare8 .image {
  position: absolute;
}
.welfare .walfare-box.walfare8::after {
  content: "";
  position: absolute;
}
.welfare .walfare-box.walfare9 {
  border-radius: 52px;
}
.welfare .walfare-box.walfare9 .image {
  position: absolute;
}
.welfare h3 {
  border-bottom: 4px dotted #231815;
}
.welfare p {
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .welfare #introduction {
    margin-bottom: 100px;
  }
  .welfare #introduction .container {
    position: relative;
  }
  .welfare #introduction .desc-box {
    width: 718px;
  }
  .welfare #introduction .image {
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 375px;
  }
  .welfare h1 {
    width: 380px;
  }
  .welfare h2 {
    width: 408px;
  }
  .welfare h3 {
    padding-bottom: 15px;
  }
  .welfare .walfare-box.walfare1 {
    border: 6px solid #00a49f;
    margin: 0 auto 104px;
    padding: 0 52px 65px;
    width: 884px;
  }
  .welfare .walfare-box.walfare1 h3 {
    margin: -83px 12px 23px;
    width: 860px;
  }
  .welfare .walfare-box.walfare1 h4 {
    margin: 0 12px 18px;
    width: 613px;
  }
  .welfare .walfare-box.walfare1 h4+p {
    margin: 0 12px 25px;
  }
  .welfare .walfare-box.walfare1 .image {
    margin: 0 auto 90px;
    width: 623px;
  }
  .welfare .walfare-box.walfare1 h5 {
    margin-bottom: 35px;
  }
  .welfare .walfare-box.walfare1 ul {
    margin: 0 12px;
  }
  .welfare .walfare-box.walfare1 li {
    float: left;
    margin-bottom: 40px;
    width: 420px;
  }
  .welfare .walfare-box.walfare1 li:nth-child(odd) {
    margin-right: 20px;
  }
  .welfare .walfare-box.walfare1 li:last-child {
    margin-bottom: 0;
  }
  .welfare .walfare-box.walfare1 h6 {
    margin-bottom: 10px;
  }
  .welfare .walfare-box.walfare1 h6 img {
    height: 32px;
    width: auto;
  }
  .welfare .walfare-box.walfare1 .head-example {
    height: 16px;
  }
  .welfare .walfare-box.walfare1 .head-example img {
    height: 16px;
  }
  .welfare .walfare-box.walfare1 .head-example::before {
    top: 5px;
  }
  .welfare .walfare-box.walfare1 .image2 {
    position: absolute;
    bottom: 55px;
    right: 130px;
    width: 296px;
  }
  .welfare .walfare-box.walfare1::after {
    background: url(../images/welfare/walfare1.png) no-repeat;
    background-size: contain;
    height: 38.5px;
    margin: auto;
    bottom: -38px;
    left: 0;
    right: 0;
    width: 59px;
  }
  .welfare .walfare-box.walfare2 {
    border: 6px solid #00a64d;
    border-radius: 52px;
    float: left;
    margin: 0 50px 50px 0;
    padding: 0 55px 30px;
    width: 628px;
  }
  .welfare .walfare-box.walfare2 h3 {
    margin-bottom: 23px;
    margin-top: -15px;
    width: 448px;
  }
  .welfare .walfare-box.walfare2 h4 {
    margin-right: 25px;
    width: 42px;
  }
  .welfare .walfare-box.walfare2 p {
    width: 555px;
  }
  .welfare .walfare-box.walfare2 .image {
    margin-bottom: 20px;
  }
  .welfare .walfare-box.walfare2::after {
    background: url(../images/welfare/walfare2.png) no-repeat;
    background-size: contain;
    height: 64.5px;
    bottom: -64.5px;
    right: 30px;
    width: 130px;
  }
  .welfare .walfare-box.walfare3 {
    border: 6px solid #00aed4;
    float: left;
    margin-top: -140px;
    padding: 45px;
    width: 298px;
  }
  .welfare .walfare-box.walfare3 h3 {
    margin-bottom: 20px;
    padding-right: 20px;
    width: 206px;
  }
  .welfare .walfare-box.walfare3 h4 {
    margin-bottom: 20px;
    width: 238px;
  }
  .welfare .walfare-box.walfare3 .image {
    right: 15px;
    top: -29px;
    width: 111px;
  }
  .welfare .walfare-box.walfare3::after {
    background: url(../images/welfare/walfare3.png) no-repeat;
    background-size: contain;
    height: 62px;
    bottom: -62px;
    right: 75px;
    width: 125px;
  }
  .welfare .walfare-box.walfare4 {
    background: url(../images/welfare/walfare4.svg) no-repeat;
    float: left;
    margin: 0 0 0 15px;
    padding: 62px 0 85px 67px;
    width: 576px;
  }
  .welfare .walfare-box.walfare4 h3 {
    margin-bottom: 15px;
    width: 366px;
  }
  .welfare .walfare-box.walfare4 h4 {
    margin-bottom: 20px;
    width: 285px;
  }
  .welfare .walfare-box.walfare4 p {
    width: 332px;
  }
  .welfare .walfare-box.walfare5 {
    background: url(../images/welfare/walfare5.svg) no-repeat;
    float: left;
    margin-top: 8px;
    padding: 15px 63px 100px 55px;
    width: 417px;
  }
  .welfare .walfare-box.walfare5 h3 {
    margin: 0 0 15px 25px;
    width: 366px;
  }
  .welfare .walfare-box.walfare5 h4 {
    margin: 0 0 14px 25px;
    width: 208px;
  }
  .welfare .walfare-box.walfare5 .image {
    bottom: -30px;
    right: 27px;
    width: 242px;
  }
  .welfare .walfare-box.walfare6 {
    background: url(../images/welfare/walfare6.svg) no-repeat;
    float: left;
    margin: 57px 53px 0 53px;
    padding: 67px 59px 65px 46px;
    width: 334px;
  }
  .welfare .walfare-box.walfare6 h3 {
    margin: 0 0 10px 58px;
    width: 260px;
  }
  .welfare .walfare-box.walfare6 h4 {
    margin: -30px 12px 0 0;
    width: 46px;
  }
  .welfare .walfare-box.walfare6 p {
    width: 276px;
  }
  .welfare .walfare-box.walfare7 {
    background: url(../images/welfare/walfare7.svg) no-repeat;
    float: left;
    margin: 70px 0 0 0;
    padding: 157px 71px 110px 129px;
    width: 455px;
  }
  .welfare .walfare-box.walfare7 .image {
    top: -55px;
    right: 27px;
    width: 505px;
  }
  .welfare .walfare-box.walfare7 h3 {
    margin: 0 0 10px 0;
    padding-left: 4px;
    width: 261px;
  }
  .welfare .walfare-box.walfare7 p {
    margin: 6px 16px 0 0;
    padding-left: 4px;
    width: 397px;
  }
  .welfare .walfare-box.walfare7 h4 {
    width: 38px;
  }
  .welfare .walfare-box.walfare8 {
    border: 6px solid #a586bc;
    float: left;
    margin: -156px 80px 0 0;
    padding: 32px 145px 40px 52px;
    width: 360px;
  }
  .welfare .walfare-box.walfare8 .image {
    top: 104px;
    right: -28px;
    width: 225px;
  }
  .welfare .walfare-box.walfare8 h3 {
    margin: 0 0 15px 0;
    padding-right: 16px;
    width: 340px;
  }
  .welfare .walfare-box.walfare8 h4 {
    margin-bottom: 18px;
    width: 356px;
  }
  .welfare .walfare-box.walfare8 p {
    width: 293px;
  }
  .welfare .walfare-box.walfare8::after {
    background: url(../images/welfare/walfare8.png) no-repeat;
    background-size: contain;
    height: 69px;
    top: 85px;
    right: -46.5px;
    width: 46.5px;
  }
  .welfare .walfare-box.walfare9 {
    border: 6px solid #a8803e;
    float: left;
    margin: 58px 0 70px 0;
    padding: 40px 44px 60px 48px;
    width: 428px;
  }
  .welfare .walfare-box.walfare9 .image {
    top: 19px;
    right: 25px;
    width: 176px;
  }
  .welfare .walfare-box.walfare9 h3 {
    margin: 0 0 20px 0;
    padding: 0 7px 15px 4px;
    width: 201px;
  }
  .welfare .walfare-box.walfare9 h4 {
    margin-bottom: 15px;
    width: 237px;
  }
}
@media screen and (max-width: 768px) {
  .welfare {
    /*back*/
    /*.walfare6-top{
      	background: url(../images/welfare/walfare6_top-sp.png) no-repeat;
      	background-size: contain;
      	padding-top: 11%;
      	position: relative;
      	width: 100%;
      	z-index: -1;
      }
      .walfare6-bottom{
      	background: url(../images/welfare/walfare6_bottom-sp.png) no-repeat;
      	background-size: contain;
      	margin-bottom: 50px;
      	padding-top: 13.5%;
      	position: relative;
      	width: 100%;
      	z-index: -1;
      }*/
  }
  .welfare #introduction {
    margin-bottom: 68px;
  }
  .welfare h1 {
    margin: auto;
    max-width: 280px;
    width: 61%;
  }
  .welfare h2 {
    max-width: 420px;
  }
  .welfare h3 {
    padding-bottom: 10px;
  }
  .welfare .walfare-box.walfare1,
  .welfare .walfare-box.walfare2,
  .welfare .walfare-box.walfare3,
  .welfare .walfare-box.walfare6,
  .welfare .walfare-box.walfare8,
  .welfare .walfare-box.walfare9 {
    margin: auto;
    padding: 0 15px;
    width: 85%;
  }
  .welfare .walfare-box.walfare4,
  .welfare .walfare-box.walfare5,
  .welfare .walfare-box.walfare7 {
    padding: 0 30px;
  }
  .welfare .walfare-box.walfare1 {
    border: 3px solid #00a49f;
    margin-bottom: 65px;
    padding-bottom: 25px;
  }
  .welfare .walfare-box.walfare1 h3 {
    margin: -45px 0 17px;
  }
  .welfare .walfare-box.walfare1 h3 img {
    max-width: 300px;
    width: 74%;
  }
  .welfare .walfare-box.walfare1 h4 {
    margin-bottom: 20px;
    max-width: 373px;
    width: 92%;
  }
  .welfare .walfare-box.walfare1 h4+p {
    margin-bottom: 24px;
  }
  .welfare .walfare-box.walfare1 .image {
    margin-bottom: 24px;
  }
  .welfare .walfare-box.walfare1 h5 {
    margin: 0 auto 23px;
    max-width: 406px;
  }
  .welfare .walfare-box.walfare1 h6 {
    margin-bottom: 10px;
  }
  .welfare .walfare-box.walfare1 h6 img {
    height: 18px;
    width: auto;
  }
  .welfare .walfare-box.walfare1 li {
    margin-bottom: 20px;
  }
  .welfare .walfare-box.walfare1 li:last-child {
    margin-bottom: 0;
  }
  .welfare .walfare-box.walfare1 .head-example {
    height: 13px;
  }
  .welfare .walfare-box.walfare1 .head-example img {
    height: 13px;
  }
  .welfare .walfare-box.walfare1 .head-example::before {
    top: 3.5px;
  }
  .welfare .walfare-box.walfare1::after {
    background: url(../images/welfare/walfare1-sp.png) no-repeat;
    background-size: contain;
    height: 36px;
    margin: auto;
    bottom: -36px;
    left: 0;
    right: 0;
    width: 59px;
  }
  .welfare .walfare-box.walfare2 {
    border: 3px solid #00a64d;
    border-radius: 35px;
    margin-bottom: 65px;
    padding-bottom: 13px;
  }
  .welfare .walfare-box.walfare2 h3 {
    margin: -45px 0 17px;
  }
  .welfare .walfare-box.walfare2 h3 img {
    max-width: 296px;
    width: 73%;
  }
  .welfare .walfare-box.walfare2 .image {
    margin-bottom: 22px;
  }
  .welfare .walfare-box.walfare2 h4 {
    margin-right: 6%;
    max-width: 45px;
    width: 11%;
  }
  .welfare .walfare-box.walfare2 p {
    width: 83%;
  }
  .welfare .walfare-box.walfare2::after {
    background: url(../images/welfare/walfare2-sp.png) no-repeat;
    background-size: contain;
    height: 38.5px;
    bottom: -38.5px;
    left: 27px;
    width: 80px;
  }
  .welfare .walfare-box.walfare3 {
    border: 3px solid #00aed4;
    border-radius: 35px;
    margin-bottom: 82px;
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .welfare .walfare-box.walfare3 h3 {
    margin: 0 0 8px;
    width: 76%;
  }
  .welfare .walfare-box.walfare3 h3 img {
    margin-left: 15px;
    max-width: 170px;
    width: 70%;
  }
  .welfare .walfare-box.walfare3 h4 {
    margin-bottom: 30px;
    max-width: 240px;
    width: 60%;
  }
  .welfare .walfare-box.walfare3 .image {
    top: -29px;
    right: 17px;
    width: 105px;
  }
  .welfare .walfare-box.walfare3::after {
    background: url(../images/welfare/walfare3-sp.png) no-repeat;
    background-size: contain;
    height: 59px;
    bottom: -59px;
    right: 135px;
    width: 77.5px;
  }
  .welfare .walfare-box.walfare4 {
    background: #fff;
    margin-top: -2px;
    margin-bottom: -45%;
  }
  .welfare .walfare-box.walfare4 h3 {
    margin: 0 0 8px;
  }
  .welfare .walfare-box.walfare4 h3 img {
    max-width: 388px;
    width: 93%;
  }
  .welfare .walfare-box.walfare4 h4 {
    margin-bottom: 25px;
    max-width: 305px;
    width: 73%;
  }
  .welfare .walfare-box.walfare4 p {
    width: 64%;
  }
  .welfare .walfare-box.walfare5 {
    background: #fff;
    margin-top: -2px;
  }
  .welfare .walfare-box.walfare5 h3 {
    margin: 0 0 15px;
    position: relative;
  }
  .welfare .walfare-box.walfare5 h3 img {
    margin: auto;
    max-width: 342px;
    padding-left: 14%;
    width: 82%;
  }
  .welfare .walfare-box.walfare5 h3 span {
    max-width: 54px;
    position: absolute;
    bottom: 10px;
    left: 2%;
    width: 13%;
  }
  .welfare .walfare-box.walfare5 h4 {
    margin: 0 0 15px;
    max-width: 221px;
    width: 53%;
  }
  .welfare .walfare-box.walfare5 .image {
    bottom: -121px;
    right: 20px;
    width: 207px;
  }
  .welfare .walfare-box.walfare6 {
    background: #fff;
    border: 3px solid #9e9e9f;
    border-radius: 35px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 50px;
  }
  .welfare .walfare-box.walfare6 h3 {
    margin: 0 0 15px auto;
    width: 87%;
  }
  .welfare .walfare-box.walfare6 h3 img {
    margin: auto;
    max-width: 276px;
    width: 76%;
  }
  .welfare .walfare-box.walfare6 h4 {
    margin-right: 4%;
    max-width: 50px;
    width: 12%;
  }
  .welfare .walfare-box.walfare6 p {
    width: 84%;
  }
  .welfare .walfare-box.walfare7 {
    background: #fff;
    margin-top: -1px;
    padding-top: 31px;
  }
  .welfare .walfare-box.walfare7 .image {
    max-width: 450px;
    top: -130px;
    right: 5%;
    width: 90%;
  }
  .welfare .walfare-box.walfare7 h3 {
    margin-bottom: 15px;
  }
  .welfare .walfare-box.walfare7 h3 img {
    max-width: 276px;
    width: 66%;
  }
  .welfare .walfare-box.walfare7 p {
    margin-right: 5%;
    width: 85%;
  }
  .welfare .walfare-box.walfare7 h4 {
    max-width: 41px;
    width: 10%;
  }
  .welfare .walfare-box.walfare8 {
    border: 3px solid #a586bc;
    margin-bottom: 100px;
    padding-bottom: 95px;
  }
  .welfare .walfare-box.walfare8 h3 {
    margin-bottom: 20px;
    margin-top: -7px;
  }
  .welfare .walfare-box.walfare8 h3 img {
    max-width: 345px;
    width: 85%;
  }
  .welfare .walfare-box.walfare8 h4 {
    margin-bottom: 16px;
    max-width: 361px;
    width: 89%;
  }
  .welfare .walfare-box.walfare8 .image {
    margin: auto;
    bottom: -90px;
    left: 0;
    right: 0;
    width: 155px;
  }
  .welfare .walfare-box.walfare9 {
    border: 3px solid #a8803e;
    margin-bottom: 26px;
    padding-bottom: 35px;
    padding-top: 28px;
  }
  .welfare .walfare-box.walfare9 h3 {
    margin-bottom: 13px;
    max-width: 272px;
    text-align: center;
    width: 67%;
  }
  .welfare .walfare-box.walfare9 h3 img {
    max-width: 204px;
    width: 75%;
  }
  .welfare .walfare-box.walfare9 h4 {
    margin-bottom: 13px;
    max-width: 243px;
    width: 60%;
  }
  .welfare .walfare-box.walfare9 .image {
    margin: auto;
    top: 33px;
    right: 3px;
    width: 121px;
  }
  .welfare .walfare4-top {
    background: url(../images/welfare/walfare4_top-sp.png) no-repeat;
    background-size: contain;
    padding-top: 11.2%;
    position: relative;
    width: 100%;
    z-index: -1;
  }
  .welfare .walfare4-bottom {
    background: url(../images/welfare/walfare4_bottom-sp.png) no-repeat;
    background-size: contain;
    margin-bottom: 25px;
    padding-top: 64%;
    position: relative;
    width: 100%;
  }
  .welfare .walfare5-top {
    background: url(../images/welfare/walfare5_top-sp.png) no-repeat;
    background-size: contain;
    padding-top: 17.5%;
    position: relative;
    width: 100%;
    z-index: -1;
  }
  .welfare .walfare5-bottom {
    background: url(../images/welfare/walfare5_bottom-sp.png) no-repeat;
    background-size: contain;
    margin-bottom: 70px;
    padding-top: 18%;
    position: relative;
    width: 100%;
    z-index: -1;
  }
  .welfare .walfare7-top {
    background: url(../images/welfare/walfare7_top-sp.png) no-repeat;
    background-size: contain;
    padding-top: 25.5%;
    position: relative;
    width: 100%;
    z-index: -1;
  }
  .welfare .walfare7-bottom {
    background: url(../images/welfare/walfare7_bottom-sp.png) no-repeat;
    background-size: contain;
    margin-bottom: 15px;
    padding-top: 16.5%;
    position: relative;
    width: 100%;
    z-index: -1;
  }
}
/***********************************************************************
             recruitment
**********************************************************************/
.recruitment .page-btn {
  padding: 90px 0 80px;
  text-align: center;
}
.recruitment .page-btn a {
  background: #ffff04;
  border: 2px solid #00a5a0;
  border-radius: 10px;
  display: inline-block;
  padding: 13px 80px;
  position: relative;
}
.recruitment .page-btn a::after {
  background: url(../images/recruitment/arrow.png) no-repeat;
  background-size: contain;
  content: "";
  height: 12px;
  position: absolute;
  top: 18px;
  right: 14px;
  width: 16px;
}
.recruitment .page-btn a img {
  height: 22px;
  width: auto;
}
.recruitment .entrysheet {
  text-align: center;
  margin-top: 20px;
}
.recruitment .entrysheet a {
  background: #ffff04;
  border: 2px solid #00a5a0;
  border-radius: 10px;
  display: inline-block;
  padding: 13px 80px;
  position: relative;
}
.recruitment .entrysheet a::after {
  background: url(../images/recruitment/download.png) no-repeat;
  background-size: contain;
  content: "";
  width: 24px;
  height: 18px;
  position: absolute;
  top: 16px;
  right: 20px;
}
.recruitment .entrysheet a img {
  height: 22px;
  width: auto;
}
.recruitment .head-border {
  border-bottom: 2px solid #00a49f;
  margin-bottom: 45px;
  padding-bottom: 17px;
}
.recruitment .head-border img {
  height: 30px;
  width: auto;
}
.recruitment table {
  width: 100%;
}
.recruitment table th,
.recruitment table td {
  color: #00a5a0;
  font-weight: normal;
  line-height: 1.7;
  padding: 0 0 22px;
  text-align: left;
  vertical-align: top;
}
.recruitment table th {
  white-space: nowrap;
}
.recruitment table td {
  padding-left: 25px;
}
.recruitment #company {
  margin: 0 auto 85px;
  width: 868px;
}
.recruitment #company td img {
  vertical-align: unset;
  /*width: 48px;*/
}
.recruitment #company li {
  padding-left: 7px;
  position: relative;
}
.recruitment #company li::after {
  content: "・";
  position: absolute;
  left: -6px;
  top: 0;
}
.recruitment #recruitment {
  margin: -70px auto 45px;
  padding-top: 70px;
  width: 868px;
}
.recruitment #recruitment li {
  border: 1px solid;
  border-radius: 10px;
  float: left;
  line-height: 1.3;
  margin: 0 23px 0 0;
  padding: 9px 0 5px;
  position: relative;
  text-align: center;
}
.recruitment #recruitment li::after {
  background: url(../images/arrow.png) no-repeat;
  background-size: contain;
  content: "";
  height: 16px;
  margin: auto;
  position: absolute;
  width: 11px;
}
.recruitment #recruitment li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.recruitment #recruitment li:last-child::after {
  content: none;
}
.recruitment #welfare {
  margin: 0 auto 70px;
  width: 868px;
}
.recruitment #welfare .head-border img {
  height: 22px;
}
.recruitment #welfare dt {
  position: absolute;
  width: 56px;
}
.recruitment #welfare dd {
  padding-left: 55px;
}
@media screen and (min-width: 769px) {
  .recruitment #recruitment li:first-child,
  .recruitment #recruitment li:nth-child(2) {
    width: 144px;
  }
  .recruitment #recruitment li:nth-child(3),
  .recruitment #recruitment li:nth-child(4),
  .recruitment #recruitment li:last-child {
    width: 110px;
  }
  .recruitment #recruitment li::after {
    bottom: 0;
    right: -18px;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .recruitment .page-btn {
    padding: 35px 0 30px;
  }
  .recruitment .page-btn a {
    border: 1.6px solid #00a5a0;
    padding: 7px 67px 12px;
  }
  .recruitment .page-btn a::after {
    height: 9px;
    top: 15px;
    right: 11px;
    width: 12px;
  }
  .recruitment .page-btn a img {
    height: 18px;
  }
  .recruitment .entrysheet {
    padding: 0 0 20px;
    margin-top: 0;
  }
  .recruitment .entrysheet a {
    border: 1.6px solid #00a5a0;
    padding: 7px 67px 12px;
  }
  .recruitment .entrysheet a::after {
    width: 24px;
    height: 18px;
    top: 11px;
    right: 11px;
  }
  .recruitment .entrysheet a img {
    height: 18px;
  }
  .recruitment .head-border {
    margin-bottom: 17px;
    padding-bottom: 20px;
  }
  .recruitment .head-border img {
    height: 22px;
  }
  .recruitment table th {
    line-height: 1.5;
    width: 25%;
  }
  .recruitment table td {
    line-height: 1.5;
    padding-left: 4%;
    width: 75%;
  }
  .recruitment #company {
    margin-bottom: 15px;
    width: 100%;
  }
  .recruitment #recruitment {
    margin-bottom: 25px;
    width: 100%;
  }
  .recruitment #recruitment li {
    margin-bottom: 30px;
    width: 100%;
  }
  .recruitment #recruitment li::after {
    bottom: -23px;
    right: 0;
    left: 0;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .recruitment #welfare {
    margin-bottom: 5px;
    width: 100%;
  }
  .recruitment #welfare .head-border img {
    height: 16px;
  }
}
/***********************************************************************
             faq
**********************************************************************/
#faq img[src$=".svg"] {
  width: auto;
}
#faq h1 {
  margin: 125px auto 100px;
  max-width: 1200px;
}
.faqNavi {
  list-style: none;
  max-width: 1000px;
  margin: 0 auto 110px;
  display: flex;
  gap: 50px;
}
.faqNavi li {
  flex: 1 0 0%;
  display: flex;
}
.faqNavi a {
  position: relative;
  flex: 0 0 100%;
  padding: 32px 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--mainColor);
  border-radius: 10px;
  background-color: #fff100;
}
.faqNavi a::before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 17px;
  translate: 50% 0;
  width: 13px;
  height: 13px;
  border-right: 2px solid var(--mainColor);
  border-bottom: 2px solid var(--mainColor);
  rotate: 45deg;
}
#faq>section {
  max-width: 1000px;
  margin: calc(var(--hdH) * -1) auto 110px;
  padding-top: calc(var(--hdH));
}
#faq h2 {
  padding-bottom: 10px;
  border-bottom: 2px solid var(--mainColor);
}
.faqbox>div {
  margin-top: 48px;
}
.faqbox .icon {
  position: relative;
  align-self: start;
  flex: 0 0 1em;
  padding-right: 5px;
  margin-right: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 25px;
  line-height: 1;
}
.faqbox .icon::before {
  content: "";
  position: absolute;
  right: -2px;
  top: 1px;
  width: 2px;
  height: 1.2em;
  background-color: #fff;
}
.faqbox dt {
  background-color: var(--mainColor);
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 7px 20px;
  border-radius: 80px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  line-height: 1.5;
  color: #fff;
}
.faqbox dt .text {
  text-align: justify;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.faqbox dd {
  display: flex;
  align-items: start;
  padding: 0 20px;
}
.faqbox dd .icon::before {
  background-color: #333e48;
}
.faqbox dd .text {
  text-align: justify;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
.faqbox dd .text p + p {
  margin-top: 1.5em;
}
.faqbox dd .text h3 {
  font-size: 100%;
  font-weight: normal;
}
.faqbox dd .text .list01 > li {
  text-indent: -1em;
  padding-left: 1em;
}
.faqbox dd .text .list01 > li::first-letter {
  font-feature-settings: normal;
  letter-spacing: 0;
}
.faqbox dd li h3 ~ * {
  padding-left: 1.5em;
}
.faqbox dd .text .caution {
  margin-top: 1em;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.3333;
}
.faqbox dd .text a {
  overflow-wrap: anywhere;
  word-break: break-all;
  color: var(--mainColor);
  text-decoration: underline;
}
@media (any-hover: hover) {
  .faqbox dd .text a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  #faq h1 {
    width: 88px;
    margin: 92px auto 38px;
  }
  .faqNavi {
    width: 86.6667%;
    margin-bottom: 70px;
    gap: 12px;
  }
  .faqNavi a {
    padding: 18px 0 30px;
  }
  .faqNavi a::before {
    bottom: 13px;
    width: 8px;
    height: 8px;
  }
  #faq>section {
    width: 86.6667%;
    margin-bottom: 78px;
  }
  #faq h2 img {
    width: auto;
    height: 19px;
  }
  .faqbox>div:first-child {
    margin-top: 20px;
  }
  .faqbox>div {
    margin-top: 30px;
  }
  .faqbox .icon {
    margin-right: 10px;
    padding-top: 2px;
    font-size: 20px;
  }
  .faqbox dt {
    margin-bottom: 15px;
    border-radius: 25px;
  }
  .faqbox dt .text {
    font-size: 16px;
  }
  .faqbox dd {
    padding-right: 0;
  }
  .faqbox dd .text {
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0;
  }
}
/***********************************************************************
             vision
**********************************************************************/
.vision {
  background-color: #fff799;
}
#vision img[src$=".svg"] {
  width: auto;
}
#vision h1 {
  margin: 125px auto 100px;
  max-width: 1200px;
}
#vision *,
#vision *::before,
#vision *::after {
  box-sizing: border-box;
}
.vision .lead {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
.vision .lead h2 {
  margin-bottom: 30px;
}
.visionList {
  max-width: 1200px;
  margin: 65px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}
.visionList li {
  flex: 0 0 auto;
  display: flex;
  width: calc((100% - 72px) / 3);
}
.visionList a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  border: 3px solid var(--mainColor);
  border-radius: 20px;
  padding: 18px 10px;
  transition-duration: 0.3s;
}
.visionList img:first-child {
  margin-bottom: auto;
}
.visionList .icon {
  position: relative;
  width: 34px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 3px solid var(--mainColor);
  background-color: #fff;
  margin-top: auto;
  transition-duration: 0.3s;
}
.visionList .icon::before,
.visionList .icon::after {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  right: 50%;
  bottom: 50%;
  translate: 50% 50%;
  width: 18px;
  height: 3px;
  transition-duration: 0.3s;
}
.visionList .icon::after {
  width: 3px;
  height: 18px;
}
.vision .modaal-container {
  max-width: 800px;
  border: 3px solid var(--mainColor);
  border-radius: 20px;
  text-align: center;
  font-size: 15px;
  line-height: 2.2;
}
.visionModal {
  position: relative;
  padding-bottom: 40px;
}
.visionModal .modaal-close.visionModalClose {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 3px solid var(--mainColor);
}
.visionModal .modaal-close::before,
.visionModal .modaal-close::after {
  background-color: var(--mainColor);
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.visionModal img[src$=".svg"] {
  width: auto;
}
.visionModal h3 {
  margin-top: 15px;
}
.visionModal .name {
  margin: 20px auto;
  text-align: center;
  font-family: var(--notoSans);
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.3333;
  letter-spacing: 0.1em;
}
.visionModal .name .team {
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.visionModal p {
  max-width: 620px;
  margin: 0 auto;
  text-align: justify;
}
@media (any-hover: hover) {
  .visionList a:hover .icon,
  .visionModal .modaal-close.visionModalClose:hover {
    background-color: var(--mainColor);
  }
  .visionList a:hover .icon::before,
  .visionList a:hover .icon::after,
  .visionModal .modaal-close:hover::before,
  .visionModal .modaal-close:hover::after {
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  #vision h1 {
    width: 129px;
    margin: 92px auto 38px;
  }
  .vision .lead {
    width: 86.6667%;
    text-align: justify;
    font-size: 14px;
    line-height: 1.9;
  }
  .vision .lead h2 {
    margin-bottom: 18px;
  }
  .vision .lead br {
    display: none;
  }
  .visionList {
    width: 86.6667%;
    margin: 36px auto;
    gap: 20px;
  }
  .visionList li {
    width: calc((100% - 20px) / 2);
  }
  .visionList a {
    border-width: 2px;
    gap: 5px;
    padding: 15px;
  }
  .visionList a img:first-child {
    width: 56px;
  }
  .visionList .icon {
    border-width: 2px;
    width: 25px;
  }
  .visionList .icon::before {
    width: 14px;
    height: 2px;
  }
  .visionList .icon::after {
    width: 2px;
    height: 14px;
  }
  .vision .modaal-container {
    border-width: 2px;
    font-size: 14px;
    line-height: 1.9;
  }
  .visionModal {
    padding-bottom: 0;
  }
  .visionModal .modaal-close.visionModalClose {
    right: -5px;
    top: -5px;
  }
  .visionModal .thumb {
    width: 80px;
    margin: 0 auto;
  }
  .visionModal .name {
    margin: 12px auto;
  }
  .visionModal .name .team span {
    display: inline-block;
  }
}
/***********************************************************************
             crosstalk
**********************************************************************/
.crosstalk {
  --txtShadow: 0 0 10px #fff, 0 0 30px #fff, 0 0 30px #fff;
  background-color: #fff799;
}
[id="crosstalk"] {
  width: 100%;
  overflow-x: clip;
  min-width: 1200px;
}
[id="crosstalk"] img[src$=".svg"] {
  width: auto;
}
[id="crosstalk"] *,
[id="crosstalk"] *::before,
[id="crosstalk"] *::after {
  box-sizing: border-box;
}
.crosstalk .mainvisual {
  position: relative;
  aspect-ratio: 7 / 4;
  display: flex;
  flex-direction: column;
  text-shadow: var(--txtShadow);
}
.crosstalk .mainvisual::before {
  content: "";
  position: absolute;
  aspect-ratio: 44 / 39;
  width: 31.4286%;
  max-width: 440px;
  background: url(../images/crosstalk/pattern01.svg) no-repeat center / contain;
  left: max(-180px, -12.8571%);
  bottom: max(-200px, -25%);
}
.crosstalk .mainvisual .ph {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.crosstalk .mainvisual .ph img {
  width: 100%;
}
.crosstalk h1 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 125px;
}
.crosstalk .mainvisual .lead {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
.crosstalk .mainvisual h2 {
  margin-bottom: 30px;
  font-family: var(--notoSans);
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.crosstalk .member {
  max-width: 1200px;
  margin: 84px auto 114px;
}
.crosstalk .member h2 {
  text-align: center;
}
.crosstalk .member ul {
  margin-top: 144px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}
.crosstalk .member li {
  position: relative;
  flex: 0 0 auto;
  width: calc((100% - 28px * 3) / 4);
  background-color: #fff;
  border: 3px solid var(--mainColor);
  border-radius: 18px;
  padding: 102px 30px 30px;
}
.crosstalk .member li:first-child {
  animation-delay: 0.5s;
}
.crosstalk .member li:nth-child(2) {
  animation-delay: 1s;
}
.crosstalk .member li:nth-child(3) {
  animation-delay: 1.5s;
}
.crosstalk .member li:last-child {
  animation-delay: 2s;
}
.crosstalk .member .thumb {
  position: absolute;
  right: 50%;
  top: 0;
  translate: 50% -50%;
  width: 180px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.crosstalk .member .thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid var(--mainColor);
}
.crosstalk .member .thumb img {
  width: 100%;
}
.crosstalk .member .year {
  text-align: center;
  font-family: var(--notoSans);
  font-optical-sizing: auto;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.crosstalk .member .team {
  background-color: var(--mainColor);
  min-width: 140px;
  width: fit-content;
  margin: 0 auto;
  padding: 0 1em;
  border-radius: 1.6em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: var(--notoSans);
  font-optical-sizing: auto;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.1em;
}
.crosstalk .member .name {
  text-align: center;
  font-family: var(--notoSans);
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: 27px;
  color: var(--mainColor);
  letter-spacing: 0.1em;
}
.crosstalk .member .caution {
  margin-top: 25px;
  text-indent: -1em;
  padding-left: 1em;
}
.themebox {
  --marginLR: calc((100% - 1200px) / 2);
  background-color: #fff;
  border: 3px solid var(--mainColor);
  border-radius: 100px;
  margin: 0 auto;
  padding: 72px 0 128px;
  text-align: justify;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
.themeboxR {
  margin-left: var(--marginLR);
  padding-right: calc(var(--marginLR) + 100px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  padding-left: 97px;
}
.themeboxL {
  margin-right: var(--marginLR);
  padding-left: calc(var(--marginLR) + 100px);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  padding-right: 97px;
}
.themeboxPh {
  position: relative;
  z-index: 2;
  margin-top: -76px;
  display: grid;
  grid-template-rows: repeat(2, min-content);
  gap: 0 80px;
}
.themeboxPh + .themebox {
  margin-top: -25px;
}
.themeboxL.themeboxPh {
  grid-template-columns: 1fr min(568px, 47.3333%);
  padding-left: 0;
}
.themeboxR.themeboxPh {
  grid-template-columns: min(568px, 47.3333%) 1fr;
  padding-right: 0;
}
.themeboxPh .ph {
  grid-column: 1 / 2;
  grid-row: 1 / -1;
}
.themeboxR.themeboxPh .ph {
  grid-column: 2 / -1;
}
.themeboxPh .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.themeboxPh h2,
.themeboxPh .comment {
  grid-column: 2 / -1;
}
.themeboxR.themeboxPh h2,
.themeboxR.themeboxPh .comment {
  grid-column: 1 / 2;
}
.themebox h2 {
  margin-bottom: 40px;
  display: flex;
  align-items: end;
  font-family: var(--notoSans);
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.1667;
  letter-spacing: 0.05em;
}
.themebox h2 .icon {
  flex: 0 0 42px;
  margin-right: 18px;
}
.themebox h2 .text {
  flex: 0 1 auto;
  padding-bottom: 6px;
  border-bottom: 3px solid var(--mainColor);
}
.themebox h2 br.spOnly {
  display: none;
}
.themebox .comment {
  display: flex;
  gap: 0 28px;
  margin-top: 20px;
}
.themebox .comment .thumb {
  flex: 0 0 90px;
  text-align: center;
  font-family: var(--notoSans);
  font-optical-sizing: auto;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.themebox .comment .thumb img {
  width: 100%;
  border-radius: 50%;
  border: 3px solid var(--mainColor);
}
.themebox .comment .thumb + * {
  margin-top: 10px;
}
.themePh {
  margin: 56px auto;
  width: 100%;
  height: 250px;
  background: url(../images/crosstalk/thumb01.webp) repeat-x left top / auto 100%;
  animation: thumb01loop 28s linear infinite;
}
@keyframes thumb01loop {
  0% {
    background-position-x: left;
  }
  100% {
    background-position-x: -2795px;
  }
}
.themebox01 {
  position: relative;
}
.themebox01::before {
  content: "";
  position: absolute;
  right: calc((100vw - 1200px) / 2 + 15px);
  left: 1050px;
  top: -22px;
  background: url(../images/crosstalk/pattern02.svg) no-repeat center / contain;
  aspect-ratio: 139 / 160;
  max-width: 139px;
  width: 10.6923%;
}
.themebox02 .ph {
  position: relative;
}
.themebox02 .ph img {
  border-radius: 0 50px 50px 0;
}
.themebox02 .ph::before {
  content: "";
  position: absolute;
  background: url(../images/crosstalk/pattern03.svg) no-repeat center / contain;
  aspect-ratio: 187 / 162;
  width: 187px;
  right: -28px;
  top: -80px;
}
.themebox03 {
  position: relative;
}
.themebox03::before {
  content: "";
  position: absolute;
  right: -60px;
  top: -144px;
  background: url(../images/crosstalk/pattern04.svg) no-repeat center / contain;
  aspect-ratio: 319 / 311;
  width: 319px;
}
.themebox04 .ph {
  position: relative;
}
.themebox04 .ph img {
  border-radius: 50px 0 0 50px;
  object-position: 80% center;
  aspect-ratio: 600 / 610;
}
.themebox04 .ph::before {
  content: "";
  position: absolute;
  background: url(../images/crosstalk/pattern05.svg) no-repeat center / contain;
  aspect-ratio: 141 / 150;
  width: 141px;
  left: 68px;
  top: -72px;
}
.themebox04::after {
  content: "";
  position: absolute;
  left: 690px;
  top: calc(100% - 52px);
  background: url(../images/crosstalk/pattern02.svg) no-repeat center / contain;
  aspect-ratio: 139 / 160;
  width: 139px;
}
.themebox05 {
  position: relative;
  z-index: 1;
}
.thumb02 {
  margin-top: -36px;
  position: relative;
}
.thumb02::before {
  content: "";
  position: absolute;
  left: -21px;
  bottom: 70px;
  background: url(../images/crosstalk/pattern06.svg) no-repeat center /contain;
  aspect-ratio: 141 / 165;
  width: 141px;
}
.thumb02 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  [id="crosstalk"] {
    min-width: 320px;
  }
  .crosstalk .mainvisual {
    margin-top: var(--hdH);
    padding-bottom: 35px;
    aspect-ratio: 150 / 243;
  }
  .crosstalk .mainvisual::before {
    display: none;
  }
  .crosstalk h1 {
    padding-top: 37px;
    width: 57.1593%;
  }
  .crosstalk .mainvisual .lead {
    width: 86.6667%;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.9;
    color: #fff;
    text-shadow: 0 0 10px #000,
      0 0 10px #000,
      0 0 30px #000;
  }
  .crosstalk .mainvisual h2 {
    margin-bottom: 12px;
    font-size: 25px;
    line-height: 1.38;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(0, 0, 0, 0.5);
  }
  .crosstalk .member {
    width: 86.6667%;
    margin: 35px auto 48px;
  }
  .crosstalk .member ul {
    margin-top: 16px;
    gap: 8px;
  }
  .crosstalk .member li {
    border-width: 2px;
    padding: 15px 4.6154%;
    display: grid;
    grid-template-columns: 31.1419% 1fr;
    grid-template-rows: repeat(4, auto);
    gap: 3px min(14px, 3.7333vw);
    width: 100%;
  }
  .crosstalk .member li:nth-child(n) {
    animation-delay: 0.25s;
  }
  .crosstalk .member .thumb {
    grid-column: 1 / 2;
    grid-row: 1 / -1;
    width: 100%;
    position: static;
    translate: 0 0;
  }
  .crosstalk .member .year {
    text-align: left;
    grid-column: 2 / -1;
    line-height: 1.3333;
  }
  .crosstalk .member .team {
    min-width: 0;
    margin: 0;
    padding: 2px 1em;
    text-align: left;
    grid-column: 2 / -1;
    align-self: center;
    font-size: min(13px, 3.4667vw);
    line-height: 1.3333;
    letter-spacing: 0.05em;
  }
  .crosstalk .member .name {
    text-align: left;
    align-self: center;
    grid-column: 2 / -1;
    font-size: 24px;
    line-height: 1.2;
  }
  .crosstalk .member p {
    grid-column: 2 / -1;
  }
  .crosstalk .member .caution {
    margin-top: 14px;
  }
  .themebox {
    --marginLR: 6.6666vw;
    margin-top: 25px;
    border-width: 2px;
    padding-block: 35px 52px;
    font-size: 14px;
    line-height: 1.9;
  }
  .themeboxL {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-inline: 0;
  }
  .themeboxR {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-inline: 0;
  }
  .themeboxPh {
    display: block;
  }
  .themeboxPh + .themebox {
    margin-top: 25px;
  }
  .themeboxPh .ph {
    margin-right: var(--marginLR);
  }
  .themeboxPh .ph img {
    border-radius: 0 25px 25px 0;
  }
  .themebox h2 {
    position: relative;
    margin-inline: var(--marginLR);
    margin-bottom: 28px;
    align-items: stretch;
    font-size: min(25px, 6.6667vw);
    line-height: 1.1;
    letter-spacing: -0.03em;
  }
  .themebox h2 .text {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
  .themebox h2 br {
    display: none;
  }
  .themebox h2 br.spOnly {
    display: inline;
  }
  .themebox .comments {
    margin-inline: var(--marginLR);
  }
  .themebox .comment {
    gap: 0 min(14px, 4.6666%);
  }
  .themebox .comment .thumb {
    flex-basis: 21%;
  }
  .themebox .comment .thumb img {
    border-width: 2px;
  }
  .themebox .comment .thumb + * {
    margin-top: 0;
  }
  .themebox01::before {
    width: 20%;
    max-width: 70px;
    left: auto;
    right: 5.7143%;
  }
  .themebox02 .ph::before {
    width: 28.3077%;
    max-width: 93px;
    top: -6.1333vw;
    right: -4.4615%;
  }
  .themebox03 {
    border-radius: 50px 0 0 50px;
    border: 2px solid var(--mainColor);
    border-right: none;
    margin-right: 0;
    margin-left: var(--marginLR);
  }
  .themebox03::before {
    right: -12.2857%;
    top: -31.7333vw;
    width: 41.8571%;
  }
  .themebox04 {
    border-radius: 0 50px 50px 0;
    border: 2px solid var(--mainColor);
    border-left: none;
    margin-left: 0;
    margin-right: var(--marginLR);
  }
  .themebox04 .ph img {
    aspect-ratio: auto;
    object-position: 50% 50%;
  }
  .themebox04 .ph::before {
    width: 21.6923%;
    left: auto;
    right: -10%;
    top: -21.7391%;
  }
  .themebox04::after {
    width: 20%;
    left: 13.4286%;
    top: calc(100% - 8vw);
  }
  .themebox05 {
    border-radius: 50px 0 0 50px;
    border: 2px solid var(--mainColor);
    border-right: none;
    margin-right: 0;
    margin-top: 25px;
    margin-left: var(--marginLR);
  }
  .themePh {
    margin: 24px auto;
    aspect-ratio: 15 / 11;
    height: auto;
    animation-name: thumb01loopSp;
  }
  @keyframes thumb01loopSp {
  0% {
    background-position-x: left;
  }
  100% {
    background-position-x: -819.8666vw;
  }
}
  .thumb02 {
    margin-top: 20px;
  }
  .thumb02::before {
    width: 18.8%;
    left: -4.2667%;
    bottom: 6.1333vw;
  }
}
/***********************************************************************
             loader
**********************************************************************/
#loader {
  width: 120px;
  height: 120px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  z-index: 10;
}
#fade {
  width: 100%;
  height: 100%;
  display: none;
  background-color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5;
}
/***********************************************************************
             arrow
**********************************************************************/
.fuwafuwa {
  opacity: 1 !important;
  -webkit-animation-name: fuwafuwa !important;
  animation-name: fuwafuwa !important;
  -webkit-animation-duration: 1.8s !important;
  animation-duration: 1.8s !important;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -8px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -8px);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -8px);
  }
  100% {
    transform: translate(0, 0);
  }
}


.day_bnr{
  text-align: center;
  margin: 50px auto 150px auto;
}
.day_bnr .desc-inner h2 {
    margin-bottom: .5em;
    width: 100%;
    margin: 0 auto;
}
.day_bnr .desc-inner .strong {
    font-size: 1.5em;
}

.sp_only{
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only{
  display: block;
  }
  .pc_only{
    display: none;
  }
  .day_bnr{
  margin: 25px auto 80px auto;
  }
  .day_bnr .desc-inner h2 {
    width: 90%;
}
  .day_bnr .desc-inner h2 img{
    max-width: 100%;
  }
  .day_bnr .desc-inner .strong {
    font-size: 1.2em;
}
}

.flow_note{
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .flow_note{
  margin-bottom: 10px;
}
}