@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://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap");

/* Theme Name: 株式会社つきかげ
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: "Kiwi Maru", 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;
}

a:active {
  color: #212836;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #fff;
}

.borderPage {
  background: url("img/common/body_bg.jpg") repeat left top;
  background-size: 35px auto;
}

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

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

.borderPage #container {
  padding-top: 0;
  border: 10px solid #cd98ea;
}

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

  .borderPage #container {
    border: 5px solid #cd98ea;
  }
}

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

.topPage #gHeader {
  height: 150px;
  background: url("img/common/body_bg.jpg") repeat left top;
  background-size: 35px auto;
}

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

#gHeader h1 img {
  width: 175px;
}

#gHeader .rBox {
  padding: 41px 47px 0 0;
  float: right;
}

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

#gHeader .rBox .btn a {
  color: #fff;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  width: 215px;
  text-align: center;
  background: #cd98ea;
  letter-spacing: 0.06em;
  /* border: 2px solid #faf8f8; */
  box-sizing: border-box;
  border-radius: 25px;
}

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

#gHeader .rBox .btn .img .over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}

#gHeader .menu {
  float: right;
  width: 52px;
  height: 52px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  position: relative;
  background-color: #cd98ea;
  border: 2px solid #cd98ea;
  box-sizing: border-box;
}

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

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

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

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

.menu.on span {
  top: 24px !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: 0;
  top: 136px;
  width: 550px;
  background: #cd98ea;
  z-index: 1000;
  height: calc(100% - 136px);
  overflow-y: auto;
  box-sizing: border-box;
}

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

.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: #cd98ea;
  padding: 3px 10px;
}

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

  #gHeader .menu:hover span {
    background-color: #cd98ea;
  }

  #gHeader .rBox .btn .img img {
    transition: 0.3s;
  }

  #gHeader .rBox .btn a:hover {
    background-color: #fff;
    border-color: #cd98ea;
    color: #cd98ea;
  }

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

  #gHeader .rBox .btn a:hover .img .over {
    opacity: 1;
  }

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

  #gHeader.on {
    height: 90px;
    background: url("img/common/body_bg.jpg") repeat left top;
    background-size: 35px auto;
  }

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

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

  #gHeader.on .rBox {
    padding-top: 24px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }

  .borderPage #container:before {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    background: #cd98ea;
    content: "";
    z-index: 1001;
  }

  .borderPage:before {
    position: fixed;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background: #cd98ea;
    content: "";
    z-index: 1001;
  }

  .borderPage:after {
    position: fixed;
    right: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background: #cd98ea;
    content: "";
    z-index: 1001;
  }
}

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

  #gHeader h1 img {
    width: 100px;
  }

  .topPage #gHeader {
    height: 60px;
  }

  .borderPage #container:before {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: #cd98ea;
    content: "";
    z-index: 1001;
  }

  .borderPage:before {
    position: fixed;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #cd98ea;
    content: "";
    z-index: 1001;
  }

  .borderPage:after {
    position: fixed;
    right: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #cd98ea;
    content: "";
    z-index: 1001;
  }

  body.fixed #gHeader {
    background: #fff;
    border-bottom: none;
  }

  body.fixed #gHeader:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    box-sizing: border-box;
    border: 5px solid #cd98ea;
    border-bottom: none;
  }

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

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

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

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

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

  #gHeader .rBox .btn a:hover .img .over {
    opacity: 0 !important;
  }

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

  .menu span {
    left: calc(50% - 7px);
    width: 15px;
  }

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

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

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

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

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

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

@media all and (max-width: 374px) {
  #gHeader h1 {
    padding-left: 7px;
  }

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

/*------------------------------------------------------------
	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: 39px 100px;
  border-top: 1px solid #efeded;
}

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

.pageTop {
  position: fixed;
  right: 49px;
  bottom: 30px;
  z-index: 500;
  width: 80px;
}

.pageTop a:hover {
  opacity: 0.7;
}

@media all and (max-width: 896px) {
  #gFooter {
    padding: 35px 0;
    background: #fff;
  }

  #gFooter address {
    padding-right: 36px;
    font-size: 1.2rem;
    text-align: center;
  }

  .pageTop {
    display: none;
    right: 25px;
    bottom: 27px;
    width: 44px;
  }

  .pageTop img {
    width: 44px;
  }
}

/*------------------------------------------------------------
	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 {
  position: relative;
  padding: 8px 10px;
  outline: 1px solid #333;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 400;
  display: block;
  box-sizing: border-box;
  max-width: 400px;
  text-align: center;
  margin: 24px 0;
  color: #333;
  background: #cd98ea6e;
  z-index: 1;
}

.comVisual .headLine05::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 40px;
  height: 40px;
  background: #cd98ea85;
  clip-path: polygon(0 0, 100% 0%, 0 100%);
}

.comVisual .headLine05::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  outline: 1px solid #333;
}

@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: 1.7rem;
  }
}

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

.headLine04 {
  position: relative;
  padding-left: 40px;
  color: #cd98ea;
  font-size: 7rem;
  font-family: "Kiwi Maru", serif;

  letter-spacing: 0.1em;
}

.headLine04:after {
  margin-top: -7px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  background: #eef51e;
  border-radius: 50%;
  content: "";
}

.comTtlBox .title {
  padding: 23px 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.9;
  box-sizing: border-box;
}

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

  .headLine04 {
    padding-left: 20px;
    font-size: 2.6rem;
  }

  .headLine04:after {
    margin-top: -3px;
    width: 6px;
    height: 6px;
  }

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

/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
  margin-bottom: 20px;
  font-size: 3rem;
  color: #cd98ea;
  text-align: center;
  letter-spacing: 0.1em;
}

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

/*------------------------------------------------------------
	headLine07
------------------------------------------------------------*/
/* .headLine07 {
  margin-bottom: 60px;
  color: #cd98ea;
  font-size: 3rem;
}
.headLine07 .info {
  padding: 8px 56px 6px 0;
  position: relative;
  display: inline-block;
  letter-spacing: 0.06em;
}
.headLine07 .info:before {
  position: absolute;
  right: -50px;
  left: -2000px;
  top: 0;
  bottom: 0;
  background: #fff;
  content: "";
  z-index: -1;
} */

.headLine07 {
  position: relative;
  padding: 8px 16px;
  outline: 1px solid;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 400;
  display: block;
  box-sizing: border-box;
  max-width: 400px;
  text-align: center;
  margin: 24px 0;
}

.headLine07::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 40px;
  height: 40px;
  background: #cd98ea85;
  clip-path: polygon(0 0, 100% 0%, 0 100%);
  z-index: -999;
}

.headLine07::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  outline: 1px solid #333;
}

@media all and (max-width: 896px) {
  .headLine07 {
    font-size: 1.8rem;
    max-width: 150px;
  }

  .headLine07 .info:before {
    display: none;
  }
}

/*------------------------------------------------------------
	comCompany
------------------------------------------------------------*/
.comCompany {
  padding: 150px 0 80px;
  position: relative;
  background-color: #ffffff;
  background-image: url("https://www.transparenttextures.com/patterns/black-thread-light.png");
}

.comCompany:before {
  position: absolute;
  right: -220px;
  top: 10px;
  width: 550px;
  height: 485px;
  background: url("img/common/sakura.png") no-repeat right top;
  background-size: 550px auto;
  content: "";
}

.comCompany:after {
  display: none;
  position: absolute;
  left: -120px;
  bottom: -90px;
  width: 412px;
  height: 482px;
  background: url("img/index/bg11.png") no-repeat right top;
  background-size: 412px auto;
  content: "";
}

/* .comCompany .headLine04 {
  color: #fff;
}

.comCompany .headLine04::after {
  background: #fff;
} */

.comCompany .comTtlBox {
  margin-bottom: 76px;
}

.comCompany .textBox {
  position: relative;
  width: 40%;
  float: left;
  color: #212836;
  box-sizing: border-box;
}

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

.comCompany .textBox th,
.comCompany .textBox td {
  padding: 15px 0;
  text-align: left;
  vertical-align: middle;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #eef51e;
  /* color: #fff; */
}

.comCompany .textBox th {
  width: 42.5%;
  font-weight: 700;
}

.comCompany .mapBox {
  padding-top: 20px;
  width: 54%;
  float: right;
}

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

@media all and (min-width: 897px) and (max-width: 1400px) {
  .comCompany .headLine04 {
    font-size: 5rem;
  }
}

@media all and (max-width: 896px) {
  .comCompany {
    padding: 95px 0 0;
    position: relative;
  }

  .comCompany:before {
    background-size: 390px auto;
  }

  .comCompany .content {
    padding: 0 20px;
    position: relative;
  }

  .comCompany .headLine04 {
    margin: 0 -10px 0 0;
    letter-spacing: 0.06em;
  }

  .comCompany .comTtlBox {
    margin-bottom: 20px;
  }

  .comCompany .textBox {
    padding: 0;
    position: relative;
    width: 100%;
    float: none;
  }

  .comCompany .textBox th,
  .comCompany .textBox td {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 16px;
    letter-spacing: 0.06em;
  }

  .comCompany .textBox th {
    padding: 18px 0 7px;
    width: 100%;
    border-bottom: none;
  }

  .comCompany .mapBox {
    margin: 72px -24px 0;
    width: auto;
    float: none;
  }

  .comCompany .mapBox iframe {
    height: 180px;
  }
}

@media all and (max-width: 374px) {
  .comCompany .headLine04 {
    font-size: 2.2rem;
  }
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 293px;
  background: url("img/common/entry.jpg") no-repeat 10% 80%;
  background-size: cover;
}

@media all and (max-width: 896px) {
  .comBox {
    height: 182px;
    background: url("img/common/entry.jpg") no-repeat 10% 80%;
    background-size: cover;
  }
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
  display: block;
  width: 560px;
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #333;
  background: #cd98eabf;
  border-radius: 100vh;
  padding: calc(1.5rem - 12px) 3rem 1.5rem;
  transition: all 0.3s;
}

.comLink a::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -14px;
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  border-radius: 100vh;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.comLink a:hover {
  padding: calc(1.5rem - 6px) 3rem;
}

.comLink a:hover::before {
  top: 0;
  left: 0;
}

.comLink .info {
  position: relative;
  z-index: 2;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 100vh;
}

@media all and (max-width: 896px) {
  .comLink a {
    width: 328px;
    font-size: 1.6rem;
    padding: calc(1.5rem - 12px) 2rem 1.5rem;
  }

  .comLink .info {
    height: 60px;
  }
}

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

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

  .comLink a::before {
    top: -6px;
    left: -6px;
  }

  .comLink a:hover {
    padding: calc(1.2rem - 4px) 2rem 1.2rem;
  }

  .comLink .info {
    height: 60px;
  }
}

/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
  margin: 0 auto 78px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 25px;
}

.comImgBox .photoBox {
  width: 40%;
}

.comImgBox .photoBox .infoPho {
  display: block;
  border-radius: 0 20px 0 0;
}

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

.comImgBox .photoBox .nameSpan .small {
  margin-right: 25px;
  font-size: 2rem;
  font-weight: 500;
  display: block;
}

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

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

.comImgBox .textBox h4 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  background: #cd98ea85;
  padding: 10px 20px;
}

.comImgBox .textBox p {
  padding: 10px 20px;
  line-height: 2.3;
  letter-spacing: 0.06em;
  text-align: justify;
  text-justify: inter-ideograph;
  background: #fff;
}

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

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

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

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

  .comImgBox .photoBox {
    width: 100%;
  }

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

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

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

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

  .comImgBox .textBox h4 {
    font-size: 1.6rem;
    padding: 9px 7px;
  }

  .comImgBox .textBox p {
    line-height: 2.1;
    padding: 9px 7px;
  }
}

/*------------------------------------------------------------
	comInner
------------------------------------------------------------*/
.comInner {
  margin-bottom: 148px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

.comInner01 {
  position: relative;
  flex-direction: row;
}

.comInner .photoBox {
  width: 48%;
}

.comInner .textBox {
  padding-right: 80px;
  width: 41%;
  box-sizing: border-box;
}

.comInner .photoBox img {
  width: 100%;
}

.comInner .textBox .headLine04 {
  margin-bottom: 30px;
}

.comInner .textBox p {
  line-height: 2;
}

.comInner01 .textBox {
  padding: 0 0 0 100px;
}

@media all and (min-width: 897px) and (max-width: 1400px) {
  .comInner .textBox {
    padding-right: 0;
  }

  .comInner .textBox .headLine04 {
    font-size: 5rem;
  }

  .comInner01 .textBox {
    padding-left: 0;
  }
}

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

  .comInner01 {
    margin-bottom: 0;
  }

  .comInner .photoBox {
    width: 100%;
  }

  .comInner .textBox {
    padding-right: 0;
    margin-bottom: 40px;
    width: 100%;
    box-sizing: border-box;
  }

  .comInner .textBox .headLine04 {
    margin-bottom: 30px;
  }

  .comInner .textBox p {
    line-height: 2.05;
    letter-spacing: 0.06em;
  }

  .comInner01 .textBox {
    padding: 0;
  }

  .comInner01:before {
    display: none;
  }
}

/*------------------------------------------------------------
	comMore
------------------------------------------------------------*/
.comMore {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

/* Link をボタン風に */
.comMore a {
  width: 250px;
  font-size: 1.8rem;
  line-height: 1.8;
  position: relative;
  display: inline-block;
  padding: calc(1.5rem - 12px) 3rem 1.5rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #333;
  background: #cd98ea85;
  border-radius: 100vh;
  /* 丸いボタンにする */
  transition: all 0.3s;
}

/* 枠線（擬似要素で外枠を作る） */
.comMore a::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  border-radius: 100vh;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

/* hover 時のアニメーション */
.comMore a:hover {
  padding: calc(1.5rem - 6px) 3rem;
}

.comMore a:hover::before {
  top: 0;
  left: 0;
}

@media all and (max-width: 896px) {
  .comMore a {
    width: 120px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

/*------------------------------------------------------------
	comIcon
------------------------------------------------------------*/
.comIcon {
  position: relative;
}

.comIcon::before {
  position: absolute;
  left: -20px;
  top: auto;
  bottom: -20px;
  width: 83px;
  height: 83px;
  background: url("img/common/icon16.png") no-repeat left top;
  background-size: 83px auto;
  content: "";
}

.comIcon:after {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 83px;
  height: 83px;
  background: url("img/common/icon16.png") no-repeat left top;
  background-size: 83px auto;
  content: "";
}

.comIcon01:before {
  position: absolute;
  left: -20px;
  top: auto;
  bottom: -20px;
  width: 83px;
  height: 83px;
  background: url("img/common/icon16.png") no-repeat left top;
  background-size: 83px auto;
  content: "";
}

.comIcon01:after {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 83px;
  height: 83px;
  background: url("img/common/icon16.png") no-repeat left top;
  background-size: 83px auto;
  content: "";
}

@media all and (max-width: 896px) {
  .comIcon:after,
  .comIcon::before {
    width: 57px;
    height: 57px;
    background-size: 55px auto;
  }
}

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

.indexPage .mainVisual .mainImg {
  width: 100%;
}

.indexPage .mainVisual .mainImg video {
  width: 100%;
}

.indexPage .mainVisual .txtInner {
  margin: -50px auto 0;
  padding: 0 20px;
  position: relative;
  max-width: 1367px;
  text-align: center;
}

.indexPage .mainVisual .txtInner:before {
  position: absolute;
  left: -134px;
  top: 0;
  width: 481px;
  height: 390px;
  background: url("img/index/bg01.png") no-repeat left top;
  background-size: 481px auto;
  content: "";
}

.indexPage .mainVisual .txtInner:after {
  position: absolute;
  right: -165px;
  bottom: -29px;
  width: 512px;
  height: 290px;
  background: url("img/index/bg02.png") no-repeat left top;
  background-size: 513px auto;
  content: "";
}

.indexPage .mainVisual .txtInner .infoTxtBox {
  padding: 120px 20px;
  background: #cd98ea;
  border-radius: 0 40px 0 40px;
}

.indexPage .mainVisual .txtInner .ttl {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.89;
}

.indexPage .interviewSec {
  position: relative;
  padding: 137px 0 100px;
  background-color: #ffffff;
  background-image: url("https://www.transparenttextures.com/patterns/black-thread-light.png");
}

.indexPage .interviewSec:before {
  position: absolute;
  right: -220px;
  top: -80px;
  width: 550px;
  height: 485px;
  background: url("img/common/sakura.png") no-repeat right top;
  background-size: 550px auto;
  content: "";
}

.indexPage .interviewSec:after {
  display: none;
  position: absolute;
  right: 90px;
  top: 226px;
  background: url("img/index/bg06.png") no-repeat left top;
  background-size: 163px auto;
  width: 163px;
  height: 302px;
  content: "";
}

.indexPage .interviewSec .ulBox {
  max-width: 1200px;
  margin: 0 auto;
}

.indexPage .interviewSec .listUl {
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

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

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

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

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

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

.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: 65px 30px 50px;
  width: 100%;
  height: 350px;
  z-index: 2;
  font-size: 1.8rem;
  color: #fff;
  background: rgba(33, 40, 54, 0.25);
  line-height: 2.25;
  box-sizing: border-box;
  letter-spacing: 0;
  text-align: justify;
  opacity: 0;
  border-radius: 0 30px 0 0;
  transition: all 0.6s ease;
}

.indexPage .interviewSec .listUl li .txtBox {
  margin: -70px 0 0 -17px;
  display: block;
  color: #211b1b;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  z-index: 10;
  box-sizing: border-box;
}

.indexPage .interviewSec .listUl li .txtBox .name {
  padding: 7px 26px;
  display: inline-block;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
  background: #cd98ea;
}

.indexPage .interviewSec .listUl li .txtBox .smallTxt {
  color: #fff;
  padding: 10px 26px 15px;
  display: inline-block;
  background: #cd98ea;
}

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

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

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

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

.indexPage .interviewSec .listUl .slick-dots li.slick-active {
  background-color: #cd98ea;
  /*	-webkit-transform: scale(2);
	transform: scale(2);
*/
  transform-origin: center;
}

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

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

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

.indexPage .interviewSec .sliderSec {
  position: relative;
}

.indexPage .interviewSec .sliderSec:before {
  position: absolute;
  left: 0;
  bottom: -45px;
  width: 100%;
  height: 305px;
  content: "";
  z-index: -1;
}

.indexPage .interviewSec .infoBox {
  position: relative;
}

.indexPage .aboutSec {
  margin: 128px 0 250px;
  position: relative;
}

.indexPage .aboutSec .content {
  max-width: 1380px;
}

.indexPage .jobSec {
  padding: 160px 0 128px;
  position: relative;
}

.indexPage .jobSec:before {
  position: absolute;
  right: -220px;
  top: 10px;
  width: 550px;
  height: 485px;
  background: url("img/common/sakura.png") no-repeat right top;
  background-size: 550px auto;
  content: "";
}

/* .indexPage .jobSec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
} */

.indexPage .jobSec .comTtlBox {
  margin-bottom: 115px;
  align-items: flex-end;
}

.indexPage .jobSec .comTtlBox .title {
  padding: 0 0 20px;
  color: #fff;
}

.indexPage .jobSec .headLine04 {
  margin-bottom: 25px;
}

.indexPage .jobSec .innerBox {
  margin-bottom: 110px;
}

.indexPage .jobSec .innerBox .photoBox {
  width: 72%;
  margin: 0 auto -270px;
}

.indexPage .jobSec .innerBox .photoBox .infoPho {
  padding-bottom: 62%;
  height: 0;
  display: block;
  background: no-repeat center center;
  background-size: cover;
}

.indexPage .jobSec .innerBox .textBox {
  padding: 310px 30px 70px;
  text-align: center;
  border: 2px solid #cd98ea;
  background-color: #ffffff;
  background-image: url("https://www.transparenttextures.com/patterns/black-thread-light.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  border-radius: 0 40px 0 40px;
  box-sizing: border-box;
}

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

.indexPage .jobSec .innerBox .textBox .jobTagBox span {
  background: #cd98ea;
  color: #fff;
  margin-right: 5px;
  padding: 3px 20px;
}

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

.indexPage .jobSec .innerBox .textBox .headLine03 {
  margin-bottom: 17px;
  padding-bottom: 21px;
}

.indexPage .jobSec .innerBox .textBox .txt {
  margin-bottom: 35px;

  letter-spacing: 0.06em;
  line-height: 2;
}

.indexPage .jobSec .comMore01 {
  padding-top: 22px;
  text-align: center;
}

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

@media all and (min-width: 897px) and (max-width: 1400px) {
  .indexPage .mainVisual .txtInner:before {
    left: -49px;
    background-size: 215px auto;
  }

  .indexPage .mainVisual .txtInner:after {
    right: -44px;
    bottom: -30px;
    width: 162px;
    height: 120px;
    background: url("img/index/sp_bg02.png") no-repeat left top;
    background-size: 140px auto;
  }

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

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

@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 .jobSec .btnMore a::before {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    left: auto;
    right: 0;
    background-color: #232835;
    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);
  }

  .indexPage .jobSec .btnMore a:hover {
    color: #fff;
  }

  .indexPage .jobSec .btnMore a:hover:before {
    width: 100%;
    right: auto;
    left: 0;
  }
}

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

  .indexPage .mainVisual {
    margin-top: 60px;
  }

  .indexPage .mainVisual .topBox .mainImg {
    margin: -5px -5px 0;
    height: auto;
  }

  .indexPage .mainVisual .topBox .mainImg .videoBox {
    position: static;
  }

  .indexPage .mainVisual .topBox .mainImg .videoBox video {
    position: static;
    object-fit: contain;
    width: 100% !important;
    height: 100% !important;
    vertical-align: top;
    transform: none;
  }

  .indexPage .mainVisual .txtInner {
    margin: -30px 20px 0;
    padding: 0;
    max-width: inherit;
  }

  .indexPage .mainVisual .txtInner:before {
    position: absolute;
    left: -114px;
    top: 0;
    width: 245px;
    height: 173px;
    background: url("img/index/sp_bg01.png") no-repeat left top;
    background-size: 245px auto;
    content: "";
  }

  .indexPage .mainVisual .txtInner:after {
    position: absolute;
    right: -48px;
    bottom: -16px;
    width: 162px;
    height: 120px;
    background: url("img/index/sp_bg02.png") no-repeat left top;
    background-size: 162px auto;
    content: "";
  }

  .indexPage .mainVisual .txtInner .infoTxtBox {
    padding: 56px 24px;
    border-radius: 0 14px 0 14px;
  }

  .indexPage .mainVisual .txtInner .ttl {
    font-size: 1.4rem;
    line-height: 1.9;
    text-align: justify;
  }

  .indexPage .interviewSec {
    padding: 76px 0 0;
  }

  .indexPage .interviewSec:before {
    background-size: 340px auto;

    top: 0;
  }

  .indexPage .interviewSec .content {
    padding: 0 20px;
  }

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

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

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

  .indexPage .interviewSec .ulBox {
    max-width: inherit;
  }

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

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

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

  .indexPage .interviewSec .listUl li .txtBox {
    font-size: 1.5rem;
    width: auto;
    margin: -70px -20px 0;
  }

  .indexPage .interviewSec .listUl li .txtBox:before {
    right: 23px;
  }

  .indexPage .interviewSec .listUl li .txtBox .name {
    font-size: 2.2rem;
  }

  .indexPage .interviewSec .listUl li .hover {
    padding: 10px 0 50px;
    position: static;
    height: auto;
    color: #212836;
    font-size: 1.4rem;
    text-align: left;
    display: block;
    line-height: 1.8;
    opacity: 1;
    background: none;
  }

  .indexPage .aboutSec {
    margin-bottom: 0;
    padding: 50px 0;
    position: relative;
    background: none;
    margin: 0;
  }

  .indexPage .aboutSec:before {
    display: block;
    position: absolute;
    left: -60px;
    top: -33px;
    width: 137px;
    height: 671px;
    /*background: url("img/index/sp_bg05.png") no-repeat left top;*/
    background: none;
    background-size: 137px auto;
  }

  .indexPage .aboutSec:after {
    position: absolute;
    right: -88px;
    top: -37px;
    width: 164px;
    height: 760px;
    /*background: url("img/index/sp_bg06.png") no-repeat left top;*/
    background: none;
    background-size: 164px auto;
  }

  .indexPage .aboutSec .content {
    max-width: inherit;
    padding: 0 20px;
    position: relative;
  }

  .indexPage .aboutSec .content:before {
    position: absolute;
    left: -5px;
    bottom: -161px;
    width: 68px;
    height: 132px;
    /*background: url("img/index/sp_bg07.png") no-repeat left top;*/
    background: none;
    background-size: 68px auto;
    content: "";
  }

  .indexPage .aboutSec .content:after {
    position: absolute;
    right: -5px;
    bottom: -130px;
    width: 56px;
    height: 81px;
    /*background: url("img/index/sp_bg08.png") no-repeat left top;*/
    background: none;
    background-size: 56px auto;
    content: "";
  }

  .indexPage .aboutSec .headLine04 {
    margin-bottom: 20px;
  }

  .indexPage .jobSec {
    padding: 64px 0 85px;
    position: relative;
    /*background: url("img/index/sp_bg12.png") no-repeat left top,url("img/index/sp_bg14.png") no-repeat right top;*/
    background: none;
    background-size: 115px auto, 95px auto;
  }

  .indexPage .jobSec:before {
    position: absolute;
    left: -5px;
    bottom: 20px;
    width: 70px;
    height: 61px;
    /*background: url("img/index/sp_bg13.png") no-repeat left bottom;*/
    background: none;
    background-size: 70px auto;
    content: "";
  }

  .indexPage .jobSec:after {
    position: absolute;
    right: -92px;
    bottom: 17px;
    width: 173px;
    height: 184px;
    /*background: url("img/index/sp_bg15.png") no-repeat left bottom;*/
    background: none;
    background-size: 173px auto;
    content: "";
  }

  .indexPage .jobSec .content {
    padding: 0 20px;
  }

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

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

  .indexPage .jobSec .headLine04 {
    margin-bottom: 20px;
  }

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

  .indexPage .jobSec .innerBox .photoBox {
    margin: 0 auto -25%;
    width: 86%;
  }

  /* .indexPage .jobSec .innerBox .photoBox .infoPho::after {
    width: 57px;
    height: 57px;
    background-size: 55px auto;
  } */

  /* .indexPage .jobSec .innerBox .photoBox .infoPho::before {
    width: 57px;
    height: 57px;
    background-size: 55px auto;
  } */

  .indexPage .jobSec .innerBox .textBox {
    width: 100%;
    padding: 33% 20px 50px;
    border-radius: 0 20px 0 20px;
  }

  .indexPage .jobSec .innerBox .textBox .headLine06 {
    margin-bottom: 12px;
    padding-bottom: 0;
  }

  .indexPage .jobSec .innerBox .textBox .txt {
    margin-bottom: 33px;
    line-height: 2.2;
    text-align: justify;
  }

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

  .indexPage .jobSec .comMore01 {
    padding-top: 16px;
  }
}

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

.recruitPage #pagePath {
  margin-bottom: 0;
}

.recruitPage .topSec {
  padding: 120px 0 80px;
  position: relative;
}

.recruitPage .topSec:before {
  display: none;
  position: absolute;
  right: 43px;
  top: 88px;
  width: 162px;
  height: 402px;
  background: url("img/recruit/bg01.png") no-repeat right top;
  background-size: 162px auto;
  content: "";
  z-index: -1;
}

.recruitPage .topSec:after {
  position: absolute;
  left: -10px;
  top: 50px;
  width: 345px;
  height: 755px;
  background: url("img/common/sakura.png") no-repeat right top;
  background-size: 345px auto;
  content: "";
  z-index: 1;
}

.recruitPage .topSec .content {
  position: relative;
  z-index: 2;
}

.recruitPage .topSec .topText {
  max-width: 840px;
  margin: 0 auto 140px;
  font-size: 2rem;
  position: relative;
  font-weight: 500;
  line-height: 2.5;
  text-align: justify;
  letter-spacing: 0.06em;
}

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

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

.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: center;
  box-sizing: border-box;
  border: 1px solid #cd98ea;
}

.recruitPage .topSec .linkList li a::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  outline: 1px solid #cd98ea;
}

@media all and (min-width: 897px) {
  .recruitPage .topSec .linkList li a:hover {
    color: #fff;
    background: #cd98ea85;
    transform: translate(3px, 3px);
  }

  .recruitPage .topSec .linkList li a:hover::after {
    top: 3px;
    left: 3px;
  }
}

.recruitPage .recruitSec {
  padding: 148px 0 260px;
  position: relative;
}

.recruitPage .recruitSec .headLine07 {
  position: relative;
  z-index: 20;
}

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

.recruitPage .recruitSec .innerBox .photoBox {
  padding-top: 12px;
  float: right;
  width: 46.5%;
}

.recruitPage .recruitSec .innerBox .photoBox img {
  margin-bottom: 10px;
}

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

.recruitPage .recruitSec .innerBox .infoBox {
  max-width: 572px;
  margin: 0 50px 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 {
  padding: 17px 0;
  text-align: left;
  vertical-align: middle;
  line-height: 1.9;
  border-bottom: 1px solid #cd98ea;
  letter-spacing: 0.06em;
}

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

.recruitPage .recruitSec .innerBox .textBox td span {
  border: 2px solid #cd98ea;
}

.recruitPage .recruitSec .innerBox .textBox td small {
  color: #cc3a3a;
}

/*--- ポイント ---*/
.recruitPage .pointSec {
  padding: 120px 0;
  background-color: #cd98ea;
  background-image: url("https://www.transparenttextures.com/patterns/arabesque.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.recruitPage .pointSec .headLine07 {
  color: #ffffff;
}

.recruitPage .pointSec .headLine07:before {
  right: 16px;
  background: #ffffff8f;
}

.recruitPage .pointSec .headLine07::after {
  outline: 1px solid #fff;
}

.recruitPage .pointSec .pointBox {
  border: 1px solid #eef51e;
  background: #ffffff;
  padding: 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 50px;
}

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

.recruitPage .pointSec .pointBox figure {
  width: 15%;
}

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

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

.recruitPage .pointSec .pointBox dl dt {
  color: #cd98ea;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 0 0 25px;
}

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

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

.recruitPage .interviewSec .comImgBox .photoBox img {
  border-radius: 0 30px 0 0;
  overflow: hidden;
}

.recruitPage .interviewSec .headLine07 .info:before {
  right: 16px;
  background: #cc3a3a;
}

.recruitPage .interviewSec .headLine02 {
  margin-bottom: 49px;
}

.recruitPage .interviewSec .topTxt {
  margin-bottom: 47px;
  line-height: 2.35;
  letter-spacing: 0.06em;
}

.recruitPage .interviewSec .video {
  margin-bottom: 135px;
}

.recruitPage .interviewSec .video .name {
  margin-top: 16px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

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

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

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

.recruitPage .businessSec .headLine07 .info:before {
  right: 16px;
  background: #cc3a3a;
}

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

.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: 2rem;
  font-weight: 600;
  padding: 0 0 10px;
  color: #cd98ea;
}

.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: 48vw;
  margin-right: calc(50% - 50vw);
}

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

/*--- 福利厚生 ---*/
.recruitPage .welfareSec {
  padding: 120px 0;
  background-color: #cd98ea;
  background-image: url("https://www.transparenttextures.com/patterns/arabesque.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.recruitPage .welfareSec .headLine07 {
  color: #ffffff;
}

.recruitPage .welfareSec .headLine07::before {
  background: #ffffff8f;
}

.recruitPage .welfareSec .headLine07::after {
  outline: 1px solid #fff;
}

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

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

.recruitPage .welfareSec ul > li figure {
  background: #ffffff;
  border: 1px solid #eef51e;
  padding: 35px 15px 15px;
  text-align: center;
}

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

.recruitPage .welfareSec ul > li figure figcaption {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  padding: 15px 0 0;
}

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

.recruitPage .oneDay .content {
  max-width: 1350px;
  padding: 0 0 125px;
}

.recruitPage .oneDay h3 {
  position: relative;
  padding: 8px 16px;
  outline: 1px solid;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 400;
  display: block;
  box-sizing: border-box;
  max-width: 400px;
  text-align: center;
  margin: 24px 24px 60px;
  margin-inline: auto;
}

.recruitPage .oneDay h3::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 40px;
  height: 40px;
  background: #cd98ea85;
  clip-path: polygon(0 0, 100% 0%, 0 100%);
  z-index: -999;
  margin-bottom: 20px;
}

.recruitPage .oneDay h3::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  outline: 1px solid #333;
}

.recruitPage .oneDay h4 {
  position: relative;
  padding: 8px 8px;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #cd98ea;
  font-weight: bold;
  display: block;
  box-sizing: border-box;
  max-width: 140px;
  text-align: center;
  margin: 54px auto 30px;
}

.recruitPage .oneDay h4::before {
  margin-top: -7px;
  position: absolute;
  left: 20px;
  top: 50%;
  width: 15px;
  height: 15px;
  background: #eef51e;
  border-radius: 50%;
  content: "";
}

.recruitPage .listBox {
  margin: 0 120px;
  position: relative;
}

.recruitPage .listBox:before {
  position: absolute;
  left: 50%;
  top: -25px;
  bottom: -20px;
  width: 3px;
  background: #cd98ea;
  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;
  color: #cd98ea;
  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: -11px;
  top: 50%;
  width: 20px;
  height: 20px;
  background: #cd98ea;
  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: -9px;
  right: auto;
}

.recruitPage .companySec {
  padding: 200px 0 180px;
}

.recruitPage .companySec .comImgBox {
  margin-bottom: 100px;
  flex-direction: row-reverse;
}

.recruitPage .companySec .comImgBox .textBox p {
  padding: 0;

  background: none;
}

.recruitPage .companySec .comImgBox01 {
  flex-direction: row;
}

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

.recruitPage .companySec .photoBox {
  width: 56%;
}

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

.recruitPage .companySec .textBox .headLine06 {
  margin-bottom: 38px;
  text-align: left;
}

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

.recruitPage .comCompany {
  padding: 110px 0 146px;
  background-color: #ffffff;
  background-image: url("https://www.transparenttextures.com/patterns/black-thread-light.png");
}

.recruitPage .comCompany:after {
  left: -106px;
  bottom: -15px;
  width: 382px;
  height: 468px;
  background-image: url("img/recruit/bg0.png");
  background-size: 382px auto;
}

.recruitPage .comCompany .headLine07 .info:before {
  background: #cc3a3a;
}

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

.recruitPage .FormSec .headLine07 .info:before {
  background: #cc3a3a;
}

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

  .recruitPage .topSec::before {
    right: 0;
    top: 0;
    background-size: 100px auto;
  }

  .recruitPage .listBox {
    margin: 0 20px;
  }
}

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

  .recruitPage #pagePath {
    margin-bottom: 23px;
  }

  .recruitPage .topSec {
    padding: 0 0 20px;
    margin: 0 auto;
  }

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

  .recruitPage .topSec::after {
    left: -160px;
    top: 256px;
    background-size: 200px auto;
  }

  .recruitPage .topSec .content {
    padding: 0 10px;
  }

  .recruitPage .topSec .topText {
    margin: 0 auto 49px;
    font-size: 1.4rem;
    line-height: 2.15;
  }

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

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

  .recruitPage .recruitSec {
    padding: 62px 0 70px;
  }

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

  .recruitPage .recruitSec .innerBox .photoBox {
    padding-top: 12px;
    float: none;
    width: auto;
    margin: 0;
    position: relative;
    z-index: 2;
  }

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

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

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

  .recruitPage .comBox {
    position: relative;
    z-index: 10;
  }

  .recruitPage .recruitSec .innerBox .textBox th,
  .recruitPage .recruitSec .innerBox .textBox td {
    float: left;
    width: 100%;
    padding: 0 0 16px;
    line-height: 1.9;
  }

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

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

  .recruitPage .pointSec .headLine07 {
    margin-bottom: 36px;
  }

  .recruitPage .pointSec .pointBox {
    padding: 50px 10px;
    margin: 0 0 30px;
    text-align: center;
  }

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

  /*--- インタビュー ---*/
  .recruitPage .interviewSec {
    padding: 80px 0 82px;
    position: relative;
    background: none;
  }

  .recruitPage .interviewSec .comImgBox {
    margin: 0 -4px 80px;
  }

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

  .recruitPage .interviewSec .headLine07 {
    margin-bottom: 36px;
    max-width: 152px;
  }

  .recruitPage .interviewSec .headLine07 .info {
    width: 500px;
  }

  .recruitPage .interviewSec .topTxt {
    margin: 0 -4px 37px;
    line-height: 2.35;
  }

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

  .recruitPage .interviewSec .video .name {
    margin: 12px 17px 0;
    font-size: 1.6rem;
  }

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

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

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

  .recruitPage .businessSec .businessBox {
    width: 100%;
    padding: 5% 0 0;
  }

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

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

  .recruitPage .welfareSec .headLine07 {
    margin-bottom: 36px;
  }

  .recruitPage .welfareSec .headLine07 .info {
    background: #cd98ea;
  }

  .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: 0;
    background: #f2f3f2;
    margin-top: 64px;
  }

  .recruitPage .oneDay .content {
    padding-bottom: 60px;
  }

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

  .recruitPage .oneDay h3::before {
    z-index: 1;
  }

  .recruitPage .oneDay h4 {
    margin: 20px 0 0;
    max-width: 320px;
    text-align: left;
    font-size: 18px;
    padding: 8px 25px;
  }

  .recruitPage .oneDay h4::before {
    left: 5px;
  }

  .recruitPage .oneDay h3 .info {
    /* padding: 14px 22px 10px; */
    font-size: 1.6rem;
  }

  .recruitPage .listBox {
    margin: 0 20px;
  }

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

  .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: 110px;
    font-size: 1.6rem;
    text-align: left;
  }

  .recruitPage .listBox .timeBox .time:before {
    margin-top: -10px;
    right: auto;
    left: 4px;
    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: 4px;
    right: auto;
  }

  .recruitPage .companySec {
    position: relative;
    padding: 57px 0 137px;
  }

  .recruitPage .companySec .content {
    position: relative;
    z-index: 2;
  }

  .recruitPage .companySec .comImgBox {
    max-width: inherit;
    display: block;
    padding: 0;
    margin-bottom: 117px;
  }

  .recruitPage .companySec .comImgBox:last-of-type {
    margin-bottom: 0;
  }

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

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

  .recruitPage .companySec .comImgBox01 {
    position: relative;
  }

  .recruitPage .companySec .textBox {
    margin-bottom: 26px;
    width: auto;
  }

  .recruitPage .companySec .textBox .headLine06 {
    margin-bottom: 19px;
    font-size: 2.4rem;
  }

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

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

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

  .comCompany .mapBox {
    margin-top: 32px;
  }

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

  .recruitPage .FormSec .headLine07 {
    max-width: 212px;
  }
}

/*------------------------------------------------------------
	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 #eef51e;
}

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

.contactPage th .optional {
  float: right;
  width: 44px;
  color: #cd98ea;
  border: 1px solid #cd98ea;
  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: #eef51e;
  content: "";
}

.contactPage td input[type="text"],
.contactPage td input[type="email"],
.contactPage td input[type="tel"],
.contactPage td input[type="number"],
.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: #cd98ea30;
  border: 1px solid #cd98ea30;
  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 #eef51e;
}

.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: #cd98ea;
  border-color: #cd98ea;
}

.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 .must,
  .contactPage th .optional {
    margin-left: 10px;
  }

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

  .contactPage td:before {
    display: none;
  }

  .contactPage td input[type="text"],
  .contactPage td input[type="email"],
  .contactPage td input[type="tel"],
  .contactPage td textarea {
    height: 58px;
    font-size: 1.2rem;
    padding: 5px 10px 5px 25px;
  }

  .contactPage td {
    font-size: 1.4rem;
  }

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

  .contactPage td .ico {
    margin-right: 7px;
  }

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

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