@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@300;400&display=swap");
/*
Theme Name: atlighting
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/
img[class*=wp-image-],
img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

.wp-block-image figure,
.wp-block-image figcaption {
  display: block;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body, table, input, textarea, select, option {
  font-family: "Noto Sans JP", sans-serif;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

a,
a:link {
  color: #222;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

a:visited {
  color: #222;
}

a:hover {
  color: #222;
}

a:active {
  color: #222;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 896px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}

a.nolink,
a.nolink:hover {
  opacity: 1;
  cursor: default;
  pointer-events: none;
}

@media all and (max-width: 896px) {
  a:hover,
  a:hover img {
    opacity: 1 !important;
  }
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
  margin-bottom: 26px;
  padding: 93px 0 63px;
  text-align: center;
  border-bottom: 1px solid #D1CFCF;
}

.pageTitle .headLine01 .en {
  margin-bottom: 8px;
  display: block;
  font-size: 5.4rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.08em;
}

.pageTitle .headLine01 .jp {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

@media all and (max-width: 896px) {
  .pageTitle {
    margin-bottom: 13px;
    padding: 18px 0 30px;
  }
  .pageTitle .headLine01 .en {
    margin-bottom: 2px;
    font-size: 3rem;
  }
  .pageTitle .headLine01 .jp {
    font-size: 1.6rem;
  }
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.fadeInUp.on {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*------------------------------------------------------------
	comVisual
------------------------------------------------------------*/
.comVisual {
  box-sizing: border-box;
  color: #222;
  margin: 0 auto;
  padding: 60px min(113px, 8.2723279649vw);
  width: min(100%, 1366px);
}
@media screen and (max-width: 896px) {
  .comVisual {
    padding: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 13px;
  }
}
.comVisual .headLine05 {
  font-size: 4.6rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 896px) {
  .comVisual .headLine05 {
    font-size: 2.4rem;
    text-align: left;
    padding: 0 24px;
  }
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
  font-family: "Source Serif Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
  margin-bottom: 75px;
  padding-bottom: 15px;
  position: relative;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #E8A2A2;
}
@media screen and (max-width: 896px) {
  .headLine02 {
    margin-bottom: min(8vw, 30px);
    padding-bottom: 8px;
    font-size: min(8vw, 3rem);
    text-align: center;
  }
}
.headLine02:after {
  background: #E8A2A2;
  content: "";
  display: block;
  height: 5px;
  margin: 18px 0 0;
  width: 40px;
}
@media screen and (max-width: 896px) {
  .headLine02:after {
    height: 3px;
  }
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
  margin-bottom: 20px;
  padding-bottom: 26px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 896px) {
  .headLine03 {
    margin-bottom: 10px;
    padding-bottom: 13px;
    font-size: 1.6rem;
  }
}

/*------------------------------------------------------------
	comTtlBox
------------------------------------------------------------*/
.comTtlBox {
  margin-bottom: 42px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 896px) {
  .headLine04 {
    text-align: center;
    width: 100%;
  }
}
.headLine04 .en {
  color: #E8A2A2;
  display: block;
  font-family: "Source Serif Pro", serif;
  font-size: min(5.8565153734vw, 80px);
  font-weight: 200;
  letter-spacing: 0.1464128843vw;
}
@media screen and (max-width: 896px) {
  .headLine04 .en {
    margin-bottom: 1px;
    font-size: min(10.6666666667vw, 4rem);
    text-align: left;
  }
}
.headLine04 .en:after {
  background: #E8A2A2;
  content: " ";
  display: block;
  height: 5px;
  margin: 0 0 20px;
  width: 40px;
}
@media screen and (max-width: 896px) {
  .headLine04 .en:after {
    height: 3px;
    margin: 8px 0 20px;
  }
}
.headLine04 .jp {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 896px) {
  .headLine04 .jp {
    font-size: min(5.3333333333vw, 2rem);
    text-align: left;
    display: block;
  }
}

.comTtlBox .title {
  width: calc(100% - 217px);
  padding: 46px 0 0 120px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2.6;
  box-sizing: border-box;
}
@media screen and (max-width: 896px) {
  .comTtlBox .title {
    width: 100%;
    padding: 36px 0 0 0;
    font-size: 1.4rem;
    line-height: 1.71;
  }
}

/*------------------------------------------------------------
	comCompany
------------------------------------------------------------*/
.comCompany {
  position: relative;
}
.comCompany .headLine04 {
  margin-bottom: 70px;
}
.comCompany .textBox {
  padding: 110px 0 0 0;
  position: relative;
  width: 42%;
  float: left;
  box-sizing: border-box;
}
.comCompany .textBox table {
  width: 100%;
  border-collapse: collapse;
}
.comCompany .textBox th,
.comCompany .textBox td {
  padding: 20px 0;
  text-align: left;
  vertical-align: middle;
  letter-spacing: 0.06em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #D6D6D6;
}
.comCompany .textBox th {
  width: 30.6%;
  font-weight: 700;
}
.comCompany .mapInner {
  position: relative;
}
.comCompany .mapBox {
  width: 49%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.comCompany .mapBox iframe {
  height: 366px;
  width: 100%;
  vertical-align: top;
}

@media all and (max-width: 896px) {
  .comCompany {
    padding: 52px 0 0;
    top: 0;
  }
  .comCompany .headLine04 {
    margin-bottom: 9px;
    position: static;
    width: 100%;
    text-align: center;
  }
  .comCompany .textBox {
    padding: 0;
    position: relative;
    width: 100%;
    float: none;
  }
  .comCompany .textBox th,
  .comCompany .textBox td {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 16px;
    letter-spacing: 0.06em;
  }
  .comCompany .textBox th {
    padding: 18px 0 7px;
    width: 100%;
    border-bottom: none;
  }
  .comCompany .mapBox {
    margin: 72px -24px 0;
    width: auto;
    float: none;
  }
  .comCompany .mapBox iframe {
    height: 238px;
  }
}
/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  background: #E8A2A2 url(img/common/texture.png);
  position: relative;
  width: 100vw;
}
@media screen and (max-width: 896px) {
  .comBox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: min(32vw, 160px);
    background-size: cover;
  }
}
.comBox:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100%;
  background: linear-gradient(90deg, transparent, #E8A2A2);
  opacity: 0.7;
  content: " ";
  display: block;
}
@media screen and (max-width: 896px) {
  .comBox:before {
    height: 100%;
  }
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
  z-index: 10;
}
.comLink a {
  border: 1px solid #fff;
  border-radius: 43px;
  color: #fff;
  display: block;
  letter-spacing: 0.06em;
  overflow: hidden;
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  width: 540px;
}
@media screen and (max-width: 896px) {
  .comLink a {
    width: min(87.4666666667vw, 328px);
  }
}
@media screen and (min-width: 897px) {
  .comLink a:before {
    background-color: #E8A2A2;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    left: auto;
    right: 0;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
.comLink a .info {
  position: relative;
  z-index: 2;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
@media screen and (max-width: 896px) {
  .comLink a .info {
    height: 50px;
    font-size: 1.6rem;
  }
}
.comLink a .info:before {
  background: url(img/common/mail.png) no-repeat;
  content: " ";
  display: inline-block;
  height: 25px;
  margin: 2px 20px 0 0;
  width: 35px;
}
@media screen and (max-width: 896px) {
  .comLink a .info:before {
    background: url(img/common/sp_mail.png) no-repeat;
    background-size: contain;
    height: 15px;
    margin: 3px 12px 0 0;
    width: 20px;
  }
}
.comLink a .info:after {
  margin-top: -10px;
  position: absolute;
  right: 49px;
  top: 50%;
  background: url("img/common/icon17.png") no-repeat left top;
  background-size: 21px auto;
  width: 22px;
  height: 23px;
  content: "";
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .comLink a .info:after {
    background: url(img/common/icon08.png) no-repeat right center;
    background-size: contain;
    height: 17px;
    margin-top: -8px;
    right: 6.1162079511%;
    width: 18px;
  }
}
@media screen and (min-width: 897px) {
  .comLink a:hover {
    color: #fff;
    border-color: #fff;
  }
  .comLink a:hover:before {
    width: 100%;
    right: auto;
    left: 0;
  }
  .comLink a:hover .info:after {
    top: 60%;
  }
}

/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
  margin: 0 auto 78px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.comImgBox .photoBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.comImgBox .photoBox .nameSpan {
  width: 33%;
  margin-top: 170px;
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.comImgBox .photoBox .nameSpan .small {
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
  margin-top: 7px;
}

.comImgBox .textBox {
  padding-bottom: 50px;
  width: 58.6%;
}

.comImgBox .textBox h4 {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
}

.comImgBox .textBox p {
  line-height: 1.71;
  letter-spacing: 0.06em;
  text-align: justify;
}

.comImgBox01 {
  flex-direction: row-reverse;
}

.comImgBox01 .photoBox .nameSpan {
  text-align: left;
}

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

@media all and (max-width: 896px) {
  .comImgBox {
    max-width: inherit;
    margin: 0 0 30px;
    display: block;
  }
  .comImgBox .photoBox {
    width: 100%;
  }
  .comImgBox .photoBox .nameSpan {
    margin-top: 18px;
    font-size: 1.6rem;
  }
  .comImgBox .textBox {
    width: 100%;
    padding: 0;
    margin-top: 42px;
  }
  .comImgBox .textBox h4 {
    margin-bottom: 18px;
    font-size: 1.6rem;
  }
  .comImgBox .textBox p {
    line-height: 2.2;
  }
}
/*------------------------------------------------------------
	comMore
------------------------------------------------------------*/
.comMore > * {
  color: #E8A2A2;
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  display: block;
  width: 158px;
  height: 50px;
  border-bottom: 1px solid #E8A2A2;
  line-height: 50px;
  margin: 0 auto;
}
.comMore > *:before {
  margin-top: -6px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 17px;
  height: 17px;
  background: url("img/common/icon08.png") no-repeat right center;
  background-size: contain;
  content: "";
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.comMore > *:visited, .comMore > *:link {
  color: #E8A2A2;
}

@media all and (min-width: 897px) {
  .comMore > *:hover {
    opacity: 0.6;
  }
  .comMore > *:hover:before {
    right: -10px;
  }
}
@media all and (max-width: 896px) {
  .comMore > * {
    padding-right: 12px;
    font-size: 1.6rem;
  }
}
body {
  color: #222;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #fff;
}
@media screen and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.4rem;
  }
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

#container {
  padding-top: 100px;
  overflow: hidden;
  text-align: left;
}
@media screen and (max-width: 896px) {
  #container {
    padding-top: 60px;
  }
}

#main {
  display: block;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  background: #fff;
  box-sizing: border-box;
  height: 100px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 896px) {
  #gHeader {
    height: 60px;
  }
}
#gHeader h1 {
  padding: 20px 0 0 38px;
  float: left;
  width: 304px;
}
@media screen and (max-width: 896px) {
  #gHeader h1 {
    padding: 12px 0 0 15px;
    width: 144px;
  }
}
#gHeader .rBox {
  float: right;
  display: flex;
  align-items: center;
}
#gHeader .rBox .btn {
  float: left;
}
#gHeader .rBox .btn a {
  color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  width: 220px;
  text-align: center;
  background: #7FB8BA;
  border: 1px solid #fff;
  letter-spacing: 0.06em;
  border-radius: 30px;
}
@media screen and (max-width: 896px) {
  #gHeader .rBox .btn a {
    height: 60px;
    width: 60px;
    font-size: 1.2rem;
    letter-spacing: 0.03em;
    border-radius: unset;
    border: none;
  }
}
#gHeader .rBox .btn img {
  margin: -3px 12px 0 0;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 896px) {
  #gHeader .rBox .btn img {
    margin: 10px 0 7px 0;
  }
}
@media screen and (max-width: 896px) {
  #gHeader .rBox .btn .infoTxt {
    display: block;
  }
}
#gHeader .rBox .btn:hover {
  opacity: 0.7;
}
#gHeader .menu {
  float: right;
  width: 100px;
  height: 100px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 896px) {
  #gHeader .menu {
    float: right;
    width: 60px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#gHeader .menu:before {
  position: absolute;
  right: 50%;
  top: 50%;
  margin: -12px -12px 0 0;
  background: url("img/common/icon02.png") no-repeat left top;
  background-size: 24px auto;
  width: 24px;
  height: 24px;
  content: "";
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
@media screen and (max-width: 896px) {
  #gHeader .menu:before {
    margin: -8px -11px 0 0;
    width: 22px;
    height: 16px;
    background: url(img/common/sp_menu.png) no-repeat center center;
    background-size: 22px 16px;
  }
}
#gHeader .menu span {
  background-color: #222;
  display: none;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  right: 37px;
  width: 30px;
  height: 2px;
}
@media screen and (max-width: 896px) {
  #gHeader .menu span {
    right: 15px;
  }
}
#gHeader .menu span:nth-of-type(1) {
  top: 38px;
}
@media screen and (max-width: 896px) {
  #gHeader .menu span:nth-of-type(1) {
    top: 19px;
  }
}
#gHeader .menu span:nth-of-type(2) {
  top: 48px;
}
@media screen and (max-width: 896px) {
  #gHeader .menu span:nth-of-type(2) {
    top: 29px;
  }
}
@media screen and (min-width: 897px) {
  #gHeader .menu:hover {
    background: #E8A2A2;
  }
}
@media screen and (min-width: 897px) {
  #gHeader .menu:hover:before {
    background: url("img/common/icon02_over.png") no-repeat left top;
    background-size: 24px auto;
  }
}
#gHeader .menu.on {
  background: none !important;
}
#gHeader .menu.on:before {
  display: none;
}
#gHeader .menu.on span {
  display: block !important;
}
#gHeader .menu.on span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
#gHeader .menu.on span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.menuBox {
  background: #E8A2A2;
  display: none;
  position: fixed;
  right: 0;
  top: 100px;
  width: 550px;
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  z-index: 999;
}
@media screen and (max-width: 896px) {
  .menuBox {
    height: calc(100% - 60px);
    padding-top: 10px;
    top: 60px;
    width: 100%;
  }
}

.menuBox .naviUl {
  padding: 24px 60px 100px 79px;
}
@media screen and (max-width: 896px) {
  .menuBox .naviUl {
    padding: 0 27px 50px;
  }
}

.menuBox .naviUl li a {
  padding: 20px 30px 19px 0;
  position: relative;
  font-size: 1.6rem;
  display: block;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #fff;
}
.menuBox .naviUl li a:hover {
  opacity: 0.6;
}

.menuBox .naviUl li a:before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  width: 8px;
  height: 13px;
  content: "";
  background: url(img/common/icon05.png) no-repeat left top;
  background-size: contain;
  display: none;
}
@media screen and (max-width: 896px) {
  .menuBox .naviUl li a:before {
    display: inline-block;
  }
}

.menuBox .naviUl .blank a:before {
  margin-top: -8px;
  width: 17px;
  height: 17px;
  background: url("img/common/icon13.png") no-repeat left top;
  background-size: 17px 17px;
  content: "";
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
  margin: 0 auto 60px;
  padding: 0 min(113px, 8.2723279649vw);
  width: min(100%, 1366px);
}

#pagePath li {
  margin-right: 10px;
  display: inline;
  letter-spacing: 0.08em;
}

#pagePath li a {
  padding-right: 30px;
  display: inline-block;
  background: url("img/common/icon04.png") no-repeat right center;
  background-size: 9px auto;
  color: #BFBFBF;
}

#pagePath li img {
  margin: -3px 0 0;
  display: inline-block;
  vertical-align: middle;
}

#pagePath li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 896px) {
  #pagePath {
    max-width: inherit;
    margin: 0 auto 42px;
    padding: 0 24px;
  }
  #pagePath li {
    margin-right: 9px;
  }
  #pagePath li a {
    padding-right: 26px;
    background: url("img/common/sp_icon03.png") no-repeat right center;
    background-size: 8px auto;
  }
  #pagePath li img {
    margin: -3px 0 0;
  }
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 min(113px, 8.2723279649vw);
  width: min(100%, 1366px);
}
@media screen and (max-width: 896px) {
  .content {
    max-width: inherit;
    padding: 0 6.4vw;
    width: 100%;
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  background: #F5F5F5;
  padding: 35px 100px;
  color: #222;
}

#gFooter address {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  font-style: normal;
  text-align: center;
}

.pageTop {
  position: fixed;
  right: 70px;
  bottom: 44px;
  z-index: 600;
}

.pageTop a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 896px) {
  #gFooter {
    padding: 17px 0;
  }
  #gFooter address {
    font-size: 1.2rem;
    text-align: center;
  }
  .pageTop {
    display: none;
  }
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contactPage {
  background: #F5F5F5;
}

.contactPage .content {
  box-sizing: content-box;
  width: 760px;
}

.contactPage .topTxt {
  margin: 0 0 68px 3px;
  letter-spacing: 0.06em;
}

.contactPage table {
  margin-bottom: 25px;
  width: 100%;
  border-collapse: collapse;
  word-break: break-all;
}

.contactPage th,
.contactPage td {
  text-align: left;
  vertical-align: middle;
}

.contactPage th {
  padding: 0 0 20px 0;
  width: 29%;
  font-weight: 500;
}

.contactPage td {
  font-size: 1.3rem;
  position: relative;
  padding: 0 0 47px 0;
}

.contactPage th .must {
  float: right;
  width: 44px;
  color: #fff;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  background: #212836;
  text-align: center;
}

.contactPage td input[type=email],
.contactPage td input[type=tel],
.contactPage td input[type=text],
.contactPage td input[type=number],
.contactPage td select,
.contactPage td textarea {
  color: #222;
  width: 100%;
  height: 58px;
  font-size: 1.3rem;
  padding: 5px 10px 5px 23px;
  -webkit-appearance: none;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
}

.contactPage td.kana span {
  width: 49%;
  display: inline-block;
}

.contactPage td.kana span:nth-child(2) {
  margin-left: 2%;
}

.contactPage td .wid01 {
  width: 98px !important;
}

.contactPage td .ico {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.6rem;
}

.contactPage td .add {
  margin-bottom: 20px;
  float: left;
}

.contactPage td .addTxt {
  width: 80%;
  float: right;
  margin-bottom: 20px;
}

.contactPage td textarea {
  height: 265px;
  resize: vertical;
  padding: 20px 10px 20px 23px;
}

.contactPage .txtP {
  margin-bottom: 45px;
  line-height: 1.9;
  text-align: center;
}

.contactPage .txtP a {
  text-decoration: underline;
}

.contactPage .txtP a:hover {
  opacity: 0.7;
}

.contactPage .agreeTxt {
  width: 460px;
  margin: 0 auto 57px;
  padding: 12px 0 16px 0;
  box-sizing: border-box;
  border: 1px solid #CCC;
}

.contactPage .agreeTxt input[type=checkbox] {
  display: none;
}

.contactPage .agreeTxt input[type=checkbox] ~ span {
  background: url("img/common/check_box_bg02.png") no-repeat left top 9px;
  background-size: 16px 16px;
  display: block;
  min-height: 16px;
  padding: 4px 0 6px 26px;
}

.contactPage .agreeTxt input[type=checkbox]:checked ~ span {
  background: url("img/common/check_box_bg01.png") no-repeat left top 9px;
  background-size: 16px 16px;
}

.contactPage .agreeTxt span.wpcf7-list-item {
  display: block;
  margin: 0 0 0 1em;
  text-align: center;
}

.contactPage .agreeTxt input[type=checkbox] ~ span {
  display: inline-block;
}

.contactPage .submit {
  text-align: center;
}

.contactPage .submit li {
  margin: 0 6px;
  display: inline-block;
  vertical-align: top;
}

.ajax-loader {
  display: none !important;
}

.contactPage .submit li .info01 {
  display: block;
  position: relative;
  background: #212836;
  border: 1px solid #212836;
  overflow: hidden;
}

.contactPage .submit li .info02 {
  position: relative;
  z-index: 2;
}

.contactPage .submit li .info01:before {
  margin-top: -5px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 13px;
  background: url("img/common/icon05.png") no-repeat left center;
  background-size: 8px 13px;
  content: "";
  z-index: 3;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.contactPage .submit li .info01:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  left: auto;
  right: 0;
  background-color: #fff;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.contactPage .submit .back .info01:before {
  margin-top: -5px;
  position: absolute;
  right: auto;
  left: 10px;
  top: 50%;
  width: 8px;
  height: 13px;
  background: url("img/common/icon07.png") no-repeat left center;
  background-size: 8px 13px;
  content: "";
}

.contactPage .submit li input {
  color: #fff;
  width: 258px;
  height: 48px;
  font-size: 1.6rem;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
  background: none;
}

.contactPage .submit li input:disabled {
  cursor: default;
  pointer-events: none;
}

.contactPage .submit .back .info01 {
  background: #919191;
  border-color: #919191;
}

.contactPage .submit li.disabled .info01 {
  background: #959595;
  border-color: #959595;
}

.contactPage .submit li.disabled .info01:after {
  display: none;
}

.contactPage .errTop {
  margin-bottom: 16px;
  padding: 18px 10px;
  color: #C1272D;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  border: 3px solid #C1272D;
  background: #FCDEDD;
  text-align: center;
}

.contactPage .errTop img {
  margin: -3px 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.contactPage .error td input,
.contactPage .error td select,
.contactPage .error td textarea {
  background: #FCDEDD;
  border: 1px solid #C1272D;
}

.contactPage .error td .errorTxt {
  margin: 2px 0 -22px;
  display: block;
  color: #DE2B2B;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 1.4rem;
}

.contactPage .error td .add .errorTxt {
  width: 130px;
}

.contactPage .confirmTab th,
.contactPage .confirmTab td {
  height: 60px;
}

.contactPage .confirmTab td .add {
  margin-bottom: 4px;
}

.wpcf7c-elm-step2 th {
  height: auto !important;
  padding: 0 0 15px 0;
}

.wpcf7c-elm-step2 td {
  height: auto !important;
  padding: 0 0 70px 0;
}

.wpcf7c-elm-step2 td .add {
  float: none;
}

.thanks .title {
  margin-bottom: 32px;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
}

.thanks .thanksTxt {
  margin-bottom: 180px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}

.thanks .linkBtn a {
  margin: 0 auto;
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  width: 256px;
  color: #fff;
  text-align: center;
  position: relative;
  background: #212836;
  border: 1px solid #212836;
  box-sizing: border-box;
  border-radius: 30px;
  overflow: hidden;
}

.thanks .linkBtn a:before {
  margin-top: -4px;
  position: absolute;
  left: 11px;
  top: 50%;
  width: 8px;
  height: 13px;
  background: url("img/common/icon07.png") no-repeat left center;
  background-size: 8px 13px;
  content: "";
  z-index: 3;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.thanks .linkBtn .info {
  position: relative;
  z-index: 2;
}

.thanks .linkBtn a:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  left: auto;
  right: 0;
  background-color: #fff;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media all and (min-width: 897px) {
  .contactPage .submit li:hover .info01:after {
    width: 100%;
    right: auto;
    left: 0;
  }
  .contactPage .submit li:hover .info01:before {
    right: -21px;
    background-image: url("img/common/icon08.png");
  }
  .contactPage .submit li.disabled:hover .info01:before {
    right: 10px;
    background-image: url("img/common/icon05.png");
  }
  .contactPage .submit li:hover input {
    color: #212836;
  }
  .contactPage .submit li.disabled:hover input {
    color: #fff;
  }
  .contactPage .submit li.back:hover .info01:before {
    left: -21px;
    background-image: url("img/common/icon14.png");
  }
  .thanks .linkBtn a:hover {
    color: #212836;
  }
  .thanks .linkBtn a:hover:before {
    background-image: url("img/common/icon14.png");
    left: -21px;
  }
  .thanks .linkBtn a:hover:after {
    width: 100%;
    right: auto;
    left: 0;
  }
}
@media all and (max-width: 896px) {
  .contactPage .content {
    width: auto;
    padding-bottom: 150px;
  }
  .contactPage .topTxt {
    margin: 0 0 17px;
    line-height: 1.9;
    text-align: center;
  }
  .contactPage table {
    margin-bottom: 0;
  }
  .contactPage th,
  .contactPage td {
    float: left;
    width: 100%;
    padding: 0 0 25px;
    box-sizing: border-box;
  }
  .contactPage th {
    padding: 22px 0 10px;
    width: 100%;
    border: none;
  }
  .contactPage td:before {
    display: none;
  }
  .contactPage td input[type=text],
  .contactPage td input[type=email],
  .contactPage td input[type=tel],
  .contactPage td textarea {
    height: 58px;
    font-size: 1.2rem;
    padding: 5px 10px 5px 25px;
  }
  .contactPage td {
    font-size: 1.4rem;
  }
  .contactPage td .wid01 {
    width: 124px !important;
  }
  .contactPage td .ico {
    margin-right: 7px;
  }
  .contactPage td .add {
    margin-bottom: 20px;
  }
  .contactPage td .addTxt {
    width: 100%;
  }
  .contactPage td textarea {
    height: 180px;
    padding: 20px 10px 20px 25px;
  }
  .contactPage .txtP {
    margin-bottom: 23px;
    line-height: 1.85;
  }
  .contactPage .agreeTxt {
    width: auto;
    margin: 0 auto 51px;
    padding: 14px 10px 14px 30px;
  }
  .contactPage .agreeTxt span.wpcf7-list-item {
    margin: 0 !important;
  }
  .contactPage .submit li {
    margin: 0 0 15px;
    display: block;
  }
  .contactPage .submit li:last-child {
    margin-bottom: 0;
  }
  .contactPage .submit li span:before {
    right: 17px;
  }
  .contactPage .submit li input {
    width: 100%;
    height: 60px;
  }
  .contactPage .errTop {
    margin-bottom: 18px;
    padding: 23px 10px 20px;
    font-size: 1.6rem;
    border-width: 2px;
    line-height: 1.9;
  }
  .contactPage .errTop img {
    margin: 0 auto 5px;
    display: block;
  }
  .contactPage .error td .errorTxt {
    margin: 3px 0 -19px;
    font-size: 1.1rem;
  }
  .contactPage .confirmTab th,
  .contactPage .confirmTab td {
    padding: 21px 0 7px;
    height: auto;
    line-height: 2;
  }
  .contactPage .confirmTab td {
    padding: 0 0 20px;
  }
  .contactPage .confirmTab td .add {
    margin-bottom: 4px;
  }
  .thanks .title {
    margin-bottom: 22px;
    font-size: 2.4rem;
  }
  .thanks .thanksTxt {
    margin-bottom: 37px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.9;
  }
  .thanks .linkBtn a {
    margin: 0 auto;
    height: 60px;
    width: 100%;
    font-size: 1.6rem;
    max-width: 450px;
    letter-spacing: 0.06em;
  }
  .thanks .linkBtn a:before {
    left: 16px;
  }
}
@media all and (max-width: 374px) {
  .contactPage .txtP {
    margin: 0 -17px 23px;
  }
  .contactPage .agreeTxt {
    padding: 14px 5px 14px 10px;
    font-size: 1.3rem;
  }
}
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
.privacy {
  background: #fff;
  padding: 0 0 min(13.17715959vw, 180px);
}

.privacy p {
  margin-bottom: 4px;
  line-height: 2.3;
  letter-spacing: 0.06em;
}

.privacy h5 {
  margin-bottom: 6px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.privacy .txt01 {
  margin-bottom: 65px;
}

.privacy .txt02 {
  margin-bottom: 72px;
}

.privacy .txt03 {
  margin-bottom: 35px;
}

.privacy .txt04 {
  margin-bottom: 0;
}

.privacy .pageTitle {
  margin-bottom: 0;
  padding: 93px 0 0;
}

.privacy .pageTitle .headLine01 .jp {
  width: 1140px;
  margin: 0 auto;
  text-align: left;
  font-size: 4.2rem;
}

.privacy #pagePath {
  padding: 40px 0 34px 0;
  margin: 0 auto;
  text-align: left;
  width: 1140px;
}

.privacy .headLine02 {
  color: #222;
  text-align: left;
  margin-top: 124px;
  padding-bottom: 40px;
}

.privacy .headLine03 {
  border-bottom: 1px solid #D1CFCF;
}

@media all and (max-width: 896px) {
  .privacy .headLine02 {
    margin-top: 29px;
    padding-bottom: 22px;
    margin-bottom: 37px;
  }
  .privacy .headLine02:before {
    left: 0;
  }
  .privacy .pageTitle {
    padding: 37px 24px 30px;
  }
  .privacy .pageTitle .headLine01 .en {
    margin-bottom: 8px;
    font-size: 3.2rem;
  }
  .privacy .pageTitle .headLine01 .jp {
    font-size: 2.4rem;
  }
  .privacy #pagePath {
    margin-bottom: 0;
    padding: 29px 0 0 0;
  }
  .privacy p {
    margin-bottom: 3px;
    line-height: 1.85;
    letter-spacing: 0.01em;
  }
  .privacy h5 {
    margin-bottom: 3px;
    letter-spacing: 0.01em;
  }
  .privacy .txt01 {
    margin-bottom: 57px;
  }
  .privacy .txt02 {
    margin-bottom: 60px;
  }
  .privacy .txt03 {
    margin-bottom: 27px;
  }
  .privacy .txt04 {
    margin-bottom: 0;
  }
}
.wpcf7-response-output {
  display: none !important;
}

/*------------------------------------------------------------
	recruitPage
------------------------------------------------------------*/
.recruitPage {
  /*--- 業務内容 ---*/
  /*--- インタビュー ---*/
  /*--- ポイント ---*/
  /*--- 福利厚生 ---*/
}
.recruitPage #pagePath {
  margin-bottom: 180px;
}
@media screen and (max-width: 896px) {
  .recruitPage #pagePath {
    margin-bottom: min(26.6666666667vw, 100px);
  }
}
.recruitPage .recruitIconSec {
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  .recruitPage .recruitIconSec {
    margin: 40px 0 16px;
    padding: 0 24px;
    display: flex;
  }
}
.recruitPage .recruitIconSec .recruitIconBox {
  border: 1px solid #7FB8BA;
  border-radius: 16px;
  padding: 6px 15px;
  margin-right: 16px;
  color: #7FB8BA;
  font-size: 1.4rem;
}
@media screen and (max-width: 896px) {
  .recruitPage .recruitIconSec .recruitIconBox {
    font-size: 1.2rem;
  }
}
.recruitPage .topSec {
  background: #F5F5F5;
  position: relative;
}
@media screen and (max-width: 896px) {
  .recruitPage .topSec {
    margin-bottom: 0;
  }
}
.recruitPage .topSec:before {
  background: url(img/common/wave_lg.png) repeat-x top center;
  content: "";
  display: block;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
  width: 100vw;
}
@media screen and (max-width: 896px) {
  .recruitPage .topSec:before {
    background: url(img/common/sp_wave_lg.png) repeat-x top center;
    height: 56px;
    top: -56px;
  }
}
.recruitPage .topSec .content {
  box-sizing: border-box;
  padding: 0 min(113px, 8.2723279649vw);
  width: min(100%, 1366px);
}
@media screen and (max-width: 896px) {
  .recruitPage .topSec .content {
    padding: 0 min(6.4vw, 24px);
  }
}
.recruitPage .topSec .title {
  position: relative;
}
@media screen and (max-width: 896px) {
  .recruitPage .topSec .title:before {
    content: " ";
    display: block;
    height: 50%;
    margin: 0 -50vw;
    padding: 0 50vw;
    position: absolute;
    top: 0;
    width: 100vw;
  }
}
.recruitPage .topSec .title > div {
  color: #222;
  font-size: 2rem;
  position: relative;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  box-sizing: border-box;
  border-radius: 30px;
  margin: 0 auto;
  padding: 90px 0;
  width: min(100%, 1366px);
  z-index: 2;
}
@media screen and (max-width: 896px) {
  .recruitPage .topSec .title > div {
    border-radius: 20px;
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: justify;
    padding: 0 0 6.6666666667vw;
  }
}
.recruitPage .topSec .linkList {
  display: flex;
  justify-content: space-between;
  padding: 0 0 9.5168374817vw;
  position: relative;
}
@media screen and (max-width: 896px) {
  .recruitPage .topSec .linkList {
    display: block;
    padding: 0 0 min(13.3333333333vw, 50px);
  }
}
.recruitPage .topSec .linkList li {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 20%;
}
@media screen and (max-width: 896px) {
  .recruitPage .topSec .linkList li {
    margin-bottom: 2.6666666667vw;
    width: 100%;
  }
}
@media screen and (max-width: 896px) {
  .recruitPage .topSec .linkList li:last-child {
    border-right: 0;
  }
}
@media screen and (max-width: 896px) {
  .recruitPage .topSec .linkList li:nth-child(4n) {
    margin-right: 0;
  }
}
.recruitPage .topSec .linkList li a {
  align-items: center;
  background: #E8A2A2;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: clamp(13px, 1.1713030747vw, 16px);
  font-weight: 500;
  height: min(4.39238653vw, 60px);
  justify-content: center;
  padding: 0 15px;
  position: relative;
  letter-spacing: 0.06em;
  width: min(15.5197657394vw, 212px);
}
@media screen and (max-width: 896px) {
  .recruitPage .topSec .linkList li a {
    height: 50px;
    flex-direction: row;
    font-size: 1.4rem;
    font-weight: 700;
    justify-content: space-between;
    width: 100%;
  }
}
.recruitPage .topSec .linkList li a:after {
  background: url("img/common/icon09.png") no-repeat right center;
  background-size: contain;
  content: "";
  height: min(0.9516837482vw, 13px);
  margin-top: max(-0.439238653vw, -6px);
  position: absolute;
  right: min(1.8301610542vw, 25px);
  top: 50%;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  width: min(1.0248901903vw, 14px);
}
@media screen and (max-width: 896px) {
  .recruitPage .topSec .linkList li a:after {
    height: 13px;
    margin-top: -5px;
    width: 14px;
  }
}
@media screen and (min-width: 897px) {
  .recruitPage .topSec .linkList li a:hover:after {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
.recruitPage .businessSec {
  background: #F5F5F5;
  position: relative;
  padding: 0 0 5.8565153734vw 0;
}
@media screen and (max-width: 896px) {
  .recruitPage .businessSec {
    padding-bottom: 16vw;
  }
}
.recruitPage .businessSec .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 896px) {
  .recruitPage .businessSec .content {
    display: block;
  }
}
.recruitPage .businessSec .headLine02 {
  width: 100%;
}
@media screen and (max-width: 896px) {
  .recruitPage .businessSec .headLine02:after {
    margin: 0 auto;
  }
}
.recruitPage .businessSec .headLine06 {
  margin-bottom: 62px;
}
@media screen and (max-width: 896px) {
  .recruitPage .businessSec .headLine06 {
    margin-bottom: 32px;
  }
}
.recruitPage .businessSec .businessBox {
  align-items: center;
  display: flex;
  width: 43%;
}
@media screen and (max-width: 896px) {
  .recruitPage .businessSec .businessBox {
    width: 100%;
  }
}
.recruitPage .businessSec .businessBox dl {
  margin: 0 0 50px;
}
@media screen and (max-width: 896px) {
  .recruitPage .businessSec .businessBox dl {
    margin: 0;
  }
}
.recruitPage .businessSec .businessBox dl dt {
  font-size: 2rem;
  font-weight: 500;
  padding: 0 0 26px;
}
@media screen and (max-width: 896px) {
  .recruitPage .businessSec .businessBox dl dt {
    font-weight: 700;
    padding: 8vw 0 4vw;
  }
}
.recruitPage .businessSec .businessBox dl dd {
  line-height: 2;
}
@media screen and (max-width: 896px) {
  .recruitPage .businessSec .businessBox dl dd {
    line-height: 1.71;
  }
}
.recruitPage .businessSec figure {
  border-radius: 30px 30px 0 30px;
  -webkit-filter: drop-shadow(40px 40px 0 rgba(132, 132, 132, 0.2));
          filter: drop-shadow(40px 40px 0 rgba(132, 132, 132, 0.2));
  overflow: hidden;
  width: 48.7%;
}
@media screen and (max-width: 896px) {
  .recruitPage .businessSec figure {
    border-radius: 0 30px 0 0;
    -webkit-filter: drop-shadow(15px 15px 0 rgba(132, 132, 132, 0.2));
            filter: drop-shadow(15px 15px 0 rgba(132, 132, 132, 0.2));
    margin-left: calc(-6.4vw - 15px);
    width: calc(100% + 15px);
  }
}
.recruitPage .businessSec figure img {
  width: 100%;
}
.recruitPage .interviewSec {
  padding: 180px 0 160px;
}
@media screen and (max-width: 896px) {
  .recruitPage .interviewSec {
    padding: 60px 0 min(37.3333333333vw, 140px);
  }
}
.recruitPage .interviewSec .headLine02 {
  margin-bottom: 49px;
}
@media screen and (max-width: 896px) {
  .recruitPage .interviewSec .headLine02 {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 896px) {
  .recruitPage .interviewSec .headLine02:after {
    margin-left: auto;
    margin-right: auto;
  }
}
.recruitPage .interviewSec .topTxt {
  margin-bottom: 47px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 896px) {
  .recruitPage .interviewSec .topTxt {
    margin-bottom: 37px;
    line-height: 1.71;
  }
}
.recruitPage .interviewSec .video {
  margin-bottom: 135px;
}
@media screen and (max-width: 896px) {
  .recruitPage .interviewSec .video {
    margin: 0 -6.4vw 0;
  }
}
.recruitPage .interviewSec .video .name {
  align-items: center;
  display: flex;
  margin-top: 40px;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 896px) {
  .recruitPage .interviewSec .video .name {
    display: block;
    font-size: 2rem;
    margin: 22px 23px 0;
  }
}
.recruitPage .interviewSec .video .name .small {
  border-left: 1px solid #222;
  font-size: 1.6rem;
  line-height: 30px;
  margin: 0 0 0 30px;
  padding: 0 30px;
}
@media screen and (max-width: 896px) {
  .recruitPage .interviewSec .video .name .small {
    border: none;
    display: block;
    padding: 0;
    margin: 2.6666666667vw 0 13.3333333333vw;
  }
}
.recruitPage .interviewSec .infoVideo video {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.recruitPage .interviewSec .comImgBox {
  background: #E8A2A2 url(img/common/texture.png);
  border-radius: 30px 30px 0 30px;
  -webkit-filter: drop-shadow(30px 30px 0 rgba(132, 132, 132, 0.2));
          filter: drop-shadow(30px 30px 0 rgba(132, 132, 132, 0.2));
  padding: min(4.39238653vw, 60px) 0;
  position: relative;
}
@media screen and (max-width: 896px) {
  .recruitPage .interviewSec .comImgBox {
    border-radius: 0;
    -webkit-filter: none;
            filter: none;
    margin: 0 -6.4vw;
    padding: 0 0 50px;
  }
}
.recruitPage .interviewSec .comImgBox:last-child {
  margin-bottom: 0;
}
.recruitPage .interviewSec .comImgBox .photoBox {
  display: flex;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 896px) {
  .recruitPage .interviewSec .comImgBox .photoBox {
    margin: 0;
    display: block;
    width: 100%;
  }
}
.recruitPage .interviewSec .comImgBox .photoBox img {
  width: min(47.803806735vw, 653px);
}
@media screen and (max-width: 896px) {
  .recruitPage .interviewSec .comImgBox .photoBox img {
    width: 100%;
  }
}
.recruitPage .interviewSec .comImgBox .photoBox .nameSpan {
  border-left: 2px solid #fff;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex: 1;
  font-size: min(2.196193265vw, 30px);
  font-weight: 500;
  justify-content: center;
  padding-top: 0;
  margin-top: 0;
  margin-left: 10px;
}
@media screen and (max-width: 896px) {
  .recruitPage .interviewSec .comImgBox .photoBox .nameSpan {
    border-left: 0;
    border-top: 2px solid #fff;
    box-sizing: border-box;
    font-size: 1.8rem;
    padding: 0 min(6.4vw, 24px);
    margin: 10px 0 0;
    width: 100%;
  }
}
.recruitPage .interviewSec .comImgBox .photoBox .nameSpan > div {
  margin: -75px auto 0;
  width: 230px;
}
@media screen and (max-width: 896px) {
  .recruitPage .interviewSec .comImgBox .photoBox .nameSpan > div {
    margin: 0;
    padding: 8vw 0 0;
    width: 100%;
  }
}
.recruitPage .interviewSec .comImgBox .photoBox .nameSpan .small {
  font-weight: 500;
  padding: 30px 0 0;
  font-size: clamp(14px, 1.1713030747vw, 16px);
}
@media screen and (max-width: 896px) {
  .recruitPage .interviewSec .comImgBox .photoBox .nameSpan .small {
    margin: 4vw 0 8vw;
    padding: 0;
  }
}
.recruitPage .interviewSec .comImgBox .textBox {
  background: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  padding: min(5.8565153734vw, 80px) min(6.588579795vw, 90px);
  margin: -75px auto 0;
  position: relative;
  width: min(64.4216691069vw, 880px);
}
@media screen and (max-width: 896px) {
  .recruitPage .interviewSec .comImgBox .textBox {
    border-radius: 30px 30px 0 30px;
    padding: 6.4vw;
    margin: 0 auto;
    top: 0;
    width: 87.2vw;
  }
}
.recruitPage .interviewSec .comImgBox .textBox h4 {
  border-bottom: 1px solid #CECECE;
  color: #7FB8BA;
  font-weight: 400;
  padding: 0 0 14px;
}
@media screen and (max-width: 896px) {
  .recruitPage .interviewSec .comImgBox .textBox h4 {
    font-weight: 700;
  }
}
.recruitPage .interviewSec .comImgBox .textBox p {
  line-height: 1.7;
}
.recruitPage .oneDay {
  background: #F5F5F5;
  padding: 0 0 175px;
  position: relative;
  margin: 113px auto 0;
}
@media screen and (max-width: 896px) {
  .recruitPage .oneDay {
    padding: 0 0 160px;
    width: 100%;
    margin: 0 auto;
  }
}
.recruitPage .oneDay:before {
  background: url(img/common/wave_lg.png) repeat-x top center;
  content: "";
  display: block;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
  width: 100vw;
}
@media screen and (max-width: 896px) {
  .recruitPage .oneDay:before {
    background: url(img/common/sp_wave_lg.png) repeat-x top center;
    height: 56px;
    top: -56px;
  }
}
.recruitPage .oneDay h3 {
  padding: 140px 0 0;
  margin-bottom: 90px;
}
@media screen and (max-width: 896px) {
  .recruitPage .oneDay h3 {
    margin-bottom: 25px;
    padding: 30px 0 0;
  }
}
.recruitPage .oneDay h3 .info {
  padding-bottom: 13px;
  display: inline-block;
  font-size: 4rem;
  font-weight: 400;
  font-family: "Source Serif Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
  letter-spacing: 0.06em;
  font-size: 4rem;
  color: #E8A2A2;
}
@media screen and (max-width: 896px) {
  .recruitPage .oneDay h3 .info {
    font-size: 3rem;
    padding-bottom: 0;
    text-align: center;
    width: 100%;
  }
}
.recruitPage .oneDay h3 .info:after {
  background: #E8A2A2;
  content: "";
  display: block;
  height: 5px;
  margin: 18px 0 0;
  width: 40px;
}
@media screen and (max-width: 896px) {
  .recruitPage .oneDay h3 .info:after {
    height: 3px;
    margin-left: auto;
    margin-right: auto;
  }
}
.recruitPage .listBox {
  position: relative;
}
@media screen and (max-width: 896px) {
  .recruitPage .listBox {
    padding: 0;
  }
}
.recruitPage .listBox:before {
  position: absolute;
  left: 167px;
  top: 75px;
  bottom: 80px;
  width: 3px;
  content: "";
  border-left: 4px dotted #E8A2A2;
}
@media screen and (max-width: 896px) {
  .recruitPage .listBox:before {
    display: none;
  }
}
.recruitPage .listBox .timeBox {
  border-bottom: 1px solid #CECECE;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  .recruitPage .listBox .timeBox {
    width: 100%;
    display: block;
    padding: 20px 0 30px;
  }
}
.recruitPage .listBox .timeBox:last-child {
  margin-bottom: 0;
}
.recruitPage .listBox .timeBox:before {
  background: #F5F5F5 url(img/common/time.png) no-repeat;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 54px;
  margin: -27px 0 0 -27px;
  position: absolute;
  left: 168px;
  top: 50%;
  width: 54px;
}
@media screen and (max-width: 896px) {
  .recruitPage .listBox .timeBox:before {
    display: none;
  }
}
.recruitPage .listBox .timeBox .txtInner {
  width: 80%;
  position: relative;
  padding: 35px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 896px) {
  .recruitPage .listBox .timeBox .txtInner {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 896px) {
  .recruitPage .listBox .timeBox .txtInner:before {
    display: none;
  }
}
.recruitPage .listBox .timeBox .txtInner .ttl {
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 896px) {
  .recruitPage .listBox .timeBox .txtInner .ttl {
    margin-bottom: 1.0248901903vw;
    font-size: 1.6rem;
    font-weight: 700;
  }
}
.recruitPage .listBox .timeBox .txtInner .txt {
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (max-width: 896px) {
  .recruitPage .listBox .timeBox .txtInner .txt {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: justify;
  }
}
.recruitPage .listBox .timeBox .time {
  border-radius: 50%;
  color: #222;
  font-family: "Source Serif Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
  position: relative;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  line-height: 104px;
  font-weight: 400;
}
@media screen and (max-width: 896px) {
  .recruitPage .listBox .timeBox .time {
    line-height: 2;
    text-align: left;
  }
}
@media screen and (max-width: 896px) {
  .recruitPage .listBox .timeBox .time:before {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  .recruitPage .listBox .timeBox .timeBox01 {
    float: none;
  }
}
.recruitPage .listBox .timeBox .timeBox01 .txtInner:before {
  right: auto;
  left: -17px;
  background-image: url("img/common/icon12.png");
}
@media screen and (max-width: 896px) {
  .recruitPage .listBox .timeBox .timeBox01 .txtInner:before {
    right: auto;
    left: -14px;
    background-image: url("img/common/sp_icon05.png");
  }
}
@media screen and (max-width: 896px) {
  .recruitPage .listBox .timeBox .timeBox01 .time:before {
    position: absolute;
    left: 3px;
    right: auto;
  }
}
.recruitPage .listBox .timeBox .timeBox01 .time02 {
  padding-left: 45px;
}
@media screen and (max-width: 896px) {
  .recruitPage .listBox .timeBox .timeBox01 .time02 {
    padding-left: 45px;
  }
}
.recruitPage .recruitSec {
  box-sizing: border-box;
  padding: 80px 0 150px;
  position: relative;
}
@media screen and (max-width: 896px) {
  .recruitPage .recruitSec {
    padding: 0;
    width: 100%;
  }
}
.recruitPage .recruitSec:before {
  background: url(img/common/wave_wh.png) repeat-x top center;
  content: "";
  display: block;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
  width: 100vw;
}
@media screen and (max-width: 896px) {
  .recruitPage .recruitSec:before {
    background: url(img/common/sp_wave_wh.png) repeat-x top center;
    height: 56px;
    top: -56px;
  }
}
@media screen and (max-width: 896px) {
  .recruitPage .recruitSec .content {
    padding-top: 30px;
  }
}
@media screen and (max-width: 896px) {
  .recruitPage .recruitSec .headLine02 {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 896px) {
  .recruitPage .recruitSec .headLine02:after {
    margin-left: auto;
    margin-right: auto;
  }
}
.recruitPage .recruitSec .innerBox {
  color: #222;
  border-radius: 30px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 896px) {
  .recruitPage .recruitSec .innerBox {
    border-radius: 0;
  }
}
.recruitPage .recruitSec .innerBox .photoBox {
  padding-top: 12px;
  float: right;
  width: 44.3%;
}
@media screen and (max-width: 896px) {
  .recruitPage .recruitSec .innerBox .photoBox {
    padding-top: 12px;
    float: none;
    width: auto;
  }
}
@media screen and (max-width: 896px) {
  .recruitPage .recruitSec .innerBox .photoBox img {
    width: 100%;
  }
}
.recruitPage .recruitSec .innerBox .textBox {
  margin-bottom: 80px;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .recruitPage .recruitSec .innerBox .textBox {
    float: none;
    margin: 0 auto 40px;
  }
}
.recruitPage .recruitSec .innerBox .textBox table {
  width: 100%;
  border-collapse: collapse;
}
.recruitPage .recruitSec .innerBox .textBox table th, .recruitPage .recruitSec .innerBox .textBox table td {
  padding: 17px min(2.9282576867vw, 40px);
  text-align: left;
  vertical-align: middle;
  line-height: 1.9;
  border-bottom: 1px solid #CECECE;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 896px) {
  .recruitPage .recruitSec .innerBox .textBox table th, .recruitPage .recruitSec .innerBox .textBox table td {
    float: left;
    width: 100%;
    padding: 0 0 16px;
    line-height: 1.9;
  }
}
.recruitPage .recruitSec .innerBox .textBox table th {
  width: 29.6377607025%;
}
@media screen and (max-width: 896px) {
  .recruitPage .recruitSec .innerBox .textBox table th {
    padding: 20px 0 0;
    width: 100%;
    border-bottom: none;
  }
}
.recruitPage .recruitSec .innerBox .infoBox {
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .recruitPage .recruitSec .innerBox .infoBox {
    max-width: inherit;
    margin: 0;
    padding: 0;
  }
}
.recruitPage .recruitSec .innerBox .flowBox {
  background: #F5F5F5;
  border-radius: 30px 30px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto 0;
  line-height: 1.8;
  padding: 40px 0;
}
@media screen and (max-width: 896px) {
  .recruitPage .recruitSec .innerBox .flowBox {
    box-sizing: border-box;
    align-items: normal;
    flex-direction: column;
    line-height: 1.71;
    margin: 0 auto 25px;
    padding: 6.6666666667vw;
  }
}
.recruitPage .recruitSec .innerBox .flowBox .flowTtl {
  font-weight: bold;
  padding: 35px min(2.9282576867vw, 40px) 35px min(5.8565153734vw, 80px);
  text-align: center;
  width: min(10.980966325vw, 150px);
}
@media screen and (max-width: 896px) {
  .recruitPage .recruitSec .innerBox .flowBox .flowTtl {
    padding: 0;
    text-align: left;
    width: auto;
  }
}
.recruitPage .recruitSec .innerBox .flowBox .flowTxt {
  padding: 0 min(4.39238653vw, 60px);
  border-left: 1px solid #CECECE;
  flex: 1;
}
@media screen and (max-width: 896px) {
  .recruitPage .recruitSec .innerBox .flowBox .flowTxt {
    border: none;
    padding: 15px 0 35px 0;
  }
}
.recruitPage .pointSec {
  padding: 80px 0 60px 0;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .recruitPage .pointSec {
    padding-top: 30px;
    padding-bottom: 120px;
  }
}
.recruitPage .pointSec .content {
  padding: 0;
}
.recruitPage .pointSec .headLine02 {
  font-size: 4rem;
  margin-bottom: 40px;
  padding: 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .recruitPage .pointSec .headLine02 {
    font-size: 2rem;
    margin-bottom: 1.4641288433vw;
  }
}
.recruitPage .pointSec .headLine02:after {
  display: none;
}
.recruitPage .pointSec .headLine06 {
  margin-bottom: 62px;
}
@media screen and (max-width: 896px) {
  .recruitPage .pointSec .headLine06 {
    margin-bottom: 32px;
  }
}
.recruitPage .pointSec .pointBox {
  align-items: center;
  background: #E8A2A2 url(img/common/texture.png);
  border-radius: 30px 30px 0 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: min(4.0263543192vw, 55px) min(5.8565153734vw, 80px);
  margin: 0 0 min(3.6603221083vw, 50px);
}
@media screen and (max-width: 896px) {
  .recruitPage .pointSec .pointBox {
    display: block;
    padding: 8vw 6.6666666667vw;
    margin: 0 0 30px;
    width: 100%;
  }
}
.recruitPage .pointSec .pointBox figure {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 162px;
  overflow: hidden;
  margin: 0 50px 0 0;
  width: 162px;
}
@media screen and (max-width: 896px) {
  .recruitPage .pointSec .pointBox figure {
    height: 93px;
    margin: 0 auto;
    text-align: center;
    width: 93px;
  }
}
.recruitPage .pointSec .pointBox figure img {
  height: auto;
}
@media screen and (max-width: 896px) {
  .recruitPage .pointSec .pointBox figure img {
    width: 100%;
  }
}
.recruitPage .pointSec .pointBox dl {
  flex: 1;
}
.recruitPage .pointSec .pointBox dl dt {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  padding-bottom: 17px;
}
@media screen and (max-width: 896px) {
  .recruitPage .pointSec .pointBox dl dt {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 4vw 0;
  }
}
.recruitPage .pointSec .pointBox dl dd {
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 896px) {
  .recruitPage .pointSec .pointBox dl dd {
    font-size: 1.4rem;
    line-height: 1.71;
  }
}
.recruitPage .welfareSec {
  background: #F5F5F5;
  padding: 0 0 120px;
  position: relative;
}
@media screen and (max-width: 896px) {
  .recruitPage .welfareSec {
    padding: 30px 0 120px;
  }
}
.recruitPage .welfareSec:before {
  background: url(img/common/wave_lg.png) repeat-x top center;
  content: "";
  display: block;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
  width: 100vw;
}
@media screen and (max-width: 896px) {
  .recruitPage .welfareSec:before {
    background: url(img/common/sp_wave_lg.png) repeat-x top center;
    height: 56px;
    top: -56px;
  }
}
.recruitPage .welfareSec .headLine02 {
  padding-top: 113px;
}
@media screen and (max-width: 896px) {
  .recruitPage .welfareSec .headLine02 {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 896px) {
  .recruitPage .welfareSec .headLine02:after {
    margin-left: auto;
    margin-right: auto;
  }
}
.recruitPage .welfareSec .headLine06 {
  margin-bottom: 62px;
}
@media screen and (max-width: 896px) {
  .recruitPage .welfareSec .headLine06 {
    margin-bottom: 32px;
  }
}
.recruitPage .welfareSec ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.recruitPage .welfareSec ul > li {
  box-sizing: border-box;
  width: 25%;
  padding: min(3.6603221083vw, 50px) min(3.2942898975vw, 45px);
  margin: 0;
  line-height: 2.3;
}
@media screen and (max-width: 896px) {
  .recruitPage .welfareSec ul > li {
    width: 50%;
    margin: 0;
    padding: 10.6666666667vw 0 0;
  }
}
.recruitPage .welfareSec ul > li:nth-child(3n) {
  margin-right: 0;
}
.recruitPage .welfareSec ul > li figure {
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .recruitPage .welfareSec ul > li figure {
    padding: 0;
    margin: 0 0 1.3333333333vw;
  }
}
.recruitPage .welfareSec ul > li figure img {
  width: auto;
  height: min(9.5168374817vw, 130px);
}
@media screen and (max-width: 896px) {
  .recruitPage .welfareSec ul > li figure img {
    width: auto;
    height: min(26.6666666667vw, 140px);
  }
}
.recruitPage .welfareSec ul > li figure figcaption {
  display: block;
  text-align: center;
  font-size: clamp(1.8rem, 1.4641288433vw, 2rem);
  font-weight: 600;
  padding: min(1.4641288433vw, 20px) 0 0;
}
@media screen and (max-width: 896px) {
  .recruitPage .welfareSec ul > li figure figcaption {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 2.6666666667vw 0 0;
  }
}
.recruitPage .welfareSec ul > li p {
  font-size: 1.4rem;
  line-height: 1.71;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .recruitPage .welfareSec ul > li p {
    font-size: clamp(12px, 3.7333333333vw, 14px);
  }
}
.recruitPage .companySec {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 80px;
  padding: min(14.6412884334vw, 200px) min(113px, 8.2723279649vw) 0;
  width: min(100%, 1366px);
}
@media screen and (max-width: 896px) {
  .recruitPage .companySec {
    display: block;
    margin-bottom: 8vw;
    padding: 50px 6.4vw 0;
    width: 100%;
  }
}
.recruitPage .companySec .comImgBox {
  flex-direction: column-reverse;
  padding: 0 0 30px;
  margin: 0;
  width: min(38.7994143485vw, 530px);
}
@media screen and (max-width: 896px) {
  .recruitPage .companySec .comImgBox {
    border-radius: 20px;
    display: flex;
    max-width: inherit;
    padding: 0;
    margin-bottom: 50px;
    width: 100%;
  }
}
.recruitPage .companySec .photoBox {
  border-radius: 30px 30px 0 30px;
  overflow: hidden;
  height: min(26.7935578331vw, 366px);
}
@media screen and (max-width: 896px) {
  .recruitPage .companySec .photoBox {
    height: min(60.2666666667vw);
    width: 100%;
  }
}
.recruitPage .companySec .photoBox img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.recruitPage .companySec .textBox {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .recruitPage .companySec .textBox {
    margin: 0;
    width: auto;
  }
}
.recruitPage .companySec .textBox .headLine02 {
  margin: 44px 0 22px 0;
  font-size: 3.2rem;
  text-align: left;
  padding-bottom: 0;
}
@media screen and (max-width: 896px) {
  .recruitPage .companySec .textBox .headLine02 {
    font-size: 2rem;
    margin: 5.3333333333vw 0 2.6666666667vw;
  }
}
.recruitPage .companySec .textBox .headLine02:after {
  display: none;
}
.recruitPage .companySec .textBox p {
  line-height: 1.8;
}
@media screen and (max-width: 896px) {
  .recruitPage .companySec .textBox p {
    line-height: 1.71;
    letter-spacing: 0;
    margin: 0;
  }
}
@media screen and (max-width: 896px) {
  .recruitPage .companySec .textBox .subBox {
    margin: 0;
    max-width: inherit;
  }
}
.recruitPage .comCompany {
  box-sizing: border-box;
  margin: 0 auto 210px;
  padding: 0;
  width: min(100%, 1366px);
}
@media screen and (max-width: 896px) {
  .recruitPage .comCompany {
    padding: 0;
    margin-bottom: 160px;
  }
}
.recruitPage .comCompany .mapInner {
  display: flex;
  background: #F5F5F5;
  border-radius: 30px 30px 0 30px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .recruitPage .comCompany .mapInner {
    border-radius: 20px;
    display: block;
  }
}
.recruitPage .comCompany .mapInner .mapBox {
  display: flex;
  margin-top: 0;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 896px) {
  .recruitPage .comCompany .mapInner .mapBox {
    height: 56vw;
    margin: 0;
    width: auto;
  }
}
.recruitPage .comCompany .mapInner .mapBox iframe {
  width: 100%;
  height: min(100%, 640px);
}
@media screen and (max-width: 896px) {
  .recruitPage .comCompany .mapInner .mapBox iframe {
    height: 100%;
  }
}
.recruitPage .comCompany .mapInner .textBox {
  flex: 1;
  padding: min(5.8565153734vw, 80px);
  width: 45%;
}
@media screen and (max-width: 896px) {
  .recruitPage .comCompany .mapInner .textBox {
    padding: 6.6666666667vw;
    width: 100%;
  }
}
.recruitPage .comCompany .mapInner .textBox .headLine02 {
  margin-bottom: 31px;
  text-align: left;
  font-size: 3.2rem;
}
@media screen and (max-width: 896px) {
  .recruitPage .comCompany .mapInner .textBox .headLine02 {
    margin: 0;
    font-size: 2rem;
    left: 0;
  }
}
.recruitPage .comCompany .mapInner .textBox .headLine02:after {
  display: none;
}
.recruitPage .comCompany .mapInner .textBox table {
  color: #222;
}
@media screen and (max-width: 896px) {
  .recruitPage .comCompany .mapInner .textBox table th {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 896px) {
  .recruitPage .comCompany .mapInner .textBox table td {
    font-size: 1.6rem;
  }
}
.recruitPage .FormSec {
  background: #F5F5F5;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0 280px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .recruitPage .FormSec {
    padding: 0;
    width: 100%;
  }
}
.recruitPage .FormSec:before {
  background: url(img/common/wave_lg.png) repeat-x top center;
  content: "";
  display: block;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
  width: 100vw;
}
@media screen and (max-width: 896px) {
  .recruitPage .FormSec:before {
    background: url(img/common/sp_wave_lg.png) repeat-x top center;
    height: 56px;
    top: -56px;
  }
}
.recruitPage .FormSec:after {
  background: url(img/common/wave_wh.png) repeat-x top center;
  content: "";
  display: block;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
  width: 100vw;
  border-bottom: 80px solid #fff;
  bottom: 0;
  top: auto;
}
@media screen and (max-width: 896px) {
  .recruitPage .FormSec:after {
    background: url(img/common/sp_wave_wh.png) repeat-x top center;
    height: 56px;
    top: -56px;
  }
}
@media screen and (max-width: 896px) {
  .recruitPage .FormSec:after {
    border-bottom: 30px solid #fff;
    bottom: 0;
    top: auto;
  }
}
.recruitPage .FormSec .content {
  box-sizing: border-box;
  padding-top: min(5.8565153734vw, 80px);
  position: relative;
  text-align: left;
  width: min(100%, 1366px);
}
@media screen and (max-width: 896px) {
  .recruitPage .FormSec .content {
    border: none;
    border-radius: 0;
    padding-top: 60px;
    padding-bottom: 180px;
  }
}
.recruitPage .FormSec .content .headLine02 {
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 896px) {
  .recruitPage .FormSec .content .headLine02 {
    text-align: center;
  }
}
@media screen and (max-width: 896px) {
  .recruitPage .FormSec .content .headLine02:after {
    margin-left: auto;
    margin-right: auto;
  }
}
.recruitPage .FormSec .content form {
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .recruitPage .FormSec .content form {
    padding: 0;
  }
}
.recruitPage .FormSec .content form table {
  margin: 0 auto;
  width: min(100% - 80px, 730px);
}
@media screen and (max-width: 896px) {
  .recruitPage .FormSec .content form table {
    width: 100%;
  }
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
@media screen and (max-width: 896px) {
  .indexPage .mainVisual {
    margin-bottom: 0;
  }
}
.indexPage .mainVisual .topBox {
  position: relative;
}
@media screen and (max-width: 896px) {
  .indexPage .mainVisual .topBox {
    padding: 0;
  }
}
.indexPage .mainVisual .topBox .mainImg {
  height: min(51.0416666667%, 980px);
  margin: 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 896px) {
  .indexPage .mainVisual .topBox .mainImg {
    border: none;
    border-radius: 0;
    height: auto;
    margin: 0;
  }
}
.indexPage .mainVisual .topBox .mainImg .videoBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .indexPage .mainVisual .topBox .mainImg .videoBox {
    position: static;
  }
}
.indexPage .mainVisual .topBox .mainImg .videoBox video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .indexPage .mainVisual .topBox .mainImg .videoBox video {
    position: static;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100% !important;
    height: 100% !important;
    vertical-align: top;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 896px) {
  .indexPage .mainVisual .topBox .copyright {
    display: none;
  }
}
.indexPage .mainVisual .txtInner {
  background: #F5F5F5;
  position: relative;
}
@media screen and (max-width: 896px) {
  .indexPage .mainVisual .txtInner {
    padding-bottom: min(13.3333333333vw, 50px);
  }
}
.indexPage .mainVisual .txtInner:before {
  background: url(img/common/wave_lg.png) repeat-x top center;
  content: "";
  display: block;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
  width: 100vw;
}
@media screen and (max-width: 896px) {
  .indexPage .mainVisual .txtInner:before {
    background: url(img/common/sp_wave_lg.png) repeat-x top center;
    height: 56px;
    top: -56px;
  }
}
@media screen and (max-width: 896px) {
  .indexPage .mainVisual .txtInner:before {
    top: -30px;
  }
}
@media screen and (max-width: 896px) {
  .indexPage .mainVisual .txtInner .content {
    max-width: inherit;
  }
}
.indexPage .mainVisual .txtInner .content > div {
  background: #E8A2A2 url(img/common/texture.png);
  border-radius: 30px 30px 0 30px;
  margin-bottom: -160px;
  padding: 5.8565153734vw 0;
  position: relative;
  top: -160px;
}
@media screen and (max-width: 896px) {
  .indexPage .mainVisual .txtInner .content > div {
    padding: 6.6666666667vw;
    margin-bottom: -50px;
    top: -50px;
  }
}
.indexPage .mainVisual .txtInner .ttl {
  color: #fff;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 0 min(2.0833333333%, 40px);
}
@media screen and (max-width: 896px) {
  .indexPage .mainVisual .txtInner .ttl {
    font-size: 1.4rem;
    line-height: 2.15;
    text-align: justify;
  }
}
.indexPage .aboutSec {
  background: #F5F5F5;
  padding: min(20.4978038067vw, 280px) 0 min(15.2269399707vw, 208px);
}
@media screen and (max-width: 896px) {
  .indexPage .aboutSec {
    padding: 0 0 min(37.3333333333vw, 140px) 0;
  }
}
.indexPage .aboutSec .inner {
  box-sizing: border-box;
  flex-direction: row-reverse;
  margin: 0 auto min(18.3748169839vw, 251px);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  position: relative;
  width: min(100%, 1366px);
  max-width: 1366px;
}
@media screen and (max-width: 896px) {
  .indexPage .aboutSec .inner {
    flex-direction: column-reverse;
  }
}
.indexPage .aboutSec .inner .photoBox {
  border-radius: 30px 30px 0 30px;
  -webkit-filter: drop-shadow(40px 40px 0 rgba(132, 132, 132, 0.2));
          filter: drop-shadow(40px 40px 0 rgba(132, 132, 132, 0.2));
  height: clamp(420px, 29.1666666667vw, 560px);
  position: absolute;
  overflow: hidden;
  right: calc(50% + 20px);
  top: max(-9.5900439239vw, -131px);
  width: min(50.2083333333vw + 60px, 1024px);
}
@media screen and (max-width: 896px) {
  .indexPage .aboutSec .inner .photoBox {
    border-radius: 0 30px 0 0;
    -webkit-filter: drop-shadow(15px 15px 0 rgba(132, 132, 132, 0.2));
            filter: drop-shadow(15px 15px 0 rgba(132, 132, 132, 0.2));
    height: 52.8vw;
    position: unset;
    right: unset;
    top: unset;
    margin-left: -15px;
    width: calc(89.8666666667vw + 15px);
  }
}
.indexPage .aboutSec .inner .photoBox .infoImg {
  height: 100%;
  width: 100%;
}
.indexPage .aboutSec .inner .photoBox img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.indexPage .aboutSec .inner .textBox {
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: end;
  overflow: hidden;
  width: min(75.9150805271vw, 1037px);
}
@media screen and (max-width: 896px) {
  .indexPage .aboutSec .inner .textBox {
    padding-top: calc(52.8vw / 2);
    margin-top: calc(52.8vw / -2);
    width: 100%;
  }
}
.indexPage .aboutSec .inner .textBox .infoBox {
  padding: min(5.1244509517vw, 70px) 0 min(6.588579795vw, 90px);
  padding-right: min(8.2723279649vw, 113px);
  width: min(33.6749633968vw, 460px);
}
@media screen and (max-width: 896px) {
  .indexPage .aboutSec .inner .textBox .infoBox {
    padding: 0 6.4vw min(10.6666666667vw, 40px);
    width: 100%;
  }
}
.indexPage .aboutSec .inner .textBox .headLine04 {
  padding: 0 0 50px;
}
@media screen and (max-width: 896px) {
  .indexPage .aboutSec .inner .textBox .headLine04 {
    padding: 40px 0 10px;
  }
}
.indexPage .aboutSec .inner .textBox .subBox {
  width: 100%;
}
.indexPage .aboutSec .inner .textBox .subBox p {
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 896px) {
  .indexPage .aboutSec .inner .textBox .subBox p {
    line-height: 1.71;
  }
}
.indexPage .aboutSec .inner.inner01 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.indexPage .interviewSec {
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  padding: 120px 0 0;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec {
    display: block;
    padding: 0 0 0;
  }
}
.indexPage .interviewSec:before {
  background: url(img/common/wave_wh.png) repeat-x top center;
  content: "";
  display: block;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
  width: 100vw;
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec:before {
    background: url(img/common/sp_wave_wh.png) repeat-x top center;
    height: 56px;
    top: -56px;
  }
}
.indexPage .interviewSec .content {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec .content {
    margin: 0 auto;
    padding-top: 20px;
  }
}
.indexPage .interviewSec .content .comTtlBox {
  display: block;
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec .content .comTtlBox .headLine04 .en {
    text-align: center;
  }
}
.indexPage .interviewSec .content .comTtlBox .headLine04 .en:after {
  margin-left: auto;
  margin-right: auto;
}
.indexPage .interviewSec .content .comTtlBox .headLine04 .jp {
  text-align: center;
}
.indexPage .interviewSec .content .comTtlBox .title {
  padding: 88px 0 0;
  line-height: 2;
  width: auto;
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec .content .comTtlBox .title {
    padding: 4vw 0 0;
    text-align: left;
  }
}
.indexPage .interviewSec .listUl {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  max-width: 1366px;
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec .listUl {
    margin: 0 auto;
    width: 86.9333333333vw;
  }
}
.indexPage .interviewSec .listUl li {
  position: static;
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec .listUl li {
    margin: 0;
  }
}
.indexPage .interviewSec .listUl li a {
  display: block;
  position: static;
  width: min(100vw, 1366px);
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec .listUl li a {
    padding: 0 6.6666666667vw;
    width: 73.8666666667vw;
  }
}
.indexPage .interviewSec .listUl li .pho {
  background: #E8A2A2 url(img/common/texture.png);
  border-radius: 30px;
  display: flex;
  -webkit-filter: drop-shadow(30px 30px 0 rgba(132, 132, 132, 0.2));
          filter: drop-shadow(30px 30px 0 rgba(132, 132, 132, 0.2));
  margin: 0 auto 30px;
  padding: min(4.39238653vw, 60px) 0;
  position: relative;
  overflow: hidden;
  width: min(83.4553440703vw, 1140px);
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec .listUl li .pho {
    border-radius: 20px 20px 0 20px;
    -webkit-filter: unset;
            filter: unset;
    display: block;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    width: 73.8666666667vw;
  }
}
.indexPage .interviewSec .listUl li .pho:before {
  border-left: 2px solid #fff;
  bottom: min(4.39238653vw, 60px);
  content: " ";
  display: block;
  left: min(58.5964912281%, 668px);
  position: absolute;
  top: min(4.39238653vw, 60px);
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec .listUl li .pho:before {
    display: none;
  }
}
.indexPage .interviewSec .listUl li .pho img {
  width: min(57.4561403509%, 653px);
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec .listUl li .pho img {
    width: 100%;
  }
}
.indexPage .interviewSec .listUl li .pho .txtBox {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: 230px;
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec .listUl li .pho .txtBox {
    border-top: 2px solid #fff;
    display: block;
    padding: 5.3333333333vw 6.4vw 10.6666666667vw;
    margin: 10px 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec .listUl li .pho .txtBox:before {
    right: 23px;
  }
}
.indexPage .interviewSec .listUl li .pho .txtBox .info {
  color: #fff;
  position: relative;
  font-weight: 500;
  line-height: 1.875;
  z-index: 3;
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec .listUl li .pho .txtBox .info {
    display: block;
    margin-bottom: 20px;
  }
}
.indexPage .interviewSec .listUl li .pho .txtBox .name {
  color: #fff;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec .listUl li .pho .txtBox .name {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec .listUl li .pho .comMore {
    box-sizing: border-box;
    padding: 0 6.6666666667vw;
    width: 100%;
  }
}
.indexPage .interviewSec .listUl li .pho .comMore span {
  border-color: #fff;
  color: #fff;
  margin: 35px 0 0 0;
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec .listUl li .pho .comMore span {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
  }
}
.indexPage .interviewSec .listUl li .pho .comMore span:before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec .listUl li .hover {
    padding: 13px 22px 50px;
    position: static;
    height: auto;
    color: #212836;
    font-size: 1.4rem;
    text-align: left;
    display: block;
    line-height: 1.8;
    opacity: 1;
    background: #fff;
  }
}
.indexPage .interviewSec .listUl .slick-slide {
  background: transparent;
  position: static;
  width: min(100vw, 1366px);
}
.indexPage .interviewSec .listUl .slick-slide > div {
  margin-right: 3px;
  position: static;
}
.indexPage .interviewSec .listUl .slick-list {
  height: auto;
  width: auto;
}
.indexPage .interviewSec .listUl .slick-dots {
  margin-top: 35px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec .listUl .slick-dots {
    margin-top: 5.3333333333vw;
    margin-bottom: 60px;
  }
}
.indexPage .interviewSec .listUl .slick-dots li {
  float: none;
  margin: 0 10px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  background-color: #CECECE;
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec .listUl .slick-dots li {
    height: min(3.7333333333vw, 14px);
    margin: 0 min(2.6666666667vw, 10px);
    width: min(3.7333333333vw, 14px);
  }
}
.indexPage .interviewSec .listUl .slick-dots li button {
  display: none;
}
.indexPage .interviewSec .listUl .slick-dots li.slick-active {
  background-color: #222;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.indexPage .interviewSec .listUl .slick-prev,
.indexPage .interviewSec .listUl .slick-next {
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: min(20.6442166911vw, 282px);
  display: block;
  width: min(3.3674963397vw, 46px);
  height: min(3.1478770132vw, 43px);
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec .listUl .slick-prev,
  .indexPage .interviewSec .listUl .slick-next {
    height: 4.5333333333vw;
    top: 53.3333333333vw;
    width: 4.2666666667vw;
  }
}
.indexPage .interviewSec .listUl .slick-prev:hover,
.indexPage .interviewSec .listUl .slick-next:hover {
  opacity: 0.8;
}
.indexPage .interviewSec .listUl .slick-prev {
  left: 10px;
  background: url("img/common/prev.png") no-repeat;
  background-size: contain;
  z-index: 10;
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec .listUl .slick-prev {
    left: 0;
  }
}
.indexPage .interviewSec .listUl .slick-next {
  right: 10px;
  background: url("img/common/next.png") no-repeat;
  background-size: contain;
  z-index: 10;
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec .listUl .slick-next {
    right: 0;
  }
}
.indexPage .jobSec {
  background: #fff;
  overflow: hidden;
  padding: 160px 0;
  width: 100vw;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 896px) {
  .indexPage .jobSec {
    padding: 0 0 min(32vw, 120px);
  }
}
.indexPage .jobSec:before {
  width: 170.4978038067vw;
}
.indexPage .jobSec .content {
  position: relative;
}
.indexPage .jobSec .comTtlBox {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 896px) {
  .indexPage .jobSec .comTtlBox {
    background: #fff;
    display: block;
    margin: 0;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 896px) {
  .indexPage .jobSec .comTtlBox .headLine04 .en,
  .indexPage .jobSec .comTtlBox .headLine04 .jp {
    text-align: center;
  }
}
.indexPage .jobSec .comTtlBox .headLine04 .en:after {
  margin-left: auto;
  margin-right: auto;
}
.indexPage .jobSec .comTtlBox .title {
  padding: 40px 0 0;
  width: auto;
}
@media screen and (max-width: 896px) {
  .indexPage .jobSec .comTtlBox .title {
    padding: 36px 0 0;
    text-align: left;
  }
}
.indexPage .jobSec .infoSec {
  position: relative;
}
.indexPage .jobSec .infoSec:before {
  background: #F5F5F5;
  content: " ";
  display: block;
  height: 100%;
  margin-right: -50vw;
  padding-right: 50vw;
  position: absolute;
  left: min(18.8140556369vw, 257px);
  top: min(15.3733528551vw, 210px);
  width: 100%;
}
@media screen and (max-width: 896px) {
  .indexPage .jobSec .infoSec:before {
    left: -6.4vw;
    top: calc(28.5333333333vw + 56px);
  }
}
.indexPage .jobSec .infoSec:after {
  background: url(img/common/wave_lg.png) repeat-x top center;
  content: "";
  display: block;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
  width: 100vw;
}
@media screen and (max-width: 896px) {
  .indexPage .jobSec .infoSec:after {
    background: url(img/common/sp_wave_lg.png) repeat-x top center;
    height: 56px;
    top: -56px;
  }
}
@media screen and (min-width: 897px) {
  .indexPage .jobSec .infoSec:after {
    left: min(18.8140556369vw, 257px);
    top: 45.3333333333vw;
  }
}
@media screen and (max-width: 896px) {
  .indexPage .jobSec .infoSec:after {
    left: -6.4vw;
    top: 28.5333333333vw;
  }
}
.indexPage .jobSec .innerBox {
  align-items: stretch;
  background: #fff;
  border-radius: 30px 30px 0 30px;
  margin-top: 50px;
  min-height: min(30.0146412884vw, 410px);
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 896px) {
  .indexPage .jobSec .innerBox {
    background: #fff;
    border-radius: 20px;
    margin-top: 25px;
    display: block;
  }
}
.indexPage .jobSec .innerBox:first-child {
  margin-top: 0 !important;
}
.indexPage .jobSec .innerBox .photoBox {
  background-size: cover;
  width: min(37.6281112738vw, 514px);
}
@media screen and (max-width: 896px) {
  .indexPage .jobSec .innerBox .photoBox {
    border: none;
    position: unset;
    padding-bottom: 78%;
    width: 100%;
  }
}
.indexPage .jobSec .innerBox .textBox {
  display: flex;
  box-sizing: border-box;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: min(3.6603221083vw, 50px);
}
@media screen and (max-width: 896px) {
  .indexPage .jobSec .innerBox .textBox {
    border-radius: 0;
    border: none;
    margin: 0;
    padding: 28px 24px;
    width: 100%;
  }
}
.indexPage .jobSec .innerBox .textBox .jobTagBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding: 0 0 17px;
}
.indexPage .jobSec .innerBox .textBox .jobTagBox span {
  color: #7FB8BA;
  margin-right: 15px;
  padding: 6px 15px;
  border: 1px solid #7FB8BA;
  border-radius: 16px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 896px) {
  .indexPage .jobSec .innerBox .textBox .jobTagBox span {
    font-size: 1.2rem;
  }
}
.indexPage .jobSec .innerBox .textBox .jobTagBox span:last-of-type {
  margin-right: 0;
}
.indexPage .jobSec .innerBox .textBox .headLine03 {
  margin-bottom: 17px;
  padding-bottom: 0;
}
@media screen and (max-width: 896px) {
  .indexPage .jobSec .innerBox .textBox .headLine03 {
    font-size: min(5.3333333333vw, 2rem);
    margin-bottom: 14px;
  }
}
.indexPage .jobSec .innerBox .textBox .txt {
  letter-spacing: 0.06em;
  line-height: 1.875;
  margin-bottom: 30px;
}
@media screen and (max-width: 896px) {
  .indexPage .jobSec .innerBox .textBox .txt {
    margin-bottom: 33px;
    line-height: 1.714;
  }
}
.indexPage .jobSec .innerBox .textBox .comMore {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 896px) {
  .indexPage .jobSec .innerBox .textBox .comMore {
    margin: 0 auto;
    width: min(100%, 158px);
  }
}
.indexPage .jobSec .innerBox .textBox .comMore a {
  margin: 0;
}
@media screen and (max-width: 896px) {
  .indexPage .jobSec .innerBox .textBox .comMore a {
    box-sizing: border-box;
    width: 100%;
  }
}
.indexPage .btnMore {
  display: flex;
  justify-content: center;
  padding-bottom: 140px;
  padding-top: 82px;
}
@media screen and (max-width: 896px) {
  .indexPage .btnMore {
    padding-top: min(16vw, 60px);
    padding-bottom: min(5.3333333333vw, 20px);
  }
}
.indexPage .btnMore a {
  align-items: center;
  border-bottom: 1px solid #E8A2A2;
  color: #E8A2A2;
  display: inline-block;
  font-size: 2rem;
  font-weight: 400;
  padding: 0 40px 12px 0;
  letter-spacing: 0.08em;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 896px) {
  .indexPage .btnMore a {
    box-sizing: border-box;
    font-size: 1.6rem;
    width: min(100%, 158px);
  }
}
.indexPage .btnMore a:before {
  background: url("img/common/icon08.png") no-repeat right center;
  background-size: contain;
  content: "";
  height: 17px;
  margin-top: -13px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 17px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: all 0.2s ease;
}
.indexPage .btnMore a:hover {
  opacity: 0.6;
}
.indexPage .btnMore a:hover:before {
  margin-top: -8px;
}
.indexPage .btnMore .info {
  position: relative;
  z-index: 3;
}
.indexPage .comCompany {
  margin: 0 0 min(14.6412884334vw, 200px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 896px) {
  .indexPage .comCompany {
    margin-bottom: 0;
    padding-top: 20px;
  }
}
.indexPage .comCompany:before {
  background: url(img/common/wave_wh.png) repeat-x top center;
  content: "";
  display: block;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
  width: 100vw;
}
@media screen and (max-width: 896px) {
  .indexPage .comCompany:before {
    background: url(img/common/sp_wave_wh.png) repeat-x top center;
    height: 56px;
    top: -56px;
  }
}
@media screen and (max-width: 896px) {
  .indexPage .comCompany .content .headLine04 .en,
  .indexPage .comCompany .content .headLine04 .jp {
    text-align: center;
  }
}
.indexPage .comCompany .content .headLine04 .en:after {
  display: none;
}
@media screen and (max-width: 896px) {
  .indexPage .comCompany .content .headLine04 .en:after {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.indexPage .comCompany .content .mapInner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 80px 0 0;
  position: unset;
}
@media screen and (max-width: 896px) {
  .indexPage .comCompany .content .mapInner {
    display: block;
    padding: 0;
  }
}
.indexPage .comCompany .content .mapInner:after {
  display: none;
}
.indexPage .comCompany .content .textBox {
  padding: 0;
  width: min(50%, 460px);
}
@media screen and (max-width: 896px) {
  .indexPage .comCompany .content .textBox {
    padding: 0;
    width: 100%;
  }
}
.indexPage .comCompany .content .mapBox {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 896px) {
  .indexPage .comCompany .content .mapBox {
    height: 64vw;
    margin: min(13.3333333333vw, 50px) -6.4vw 0;
    width: 100vw;
  }
}
.indexPage .comCompany .content .mapBox iframe {
  border-radius: 0 30px 0 0;
  overflow: hidden;
  height: min(100%, 700px);
  position: absolute;
  right: min(6.588579795vw, 90px);
  width: calc(50vw - min(6.588579795vw, 90px));
}
@media screen and (max-width: 896px) {
  .indexPage .comCompany .content .mapBox iframe {
    border-radius: 0;
    height: 64vw;
    position: relative;
    right: unset;
    width: 100vw;
  }
}

@media screen and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 896px) {
  .pc {
    display: none !important;
  }
}

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

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* flex */
.flex, .flexA, .flexB, .flexC {
  display: flex;
  flex-wrap: wrap;
}

.flexA {
  justify-content: space-around;
}

.flexB {
  justify-content: space-between;
}

.flexC {
  justify-content: center;
}/*# sourceMappingURL=style.css.map */