@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=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
/*
Theme Name: IT Solution Group
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/

:root {
  --main: #EA5514;
  --main02: #00478F;
  --sub: #FF8300;
  --sub02: #2E8BC0;
  --bg: #ebebeb;
  --font-ttl: "Barlow Semi Condensed", sans-serif;
  --font-bg: "Anton", sans-serif;
  --radius-bg: 100px;
  --shadow: 3px 6px 10px rgb(139 139 139 / 35%);

  @media (max-width: 896px) {
    --radius-bg: 60px;
  }
}


.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;
  object-fit: cover;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
a:link {
  color: #000;
  text-decoration: none;
  transition: .3s;
  -webkit-transition: .3s;
}

a:visited {
  color: #000;
}

a:hover {
  color: #000;
}

a:active {
  color: #000;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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: #000;
  font-weight: 400;
  font-size: 1.6rem;
  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;
}

#main:has(.recruitPage) {
  margin-bottom: 0;
}

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

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

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

  .sp {
    display: block !important;
  }

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

  #main {
    margin-bottom: 50px;
  }

  #container {
    padding-top: 60px;
  }

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

header.on {
  background: #fff;
}

#gHeader {
  position: fixed;
  left: 0;
  top: 0;
  height: 90px;
  width: 100%;
  z-index: 1000;
  box-sizing: border-box;
  /* background: rgb(255 255 255 / .8); */
  /* box-shadow: 0 6px 10px rgb(139 139 139 / .1); */
}

.special01 #gHeader {
  background: none;
}

.special01 #gHeader.on {
  background: rgb(255 255 255 / .8);
  /* background: #fff; */
}


/*　上に上がる動き　*/

/* #gHeader.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
} */

/*　下に下がる動き　*/

/* #gHeader.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
} */


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

#gHeader .rBox {
  padding: 25px 50px 0 0;
  float: right;
  display: flex;
}

#gHeader .naviUl {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  align-items: center;
}

#gHeader .naviUl>li {
  margin: 0 16px;
  z-index: 1;
}

#gHeader .naviUl>li:last-child {
  margin-right: 30px;
}

#gHeader .naviUl>li>a {
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--font-ttl);
  font-weight: 500;
  text-shadow: 0 0 6px rgb(139 139 139 / .2), 0 0 6px rgb(139 139 139 / .2);
}

#gHeader .naviUl>li>p {
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--font-ttl);
  font-weight: 500;
  text-shadow: 0 0 6px rgb(139 139 139 / .2), 0 0 6px rgb(139 139 139 / .2);
}

/* スクロール後に適用するクラス */
#gHeader.scrolled .naviUl>li>a {
  color: #000;
  /* 黒に変更 */
  text-shadow: none;
  /* お好みでシャドウも消す */
}

#gHeader .naviUl .jsBox {
  display: none;
  position: absolute;
  top: 80%;
  /* left: 0; */
  /* padding: 0 24px; */
  box-sizing: border-box;
  width: 128px;
  /* width: 100%; */
  margin: 0 3% 0 -1%;
  /* right: 27%; */
}

#gHeader .naviUl .jsBox .sub {
  /* max-width: 1110px; */
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 0 0 30px 30px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 6px 10px rgb(139 139 139 / .1);
}

#gHeader .naviUl .jsBox .sub .rBox {
  flex: 1;
  padding: 10px;
  /* padding: 27px 86px; */
  justify-content: center;
}

#gHeader .naviUl>li.on>a:after {
  opacity: 0.7;
}

#gHeader .naviUl .jsBox .subUl {
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: space-between;
}

#gHeader .naviUl .jsBox .subUl li {
  margin: 6px 0;
  /* width: 36%; */
  border: none;
}

#gHeader .naviUl .jsBox .subUl li a {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  /* background: url("img/common/icon04.png") no-repeat right center;
    background-size: 10px auto; */
  /* width: 180px; */
  text-align: center;
}

#gHeader .naviUl .jsBox .subUl li a:hover {
  opacity: 0.7;
}


/* #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: #EA751F;
	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 .menuout::before {
  position: absolute;
  display: block;
  content: "";
  height: 36px;
  width: 2px;
  top: 2px;
  left: 0;
  background: #000;
}

#gHeader .menuout {
  /* color: #fff; */
  position: relative;
  display: flex;
  align-items: center;
}

#gHeader .menuout .outtxt {
  /* padding: 0 30px 0 50px; */
  padding-right: 30px;
  font-size: 2rem;
  font-family: "all-round-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

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

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

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

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

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

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

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

.menuBox {
  display: none;
  position: fixed;
  right: 24px;
  top: 74px;
  width: 60%;
  /* width: 550px; */
  background: rgb(139 139 139 / .9);
  z-index: 1000;
  /* height: calc(100% - 149px); */
  overflow-y: auto;
  box-sizing: border-box;
  border-radius: 0 0 50px 50px;
}

.menuBox .naviUl {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  padding: 20px 50px 50px 60px;
}

.menuBox .naviUl li {
  width: 45%;
}

.menuBox .naviUl li a {
  width: 100%;
  padding: 16px 30px 10px 0;
  position: relative;
  font-size: 2rem;
  font-family: var(--font-ttl);
  font-weight: 400;
  display: block;
  color: #fff;
  letter-spacing: 0.06em;
  /* border-bottom: 1px solid #fff; */
}

.menuBox .naviUl li p {
  width: 100%;
  padding: 16px 30px 10px 0;
  position: relative;
  font-size: 2rem;
  font-family: var(--font-ttl);
  font-weight: 400;
  display: block;
  color: #fff;
  letter-spacing: 0.06em;
  /* border-bottom: 1px solid #fff; */
}

.menuBox .naviUl .subUl2 li a {
  position: relative;
}

.menuBox .naviUl .subUl2 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: .3s;
  -webkit-transition: .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>li:first-child>a {
  border-top: none;
}

.menuBox .subUl2 {
  margin: 0 4px 20px 16px;
  /* width: initial; */
}

.menuBox .subUl2 li {
  margin-bottom: 12px;
  width: initial;
  width: 94%;
}

.menuBox .subUl2 li a {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
}

/* .menuBox .naviUl .jobtagbox {
	font-size: 1.4rem;
	margin: 5px 0 10px;
}
.menuBox .naviUl .jobtagbox span {
	background: #fff;
	color: #EA751F;
	padding: 3px 10px;
} */

@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: rgb(255 255 255 / .8);
	} */
  #gHeader.on h1 {
    padding: 19px 0 0 50px;
    transition: .3s;
    -webkit-transition: .3s;
  }

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

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

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

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

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

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

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

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

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

@media all and (min-width: 897px) and (max-width: 960px) {
  #gHeader .naviUl>li>a {
    font-size: 1.6rem;
  }

  #gHeader .menuout .outtxt {
    font-size: 1.6rem;
    padding: 0 16px 0 36px;
  }

  #gHeader .naviUl>li:last-child {
    margin-right: 36px;
  }
}

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

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

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

  #gHeader .rBox .naviUl {
    display: none;
  }

  #gHeader .menuout .outtxt {
    display: none;
  }

  #gHeader .menuout::before {
    display: none;
  }

  #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: 1px;
  }

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

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

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

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

#pagePath li a {
  font-size: 1.4rem;
  padding-right: 24px;
  display: inline-block;
  /* background: url("img/common/icon04.png") no-repeat right center;
	background-size: 9px auto; */
  font-family: var(--font-ttl);
  font-weight: 500;
}

#pagePath li a::after {
  position: absolute;
  display: block;
  content: "";
  height: 14px;
  width: 2px;
  top: 5px;
  left: 76px;
  background: #777;
}

#pagePath li:nth-child(1) a {
  color: #999;
}

#pagePath li:nth-child(2) a {
  background: none;
}

/* #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: 90px 0 0; */
  padding: 90px 100px 20px;
  background: linear-gradient(#ebebeb 30%, #fff 60%);
  border-radius: 50px 50px 0 0;
}

#gFooter .fLogo {
  text-align: center;
  /* margin: 0 auto 60px; */
  max-height: 200px;
  display: block;
}

.fInner {
  /* display: flex; */
  flex-wrap: wrap;
  /* justify-content: space-evenly; */
  max-width: 1340px;
  margin: 0 auto;
  /* padding: 0 20px; */
}

.fInner .rBox {
  /* flex: 1; */
  padding: 10px 24px;
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: flex-end;
}

.fInner .rBox a {
  /* color: #000; */
}

.fInner .rBox a[target="_blank"] {
  padding-right: 22px;
  background: url("img/common/icon15.png") no-repeat right center;
  background-size: 17px auto;
}

/* .fInner .rBox a:hover {
    opacity: 0.7;
} */
.fInner .naviUl {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* margin-right: -40px; */
}

.fInner .naviUl>li {
  /* width: 307px; */
  /* width: 210px; */
  /* margin-left: 45px; */
  font-family: "all-round-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fInner .naviUl>li p {
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-family: var(--font-ttl);
  font-weight: 500;
}

.fInner .naviUl>li .subUl {
  margin: 5px 0 38px 5px;
}

.fInner .naviUl>li .subUl:last-child {
  margin-bottom: 0;
}

.fInner .naviUl>li .subUl li {
  margin-bottom: 3px;
  /* padding-left: 20px; */
  font-size: 1.4rem;
  position: relative;
  letter-spacing: 0.06em;
}

.fInner .naviUl>li .subUl li:after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 23%;
  /* right: 2px; */
  content: "";
  margin-left: 10px;
}

#gFooter .bottom_Box {
  font-size: 20rem;
  font-family: "all-round-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 1;
  margin-bottom: -2.3%;
}

#gFooter address {
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  font-style: normal;
  text-align: left !important;
  color: #000;
  padding: 20px 24px;
  /* display: block; */
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

#gFooter address .sp_address {
  display: none;
}

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

.pageTop a:hover {
  opacity: 0.7;
}

/* 回転アニメーションの定義 */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* imgタグにアニメーションを適用 */
.pageTop img {
  animation: rotate 15s linear infinite;
}

@media all and (max-width: 1510px) {
  #gFooter .bottom_Box {
    font-size: 19rem;
  }
}

@media all and (max-width: 1435px) {
  #gFooter .bottom_Box {
    font-size: 18rem;
  }
}

@media all and (max-width: 1359px) {
  #gFooter .bottom_Box {
    font-size: 17rem;
  }
}

@media all and (max-width: 1283px) {
  #gFooter .bottom_Box {
    font-size: 16rem;
  }
}

@media all and (max-width: 1208px) {
  #gFooter .bottom_Box {
    font-size: 15rem;
  }
}

@media all and (max-width: 1132px) {
  #gFooter .bottom_Box {
    font-size: 14rem;
  }
}

@media all and (max-width: 1057px) {
  #gFooter .bottom_Box {
    font-size: 13rem;
  }
}

@media all and (max-width: 981px) {
  #gFooter .bottom_Box {
    font-size: 12rem;
  }
}

@media all and (max-width: 906px) {
  #gFooter .bottom_Box {
    font-size: 11rem;
  }
}

@media all and (max-width: 830px) {
  #gFooter .bottom_Box {
    font-size: 10rem;
  }
}

@media all and (max-width: 755px) {
  #gFooter .bottom_Box {
    font-size: 9rem;
  }
}

@media all and (max-width: 679px) {
  #gFooter .bottom_Box {
    font-size: 8rem;
  }
}

@media all and (max-width: 604px) {
  #gFooter .bottom_Box {
    font-size: 7rem;
  }
}

@media all and (max-width: 528px) {
  #gFooter .bottom_Box {
    font-size: 6rem;
  }
}

@media all and (max-width: 453px) {
  #gFooter .bottom_Box {
    font-size: 5rem;
  }
}

@media all and (max-width: 377px) {
  #gFooter .bottom_Box {
    font-size: 4rem;
  }
}


@media all and (max-width: 1420px) {
  #gFooter address {
    display: block;
  }

  #gFooter address span {
    display: block;
    margin-bottom: -10px;
  }

  #gFooter address .sp_address {
    display: block;
  }
}

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

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

  .fInner {
    max-width: inherit;
    display: block;
    /* padding: 50px 24px 25px; */
    padding: 22px 24px;
    /* margin-top: 150px; */
  }

  .fLogo {
    /* margin-bottom: 37px; */
    width: 200px;
    margin: 20px auto 30px !important;
  }

  .fInner .rBox {
    padding: 0;
    display: block;
  }

  .fInner .naviUl {
    /* display: block; */
    margin: 0;
  }

  .fInner .naviUl>li {
    width: 50%;
    margin: 0 0 44px;
  }

  .fInner .naviUl>li .subUl {
    margin-left: 0;
  }

  .fInner .naviUl>li p {
    font-size: 3rem;
    margin-bottom: 11px;
  }

  .fInner .naviUl>li .subUl li {
    margin-bottom: 10px;
    /* padding-left: 31px; */
  }

  .fInner .naviUl>li .subUl li::after {
    top: 23%;
    /* left: 5px; */
  }

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

  .pageTop {
    display: none;
  }
}

@media all and (max-width: 640px) {
  .fInner .naviUl {
    display: block;
  }

  .fInner .naviUl>li {
    width: auto;
  }
}

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

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

.content2 {
  /* max-width: 1340px; */
  margin: 0 auto;
  padding: 0 24px;
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
  margin-bottom: 26px;
  padding: 93px 0 63px;
  text-align: center;
  /* border-bottom: 1px solid #D1CFCF; */
  background: #fff;
  box-shadow: 0 6px 10px rgb(139 139 139 / .1);
}

.pageTitle .headLine01 .en {
  margin-bottom: 8px;
  display: block;
  font-size: 4.6rem;
  letter-spacing: 0.06em;
  font-family: "all-round-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.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: #ffffff98;
  height: 350px;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  /* flex-direction: column; */
  background: url("img/common/com_kv.jpg") no-repeat center center;
  background-size: cover;
  padding: 0 20px;
}

.comVisual .headLine05 {
  font-size: 10rem;
  letter-spacing: 0.06em;
  font-family: var(--font-ttl);
  font-weight: 600;
  text-shadow: 0 0 6px rgb(139 139 139 / .9);
  /* margin-top: -30px; */
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  overflow: hidden;
}

/* テキスト1文字ずつ登場する アニメーション */
.comVisual .headLine05 .move {
  display: block;
  transform: translateY(105%);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.comVisual .headLine05.-visible .move {
  transform: translateY(0);
}

.comVisualInner {
  display: flex;
  justify-content: space-between;
  max-width: 1340px;
  margin: 0 auto;
}

.comVisualInner_l {
  margin: 0 auto;
}

.comVisualInner_r {
  width: 74%;
}

.comVisualInner_r p {
  margin-bottom: 60px;
  font-size: 3.2rem;
  text-shadow: 0 0 6px rgb(139 139 139 / .9);
}

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

  .comVisual .headLine05 {
    font-size: 5.2rem;
    text-align: center;
  }

  .comVisualInner_r p {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}

@media all and (max-width: 390px) {
  .comVisual {
    padding: 0 8px;
  }
}

/* .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: 6.2rem;
  font-family: var(--font-ttl);
  font-weight: 600;
  letter-spacing: 0.06em;
}

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

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

  .headLine02:before {
    /* margin-left: -16px; */
    left: 50%;
    bottom: 0;
    width: 32px;
    transform: translateX(-50%);
  }
}

/*------------------------------------------------------------
	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;
  /* transform: translateY(5%); */
}

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

.comTtlBox .headLine04 {
  font-size: 14rem;
  font-size: clamp(5rem, 10vw, 14rem);
  line-height: 1.2;
  color: var(--bg);
  position: relative;
  z-index: 0;
}

.comTtlBox .headLine04 .color {
  /* background-color: var(--main02); */
  background: linear-gradient(90deg, var(--main) 50%, transparent 50%);
  background-size: 300% 300%;
  background-position: left 100% center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  z-index: 1;
  transition: 1.6s .6s ease;
}

.comTtlBox .headLine04:has(.colmark02) .color {
  background: linear-gradient(90deg, var(--main02) 50%, transparent 50%);
  background-size: 300% 300%;
  background-position: left 100% center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.comTtlBox .jp {
  display: block;
  font-size: clamp(1.4rem, 2vw, 2.4rem);
  font-weight: 600;
  line-height: 1.2;
  color: #333;
}

.comTtlBox .headLine04.on .color {
  background-position: left center;
}

.colmark01 {
  color: #EA5514;
}

.colmark02 {
  color: #00478F;
}

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

  .headLine04 {
    margin-bottom: 16px;
    font-size: 4.5rem;
  }


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

/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
  position: relative;
  margin-bottom: 50px;
  padding: 32px 0;
  font-size: 6.4rem;
  font-family: var(--font-ttl);
  font-weight: 600;
  text-align: center;
  /* background-size: auto 3px; */
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.subttl {
  display: block;
  width: 370px;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  margin: 0 auto -16px;
  position: relative;
  z-index: 10;
}

/* 奇数回目（デフォルトの色） */
.serviceBox:nth-child(odd) .subttl {
  background: linear-gradient(90deg, #EA5514 0%, #ffa649 60%, #EA5514 100%);
  background-size: 200% auto;
  background-position: right;
  transition: background-position 1.2s ease-in-out 0.8s;
}

.serviceBox.on:nth-child(odd) .subttl {
  background-position: left;
}

.serviceBox:nth-child(odd) .headLine06 {
  background: linear-gradient(90deg, #EA5514, #FF8300 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 偶数回目だけ色変更 */
.serviceBox:nth-child(even) .subttl {
  background: linear-gradient(90deg, #1769A7 0%, #6bc9ff 60%, #1769A7 100%);
  background-size: 200% auto;
  background-position: right;
  transition: background-position 1.2s ease-in-out 0.8s;
}

.serviceBox.on:nth-child(even) .subttl {
  background-position: left;
}

.serviceBox:nth-child(even) .headLine06 {
  background: linear-gradient(90deg, #1769A7, #2E8BC0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media all and (max-width: 896px) {
  .headLine06 {
    padding: 20px 0;
    margin-bottom: 44px;
    font-size: 3.2rem;
  }

  .subttl {
    width: 70%;
    min-width: 280px;
    font-size: 1.6rem;
    margin: 0 auto -13px;
  }
}

/*------------------------------------------------------------
	headLine07
------------------------------------------------------------*/
.headLine07 {
  margin-bottom: 40px;
  color: #000;
  font-size: 3.2rem;
  font-weight: 700;
  /* text-align: center; */
  letter-spacing: 0.06em;
}

.headLine07 .color {
  color: #57B8FF;
}

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

/*------------------------------------------------------------
	headLine08
------------------------------------------------------------*/
.headLine08 {
  /* margin-bottom: ;
  padding-bottom: ; */
  color: #000;
  font-size: 6rem;
  border-bottom: none;
  font-family: "all-round-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: right;
}

.headLine08 span {
  display: block;
  font-size: 1.6rem;
  margin-bottom: -10px;
}

@media all and (max-width: 896px) {
  .headLine08 {
    /* margin-bottom: ;
    padding-bottom: ; */
    font-size: 3.2rem;
  }

  .headLine08 span {
    display: block;
    font-size: 1.4rem;
    margin-bottom: -10px;
  }
}

/*------------------------------------------------------------
  colorSlide
------------------------------------------------------------*/
.colorSlide {
  line-height: 1.2;
  color: var(--bg);
  position: relative;
  z-index: 0;
}

.colorSlide .color {
  display: block;
  background: linear-gradient(90deg, #222 50%, transparent 50%);
  background-size: 300% 300%;
  background-position: left 100% center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  z-index: 1;
  transition: 1.6s 0.8s ease;
}

.colorSlide.on .color {
  background-position: left center;
}

/*------------------------------------------------------------
	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: 600;
}

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

@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 .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;
  align-items: center;
  justify-content: center;
  height: 858px !important;
  background: url("img/common/com_box_bg.jpg") no-repeat center center;
  background-size: cover;
  margin-bottom: -206px;
}

.comBox .textBox {
  display: block;
  max-width: 1340px;
}

.comBox .textBox .recruitMain {
  font-size: 12rem;
  font-family: "all-round-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #8fc31f;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  margin-bottom: 40px;
}

.comBox .textBox .recruitMain span {
  display: block;
  line-height: 1.2;
}

.comBox .textBox .headLine04 {
  display: block;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.comBox .textBox .headLine04 span {
  margin-bottom: -25px;
}

.comBox .textBox .headLine04 a {
  color: #000;
}

.comBox .textBox .comMore02 a {
  margin: 0 auto;
}

@media all and (max-width: 896px) {
  .comBox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 580px !important;
    background: url("img/common/sp_com_box_bg.jpg") no-repeat center center;
    background-size: cover;
    padding-bottom: 50px;
    margin-bottom: -50px;
  }

  .comBox .textBox .comMore02 a {
    max-width: 82px;
  }
}

@media all and (max-width: 480px) {
  .comBox {
    height: 400px !important;
    padding-bottom: 30px;
  }
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
  display: block;
  width: 560px;
  color: #fff;
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  border: 1px solid #fff;
  border-radius: 50px;
  letter-spacing: 0.06em;
}

.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: .3s;
  -webkit-transition: .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: 328px;
    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: 374px) {
  .comLink a {
    width: 290px;
  }
}

/*------------------------------------------------------------
	comWhiteBg
------------------------------------------------------------*/
.comWhiteBg {
  margin: 0 auto 60px;
  padding: 91px 0 100px;
  max-width: 1100px;
  background: #fff;
}

.comWhiteBg01 {
  max-width: 1305px;
}

@media all and (max-width: 896px) {
  .comWhiteBg {
    margin: 0 19px 23px;
    padding: 29px 5px 35px;
    max-width: inherit !important;
  }
}

/*------------------------------------------------------------
	comMore
------------------------------------------------------------*/

.comMore a {
  width: fit-content;
  height: 58px;
  position: relative;
  display: flex;
  gap: 40px;
  color: #000;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 20px;
  align-items: center;
  letter-spacing: 0.08em;
  border-radius: 200px;
  overflow: hidden;
  border: 1px solid #000;
  font-size: 1.8rem;
  font-family: var(--font-ttl);
  font-weight: 600;
}

.comMore a:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  left: auto;
  right: 0;
  background-color: #000;
  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;
}

.comMore .arrows {
  display: flex;
  width: 20px;
  height: 20px;
  overflow: clip;
  position: relative;
  z-index: 2;
}

.comMore a .arrows::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--main);
  mask: url("img/common/icon02_on.png") no-repeat center;
  mask-size: 17px auto;
  position: absolute;
  left: -20px;
  transition: .6s ease;
}

.comMore a .arrows::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #000;
  mask: url("img/common/icon02_on.png") no-repeat center;
  mask-size: 17px auto;
  position: absolute;
  left: 0;
  transition: .6s ease;
}

/* black btn */
.comMore02 a {
  width: 222px;
  position: relative;
  display: flex;
  height: 77px;
  color: #fff;
  justify-content: flex-start;
  padding-left: 40px;
  align-items: center;
  letter-spacing: 0.08em;
  border-radius: 80px;
  overflow: hidden;
  border: 1px solid #000;
  background: #000;
  font-size: 2.4rem;
  font-family: "all-round-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.comMore02 a:before {
  margin-top: -8px;
  position: absolute;
  right: 29px;
  top: 48%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  content: "";
  transition: .3s;
  -webkit-transition: .3s;
  z-index: 2;
}

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

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

  .comMore02 a:hover {
    color: #000;
    background: #fff;
  }

  /* .comMore02 a:hover:after {
    width: 100%;
    right: auto;
    left: 0;
  }

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

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

  .comMore a:hover .arrows::after {
    left: 20px;
  }
}

@media all and (max-width: 896px) {
  .comMore {
    /* max-width: 240px; */
    display: flex;
    margin-bottom: 30px;
  }

  .comMore a {
    margin: 0 auto;
    height: 42px;
    border-width: 1px;
    width: auto;
    font-size: 1.4rem;
    padding-left: initial;
    padding: 0 20px;
  }

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

  .comMore02 {
    /* max-width: 146px; */
    margin: 0 auto;
  }

  .comMore02 a {
    margin: 0 auto;
    height: 42px;
    border-width: 1px;
    width: auto;
    font-size: 1.4rem;
    padding-left: initial;
    padding: 0 40px 0 20px;
  }

  .comMore02 a:before {
    /* margin-top: -5%; */
    right: 18.5px;
    width: 14px;
    height: 14px;
    background: #fff;
    /* background: url("img/common/sp_icon07.png") no-repeat right center;
        background-size: 14px auto; */
  }
}

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

.comBg01 {
  background: url("img/service/service_01.png") repeat-y center center;
  background-size: contain;
}

.comBg02 {
  padding: 150px 0 60px;
}

.comBg02 {
  background: #fff;
  /* background: #e9e9e9; */
}

.comBg03 {
  padding: 130px 0;
}

.comBg03 {
  background: url("img/company/history_01.png") repeat-y center center;
  background-size: contain;
  /* background: #e9e9e9; */
}

.comBg04 {
  padding: 90px 0 40px;
}

.comBg04 {
  background: url("img/recruit/data_01.png") repeat-y center center, linear-gradient(#8ec29a 0%, #a9d6e1 70%);
  background-size: contain;
  background-blend-mode: color-burn;
}

.comBgBox {
  padding: 45px 0 0;
  /* padding: 180px 100px 20px; */
  background: linear-gradient(#8fc31f 10%, #fff 30%);
  border-radius: 50px 50px 0 0;
}

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

  .comBg02 {
    padding: 60px 0 90px;
  }

  .comBgBox {
    padding: 30px 19px 0;
  }

  .comBg04 {
    background: linear-gradient(#8ec29a 0%, #a9d6e1 70%);
    /* background-blend-mode: color-burn; */
    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: #EA751F;
  content: "";
}

.comImgBox .photoBox .nameSpan {
  margin-top: 10px;
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  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;
  position: relative;
  z-index: 0;
}

.indexPage .mainVisual {
  /* padding-top: 90px; */
  margin: 0;
  /* margin: 0 78px; */
  position: relative;
}

.indexPage .mainVisual .mainImg {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.indexPage .mainVisual .mainImg .inner {
  max-width: 1550px;
  margin: 5% auto 0 5%;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.indexPage .mainVisual .mainImg h2 {
  line-height: 1.5;
  color: rgb(255 255 255 / 1);
  letter-spacing: 0.22em;
  font-family: var(--font-ttl);
  font-family: var(--font-ttl);
  font-weight: 600;
  text-shadow: 0 0 10px rgb(139 139 139 / .2), 0 0 10px rgb(139 139 139 / .2);
  position: relative;
  z-index: 0;
}

.indexPage .mainVisual .mainImg h2:before {
  content: "";
  width: 30%;
  height: 120%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 60%);
  position: absolute;
  left: -12%;
  bottom: -20%;
  z-index: -1;
}

.indexPage .mainVisual .mainImg h2 .txtMain {
  display: block;
  font-size: 12rem;
  font-size: clamp(3.4rem, 6.4vw, 12rem);
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.txtMain .br {
  width: 100%;
  height: 0;
}

.txtMain .maincol1 {
  color: #EA5514;
}

.txtMain .maincol2 {
  color: #00478F;
}

.txtMain .char {
  display: inline-block;
  overflow: hidden;
}

.txtMain .move {
  display: block;
  transform: translateY(105%);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.txtMain .move img {
  width: auto;
  height: clamp(3.4rem, 6.4vw, 12rem);
  margin-right: 0.06em;
  margin-top: 0.06em !important;
}

.indexPage .mainVisual .mainImg h2 .txtSpan2 {
  margin-top: 60px;
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  color: #222;
  text-shadow: 0px 0px 4px #ffffffcf;
  overflow: hidden;
}

.txtMain.-visible .move {
  transform: translateY(0);
}

.txtMain~.txtSpan2 span {
  display: inline-block;
  transform: translateY(105%);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.txtMain.-visible~.txtSpan2 span {
  transform: translateY(0);
  transition-delay: 1.6s;
}

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

.indexPage .mainVisual .txtInner {
  margin: 90px auto 0;
}

.indexPage .mainVisual .txtInner .content {
  max-width: 857px;
}

.indexPage .mainVisual .txtInner p {
  padding-bottom: 67px;
  color: #211B1B;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 0.06em;
}

.indexPage .mainVisual .txtInner p::before {
  margin-left: -16px;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 32px;
  height: 1px;
  background: #211B1B;
  content: "";
} */

.testkv {
  position: relative;
  height: 100vh;
  background:
    radial-gradient(circle at 92% 93%, rgb(255, 247, 237, 0.2) 1%, transparent 49%),
    radial-gradient(circle at 5% 96%, rgba(255, 131, 20, 1) 0%, transparent 20%),
    radial-gradient(circle at 55% 46%, rgba(255, 131, 0, 1) 16%, transparent 83%),
    radial-gradient(circle at 12% 2%, rgb(255, 255, 255, 0.6) 3%, transparent 30%),
    radial-gradient(circle at 44% 9%, rgba(255, 190, 120, 1) 13%, transparent 83%);
  /* background-color: #ff8300; */
  background-color: #ff8300e3;
  transition: 3s ease;
}

.testkv #carousel {
  height: 100%;
  margin: 0 0 0 auto;
  perspective: 1500px;
  transform: translateX(-50%) rotateY(-20deg);
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 50%;
}

#spinner {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform-origin: 50% 50% -700px;
}

#spinner img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 700px;
  max-height: 400px;
  width: 40vw;
  height: 45vh;
  object-fit: cover;
  border-radius: 12px;
  will-change: transform, opacity;
  opacity: 0;
  transition: opacity 0.4s ease;
}

@media all and (max-width: 896px) {
  .testkv #carousel_sp {
    width: 100%;
    height: 70%;
    perspective: 600px;
    transform-style: preserve-3d;
    position: absolute;
    left: 50%;
    bottom: 0;
    scale: 1;
    transform: translateX(-50%) rotateX(-45deg);
    transition: all 0.3s ease;
  }

  #spinner_sp {
    transform-style: preserve-3d;
    height: 100%;
    transform-origin: 50% 50% -100vw;
    transition: transform 0.3s;
    position: relative;
  }

  #spinner_sp img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 95%;
    height: auto;
    aspect-ratio: 1.4 / 1;
    object-fit: cover;
    border-radius: 12px;
    transform-origin: 50% 50% -100vw;
    transform: translate(-50%, -50%);
    transition: opacity 0.5s, transform 0.5s;
    opacity: 0.3;
  }

  #spinner_sp img.active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
    z-index: 2;
  }

  #spinner_sp img:nth-child(1) {
    transform: translate(-50%, -50%) rotateY(0deg);
  }

  #spinner_sp img:nth-child(2) {
    transform: translate(-50%, -50%) rotateY(-72deg);
  }

  #spinner_sp img:nth-child(3) {
    transform: translate(-50%, -50%) rotateY(-144deg);
  }

  #spinner_sp img:nth-child(4) {
    transform: translate(-50%, -50%) rotateY(-216deg);
  }

  #spinner_sp img:nth-child(5) {
    transform: translate(-50%, -50%) rotateY(-288deg);
  }

}

/* ローディング用 */
.indexPage.is-active {
  z-index: 99999;
}

.indexPage.is-active .testkv {
  background:
    radial-gradient(circle at 92% 93%, rgb(255, 247, 237, 0.2) 1%, transparent 49%),
    radial-gradient(circle at 5% 96%, rgba(255, 131, 20, 1) 0%, transparent 20%),
    radial-gradient(circle at 55% 46%, rgba(255, 131, 0, 1) 16%, transparent 83%),
    radial-gradient(circle at 12% 2%, rgb(255, 255, 255, 0.6) 3%, transparent 30%),
    radial-gradient(circle at 44% 9%, rgba(255, 190, 120, 1) 13%, transparent 83%);
  background-color: #ff8300;
}

/* spローディング */
.indexPage.is-active #carousel_sp {
  scale: 0;
  left: 50%;
  animation: sp_loading 4s forwards;
}

@keyframes sp_loading {
  0% {
    left: -100%;
    scale: 0;
    transform: translateX(0) rotateX(-45deg) rotate(360deg);
  }

  5% {
    scale: 0.5;
  }

  20% {
    left: 50%;
    transform: translateX(-50%) rotateX(-45deg) rotate(360deg);
    scale: 3;
  }

  80% {
    scale: 1;
  }

  100% {
    scale: 1;
  }
}




/* aboutSec */
.indexPage .aboutSec {
  padding: 200px 0 100px;
  position: relative;
}

.indexPage .aboutSec .inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.indexPage .aboutSec .headLine07 {
  margin-bottom: 80px;
  font-size: clamp(2rem, 4.4vw, 7rem);
}

.indexPage .aboutSec .inner .photoBox {
  width: 42%;
  position: relative;
  z-index: 1;
}

.indexPage .aboutSec .inner .textBox {
  width: 58%;
  position: relative;
  z-index: 0;
}

.indexPage .aboutSec .inner .textBox::before {
  content: "";
  width: calc(100% + 90px);
  height: calc(100% + 100px);
  background-color: var(--bg);
  /* box-shadow: var(--shadow); */
  position: absolute;
  top: -50px;
  right: -30px;
  z-index: -1;
}

.indexPage .aboutSec .inner .photoBox img {
  width: 100%;
  box-shadow: var(--shadow);
}

.indexPage .aboutSec .inner .textBox .infoBox {
  /* max-width: 586px; */
  padding: 0 0 0 5%;
}

.indexPage .aboutSec .inner .textBox .infoBox .name {
  margin-top: 18px;
  font-size: 2.4rem;
  text-align: right;
}

.indexPage .aboutSec .inner .textBox .infoBox .name span {
  font-size: 1.8rem;
}

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

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

.indexPage .aboutSec .inner01 .photoBox {
  border-radius: 0 20px 0 0;
}

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

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


/* newsSec */
.indexPage .newsSec {
  position: relative;
  padding: 0 0 0;
}

.indexPage .newsSec .comTtlBox .headLine04 {
  display: block;
  width: fit-content;
  /* margin: 0 auto; */
}

.indexPage .newsSec .comTtlBox .jp {
  position: absolute;
  left: 105%;
  bottom: 1em;
  white-space: nowrap;
}

.indexPage .newsSec .listUl {
  /* padding-top: 53px; */
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  /* display: flex; */
  flex-direction: row-reverse;
  /* transform: translateY(-65%); */
}

.indexPage .newsSec .slick-slider .slick-list {
  /* margin: 0px 0 0 36px; */
}

@media (min-width: 897px) and (max-width: 1200px) {
  .indexPage .newsSec .slick-slider .slick-list {
    /* margin: 0px 0 0 100px; */
  }
}

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

.indexPage .newsSec .listUl li .infoPho {
  display: block;
  position: relative;
  /* border-radius: 50px; */
  overflow: hidden;
  box-shadow: 0 6px 10px rgb(139 139 139 / .1);
}

.indexPage .newsSec .listUl .slick-slide>div {
  /* width: 336px; */
  margin: 0 10px;
}

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

.indexPage .newsSec .listUl li .pho img {
  height: 240px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}

.indexPage .newsSec .listUl li .hover {
  position: absolute;
  left: 0;
  top: 0;
  padding: 80px 30px 50px;
  width: 100%;
  /* height: 350px; */
  aspect-ratio: 3 / 2;
  z-index: 2;
  font-size: 1.8rem;
  color: #fff;
  background: rgba(33, 27, 27, 0.77);
  line-height: 1.9;
  font-family: "all-round-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
  letter-spacing: 0.06em;
  text-align: justify;
  opacity: 0;
  transition: all 0.6s ease;
}

.indexPage .newsSec .listUl li .txtBox {
  display: block;
  color: #211B1B;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  z-index: 10;
  box-sizing: border-box;
}

.indexPage .newsSec .listUl li .txtBox .name {
  margin-bottom: 9px;
  display: block;
  color: #000;
  font-size: 2.4rem;
}

.indexPage .newsSec .listUl .slick-dots {
  text-align: center;
  padding: 50px 100px;
}

.indexPage .newsSec .listUl .slick-dots li {
  float: none;
  margin: 0 17px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 100px;
  background-color: #FFF;
  border: 1px solid #000;
}

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

.indexPage .newsSec .listUl .slick-dots li.slick-active {
  background-color: #fff;
  border: 1px solid #000;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  transform-origin: center;
}

.indexPage .newsSec .listUl .slick-prev,
.indexPage .newsSec .listUl .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 35%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
}

.indexPage .newsSec .listUl .slick-prev {
  left: 0;
  background: url("img/common/prev.png") no-repeat;
  background-size: 40px 40px;
  z-index: 10;
}

.indexPage .newsSec .listUl .slick-next {
  right: 0;
  background: url("img/common/next.png") no-repeat;
  background-size: 40px 40px;
  z-index: 10;
}

.indexPage .newsSec .comMore a {
  margin-left: auto;
}

/* SERVICE */
.indexPage .serviceSec {
  padding: 0 0 100px;
}

.indexPage .serviceSec .comTtlBox {
  max-width: 1570px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 50px 20px;
}

.indexPage .serviceSec .content {
  max-width: 1570px;
  padding: 0 50px;
}

.indexPage .serviceSec .textBox {
  margin-bottom: 40px;
  padding: 24px;
}

.indexPage .serviceSec .textBox h3 {
  margin-bottom: 40px;
  font-size: clamp(2rem, 4.4vw, 7rem);
}

.indexPage .serviceSec .textBox h3 .color {
  transition-delay: 1.2s;
}

.indexPage .serviceSec .imgBox {
  display: flex;
  width: 68%;
}

.indexPage .serviceSec .imgBox:has(.inBox) {
  display: flex;
  width: 100%;
}

.indexPage .serviceSec .imgBox .inBox {
  width: 25%;
  /* max-width: 235px; */
  padding: 30px 20px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.indexPage .serviceSec .imgBox .inBox::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000ad;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.2) 90%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateX(-100%);
  transition: .3s ease-in-out;
}

.indexPage .serviceSec .imgBox h4 {
  display: block;
  font-family: var(--font-ttl);
  font-weight: 600;
  font-size: 3.0rem;
  height: 110px;
  color: var(--sub);
  margin: 0 auto;
  text-shadow: 0 6px 10px rgb(139 139 139 / .2), 0 6px 10px rgb(139 139 139 / .2);
  transition: .3s ease-in-out;
}

.indexPage .serviceSec .imgBox span {
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  margin-top: 20px;
  color: #fff;
}

.indexPage .serviceSec .imgBox .inBox:nth-child(1) {
  background: url("img/index/top_service_01.jpg") no-repeat center center;
  background-size: cover;
}

.indexPage .serviceSec .imgBox .inBox:nth-child(2) {
  background: url("img/index/top_service_02.jpg") no-repeat center center;
  background-size: cover;
}

.indexPage .serviceSec .imgBox .inBox:nth-child(3) {
  background: url("img/index/top_service_03.jpg") no-repeat center center;
  background-size: cover;
}

.indexPage .serviceSec .imgBox .inBox:nth-child(4) {
  background: url("img/index/top_service_04.jpg") no-repeat center center;
  background-size: cover;
}

.indexPage .serviceSec .comMore {
  margin-top: 40px;
}

.indexPage .serviceSec .comMore a {
  margin-left: auto;
}

.indexPage .serviceSec .imgBox .inBox:hover::before {
  transform: translateX(0);
}

.indexPage .serviceSec .imgBox .inBox:hover h4 {
  color: #fff;
  transform-origin: top left;
  scale: 3;
  opacity: 0.2;
}

.indexPage .serviceSec .imgBox .inBox:hover span {
  color: var(--sub);
  /* text-shadow: 0 0 4px #fff; */
}


/* COMPANY */
.indexPage .companySec .comTtlBox {
  padding-bottom: 0;
}

.indexPage .companySec .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
}

.indexPage .companySec .textBox {
  width: 32%;
  padding: 5% 40px 0 0;
}


/* BUSINESS */
.indexPage .businessSec .comTtlBox h2 {
  width: fit-content;
  margin: 0 0 0 auto;
}

.indexPage .businessSec .comTtlBox .jp {
  position: absolute;
  right: 105%;
  bottom: 1em;
  white-space: nowrap;
}

.indexPage .businessSec .content {
  flex-direction: row;
}

.indexPage .businessSec .textBox {
  padding: 5% 0 0 40px;
  text-align: center;
}

.indexPage .businessSec .content .comMore a {
  margin-left: auto;
}


/* VOICE */
.indexPage .voiceSec {
  padding: 120px 0;
  background-color: var(--bg);
  position: relative;
}

.indexPage .voiceSec>div {
  display: flex;
  position: relative;
}

.indexPage .voiceSec .comTtlBox {
  width: 40%;
}

.indexPage .voiceSec .comTtlBox .headLine04 {
  color: #fff;
}

.indexPage .voiceSec .main-content {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.indexPage .voiceSec .controls-left {
  position: absolute;
  left: 20%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  z-index: 100;
}

/* コントロール（右側・縦） */
.indexPage .voiceSec .controls-right {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  z-index: 100;
}

.indexPage .voiceSec .scene {
  width: 320px;
  height: 400px;
  perspective: 1200px;
  position: relative;
}

.indexPage .voiceSec .carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

/* 中心の光源（球体） */
.indexPage .voiceSec .light-sphere {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 10%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.9) 0%, rgba(200, 220, 255, 0.6) 30%, rgba(150, 180, 255, 0.3) 60%, transparent 80%);
  box-shadow:
    0 0 60px 30px rgba(255, 255, 255, 0.8),
    0 0 120px 60px rgba(255, 255, 255, 0.5),
    0 0 200px 100px rgba(200, 220, 255, 0.3),
    0 0 300px 150px rgba(150, 180, 255, 0.15);
  pointer-events: none;
  z-index: 0;
}

/* 球体の光沢 */
.indexPage .voiceSec .light-sphere::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 20%;
  width: 40%;
  height: 30%;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.9) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(10px);
}

/* 球体の輪郭 */
.indexPage .voiceSec .light-sphere::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, transparent 40%, rgba(255, 255, 255, 0.1) 60%, transparent 70%);
}

.indexPage .voiceSec .carousel__cell {
  position: absolute;
  width: 280px;
  height: 100%;
  left: 20px;
  top: 10px;
  border-radius: 24px;
  padding: 32px 24px;
  backface-visibility: hidden;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 0 80px 30px rgba(255, 255, 255, 0.2),
    0 0 120px 60px rgba(255, 255, 255, 0.1),
    inset 0 0 60px rgba(255, 255, 255, 0.08);
}

.indexPage .voiceSec .carousel__cell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 1;
}

.indexPage .voiceSec .carousel_topBox {
  display: flex;
  padding-right: 30%;
  margin-bottom: 40px;
}

.indexPage .voiceSec .cell__image {
  width: 30%;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.85;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.indexPage .voiceSec .cell__content {
  position: relative;
  z-index: 2;
  transform: translateY(10px);
  opacity: 0.9;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.indexPage .voiceSec .carousel__cell:hover {
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow:
    0 0 100px 40px rgba(255, 255, 255, 0.25),
    0 0 150px 80px rgba(255, 255, 255, 0.15),
    inset 0 0 80px rgba(255, 255, 255, 0.12);
}

.indexPage .voiceSec .carousel__cell:hover .cell__content {
  transform: translateY(0);
  opacity: 1;
}

.indexPage .voiceSec .cell__number {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 8px;
}

.indexPage .voiceSec .cell__title {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}

.indexPage .voiceSec .cell__subtitle {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--main02);
}

.indexPage .voiceSec .thanks {
  display: flex;
  align-items: center;
  justify-content: center;
}

.indexPage .voiceSec .thanks h4 {
  font-size: 4rem;
  color: #fff;
}

.indexPage .voiceSec .indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.indexPage .voiceSec .nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  flex-shrink: 0;
}

.indexPage .voiceSec .nav-btn:hover {
  color: #000;
  background: #fff;
  transform: scale(1.05);
}

.indexPage .voiceSec .nav-btn:active {
  transform: scale(0.95);
}

.indexPage .voiceSec .nav-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.5;
  fill: none;
}

.indexPage .voiceSec .indicator__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
  flex-shrink: 0;
}

.indexPage .voiceSec .indicator__dot:hover {
  background: rgba(255, 255, 255, 0.4);
}

.indexPage .voiceSec .indicator__dot.active {
  background: var(--main);
  height: 24px;
  border-radius: 4px;
}

/* プレイボタン */
.indexPage .voiceSec .play-btn {
  width: 75px;
  padding: 10px 8px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  flex-shrink: 0;
  white-space: nowrap;
}

.indexPage .voiceSec .play-btn:hover {
  color: var(--bg);
  border-color: rgba(255, 255, 255, 0.2);
}

.play-btn.playing {
  color: var(--accent);
  border-color: var(--accent-glow);
  box-shadow: 0 0 20px var(--accent-glow);
}

/* VOICEカルーセルここまで */


/* RECRUIT */
.indexPage .recruitSec .content {}

.indexPage .recruitSec .comTtlBox {
  display: flex;
  margin-bottom: 12px;
  justify-content: space-between;
  /* width: 100%; */
  min-height: 185px;
  padding: 50px;
  max-width: 1570px;
}

.indexPage .recruitSec .comTtlBox .textBox {
  width: 50%;
}

.indexPage .recruitSec .comTtlBox .headLine04 {
  width: fit-content;
  font-size: clamp(5rem, 10vw, 13rem);
}

.indexPage .recruitSec .comTtlBox .headLine04 .jp {
  text-align: end;
}

.indexPage .recruitSec .comTtlBox .textBox p {
  margin-bottom: 90px;

}

.indexPage .recruitSec .imgBox {
  display: flex;
  gap: 50px;
  width: 45%;
  padding-top: 40px;
}

.indexPage .recruitSec .imgBox .imgContainer {
  width: 50%;
}

.indexPage .recruitSec .imgBox .imgContainer:nth-child(1) img {
  width: 100%;
  /* height: 605px; */
  object-fit: cover;
  aspect-ratio: 2 / 3;
  min-width: 215px;
}

.indexPage .recruitSec .imgBox .imgContainer:nth-child(2) img {
  margin-top: 60px;
  width: 100%;
  /* height: 605px; */
  object-fit: cover;
  aspect-ratio: 2 / 3;
  min-width: 215px;
}


.indexPage .recruitSec .comMore a {
  margin: 0 0 0 auto;
}

@media all and (min-width: 2000px) {
  .testkv #carousel {
    width: 60%;
  }

  #spinner img {
    max-width: unset;
    max-height: unset;
  }
}

@media all and (max-width: 1610px) {
  .indexPage .voiceSec>div {
    padding-right: 92px;
  }

  .indexPage .voiceSec .controls-right {
    right: 10px;
  }
}

@media all and (max-width: 1350px) {

  .indexPage .newsSec .listUl .slick-prev,
  .indexPage .newsSec .listUl .slick-next {
    background-size: 40px 40px;
  }

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

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

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

  .indexPage .mainVisual img {
    margin-top: -5.5%;
    /* padding-right: 50px; */
  }

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

@media all and (max-width: 1110px) {
  .indexPage .serviceSec .comTtlBox .textBox .comMore a {
    width: initial;
  }

  .indexPage .voiceSec>div {
    padding-right: 24px;
    flex-wrap: wrap;
  }

  .indexPage .voiceSec .main-content {
    width: 100%;
    /* padding-right: 92px; */
  }

  .indexPage .voiceSec .controls-right {
    right: 32px;
    top: unset;
    bottom: 0;
    transform: unset;
  }

  .indexPage .recruitSec .comTtlBox .textBox .comMore a {
    width: initial;
  }
}

@media all and (min-width: 897px) and (max-width: 1200px) {
  /* .indexPage .mainVisual .mainImg .inner {
    transform: translateY(-135%);
  } */

  /* .indexPage .mainVisual .mainImg h2 .txtMain {
    font-size: 9rem;
  } */

  .indexPage .mainVisual .mainImg h2 .txtSpan {
    font-size: 6rem;
  }

  .indexPage .mainVisual .mainImg h2 .txtSpan2 {
    margin-top: 100px;
    font-size: 2.4rem;
  }

  .indexPage .newsSec .listUl::before {
    right: 0;
  }

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

  .indexPage .newsSec .listUl .slick-dots {
    /* margin-top: 220px; */
    padding: 50px 80px;
  }

  .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 .companySec .innerBox .textBox {
    padding: 45px 40px 32px;
  }

  .indexPage .serviceSec .imgBox .inBox {
    width: 25%;
    max-width: 235px;
    padding: 30px 2px;
  }
}

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

  .indexPage .newsSec .listUl li a:hover .txtBox {
    color: #000;
  }

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

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

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

@media all and (max-width: 970px) {
  .comBox .textBox .recruitMain {
    font-size: 7.2rem;
    margin-bottom: 30px;
  }
}

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

  .indexPage .mainVisual {
    margin: 0;
    padding: 0 0 52px;
    position: relative;
  }

  .indexPage .mainVisual .mainImg {
    align-items: flex-start;
  }

  .indexPage .mainVisual .mainImg .inner {
    margin: 30% auto 0 5%;
    position: relative;
    z-index: 1;
  }

  .indexPage .mainVisual .mainImg h2:before {
    width: 50%;
  }

  .indexPage .mainVisual .mainImg h2 .txtSpan {
    font-size: 5rem;
  }

  .indexPage .mainVisual .mainImg h2 .txtSpan2 {
    margin-top: 60px;
    font-size: 1.8rem;
  }

  .indexPage .mainVisual .mainImg video {
    border-radius: 0;
  }

  .indexPage .mainVisual .txtInner {
    margin: 28px auto 0;
  }

  .indexPage .mainVisual .txtInner .content {
    padding: 0;
  }

  .indexPage .mainVisual .txtInner p {
    padding: 0 24px 38px;
    line-height: 2.1;
    font-size: 1.4rem;
    text-align: justify;
  }

  .indexPage .mainVisual .txtInner p:before {
    display: none;
  }


  .indexPage .newsSec {
    padding: 0 0 0;
    background: #f9f9f9;
  }

  .indexPage .newsSec: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 .newsSec .content {
    padding-bottom: 70px;
  }

  .indexPage .newsSec .comTtlBox {
    margin: 0;
    text-align: center;
    /* transform: translateY(-5%); */
  }

  .indexPage .newsSec .headLine04 {
    padding-top: 12px;
    margin-bottom: 2px;
    margin: 0 auto;
  }

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

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

  .indexPage .newsSec .listUl {
    display: block;
    /* margin: 0 -24px; */
    position: relative;
    padding: 0 0 0;
    /* transform: translateY(-18%); */
  }

  .indexPage .newsSec .listUl .slick-prev,
  .indexPage .newsSec .listUl .slick-next {
    background-size: 40px 40px;
  }

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

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

  .indexPage .newsSec .listUl .slick-dots {
    display: block;
    padding: 30px 58px;
  }

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

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

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

  .indexPage .newsSec .listUl li .txtBox {
    /* position: absolute; */
    left: 0;
    bottom: 20px;
    padding: 14px 54px 0 20px;
    height: 81px;
    color: #000;
    width: 94%;
    font-size: 1.4rem;
    border-radius: 0 20px 20px 0;
    /* background: #EA751F; */
  }

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

  .indexPage .newsSec .listUl li .txtBox .name {
    margin-bottom: 3px;
    /* color: #fff; */
    font-size: 1.6rem;
    text-align: center;
  }

  .indexPage .newsSec .listUl li .hover {
    padding: 13px 22px 50px;
    /* position: static; */
    /* height: auto;
        color: #fff;
        font-size: 1.4rem;
        text-align: left;
        display: block;
        line-height: 1.8;
		opacity: 1; */
    /* background: #FDF4E8; */
  }

  .indexPage .newsSec .content .comMore02 {
    transform: translateX(-20px);
  }

  .indexPage .aboutSec {
    padding: 60px 0;
  }

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

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

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

  .indexPage .aboutSec .inner .photoBox img {
    width: 60%;
    display: block;
    margin: 0 auto 20px;
  }

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

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

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

  .indexPage .aboutSec .inner .textBox .infoBox .name {
    font-size: 1.6rem;
  }

  .indexPage .aboutSec .inner .textBox .infoBox .name span {
    font-size: 1.4rem;
  }

  .indexPage .companySec {
    padding: 0 0 60px;
  }

  /* .indexPage .companySec .content {
    flex-direction: column-reverse;
  } */

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


  .indexPage .companySec .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 .serviceSec .content {
    padding: 0 24px;
  }

  .indexPage .serviceSec .comTtlBox {
    display: block;
    width: initial;
    padding: 40px 24px 0;
  }

  .indexPage .serviceSec .textBox {
    padding: 0;
  }

  .indexPage .serviceSec .textBox .headLine04 {
    text-align: center;
  }

  .indexPage .serviceSec .textBox h3 {
    font-size: 2.4rem;
  }

  .indexPage .serviceSec .textBox p {
    margin-bottom: 30px;
  }

  .indexPage .serviceSec .imgBox {
    width: initial;
  }



  .indexPage .voiceSec .content {
    padding-bottom: 70px;
  }

  .indexPage .voiceSec .comTtlBox {
    margin: 0;
    text-align: center;
  }

  .indexPage .voiceSec .headLine04 {
    padding-top: 12px;
    margin-bottom: 2px;
    margin: 0 auto;
  }

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

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

  .indexPage .voiceSec .listUl {
    display: block;
    /* margin: 0 -24px; */
    position: relative;
    padding: 0 0 0;
    /* transform: translateY(-18%); */
  }

  .indexPage .voiceSec .listUl .slick-slide>div {
    width: 260px;
    margin: 0 30px;
  }

  .indexPage .voiceSec .listUl .slick-prev,
  .indexPage .voiceSec .listUl .slick-next {
    background-size: 40px 40px;
  }

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

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

  .indexPage .voiceSec .listUl .slick-dots {
    display: block;
    padding: 30px 58px;
  }

  .indexPage .voiceSec .listUl li {
    width: 100%;
    height: 300px;
    margin: 0;
    float: none;
    background: none;
  }

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

  .indexPage .voiceSec .listUl li .infoPho h4 {
    font-size: 4.5rem;
  }

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

  .indexPage .voiceSec .listUl li .txtBox {
    /* position: absolute; */
    left: 0;
    bottom: 20px;
    padding: 14px 0 0 0;
    height: 81px;
    color: #000;
    /* width: 94%; */
    font-size: 1.4rem;
    /* border-radius: 0 20px 20px 0; */
    /* background: #EA751F; */
  }

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

  .indexPage .voiceSec .listUl li .txtBox .name {
    margin-bottom: 3px;
    font-size: 1.6rem;
    /* text-align: center; */
  }

  .indexPage .recruitSec .comTtlBox {
    flex-direction: column-reverse;
    width: initial;
    padding: 30px 0;
  }

  .indexPage .recruitSec .comTtlBox .textBox {
    width: initial;
  }

  .indexPage .recruitSec .comTtlBox .headLine04 .jp {
    text-align: justify;
  }

  .indexPage .recruitSec .comTtlBox .textBox p {
    margin-bottom: 30px;
  }

  .indexPage .recruitSec .imgBox {
    width: 100%;
    gap: 32px;
    justify-content: space-between;
  }

  .indexPage .recruitSec .imgBox .imgContainer:nth-child(1) img {
    min-width: 170px;
  }

  .indexPage .recruitSec .imgBox .imgContainer:nth-child(2) img {
    min-width: 170px;
  }

  .comBox .textBox .recruitMain {
    font-size: 7.2rem;
    margin-bottom: 30px;
  }
}

@media all and (max-width: 769px) {

  .indexPage .serviceSec .imgBox .inBox {
    width: 50%;
    max-width: initial;
    height: 200px;
  }

  .indexPage .voiceSec .main-content {
    padding-right: 92px;
  }

  .indexPage .voiceSec .controls-right {
    right: 32px;
    bottom: 0;
  }
}

@media all and (max-width: 639px) {
  .indexPage .serviceSec .imgBox {
    flex-flow: row wrap;
  }

  .indexPage .serviceSec .imgBox .inBox {
    width: 50%;
    max-width: initial;
    height: auto;
    padding: 4px 12px 20px;
  }

  .indexPage .serviceSec .imgBox .inBox::before {
    transform: translateX(0);
  }

  .indexPage .serviceSec .imgBox span {
    margin-top: 0;
    font-size: 1.4rem;
  }

  .indexPage .aboutSec .inner .photoBox img {
    width: initial;
  }

  .indexPage .voiceSec .main-content {
    padding-right: 0;
    padding: 40px 0;
  }

  .indexPage .voiceSec .scene {
    width: 90%;
    max-width: 320px;
    height: 360px;
    perspective: 800px;
  }

  .indexPage .voiceSec .controls-right {
    flex-direction: row;
    right: 32px;
  }

  .indexPage .voiceSec .indicator {
    flex-direction: row;
  }

  .indexPage .voiceSec .indicator__dot.active {
    width: 24px;
    height: 8px;
  }

  .indexPage .voiceSec .carousel__cell {
    width: 95%;
    left: 50%;
  }
}

@media all and (max-width: 578px) {
  .comBox .textBox .recruitMain {
    font-size: 4.5rem;
    -webkit-text-stroke-width: 0.5px;
  }
}

@media all and (max-width: 480px) {
  .indexPage .newsSec .listUl .slick-slide>div {
    /* width: 310px; */
  }

  .indexPage .newsSec .slick-slider .slick-list {
    margin: 0 0 0 0;
  }

  .indexPage .newsSec .listUl {
    margin: 0 0;
    padding: 14px 14px 0 14px;
  }

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

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

  .indexPage .newsSec .content .comMore02 {
    transform: initial;
  }

  .indexPage .voiceSec .listUl .slick-slide>div {
    width: initial;
    margin: 0 30px;
    max-width: 230px;
  }
}

@media all and (max-width: 446px) {
  .indexPage .serviceSec .imgBox .inBox {
    width: 100%;
  }

  .indexPage .serviceSec .imgBox {}
}

@media all and (max-width: 428px) {
  .indexPage .aboutSec .inner .photoBox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  .indexPage .aboutSec .inner .photoBox img {
    object-fit: cover;
    /* max-width: 80px; */
    width: initial;
    /* margin: 0; */
  }

  .indexPage .newsSec {
    padding: 30px 0 0;
  }

  .indexPage .newsSec .content {
    padding-bottom: 40px;
  }

  .indexPage .newsSec .comTtlBox {
    display: flex;
    align-items: center;
  }

  .indexPage .newsSec .comTtlBox img {
    object-fit: cover;
    max-width: 80px;
    margin-bottom: initial;
  }

  .indexPage .newsSec .comTtlBox .headLine04 {
    display: block;
    width: initial;
    margin: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }

  .indexPage .newsSec .content .contentInner {
    height: 430px;
  }

  .indexPage .newsSec .listUl {
    transform: translateY(0);
  }
}

@media all and (max-width: 393px) {
  .indexPage .newsSec .content .contentInner {
    /* height: 480px; */
  }
}

@media all and (max-width: 390px) {
  .indexPage .mainVisual .mainImg h2 .txtSpan {
    font-size: 2rem;
  }

  .indexPage .mainVisual .mainImg h2 .txtSpan2 {
    margin-top: 20px;
    font-size: 1.5rem;
  }

  .indexPage .newsSec {
    max-height: 570px;
  }

  .indexPage .newsSec .content .contentInner {
    height: initial;
  }

  .indexPage .newsSec .comTtlBox img {
    /* width: 50%;
        margin-bottom: -50px; */
  }

  .indexPage .newsSec .comTtlBox .headLine04 {
    width: inherit;
  }

  .indexPage .newsSec .slick-slider .slick-list {
    /* margin: 0 0 0 6px; */
  }

  .indexPage .newsSec .listUl {
    margin: 0;
  }

  .indexPage .newsSec .listUl .slick-slide>div {
    /* width: 302px; */
  }

  .indexPage .newsSec .listUl .slick-dots {
    margin-left: 0;
  }

  .indexPage .newsSec .listUl .slick-dots li {
    margin: 0 10px;
  }

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

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

  .indexPage .newsSec .content .comMore02 {
    transform: initial;
  }
}

/*------------------------------------------------------------
    Service
------------------------------------------------------------*/
.servicePage {
  position: relative;
}

.servicePage .comVisual {
  margin-bottom: 25px;
  color: #fff;
  height: 350px;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  /* flex-direction: column; */
  background: url("img/common/com_kv.jpg") no-repeat center center;
  background-size: cover;
  padding: 0 20px;
}

.servicePage #pagePath {
  margin-bottom: 16px;
}

.servicePage .bgWrap {
  /* padding-bottom: 200px;
    background: url("img/about/bg01.png") no-repeat 30px 44px/177px auto, url("img/about/bg02.png") no-repeat right -140px top 20px/413px auto; */
}

/* リンクリスト */
.servicePage .topSec {
  padding: 90px 0 80px;
  position: relative;
}

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

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

.servicePage .topSec .linkList {
  justify-content: center;
  gap: 10px 2%;
}

.servicePage .topSec .linkList li {
  max-width: 180px;
  width: 18%;
}

.servicePage .topSec .linkList li a {
  padding: 0 15px;
  display: flex;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  letter-spacing: 0.06em;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #fff;
  border-radius: 50%;
  box-shadow: 3px 6px 10px rgb(139 139 139 / 35%);
  transition: all .8s ease-in-out;
}

.servicePage .topSec .linkList li a:after {
  position: absolute;
  top: 70%;
  width: 20px;
  height: 20px;
  background: url(img/common/icon02_on_sub.png) no-repeat right center;
  background-size: 20px auto;
  content: "";
}

@media all and (min-width: 897px) {
  .servicePage .topSec .linkList li a:hover {
    box-shadow: inset 3px 6px 10px rgb(139 139 139 / 35%);
  }

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

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

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

  .servicePage .topSec .content {
    padding: 0 20px;
  }

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

  .servicePage .topSec .linkList li {
    max-width: 100px;
    width: 30%;
  }

  .servicePage .topSec .linkList li a {
    /* height: 62px; */
  }
}

/* サービス情報 */
.servicePage .serviceBox {
  margin-bottom: 125px;
}

.servicePage .serviceBox .headLine02 {
  font-size: 4rem;
  font-weight: 600;
}

.servicePage .serviceBox p {
  margin-bottom: 50px;
}

.servicePage .serviceBox .midBox {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 50px;
}

.servicePage .serviceBox .midBox .mid-l {
  width: 48%;
  padding-left: 40px;
  position: relative;
  z-index: 0;
}

.servicePage .serviceBox .midBox .mid-l::before {
  content: "";
  max-width: 1000px;
  width: 80vw;
  height: 100%;
  background-color: var(--bg);
  position: absolute;
  top: -32px;
  left: 0;
  z-index: -1;
}

.servicePage .serviceBox .midBox .imgBox {
  width: 48%;
}

.servicePage .serviceBox .midBox .imgBox.slidein.is-animated {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
  }

  40%,
  100% {
    opacity: 1;
  }
}

.servicePage .serviceBox .midBox .mid-l h3 {
  font-size: 4.0rem;
  margin-bottom: 50px;
  position: relative;
}

.servicePage .serviceBox .midBox .mid-l h3::before {
  content: "";
  width: 120%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: -1;
}

.servicePage .serviceBox .btmBox {
  display: flex;
  justify-content: space-between;
  box-shadow: var(--shadow);
}

.servicePage .serviceBox .btmBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.servicePage .serviceBox .btmBox .imgBox {
  width: 28%;
}

.servicePage .serviceBox .btmBox .imgBox.slidein.is-animated {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.servicePage .serviceBox .btmBox .btm-r {
  width: 68%;
  padding: 20px;
}

.servicePage .serviceBox .btmBox .btm-r h3 {
  font-size: 2.4rem;
  margin-bottom: 30px;
}

.servicePage .serviceBox .midBox2 {
  display: block;
  margin-top: 60px;
  margin-bottom: 100px;
}

.servicePage .serviceBox .midBox2 .Box_flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}

.servicePage .serviceBox .midBox2 .Box_flex .mid-l {
  width: 48%;
}

.servicePage .serviceBox .midBox2 .Box_flex .mid-l h3 {
  font-size: 3.6rem;
  margin-bottom: 30px;
  margin-top: -78px;
  padding-left: 50px;
}

.servicePage .serviceBox .midBox2 .Box_flex .mid-l span {
  font-size: 15rem;
  font-family: "Roboto", sans-serif;
  font-family: var(--font-bg);
  line-height: 1;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #EA5514, #FF8300 100%);
  -webkit-background-clip: text;
  opacity: .4;
  position: relative;
  z-index: -1;
}

.servicePage .serviceBox .midBox2:nth-child(even) .Box_flex .mid-l span {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #1769A7, #2E8BC0 100%);
  -webkit-background-clip: text;
}

.servicePage .serviceBox .midBox2 .Box_flex .imgBox {
  width: 48%;
}

.servicePage .serviceBox .midBox2 .subBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.servicePage .serviceBox .midBox2 .sub-in {
  width: 42%;
  padding: 20px;
  background-color: var(--main02);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120% auto;
  box-shadow: var(--shadow);
}

.servicePage .serviceBox .midBox2 .sub-in .sub-inBox {
  width: 100%;
  height: 100%;
  padding: 40px 18px;
  text-shadow: 0 0 3px #fff;
  background-color: #ffffffa3;
  backdrop-filter: blur(4px);
  border-radius: 12px;
}

/* .servicePage .serviceBox .midBox2 .sub-in img {
  width: 228px;
  height: 228px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 30px;
} */

.servicePage .serviceBox .midBox2 .sub-in h3 {
  font-size: 2.4rem;
  margin-bottom: 30px;
  text-align: center;
}

.servicePage .serviceBox .midBox2 .sub-in p {
  margin-bottom: 0;
}

/* ソリューション */
.servicePage .solution {}

.servicePage .comBg01 {
  padding: 0 0 0;
}

/* .servicePage .comBg01 .content {
    max-width: 1200px;0213
} */

.servicePage .solution .solutionMain {
  font-size: 6.4rem;
  color: #8fc31f;
  text-align: center;
  margin-bottom: 80px;
}

.servicePage .solBox {
  margin: 0 0 90px;
}

.servicePage .solList li {
  width: 48%;
  line-height: 2.3;
  text-align: center;
  margin-bottom: 50px;
}

.servicePage .solList li:nth-child(1) {
  display: flex;
  flex-direction: row-reverse;
  width: 69%;
  margin-bottom: -80px;
}

.servicePage .solList li:nth-child(2) {
  margin-top: 140px;
}

.servicePage .solList li:nth-child(2) .img img {
  max-width: 450px;
  max-height: 373px;
}

.servicePage .solList li:nth-child(3) {
  display: block;
  margin: 0 auto;
}

.servicePage .solList li:nth-child(3) .img img {
  max-width: 400px;
  max-height: 360px;
}

.servicePage .solList .img img {
  width: 100%;
  object-fit: cover;
}

.servicePage .solList li a {
  font-size: 2.4rem;
  margin: 20px auto 25px;
  width: 90%;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 110px;
  line-height: 1;
  padding: 40px;
  background: #fff;
  border-radius: 80px;
  box-shadow: 0 6px 10px rgb(139 139 139 / .1);
}

.servicePage .solList li:nth-child(1) a::before {
  position: absolute;
  display: block;
  content: "";
  top: 108px;
  left: 68px;
  width: 76px;
  height: 50px;
  background: url(img/service/tail_01.png) no-repeat center center;
  background-size: 76px auto;
}

.servicePage .solList li:nth-child(2) a::before {
  position: absolute;
  display: block;
  content: "";
  top: 108px;
  left: 68px;
  width: 76px;
  height: 50px;
  background: url(img/service/tail_02.png) no-repeat center center;
  background-size: 76px auto;
}

.servicePage .solList li:nth-child(3) a::before {
  position: absolute;
  display: block;
  content: "";
  top: 108px;
  left: 68px;
  width: 76px;
  height: 50px;
  background: url(img/service/tail_01.png) no-repeat center center;
  background-size: 76px auto;
}

.servicePage .solList li:nth-child(3) a::before {
  left: initial;
  right: 68px;
}

/* サービス詳細 */
.servicePage .linkBox {
  margin: 60px 20px 120px;
  /* transform: translateY(130px); 0307*/
}

.servicePage .linkBox #a03 {
  scroll-margin-top: 180px !important;
  /* アンカー位置を90px下げる */
}

.servicePage .midTxt {}

.servicePage .linkList01 li {
  margin-bottom: 140px;
}



.servicePage .linkList01 h3 .link {
  position: relative;
  z-index: 10;
  display: block;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  transition: .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  text-align: left;
}

.servicePage .linkList01 h3 .link .small,
.servicePage .linkList01 h3 .link01 .small {
  display: block;
  font-size: 2.4rem;
  font-family: var(--font-ttl);
  font-weight: 400;
  color: #000;
}

.servicePage .linkList01 h3 .link .small {
  color: var(--main02);
}

.servicePage .linkList01 li:nth-child(even) h3 .link .small {
  color: var(--main);
}

.servicePage .linkList01 a:before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #5A7586;
  width: 100%;
  height: 0;
  transition: .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

.servicePage .linkList01 .img {
  display: block;
  margin-bottom: 30px;
  width: 48%;
}

.servicePage .linkList01 .img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 2;
  box-shadow: 0 6px 10px rgb(139 139 139 / .1);
}

.servicePage .linkList01 .inBox {
  width: 48%;
}

.servicePage .linkList01 .txt {
  display: block;
  line-height: 1.875;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
  min-height: 120px;
}




/* スクール事業の上下余白 */
.servicePage .linkBox.specialBox {
  margin: 180px 20px 100px;
}

.servicePage .specialBox .headLine01 {
  margin-bottom: 45px;
  font-size: 13.3rem;
  text-align: center;
  font-family: "all-round-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.servicePage .specialBox .linkList a .link {
  padding: 6px 45px 6px 23px;
  color: #D84545;
  background-image: url(img/common/icon04.png);
}

.servicePage .specialBox .linkList a {
  background-color: #FFF;
}

.servicePage .specialBox .linkList .txt {
  margin: 0 30px 0 35px;
  color: #FFF;
}

@media all and (min-width: 897px) and (max-width: 1200px) {
  .servicePage .solList li:nth-child(1) {
    margin-bottom: -30px;
  }

  .servicePage .solList li:nth-child(2) {
    margin-top: 50px;
  }

  .servicePage .linkList01 .comMore02 a {
    font-size: 2rem;
  }
}

@media all and (min-width: 897px) {
  .servicePage .linkList a:hover .link {
    opacity: 0.7;
    background-position: right 10px center;
  }

  .servicePage .linkList {
    /* display: flex;
        justify-content: space-between; */
  }

  .servicePage .linkList li {
    /* width: calc(50% - 45px); */
  }

  .servicePage .specialBox .linkList a {
    margin-top: -21px;
  }

  .servicePage .linkList a:hover:before {
    /* height: 100%; */
  }

  .servicePage .solList {
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
  }

  .servicePage .linkList01 {
    /* display: flex;
        justify-content: space-between; */
  }

  .servicePage .linkList01 li {
    /* width: calc(50% - 45px); */
    /* transform: translateY(130px); */
    display: flex;
    justify-content: space-between;
  }

  .servicePage .linkList01 li:nth-child(even) {
    flex-direction: row-reverse;
  }
}

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

  .servicePage .comVisualInner_r p {
    font-size: 1.8rem;
  }

  .servicePage .linkList01 h3 .link {
    font-size: 2.8rem;
  }

  .servicePage .linkList01 .img {
    display: block;
    margin-bottom: 30px;
    width: initial;
  }

  .servicePage .linkList01 .inBox {
    width: initial;
  }

  .servicePage .serviceBox .headLine02 {
    font-size: 2rem;
  }

  .servicePage .serviceBox p {
    margin-bottom: 30px;
  }

  .servicePage .serviceBox .midBox {
    display: block;
  }

  .servicePage .serviceBox .midBox .mid-l {
    width: 100%;
    padding-left: 0;
    padding-right: 20px;
  }

  .servicePage .serviceBox .midBox .mid-l::before {
    width: calc(100vw - 24px);
    height: calc(100% + 140px);
    left: -24px;
  }

  .servicePage .serviceBox .midBox .mid-l h3 {
    font-size: 2rem;
  }

  .servicePage .serviceBox .midBox .imgBox {
    width: initial;
    margin: 0 -24px 0 auto;
  }

  .servicePage .serviceBox .btmBox {
    flex-direction: column;
  }

  .servicePage .serviceBox .btmBox .imgBox {
    width: initial;
  }

  .servicePage .serviceBox .btmBox .btm-r {
    width: initial;
    margin-top: -46px;
    position: relative;
    z-index: 1;
  }

  .servicePage .serviceBox .btmBox .btm-r h3 {
    font-size: 2rem;
    padding: 8px 20px;
    margin: 0 auto 26px -20px;
    color: #fff;
    background: linear-gradient(338deg, var(--main) 0%, var(--sub) 100%);
  }

  .servicePage .serviceBox:nth-child(even) .btmBox .btm-r h3 {
    background: linear-gradient(132deg, var(--sub02) 0%, var(--main02) 100%);
  }

  .servicePage .serviceBox .midBox2 .Box_flex {
    display: block;
    margin-bottom: 50px;
  }

  .servicePage .serviceBox .midBox2 .Box_flex .mid-l {
    width: initial;
  }

  .servicePage .serviceBox .midBox2 .Box_flex .mid-l h3 {
    font-size: 2rem;
    margin-top: -46px;
    padding-left: 24px;
  }

  .servicePage .serviceBox .midBox2 .Box_flex .mid-l span {
    font-size: 7rem;
  }

  .servicePage .serviceBox .midBox2 .Box_flex .imgBox {
    width: initial;
  }

  .servicePage .serviceBox .midBox2 .subBox {
    flex-flow: column;
  }

  .servicePage .serviceBox .midBox2 .sub-in {
    width: 100%;
    margin: 0 auto 30px;
  }

  .servicePage .serviceBox .midBox2 .sub-in .sub-inBox {
    padding: 30px 16px;
  }

  .servicePage .serviceBox .midBox2 .sub-in h3 {
    font-size: 2rem;
  }

  /* .servicePage .solution .solutionMain {
        font-size: 4rem;
    }
    .servicePage .solList li:nth-child(1) {
        width: 82%;
        margin: 0 auto;
    }
    .servicePage .solList li:nth-child(1) a {
        width: 50%
    }
    .servicePage .solList li:nth-child(2) {
        margin: 0 auto;
    }
    .servicePage .solList li a {
        font-size: 1.6rem;
        width: initial;
    } */
  .servicePage .linkBox {
    margin: 100px 0;
  }

  .servicePage #a02 .linkBox .linkList01 li:nth-child(1) {
    margin-bottom: -200px;
  }

  .servicePage .linkBox .linkList01 li {
    margin-bottom: 30px;
  }

  /* エキスパ スクロール位置の調整のため */
  .servicePage .linkBox .linkList01 #a03 {
    margin-top: 100px;
    padding-top: 60px;
  }

  .servicePage .linkBox .linkList01:nth-child(2) li:nth-child(2) {
    margin-bottom: 0;
  }

  /* .servicePage .linkList li:not(:last-child) {
        margin-bottom: 45px;
    } */
  .servicePage .linkList a {
    margin: -17px auto 25px;
    border-radius: 0 13px 0 0;
    border-width: 1px;
  }

  .servicePage .linkList a .link {
    padding: 7px 24px 7px 15px;
    font-size: 1.6rem;
    background-size: 12.8px;
    background-size: 24px auto;
    background-position: right 15px center;
  }

  .servicePage .linkList01 a .link {
    font-size: 3.2rem;
  }

  .servicePage .linkList01 a .link .small,
  .servicePage .linkList01 a .link01 .small {
    font-size: 1.6rem;
  }


  .servicePage .linkList01 .txt {
    min-height: initial;
    margin-bottom: 30px;
  }

  .servicePage .linkList01 .comMore02 {
    max-width: 324px;
  }

  .servicePage .linkList01 .comMore02 a {
    margin: 0 auto 20px;
    height: 42px;
    border-width: 1px;
    width: auto;
    font-size: 1.4rem;
    padding-left: initial;
    padding: 0 40px 0 20px;
  }

  .servicePage .linkBox.specialBox {
    margin: 140px 20px 100px;
  }

  .servicePage .linkBox.specialBox .linkList01 li {
    margin-bottom: 30px;
  }

  /* .servicePage .specialBox {
        margin: 0 0 50px;
    } */
  /* .servicePage .specialBox .headLine01 {
        margin: 0 0 30px;
    }
    .servicePage .specialBox .linkList li:not(:last-child) {
        margin-bottom: 40px;
    }
    .servicePage .specialBox .linkList a {
        margin-top: -30px;
    }
    .servicePage .specialBox .linkList a .link {
        padding-left: 13px;
    }
    .servicePage .specialBox .linkList .txt {
        margin: 0;
    } */
}

/* @media all and (max-width: 760px) {
    .servicePage .solList li:nth-child(1) {
        display: block;
        margin: 0 auto;
    }
    .servicePage .solList li:nth-child(1) a::before {
        background: url(img/service/tail_02.png) no-repeat center center;
    }
    .servicePage .solList li:nth-child(1) img {
        width: 48%;
        object-fit: cover;
    }
} */
/* @media all and (max-width: 600px) {
    .servicePage .solution .solutionMain {
        font-size: 3rem;
    }
    .servicePage .solList li:nth-child(1) a {
        width: initial;
    }
    .servicePage .solList li:nth-child(1) {
        width: 82%;
    }
    .servicePage .solList li:nth-child(2) {
        width: 82%;  
    }
    .servicePage .solList li:nth-child(3) {
        width: 82%;
    }
} */

@media (max-width: 480px) {

  /* エキスパ スクロール位置の調整のため */
  .servicePage .linkBox .linkList01 #a02 {
    margin-top: 0;
    padding-top: 0;
  }

  .servicePage .linkBox .linkList01 #a03 {
    margin-top: 30px;
    padding-top: 30px;
  }

  .servicePage .linkBox {
    transform: translateY(0px);
  }
}

@media (max-width: 390px) {
  .servicePage .comVisualInner_r p {
    font-size: 1.6rem;
  }

  /* .servicePage .solution .solutionMain {
        font-size: 2.4rem;
        margin-bottom: 14px;
    }
    .servicePage .solList li {
        width: 100%;
    }
    .servicePage .solList li:nth-child(1) {
        width: 100%;
    }
    .servicePage .solList li:nth-child(1) a {
        width: 100%;
    }
    .servicePage .solList li:nth-child(1) img {
        width: 100%;
        object-fit: cover;
    }
    .servicePage .solList li:nth-child(2) {
        width: 100%;  
    }
    .servicePage .solList li:nth-child(3) {
        width: 100%;
    } */
  .servicePage .linkList01 a .link {
    font-size: 2.4rem;
    padding: 6px 0;
  }

  .servicePage .linkList01 a .link01 {
    font-size: 2.4rem;
  }

  .servicePage .linkList01 a .link02 {
    font-size: 2.4rem;
  }

  .servicePage .linkBox.specialBox {
    padding-bottom: 0 !important;
  }
}

/*------------------------------------------------------------
	Comapny
------------------------------------------------------------*/
.companyPage .comVisual {
  margin-bottom: 25px;
  color: #fff;
  height: 350px;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  /* flex-direction: column; */
  background: url("img/common/com_kv.jpg") no-repeat center center;
  background-size: cover;
  padding: 0 20px;
}

.companyPage .comVisual .comVisualInner_l {
  /* margin-right: 30px; */
}

.companyPage .bgWrap {
  /* padding-bottom: 120px;
    background: url("img/philosophy/bg01.png") no-repeat 55px 30px/160px auto, url("img/philosophy/bg02.png") no-repeat right 12px top 68px/174px auto; */
}

.corporate {
  padding: 145px 0 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.corporate .photoBox {
  margin: 54px -17px 0 0;
  width: calc(50% - 50px);
  position: relative;
  z-index: 1;
}

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

.corporate .textBox {
  padding: 0 150px;
  flex: 1;
  color: #fff;
  display: flex;
  justify-content: flex-end;
}

.corporate .textBox .subBox {
  max-width: 490px;
}

.corporate .textBox .headLine01 {
  margin-bottom: 58px;
}

.corporate .textBox .headLine01 span {
  min-width: 220px;
}

.corporate .textBox h4 {
  margin-bottom: 21px;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
}

.corporate .textBox p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.33;
  letter-spacing: 0.06em;
}


.companyBox {
  /* margin-bottom: -160px; */
  padding: 90px 0 90px;
  /* background: url("img/philosophy/bg04.png") no-repeat right -165px top 92px/364px auto; */
}

.companyBox#a03 {
  padding-bottom: 180px;
  background-color: var(--bg);
  border-radius: 0 var(--radius-bg) 0 0;
}

.companyBox.access {
  padding-top: 0;
  position: relative;
}

.companyBox.access::before {
  content: "";
  width: 100%;
  height: 90px;
  background-color: #fff;
  border-radius: var(--radius-bg) 0 0 0;
  position: absolute;
  top: -89px;
  left: 0;
}

.companyBox .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}

.companyBox .headLine01 {
  margin-bottom: 20px;
  font-size: 6.4rem;
  font-family: var(--font-ttl);
  font-weight: 600;
  font-family: var(--font-ttl);
  letter-spacing: 0.1em;
}

.companyBox .comVisual01 {
  margin-bottom: 70px;
  color: #fff;
  height: 530px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: url("img/company/company_bg.jpg") no-repeat center center;
  background-size: cover;
  /* border-radius: 50px; */
  overflow: hidden;
}

.companyBox .comVisual01Inner {
  width: 100%;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.companyBox .comVisual01Inner h3 {
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.companyBox .comVisual01Inner .en {
  font-family: var(--font-ttl);
  font-family: var(--font-ttl);
  font-weight: 600;
  line-height: 1;
  /* color: var(--bg); */
  opacity: 0.4;
  position: absolute;
  z-index: -1;
  scale: 1.8;
  left: 50%;
  transform: translateX(-50%);
}

.companyBox .comVisual01Inner .en:first-of-type {
  top: -2.5em;
  transform-origin: top left;
}

.companyBox .comVisual01Inner .en:last-of-type {
  bottom: -2.5em;
  /* right: 0; */
  transform-origin: bottom left;
  opacity: 0.5;
}

.companyBox .phittl {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 30px;
}

.companyBox p {
  text-align: center;

}

.companyBox .headLine02 {
  margin-bottom: 20px;
  font-size: 4rem;
  font-family: "all-round-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

.companyBox .name {
  font-size: 2.4rem;
  display: block;
  text-align: right;
  line-height: 2;
}

.companyBox .name span {
  font-size: 1.8rem;
}

.companyBox .textBox .img {
  display: block;
  height: 700px;
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 30px;
}

.companyBox .textBox .img img {
  margin-bottom: 30px;
  border-radius: 30px;
  object-fit: cover;
}

.companyBox .headLine01 .jp {
  color: #000;
  font-size: 1.6rem;
  display: block;
}

.companyBox .map {
  width: 100%;
  aspect-ratio: 2 / 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.companyBox .map iframe {
  width: 100%;
  height: 100%;
}

.companyBox .textBox {
  flex: 1;
  width: 45.5%;
}

.companyBox .textBox h4 {
  font-size: 7.2rem;
  color: rgb(235 85 20 / .3);
  margin-bottom: 50px;
  font-family: var(--font-ttl);
  font-family: var(--font-ttl);
  font-weight: 600;
}

.companyBox .textBox h4 .jp {
  font-size: 2.4rem;
  color: #000;
  display: block;
  /*     margin-top: -48px; */
}

.companyBox .textBox .inBox {
  display: flex;
  /* justify-content: space-between; */
  background: #f8f8f8;
}

.companyBox .textBox .inBox .map {
  width: 50%;
}

.companyBox .textBox .inBox+.inBox {
  margin-top: 10px;
}

.companyBox .textBox .inBox .innerBox {
  width: 50%;
  padding: 0 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.companyBox .textBox .inBox .innerBox .en {
  font-size: 8rem;
  font-family: var(--font-bg);
  font-style: italic;
  letter-spacing: 0.1em;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0.3em;
  z-index: -1;
}

.companyBox .textBox .inBox .comTable tr {
  display: flex;
  flex-direction: column;
}



/* スタッフ紹介 */
.companyPage .linkBox {
  margin: 0 20px 0;
}

.companyPage .linkList01 a {
  margin: 0 auto 30px;
  /* width: 90%; */
  position: relative;
  z-index: 10;
  display: block;
  box-sizing: border-box;
  /* text-align: center; */
}

.companyPage .linkList01 a .Desc {
  padding: 6px 45px 5px 25px;
  position: relative;
  z-index: 10;
  display: block;
  color: #000;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  transition: .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  text-align: left;
}

.companyPage .linkList01 .img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  border-radius: 50px;
  background: linear-gradient(to bottom, #F0F9C1, #fff);
  top: 0;
  left: 0;
  z-index: -10;
}

.companyPage .linkList01 .img {
  display: block;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  padding: 20px;
}

.companyPage .linkList01 .img img {
  width: 100%;
  object-fit: cover;
  border-radius: 32px;
  /* aspect-ratio: 3 / 2; */
  /* box-shadow: 0 6px 10px rgb(139 139 139 / .1); */
  /* border: 20px solid;
    border-image: linear-gradient(to bottom, #F0F9C1, #fff) 1;    */
}

.companyPage .linkList01 .img .nameSpan {
  font-size: 2.4rem;
  color: #DBF227;
  font-family: "all-round-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  bottom: 32px;
  left: 40px;
  text-shadow: 0 0 6px rgb(139 139 139 / 1), 0 0 6px rgb(139 139 139 / 1);
}

.companyPage .linkList01 .img .nameSpan .small {
  display: block;
  color: #fff;
  font-family: initial;
  text-shadow: 0 0 6px rgb(139 139 139 / 1), 0 0 6px rgb(139 139 139 / 1);
}

.companyPage .linkList01 .txt {
  display: block;
  line-height: 1.875;
  letter-spacing: 0.06em;
  min-height: 180px;
}

@media (min-width : 897px) {
  .companyPage .linkList01 li {
    width: calc(50% - 45px);
  }

  .companyPage .linkList01 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}

/* Overviewのテーブル */
.comTable01 {
  width: 70%;
  border-collapse: collapse;
  margin: 0 auto;
}

.comTable01 th {
  text-align: left;
  vertical-align: middle;
  width: 26%;
  color: #8B8B8B;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.14;
  padding: 20px 10px 20px 0;
  border-bottom: 1px solid #ccc;
}

.comTable01 td {
  text-align: left;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.14;
  vertical-align: middle;
  padding: 20px 10px 20px 0;
  border-bottom: 1px solid #ccc;
}


/* Accessのテーブル */
.comTable {
  width: 100%;
  border-collapse: collapse;
}

.comTable tr {
  /* background: #F4F4F4; */
}

.comTable th {
  text-align: left;
  vertical-align: middle;
  width: 26%;
  color: #8B8B8B;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.14;
  padding: 20px 0 0;
  /* border-bottom: 10px solid #fff; */
}

.comTable td {
  text-align: left;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.14;
  vertical-align: middle;
  padding: 20px 10px 20px 0;
  /* border-bottom: 10px solid #fff; */
}

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

  .companyPage {
    overflow: hidden;
  }

  .companyPage .linkList a {
    margin: -17px auto 17px;
  }

  .companyPage .bgWrap:before {
    display: none;
  }

  .companyPage #pagePath {
    margin-bottom: 16px;
  }

  .companyPage .comBgBox {
    margin-bottom: 0;
    padding: 60px 19px 60px;
  }

  .corporate {
    margin-bottom: 59px;
    display: block;
    padding: 0 24px;
  }

  .corporate .textBox {
    margin-bottom: 30px;
    padding: 0;
  }

  .corporate .textBox .subBox {
    max-width: inherit;
  }

  .corporate .photoBox {
    width: auto;
    margin: 0;
  }

  .corporate .textBox .headLine01 {
    margin-bottom: 26px;
  }

  .corporate .textBox h4 {
    margin-bottom: 24px;
    line-height: 1.9;
  }

  .corporate .textBox p {
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.86;
  }

  .companyBox {
    margin-bottom: 0;
    padding: 60px 0;
    position: relative;
  }

  .companyBox .comVisual01Inner h3 {
    font-size: 4rem;
  }

  .companyBox .phittl {
    font-size: 2.4rem;
  }

  .companyBox .textBox .inBox {
    display: block;
  }

  .companyBox .textBox .inBox .comTable {
    /* width: initial; */
    margin-bottom: 0;
  }

  .companyBox .headLine01 {
    font-size: 4rem;
    margin-bottom: 14px;
  }

  .companyBox .headLine02 {
    font-size: 3.2rem;
    margin-bottom: 14px;
  }

  .companyBox .inner {
    display: block;
  }

  .companyBox .textBox {
    margin: 0 0 0;
    width: 100%;
  }


  .companyBox .map {
    margin: 0;
    width: auto;
    /* height: 56vw; */
  }

  .companyBox .textBox .inBox .innerBox {
    width: 100%;
    padding: 0 20px;
  }

  .companyBox .textBox .inBox .map {
    width: initial;
  }

  .companyBox .map img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .comTable01 th {
    float: left;
    box-sizing: border-box;
    padding: 12px 0 0;
    width: 100%;
    /* font-size: 1.4rem; */
    border-bottom: none;
  }

  .comTable01 td {
    line-height: 2;
    float: left;
    font-size: 1.4rem;
    box-sizing: border-box;
    padding: 0 0 13px;
    width: 100%;
    border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  }

  .comTable th {
    float: left;
    box-sizing: border-box;
    padding: 12px 0 0;
    width: 100%;
    /* font-size: 1.4rem; */
    border-bottom: none;
  }

  .comTable td {
    line-height: 2;
    float: left;
    font-size: 1.4rem;
    box-sizing: border-box;
    padding: 0 0 13px;
    width: 100%;
  }

  .companyPage .linkBox {
    margin: 0 0 60px;
  }

  .companyPage .linkList01 .img::before {
    border-radius: 30px;
  }

  .companyPage .linkList01 .img img {
    border-radius: 32px;
  }

  .companyPage .linkList01 a .Desc {
    font-size: 1.4rem;
  }
}

@media all and (max-width: 639px) {
  .companyBox .comVisual01 {
    height: 230px;
  }

  .comTable01 {
    width: 100%;
  }

  .companyBox:nth-child(6) {
    padding: 30px 0 150px;
  }
}

@media all and (max-width: 540px) {
  .companyPage .linkList01 .img .nameSpan {
    font-size: 1.8rem;
  }

  .companyPage .linkList01 .img .nameSpan .small {
    font-size: 1.6rem;
  }
}

@media all and (max-width: 480px) {
  .comTable {
    margin: 0 auto 30px;
  }

  .companyBox .textBox {
    margin: 0 0 30px;
  }
}

@media all and (max-width: 390px) {
  .comVisualInner_r p {
    font-size: 1.6rem;
  }

  .companyBox:nth-child(6) {
    padding: 30px 0 150px;
  }

  .companyBox .content .linkBox .content {
    padding: 0;
  }

  .companyPage .linkList01 .img {
    padding: 14px;
  }

  .companyPage .linkList01 .img img {
    border-radius: 38px;
  }
}

/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/
.recruitPage .comVisual {
  margin-bottom: 25px;
  color: #fff;
  height: 350px;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  /* flex-direction: column; */
  background: url("img/common/com_kv.jpg")no-repeat center center;
  background-size: cover;
  padding: 0 20px;
}


.recruitPage .comVisualInner_l img {
  visibility: hidden;
}

.recruitPage .comVisualInner_r p {
  visibility: hidden;
}


.recruitBox {
  padding: 90px 0 130px;
}

.recruitBox .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 162px;
  background: #EA5514;
  box-shadow: 0 0 10px rgb(139 139 139 / .5);
  border-radius: 15px;
  transition: 0.3s all ease-in-out;
}

.recruitBox .inner:hover {
  opacity: 0.85;
}

.recruitBox .inner p {
  font-size: 2.4rem;
  text-align: center;
  color: #00478F;
}


.recruitBox01 {
  position: relative;
  /* padding: 147px 0 160px; */
}

.recruitBox01 .headLine01 {
  margin-bottom: 30px;
  font-size: 6.4rem;
  font-family: var(--font-ttl);
  font-family: var(--font-ttl);
  font-weight: 600;
}

.recruitBox01 .headLine01 .jp {
  color: #000;
  font-size: 1.6rem;
  display: block;
}

.comBg04 .headLine01,
.comBg04 .headLine01 .jp {
  color: #fff;
}

.recruitPage .midTxt {
  margin-bottom: 50px;
}

/* 福利厚生 */
.recruitPage .benefitsBox {
  margin: 0 auto 90px;
}

.recruitPage .benefits01 {
  margin: 20px auto 25px;
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  box-sizing: border-box;
}

.recruitPage .benefits01 li {
  width: calc(50% - 20px);
  padding-top: 200px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
  position: relative;
}

.recruitPage .benefits01 .textBox {
  width: 90%;
  padding: 30px;
  background: var(--bg);
  background: linear-gradient(149deg, #e8e8e8 0%, rgb(255 255 255 / 58%) 60%);
  box-shadow: var(--shadow);
  backdrop-filter: blur(2px);
  border-radius: 24px;
}

.recruitPage .benefits01 .img {
  display: block;
  max-width: 300px;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.recruitPage .benefits01 .img img {
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  aspect-ratio: 1;
  box-shadow: var(--shadow);
}

.recruitPage .benefits01 .img.slidein.is-animated {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
  }

  40%,
  100% {
    opacity: 1;
  }
}

.recruitPage .benefits01 h3 {
  position: relative;
  z-index: 10;
  display: block;
  color: #000;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  text-align: left;
  margin-bottom: 30px;
}

.recruitPage .benefits01 p {
  display: block;
  line-height: 1.875;
  letter-spacing: 0.06em;
}

.recruitPage .contactBtan {
  position: relative;
}

.recruitPage .contactBtan a {
  width: 280px;
  height: 280px;
  margin: 0 5% -40px auto;
  padding: 20px;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  background-color: var(--main);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  box-shadow: var(--shadow);
  transition: 1s ease;
}

.recruitPage .contactBtan a:hover {
  /* max-width: 600px; */
  width: 100%;
  height: 200px;
  margin-right: 0;
  margin-bottom: 80px;
  padding: 30px;
  font-size: 3rem;
  border-radius: 20px;
}


/*=========グラフ表示のためのCSS ===============*/

.chart-area {
  /*円グラフがスマホでつぶれないようにする*/
  position: relative;
  width: 100%;
  height: 40vh;
}

#chart01,
#chart02,
#chart03,
#chart04 {
  /* width: 80% !important;
    height: 80% !important; */
  margin: 20px auto 0;
}


@media all and (min-width: 897px) {
  .recruitPage .compareList li {
    width: calc(50% - 45px);
  }
}

/* faqDl */
.faqDl {
  margin-bottom: 60px;
}

.faqDl dt {
  padding: 30px 36px;
  position: relative;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: left;
  cursor: pointer;
  background: linear-gradient(#F0F9C1 0%, #fff 70%);
  /* background-size: cover; */
  background-blend-mode: lighten;
  border-radius: 30px;
  margin-bottom: 40px;
}

.faqDl dt .head_q {
  font-size: 4.8rem;
  font-family: "all-round-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-right: 20px;
}

.faqDl dt:first-child {
  border: none;
}

.faqDl dt:before,
.faqDl dt:after {
  margin-top: -1px;
  position: absolute;
  right: 36px;
  top: 50%;
  width: 24px;
  height: 2px;
  background-color: #8B8B8B;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: "";
  /* border-radius: 3px; */
}

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

.faqDl dt.on:after {
  transform: rotate(180deg);
  opacity: 0;
}

.faqDl dd {
  padding: 80px 40px 40px;
  display: none;
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
  background: linear-gradient(#fff 20%, #F1F1F1 90%);
  border-top: 1px solid #EEEEEE;
  border-radius: 0 0 30px 30px;
  margin-top: -78px;
  margin-bottom: 40px;
}

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

  .faqDl dt {
    padding: 20px 50px 20px 20px;
    font-size: 1.6rem;
    /* line-height: 2.14; */
    background-position: right 5px center;
    background-size: 25px auto;
  }

  .faqDl dt .head_q {
    font-size: 3.2rem;
  }

  .faqDl dt:before,
  .faqDl dt:after {
    right: 20px;
    width: 14px;
    height: 2px;
  }

  .faqDl dd {
    padding: 20px 24px;
    font-size: 1.4rem;
    line-height: 1.86;
    margin-top: -64px;
  }
}

@media all and (max-width: 393px) {
  .faqDl {
    margin-bottom: 0;
  }
}


.recruitPage .comMore02 a {
  width: 44%;
  position: relative;
  display: flex;
  height: 77px;
  color: #fff;
  justify-content: center;
  padding-left: 40px;
  align-items: center;
  letter-spacing: 0.08em;
  border-radius: 80px;
  overflow: hidden;
  border: 1px solid #000;
  background: #000;
  font-size: 3.2rem;
  font-family: "all-round-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 auto;
}

.recruitPage .comMore02 a .small {
  font-size: 1.6rem;
  margin-left: 10px;
}

.recruitPage .comMore02 a:hover {
  color: #000;
  background: #fff;
}

@media (min-width : 897px) {
  .recruitPage .linkList01 li {
    width: calc(30% - 45px);
  }

  .recruitPage .linkList01 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}

@media (max-width : 1300px) {

  .recruitPage .compareList li .balloon,
  .recruitPage .compareList li .balloon01 {
    width: 60%;
  }
}

@media (max-width : 1200px) {
  .recruitPage .compareList li {
    width: calc(50% - 24px);
  }

  .recruitPage .compareList li .balloon {
    font-size: 1.8rem;
  }

  .recruitPage .compareList li .balloon,
  .recruitPage .compareList li .balloon01 {
    width: 58%;
  }

  .recruitPage .voiceBox .contBox .contBox_r .balloon {
    width: 70%;
  }
}

@media (max-width : 1080px) {
  .recruitPage .compareList li {
    width: calc(50% - 10px);
  }

  .recruitPage .compareList li .balloon,
  .recruitPage .compareList li .balloon01 {
    width: 56%;
  }

  .recruitPage .compareList li img {
    width: 80px;
  }
}

@media (max-width : 920px) {

  .recruitPage .compareList li .balloon,
  .recruitPage .compareList li .balloon01 {
    width: 53%;
  }
}

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

  .recruitBox {
    padding: 30px 0 60px;
  }

  .recruitBox .inner {
    height: 100px;
  }

  .recruitBox .inner p {
    font-size: 1.8rem;
  }

  .recruitPage .benefits01 li {
    flex-direction: column-reverse;
    width: 100%;
    margin: 0 auto;
  }

  .recruitPage .benefits01 .textBox {
    max-width: 660px;
    width: 100%;
    margin: 0 0 0 auto;
  }

  .recruitPage .benefits01 h3 {
    margin-bottom: 10px;
  }

  .recruitPage .benefits01 p {
    min-height: initial;
    margin-bottom: 20px;
  }

  .recruitPage .benefits01 .img {
    max-width: 240px;
    width: 75%;
  }

  .recruitPage .benefits01 li:nth-child(even) .textBox {
    margin: 0 auto 0 0;
  }

  .recruitPage .benefits01 li:nth-child(even) .img {
    left: unset;
    right: 0;
  }

  .recruitBox .headLine01 {
    font-size: 3.2rem;
    margin-bottom: 14px;
  }

  .recruitBox p {
    font-size: 1.6rem;
  }

  .recruitBox .name {
    font-size: 1.6rem;
  }

  .recruitBox .name span {
    font-size: 1.4rem;
  }

  .recruitBox01 .headLine01 {
    margin-bottom: 14px;
    font-size: 4rem;
  }

  .recruitPage .linkList01 h3 {
    margin: 30px 0 24px;
  }

  .recruitPage .linkList01 .img img {
    width: 60%;
    display: block;
    margin: 0 auto;
  }

  .recruitPage .linkList01 p {
    min-height: initial;
    margin-bottom: 90px;
  }

  .recruitPage .compareList {
    display: block;
    margin-bottom: 30px;
  }

  .recruitPage .compareList li {
    width: 80%;
    margin: 0 auto;
  }

  .recruitPage .compareList li .balloon,
  .recruitPage .compareList li .balloon01 {
    width: 66%;
    margin-bottom: 30px;
  }

  .recruitPage .recruitBox02 {
    padding: 30px 0 90px;
  }

  .recruitBox02 .headLine01 {
    font-size: 3.2rem;
    margin-bottom: 14px;
  }

  .recruitPage .recruitBox02 .listUl .slick-prev,
  .recruitPage .recruitBox02 .listUl .slick-next {
    margin-top: 0;
    top: 94%;
    width: 40px;
    height: 40px;
  }

  .recruitPage .recruitBox02 .listUl .slick-prev {
    left: 0;
    background: url(img/common/prev.png) no-repeat;
    background-size: 40px 40px;
    z-index: 10;
  }

  .recruitPage .recruitBox02 .listUl .slick-next {
    right: 0;
    background: url(img/common/next.png) no-repeat;
    background-size: 40px 40px;
    z-index: 10;
  }

  .recruitPage .voiceBox .pho {
    border-radius: 30px 0 30px 0;
  }

  .recruitPage .voiceBox .pho .txtBox01 {
    border-radius: 0 0 20px 20px;
    padding: 20px;
  }

  .recruitPage .voiceBox .pho .txtBox {
    border-radius: 20px 20px 0 0;
    padding: 20px;
    width: 218px;
  }

  .recruitPage .voiceBox .pho .txtBox01 .comment {
    font-size: 1.8rem;
  }

  .recruitPage .voiceBox .pho .txtBox .name {
    font-size: 1.8rem;
  }

  .recruitPage .voiceBox .contBox .contBox_l .faq {
    margin-bottom: 30px;
  }

  .recruitPage .voiceBox .contBox .contBox_l h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .recruitPage .voiceBox .contBox .contBox_r {
    width: 48%;
  }

  .recruitPage .voiceBox .contBox .contBox_r .messageImg {
    width: 70%;
  }

  .recruitPage .voiceBox .contBox .contBox_r .comMore02 a {
    height: 42px;
    font-size: 1.4rem;
  }
}

@media all and (max-width: 740px) {

  .recruitPage .compareList li .balloon,
  .recruitPage .compareList li .balloon01 {
    width: 62%;
  }

  .recruitPage .compareList li {
    width: 82%;
  }
}

@media all and (max-width: 660px) {
  .recruitPage .compareList li {
    width: 90%;
  }

  .recruitPage .compareList li img {
    width: 70px;
  }

  .recruitPage .compareList li .balloon {
    padding: 20px 40px;
    font-size: 1.6rem;
  }

  .recruitPage .compareList li .balloon01 {
    padding: 20px 40px;
    font-size: 1.4rem;
  }

  .recruitPage .compareList li .balloon01 h3 {
    font-size: 1.8rem;
    font-weight: 700;
  }

  .recruitPage .compareList li .balloon01 .Desc {
    font-size: 1.8rem;
  }

  .recruitPage .compareList li .balloon01 .Desc .color {
    font-size: 5.6rem;
  }

  .recruitPage .recruitBox02 .listUl .slick-slide>div {
    width: 190px;
    margin: 0 10px;
  }

  .recruitPage .recruitBox02 .listUl .slick-dots {
    margin-top: 40px;
  }

  .recruitPage .recruitBox02 .listUl li .txtBox {
    bottom: -5px;
  }

  .recruitPage .recruitBox02 .listUl li .jobBox .job {
    font-size: 3.2rem;
    top: 20px;
  }

  .recruitPage .recruitBox02 .listUl li .txtBox .namejp {
    font-size: 1.6rem;
  }

  .recruitPage .contactBtan a {
    width: 180px;
    height: 180px;
    margin: 0 5% -20px auto;
    padding: 24px;
    font-size: 1.8rem;
  }

  .recruitPage .contactBtan a:hover {
    height: 180px;
    margin-bottom: 40px;
    padding: 20px;
    font-size: 2rem;
  }
}

@media all and (max-width: 590px) {
  .recruitPage .linkList01 p {
    margin-bottom: 60px;
  }

  .recruitPage .compareList li {
    width: 100%;
  }

  .recruitPage .voiceBox .pho .infoPho img {
    aspect-ratio: 3 / 2;
  }

  .contBox_r .flexBox {
    display: flex;
    margin-bottom: -20px;
  }

  .recruitPage .voiceBox .contBox .contBox_r .balloon::after {
    position: absolute;
    content: "";
    top: 25%;
    left: 100%;
    transform: translateY(-50%);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 30px solid #dbea87;
  }

  .recruitPage .voiceBox .contBox {
    display: block;
  }

  .recruitPage .voiceBox .contBox .contBox_l {
    width: 100%;
  }

  .recruitPage .voiceBox .contBox .contBox_l .faq:nth-child(4) {
    margin-bottom: 30px;
  }

  .recruitPage .voiceBox .contBox .contBox_r {
    width: 100%;
  }

  .recruitPage .voiceBox .pho .txtBox01 {
    padding: 10px;
    width: 80%;
  }

  .recruitPage .voiceBox .pho .txtBox01 .comment {
    font-size: 1.4rem;
  }

  .recruitPage .voiceBox .pho .txtBox {
    padding: 10px;
  }

  .recruitPage .voiceBox .pho .txtBox .name {
    font-size: 1.6rem;
  }

  .recruitPage .voiceBox .pho .txtBox .name::before {
    width: 14px;
    height: 14px;
    top: 6px;
  }

  .recruitPage .voiceBox .pho .txtBox .year {
    display: block;
    font-size: 1.4rem;
  }

  .recruitPage .voiceBox .contBox .contBox_l h3 {
    font-size: 1.6rem;
  }

  .recruitPage .voiceBox .contBox .contBox_r .messageImg img {
    max-height: 300px;
  }

  .recruitPage .voiceBox .contBox .contBox_r .comMore02 a {
    width: 50%;
  }

  .recruitPage .comMore02 a {
    width: inherit;
    max-width: 280px;
  }
}

@media all and (max-width: 540px) {
  .recruitPage .compareList {
    margin-bottom: 60px;
  }

  .recruitPage .compareList li img {
    width: 60px;
    border-radius: 20px;
    border: 4px solid #fff;
  }
}

/* @media all and (max-width: 480px) {
  .recruitPage .benefits01 li {
    width: 90%;
  }
} */

@media all and (max-width: 450px) {

  .recruitPage .compareList li .balloon,
  .recruitPage .compareList li .balloon01 {
    width: 58%;
  }
}

@media all and (max-width: 410px) {

  .recruitPage .compareList li .balloon,
  .recruitPage .compareList li .balloon01 {
    width: 54%;
  }

  .chart-area {
    position: relative;
    width: 100%;
    height: 31vh;
  }
}

@media all and (max-width: 390px) {
  .recruitBox .headLine01 {
    font-size: 2.4rem;
  }

  .recruitPage .linkList01 h3 {
    font-size: 2.4rem;
  }

  .recruitPage .linkList01 h3 {
    margin: 15px 0 12px;
  }

  .recruitPage .faqArea .content {
    padding: 0;
  }

  .faqDl dt {
    padding: 8px 50px 20px 20px;
    margin-bottom: 20px;
  }

  .faqDl dd {
    margin-bottom: 20px;
    margin-top: -45px;
  }

  .recruitPage .voiceBox .pho {
    border-radius: 30px 30px 30px 0;
    margin-bottom: 30px;
  }

  .recruitPage .voiceBox .pho .txtBox {
    width: 190px;
  }

  .recruitPage .voiceBox .pho .txtBox01 {
    background: none;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 10px rgb(139 139 139 / .8);
  }

}

/*------------------------------------------------------------
	application
------------------------------------------------------------*/
.applicationPage .comVisual {
  margin-bottom: 25px;
  color: #fff;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* flex-direction: column; */
  background: url("img/application/application_kv.jpg") no-repeat center center;
  background-size: cover;
  padding: 0 20px;
}

/* .applicationPage .pageTitle {
    background-image: url("img/philosophy/main_img.jpg");
} */
.applicationPage .bgWrap {
  /* padding-bottom: 120px;
    background: url("img/philosophy/bg01.png") no-repeat 55px 30px/160px auto, url("img/philosophy/bg02.png") no-repeat right 12px top 68px/174px auto; */
}

.applicationPage .comVisualInner_l img {
  visibility: hidden;
}

.applicationPage .comVisualInner_r p {
  visibility: hidden;
}

.applicationPage .linkList a {
  visibility: hidden;
}

.applicationPage .linkList a {
  margin: -17px auto 25px;
  width: 90%;
  position: relative;
  z-index: 10;
  display: block;
  box-sizing: border-box;
  padding-left: 18px;
}

.applicationPage .linkList a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 30%;
  left: 0;
  background: #DBF227;
  border-radius: 50%;
}

.applicationBox {
  position: relative;
  padding: 90px 0 90px;
}

.applicationBox .inner {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
}

.applicationBox .headLine01 {
  margin-bottom: 20px;
  font-size: 7.2rem;
  font-family: "all-round-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.applicationBox .headLine01 .jp {
  color: #8FC31F;
  font-size: 1.6rem;
  display: block;
}

.comBg04 .headLine01 .jp {
  color: #fff;
  font-size: 1.6rem;
  display: block;
}

.applicationBox .textBox {
  padding: 60px 0 60px;
  background: #fff;
  border-radius: 50px;
  width: 90%;
}

.applicationBox .textBox .comTable01 {
  width: 90%;
}

/* 募集職種 */
.applicationBox .linkList01 {
  margin: 50px auto 0;
  justify-content: center;
  max-width: 980px;
}

/* 募集職種 切り替えbtn */
.applicationBox .linkList01 .active {
  margin-right: 1.8%;
  width: 22.5%;
  display: inline-block;
  background: #F0F9C1;
  border-radius: 60px 60px 0 0;
}

.applicationBox .linkList01 .inactive {
  margin-right: 1.8%;
  width: 22.5%;
  display: inline-block;
  background: #F6F6F6;
  color: #D9D9D9;
  border-radius: 60px 60px 0 0;
}

.applicationBox .linkList01 .inactive a {
  color: #D9D9D9;
}

.applicationBox .linkList01 li:nth-child(4n) {
  margin-right: 0;
}

.applicationBox .linkList01 li a {
  padding: 10px 10px 6px 0px;
  height: 88px;
  position: relative;
  letter-spacing: 0.06em;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.applicationBox .linkList01 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: "";
}

.applicationBox .textBox01 {
  padding: 60px 30px 60px;
  background: linear-gradient(#F0F9C1 0%, #fefef9 50%, #F0F9C1 130%);
  border-radius: 20px 20px 50px 50px;
  /* margin-bottom: 90px; */
}

.applicationBox .textBox01 .topbox {
  display: flex;
  justify-content: space-between;
}

/* 募集職種 左ボックス */
.applicationBox .textBox01 .topbox .topbox_l {
  width: 48%;
}

.applicationBox .textBox01 .topbox .topbox_l .jobname {
  font-size: 3.2rem;
  margin-bottom: 20px;
}

.applicationBox .textBox01 .topbox .topbox_l p {
  margin-bottom: 60px;
}

.applicationBox .textBox01 .topbox .topbox_l h4 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.applicationBox .textBox01 .topbox .topbox_l .workList {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 30px;
  margin-bottom: 60px;
}

.applicationBox .textBox01 .topbox .topbox_l .workList li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}

.applicationBox .textBox01 .topbox .topbox_l .workList li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 7px;
  left: 0;
  background: #8FC31F;
  border-radius: 50%;
}

.applicationBox .textBox01 .topbox .topbox_l .pointList .color {
  color: #8FC31F;
  font-weight: 600;
  display: block;
}

.applicationBox .textBox01 .topbox .topbox_l .pointList .inList {
  position: relative;
  padding-left: 22px;
  display: block;
}

.applicationBox .textBox01 .topbox .topbox_l .pointList .inList::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 7px;
  left: 0;
  background: #AAAAAA;
  border-radius: 50%;
}

.applicationBox .textBox01 .topbox .topbox_l .pointList {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 30px;
  margin-bottom: 60px;
}

/* 募集職種 右ボックス */
.applicationBox .textBox01 .topbox .topbox_r {
  width: 48%;
}

.applicationBox .textBox01 .topbox .topbox_r h4 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

/* スケジュール */
.applicationBox .textBox01 .topbox .topbox_r .schedule {
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 60px;
}

.applicationBox .textBox01 .topbox .topbox_r .schedule .comTable01 {
  width: initial;
}

.applicationBox .textBox01 .topbox .topbox_r .schedule .comTable01 th {
  width: 18%;
}

.applicationBox .textBox01 .topbox .topbox_r .schedule .comTable01 td {
  font-size: 1.4rem;
}

.applicationBox .textBox01 .topbox .topbox_r .schedule .comTable01 td span {
  font-size: 1.6rem;
  font-weight: 600;
}

.applicationBox .textBox01 .topbox .topbox_r .schedule .comTable01 th,
.applicationBox .textBox01 .topbox .topbox_r .schedule .comTable01 td {
  padding: 10px 10px 10px 0;
  border-bottom: none;
}

/* 採用FLOW */
.applicationBox .textBox01 .topbox .topbox_r .flow {
  padding: 0px 20px 0;
  margin-bottom: ;
}

.applicationBox .textBox01 .topbox .topbox_r .flow .timeline {
  display: flex;
  justify-content: space-between;
}

.applicationBox .textBox01 .topbox .topbox_r .flow .timeline li {
  width: 24%;
}

.applicationBox .textBox01 .topbox .topbox_r .flow .timeline li .timeline-ttl {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 60px;
  position: relative;
}

.applicationBox .textBox01 .topbox .topbox_r .flow .timeline li .timeline-ttl::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 100%;
  left: 42%;
  background: #000;
  border-radius: 50%;
}

.applicationBox .textBox01 .topbox .topbox_r .flow .timeline li .timeline-ttl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 100%;
  left: 50%;
  margin-top: 9px;
  background: #D9D9D9;
}

.applicationBox .textBox01 .topbox .topbox_r .flow .timeline li:last-child .timeline-ttl::before {
  display: none;
}

.applicationBox .textBox01 .topbox .topbox_r .flow .timeline li .timeline-txt {
  font-size: 1.4rem;
  font-weight: normal;
}

/* こんな方は大歓迎 */
.applicationBox .textBox01 .underbox h4 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.applicationBox .textBox01 .underbox .skillbox {
  display: flex;
  justify-content: space-between;
}

.applicationBox .textBox01 .underbox .skillbox li {
  width: 20%;
  padding: 30px 20px;
  margin: 10px;
  background: #fff;
  border-radius: 20px;
}

.applicationBox .textBox01 .underbox .skillbox img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 30px;
}

.applicationBox .textBox01 .underbox .skillbox p {
  font-size: 1.6rem;
  font-weight: 600;
  color: #8B8B8B;
  text-align: center;
}


/* 福利厚生 */
.applicationBox .linkList02 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.applicationBox .linkList02 li {
  width: 30%;
  text-align: center;
}

.applicationBox .linkList02 li figure {
  margin: 20px;
}

.applicationBox .linkList02 li .img {
  position: relative;
}

.applicationBox .linkList02 li .txtbox {
  position: absolute;
  left: 0;
  bottom: 34%;
  padding: 0 40px 0;
  color: #fff;
  text-shadow: 0 0 6px rgb(139 139 139 / .9);
}

.applicationBox .linkList02 li .txtbox h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.applicationBox .linkList02 li .txtbox p {
  font-size: 1.5rem;
}

.applicationBox .linkList02 li:nth-child(odd) {
  animation-delay: 0.8s;
}

.applicationBox .linkList02 li:nth-child(even) {
  animation-delay: 0.9s;
}

/* fuwafuwaアニメーション */
@keyframes fuwafuwa {

  /* 0% , 100%{
        transform: rotate(3deg);
    }
    50%{
        transform: rotate(-3deg);
    } */
  0% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }

  10% {
    transform: scale(1.0, 1.0) translate(1%, 0%) skew(-1deg, 0deg);
  }

  60% {
    transform: scale(1.0, 1.0) translate(2%, 0%) skew(-2deg, 0deg);
  }

  70% {
    transform: scale(1.0, 1.0) translate(-1%, 0%) skew(1deg, 0deg);
  }

  80% {
    transform: scale(1.0, 1.0) translate(1%, 0%) skew(-1deg, 0deg);
  }

  80% {
    transform: scale(1.0, 1.0) translate(1%, 0%) skew(-1deg, 0deg);
  }

  90% {
    transform: scale(1.0, 1.0) translate(-1%, 0%) skew(1deg, 0deg);
  }

  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}

/* このクラスをつけるとfuwafuwaを無限に繰り返します */
.anime-fuwafuwa {
  animation: 3s fuwafuwa infinite;
}


/* 入社後の流れ */
.applicationPage .oneFlow {
  padding: 0;
  background: #fff;
}

.applicationPage .listBox {
  position: relative;
  margin-top: -79px;
}

.applicationPage .listBox:before {
  position: absolute;
  left: 50%;
  top: 68px;
  bottom: 0px;
  width: 2px;
  background: #D9D9D9;
  content: "";
}

.applicationPage .listBox .timeBox {
  clear: both;
  width: 50%;
  margin-bottom: -100px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.applicationPage .listBox .timeBox::before {
  content: "";
  width: 145px;
  display: block;
  border-bottom: 2px dotted #D9D9D9;
}

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

.applicationPage .listBox .timeBox .txtInner {
  width: 73.4%;
  position: relative;
  padding: 0 0 30px;
  /* background: #fff; */
  box-sizing: border-box;
  /* border: solid 1px #f3f3f3; */
  border-radius: 40px;
  box-shadow: 0 6px 10px rgb(139 139 139 / .1);
}

.applicationPage .listBox .timeBox:nth-child(1) .txtInner {
  background: linear-gradient(#F0F9C1 0%, #fff 70%);
}

.applicationPage .listBox .timeBox:nth-child(2) .txtInner {
  background: linear-gradient(#CFE265 0%, #F0F9C1 70%);
}

.applicationPage .listBox .timeBox:nth-child(3) .txtInner {
  background: linear-gradient(#B0CF00 0%, #F0F9C1 70%);
}

.applicationPage .listBox .timeBox:nth-child(4) .txtInner {
  background: linear-gradient(#8FC31F 0%, #F0F9C1 70%);
}

.applicationPage .listBox .timeBox .txtInner:before {
  /* margin-top: -10px; */
  position: absolute;
  right: -160px;
  top: 45%;
  width: 30px;
  height: 30px;
  background: #000;
  content: "";
  /* border: 3px solid #fff; */
  border-radius: 50%;
  box-sizing: border-box;
}

.applicationPage .listBox .timeBox .txtInner .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.applicationPage .listBox .timeBox .txtInner .top .top_l {
  width: 37%;
  padding: 30px 0 0 30px;
}

.applicationPage .listBox .timeBox .txtInner .top .top_r {
  width: 55%;
}

.applicationPage .listBox .timeBox .txtInner .top .top_r img {
  width: 100%;
  height: 166px;
  object-fit: cover;
  border-radius: 20px 20px 20px 80px;
}

.applicationPage .listBox .timeBox .txtInner .month {
  margin-bottom: 6px;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  font-family: "all-round-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.applicationPage .listBox .timeBox .txtInner .ttl {
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
}

.applicationPage .listBox .timeBox .txtInner .txt {
  letter-spacing: 0.06em;
  line-height: 1.9;
  position: relative;
  padding: 0 30px 0;
}

.applicationPage .listBox .timeBox .txtInner .txt .tel {
  width: 100%;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-align: center;
}

.applicationPage .listBox .timeBox .txtInner .txt .contact {
  color: #0a0a0a;
  margin-bottom: 10px;
  background: #fff;
  border: 2px solid #0a0a0a;
  /* display: inline-block; */
  display: block;
  max-width: 260px;
  text-align: center;
  font-size: 1.4rem;
  padding: 4px 8px;
  margin-bottom: -20px;
  transition: 0.3s;
}

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

.applicationPage .listBox .timeBox01 .txtInner:before {
  right: auto;
  left: -160px;
}

.applicationPage .comMore02 a {
  width: 44%;
  position: relative;
  display: flex;
  height: 77px;
  color: #fff;
  justify-content: center;
  padding-left: 40px;
  align-items: center;
  letter-spacing: 0.08em;
  border-radius: 80px;
  overflow: hidden;
  border: 1px solid #000;
  background: #000;
  font-size: 3.2rem;
  font-family: "all-round-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 auto;
}

.applicationPage .comMore02 a .small {
  font-size: 1.6rem;
  margin-left: 10px;
}

@media all and (max-width: 1080px) {
  .applicationBox .textBox01 .topbox .topbox_r .flow .timeline li .timeline-ttl {
    font-size: 1.8rem;
  }

  .applicationBox .textBox01 .topbox .topbox_r .flow .timeline li .timeline-ttl::after {
    width: 14px;
    height: 14px;
    top: 108%;
  }

  .applicationBox .linkList02 li .txtbox h3 {
    font-size: 1.8rem;
    margin-bottom: 6px;
  }

  .applicationBox .linkList02 li figure {
    margin: 10px;
  }

  .applicationBox .linkList02 li .txtbox {
    bottom: 30%;
  }

  .applicationBox .linkList02 li .txtbox p {
    font-size: 1.4rem;
  }

  .applicationPage .listBox .timeBox .txtInner .ttl {
    font-size: 2.4rem;
  }
}

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

  .applicationBox {
    position: relative;
    padding: 60px 0 60px;
  }

  .applicationBox .small-w {
    padding: 0 10px;
  }

  .applicationBox .headLine01 {
    font-size: 4rem;
    margin-bottom: 14px;
  }

  .applicationBox .linkList01 .active,
  .applicationBox .linkList01 .inactive {
    border-radius: 40px 40px 0 0;
  }

  .applicationBox .linkList01 li a {
    height: 56px;
    font-size: 1.3rem;
  }

  .applicationBox .textBox01 {
    padding: 30px 24px 30px;
  }

  .applicationBox .textBox01 .topbox {
    display: block;
  }

  .applicationBox .textBox01 .topbox .topbox_l {
    width: 100%;
  }

  .applicationBox .textBox01 .topbox .topbox_l .jobname {
    font-size: 2.4rem;
    margin-bottom: 14px;
  }

  .applicationBox .textBox01 .topbox .topbox_l h4 {
    font-size: 1.8rem;
    margin-bottom: 14px;
  }

  .applicationBox .textBox01 .topbox .topbox_r {
    width: 100%;
  }

  .applicationBox .textBox01 .topbox .topbox_r .schedule .comTable01 th,
  .applicationBox .textBox01 .topbox .topbox_r .schedule .comTable01 td {
    padding: 0 10px 6px 0;
    border-bottom: none;
  }

  .applicationBox .textBox01 .topbox .topbox_r h4 {
    font-size: 1.8rem;
  }

  .applicationBox .textBox01 .topbox .topbox_r .flow {
    margin-bottom: 60px;
  }

  .applicationBox .textBox01 .underbox h4 {
    font-size: 1.8rem;
    margin-bottom: 14px;
  }

  .applicationBox .textBox01 .underbox .skillbox img {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
  }

  .applicationBox .linkList02 li {
    width: 46%;
    text-align: center;
  }

  .applicationPage .oneFlow {
    padding: 34px 0 70px;
  }

  .applicationPage .listBox {
    margin-top: initial;
  }

  .applicationPage .listBox:before {
    position: absolute;
    left: 55px;
    top: 0px;
    bottom: 64px;
    width: 2px;
  }

  .applicationPage .listBox .timeBox {
    margin: 0 0 20px 58px;
    clear: both;
    width: auto;
    flex-direction: row;
  }

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

  .applicationPage .listBox .timeBox .txtInner {
    width: 100%;
    padding: 0 0 15px 24px;
    border-radius: 30px;
  }

  .applicationPage .listBox .timeBox .txtInner:before {
    position: absolute;
    right: auto;
    left: -55px;
    top: 46.5%;
    width: 18px;
    height: 18px;
    content: "";
  }

  .applicationPage .listBox .timeBox .txtInner .month {
    font-size: 1.6rem;
  }

  .applicationPage .listBox .timeBox .txtInner .ttl {
    margin-bottom: 5px;
    font-size: 2.4rem;
  }

  .applicationPage .listBox .timeBox .txtInner .txt {
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: justify;
  }

  .applicationPage .listBox .timeBox .txtInner .txt .contact {
    margin-bottom: -4px;
  }

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

  .applicationPage .listBox .timeBox01:nth-child(7) {
    margin-bottom: 80px;
    /*要調整*/
  }

  .applicationPage .listBox .timeBox01 .txtInner:before {
    right: auto;
  }

  .applicationPage .listBox .timeBox::before {
    width: 47px;
  }
}

@media all and (max-width: 740px) {
  .applicationBox .linkList01 li a:after {
    display: none;
  }

  .applicationBox .linkList02 {
    display: block;
  }

  .applicationBox .linkList02 li {
    width: 70%;
    margin: 0 auto;
  }

  .applicationBox .linkList02 li .txtbox {
    bottom: 40%;
  }

  .applicationBox .textBox01 .underbox .skillbox li {
    padding: 20px 10px;
    margin: 6px;
  }
}

@media all and (max-width: 640px) {
  .applicationBox .linkList01 {
    margin: 10px auto -6px;
  }

  .applicationBox .linkList01 li a {
    height: 66px;
  }

  .applicationBox .textBox {
    padding: 30px 20px 30px;
    background: #fff;
    border-radius: 50px;
  }

  .comTable01 {
    width: 100%;
  }

  .applicationPage .listBox .timeBox .txtInner .top {
    margin-bottom: 20px;
  }

  .applicationPage .listBox .timeBox .txtInner .txt {
    padding: 0 30px 0 10px;
  }

  .applicationPage .listBox .timeBox {
    margin: 0px 0 40px 20px;
  }

  .applicationPage .listBox:before {
    left: 16px;
    width: 2px;
  }
}

@media (max-width: 590px) {
  .applicationPage .comMore02 a {
    width: inherit;
    max-width: 280px;
  }
}

@media all and (max-width: 540px) {

  .applicationBox .linkList01 .active,
  .applicationBox .linkList01 .inactive {
    border-radius: 30px 30px 0 0;
  }

  .applicationBox .linkList01 li a {
    padding: 6px 1px 6px 1px;
  }

  .applicationBox .linkList01 li a {
    font-size: 1.1rem;
  }

  .applicationBox .textBox01 {
    padding: 30px 20px 30px;
  }

  .applicationBox .textBox01 .topbox .topbox_r .flow {
    padding: 0;
  }

  .applicationBox .linkList02 li {
    width: 86%;
  }

  .applicationBox .linkList02 li .txtbox {
    bottom: 34%;
  }

  .applicationBox .textBox01 .underbox .skillbox {
    flex-flow: row wrap;
  }

  .applicationBox .textBox01 .underbox .skillbox li {
    width: 42%;
  }

  .applicationPage .listBox .timeBox .txtInner .top .top_l {
    padding: 30px 0 0 0px;
  }

  .applicationBox .textBox01 .underbox .skillbox li {
    width: 16%;
  }

  .applicationBox .linkList02 li .txtbox p {
    font-size: 1.3rem;
  }
}

@media all and (max-width: 480px) {
  .applicationBox .textBox01 .underbox .skillbox li {
    width: 41.3%;
  }
}

@media all and (max-width: 450px) {
  .applicationPage .listBox .timeBox .txtInner .top .top_l {
    padding: 0;
    margin: 30px 0 0 30px;
    display: block;
    color: #fff;
    text-shadow: 0 0 6px rgb(139 139 139 / 1);
  }

  .applicationPage .listBox .timeBox .txtInner .ttl {
    font-size: 1.8rem;
  }

  .applicationPage .listBox .timeBox .txtInner .top {
    display: block;
  }

  .applicationPage .listBox .timeBox .txtInner {
    width: 100%;
    padding: 0 0 15px 0px;
  }

  .applicationPage .listBox .timeBox .txtInner .top .top_r {
    width: 100%;
    display: block;
    margin-top: -112px;
  }

  .applicationPage .listBox .timeBox:nth-child(4) .top .top_r {
    margin-top: -139px;
  }

  .applicationPage .listBox .timeBox .txtInner .txt {
    padding: 0 30px 0px 30px;
  }

  .applicationBox .textBox01 .underbox .skillbox li {
    width: 41.7%;
  }
}

@media all and (max-width: 430px) {
  .applicationBox .textBox01 .underbox .skillbox li {
    width: 41.2%;
  }

  .applicationBox .linkList02 li .txtbox {
    bottom: 24%;
  }
}

@media all and (max-width: 423px) {
  .applicationBox .textBox01 .underbox .skillbox li {
    width: 40.3%;
  }

  .applicationBox .linkBox .content {
    padding: 0;
  }
}

@media (min-width: 391px) {
  .spbr {
    display: none;
  }
}

@media (max-width: 390px) {
  .spbr {
    display: block;
  }

  .applicationBox .textBox01 .underbox .skillbox li {
    width: 39%;
  }

  .applicationBox .linkBox .content {
    padding: 0;
  }

  .applicationBox .linkList02 li figure {
    margin: 10px 0 30px;
  }

  .applicationBox .linkList02 li .txtbox {
    bottom: 27%;
  }
}

/*------------------------------------------------------------
	newsPage
------------------------------------------------------------*/
.newsPage .comVisual {
  margin-bottom: 25px;
  color: #fff;
  height: 350px;
  background: url("img/common/com_kv.jpg") no-repeat center center;
  background-size: cover;
}

.newsPage .infoSec {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.newsPage .infoSec .innerBox {
  width: 32%;
  margin-bottom: 150px;
}

.newsPage .infoSec .innerBox .photoBox {
  margin-bottom: 30px;
}

.newsPage .infoSec .innerBox .photoBox img {
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.newsPage .infoSec .innerBox h3 {
  font-size: 2.4rem;
}

.newsPage .infoSec .innerBox .date {
  color: #777;
}

.detailBox {
  margin: -54px auto -25px;
  max-width: 920px;
}

.detailBox p {
  letter-spacing: 0.06em;
}

.detailBox .date {
  margin-bottom: 0;
  letter-spacing: 0.06em;
}

.detailBox .date .txtSpan {
  display: inline-block;
  text-align: center;
  padding: 2px 12px 4px;
  box-sizing: border-box;
  color: white;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  vertical-align: 2px;
  border-radius: 7px;
  margin: 2px 5px 2px 20px;
  background-color: #D84545;
}

.detailBox h3 {
  margin-bottom: 46px;
  padding-bottom: 17px;
  font-size: 3rem;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #D1CFCF;
}

.detailBox .detailPhoto {
  margin-bottom: 40px;
}

.pageNavi {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}

.pageNavi li {
  margin: 0 20px;
}

.pageNavi li a:hover {
  opacity: 0.7;
}

@media all and (max-width: 896px) {
  .newsPage {
    margin-bottom: 0;
    overflow: hidden;
  }

  .newsPage .comVisual {
    height: 180px;
  }

  .newsPage .infoSec .innerBox {
    margin-bottom: 50px;
  }

  .newsPage .infoSec .innerBox h3 {
    font-size: 1.8rem;
  }

  .detailBox {
    padding: 22px 0 30px;
    margin: -30px 24px -60px;
  }

  .detailBox .date {
    margin-bottom: 11px;
    font-size: 1.6rem;
  }

  .detailBox .date .txtSpan {
    margin-left: 15px;
  }

  .detailBox h3 {
    line-height: 1.71;
    font-size: 2.4rem;
  }

  .detailBox .detailPhoto {
    margin-bottom: 30px;
  }

  .pageNavi {
    padding-bottom: 55px;
  }
}

@media all and (max-width: 639px) {
  .newsPage .infoSec {
    flex-direction: column;
  }

  .newsPage .infoSec .innerBox {
    width: initial;
  }
}







/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contactPage .comVisual {
  margin-bottom: 25px;
  color: #fff;
  height: 350px;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  background: url("img/common/com_kv.jpg") no-repeat center center;
  background-size: cover;
}

.contactPage .comVisual .headLine05 {
  /* font-size: 15rem; */
  letter-spacing: 0.06em;
  font-family: var(--font-ttl);
  font-weight: 500;
  text-shadow: 0 0 6px rgb(139 139 139 / .9);
}

.contactPage .comVisualInner {
  display: flex;
  justify-content: space-between;
  max-width: 1340px;
  margin: 0 auto 30px;
}

.contactPage .comVisualInner_l {
  margin: 0 auto;
}

.contactPage .comVisualInner_l img {
  /* visibility: hidden; */
}

.contactPage .comVisualInner_r {
  width: 74%;
}

.contactPage .comVisualInner_r p {
  margin-top: 100px;
  margin-bottom: 60px;
  font-size: 3.2rem;
  text-shadow: 0 0 6px rgb(139 139 139 / 1), 0 0 6px rgb(139 139 139 / 1);
}

.contactPage .Inner_link {
  display: flex;
  justify-content: space-between;
  max-width: 1340px;
  margin: 0 auto;
}

.contactPage .Inner_link .link01 {
  width: 46%;
}

.contactPage .Inner_link .link01 a {
  display: flex;
  background: rgb(255 255 255 / .8);
  padding: 20px;
  border-radius: 40px;
  position: relative;
}

.contactPage .Inner_link .link01 a:hover::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 40px;
  opacity: .35;
  transition: .3s;
}

.contactPage .Inner_link .link01 img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 20px;
}

.contactPage .Inner_link .link01 .link01_box {
  margin-left: 20px;
}

.contactPage .Inner_link .link01 .link01_box h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

/* .contactPage .pageTitle {
    background-image: url("img/philosophy/main_img.jpg");
}
.contactPage .bgWrap {
    
} */

.contactPage .linkList a {
  visibility: hidden;
}

.contactPage .linkList a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 30%;
  left: 0;
  background: #DBF227;
  border-radius: 50%;
}

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

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

.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: .3s;
  -webkit-transition: .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: #000;
  border: 1px solid #000;
  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: .3s;
  -webkit-transition: .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: #000;
  }

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

  .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 .comVisual {
    height: 180px;
  }

  .contactPage .comVisualInner_r p {
    margin-top: 120px;
    margin-bottom: 30px;
    font-size: 1.8rem;
  }

  .contactPage .comVisual .headLine05 {
    font-size: 7.2rem;
    text-align: center;
  }

  .contactPage .Inner_link .link01 .link01_box h3 {
    font-size: 1.6rem;
  }

  .contactPage .Inner_link .link01 {
    width: 48%;
  }

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

@media all and (max-width: 740px) {
  .contactPage .Inner_link {
    display: block;
  }

  .contactPage .Inner_link .link01 {
    width: 70%;
    margin: 0 auto 20px;
  }

  .contactPage .Inner_link .link01 a {
    border-radius: 30px;
  }

  .contactPage .Inner_link .link01 img {
    width: 60px;
    height: 60px;
    border-radius: 20px;
  }
}

@media all and (max-width: 640px) {
  .contactPage .Inner_link .link01 {
    width: 100%;
  }

  .contactPage .Inner_link .link01 .link01_box {
    margin-left: 10px;
  }
}

@media all and (max-width: 390px) {
  .contactPage .Inner_link .link01 .link01_box h3 {
    margin-bottom: 6px;
  }

}

/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
.privacy {
  margin-bottom: 240px;
}

/* .privacy .comVisual {
    margin-bottom: 25px;
    color: #fff;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: url("img/privacy/privacy_kv.jpg") no-repeat center center;
    background-size: cover;
    padding: 0 20px;
} */
.privacy #pagePath {
  max-width: 1150px;
  padding: 0 20px;
  margin: 20px auto 16px;
  position: relative;
  /*0312*/
}

.privacy #pagePath li {
  margin-right: 0;
  display: inline;
  letter-spacing: 0.08em;
}

.privacy #pagePath li a {
  padding-right: 24px;
  display: inline-block;
}

.privacy #pagePath li a::after {
  position: absolute;
  display: block;
  content: "";
  height: 14px;
  width: 2px;
  top: 5px;
  /*0312*/
  left: 76px;
  background: #777;
}

.privacy .headLine01 {
  margin-bottom: 20px;
  font-size: 6.4rem;
  font-family: var(--font-ttl);
  font-weight: 500;
}

.privacy .headLine01 .jp {
  color: #000;
  font-size: 1.6rem;
  display: block;
}

.privacy .headLine02 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.privacy .headLine02:before {
  left: 50%;
  transform: translateX(-50%);
}

.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 p a {
  color: #8FC31F;
  border-bottom: 1px solid #8FC31F;
}

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

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

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

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

.privacy .data {
  font-size: 1.4rem;
  display: block;
  text-align: right;
}

.privacy .contact {
  font-size: 1.4rem;
}

.privacy .notice {
  font-size: 1.4rem;
  color: #DE2B2B;
}


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

  .privacy .comVisual {
    margin-bottom: 13px;
    height: 180px;
    background: url("img/common/com_kv.jpg") no-repeat center center;
    background-size: cover;
  }

  .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 .headLine01 {
    font-size: 4rem;
  }

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


/*========= ページネーションCSS ===============*/

.indexPage .pagination {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  font-family: "all-round-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  z-index: 10;
  list-style: none;
}

@media all and (max-width: 390px) {
  .indexPage .pagination {
    top: 30%;
  }
}

.indexPage .pagination a {
  display: block;
  height: 20px;
  margin-bottom: 5px;
  color: #8fc31f;
  position: relative;
  padding: 4px;
}

.indexPage .pagination a.active:after {
  box-shadow: inset 0 0 0 5px;
}

/*現在地表示のテキストの設定*/
.indexPage .pagination a .hover-text {
  position: absolute;
  right: 15px;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding-right: 15px;
}

.indexPage .pagination a:hover .hover-text {
  opacity: 1;
}

.indexPage .pagination a:after {
  -webkit-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid;
  border-radius: 50%;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 3px;
  bottom: 0;
}

/*896px以下は現在地表示のテキストを非表示*/
@media screen and (max-width:896px) {
  .indexPage .pagination a .hover-text {
    display: none;
  }
}

.box {
  /*min-height: 100vh;*/
  /* セクションを常に1画面分に */
  overflow: hidden;
}


a.recruitlink {
  font-size: 48px;
  color: #fff;
}

@media screen and (max-width:896px) {
  a.recruitlink {
    font-size: 32px;
    color: #fff;
  }
}