@charset "utf-8";

body {
	font-family: "Noto Sans JP", sans-serif,游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	color: #333;
	font-weight: 500;
    word-break: break-word;
}

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

.fontA {
	font-family: "Inter", sans-serif;
}

.fontB {
	font-family: "Noto Sans JP", sans-serif;
}

.paddingWr01 {
    padding: 0 15px;
}

/*---btn---*/

.comBtn01 .wp-element-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    position: relative;
    width: 100%;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: bold;
    background: #E2750F;
    color: #fff;
    padding: 9px 61px 9px 9px;
    border: 1px solid #fff;
    border-radius: 35px;
}

.comBtn01 .wp-element-button:after {
    background: url(../../../../uploads/2024/05/com_arrow_icon.svg) no-repeat;
    content: "";
    width: 52px;
    height: 52px;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 9px;
    bottom: 0;
    margin: auto;
}

.comBtn01 .wp-element-button:hover {
    color: #fff;
    background-color: #f58d2c;
}

.comBtn01 {
    max-width: 371px;
    width: 100%;
}

/*---text---*/

.text01 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2.222em;
}

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

.titDeco01:after {
    content: "";
    width: 50px;
    height: 3px;
    background: #E2750F;
    margin: 5px auto 0;
    display: block;
}

.tit01 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.275em;
}

.tit02 {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

.titDeco02 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.titDeco02:before {
    background: url(../../../../uploads/2024/05/top_tit_deco_left.svg) no-repeat;
    content: "";
    width: 35px;
    height: 63px;
    background-size: 100%;
    display: block;
    margin-right: 33px;
}

.titDeco02:after {
    background: url(../../../../uploads/2024/05/top_tit_deco_right.svg) no-repeat;
    content: "";
    width: 35px;
    height: 63px;
    background-size: 100%;
    display: block;
    margin-left: 33px;
}

.tit03 {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.942em;
}

.tit03 strong {
    font-size: 50px;
    color: #E2750F;
}


/*--カラー---*/

.colorBg01 {
    background-color: #FFF9E5;
}

.color01 {
    color: #E2750F;
}


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

.hNavLinkWr {
    max-width: 1220px;
    width: 100%;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hNavLink {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

.hNavLink:hover {
    opacity: .7;
}

.header {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
}

.headerPc {
    padding: 36px 5.21% 37px;
}

header {
    height: 100px;
    position: relative;
}

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

.spHeader {
	display: none;
}

.spNavBtn {
	display: none;
}

.spNavBlock {
    display: none;
}

.hScrollBtn {
    position: fixed;
    bottom: 40px;
    right: 0;
    z-index: 99;
    max-width: 80px;
    width: 100%;
    margin: auto;
    display: block;
}

.hScrollBtn>a:hover {
    opacity: 0.8;
}

.hScrollBtn {
    z-index: 10;
    opacity: 1;
    transition: all .5s;
}

.hScrollBtn.is-hidden {
    visibility: hidden;
    transition: all .5s;
    opacity: 0;
}

/*---フッター----*/

footer {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.fBox01 {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}

.fBox02 {
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
}

.fBoxWr01 {
    padding: 71px 15px 0;
}

.fBoxWr02 {
    width: 100%;
    padding: 57px 15px 40px;
}

.fLogo {
    max-width: 194.04px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.fNavWr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 40px 0 0;
}

.fNav {
    font-size: 18px;
    letter-spacing: 0.05em;
}

.fNav:hover {
    opacity: .7;
}

.fBalloon {
	position: relative;
	max-width: 470px;
	width: 100%;
	padding: 8px;
	background-color: #fff;
	text-align: center;
	color: #E2750F;
	border: 1px dashed #E2750F;
	border-left: none;
	border-right: none;
	margin: 0 auto;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}

.fBalloon::before {
	content: '';
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: 0 auto;
	border-top: 1px dashed #E2750F;
	border-right: 1px dashed #E2750F;
	background-color: #fff;
	transform: rotate(-225deg);
}

.fSnsLinkSetBox {
    max-width: 222.64px;
    width: 100%;
    margin: 33px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fSnsBtn02,.fSnsBtn03,.fSnsBtn04 {
    max-width: 30px;
    width: 100%;
    display: block;
}

.fSnsBtn01 {
    max-width: 30.03px;
    width: 100%;
    display: block;
}

.fSnsBtn05 {
    max-width: 42.61px;
    width: 100%;
    display: block;
}

.fSnsBtn:hover {
    opacity: .7;
}

.copyright {
    font-size: 14px;
    background-color: #E2750F;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 20px 15px 19px;
    line-height: 1.5em;
}

/*-----------------------------------------------------------
下層ページ
-----------------------------------------------------------*/

/* カバー */

.incoverTit:after {
    content: "";
    width: 50px;
    height: 3px;
    background: #fff;
    margin: 5px auto 0;
    display: block;
}

.incover {
    max-width: 1920px;
    width: 100%;
    height: 330px;
    margin: auto;
    position: relative;
}

.incover:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    background: rgb(4 0 0 / 50%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.incover figure {
    width: 100%;
    height: 100%;
}

.incover figure > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.incoverBox {
    max-width: 1550px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
}

.incoverTit {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.44em;
    text-align: center;
    color: #fff;
}

/* レイアウト */

.inWrap01 {
    padding: 120px 0 240px;
    background: #fff;
}

.inWrap02 {
    padding: 120px 0;
    background: #fff;
}

.inWrapRounded01 {
    border-radius: 125px 125px 0 0;
    margin: -120px auto 0;
    position: relative;
}

.inWrapBg01 {
    background: #FFF9E5;
}

.inner {
    max-width: 1250px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

/* テキスト */

.leadTxt {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.9em;
    text-align: center;
}

.leadTxt > strong {
    font-size: 35px;
    letter-spacing: 0.05em;
    color: #E2750F;
}

/*---ECナビ-----*/

.ecNav {
	margin: 10px auto 0;
	padding: 0 15px;
	max-width: 1220px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.ecNavItem:not(:last-of-type) {
	margin: 0 15px 0 0;
}

.ecNavBtn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px 6px;
	border: 1px solid #E2750F;
	border-radius: 2px;
	background: #E2750F;
	font-size: 14px;
	color: #fff;
}

.ecNavBtn > i {
	margin: 0 0.5em 0 0;
}

.ecNavBtn:hover {
	color: #FFF;
	opacity: .7;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


.fNav {
    font-size: 16px;
}

.hNavLink {
    font-size: 16px;
}

.headerPc {
    padding: 26px 15px 27px;
}

header {
    height: 74px;
}

.text01 {
    font-size: 16px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.tit03 {
    font-size: 25px;
}

.tit03 strong {
    font-size: 40px;
}

.titDeco02:before {
    width: 30px;
    height: 50px;
    margin-right: 20px;
}

.titDeco02:after {
    width: 30px;
    height: 50px;
    margin-left: 20px;
}

.tit01 {
    font-size: 30px;
}

.tit02 {
    font-size: 30px;
}

.hScrollBtn {
    max-width: 50px;
}

/*-----------------------------------------------------------
下層ページ
-----------------------------------------------------------*/

/* カバー */

.incover {
    height: 280px;
}

.incoverTit {
    font-size: 46px;
}

/* テキスト */

.leadTxt {
    font-size: 18px;
}

.leadTxt > strong {
    font-size: 28px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.fNav {
    font-size: 13px;
}

.hNavLink {
    font-size: 12px;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


.fNavWr {
    display: none;
}

.fLogo {
    max-width: 150.04px;
}

.fBoxWr01 {
    padding: 41px 15px 0;
}

.fBoxWr02 {
    padding: 37px 15px 30px;
}

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

.headerPc {
    display: none;
}

.hRecruitLinkFloat {
    display: none;
}

/* spヘッダー */

.spHeader {
	/* padding: 10px 10px; */
	/* position: absolute; */
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: #FFF;
	z-index: 998;
}

.hLogo {
	margin: auto;
	text-align: center;
	max-width: 150px;
}

.spNav {
    max-width: calc(100% - 70px);
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.spNavArea {
    width: 100%;
    height: 100%;
    display: flex;
    background: #ffe2e2;
}

.spNavBlock {
	max-width: 100%;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: 1px solid #FFF;
	z-index: 999;
}

.spNavConte-l {
	width: 33.33%;
	border-right: 1px solid #FFF;
}

.spNavLink {
    padding: 5px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spLineImg {
	margin: 0 0 10px;
}

.spNavLinkIconBx {
	width: 100%;
	height: 30px;
	position: relative;
}

.spNavLinkIconBx > * {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spFa {
    font-size: 23px;
    color: #7e93ff;
}

.spFa.spFa-pageTop {
	font-size: 40px;
}

.spNavBtnBar {
    max-width: 36px;
    height: 26px;
    width: 100%;
    position: relative;
}

.spNavBtnTxt {
    margin: 5px auto 0;
    font-size: 12px;
    color: #FFF;
}

.spNavLinkTxt {
    /* margin: 5px auto 0; */
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #FFF;
}

.spNavBtn {
    padding: 10px 5px 5px;
    width: 63px;
    height: 63px;
    position: fixed;
    right: 7px;
    top: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #E2750F;
    z-index: 999;
    /* border-left: 1px solid #FFF; */
    /* border-top: 1px solid #FFF; */
}

.spNavBtnBarItem {
    width: 100%;
    height: 3px;
    background: #FFF;
    border-radius: 3px;
    position: absolute;
    left: 0;
    transition: ease .5s;
}

.spNavBtnBarItem:nth-of-type(1) {
    top: 0;
}

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

.spNavBtnBarItem:nth-of-type(3) {
    bottom: 0;
}

.open .spNavBtnBarItem {
    transition: ease .5s;
}

.open .spNavBtnBarItem:nth-of-type(1) {
    transform: translateY(13px) rotate(-45deg);
}

.open .spNavBtnBarItem:nth-of-type(2) {
    opacity: 0;
}

.open .spNavBtnBarItem:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
}

.spMenu {
    margin: auto;
    padding: 0 15px;
    max-width: 1920px;
    width: 100%;
    position: fixed;
    bottom: 0;
    right: -100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999999;
    transition: ease .5s;
}

.spMenu.open {
    right: 0;
}

.spMenuArea {
    width: 100%;
    height: 100%;
}

.spMenuConte {
    padding: 110px 0 50px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
}

.spMenuConte::-webkit-scrollbar {
    display:none;
}

.spMenuLink {
    padding: 15px 0;
    text-align: center;
    display: block;
    color: #FFF;
    border-bottom: 1px solid #CCC;
    font-size: 14px;
}

.spMenuLink:hover {
    color: #FFF;
    background: #acacac;
}

.spNavBlock {
	display: flex;
	height: 60px;
	background: rgb(226,117,15);
	background: linear-gradient(90deg, rgba(226,117,15,1) 0%, rgba(255,198,0,1) 100%);
}

.spNavLink:not(:last-of-type) {
	border-right: 1px solid #FFF;
}

.spMenuLink > a {
	padding: 15px 0;
	width: 100%;
	display: inline-block;
	color: #FFF;
	font-size: 14px;
	letter-spacing: 0.05em;
}

.spHeader {
	display: block;
}

.spNavBtn {
	display: flex;
}

.hSpExperienceIcon {
    max-width: 30px;
    width: 100%;
    margin-right: 10px;
}

header {
    height: auto;
}

.text01 {
    font-size: 14px;
}

.comBtn01 .wp-element-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    position: relative;
    width: 100%;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: bold;
    background: #E2750F;
    color: #fff;
    padding: 9px 61px 9px 9px;
    border: 1px solid #fff;
    border-radius: 35px;
}

.comBtn01 .wp-element-button:after {
    width: 40px;
    height: 40px;
}

.comBtn01 .wp-element-button {
    height: 58px;
    font-size: 16px;
}

.comBtn01 {
    max-width: 300px;
}

.tit01 {
    font-size: 30px;
}

.tit02 {
    font-size: 25px;
}

.hScrollBtn {
    display: none;
}

/*-----------------------------------------------------------
下層ページ
-----------------------------------------------------------*/

/* カバー */

.incover {
    height: 200px;
}

.incoverTit {
    font-size: 32px;
}

/* レイアウト */

.inWrap01 {
    padding: 60px 0 120px;
}

.inWrap02 {
    padding: 60px 0;
}

.inWrapRounded01 {
    border-radius: 50px 50px 0 0;
    margin: -60px auto 0;
}

/* テキスト */

.leadTxt {
    font-size: 16px;
    text-align: left;
}

.leadTxt > strong {
    font-size: 24px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 576px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


.tit03 {
    font-size: 18px;
}

.tit03 strong {
    font-size: 30px;
}

.titDeco02:before {
    width: 20px;
    height: 40px;
}

.titDeco02:after {
    width: 20px;
    height: 40px;
}

.tit02 {
    font-size: 20px;
}

.leadTxt > strong {
    font-size: 20px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 576px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



.tit03 {
    font-size: 16px;
}

.tit03 strong {
    font-size: 25px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */





/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */