@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=Roboto:wght@300;500;700&display=swap");
@import url("https://use.typekit.net/vxt0gvy.css");
@import url("https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=RocknRoll+One&display=swap");
/*
Theme Name: okakita
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/

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

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

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

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

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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%;
}

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: #212836;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

a:visited {
  color: #212836;
}

a:hover {
  color: #212836;
  opacity: 0.4;
}

a:active {
  color: #212836;
}

:root {
  --color-misaki: #e35d74;
  --color-mebae: #3e9f59;
  --color-hinata: #ff992d;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  color: #212836;
  font-weight: 400;
  /* font-size: 1.6rem; */
  font-size: 1.9rem;
  font-family: "Kiwi Maru", serif;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #fff;
}

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

#container {
  padding-top: 83px;
  overflow: hidden;
  text-align: left;
}

.special #container {
  padding: 0;
}

#main {
  margin-bottom: 206px;
  display: block;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

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

@media all and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.4rem;
  }

  a:hover,
  a:hover img {
    opacity: 1 !important;
  }

  .pc {
    display: none !important;
  }

  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }

  #main {
    margin-bottom: 50px;
  }

  #container {
    padding-top: 60px;
  }

  .special #container {
    padding-top: 60px;
  }
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  position: fixed;
  left: 0;
  top: 0;
  height: 170px;
  width: 100%;
  z-index: 1000;
  box-sizing: border-box;
  background: #fff;
}

.special01 #gHeader {
  background: none;
}

.special01 #gHeader.on {
  background: #fff;
}

#gHeader h1 {
  padding: 50px 0 0 50px;
  float: left;
}

#gHeader .rBox {
  padding: 50px 50px 0 0;
  float: right;
  display: flex;
  align-items: center;
}

#gHeader .rBox .btn {
  float: left;
  margin-right: 35px;
}

#gHeader .rBox .btn a {
  color: #fff;
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  width: 243px;
  text-align: center;
  background: var(--color-main);
  letter-spacing: 0.06em;
  box-sizing: border-box;
  border-radius: 38px;
}

#gHeader .rBox .btn .img {
  margin: 0 12px 0 0;
  display: inline-block;
  vertical-align: sub;
  position: relative;
}

#gHeader .rBox .btn a:hover {
  opacity: 0.7;
}

#gHeader .rBox .btn:has(.link) {
  margin-right: 10px;
}

#gHeader .rBox .btn .link {
  width: 100px;
  background: var(--color-misaki);
}

#gHeader .rBox .btn .link.mebae {
  width: 100px;
  background: var(--color-mebae);
}

#gHeader .rBox .btn .link.hinata {
  width: 100px;
  background: var(--color-hinata);
}

#gHeader .menu {
  float: right;
  width: 77px;
  height: 77px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 39px;
  position: relative;
  background-color: var(--color-main);
  border: 2px solid var(--color-main);
  box-sizing: border-box;
}

.menu span {
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: calc(50% - 14px);
  width: 28px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
}

.menu span:nth-of-type(1) {
  top: 24px;
}

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

.menu span:nth-of-type(3) {
  top: 46px;
}

.menu.on span {
  top: 35px !important;
  opacity: 0;
}

.menu.on span:nth-of-type(1) {
  transform: rotate(45deg);
  opacity: 1;
}

.menu.on span:nth-of-type(3) {
  transform: rotate(-45deg);
  opacity: 1;
}

.menuBox {
  display: none;
  position: fixed;
  right: 50px;
  top: 149px;
  width: 550px;
  background: var(--color-main);
  z-index: 1000;
  height: calc(100% - 149px);
  overflow-y: auto;
  box-sizing: border-box;
}

.menuBox .naviUl {
  padding: 0 50px 100px 60px;
}

.menuBox .naviUl h4 {
  font-size: 20px;
  color: #fff;
  /* padding: 25px 0 0; */
}

.menuBox .naviUl li:has(h4) ul {
  padding: 0 10px;
}

.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: 21px;
  height: 11px;
  background: url("img/common/icon05_02.png") no-repeat left top;
  background-size: 21px 11px;
  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: "";
}

.menuBox .naviUl .jobtagbox {
  font-size: 1.4rem;
  margin: 5px 0 10px;
}

.menuBox .naviUl .jobtagbox span {
  background: #fff;
  color: var(--color-main);
  padding: 3px 10px;
}

.btn_logo_wrap {
  margin-right: 32px;
  display: flex;
  float: left;
  gap: 32px;

  @media (width < 896px) {
    display: none;
  }

  .btn_logo {
    width: 150px;
  }

  .btn_logo:nth-of-type(1) {
    width: 168px;
  }
}

.btn_logo_wrap .btn_logo:nth-of-type(1) {
  width: 180px;
}

@media all and (min-width: 897px) and (max-width: 1200px) {
  #gHeader h1 {
    padding-top: 20px;
  }

  #gHeader .rBox {
    padding: 20px 20px 0 0;
  }
}

@media all and (min-width: 897px) {
  #gHeader .menu:hover {
    opacity: 0.7;
  }

  .menuBox .naviUl li a:hover:before {
    right: -15px;
  }

  #gHeader.on {
    height: 90px;
    background: #fff;
  }

  #gHeader.on h1 {
    padding: 19px 0 0 50px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }

  #gHeader.on h1 img {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    width: 228px;
  }

  #gHeader.on .rBox {
    padding: 19px 47px 0 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }

  #gHeader.on .rBox .btn {
    margin-right: 16px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }

  #gHeader.on .rBox .btn:has(.link) {
    margin-right: 10px;
  }

  #gHeader.on .rBox .btn a {
    width: 215px;
    height: 52px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }

  #gHeader.on .rBox .btn .link {
    width: 100px;
  }

  #gHeader.on .menu {
    width: 52px;
    height: 52px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }

  #gHeader.on .menu span {
    width: 25px;
    left: calc(50% - 13px);
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }

  #gHeader.on .menu span:nth-of-type(1) {
    top: 13px;
  }

  #gHeader.on .menu span:nth-of-type(2) {
    top: 22px;
  }

  #gHeader.on .menu span:nth-of-type(3) {
    top: 31px;
  }

  #gHeader.on .menu.on span {
    top: 23px !important;
  }
}

@media all and (max-width: 896px) {
  #gHeader {
    height: 60px;
    background: #fff;
  }

  #gHeader h1 {
    padding: 16px 0 0 24px;
    float: left;
  }

  #gHeader .rBox {
    padding: 15px 10px 0 0;
    float: right;
  }

  #gHeader .rBox .btn {
    float: left;
    margin-right: 15px;
  }

  #gHeader .rBox .btn a {
    height: 35px;
    width: 96px;
    font-size: 1.2rem;
    letter-spacing: 0.03em;
  }

  #gHeader .rBox .btn .img {
    margin: 7px 6px 0 0;
  }

  #gHeader .menu {
    float: right;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body.fixed #gHeader .rBox .btn {
    display: none;
  }

  .menu span {
    left: calc(50% - 8px);
    width: 16px;
    height: 2px;
  }

  .menu span:nth-of-type(1) {
    top: 9px;
  }

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

  .menu span:nth-of-type(3) {
    top: 21px;
  }

  .menu.on span {
    top: 15px !important;
  }

  .menuBox {
    right: 0;
    top: 60px;
    width: 100%;
    height: calc(100% - 60px);
  }

  .menuBox .naviUl {
    padding: 0 27px 50px;
  }
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
  max-width: 1150px;
  padding: 0 20px;
  margin: 0 auto 120px;
}

#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;
}

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

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

@media all 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;
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding: 20px 100px;
}

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

.pageTop {
  position: fixed;
  right: 46px;
  bottom: 25px;
  z-index: 600;
}

.pageTop a:hover {
  opacity: 0.7;
}

@media all and (max-width: 896px) {
  #gFooter {
    padding: 22px 0;
    border-top: 1px solid #efeded;
  }

  .special #gFooter {
    border-top: none;
  }

  #gFooter address {
    font-size: 1.2rem;
    text-align: center;
  }

  .pageTop {
    display: none;
  }
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  max-width: 1116px;
  margin: 0 auto;
  padding: 0 20px;
}

@media all and (max-width: 896px) {
  .content {
    max-width: inherit;
    padding: 0 24px;
  }
}

/*------------------------------------------------------------
	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: transform 1s, opacity 1s;
}

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

/*------------------------------------------------------------
	comVisual
------------------------------------------------------------*/

.comVisual {
  margin-bottom: 25px;
  color: #fff;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url("img/recruit/com_visual_bg.jpg") no-repeat center center;
  background-size: cover;
}

.comVisual .headLine05 {
  font-size: 4.6rem;
  letter-spacing: 0.06em;
  text-shadow: 2px 2px 12px #0000007d;
}

@media all and (max-width: 896px) {
  .comVisual {
    margin-bottom: 13px;
    height: 200px;
    background: url("img/recruit/sp_com_visual_bg.jpg") no-repeat center center;
    background-size: cover;
  }

  .comVisual .headLine05 {
    font-size: 2rem;
  }
}

.comVisual:has(video) {
  height: auto;
  display: block;
  background: none;
  width: 100%;
}

.comVisual:has(video) video {
  width: 100%;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
  margin-bottom: 75px;
  padding-bottom: 40px;
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.headLine02:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #232835;
  content: "";
}

@media all and (max-width: 896px) {
  .headLine02 {
    margin-bottom: 50px;
    padding-bottom: 23px;
    font-size: 2.4rem;
    text-align: center;
  }

  .headLine02:before {
    margin-left: -16px;
    left: 50%;
    bottom: 0;
    width: 32px;
  }
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
  margin-bottom: 20px;
  padding-bottom: 26px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #d1cfcf;
}

@media all and (max-width: 896px) {
  .headLine03 {
    margin-bottom: 10px;
    padding-bottom: 13px;
    font-size: 1.6rem;
  }
}

/*------------------------------------------------------------
	comTtlBox
------------------------------------------------------------*/
.comTtlBox {
  margin-bottom: 42px;
  text-align: center;
}

.headLine04 {
  margin-bottom: 80px;
  color: #5c4c2c;
  font-size: 4.8rem;
  font-family: "RocknRoll One", sans-serif;
  font-weight: 300;
  text-align: center;
  position: relative;
}

.headLine04:before {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 30px);
  width: 60px;
  height: 3px;
  content: "";
  border-radius: 3px;
  background: #3d7f69;
}

.comTtlBox .title {
  color: #211b1b;
  line-height: 1.85;
  text-align: center;
  letter-spacing: 0.06em;
}

@media all and (max-width: 896px) {
  .comTtlBox {
    display: block;
    margin-bottom: 44px;
  }

  .headLine04 {
    margin-bottom: 16px;
    font-size: 2.4rem;
    position: relative;
  }

  .headLine04:before {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 30px);
    width: 30px;
    height: 3px;
    content: "";
    border-radius: 3px;
    background: #3d7f69;
  }

  .comTtlBox .title {
    width: 100%;
    padding: 22px 0 0 0;
    font-size: 1.4rem;
    line-height: 2.2;
    text-align: left;
  }
}

/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
  margin-bottom: 49px;
  padding-bottom: 15px;
  color: #5c4c2c;
  font-size: 3.2rem;
  font-family: "RocknRoll One", sans-serif;
  font-weight: 300;
  background: url("img/common/line.png") repeat-x left bottom;
  background-size: auto 3px;
}

.headLine06 .color {
  color: #57b8ff;
}

@media all and (max-width: 896px) {
  .headLine06 {
    margin-bottom: 44px;
    padding-bottom: 0;
    text-align: center;
    font-size: 2.4rem;
    background: none;
    position: relative;
  }

  .headLine06:before {
    position: absolute;
    bottom: -15px;
    left: calc(50% - 15px);
    width: 30px;
    height: 3px;
    content: "";
    border-radius: 3px;
    background: #3d7f69;
  }
}

/*------------------------------------------------------------
	headLine07
------------------------------------------------------------*/
.headLine07 {
  margin-bottom: 80px;
  color: #5c4c2c;
  font-size: 4.8rem;
  font-family: "RocknRoll One", sans-serif;
  font-weight: 300;
  text-align: center;
  position: relative;
}

.headLine07::before {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 30px);
  width: 60px;
  height: 3px;
  content: "";
  border-radius: 3px;
  background: #3d7f69;
}

@media all and (max-width: 896px) {
  .headLine07 {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
}

/*------------------------------------------------------------
	headLine08
------------------------------------------------------------*/
.headLine08 {
  margin-bottom: 36px;
  padding-bottom: 20px;
  color: #5c4c2c;
  font-size: 3rem;
  font-family: "RocknRoll One", sans-serif;
  border-bottom: none;
  background: url("img/common/line.png") repeat-x left bottom;
  background-size: auto 3px;
}

@media all and (max-width: 896px) {
  .headLine08 {
    margin-bottom: 15px;
    padding-bottom: 12px;
    font-size: 1.6rem;
    background: url("img/common/sp_line.png") repeat-x left bottom;
    background-size: auto 3px;
  }
}

/*------------------------------------------------------------
	comCompany
------------------------------------------------------------*/
.comCompany {
  padding: 150px 0 140px;
  position: relative;
}

.comCompany:before {
  position: absolute;
  left: 0;
  top: -40px;
  width: 520px;
  height: 340px;
  background: url("img/common/com_bg.png") repeat left top;
  background-size: 1363px auto;
  content: "";
  z-index: -2;
}

.comCompany:after {
  position: absolute;
  right: 0;
  bottom: -80px;
  width: 482px;
  height: 220px;
  background: url("img/common/com_bg.png") repeat left top;
  background-size: 1363px auto;
  content: "";
  z-index: -2;
}

.comCompany .headLine04 {
  margin-bottom: 120px;
  text-align: center;
}

.comCompany .textBox {
  position: relative;
  width: 46%;
  float: left;
  color: #211b1b;
  box-sizing: border-box;
}

.comCompany .textBox table {
  width: 100%;
  border-collapse: collapse;
}

.comCompany .textBox th,
.comCompany .textBox td {
  padding: 23px 0;
  text-align: left;
  vertical-align: middle;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #dbdbdb;
}

.comCompany .textBox th {
  width: 35%;
  font-weight: 500;
}

.comCompany .mapBox {
  width: 48%;
  position: relative;
  float: right;
}

.comCompany .mapBox:before {
  position: absolute;
  right: -70px;
  top: -66px;
  background: url("img/common/icon16.png") no-repeat left top;
  background-size: auto;
  background-size: 61px auto;
  width: 61px;
  height: 61px;
  content: "";
}

.comCompany .mapBox iframe {
  height: 422px;
  width: 100%;
  vertical-align: top;
  background: #000;
}

.comCompany .mapInner.clearfix {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.comCompany .instagram_wrap {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;

  @media (width < 896px) {
    width: 100%;
  }

  h3 {
    font-size: 2.5rem;
    font-family: "RocknRoll One", sans-serif;
    color: #5c4c2c;
  }

  .instagram_box {
    margin-bottom: 32px;
    gap: 16px;
    display: flex;
    align-items: center;

    .instagram_logo {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 16px;
    }

    a {
      img {
        width: 50px;
      }

      p {
        /* font-size: 2.2rem;
                text-align: center;
                font-family: "RocknRoll One", sans-serif;
                color: #5c4c2c; */
        /* width: 346px; */
        font-size: 2.2rem;
        text-align: center;
        font-family: "RocknRoll One", sans-serif;
        color: #5c4c2c;
        /* width: 346px; */
        position: relative;
        display: flex;
        /* height: 67px; */
        color: var(--color-main);
        justify-content: center;
        align-items: center;
        letter-spacing: 0.08em;
        border-radius: 80px;
        overflow: hidden;
        border: 3px solid var(--color-main);
        margin-bottom: 20px;
        padding: 8px 16px;
        margin-top: 16px;
        transition: 0.3s;
        -webkit-transition: 0.3s;

        &:hover {
          color: #fff;
          background-color: var(--color-main);
        }
      }
    }

    & img {
      width: 150px;
    }
  }
}

@media all and (min-width: 897px) and (max-width: 1200px) {
  .comCompany .mapBox::before {
    right: 0;
  }
}

@media all and (max-width: 896px) {
  .comCompany {
    padding: 46px 0 72px;
  }

  .comCompany:before {
    display: none;
  }

  .comCompany:after {
    display: none;
  }

  .comCompany .headLine04 {
    margin-bottom: 22px;
    width: 100%;
  }

  .comCompany .headLine04::before {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 15px);
    width: 30px;
    height: 3px;
    content: "";
    border-radius: 3px;
    background: #3d7f69;
  }

  .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::before {
        right: 28px;
        top: -60px;
        width: 77px;
        height: 40px;
        background: url("img/common/sp_icon08.png") no-repeat left top;
        background-size: 77px auto; 
    } */
  .comCompany .mapBox iframe {
    height: 238px;
  }
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
  display: flex;
  justify-content: center;
  padding-top: 150px;
  height: 450px;
  box-sizing: border-box;
  background: url("img/common/com_box_bg.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.comBox .comLink {
  position: relative;
  z-index: 1;
}

/* 美咲 1つ目 */
.misaki .comBox.first {
  padding-top: 80px;
  height: 400px;
}
.misaki .comBox.first .comLink:before {
  position: absolute;
  content: "";
  width: auto;
  height: 400px;
  background: url("img/common/1-11.png") no-repeat center center;
  background-size: contain;
  aspect-ratio: 397 / 1213;
  bottom: -105px;
  left: 6px;
  z-index: 1;
  transform: translateX(-100%);
}

.misaki .comBox.first .comLink:after {
  position: absolute;
  content: "";
  width: auto;
  height: 400px;
  background: url("img/common/1-22.png") no-repeat center center;
  background-size: contain;
  aspect-ratio: 539 / 1238;
  bottom: -107px;
  right: 30px;
  z-index: 1;
  transform: translateX(100%);
}

/* 美咲 2つ目 */
/* .misaki .comBox.second {
  padding-top: 80px;
}

.misaki .comBox.second .comLink:before {
  position: absolute;
  content: "";
  width: auto;
  height: 350px;
  background: url("img/common/2-1.png") no-repeat center center;
  background-size: contain;
  aspect-ratio: 297 / 1031;
  bottom: -50px;
  left: 30%;
  z-index: 1;
}

.misaki .comBox.second .comLink:after {
  position: absolute;
  content: "";
  width: auto;
  height: 350px;
  background: url("img/common/2-2.png") no-repeat center center;
  background-size: contain;
  aspect-ratio: 169 / 542;
  bottom: -50px;
  right: 30%;
  z-index: 1;
} */

.misaki .comBox.second {
  padding-top: 80px;
}

.misaki .comBox.second .comLink:before {
  position: absolute;
  content: "";
  width: auto;
  height: 300px;
  background: url("img/common/4-1.png") no-repeat center center;
  background-size: contain;
  aspect-ratio: 394 / 1087;
  bottom: 0px;
  left: 40px;
  z-index: -1;
}

.misaki .comBox.second .comLink:after {
  position: absolute;
  content: "";
  width: auto;
  height: 310px;
  background: url("img/common/4-2.png") no-repeat center center;
  background-size: contain;
  aspect-ratio: 262 / 1083;
  bottom: 0px;
  right: 20px;
  z-index: -1;
}

.misaki .comBox.second .comLink a:after {
  position: absolute;
  content: "";
  width: auto;
  height: 300px;
  background: url("img/common/4-3.png") no-repeat center center;
  background-size: contain;
  aspect-ratio: 55 / 164;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: -1;
  pointer-events: none;
}

/* めばえ 1つ目 */

.mebae .comBox.first {
  padding-top: 80px;
}

.mebae .comBox.first .comLink:before {
  position: absolute;
  content: "";
  width: auto;
  height: 300px;
  background: url("img/common/mebae_1-1.png") no-repeat center center;
  background-size: contain;
  aspect-ratio: 299 / 504;
  bottom: 0px;
  left: 40px;
  z-index: -1;
}

.mebae .comBox.first .comLink:after {
  position: absolute;
  content: "";
  width: auto;
  height: 310px;
  background: url("img/common/mebae_1-2.png") no-repeat center center;
  background-size: contain;
  aspect-ratio: 605 / 999;
  bottom: 0px;
  right: 20px;
  z-index: -1;
}

/* めばえ 2つ目 */

.mebae .comBox.second {
  padding-top: 80px;
}

.mebae .comBox.second .comLink:before {
  position: absolute;
  content: "";
  width: auto;
  height: 400px;
  background: url("img/common/mebae_2-1.png") no-repeat center center;
  background-size: contain;
  aspect-ratio: 565 / 1008;
  bottom: -80px;
  left: -50px;
  z-index: 1;
}

.mebae .comBox.second .comLink:after {
  position: absolute;
  content: "";
  width: auto;
  height: 400px;
  background: url("img/common/mebae_2-2.png") no-repeat center center;
  background-size: contain;
  aspect-ratio: 598 / 1033;
  bottom: -80px;
  right: -40px;
  z-index: 1;
}

/* ひなた 1つ目 */

.hinata .comBox.first {
  padding-top: 180px;
}

.hinata .comBox.first .comLink:before {
  position: absolute;
  content: "";
  width: auto;
  height: 420px;
  background: url("img/common/3-1.png") no-repeat center center;
  background-size: contain;
  aspect-ratio: 365 / 819;
  bottom: 0px;
  left: 40px;
  z-index: -1;
}

.hinata .comBox.first .comLink:after {
  position: absolute;
  content: "";
  width: auto;
  height: 425px;
  background: url("img/common/3-2.png") no-repeat center center;
  background-size: contain;
  aspect-ratio: 159 / 433;
  bottom: 0px;
  right: 20px;
  z-index: -1;
}

/* ひなた 2つ目 */

/* .hinata .comBox.second {
  padding-top: 80px;
}

.hinata .comBox.second .comLink:before {
  position: absolute;
  content: "";
  width: auto;
  height: 300px;
  background: url("img/common/4-1.png") no-repeat center center;
  background-size: contain;
  aspect-ratio: 394 / 1087;
  bottom: 0px;
  left: 40px;
  z-index: -1;
}

.hinata .comBox.second .comLink:after {
  position: absolute;
  content: "";
  width: auto;
  height: 310px;
  background: url("img/common/4-2.png") no-repeat center center;
  background-size: contain;
  aspect-ratio: 262 / 1083;
  bottom: 0px;
  right: 20px;
  z-index: -1;
}

.hinata .comBox.second .comLink a:after {
  position: absolute;
  content: "";
  width: auto;
  height: 300px;
  background: url("img/common/4-3.png") no-repeat center center;
  background-size: contain;
  aspect-ratio: 55 / 164;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: -1;
  pointer-events: none;
} */

.hinata .comBox.second .comLink:before {
  position: absolute;
  content: "";
  width: auto;
  height: 420px;
  background: url(img/common/1-1.png) no-repeat center center;
  background-size: contain;
  aspect-ratio: 397 / 1213;
  bottom: -5px;
  left: 12px;
  z-index: 1;
  transform: translateX(-100%);
}

.hinata .comBox.second .comLink:after {
  position: absolute;
  content: "";
  width: auto;
  height: 420px;
  background: url("img/common/1-2.png") no-repeat center center;
  background-size: contain;
  aspect-ratio: 539 / 1238;
  bottom: -6px;
  right: 30px;
  z-index: 1;
  transform: translateX(100%);
}

@media all and (max-width: 896px) {
  .comBox {
    display: flex;
    justify-content: center;
    height: 300px;
    padding-top: 100px;
    background: url("img/common/sp_com_box_bg.jpg") no-repeat center center;
    background-size: cover;
  }

  .comBox:before {
    height: 300px;
    bottom: -135px;
  }

  /* 美咲 1つ目 */
  .misaki .comBox.first .comLink:before {
    height: 280px;
  }

  .misaki .comBox.first .comLink:after {
    height: 270px;
    right: 28px;
  }

  /* 美咲 2つ目 */
  /* .misaki .comBox.second {
    padding-top: 40px;
  }

  .misaki .comBox.second .comLink:before {
    height: 260px;
    left: 10%;
  }

  .misaki .comBox.second .comLink:after {
    height: 260px;
    right: 10%;
  } */

  .misaki .comBox.second {
    padding-top: 40px;
  }

  .misaki .comBox.second .comLink a {
    width: 340px;
  }

  .misaki .comBox.second .comLink:before {
    height: 250px;
    left: 0px;
    bottom: -30px;
  }

  .misaki .comBox.second .comLink:after {
    height: 240px;
    bottom: -20px;
    right: 0;
  }

  .misaki .comBox.second .comLink a:after {
    height: 220px;
  }

  /* めばえ 1つ目 */

  .mebae .comBox.first {
    padding-top: 40px;
  }

  .mebae .comBox.first .comLink:before {
    height: 215px;
    left: 0;
  }

  .mebae .comBox.first .comLink:after {
    height: 220px;
    right: 0;
  }

  /* めばえ 2つ目 */

  .mebae .comBox.second {
    padding-top: 40px;
  }

  .mebae .comBox.second .comLink:before {
    height: 280px;
    left: -90px;
    bottom: -70px;
  }

  .mebae .comBox.second .comLink:after {
    height: 290px;
    right: -80px;
    bottom: -74px;
  }

  /* ひなた 1つ目 */

  .hinata .comBox.first {
    padding-top: 120px;
  }

  .hinata .comBox.first .comLink a {
    width: 300px;
  }

  .hinata .comBox.first .comLink:before {
    height: 280px;
    left: 0px;
  }

  .hinata .comBox.first .comLink:after {
    height: 280px;
    bottom: 0px;
    right: 0;
  }

  /* ひなた 2つ目 */

  /* .hinata .comBox.second {
    padding-top: 40px;
  }

  .hinata .comBox.second .comLink a {
    width: 340px;
  }

  .hinata .comBox.second .comLink:before {
    height: 250px;
    left: 0px;
    bottom: -30px;
  }

  .hinata .comBox.second .comLink:after {
    height: 240px;
    bottom: -20px;
    right: 0;
  }

  .hinata .comBox.second .comLink a:after {
    height: 220px;
  } */

  .hinata .comBox.second .comLink:before {
    height: 280px;
  }

  .hinata .comBox.second .comLink:after {
    height: 270px;
    right: 28px;
  }
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
  display: block;
  width: 560px;
  color: #fff;
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  background: var(--color-main);
  border-radius: 50px;
  letter-spacing: 0.06em;
  outline: 2px dashed;
}

.comLink a:hover {
  opacity: 1;
}

.comLink .info {
  position: relative;
  z-index: 2;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comLink .info:before {
  margin-top: -5px;
  position: absolute;
  right: 17px;
  top: 50%;
  background: url("img/common/icon05_02.png") no-repeat left top;
  background-size: 21px auto;
  width: 21px;
  height: 11px;
  content: "";
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

@media all and (min-width: 897px) {
  .comLink a:before {
    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);
    overflow: hidden;
    border-radius: 50px;
  }

  .comLink a:hover {
    color: #211b1b;
  }

  .comLink a:hover:before {
    width: 100%;
    right: auto;
    left: 0;
  }

  .comLink a:hover .info:before {
    right: -21px;
  }
}

@media all and (max-width: 896px) {
  .comLink a {
    width: 250px;
    font-size: 1.6rem;
  }

  .comLink .info {
    height: 60px;
  }

  .comLink .info:before {
    margin-top: -10px;
    right: 17px;
    background: url("img/common/sp_icon12.png") no-repeat left top;
    background-size: 20px auto;
    width: 20px;
    height: 19px;
  }
}

@media all and (max-width: 400px) {
  .comLink a {
    width: 210px;
  }
}

/*------------------------------------------------------------
	comMore
------------------------------------------------------------*/
.comMore a {
  width: 443px;
  position: relative;
  display: flex;
  height: 67px;
  color: var(--color-main);
  justify-content: center;
  align-items: center;
  letter-spacing: 0.08em;
  border-radius: 80px;
  overflow: hidden;
  border: 3px solid var(--color-main);
  margin-bottom: 20px;
}

.comMore a:before {
  margin-top: -8px;
  position: absolute;
  right: 30px;
  top: 50%;
  width: 17px;
  height: 16px;
  background: url("img/common/icon02.png") no-repeat right center;
  background-size: 17px auto;
  content: "";
  transition: 0.3s;
  -webkit-transition: 0.3s;
  z-index: 2;
}

.comMore a:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  left: auto;
  right: 0;
  background-color: var(--color-main);
  border-radius: 80px;
  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);
}

.comMore .info {
  position: relative;
  z-index: 2;
  font-size: 1.6rem;
}

@media all and (min-width: 897px) {
  .comMore a:hover {
    color: #fff;
  }

  .comMore a:hover:after {
    width: 100%;
    right: auto;
    left: 0;
  }

  .comMore a:hover:before {
    right: 16px;
    background: url("img/common/icon02_on.png") no-repeat right center;
    background-size: 17px auto;
  }
}

@media all and (max-width: 896px) {
  .comMore .info {
    font-size: 1rem;
  }

  .comMore a {
    height: 42px;
    border-width: 1px;
    width: 100%;
    font-size: 1rem;
  }

  .comMore a:before {
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background: url("img/common/sp_icon07.png") no-repeat right center;
    background-size: 14px auto;
    right: 16px;
  }
}

/*------------------------------------------------------------
	comBg01
------------------------------------------------------------*/
.comBg01 {
  padding: 60px 0;
  position: relative;
}

.comBg01:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 101px;
  width: 100%;
  background: url("img/common/com_bg02.png") repeat-x left top;
  background-size: auto 101px;
  content: "";
  z-index: -1;
}

.comBg01:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 101px;
  width: 100%;
  background: url("img/common/com_bg02.png") repeat-x left top;
  background-size: auto 101px;
  content: "";
  z-index: -1;
}

.comBg02 {
  padding: 130px 0;
}

.comBg02 {
  background: #fdf4e8;
}

@media all and (max-width: 896px) {
  .comBg01 {
    padding: 10px 0;
  }

  .comBg01:before {
    height: 20px;
    background: url("img/common/sp_com_bg01.png") repeat-x left top;
    background-size: auto 20px;
  }

  .comBg01:after {
    height: 20px;
    bottom: 0;
    background: url("img/common/sp_com_bg01.png") repeat-x left top;
    background-size: auto 20px;
  }

  .comBg02 {
    padding: 30px 0;
  }
}

/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
  margin-bottom: 96px;
  display: flex;
  justify-content: space-between;
}

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

.comImgBox .photoBox {
  width: 30%;
}

.comImgBox .photoBox .pho {
  display: block;
  position: relative;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.comImgBox .photoBox .pho:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: var(--color-main);
  content: "";
}

.comImgBox .photoBox .nameSpan {
  margin-top: 10px;
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}

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

.comImgBox .textBox {
  width: 70%;
}

.comImgBox .textBox .subBox + .subBox {
  margin-top: 30px;
}

.comImgBox .textBox .headLine08 {
  margin-bottom: 15px;
  padding: 0 0 20px 90px;
  font-size: 2rem;
}

.comImgBox .textBox p {
  padding: 0 0 0 90px;
  line-height: 2.35;
  letter-spacing: 0.06em;
  text-align: justify;
}

.comImgBox01 {
  align-content: flex-start;
  flex-direction: row-reverse;
}

.comImgBox01 .textBox .headLine08 {
  padding-left: 0;
}

.comImgBox01 .textBox p {
  padding: 0 100px 0 0;
}

@media all and (max-width: 896px) {
  .comImgBox {
    margin-bottom: 76px;
    display: block;
  }

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

  .comImgBox .photoBox {
    width: 100%;
  }

  .comImgBox .photoBox .pho {
    border-radius: 0;
  }

  .comImgBox .photoBox .pho img {
    width: 100%;
  }

  .comImgBox .photoBox .pho:before {
    display: none;
  }

  .comImgBox .photoBox .nameSpan {
    margin-top: 24px;
    font-size: 1.6rem;
  }

  .comImgBox .photoBox .nameSpan .small {
    margin-left: 25px;
    font-size: 1.4rem;
  }

  .comImgBox .textBox {
    padding-top: 20px;
    width: 100%;
  }

  .comImgBox .textBox .headLine08 {
    margin-bottom: 10px;
    padding: 0 0 15px 0px;
    font-size: 1.8rem;
  }

  .comImgBox .textBox p {
    padding: 0;
    line-height: 2.15;
  }

  .comImgBox01 .textBox .headLine08 {
    padding-left: 0;
  }

  .comImgBox01 .textBox p {
    padding: 0;
  }
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.indexPage {
  margin-bottom: -207px;
}

.indexPage .mvBg {
  background: #fdf4e8;
}

.indexPage .mainVisual {
  padding-top: 172px;
  position: relative;
  overflow: hidden;
  width: 350%;
  height: 100vh;
  display: flex;
  animation: moveLeft 40s infinite linear;
}

.indexPage .mainVisual .mainVisualWrap {
  width: 150vw;
  height: calc(100vh - 172px);
  display: flex;
  flex-wrap: wrap;
}

@media all and (max-width: 1250px) {
  .indexPage .mainVisual {
    width: 500%;
  }

  .indexPage .mainVisual .mainVisualWrap {
    width: 250vw;
  }
}

@media all and (max-width: 896px) {
  .indexPage .mainVisual {
    width: 600%;
    padding-top: 60px;
  }

  .indexPage .mainVisual .mainVisualWrap {
    top: 0;
    width: 300vw;
  }
}

@media all and (max-width: 650px) {
  .indexPage .mainVisual {
    width: 800%;
  }

  .indexPage .mainVisual .mainVisualWrap {
    width: 400vw;
    height: calc(90vh - 172px);
  }
}

@keyframes moveLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.indexPage .mainVisual .mainVisualWrap img {
  object-fit: cover;
  animation: pop 0.3s ease forwards;
  opacity: 0;
  border: 8px solid #fdf4e8;
  box-sizing: border-box;
  outline: 2px dashed;
  outline-offset: 0px;
}

@keyframes pop {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.indexPage .mainVisual .mainVisualWrap img:nth-child(1) {
  width: 20%;
  height: 45%;
  margin-top: -1%;
  margin-left: -3%;
  border-radius: 37% 63% 55% 45% / 39% 68% 32% 61%;
  outline-color: red;
}

.indexPage .mainVisual .mainVisualWrap img:nth-child(2) {
  width: 23%;
  height: 60%;
  margin-top: 2%;
  margin-left: -4%;
  border-radius: 31% 69% 36% 64% / 60% 43% 57% 40%;
  animation-delay: 0.8s;
  outline-color: orange;
}

.indexPage .mainVisual .mainVisualWrap img:nth-child(3) {
  width: 21%;
  height: 50%;
  margin-top: -2%;
  margin-left: -3%;
  border-radius: 50% 50% 47% 53% / 40% 43% 57% 60%;
  animation-delay: 0.4s;
  outline-color: green;
}

.indexPage .mainVisual .mainVisualWrap img:nth-child(4) {
  width: 30%;
  height: 60%;
  margin-top: -1%;
  margin-left: 1%;
  border-radius: 50% 50% 47% 53% / 40% 43% 57% 60%;
  animation-delay: 1.2s;
  outline-color: blue;
}

.indexPage .mainVisual .mainVisualWrap img:nth-child(5) {
  width: 14%;
  height: 50%;
  margin-top: 2%;
  margin-left: 1%;
  border-radius: 64% 36% 64% 36% / 40% 65% 35% 60%;
  outline-color: orange;
}

.indexPage .mainVisual .mainVisualWrap img:nth-child(6) {
  width: 15%;
  height: 40%;
  margin-top: -4%;
  margin-left: 1%;
  border-radius: 64% 36% 64% 36% / 40% 65% 35% 60%;
  animation-delay: 0.6s;
  outline-color: purple;
}

.indexPage .mainVisual .mainVisualWrap img:nth-child(7) {
  width: 12%;
  height: 31%;
  margin-top: 1%;
  margin-left: 1%;
  border-radius: 64% 36% 64% 36% / 40% 65% 35% 60%;
  animation-delay: 0.2s;
  outline-color: blue;
}

.indexPage .mainVisual .mainVisualWrap img:nth-child(8) {
  width: 20%;
  height: 60%;
  margin-top: -6%;
  margin-left: 4%;
  border-radius: 42% 58% 30% 70% / 40% 65% 35% 60%;
  animation-delay: 1s;
  outline-color: purple;
}

.indexPage .mainVisual .mainVisualWrap img:nth-child(9) {
  width: 20%;
  height: 60%;
  margin-top: -3%;
  margin-left: 1%;
  border-radius: 42% 58% 30% 70% / 40% 65% 35% 60%;
  animation-delay: 1.4s;
  outline-color: red;
}

.indexPage .mainVisual .mainVisualWrap img:nth-child(10) {
  width: 20%;
  height: 50%;
  margin-top: -2%;
  margin-left: 2%;
  border-radius: 42% 58% 30% 70% / 40% 65% 35% 60%;
  outline-color: green;
}

.indexPage .interviewSec {
  position: relative;
  padding: 108px 0 90px;
}

.indexPage .interviewSec:before {
  position: absolute;
  left: 0;
  top: -82%;
  width: 100%;
  height: 1600px;
  background: url("img/index/bg01.png") no-repeat center center;
  background-size: 100% 100%;
  content: "";
  z-index: -1;
}

.indexPage .interviewSec:after {
  position: absolute;
  right: 0;
  top: 620px;
  width: 385px;
  height: 520px;
  background: url("img/common/com_bg.png") repeat left top;
  background-size: 1363px auto;
  content: "";
  z-index: -2;
}

.indexPage .interviewSec .listUl {
  padding-top: 53px;
  position: relative;
}

.indexPage .interviewSec .listUl:before {
  position: absolute;
  right: -70px;
  top: -15px;
  background: url("img/common/icon16.png") no-repeat left top;
  background-size: 61px auto;
  width: 61px;
  height: 81px;
  content: "";
}

.indexPage .interviewSec .listUl:after {
  position: absolute;
  left: -32px;
  bottom: 59px;
  background: url("img/common/icon15.png") no-repeat left top;
  background-size: 62px auto;
  width: 62px;
  height: 85px;
  content: "";
}

.indexPage .interviewSec .listUl li {
  float: left;
}

.indexPage .interviewSec .listUl li .infoPho {
  display: block;
  position: relative;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.indexPage .interviewSec .listUl li .infoPho:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  border-bottom: 8px solid var(--color-main);
  content: "";
  z-index: 1;
}

.indexPage .interviewSec .listUl .slick-slide > div {
  width: 336px;
  margin: 0 26px;
}

.indexPage .interviewSec .listUl li a {
  display: block;
  position: relative;
}

.indexPage .interviewSec .listUl li .pho img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.indexPage .interviewSec .listUl li .hover {
  position: absolute;
  left: 0;
  top: 0;
  padding: 80px 30px 50px;
  width: 100%;
  height: 350px;
  z-index: 2;
  font-size: 1.8rem;
  color: #fff;
  background: rgba(33, 27, 27, 0.77);
  line-height: 1.9;
  box-sizing: border-box;
  letter-spacing: 0.06em;
  text-align: justify;
  opacity: 0;
  border-radius: 20px 20px 0 0;
  transition: all 0.6s ease;
}

.indexPage .interviewSec .listUl li .txtBox {
  padding-top: 30px;
  display: block;
  color: #211b1b;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  z-index: 10;
  box-sizing: border-box;
}

.indexPage .interviewSec .listUl li .txtBox .name {
  margin-bottom: 9px;
  display: block;
  color: var(--color-main);
  font-size: 2.3rem;
  font-weight: 700;
}

.indexPage .interviewSec .listUl .slick-dots {
  margin-top: 75px;
  text-align: center;
}

.indexPage .interviewSec .listUl .slick-dots li {
  float: none;
  margin: 0 17px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  background-color: #dbdbdb;
}

.indexPage .interviewSec .listUl .slick-dots li button {
  display: none;
}

.indexPage .interviewSec .listUl .slick-dots li.slick-active {
  background-color: var(--color-main);
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
  transform-origin: center;
}

.indexPage .interviewSec .listUl .slick-prev,
.indexPage .interviewSec .listUl .slick-next {
  margin-top: -120px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 56px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
}

.indexPage .interviewSec .listUl .slick-prev {
  left: -89px;
  background: url("img/common/prev.png") no-repeat;
  background-size: 44px 56px;
  z-index: 10;
}

.indexPage .interviewSec .listUl .slick-next {
  right: -89px;
  background: url("img/common/next.png") no-repeat;
  background-size: 45px 56px;
  z-index: 10;
}

/* 園の紹介 */
.introductionSec {
  padding: 80px 0;

  .introduction_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;

    .introductiono_box {
      background: #e35d748f;
      width: 30%;
      min-width: 340px;
      padding: 40px;
      box-sizing: border-box;
      border-radius: 50px;
      /* max-width: 400px; */
      margin: 0 auto;

      img {
        border-radius: 8px;
        margin: 16px auto 16px;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        object-position: right;
      }

      .slideTxt {
        text-align: center;
        margin: -4px auto 12px;
        background-color: #ffffffc4;
        padding: 5px 8px;
        border-radius: 8px;
        width: 110px;
      }
    }

    .introductiono_box:nth-child(2) {
      background: #3e9f5991;
    }

    .introductiono_box:nth-child(3) {
      background: #ff992d;
    }

    .introductiono_box a {
      font-size: 30px;
      font-family: "RocknRoll One", sans-serif;
      color: #e35d74;
      display: flex;
      justify-content: center;
      background-color: #ffffff85;
      max-width: 400px;
      padding: 8px 0px;
      border-radius: 50px;
      margin: 0 auto;
    }

    .introductiono_box:nth-child(2) a {
      color: #3d7f69;
    }

    .introductiono_box:nth-child(3) a {
      color: #df8437;
    }

    .introductiono_box a img {
      margin-top: 8px;
    }

    .introductiono_box .slider ul {
      display: flex;
      justify-content: center;
      gap: 5px 10px;

      & li {
        background: #fff;
        opacity: 0.4;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        transition: 0.3s;

        &.slick-active {
          opacity: 1;
        }

        & button {
          display: none;
        }
      }
    }

    h3 {
      font-size: 3rem;
      font-family: "RocknRoll One", sans-serif;
      color: #5c4c2c;
      text-align: center;
      margin-bottom: 16px;
    }

    h4 {
      font-size: 2.5rem;
      font-family: "RocknRoll One", sans-serif;
      color: #5c4c2c;
      text-align: center;
      margin-bottom: 16px;
    }
  }
}

@media (width < 896px) {
  .introductionSec {
    h2 {
      position: relative;
      margin-bottom: 40px;

      &::before {
        position: absolute;
        bottom: -15px;
        left: calc(50% - 15px);
        width: 30px;
        height: 3px;
        content: "";
        border-radius: 3px;
        background: #3d7f69;
      }
    }

    .introduction_wrap {
      /* .introductiono_box {
        img {
        }

        .slideTxt {
          text-align: center;
          margin: -8px auto 8px;
          background-color: #ffffffc4;
          padding: 5px 8px;
          border-radius: 8px;
          width: 75px;
        }
      } */

      .introductiono_box:nth-child(2) {
      }

      .introductiono_box:nth-child(3) {
      }

      h3 {
        font-size: 2rem;
      }

      h4 {
        font-size: 1.9rem;
      }
    }
  }
}

.indexPage .aboutSec {
  padding-bottom: 154px;
  position: relative;
}

.indexPage .aboutSec:before {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 796px;
  height: 380px;
  background: url("img/common/com_bg.png") repeat left top;
  background-size: 1363px auto;
  content: "";
  z-index: -2;
}

.indexPage .aboutSec .infoBg {
  position: relative;
}

/* .indexPage .aboutSec .infoBg:before {
    position: absolute;
    right: 160px;
    bottom: -90px;
    width: 110px;
    height: 158px;
    background: url("img/common/icon17.png") no-repeat left top;
    background-size: 110px auto; 
    content: "";
} */
.indexPage .aboutSec .inner {
  max-width: 1920px;
  margin: 0 auto 125px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.indexPage .aboutSec .inner .photoBox {
  position: relative;
  width: 48.8%;
  border-radius: 70% 40% 50% 70% / 60% 50% 70% 40%;
  box-shadow: 10px 10px 4px #fadadf;
  display: inline-block;
  height: auto;
  overflow: hidden;
  padding-top: 0;
}

.indexPage .aboutSec .inner .photoBox:before {
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 8px solid var(--color-main);
  width: 100%;
  height: 8px;
  content: "";
}

.indexPage .aboutSec .inner .textBox {
  width: 51.2%;
}

.indexPage .aboutSec .inner .photoBox img {
  width: 100%;
  aspect-ratio: 1.2 / 1;
  object-fit: cover;
}

.indexPage .aboutSec .inner .textBox .infoBox {
  max-width: 586px;
  padding: 0 0 0 20px;
  margin: 0 0 0 auto;
}

.indexPage .aboutSec .inner .textBox p {
  padding: 0 80px 0 7px;
  color: #211b1b;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  letter-spacing: 0.06em;
}

.indexPage .aboutSec .inner .textBox .infoBox .guidance h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}

.indexPage .aboutSec .inner .textBox .infoBox .guidanceBox {
  display: flex;
  justify-content: center;
  gap: 40px 2%;
}

.indexPage .aboutSec .inner .textBox .infoBox .guidance .guidanceBox .misaki {
  border: 1px solid var(--color-misaki);
}

.indexPage .aboutSec .inner .textBox .infoBox .guidance .guidanceBox .mebae {
  border: 1px solid var(--color-mebae);
}

.indexPage .aboutSec .inner .textBox .infoBox .guidance .guidanceBox .hinata {
  border: 1px solid var(--color-hinata);
}

.indexPage
  .aboutSec
  .inner
  .textBox
  .infoBox
  .guidance
  .guidanceBox
  .guidanceinner {
  width: 30%;
  text-align: center;
}

.indexPage
  .aboutSec
  .inner
  .textBox
  .infoBox
  .guidance
  .guidanceBox
  .guidanceinner
  h4 {
  text-align: center;
  color: #fff;
  padding: 3px 10px;
}

.indexPage
  .aboutSec
  .inner
  .textBox
  .infoBox
  .guidance
  .guidanceBox
  .misaki
  h4 {
  background-color: var(--color-misaki);
}

.indexPage .aboutSec .inner .textBox .infoBox .guidance .guidanceBox .mebae h4 {
  background-color: var(--color-mebae);
}

.indexPage
  .aboutSec
  .inner
  .textBox
  .infoBox
  .guidance
  .guidanceBox
  .hinata
  h4 {
  background-color: var(--color-hinata);
}

.indexPage
  .aboutSec
  .inner
  .textBox
  .infoBox
  .guidance
  .guidanceBox
  .guidanceinner
  ul {
  padding: 10px 0;
}

.indexPage
  .aboutSec
  .inner
  .textBox
  .infoBox
  .guidance
  .guidanceBox
  .guidanceinner
  li
  + li {
  padding-top: 5px;
}

.indexPage .aboutSec .inner01 {
  margin-bottom: 0;
  flex-direction: row-reverse;
  align-items: flex-start;
}

.indexPage .aboutSec .inner01 .photoBox {
  border-radius: 70% 40% 50% 70% / 60% 50% 70% 40%;
  box-shadow: 10px 10px 4px #fadadf;
  display: inline-block;
  height: auto;
  overflow: hidden;
  padding-top: 0;
}

.indexPage .aboutSec .inner01 .textBox .infoBox {
  margin: 0 auto 0 0;
  padding: 0 20px 0 0;
}

.indexPage .aboutSec .inner01 .textBox .headLine06 {
  padding-left: 130px;
}

.indexPage .aboutSec .inner01 .textBox p {
  padding: 0 0 0 70px;
  margin-right: 0;
}

.indexPage .jobSec .comTtlBox {
  margin-bottom: 115px;
}

.indexPage .jobSec .innerBox {
  max-width: 1920px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
}

.indexPage .jobSec .innerBox .photoBox {
  width: 50%;
}

.indexPage .jobSec .innerBox .photoBox .infoBox {
  display: block;
  margin: 0 0 0 auto;
  max-width: 685px;
  height: 100%;
  overflow: hidden;
  border-radius: 20px 0 0 20px;
  background: url("img/index/photo06.png") no-repeat center center;
  background-size: cover;
}

.indexPage .jobSec .innerBox .textBox {
  width: 50%;
  padding: 77px 96px 69px 110px;
  box-sizing: border-box;
  background-color: #e35d748f;
  border-bottom: 8px solid #ea8994;

  h3 {
    color: #e35d74;
    border-bottom: dotted 5px #ffd3d9;
    background-image: none;
  }

  /* &:nth-child(2) h3 {
        color: #3e9f59;
    }

    &:nth-child(2) h3 {
        color: #3e9f59;
    }
 */

  .comMore a {
    background-color: #fff;
  }
}

/* めばえ保育園 */
.indexPage .jobSec .infoSec .innerBox:nth-of-type(2) .textBox {
  background-color: #3e9f5991;
  border-bottom: 8px solid #cee2db;
}

.indexPage .jobSec .infoSec .innerBox:nth-of-type(2) .textBox h3 {
  color: #3d7f69;
  border-bottom: dotted 5px #c1efe0;
}

.indexPage .jobSec .infoSec .innerBox:nth-of-type(2) .textBox .comMore a {
  background-color: #fff;
  color: #3d7f69;
  border: 3px solid #3d7f69;
}

.indexPage
  .jobSec
  .infoSec
  .innerBox:nth-of-type(2)
  .textBox
  .comMore
  a::after {
  background-color: #6dc987;
}

/* ひなた保育園 */
.indexPage .jobSec .infoSec .innerBox:nth-of-type(3) .textBox {
  background-color: #ff992d;
  border-bottom: 8px solid #df8437;
}

.indexPage .jobSec .infoSec .innerBox:nth-of-type(3) .textBox h3 {
  color: #ffe6d1;
  border-bottom: dotted 5px #ffeddd;
}

.indexPage .jobSec .infoSec .innerBox:nth-of-type(3) .textBox .comMore a {
  background-color: #fff;
  color: #df8437;
  border: 3px solid #df8437;
}

.indexPage
  .jobSec
  .infoSec
  .innerBox:nth-of-type(3)
  .textBox
  .comMore
  a::after {
  background-color: #f9ce74;
}

.indexPage .jobSec .innerBox .textBox .jobTagBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding: 0 0 12px;
  max-width: 456px;
}

.indexPage .jobSec .innerBox .textBox .jobTagBox span {
  background: var(--color-main);
  color: #ffffff;
  margin-right: 5px;
  padding: 3px 20px;
}

.indexPage .jobSec .innerBox .textBox .jobTagBox span:last-of-type {
  margin-right: 0;
}

.indexPage .jobSec .innerBox .textBox .txt {
  margin-bottom: 40px;
  letter-spacing: 0.06em;
  line-height: 2;
}

.indexPage .jobSec .comMore01 {
  padding: 70px 0 65px;
}

.indexPage .jobSec .comMore01 a {
  margin: 0 auto;
}

@media all and (min-width: 1201px) and (max-width: 1400px) {
  .indexPage .interviewSec .listUl::before {
    right: 0;
  }

  .comCompany .mapBox::before {
    right: -10px;
  }

  #gHeader .rBox {
    padding-right: 20px;
  }
}

@media all and (min-width: 897px) and (max-width: 1200px) {
  .indexPage .interviewSec .listUl::before {
    right: 0;
  }

  .indexPage .interviewSec .listUl .slick-slide > div {
    margin-right: 15px;
  }

  .indexPage .interviewSec .listUl .slick-next {
    right: 0;
  }

  .indexPage .interviewSec .listUl .slick-prev {
    left: 0;
  }

  .indexPage .aboutSec .inner .textBox p {
    padding-right: 40px;
  }

  .indexPage .aboutSec .inner01 .textBox p {
    padding-left: 40px;
  }

  .indexPage .aboutSec .inner01 .textBox .headLine06 {
    padding-left: 40px;
  }

  .indexPage .jobSec .innerBox .textBox {
    padding: 30px 40px 30px;
  }
}

@media all and (min-width: 897px) {
  .indexPage .interviewSec .listUl li a:hover .hover {
    opacity: 1;
  }

  .indexPage .interviewSec .listUl li a:hover .txtBox {
    color: #212836;
  }

  .indexPage .interviewSec .listUl li a:hover .txtBox:before {
    right: -21px;
    background-image: url("img/common/icon05_02.png");
  }

  .indexPage .interviewSec .listUl li a:hover .txtBox::after {
    width: 100%;
    right: auto;
    left: 0;
  }

  .indexPage .interviewSec .listUl .slick-slide.slick-current > div {
    margin-top: 80px;
  }
}

@media all and (max-width: 896px) {
  .indexPage {
    margin-bottom: -51px;
  }

  .indexPage .interviewSec {
    padding: 0 0 0;
    background: #fdf4e8;
    margin-top: -80px;
  }

  .indexPage .interviewSec:after {
    position: absolute;
    right: -226px;
    top: -130px;
    widows: 163px;
    height: 254px;
    background: url("img/common/sp_com_bg02.png") repeat left top;
    background-size: 571px auto;
    content: "";
    z-index: 1;
  }

  .indexPage .interviewSec .comTtlBox {
    margin: 0;
  }

  .indexPage .interviewSec .headLine04 {
    padding-top: 12px;
    margin-bottom: 2px;
    position: relative;
  }

  /* .indexPage .interviewSec .headLine04:before {
        position: absolute;
        left: 10px;
        top: -26px;
        width: 45px;
        height: 61px;
        background: url("img/common/sp_icon09.png") no-repeat left top;
        background-size: 45px auto;
        content: "";
    } */

  .indexPage .interviewSec .headLine04:before {
    position: absolute;
    bottom: -15px;
    left: calc(50% - 15px);
    width: 30px;
    height: 3px;
    content: "";
    border-radius: 3px;
    background: #3d7f69;
  }

  .indexPage .interviewSec:before {
    display: none;
  }

  .indexPage .interviewSec .listUl::after {
    display: none;
  }

  .indexPage .interviewSec .listUl {
    margin: 0 -24px;
    position: relative;
    padding: 44px 0 0;
  }

  .indexPage .interviewSec .listUl::before {
    position: absolute;
    left: 0;
    top: auto;
    right: auto;
    bottom: -10px;
    height: 20px;
    width: 100%;
    background: url("img/common/sp_com_bg01.png") repeat-x left bottom;
    background-size: 100% auto;
    content: "";
    z-index: 2;
  }

  .indexPage .interviewSec .listUl li {
    width: 100%;
    margin: 0;
    float: none;
    background: #fdf4e8;
  }

  .indexPage .interviewSec .listUl li .pho {
    position: relative;
    display: block;
  }

  .indexPage .interviewSec .listUl li .infoPho {
    border-radius: 0;
  }

  .indexPage .interviewSec .listUl li img {
    width: 100%;
  }

  .indexPage .interviewSec .listUl li .txtBox {
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 14px 54px 0 20px;
    height: 81px;
    color: #fff;
    width: 94%;
    font-size: 1.4rem;
    border-radius: 0 20px 20px 0;
    background: var(--color-main);
  }

  .indexPage .interviewSec .listUl li .txtBox:before {
    margin-top: -5px;
    right: 23px;
    position: absolute;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/sp_icon06.png") no-repeat left top;
    background-size: 21px 11px;
    content: "";
  }

  .indexPage .interviewSec .listUl li .txtBox .info {
    display: block;
  }

  .indexPage .interviewSec .listUl li .txtBox .name {
    margin-bottom: 3px;
    color: #fff;
    font-size: 1.6rem;
  }

  .indexPage .interviewSec .listUl li .hover {
    padding: 13px 22px 50px;
    position: static;
    height: auto;
    color: #211b1b;
    font-size: 1.4rem;
    text-align: left;
    display: block;
    line-height: 1.8;
    opacity: 1;
    background: #fdf4e8;
  }

  .indexPage .aboutSec {
    padding: 52px 0 82px;
  }

  .indexPage .aboutSec::before {
    position: absolute;
    right: auto;
    left: 0;
    top: -20px;
    width: 146px;
    height: 140px;
    background: url("img/common/sp_com_bg02.png") repeat left top;
    background-size: 571px auto;
    content: "";
  }

  .indexPage .aboutSec::after {
    position: absolute;
    right: -20px;
    bottom: 20px;
    width: 170px;
    height: 240px;
    background: url("img/common/sp_com_bg02.png") repeat left top;
    background-size: 571px auto;
    content: "";
    z-index: -1;
  }

  .indexPage .aboutSec .infoBg::before {
    display: none;
  }

  .indexPage .aboutSec .inner {
    max-width: inherit;
    margin: 0 24px 45px;
    display: block;
  }

  .indexPage .aboutSec .inner .photoBox {
    width: auto;
    margin: 0 -24px 0 0;
  }

  .indexPage .aboutSec .inner .photoBox .infoImg {
    width: 100%;
    margin-top: 0;
  }

  .indexPage .aboutSec .inner .textBox {
    width: 100%;
  }

  .indexPage .aboutSec .inner .textBox .infoBox {
    max-width: inherit;
    padding: 0;
    margin: 0 auto 38px;
    display: block;
  }

  .indexPage .aboutSec .inner .textBox p {
    padding: 0;
    line-height: 2.15;
  }

  .indexPage .aboutSec .inner01 {
    margin-bottom: 0;
  }

  .indexPage .aboutSec .inner01 .photoBox {
    width: auto;
    margin: 0 0 0 -24px;
  }

  .indexPage .aboutSec .inner01 .textBox {
    padding-top: 10px;
    width: 100%;
  }

  .indexPage .aboutSec .inner01 .textBox .infoBox {
    margin: 0 auto 30px;
    padding: 0;
  }

  .indexPage .aboutSec .inner01 .textBox .headLine06 {
    margin-bottom: 47px;
    padding: 0;
    position: relative;
  }

  .indexPage .aboutSec .inner01 .textBox .headLine06:before {
    position: absolute;
    bottom: -15px;
    left: calc(50% - 15px);
    width: 30px;
    height: 3px;
    content: "";
    border-radius: 3px;
    background: #3d7f69;
  }

  .indexPage .aboutSec .inner .textBox p {
    padding: 0;
  }

  .indexPage .jobSec {
    padding-bottom: 10px;
  }

  .indexPage .jobSec .comBg02 {
    padding-bottom: 70px;
  }

  .indexPage .jobSec .headLine04 {
    margin-bottom: 7px;
    position: relative;
  }

  .indexPage .jobSec .headLine04::before {
    position: absolute;
    bottom: -15px;
    left: calc(50% - 15px);
    width: 30px;
    height: 3px;
    content: "";
    border-radius: 3px;
    background: #3d7f69;
  }

  .indexPage .jobSec .comTtlBox {
    display: block;
    margin-bottom: -25px;
  }

  .indexPage .jobSec .comTtlBox .title {
    padding: 36px 0 0;
  }

  .indexPage .jobSec .title {
    width: 100%;
  }

  .indexPage .jobSec .innerBox .infoSec {
    margin-top: -60px;
  }

  .indexPage .jobSec .innerBox {
    margin: 60px 24px 0;
    display: block;
  }

  .indexPage .jobSec .innerBox:last-child {
    margin-bottom: 0;
  }

  .indexPage .jobSec .innerBox .photoBox {
    width: 100%;
    position: relative;
  }

  .indexPage .jobSec .innerBox .photoBox:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    right: 0;
    height: 8px;
    background: #3d7f69;
    content: "";
  }

  .indexPage .jobSec .innerBox .photoBox .infoBox {
    padding-bottom: 78%;
    max-width: inherit;
    margin: 0 auto;
    height: 0;
    border-radius: 20px 20px 0 0;
    background-image: url("img/index/sp_photo06.png");
  }

  .indexPage .jobSec .innerBox .textBox {
    width: 100%;
    padding: 28px 24px;
    border-bottom: none;
  }

  .indexPage .jobSec .innerBox .textBox .txt {
    margin-bottom: 17px;
    line-height: 2.2;
  }

  .indexPage .jobSec .innerBox .textBox .comMore {
    margin: 0 auto;
    text-align: center;
  }

  .indexPage .jobSec .innerBox .textBox .subBox {
    max-width: inherit;
  }

  .indexPage .jobSec .comMore01 {
    display: none;
  }
}

/*------------------------------------------------------------
	recruitPage
------------------------------------------------------------*/
.recruitPage {
  margin-bottom: -143px;
}

.recruitPage .topBg {
  position: relative;
}

.recruitPage .topBg:before {
  position: absolute;
  left: 0;
  top: -76px;
  width: 100%;
  height: 324px;
  background: url("img/recruit/bg.png") no-repeat center bottom;
  background-size: cover;
  content: "";
  z-index: -1;
}

.recruitPage #pagePath {
  padding-top: 85px;
}

.recruitPage .topSec {
  margin-bottom: 120px;
  position: relative;
}

.recruitPage .topSec:before {
  position: absolute;
  right: 0;
  top: -190px;
  width: 580px;
  height: 320px;
  background: url("img/common/com_bg.png") repeat left top;
  background-size: auto;
  background-size: 1363px auto;
  content: "";
  z-index: -2;
}

.recruitPage .topSec:after {
  position: absolute;
  left: 0;
  bottom: -230px;
  width: 620px;
  height: 420px;
  background: url("img/common/com_bg.png") repeat left top;
  background-size: auto;
  background-size: 1363px auto;
  content: "";
  z-index: -2;
}

.recruitPage .topSec .topText {
  max-width: 840px;
  margin: -8px auto 120px;
  padding-bottom: 66px;
  font-size: 1.8rem;
  position: relative;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.06em;
}

.recruitPage .topSec .topText:before {
  margin-left: -16px;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 32px;
  height: 1px;
  background: #232835;
  content: "";
}

.recruitPage .topSec .linkList {
  justify-content: center;
  gap: 10px 2.5%;
}

.recruitPage .topSec .linkList li {
  width: 18%;
}

.recruitPage .topSec .linkList li:nth-child(5n) {
  margin-right: 0;
}

.recruitPage .topSec .linkList li a {
  padding: 0 15px;
  display: flex;
  height: 53px;
  position: relative;
  letter-spacing: 0.06em;
  font-weight: 500;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}

.recruitPage .topSec .linkList li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--color-main);
  width: 100%;
  height: 0.5px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.recruitPage .topSec .linkList li a:after {
  margin-top: -3px;
  position: absolute;
  right: 13px;
  top: 50%;
  width: 16px;
  height: 9px;
  background: url("img/common/icon09.png") no-repeat right center;
  background-size: 16px auto;
  content: "";
}

@media all and (min-width: 897px) {
  .recruitPage .topSec .linkList li a:hover:before {
    height: 100%;
  }

  .recruitPage .topSec .linkList li a:hover {
    color: #fff;
  }

  .recruitPage .topSec .linkList li a:hover:after {
    background: url("img/common/icon10.png") no-repeat right center;
    background-size: 16px auto;
  }
}

.recruitPage .recruitSec.comBg01 {
  padding-bottom: 0;
}

.recruitPage .recruitSec.comBg01:after {
  display: none !important;
}

.recruitPage .recruitSec .comBg02 {
  padding: 90px 0 170px;
}

/* .recruitPage .recruitSec .headLine07:before {
    position: relative;
} */
.recruitPage .businessSec .headLine07:after,
.recruitPage .recruitSec .headLine07:after {
  position: absolute;
  right: -0;
  top: 8px;
  width: 62px;
  height: 85px;
  background: url("img/common/icon15.png") no-repeat center center;
  background-size: 62px auto;
  content: "";
}

.recruitPage .recruitSec .innerBox {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.recruitPage .recruitSec .innerBox .photoBox {
  padding-top: 12px;
  float: right;
  width: 44.3%;
  position: relative;
  border-radius: 20px 0 0 0;
  overflow: hidden;
}

.recruitPage .recruitSec .innerBox .photoBox img {
  position: relative;
  border-radius: 70% 40% 50% 70% / 60% 50% 70% 40%;
  box-shadow: 10px 10px 4px #fadadf;
  display: inline-block;
  width: 85%;
  margin-left: 5%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1.2 / 1;
}

.recruitPage .recruitSec .innerBox .photoBox img:nth-child(2) {
  margin: 0;
  width: 45%;
  transform: translate(116%, -49%);
  /* transform: translate(115%, 1%); */
}

.recruitPage .recruitSec .innerBox .photoBox img:nth-child(3) {
  width: 72%;
  margin-left: 20%;
  aspect-ratio: 1 / 1;
  transform: translateY(-30%);
  z-index: -1;
  margin-left: auto;
  object-position: 67% bottom;
}

.recruitPage .recruitSec .innerBox .textBox {
  margin-top: -10px;
  float: left;
  width: 55.7%;
}

.recruitPage .recruitSec .innerBox .infoBox {
  max-width: 572px;
  margin: 0 90px 0 auto;
  padding-left: 20px;
}

.recruitPage .recruitSec .innerBox .textBox table {
  width: 100%;
  border-collapse: collapse;
}

.recruitPage .recruitSec .innerBox .textBox th,
.recruitPage .recruitSec .innerBox .textBox td {
  color: #222;
  padding: 17px 0;
  text-align: left;
  vertical-align: middle;
  line-height: 1.9;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  letter-spacing: 0.06em;
}

.recruitPage .recruitSec .innerBox .textBox th {
  color: var(--color-main);
}

.recruitPage .recruitSec .innerBox .textBox td span {
  background: var(--color-main);
  padding: 4px 6px;
  color: #fff;
}

.recruitPage .recruitSec .innerBox .textBox td small {
  color: #c1272d;
  font-size: 12px;
}

.recruitPage .recruitSec .innerBox .textBox .vTop {
  vertical-align: top;
}

.recruitPage .recruitSec .innerBox .textBox th {
  width: 34.5%;
}

/*--- ポイント ---*/
.recruitPage .pointSec {
  padding: 120px 0;
  position: relative;
}

.recruitPage .welfareSec:after,
.recruitPage .pointSec:after {
  position: absolute;
  right: 100px;
  top: 125px;
  width: 110px;
  height: 159px;
  background: url("img/common/icon16.png") no-repeat left top;
  background-size: 110px auto;
  content: "";
}

.recruitPage .pointSec .headLine06 {
  margin-bottom: 62px;
}

.recruitPage .pointSec .pointwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1280px;
  margin: 0 auto;
}

.recruitPage .pointSec .pointBox {
  border: 1px solid #dbe1e7;
  background: #ffffff;
  padding: 20px;
  width: calc(33.333% - 20px);
  /* ← gapと合わせて調整 */
  box-sizing: border-box;
}

.recruitPage .pointSec .pointBox:last-of-type {
  margin-bottom: 0;
}

.recruitPage .pointSec .pointBox figure {
  width: 100%;
  text-align: center;
}

.recruitPage .pointSec .pointBox figure img {
  width: 150px;
  height: auto;
}

.recruitPage.mebae .pointSec .pointBox figure img {
  filter: hue-rotate(120deg);
}

.recruitPage.misaki .pointSec .pointBox figure img {
  /* filter: brightness(0.7) saturate(1.8); */
}

.recruitPage.hinata .pointSec .pointBox figure img {
  filter: hue-rotate(52deg) saturate(2.7) brightness(1);
}

.recruitPage .pointSec .pointBox dl {
  width: 100%;
}

.recruitPage .pointSec .pointBox dl dt {
  color: var(--color-main);
  font-size: 2rem;
  font-weight: 600;
  padding: 0 0 25px;
}

.recruitPage .pointSec .pointBox dl dd {
  line-height: 2.3;
}

.faqSec {
  margin: 120px 0;
}

.faqBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 30px;
}

.faqBox + .faqBox {
  margin-top: 50px;
}

.faqBox .faqPhoto {
  width: 30%;
}

.faqBox .faqPhoto p {
  text-align: center;
  margin-top: 3px;
}

.faqBox .faqPhoto p span {
  font-weight: bold;
  font-size: 26px;
  color: var(--color-main);
}

.faqBox ul {
  width: calc(70% - 30px);
}

.faqBox ul li + li {
  margin-top: 10px;
}

.faqBox ul section {
  border: 2px solid var(--color-main);
}

.faqBox ul h3 {
  color: var(--color-main);
  padding: 15px 10px;
  font-size: 18px;
}

.faqTitle {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  /*クリックしたあとアコーディオンが開くスピード*/
}

/*タイトル左にあるアイコンの＋と×*/
.faqTitle::before,
.faqTitle::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  top: 48%;
  right: 15px;
  background-color: var(--color-main);
  transition: 0.3s;
}

.faqTitle::before {
  transform: rotate(0deg);
}

.faqTitle::after {
  transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.faqTitle.close::before {
  transform: rotate(-45deg);
}

.faqTitle.close::after {
  transform: rotate(45deg);
}

/*アコーディオンで現れるエリア*/
.faqTxt {
  display: none;
  /*サイトを開いたときは非表示　この行は必須項目です　*/
  padding: 15px;
  padding-top: 0;
}

/*--- インタビュー ---*/
.recruitPage .interviewSec {
  padding: 180px 0 177px;
  position: relative;
}

.recruitPage .welfareSec:before,
.recruitPage .pointSec:before,
.recruitPage .interviewSec:before {
  position: absolute;
  left: 0;
  top: -46px;
  width: 710px;
  height: 536px;
  background: url("img/common/com_bg.png") repeat left top;
  background-size: auto;
  background-size: 1363px auto;
  content: "";
  z-index: -2;
}

.recruitPage .interviewSec .headLine07 {
  margin-bottom: 98px;
}

.recruitPage .interviewSec .topTxt {
  margin-bottom: 52px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.06em;
}

.recruitPage .interviewSec .video {
  margin: 0 2px 92px;
  position: relative;
}

.recruitPage .interviewSec .video:before {
  position: absolute;
  right: -240px;
  top: -125px;
  width: 110px;
  height: 159px;
  background: url("img/common/icon17.png") no-repeat left top;
  background-size: 110px auto;
  content: "";
}

.recruitPage .interviewSec .video .name {
  margin-top: 27px;
  color: #211b1b;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: right;
  letter-spacing: 0.06em;
}

.recruitPage .interviewSec .video .name .small {
  margin-right: 24px;
  font-weight: 500;
  font-size: 2rem;
}

.recruitPage .interviewSec .infoVideo {
  border-radius: 20px;
  overflow: hidden;
}

.recruitPage .interviewSec .infoVideo video {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/*--- 業務内容 ---*/
.recruitPage .businessSec {
  position: relative;
  margin: 120px 0;
}

.videoBox {
  margin: 64px auto 0;
  display: flex;
  justify-content: center;
  width: 90%;
}

.videoBox video {
  width: 80%;

  @media (max-width: 896px) {
    width: 100%;
  }
}

.recruitPage .businessSec .comBg02 {
  padding: 90px 0;
}

.recruitPage .businessSec .headLine06 {
  margin-bottom: 62px;
}

.recruitPage .businessSec .businessBox {
  width: 73%;
}

.recruitPage .businessSec .businessBox dl {
  margin: 0 0 30px;
}

.recruitPage .businessSec .businessBox dl:last-of-type {
  margin-bottom: 0;
}

.recruitPage .businessSec .businessBox dl dt {
  font-size: 2.2rem;
  font-weight: 600;
  padding: 0 0 20px;
  margin: 0 0 20px;
  color: var(--color-main);
  background: url("img/common/line.png") repeat-x left bottom;
  background-size: auto 3px;
}

.recruitPage .businessSec .businessBox dl dd {
  line-height: 2.3;
}

.recruitPage .businessSec .business-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.recruitPage .businessSec figure {
  width: 30vw;
  margin-right: calc(50% - 50vw);
}

.recruitPage .businessSec figure img {
  position: relative;
  border-radius: 70% 40% 50% 70% / 60% 50% 70% 40%;
  box-shadow: 10px 10px 4px #fadadf;
  display: inline-block;
  height: auto;
  overflow: hidden;
  width: 70%;
  aspect-ratio: 1.2 / 1;
  object-fit: cover;
  margin-left: 30%;
}

.recruitPage .businessSec figure img + img {
  margin-top: 40px;
}

.recruitPage .businessSec figure img:nth-child(2) {
  width: 45%;
  margin-top: -15%;
  aspect-ratio: 1 / 1;
  margin-left: 15%;
}

/*--- 福利厚生 ---*/
.recruitPage .welfareSec {
  padding: 120px 0;
  position: relative;
}

.recruitPage .welfareSec .headLine06 {
  margin-bottom: 62px;
}

.recruitPage .welfareSec ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 60px 5%;
}

.recruitPage .welfareSec ul > li {
  width: 30%;
  line-height: 2.3;
}

.recruitPage .welfareSec ul > li:nth-child(3n) {
  margin-right: 0;
}

.recruitPage .welfareSec ul > li figure {
  text-align: center;
}

.recruitPage .welfareSec ul > li figure img {
  width: 100%;
  height: auto;
}

.recruitPage .welfareSec ul > li figure figcaption {
  color: var(--color-main);
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 45px 0 0;
}

/*--- 1日のスケジュール ---*/
.recruitPage .oneDay.comBg01 {
  padding-bottom: 0;
}

.recruitPage .oneDay.comBg01:after {
  display: none;
}

.recruitPage .oneDay .comBg02 {
  padding: 132px 0 200px;
}

.recruitPage .oneDay h3 {
  margin-bottom: 80px;
  color: #5c4c2c;
  font-size: 4.8rem;
  font-family: "RocknRoll One", sans-serif;
  font-weight: 300;
  text-align: center;
  position: relative;
}

.recruitPage .oneDay h3:before {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 30px);
  width: 60px;
  height: 3px;
  content: "";
  border-radius: 3px;
  background: #3d7f69;
}

.recruitPage .listBox {
  position: relative;
}

.recruitPage .listBox:before {
  position: absolute;
  left: 50%;
  top: -25px;
  bottom: -20px;
  width: 1px;
  background: #969696;
  content: "";
}

.recruitPage .listBox .timeBox {
  clear: both;
  width: 50%;
  margin-bottom: -15px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.recruitPage .listBox .timeBox:last-child {
  margin-bottom: 0;
}

.recruitPage .listBox .timeBox .txtInner {
  width: calc(100% - 140px);
  position: relative;
  padding: 20px 40px;
  background: #fff;
  box-sizing: border-box;
}

.recruitPage .listBox .timeBox .txtInner:before {
  margin-top: -11px;
  position: absolute;
  right: -17px;
  top: 50%;
  background: url("img/common/icon11.png") no-repeat right center;
  background-size: 19px auto;
  width: 19px;
  height: 22px;
  content: "";
}

.recruitPage .listBox .timeBox .txtInner .ttl {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.06em;
}

.recruitPage .listBox .timeBox .txtInner .txt {
  margin-top: 6px;
  letter-spacing: 0.06em;
  line-height: 1.9;
}

.recruitPage .listBox .timeBox .time {
  padding-right: 34px;
  width: 140px;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: right;
  box-sizing: border-box;
}

.recruitPage .listBox .timeBox .time:before {
  margin-top: -10px;
  position: absolute;
  right: -10px;
  top: 50%;
  width: 20px;
  height: 20px;
  background: #3d7f69;
  content: "";
  border-radius: 50%;
}

.recruitPage .listBox .timeBox01 {
  float: right;
  flex-direction: row;
}

.recruitPage .listBox .timeBox01 .txtInner:before {
  right: auto;
  left: -17px;
  background-image: url("img/common/icon12.png");
}

.recruitPage .listBox .timeBox01 .time {
  text-align: left;
  padding: 0 0 0 32px;
}

.recruitPage .listBox .timeBox01 .time02 {
  padding-left: 45px;
}

.recruitPage .listBox .timeBox01 .time:before {
  position: absolute;
  left: -10px;
  right: auto;
}

.recruitPage .listBox .timeBox .txtInner img {
  border-radius: 5px;
  margin-top: 5px;
}

.recruitPage .companySec {
  padding: 200px 0 226px;
  position: relative;
}

.recruitPage .companySec:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 590px;
  height: 420px;
  background: url("img/common/com_bg.png") repeat left top;
  background-size: auto;
  background-size: 1363px auto;
  content: "";
  z-index: -2;
}

.recruitPage .companySec:after {
  position: absolute;
  left: 0;
  bottom: -210px;
  width: 690px;
  height: 460px;
  background: url("img/common/com_bg.png") repeat left top;
  background-size: auto;
  background-size: 1363px auto;
  content: "";
  z-index: -2;
}

.recruitPage .companySec .innerBox {
  max-width: 1920px;
  margin: 0 auto 180px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.recruitPage .companySec .innerBox01 {
  flex-direction: row-reverse;
  position: relative;
}

.recruitPage .companySec .innerBox01:before {
  display: none;
  position: absolute;
  right: 160px;
  top: 120px;
  width: 110px;
  height: 159px;
  background: url("img/common/icon17.png") no-repeat left top;
  background-size: 110px auto;
  content: "";
}

.recruitPage .companySec .innerBox:last-child {
  margin-bottom: 0;
}

.recruitPage .companySec .photoBox {
  width: 48.4%;
  position: relative;
  border-radius: 70% 40% 50% 70% / 60% 50% 70% 40%;
  box-shadow: 10px 10px 4px #fadadf;
  display: inline-block;
  height: auto;
  overflow: hidden;
}

.recruitPage .companySec .photoBox img {
  width: 100%;
}

.recruitPage .companySec .photoBox:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: var(--color-main);
  content: "";
}

.recruitPage .companySec .textBox {
  width: 51.6%;
}

/* .recruitPage .companySec .textBox .headLine08 {
    color: var(--color-main);
    padding-bottom: 50px;
} */

.recruitPage .companySec .innerBox .textBox .subBox {
  margin: 0 110px 0 auto;
  padding-left: 20px;
  max-width: 480px;
}

.recruitPage .companySec .innerBox01 .textBox .subBox {
  margin: 0 auto 0 90px;
  padding: 0 20px 0 0;
}

.recruitPage .companySec .textBox .headLine02 {
  margin-bottom: 48px;
}

.recruitPage .companySec .textBox p {
  line-height: 2.4;
}

.recruitPage .comCompany {
  padding-bottom: 0;
  padding-top: 0;
}

.recruitPage .comCompany:after {
  display: none;
}

.recruitPage .comCompany .comBg02 {
  padding-bottom: 175px;
}

.recruitPage .comCompany .headLine07 {
  margin-bottom: 50px;
}

.recruitPage .comCompany .mapBox:before {
  top: -120px;
}

.recruitPage .FormSec {
  padding: 100px 0;
}

@media all and (min-width: 1201px) and (max-width: 1600px) {
  .recruitPage .interviewSec .video::before {
    right: 0;
    top: -180px;
  }
}

@media all and (min-width: 1201px) and (max-width: 1500px) {
  .recruitPage .recruitSec .headLine07:after {
    right: 0;
  }
}

@media all and (max-width: 1280px) {
  .recruitPage .businessSec .businessBox {
    width: 72%;
  }

  .recruitPage .businessSec figure {
    width: 28vw;
  }
}

@media all and (min-width: 897px) and (max-width: 1200px) {
  .recruitPage .recruitSec .innerBox .infoBox {
    margin: 0 40px 0 auto;
  }

  .recruitPage .companySec .innerBox .textBox .subBox {
    margin: 0 40px 0 auto;
  }

  .recruitPage .companySec .innerBox01 .textBox .subBox {
    margin: 0 auto 0 40px;
  }

  .recruitPage .recruitSec .headLine07:after {
    right: 0;
  }

  .recruitPage .interviewSec .video::before {
    right: 0;
    top: -180px;
  }
}

@media all and (max-width: 896px) {
  .recruitPage {
    margin-bottom: -51px;
  }

  .recruitPage .topBg:before {
    position: absolute;
    left: 0;
    top: -45px;
    width: 100%;
    height: 100px;
    background: url("img/recruit/sp_bg.png") no-repeat center bottom;
    background-size: cover;
    content: "";
    z-index: -1;
  }

  .recruitPage #pagePath {
    padding-top: 0;
  }

  .recruitPage .topSec {
    margin-bottom: 57px;
  }

  /* .recruitPage .topSec::before {
      position: absolute;
      right: 0;
      top: -70px;
      width: 170px;
      height: 220px;
      background: url("img/common/sp_com_bg02.png") repeat left top;
      background-size: auto;
      background-size: 571px auto;
    } */
  .recruitPage .topSec .topText {
    max-width: 840px;
    margin: -3px auto 45px;
    padding-bottom: 34px;
    font-size: 1.4rem;
    line-height: 2.15;
    text-align: justify;
  }

  .recruitPage .topSec .linkList li {
    width: 100%;
  }

  .recruitPage .topSec .linkList li a {
    height: 62px;
  }

  .recruitPage .topSec::after {
    display: none;
  }

  .recruitPage .recruitSec {
    padding: 10px 0;
  }

  .recruitPage .recruitSec .comBg02 {
    padding: 42px 0 70px;
  }

  .recruitPage .recruitSec .headLine07 {
    position: relative;
  }

  .recruitPage .businessSec .headLine07:after,
  .recruitPage .recruitSec .headLine07:after {
    /* position: absolute;
        right: 27px;
        top: -29px;
        width: 45px;
        height: 61px;
        background: url("img/common/sp_icon09.png") no-repeat left top;
        background-size: 45px auto;
        content: ""; */
  }

  .recruitPage .recruitSec .innerBox {
    max-width: inherit;
    margin: 0 24px;
    padding: 0;
  }

  .recruitPage .recruitSec .innerBox .photoBox {
    padding-top: 12px;
    float: none;
    width: auto;
  }

  .recruitPage .recruitSec .innerBox .photoBox img {
    width: 100%;
    border: none;
  }

  .recruitPage .recruitSec .innerBox .textBox {
    margin: -10px auto 60px;
    float: none;
    width: auto;
  }

  .recruitPage .recruitSec .innerBox .infoBox {
    max-width: inherit;
    margin: 0;
    padding: 0;
  }

  .recruitPage .recruitSec .innerBox .textBox th,
  .recruitPage .recruitSec .innerBox .textBox td {
    float: left;
    width: 100%;
    padding: 0 0 16px;
    line-height: 1.9;
    border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  }

  .recruitPage .recruitSec .innerBox .textBox th {
    padding: 20px 0 0;
    width: 100%;
    border-bottom: none;
  }

  /*--- ポイント ---*/
  .recruitPage .pointSec {
    padding: 62px 0;
  }

  .recruitPage .welfareSec:after,
  .recruitPage .pointSec:after {
    right: 20px;
    top: 20px;
    width: 70px;
    height: 100px;
    background: none;
    /* background: url(img/common/sp_icon11.png) no-repeat left top;
		background-size: 70px auto; */
  }

  .recruitPage .pointSec .headLine06 {
    margin-bottom: 32px;
  }

  .recruitPage .pointSec .pointBox {
    margin: 0 0 30px;
    text-align: center;
    width: 100%;
  }

  .recruitPage .pointSec .pointwrap {
    display: block;
    margin-top: 60px;
  }

  .recruitPage .pointSec .pointBox figure {
    width: 100%;
    text-align: center;
    margin: 0 0 25px;
  }

  .recruitPage .pointSec .pointBox figure img {
    height: auto;
  }

  .recruitPage .pointSec .pointBox dl {
    width: 100%;
  }

  .recruitPage .pointSec .pointBox dl dt {
    font-size: 1.6rem;
    padding: 0 0 15px;
  }

  .faqSec .faqWrap .faqPhoto {
    width: 100%;
    text-align: center;
  }

  .faqSec .faqWrap .faqPhoto img {
    width: 450px;
    max-width: 100%above;
  }

  .faqSec .faqWrap ul {
    width: 100%;
  }

  /*--- インタビュー ---*/
  .recruitPage .interviewSec {
    padding: 60px 0 67px;
  }

  .recruitPage .interviewSec::before {
    display: none;
  }

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

  .recruitPage .interviewSec .headLine07 {
    margin-bottom: 39px;
    position: relative;
  }

  .recruitPage .interviewSec .headLine07:before {
    position: absolute;
    right: -9px;
    top: -35px;
    width: 70px;
    height: 100px;
    background: url("img/common/sp_icon11.png") no-repeat left top;
    background-size: 70px auto;
    content: "";
  }

  .recruitPage .interviewSec .topTxt {
    margin-bottom: 39px;
    line-height: 2.3;
    text-align: left;
  }

  .recruitPage .interviewSec .video {
    margin: 0 -24px 65px;
  }

  .recruitPage .interviewSec .infoVideo {
    border-radius: 0;
  }

  .recruitPage .interviewSec .video .name {
    margin: 22px 23px 0;
    font-size: 1.6rem;
    text-align: left;
  }

  .recruitPage .interviewSec .video .name .small {
    margin-right: 20px;
    font-size: 1.4rem;
  }

  /*--- 業務内容 ---*/
  .recruitPage .businessSec {
    padding: 10px 0;
    margin: 40px 0;
  }

  .recruitPage .businessSec .comBg02 {
    padding: 52px 0;
  }

  .recruitPage .businessSec .headLine06 {
    margin-bottom: 32px;
  }

  .recruitPage .businessSec .businessBox {
    width: 100%;
    padding: 5% 0 0;
    font-size: 12px;
  }

  .recruitPage .businessSec figure {
    margin: 0;
    width: 100%;
  }

  .recruitPage .businessSec .businessBox dl dt {
    font-size: 1.6rem;
  }

  /*--- 福利厚生 ---*/
  .recruitPage .welfareSec {
    padding: 62px 0;
  }

  .recruitPage .welfareSec .headLine06 {
    margin-bottom: 32px;
  }

  .recruitPage .welfareSec ul > li {
    width: 100%;
    text-align: center;
  }

  .recruitPage .welfareSec ul > li figure {
    padding: 35px;
  }

  .recruitPage .welfareSec ul > li figure img {
    height: auto;
  }

  .recruitPage .welfareSec ul > li figure figcaption {
    font-size: 1.6rem;
    padding: 20px 0 0;
  }

  /*--- 1日のスケジュール ---*/
  .recruitPage .oneDay {
    padding: 10px 0;
  }

  .recruitPage .oneDay .comBg02 {
    padding: 45px 0 70px;
  }

  .recruitPage .oneDay h3 {
    margin-bottom: 52px;
  }

  .recruitPage .oneDay h3:before {
    display: none;
  }

  .recruitPage .oneDay h3 .info {
    padding-bottom: 6px;
    font-size: 1.6rem;
  }

  .recruitPage .listBox:before {
    position: absolute;
    left: 10px;
    top: 0px;
    bottom: 0px;
    width: 1px;
  }

  .recruitPage .listBox .timeBox {
    clear: both;
    width: 100%;
    margin-bottom: 15px;
    flex-direction: row;
  }

  .recruitPage .listBox .timeBox:last-child {
    margin-bottom: 0;
  }

  .recruitPage .listBox .timeBox .txtInner {
    width: calc(100% - 110px);
    padding: 8px 10px 12px 14px;
  }

  .recruitPage .listBox .timeBox .txtInner:before {
    margin-top: -11px;
    position: absolute;
    right: auto;
    left: -14px;
    top: 50%;
    background: url("img/common/sp_icon05.png") no-repeat right center;
    background-size: 17px auto;
    width: 17px;
    height: 16px;
    content: "";
  }

  .recruitPage .listBox .timeBox .txtInner .ttl {
    font-size: 1.4rem;
  }

  .recruitPage .listBox .timeBox .txtInner .txt {
    margin-top: 4px;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: justify;
  }

  .recruitPage .listBox .timeBox .time {
    padding: 0 0 0 34px;
    width: 109px;
    font-size: 1.6rem;
    text-align: left;
  }

  .recruitPage .listBox .timeBox .time:before {
    margin-top: -10px;
    right: auto;
    left: 3px;
    top: 50%;
    width: 15px;
    height: 15px;
  }

  .recruitPage .listBox .timeBox01 {
    float: none;
  }

  .recruitPage .listBox .timeBox01 .txtInner:before {
    right: auto;
    left: -14px;
    background-image: url("img/common/sp_icon05.png");
  }

  .recruitPage .listBox .timeBox01 .time02 {
    padding-left: 45px;
  }

  .recruitPage .listBox .timeBox01 .time:before {
    position: absolute;
    left: 3px;
    right: auto;
  }

  .recruitPage .companySec {
    padding: 50px 0 64px;
  }

  .recruitPage .companySec::before {
    display: none;
  }

  .recruitPage .companySec::after {
    display: none;
  }

  .recruitPage .companySec .innerBox {
    max-width: inherit;
    margin: 0 auto 62px;
    display: block;
  }

  .recruitPage .companySec .innerBox01:before {
    display: none;
  }

  .recruitPage .companySec .innerBox:last-child {
    margin-bottom: 0;
  }

  .recruitPage .companySec .photoBox {
    width: auto;
    margin: 0 24px;
    border-radius: 0;
  }

  .recruitPage .companySec .photoBox:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: var(--color-main);
    content: "";
  }

  .recruitPage .companySec .textBox {
    width: auto;
    margin: 0 24px 30px;
  }

  .recruitPage .companySec .textBox .headLine08 {
    margin-bottom: 32px;
    padding-bottom: 23px;
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
  }

  .recruitPage .companySec .innerBox .textBox .subBox {
    margin: 0;
    padding: 0;
    max-width: inherit;
  }

  .recruitPage .companySec .innerBox01 .textBox .subBox {
    margin: 0;
    padding: 0;
  }

  .recruitPage .companySec .textBox p {
    line-height: 2.2;
  }

  .recruitPage .comCompany {
    padding: 10px 0 0;
    position: relative;
  }

  .recruitPage .comCompany:before {
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 20px;
    background: url("img/common/sp_com_bg01.png") repeat-x left top;
    background-size: auto 20px;
    content: "";
    z-index: 10;
  }

  .recruitPage .comCompany .comBg02 {
    padding: 67px 0;
  }

  .recruitPage .comCompany .textBox {
    color: #222;
    padding: 0;
    width: 100%;
  }

  .recruitPage .comCompany .textBox .headLine02 {
    margin-bottom: 25px;
  }

  .recruitPage .comCompany .mapBox {
    margin-top: 72px;
    width: auto;
  }

  .recruitPage .comCompany .mapBox:before {
    display: none;
  }

  .recruitPage .FormSec {
    padding: 62px 0;
  }
}

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

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

.contactPage th,
.contactPage td {
  padding: 28px 0 28px 58px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #d1cfcf;
}

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

.contactPage td {
  font-size: 1.3rem;
  position: relative;
}

.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 th .optional {
  float: right;
  width: 44px;
  color: #212836;
  border: 1px solid #212836;
  box-sizing: border-box;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  background: #fff;
  text-align: center;
}

.contactPage td:before {
  position: absolute;
  left: 0;
  top: 27px;
  width: 1px;
  bottom: 27px;
  background: #d1cfcf;
  content: "";
}

.contactPage td input[type="text"],
.contactPage td input[type="email"],
.contactPage td input[type="number"],
.contactPage td input[type="tel"],
.contactPage td select,
.contactPage td textarea {
  width: 100%;
  height: 58px;
  color: #212836;
  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 .wid01 {
  width: 98px !important;
}

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

.contactPage td .add {
  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 100px;
  padding: 12px 10px 16px 80px;
  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 .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;
}

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

.contactPage .submit li .info01:before {
  margin-top: -5px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 21px;
  height: 11px;
  background: url("img/common/icon05_01.png") no-repeat left center;
  background-size: 21px 11px;
  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: 21px;
  height: 11px;
  background: url("img/common/icon07.png") no-repeat left center;
  background-size: 21px 11px;
  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: #cecece;
  border-color: #cecece;
}

.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 .confirmTab th,
.contactPage .confirmTab td {
  height: 60px;
}

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

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

.thanks .linkBtn a:before {
  margin-top: -4px;
  position: absolute;
  left: 11px;
  top: 50%;
  width: 21px;
  height: 11px;
  background: url("img/common/icon07.png") no-repeat left center;
  background-size: 21px auto;
  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_01.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 .topTxt {
    margin: 0 0 17px;
    line-height: 1.9;
    text-align: center;
  }

  .contactPage table {
    margin-bottom: 48px;
  }

  .contactPage th,
  .contactPage td {
    float: left;
    width: 100%;
    padding: 0 0 25px;
    box-sizing: border-box;
  }

  .contactPage th {
    padding: 22px 0 10px;
    width: auto;
    border: none;
  }

  .contactPage th .must,
  .contactPage th .optional {
    margin-left: 10px;
  }

  .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 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;
    text-align: center;
  }

  .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 {
  margin-bottom: 240px;
}

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

@media all and (max-width: 896px) {
  .privacy {
    margin-bottom: 110px;
  }

  .privacy .pageTitle {
    padding: 28px 0 30px;
  }

  .privacy .pageTitle .headLine01 .en {
    margin-bottom: 8px;
    font-size: 3.2rem;
  }

  .privacy .pageTitle .headLine01 .jp {
    font-size: 2rem;
  }

  .privacy #pagePath {
    margin-bottom: 56px;
  }

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

details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 20px 0px 19px 0;
  border-bottom: 1px solid #fff;
}

.toggle-icon {
  font-weight: bold;
  font-size: 20px;
  margin-left: 10px;
  color: #fff;
}

.recruit_instagram_box {
  display: flex;
  gap: 40px;
  margin-top: 40px;

  img {
    width: 80px;
  }
}

.blue {
  color: #429be8;
}

.yellow {
  color: #ff992d;
}

.green {
  color: #3e9f59;
}

.red {
  color: #ff909d;
}
