@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=Poppins:wght@300;500;600;700&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 min(8.2723279649vw, 113px) 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 {
  margin-bottom: 75px;
  padding-bottom: 15px;
  position: relative;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  color: #74B6D9;
}
@media screen and (max-width: 896px) {
  .headLine02 {
    margin-bottom: min(8vw, 30px);
    padding-bottom: 8px;
    font-size: min(8vw, 3rem);
    text-align: center;
  }
}

/*------------------------------------------------------------
	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: #74B6D9;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: min(5.5636896047vw, 76px);
  font-weight: 700;
  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 .jp {
  font-size: 2rem;
  font-weight: 700;
  color: #F09212;
}
@media screen and (max-width: 896px) {
  .headLine04 .jp {
    font-size: min(5.3333333333vw, 2rem);
    font-weight: 500;
    text-align: left;
    display: block;
  }
}
.headLine04 .jp:before {
  background: #F09212;
  content: " ";
  border-radius: 50%;
  display: inline-block;
  height: 11px;
  width: 11px;
  margin-right: 1rem;
}

.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: 2.2;
  }
}

/*------------------------------------------------------------
	comCompany
------------------------------------------------------------*/
.comCompany {
  position: relative;
}
.comCompany .headLine04 {
  margin-bottom: 70px;
}
.comCompany .headLine04 .en,
.comCompany .headLine04 .jp {
  color: #fff;
}
.comCompany .headLine04 .jp:before {
  background: #fff;
}
.comCompany .textBox {
  padding: 110px 0 0 0;
  position: relative;
  width: 42%;
  float: left;
  box-sizing: border-box;
}
.comCompany .textBox table {
  color: #fff;
  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 .headLine04 .jp {
    letter-spacing: 0.06em;
  }
  .comCompany .textBox {
    padding: 0;
    position: relative;
    width: 100%;
    float: none;
  }
  .comCompany .textBox th,
  .comCompany .textBox td {
    float: left;
    width: 100%;
    font-size: 1.6rem;
    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: url("img/common/entry.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100vw;
}
.comBox:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100%;
  background: linear-gradient(90deg, transparent, #74B6D9);
  opacity: 0.7;
  content: " ";
  display: block;
}

@media all and (max-width: 896px) {
  .comBox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: min(32vw, 160px);
    background: url("img/common/sp_entry.jpg") no-repeat center center;
    background-size: cover;
  }
  .comBox::before {
    height: 100%;
  }
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
  z-index: 10;
}
.comLink a {
  background: #fff;
  display: block;
  width: 540px;
  color: #74B6D9;
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  border: 1px solid #74B6D9;
  letter-spacing: 0.06em;
  border-radius: 43px;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .comLink a {
    width: min(87.4666666667vw, 328px);
  }
}
@media screen and (min-width: 897px) {
  .comLink a:before {
    background-color: #74B6D9;
    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: auto 12px;
    height: 15px;
    margin-top: -8px;
    right: 6.1162079511%;
    width: 12px;
  }
}
@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:before, .comLink a:hover .info:after {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .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: 2.3;
  letter-spacing: 0.06em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.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: #74B6D9;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: block;
  width: 240px;
  height: 50px;
  border: 1px solid #74B6D9;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
}
.comMore > *:before {
  margin-top: -6px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 12px;
  height: 12px;
  background: url("img/common/icon08.png") no-repeat right center;
  background-size: auto 12px;
  content: "";
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.comMore > *:visited, .comMore > *:link {
  color: #74B6D9;
}

@media all and (min-width: 897px) {
  .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: #FEF7EE;
}
@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;
  }
}
#container:before {
  background: #FEF7EE;
  content: " ";
  display: block;
  height: 100px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 896px) {
  #container:before {
    height: 60px;
  }
}

#main {
  display: block;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  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: #F09212;
  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: #fff;
  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 {
    background: #74B6D9;
    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: #74B6D9;
  }
}
@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);
}

@media screen and (min-width: 897px) {
  .menuBox .naviUl li a:hover:before {
    right: -15px;
  }
}
.menuBox {
  background: #74B6D9;
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 550px;
  z-index: 1000;
  height: 100%;
  padding-top: 100px;
  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:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  width: 8px;
  height: 13px;
  background: url("img/common/icon05.png") no-repeat left top;
  background-size: 8px 13px;
  content: "";
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.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;
    width: 100%;
  }
  #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;
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding: 35px 100px;
  background-color: #FEF7EE;
  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: #fff;
}

.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: #212836;
  width: 100%;
  height: 58px;
  font-size: 1.3rem;
  padding: 5px 10px 5px 23px;
  -webkit-appearance: none;
  box-sizing: border-box;
  background: #F4F4F4;
  border: 1px solid #F4F4F4;
  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;
  border-radius: 30px;
  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;
  border-radius: 25px;
}

.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 .submit li.disabled .info01 {
    border-radius: 30px;
  }
  .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;
}

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

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

.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 .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 #fff;
  background: #F09212;
  border-radius: 16px;
  padding: 6px 15px;
  margin-right: 16px;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 896px) {
  .recruitPage .recruitIconSec .recruitIconBox {
    font-size: 1.2rem;
  }
}
.recruitPage .topSec {
  color: #fff;
  position: relative;
}
@media screen and (max-width: 896px) {
  .recruitPage .topSec {
    margin-bottom: 0;
  }
}
.recruitPage .topSec:before {
  background: #74B6D9 url(img/common/grid.png);
  content: " ";
  left: 0;
  height: 100%;
  position: absolute;
  top: 145px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 896px) {
  .recruitPage .topSec:before {
    background-size: 25px;
    top: 0;
  }
}
.recruitPage .topSec:after {
  background: url(img/common/mask.png) no-repeat bottom center;
  border-bottom: 1px solid #FEF7EE;
  bottom: 0;
  background-size: 100vw min(11.7708333333vw, 226px);
  box-sizing: border-box;
  content: " ";
  display: block;
  height: min(11.7708333333vw, 226px);
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  width: 100vw;
}
@media screen and (min-width: 897px) {
  .recruitPage .topSec:after {
    bottom: -145px;
  }
}
.recruitPage .topSec .title {
  position: relative;
}
@media screen and (max-width: 896px) {
  .recruitPage .topSec .title:before {
    background: #FEF7EE;
    content: " ";
    display: block;
    height: 50%;
    margin: 0 -50vw;
    padding: 0 50vw;
    position: absolute;
    top: 0;
    width: 100vw;
  }
}
.recruitPage .topSec .title > div {
  background: #fff;
  border: 1px solid #74B6D9;
  color: #222;
  padding: 95px 0 154px 0;
  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 min(6.9546120059vw, 95px);
  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: 6.6666666667vw;
  }
}
.recruitPage .topSec .linkList {
  padding: min(8.0527086384vw, 110px) 0 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 896px) {
  .recruitPage .topSec .linkList {
    display: block;
    padding: 0 0 min(32vw, 120px);
  }
}
.recruitPage .topSec .linkList li {
  border-left: 2px solid #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 20%;
}
@media screen and (max-width: 896px) {
  .recruitPage .topSec .linkList li {
    border-left: none;
    border-bottom: 1px solid #fff;
    width: 100%;
  }
}
.recruitPage .topSec .linkList li:last-child {
  border-right: 2px solid #fff;
}
@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 {
  color: #fff;
  padding: 0 15px;
  display: flex;
  height: 82px;
  position: relative;
  letter-spacing: 0.06em;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (max-width: 896px) {
  .recruitPage .topSec .linkList li a {
    height: 50px;
    flex-direction: row;
    font-weight: 700;
    justify-content: space-between;
    width: 100%;
  }
}
.recruitPage .topSec .linkList li a:after {
  width: 24px;
  height: 14px;
  background: url("img/common/icon09.png") no-repeat right center;
  background-size: contain;
  content: "";
  margin: 10px 0 0;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (max-width: 896px) {
  .recruitPage .topSec .linkList li a:after {
    height: 9px;
    margin: 0;
    width: 15px;
  }
}
@media screen and (min-width: 897px) {
  .recruitPage .topSec .linkList li a:hover:after {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
.recruitPage .businessSec {
  position: relative;
  padding: min(19.2532942899vw, 263px) 0 150px;
}
@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%;
}
.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: 4vw 0;
  }
}
.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;
  overflow: hidden;
  width: 48.7%;
}
@media screen and (max-width: 896px) {
  .recruitPage .businessSec figure {
    border-radius: 20px;
    width: 100%;
  }
}
.recruitPage .businessSec figure img {
  width: 100%;
}
.recruitPage .interviewSec {
  padding: 160px 0 160px;
}
@media screen and (max-width: 896px) {
  .recruitPage .interviewSec {
    padding: 60px 0 0;
  }
}
.recruitPage .interviewSec .headLine02 {
  margin-bottom: 49px;
}
@media screen and (max-width: 896px) {
  .recruitPage .interviewSec .headLine02 {
    margin-bottom: 36px;
  }
}
.recruitPage .interviewSec .headLine02:before {
  width: 190px;
}
@media screen and (max-width: 896px) {
  .recruitPage .interviewSec .headLine02:before {
    width: 127px;
    left: calc(50% - 62px);
  }
}
.recruitPage .interviewSec .topTxt {
  margin-bottom: 47px;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .recruitPage .interviewSec .topTxt {
    margin-bottom: 37px;
    line-height: 1.71;
    text-align: left;
  }
}
.recruitPage .interviewSec .video {
  margin-bottom: 90px;
}
@media screen and (max-width: 896px) {
  .recruitPage .interviewSec .video {
    margin: 0 -24px 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 {
  background: #fff;
  font-size: 1.6rem;
  line-height: 45px;
  margin: 0 0 0 30px;
  padding: 0 20px;
  border-radius: 9999px;
}
@media screen and (max-width: 896px) {
  .recruitPage .interviewSec .video .name .small {
    display: block;
    margin: 2.6666666667vw 0 13.3333333333vw;
  }
}
.recruitPage .interviewSec .infoVideo video {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.recruitPage .interviewSec .comImgBox {
  padding: min(9.5168374817vw, 130px) 0;
  position: relative;
}
.recruitPage .interviewSec .comImgBox:before {
  background: #74B6D9 url(img/common/grid.png);
  background-size: 25px;
  border-radius: 30px;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  margin-right: -50vw;
  padding-right: 50vw;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 896px) {
  .recruitPage .interviewSec .comImgBox:before {
    border-radius: 0;
    margin-left: -50vw;
    padding-left: 50vw;
  }
}
.recruitPage .interviewSec .comImgBox:last-child {
  margin-bottom: 0;
}
.recruitPage .interviewSec .comImgBox .photoBox {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  margin-left: min(9.5168374817vw, 130px);
  position: relative;
}
@media screen and (max-width: 896px) {
  .recruitPage .interviewSec .comImgBox .photoBox {
    border-radius: 20px;
    margin: 0;
    display: block;
  }
}
.recruitPage .interviewSec .comImgBox .photoBox img {
  width: 69.702970297%;
}
@media screen and (max-width: 896px) {
  .recruitPage .interviewSec .comImgBox .photoBox img {
    width: 100%;
  }
}
.recruitPage .interviewSec .comImgBox .photoBox .nameSpan {
  color: #F09212;
  display: flex;
  flex-direction: column;
  font-size: min(2.196193265vw, 30px);
  font-weight: 500;
  justify-content: center;
  padding: 0 min(1.9765739385vw, 27px);
  margin: 0;
}
@media screen and (max-width: 896px) {
  .recruitPage .interviewSec .comImgBox .photoBox .nameSpan {
    box-sizing: border-box;
    font-size: 1.8rem;
    padding: min(6.6666666667vw, 25px) min(6.6666666667vw, 25px);
    width: 100%;
  }
}
.recruitPage .interviewSec .comImgBox .photoBox .nameSpan .small {
  border-top: 1px solid #F09212;
  color: #222;
  font-weight: 500;
  padding: 30px 0 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 896px) {
  .recruitPage .interviewSec .comImgBox .photoBox .nameSpan .small {
    font-size: 1.4rem;
    margin: min(4vw, 15px) 0 0;
    padding: min(5.3333333333vw, 20px) 0 0;
  }
}
.recruitPage .interviewSec .comImgBox .textBox {
  color: #fff;
  padding: 50px 0 0;
  position: relative;
  margin-left: min(9.5168374817vw, 130px);
  width: auto;
}
@media screen and (max-width: 896px) {
  .recruitPage .interviewSec .comImgBox .textBox {
    padding: 6.6666666667vw 0 0;
    width: calc(100% - 24px);
    margin: 0;
    top: 0;
  }
}
.recruitPage .interviewSec .comImgBox .textBox p {
  line-height: 1.7;
}
.recruitPage .oneDay {
  padding: 0;
  margin: 0 auto 150px;
  width: min(100%, 1366px);
}
@media screen and (max-width: 896px) {
  .recruitPage .oneDay {
    padding: 55px 0 70px;
    width: 100%;
    margin: 0 auto;
  }
}
.recruitPage .oneDay h3 {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .recruitPage .oneDay h3 {
    margin-bottom: min(6.6666666667vw, 25px);
  }
}
.recruitPage .oneDay h3 .info {
  padding-bottom: 13px;
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 4rem;
  color: #74B6D9;
}
@media screen and (max-width: 896px) {
  .recruitPage .oneDay h3 .info {
    font-size: 3rem;
    padding-bottom: 0;
  }
}
.recruitPage .listBox {
  position: relative;
}
@media screen and (max-width: 896px) {
  .recruitPage .listBox {
    padding: 0;
  }
}
.recruitPage .listBox:before {
  position: absolute;
  left: 50px;
  top: 75px;
  bottom: 80px;
  width: 3px;
  content: "";
  border-left: 4px dotted #74B6D9;
}
@media screen and (max-width: 896px) {
  .recruitPage .listBox:before {
    border-left: 2px dotted #74B6D9;
    left: 50%;
  }
}
.recruitPage .listBox .timeBox {
  clear: both;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 896px) {
  .recruitPage .listBox .timeBox {
    clear: both;
    width: 100%;
    margin-bottom: 15px;
    display: block;
  }
}
.recruitPage .listBox .timeBox:last-child {
  margin-bottom: 0;
}
.recruitPage .listBox .timeBox .txtInner {
  border: 1px solid #74B6D9;
  border-radius: 30px;
  width: 80%;
  position: relative;
  padding: 35px 40px;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 896px) {
  .recruitPage .listBox .timeBox .txtInner {
    border-radius: 20px;
    margin-top: -37px;
    padding: min(13.8666666667vw, 52px) 25px;
    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 {
  background: #74B6D9;
  border-radius: 50%;
  color: #fff;
  height: 104px;
  width: 104px;
  position: relative;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  line-height: 104px;
  font-weight: 700;
}
@media screen and (max-width: 896px) {
  .recruitPage .listBox .timeBox .time {
    padding: 0;
    height: 74px;
    line-height: 74px;
    margin: 0 auto;
    width: 74px;
    font-size: 2rem;
    z-index: 2;
  }
}
@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: 0 0 150px;
}
@media screen and (max-width: 896px) {
  .recruitPage .recruitSec {
    border-radius: unset;
    padding: 0;
  }
}
.recruitPage .recruitSec .headLine02 {
  padding-bottom: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 896px) {
  .recruitPage .recruitSec .headLine02 {
    margin-bottom: 26px;
  }
}
.recruitPage .recruitSec .headLine02:before {
  background: #fff;
}
.recruitPage .recruitSec .innerBox {
  background: #74B6D9 url(img/common/grid.png);
  border-radius: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .recruitPage .recruitSec .innerBox {
    background-size: 25px;
    border-radius: 0;
    max-width: inherit;
    padding: 0;
    margin: 0 -6.4vw;
  }
}
.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 {
  width: 100%;
}
@media screen and (max-width: 896px) {
  .recruitPage .recruitSec .innerBox .textBox {
    box-sizing: border-box;
    float: none;
    margin: 0 auto 10.6666666667vw;
    padding: 10px 6.4vw 0;
  }
}
.recruitPage .recruitSec .innerBox .textBox table {
  width: 100%;
  border-collapse: collapse;
}
.recruitPage .recruitSec .innerBox .textBox table th, .recruitPage .recruitSec .innerBox .textBox table td {
  color: #fff;
  padding: 17px 0;
  text-align: left;
  vertical-align: middle;
  line-height: 1.9;
  border-bottom: 1px solid #fff;
  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: min(8.0527086384vw, 110px) min(8.345534407vw, 114px) 30px;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .recruitPage .recruitSec .innerBox .infoBox {
    max-width: inherit;
    margin: 0;
    padding: 0;
  }
}
.recruitPage .recruitSec .innerBox .flowBox {
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  margin: 30px auto 0;
  line-height: 1.8;
  width: min(66.6910688141vw, 911px);
  padding: 40px 0;
}
@media screen and (max-width: 896px) {
  .recruitPage .recruitSec .innerBox .flowBox {
    box-sizing: border-box;
    align-items: normal;
    flex-direction: column;
    margin: 0 auto 6.6666666667vw;
    padding: 6.6666666667vw;
    width: 87.2vw;
  }
}
.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 #fff;
  flex: 1;
}
@media screen and (max-width: 896px) {
  .recruitPage .recruitSec .innerBox .flowBox .flowTxt {
    border: none;
    width: 80%;
    padding: 15px 0 35px 0;
  }
}
.recruitPage .pointSec {
  padding: 70px 0 60px 0;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .recruitPage .pointSec {
    padding: 8vw 0;
  }
}
.recruitPage .pointSec .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  .recruitPage .pointSec .content {
    display: block;
  }
}
.recruitPage .pointSec .headLine02 {
  font-size: 3rem;
  margin-bottom: 42px;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .recruitPage .pointSec .headLine02 {
    font-size: 2rem;
    margin-bottom: 1.4641288433vw;
  }
}
.recruitPage .pointSec .headLine06 {
  margin-bottom: 62px;
}
@media screen and (max-width: 896px) {
  .recruitPage .pointSec .headLine06 {
    margin-bottom: 32px;
  }
}
.recruitPage .pointSec .pointBox {
  border-radius: 30px;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 40px 50px;
  margin: 0 0 50px;
  width: min(32.2108345534vw, 440px);
}
@media screen and (max-width: 896px) {
  .recruitPage .pointSec .pointBox {
    border-radius: 20px;
    padding: 8vw 6.6666666667vw;
    margin: 0 0 30px;
    width: 100%;
  }
}
.recruitPage .pointSec .pointBox figure {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .recruitPage .pointSec .pointBox figure {
    margin: 0;
    text-align: center;
    width: 100%;
  }
}
.recruitPage .pointSec .pointBox figure img {
  margin: 0 0 35px;
  width: 85px;
  height: auto;
}
@media screen and (max-width: 896px) {
  .recruitPage .pointSec .pointBox figure img {
    height: auto;
    margin: 0 0 6.6666666667vw;
  }
}
.recruitPage .pointSec .pointBox dl {
  width: 100%;
}
.recruitPage .pointSec .pointBox dl dt {
  font-size: 2.4rem;
  font-weight: 600;
  color: #F09212;
  padding-bottom: 17px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .recruitPage .pointSec .pointBox dl dt {
    font-size: 2rem;
    line-height: 1.6;
    padding: 0 0 15px;
  }
}
.recruitPage .pointSec .pointBox dl dd {
  line-height: 1.8;
}
@media screen and (max-width: 896px) {
  .recruitPage .pointSec .pointBox dl dd {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.recruitPage .welfareSec {
  padding: 0 0 120px;
}
@media screen and (max-width: 896px) {
  .recruitPage .welfareSec {
    padding: 62px 0;
  }
}
.recruitPage .welfareSec .headLine02 {
  margin-bottom: 40px;
  padding-bottom: 0;
}
@media screen and (max-width: 896px) {
  .recruitPage .welfareSec .headLine02 {
    margin-bottom: 0;
  }
}
.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.4;
    padding: 2.6666666667vw 0 0;
  }
}
.recruitPage .welfareSec ul > li p {
  font-size: 1.4rem;
  line-height: 1.7;
  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;
  margin: 0 auto;
  padding: min(14.6412884334vw, 200px) 0 0;
}
@media screen and (max-width: 896px) {
  .recruitPage .companySec {
    margin-bottom: 8vw;
    padding: 50px 0 0;
  }
}
.recruitPage .companySec .comImgBox {
  background: #fff;
  border: 1px solid #74B6D9;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: min(5.1244509517vw, 70px);
  align-items: stretch;
}
@media screen and (max-width: 896px) {
  .recruitPage .companySec .comImgBox {
    border-radius: 20px;
    max-width: inherit;
    display: block;
    padding: 0;
    margin-bottom: 8vw;
  }
}
.recruitPage .companySec .comImgBox:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 896px) {
  .recruitPage .companySec .comImgBox:last-of-type {
    margin-bottom: 0;
  }
}
.recruitPage .companySec .photoBox {
  width: 50%;
}
@media screen and (max-width: 896px) {
  .recruitPage .companySec .photoBox {
    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;
  width: 50%;
  padding: min(5.8565153734vw, 80px);
}
@media screen and (max-width: 896px) {
  .recruitPage .companySec .textBox {
    padding: 6.6666666667vw;
    margin: 0;
    width: auto;
  }
}
.recruitPage .companySec .textBox .headLine02 {
  margin-bottom: 21px;
  font-size: 3.2rem;
  text-align: left;
  padding-bottom: 0;
}
@media screen and (max-width: 896px) {
  .recruitPage .companySec .textBox .headLine02 {
    font-size: 2rem;
    margin-bottom: 4vw;
  }
}
.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 {
  background: none;
  box-sizing: border-box;
  margin: 0 auto 240px;
  padding: 0;
  width: min(100%, 1366px);
}
@media screen and (max-width: 896px) {
  .recruitPage .comCompany {
    padding: 0;
    margin-bottom: 16vw;
  }
}
.recruitPage .comCompany .mapInner {
  display: flex;
  flex-direction: row-reverse;
  background: #fff;
  border: 1px solid #74B6D9;
  border-radius: 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 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: #74B6D9 url(img/common/grid.png);
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0 70px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .recruitPage .FormSec {
    background: #fff;
    width: 100%;
    padding: 0;
  }
}
.recruitPage .FormSec:before {
  background: url(img/common/mask_2.png) no-repeat bottom center;
  border-top: 1px solid #FEF7EE;
  top: 0;
  background-size: 100vw min(11.7708333333vw, 226px);
  box-sizing: border-box;
  content: " ";
  display: block;
  height: min(11.7708333333vw, 226px);
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  width: 100vw;
}
@media screen and (max-width: 896px) {
  .recruitPage .FormSec:before {
    display: none;
  }
}
.recruitPage .FormSec .content {
  position: relative;
  top: -60px;
}
@media screen and (max-width: 896px) {
  .recruitPage .FormSec .content {
    padding-bottom: 0;
    top: 0;
  }
}
.recruitPage .FormSec .content > div {
  background: #fff;
  border: 1px solid #74B6D9;
  border-radius: 30px;
  text-align: center;
  padding: min(5.8565153734vw, 80px) 0;
  position: relative;
}
@media screen and (max-width: 896px) {
  .recruitPage .FormSec .content > div {
    border: none;
    border-radius: 0;
    padding: 60px 0 min(17.3333333333vw, 65px);
  }
}
.recruitPage .FormSec .content .headLine02 {
  margin-bottom: 10px;
}
.recruitPage .FormSec .content form {
  margin: 0 auto;
  padding: 0 40px;
  width: min(100% - 80px, 730px);
}
@media screen and (max-width: 896px) {
  .recruitPage .FormSec .content form {
    padding: 0;
    width: 100%;
  }
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
@media screen and (max-width: 896px) {
  .indexPage .mainVisual {
    margin-bottom: 0;
  }
}
.indexPage .mainVisual .topBox {
  margin: 0 auto;
  position: relative;
  height: 48.9583333333vw;
  width: 95.8333333333vw;
  z-index: 2;
}
@media screen and (max-width: 896px) {
  .indexPage .mainVisual .topBox {
    height: 51.2vw;
    padding: 0;
    width: 100%;
  }
}
.indexPage .mainVisual .topBox .mainImg {
  border: 1px solid #74B6D9;
  border-radius: 30px;
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .indexPage .mainVisual .topBox .mainImg {
    border: none;
    border-radius: 0;
    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;
    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: #74B6D9 url(img/common/grid.png);
  margin-top: -24.4791666667vw;
  padding-top: 24.4791666667vw;
  position: relative;
}
@media screen and (max-width: 896px) {
  .indexPage .mainVisual .txtInner {
    margin-top: 0;
    padding-top: 0;
  }
}
.indexPage .mainVisual .txtInner:after {
  background: url(img/common/mask.png) no-repeat bottom center;
  border-bottom: 1px solid #FEF7EE;
  bottom: 0;
  background-size: 100vw min(11.7708333333vw, 226px);
  box-sizing: border-box;
  content: " ";
  display: block;
  height: min(11.7708333333vw, 226px);
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  width: 100vw;
}
@media screen and (max-width: 896px) {
  .indexPage .mainVisual .txtInner .content {
    max-width: inherit;
  }
}
.indexPage .mainVisual .txtInner .ttl {
  color: #fff;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 0.06em;
  padding: min(10.980966325vw, 150px) 0 min(22.4743777452vw, 307px);
  text-align: center;
}
@media screen and (max-width: 896px) {
  .indexPage .mainVisual .txtInner .ttl {
    font-size: 1.6rem;
    line-height: 2;
    padding: min(9.3333333333vw, 35px) 0 min(42.6666666667vw, 160px);
    text-align: justify;
  }
}
.indexPage .aboutSec {
  margin-top: max(-10.980966325vw, -150px);
}
@media screen and (max-width: 896px) {
  .indexPage .aboutSec {
    margin-bottom: 45px;
    margin-top: max(-30.1333333333vw, -113px);
  }
}
.indexPage .aboutSec .inner {
  box-sizing: border-box;
  flex-direction: row-reverse;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1366px;
}
@media screen and (max-width: 896px) {
  .indexPage .aboutSec .inner {
    display: block;
    margin-bottom: 8vw;
    max-width: inherit;
    padding: 0;
  }
}
.indexPage .aboutSec .inner .photoBox {
  border: 1px solid #74B6D9;
  border-radius: 30px 0 0 30px;
  border-right-style: none;
  overflow: hidden;
  width: 50%;
}
@media screen and (max-width: 896px) {
  .indexPage .aboutSec .inner .photoBox {
    border: 1px solid #74B6D9;
    border-radius: 0 0 20px 20px;
    border-top-style: none;
    width: 100%;
  }
}
.indexPage .aboutSec .inner .photoBox .infoImg {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .indexPage .aboutSec .inner .photoBox .infoImg {
    width: 100%;
    margin-top: 0;
  }
}
.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;
  border: 1px solid #74B6D9;
  border-left-style: none;
  border-radius: 0 30px 30px 0;
  display: flex;
  overflow: hidden;
  width: 50%;
}
@media screen and (max-width: 896px) {
  .indexPage .aboutSec .inner .textBox {
    border: 1px solid #74B6D9;
    border-bottom-style: none;
    border-radius: 20px 20px 0 0;
    width: 100%;
  }
}
.indexPage .aboutSec .inner .textBox .infoBox {
  padding: 14.0350877193%;
}
@media screen and (max-width: 896px) {
  .indexPage .aboutSec .inner .textBox .infoBox {
    max-width: inherit;
    padding: min(8vw, 30px) min(6.4vw, 24px);
    margin: 0 auto;
    display: block;
  }
}
.indexPage .aboutSec .inner .textBox .headLine04 {
  padding: 0 0 50px;
}
@media screen and (max-width: 896px) {
  .indexPage .aboutSec .inner .textBox .headLine04 {
    padding-bottom: min(4.2666666667vw, 16px);
    width: 100%;
    text-align: center;
  }
}
.indexPage .aboutSec .inner .textBox .subBox {
  width: 100%;
}
@media screen and (max-width: 896px) {
  .indexPage .aboutSec .inner .textBox .subBox {
    padding-top: 0;
    width: 100%;
  }
}
.indexPage .aboutSec .inner .textBox .subBox p {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 896px) {
  .indexPage .aboutSec .inner .textBox .subBox p {
    line-height: 1.71;
  }
}
.indexPage .aboutSec .inner.inner01 {
  flex-direction: row;
  margin: 70px auto 173px;
}
@media screen and (max-width: 896px) {
  .indexPage .aboutSec .inner.inner01 {
    margin: 0 auto 8vw;
  }
}
.indexPage .aboutSec .inner.inner01 .photoBox {
  border: 1px solid #74B6D9;
  border-left-style: none;
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 896px) {
  .indexPage .aboutSec .inner.inner01 .photoBox {
    border: 1px solid #74B6D9;
    border-top-style: none;
    border-radius: 0 0 20px 20px;
  }
}
.indexPage .aboutSec .inner.inner01 .textBox {
  border: 1px solid #74B6D9;
  border-radius: 30px 0 0 30px;
  border-right-style: none;
}
@media screen and (max-width: 896px) {
  .indexPage .aboutSec .inner.inner01 .textBox {
    border: 1px solid #74B6D9;
    border-radius: 20px 20px 0 0;
    border-bottom-style: none;
  }
}
@media screen and (max-width: 896px) {
  .indexPage .aboutSec .inner.inner01 .textBox .infoBox {
    margin: 0 auto 30px;
  }
}
.indexPage .interviewSec {
  box-sizing: border-box;
  display: flex;
  margin: 0 auto;
  max-width: 1366px;
  position: relative;
  justify-content: space-between;
  padding: 120px min(113px, 8.2723279649vw) 70px;
  width: min(100%, 1366px);
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec {
    display: block;
    padding: 0 0 0;
  }
}
.indexPage .interviewSec:before {
  background: #74B6D9 url(img/common/grid.png);
  border-radius: 30px 0 0 30px;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: -50vw;
  padding-right: 50vw;
  width: 100vw;
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec:before {
    border-radius: 0;
    margin: 0;
    padding: 0;
  }
}
.indexPage .interviewSec > div {
  box-sizing: content-box;
  position: relative;
  width: min(28.5505124451vw, 390px);
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec > div {
    margin: 0 auto;
    padding: 40px 0 0;
    width: 90.6666666667vw;
  }
}
.indexPage .interviewSec > div .comTtlBox {
  display: block;
}
.indexPage .interviewSec > div .comTtlBox .headLine04 .en {
  color: #fff;
}
.indexPage .interviewSec > div .comTtlBox .headLine04 .jp {
  color: #fff;
}
.indexPage .interviewSec > div .comTtlBox .headLine04 .jp:before {
  background: #fff;
}
.indexPage .interviewSec > div .comTtlBox .title {
  color: #fff;
  padding: 88px 0 0;
  line-height: 2;
  width: auto;
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec > div .comTtlBox .title {
    padding: 4vw 0 0;
  }
}
.indexPage .interviewSec .listUl {
  margin-right: max(-2.9282576867vw, -40px);
  overflow: hidden;
  position: relative;
  width: min(52.196193265vw, 713px);
}
@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;
  padding: 0 min(2.9282576867vw, 40px);
  width: min(46.3396778917vw, 633px);
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec .listUl li a {
    padding: 0 6.6666666667vw;
    width: 73.8666666667vw;
  }
}
.indexPage .interviewSec .listUl li .pho {
  background: #fff;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  width: min(46.3396778917vw, 633px);
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec .listUl li .pho {
    border-radius: 20px;
    display: block;
    padding: 0 0 9.3333333333vw;
    position: relative;
    width: 73.8666666667vw;
  }
}
.indexPage .interviewSec .listUl li .pho img {
  width: 100%;
}
.indexPage .interviewSec .listUl li .pho .txtBox {
  box-sizing: border-box;
  padding: 50px 10.2685624013% 0;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec .listUl li .pho .txtBox {
    display: block;
    padding: 5.3333333333vw 6.6666666667vw;
  }
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec .listUl li .pho .txtBox:before {
    right: 23px;
  }
}
.indexPage .interviewSec .listUl li .pho .txtBox .info {
  display: flex;
  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;
  }
}
.indexPage .interviewSec .listUl li .pho .txtBox .name {
  color: #F09212;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  width: 43.1279620853%;
}
@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 {
  color: #74B6D9;
  margin: 35px 0 58px 43.1279620853%;
  width: min(16.1054172767vw, 220px);
}
@media screen and (max-width: 896px) {
  .indexPage .interviewSec .listUl li .pho .comMore span {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
  }
}
@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;
}
.indexPage .interviewSec .listUl .slick-slide > div {
  margin-right: 3px;
  position: static;
}
.indexPage .interviewSec .listUl .slick-list {
  height: 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: 38px;
    margin-bottom: 10.6666666667vw;
  }
}
.indexPage .interviewSec .listUl .slick-dots li {
  float: none;
  margin: 0 10px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  background-color: #B3D6E8;
}
.indexPage .interviewSec .listUl .slick-dots li button {
  display: none;
}
.indexPage .interviewSec .listUl .slick-dots li.slick-active {
  background-color: #fff;
  -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(6.0761346999vw, 83px);
  height: min(6.0761346999vw, 83px);
  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: 13.0666666667vw;
    top: 19.2vw;
    width: 13.0666666667vw;
  }
}
.indexPage .interviewSec .listUl .slick-prev:hover,
.indexPage .interviewSec .listUl .slick-next:hover {
  opacity: 0.8;
}
.indexPage .interviewSec .listUl .slick-prev {
  left: 0;
  background: url("img/common/prev.png") no-repeat;
  background-size: contain;
  z-index: 10;
}
.indexPage .interviewSec .listUl .slick-next {
  right: 0;
  background: url("img/common/next.png") no-repeat;
  background-size: contain;
  z-index: 10;
}
.indexPage .jobSec {
  background: #FEF7EE;
  padding: 160px 0 0;
  width: 100vw;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 896px) {
  .indexPage .jobSec {
    padding-bottom: 40px;
    padding-top: 0;
  }
}
@media screen and (min-width: 897px) {
  .indexPage .jobSec .content {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1366px;
    padding: 0 min(113px, 8.2723279649vw);
    position: relative;
    width: min(100%, 1366px);
  }
}
@media screen and (max-width: 896px) {
  .indexPage .jobSec .content {
    padding-top: 40px;
  }
}
.indexPage .jobSec .comTtlBox {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 115px;
}
@media screen and (max-width: 896px) {
  .indexPage .jobSec .comTtlBox {
    display: block;
    margin-bottom: 42px;
  }
}
.indexPage .jobSec .comTtlBox .title {
  padding: 40px 0 0;
  width: auto;
}
@media screen and (max-width: 896px) {
  .indexPage .jobSec .comTtlBox .title {
    line-height: 2;
    padding: 36px 0 0;
    text-align: left;
  }
}
.indexPage .jobSec .innerBox {
  margin-top: 95px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  .indexPage .jobSec .innerBox {
    background: #fff;
    border: 1px solid #74B6D9;
    border-radius: 20px;
    margin-top: 25px;
    display: block;
    padding: 24px;
  }
}
.indexPage .jobSec .innerBox:first-child {
  margin-top: 0 !important;
}
.indexPage .jobSec .innerBox .photoBox {
  border: 1px solid #74B6D9;
  border-radius: 30px;
  padding-bottom: 33%;
  height: 0;
  overflow: hidden;
  background-size: cover;
  position: absolute;
  top: max(-4.6852122987vw, -64px);
  width: min(36.6032210835vw, 500px);
}
@media screen and (max-width: 896px) {
  .indexPage .jobSec .innerBox .photoBox {
    border-radius: 10px;
    border: none;
    position: unset;
    padding-bottom: 78%;
    width: 100%;
  }
}
.indexPage .jobSec .innerBox .textBox {
  background: #fff;
  border: 1px solid #74B6D9;
  border-radius: 30px;
  width: 55%;
  padding: min(4.831625183vw, 66px) min(3.8067349927vw, 52px) min(4.831625183vw, 66px) min(26.3543191801vw, 360px);
  margin: 0 0 0 min(15.3733528551vw, 210px);
  width: min(68.0819912152vw, 930px);
  box-sizing: border-box;
}
@media screen and (max-width: 896px) {
  .indexPage .jobSec .innerBox .textBox {
    border-radius: 0;
    border: none;
    margin: 0;
    padding: 28px 0;
    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: #fff;
  margin-right: 15px;
  padding: 6px 15px;
  border: 1px solid #F09212;
  background: #F09212;
  border-radius: 16px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.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;
  }
}
@media screen and (max-width: 896px) {
  .indexPage .jobSec .innerBox .textBox .comMore {
    text-align: center;
  }
}
.indexPage .jobSec .innerBox .textBox .comMore a {
  margin: 0;
}
@media screen and (max-width: 896px) {
  .indexPage .jobSec .innerBox .textBox .comMore a {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
  }
}
.indexPage .btnMore {
  padding-top: 82px;
}
@media screen and (max-width: 896px) {
  .indexPage .btnMore {
    padding: 40px 24px 0;
  }
}
.indexPage .btnMore a {
  position: relative;
  display: flex;
  width: 240px;
  height: 50px;
  font-size: 1.6rem;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.08em;
  background-color: #74B6D9;
  color: #fff;
  border-radius: 25px;
}
@media screen and (max-width: 896px) {
  .indexPage .btnMore a {
    width: 100%;
  }
}
.indexPage .btnMore a:hover {
  opacity: 0.6;
}
.indexPage .btnMore .info {
  position: relative;
  z-index: 3;
}
.indexPage .comCompany {
  background: #74B6D9 url(img/common/grid.png);
  margin: 0;
  padding-top: min(11.9791666667vw, 230px);
  position: relative;
}
@media screen and (max-width: 896px) {
  .indexPage .comCompany {
    padding-top: 32vw;
  }
}
.indexPage .comCompany:before {
  background: url(img/common/mask_2.png) no-repeat bottom center;
  border-top: 1px solid #FEF7EE;
  top: 0;
  background-size: 100vw min(11.7708333333vw, 226px);
  box-sizing: border-box;
  content: " ";
  display: block;
  height: min(11.7708333333vw, 226px);
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  width: 100vw;
}
.indexPage .comCompany .content {
  margin: 0 auto;
  padding-bottom: 150px;
  padding-top: 150px;
  width: min(100%, 1140px);
}
@media screen and (max-width: 896px) {
  .indexPage .comCompany .content {
    padding-bottom: 0;
    padding-top: 0;
    width: 90.6666666667vw;
  }
}
.indexPage .comCompany .content .textBox {
  padding-top: 0;
}
@media screen and (max-width: 896px) {
  .indexPage .comCompany .content .mapBox {
    margin: 0;
    position: unset;
    padding: 10.6666666667vw 0;
  }
}

@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 */