@charset "utf-8";

html,
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	width: 100%;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: none;
	letter-spacing: 0.02em;
	color: #505050;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 500;
	scroll-behavior: smooth;
	background-size: cover;
	background-repeat: repeat-y;
	background-color: rgba(255, 255, 255, 0.5);
	background-blend-mode: lighten;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #346596;
	transition: 0.3s;
}

/* すべての要素で余白を含めてサイズ計算するように変更 */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* リセット・共通タグ */
dd {
	margin: 0;
}

nav {
	box-sizing: border-box;
	background-repeat: no-repeat;
}

img {
	border: none;
	vertical-align: middle;
}

.test-common-line{
	position:fixed;
	height:1.5em;
	background: rgba(0, 0, 0, 0.4);
	width:100%;
	display: block;
	top: 0;
	z-index: 1000;
	text-align: center;
	color: #fff;
}

/* ユーティリティクラス */
.txt-b {
	font-size: 120% !important;
}

.txt-s {
	font-size: 80% !important;
	line-height: 1.4 !important;
}

.txt-12 {
	font-size: 12px !important;
	line-height: 1.4 !important;
}

.mgt40 {
	margin-top: 40px
}

.tar {
	text-align: right !important;
}

.tal {
	text-align: left !important;
}

.tac {
	text-align: center !important;
}

.forsp {
	display: none !important;
}

.forpc {
	display: block;
}

/* サイドエントリーボタン */
.entry-side-outer {
	position: fixed !important;
	top: calc(50% - 220px);
	right: 0;
	width: 65px;
	display: flex;
	flex-direction: column;
	z-index: 10;
	padding: 0;
	cursor: pointer;
}

.entry-side-one {
	padding: 8px 0;
}

/* ボトムエントリーボタン */
.entry-bottom-outer {
	position: fixed !important;
	bottom: 0px;
	left: 0;
	width: 100%;
	display: none;
	flex-direction: row;
	justify-content: space-evenly;
	z-index: 10;
	padding: 6px 0;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.7);
	background-blend-mode: lighten;
	backdrop-filter: blur(20px);
}

.entry-bottom-one {
	width: 48%;
}

.entry-bottom-one img {
	width: 100%;
}

/* ヘッダー */
.c-header {
	align-items: center;
	position: fixed !important;
	box-sizing: border-box;
	padding: 0 30px;
	margin: 0 auto;
	max-width: 1500px;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.7);
	background-blend-mode: lighten;
	backdrop-filter: blur(20px);
	z-index: 50;
	left: 0;
    right: 0;
}
.c-header__nav{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}
.c-header .logo img {
	width: 185px;
}
.c-header .logo {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0;
	padding: 0 0 0 20px;
}

.c-header .logo .comname {
	padding: 0 0 0 20px;
	display: flex;
	flex-direction: column;
	align-items: left;
}

.c-header .logo .comname .comname-in1 {
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #505050;
	font-weight: 700;
}

.c-header .logo .comname .comname-in2 {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: #505050;
	font-weight: 700;
}

.c-header__list {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	margin: 0;
	column-gap: 34.7px;
}
.c-header__list-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 0px;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	transition: .3s ease-in-out;
	color: #346596;
}

.c-header__list-item a:hover {
	color: #000;
}

li {
	list-style: none;
}

ul .header-btn {
	height: 32px;
	padding: 0 0 0 2px;
}

ul .header-btn img {
	height: 100%;
	width: auto;
}

.c-hamburger-menu {
	position: relative;
}

.c-hamburger-menu__input {
	display: none;
}

.c-hamburger-menu__bg {
	background-color: #fff;
	cursor: pointer;
	display: none;
	height: 100vh;
	left: 0;
	opacity: 0.9;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	text-align: center;
}

.c-hamburger-menu__bg.-on{
	display: block;
}

.c-hamburger-menu__button {
	display: none;
}

.c-hamburger-menu__button-mark {
	background-color: #fff;
	display: block;
	height: 3px;
	transition: 0.3s;
	width: 25px;
}

/* パンくずリスト */
.breadcrumbs{
	margin: 80px auto 0;
}

/* フッター */
footer {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 40px 20px;
	background-color: rgba(52, 101, 150, 0.1);
}

.footer-in {
	display: flex;
	justify-content: space-evenly;
	width: 100%;
}

.footer-l {
	padding: 0 100px 0 0px;
}

.footer-r {
	display: flex;
	flex-direction: row;
	padding: 0 0px 0 140px;
	justify-content: flex-end;
}

.footer-inl {
	width: 130px;
	display: flex;
	flex-direction: column;
	padding: 0 12px;
	line-height: 1.6;
	font-weight: 700;
	font-size: 90%;
}

.footer-inl-s {
	padding: 12px 0 0 8px;
	font-weight: 500;
	font-size: 80%;
}

.logo-f {
	display: flex;
	align-items: center;
}

.logo-f img {
	width: 120px;
	height: auto;
}

.comname-f {
	display: flex;
	flex-direction: column;
	padding: 0 0 0 20px;
	color: #505050;
}

.comname-f-in1 {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
}

.comname-f-in2 {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.4;
}

.footer-100-link {
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	text-align: center;
	padding: 20px 0 0 0;
	display: flex;
	justify-content: center;
	column-gap: 2em;
}

.footer-100 {
	font-size: 11px;
	font-weight: 400;
	width: 100%;
	text-align: center;
	padding: 20px 0 0 0;
}

/* 共通レイアウト・コンポーネント */
.each-section {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0px 60px 80px 60px;
}

.outer-for {
	width: 100%;
	padding: 80px 0 4px 0;
	background-color: rgba(66, 114, 255, 0);
}

.fortop {
	display: inline-block;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: relative;
	width: 100%;
	z-index: 3;
	padding: 80px 0px 40px 0px;
	font-size: 16px;
	line-height: 2;
	color: #346596;
	text-align: center;
}

.fortop::before {
	position: absolute;
	bottom: 20px;
	left: calc(50% - 5px);
	width: 10px;
	height: 10px;
	content: '';
	border-radius: 5px;
	background: #bb5f7e;
	animation: r-dot 3s ease-in-out infinite;
}

@keyframes r-dot {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.4);
	}
}

.fortop span {
	position: absolute;
	width: 100%;
	display: inline-block;
	transform-origin: center;
	top: 8px;
	left: 0;
	font-family: 'Roboto', sans-serif !important;
	margin: 0;
	font-weight: 100;
	font-size: 64px;
	line-height: 1.4;
	color: #346596;
	text-align: center;
}

.h2-title {
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: center;
	padding: 40px 20px 40px 20px;
	margin: 0px 0 20px 0;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #505050;
}

.h2-title::after {
	position: absolute;
	top: 25px;
	left: calc(50% - 100px);
	content: '';
	display: inline-block;
	width: 200px;
	height: 150px;
	background-image: url(/wp-content/themes/kuratomo2022/recruit/fresh/common/img/mark.webp);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

/* コンテンツエリア */
.content-outer {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

.content-inner {
	width: 50%;
	margin: 0;
	padding: 20px 20px;
	z-index: 3;
	font-weight: 500;
	font-size: 16px;
	line-height: 2;
	color: #505050;
}

.content-inner-img {
	width: 50%;
	padding: 20px 20px;
}

.content-inner-img img {
	width: 100%;
	box-shadow: rgb(0, 0, 0, 0.2) 8px 8px 16px;
	border-radius: 12px;
}

.content-inner-100 {
	width: 100%;
	margin: 0;
	padding: 20px 30px;
	z-index: 1;
	font-weight: 500;
	font-size: 16px;
	line-height: 2;
	color: #505050;
	text-align: center;
}

.top-sub-cat {
	padding: 0px 0 20px 0;
	font-size: 24px;
	line-height: 1.6;
	color: #346596;
	font-weight: 500;
	letter-spacing: 0.1em;
}

/* ボタンリンク */
.this-box {
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: 20px;
}

.this-box a {
	width: 60%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #346596;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	border: 1px solid #346596;
	color: #fff;
	text-decoration: none;
	outline: none;
	transition: all 0.3s ease-in-out;
	padding: 20px 30px;
	border-radius: 40px;
}

.this-box a:hover {
	background-color: #fff;
	color: #346596 !important;
}

.this-box a:hover span {
	transform: translateX(5px);
}

.this-box a span {
	display: inline-flex;
	font-size: 26px;
	padding: 0 0 0 8px;
	transition: all 0.3s ease-in-out;
}

.this-box-s {
	display: flex;
	justify-content: center;
	padding: 0px;
	margin: 20px auto;
}

.this-box-s a {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #346596;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	border: 1px solid #346596;
	color: #fff;
	text-decoration: none;
	outline: none;
	transition: all 0.3s ease-in-out;
	padding: 12px 40px;
	border-radius: 40px;
}

.this-box-s a:hover {
	background-color: #fff;
	color: #346596 !important;
}

.this-button {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 2vh;
	padding: 0 3%;
}

.dp {
	width: 100%;
	border: 1px solid #cacaca;
	max-width: 900px;
	border-radius: 12px;
	margin: 0 auto 40px auto;
	padding: 40px;

}

.dp-tit {
	width: 100%;
	text-align: center;
	font-size: 24px;
	line-height: 1.6;
	color: #346596;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 0 0 20px 0;
}

.dp-cont {
	width: 100%;
	display: flex;
}

.dp-cont-in {
	width: 70%;
}

.dp-cont-im {
	width: 30%;
	text-align: center;
}

.dp-cont-im img {
	width: 60%;
	box-shadow: rgb(0, 0, 0, 0.2) 8px 8px 16px;
}

.ent {
	width: 100%;
	border: 1px solid #cacaca;
	text-align: center;
	max-width: 900px;
	border-radius: 12px;
	margin: 0 auto;
	padding: 40px;
}

.ent-tit {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 12px 0;
}


.ent-tit-s {

	position: relative;
	display: inline-block;
	padding: 0 140px;
	font-size: 20px;
	font-weight: 500;
	margin: 40px 12px 20px 12px;
}

.ent-tit-s :before,
.ent-tit-s :after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 120px;
	height: 1px;
	background-color: #cacaca;
}

.ent-tit-s :before {
	left: 0;
}

.ent-tit-s :after {
	right: 0;
}

.ent-cont {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.ent-cont-bt {
	width: 300px;
}

.ent-cont-bt img {
	height: 100%;
	width: auto;
}

.tel-cont {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.tel-in1 {
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	padding: 12px 12px 0 0;
}

.tel-in2 {
	font-family: 'Roboto', sans-serif !important;
	font-size: 40px;
	font-weight: 300;
	line-height: 1;
	padding: 0 0 0 4px;
}

.tel-in2 a {
	color: #505050 !important;
}

/*表*/
.data-tbl-outer {
	width: 100%;
	display: flex;
	justify-content: center;
}

.data-tbl {
	width: 90%;
	margin: 0 auto 40px auto;
	line-height: 1.8;
}

.data-tbl-s {
	width: auto;
}

.data-tbl .tbl-one {
	width: 100%;
	display: flex;
	flex-direction: row;
	padding: 12px 0;
	border-bottom: 1px solid #c2d7f4;
	font-size: 16px;

}

.data-tbl .tbl-one:first-child {
	border-top: 1px solid #c2d7f4;
}

.data-tbl dt {
	clear: both;
	float: left;
	width: 200px;
	padding: 4px 0 0 0;
	margin: 0;
	text-align: center;
	color: #346596;
	font-weight: 700;
	line-height: 1.4;
}

.data-tbl-s dt {
	width: 240px;
	padding: 4px 0 0 0;
}



.data-tbl dd {
	box-sizing: border-box;
	width: calc(100% - 200px);
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #505050;
	line-height: 1.8;
}

.data-tbl-s dd {
	width: calc(100% - 240px);
}

.edu-cha {
	width: 100%;
	padding: 20px;
}

.edu-cha img {
	width: 100%;
}
.c-hamburger-menu__button-img{
	width: 30px;
}
.open-hours{
	text-align: center;
	margin-top: 1em;
}

/* 共通メディアクエリ */
@media (max-width: 1500px){
	ul .header-btn {
		height:3.5vw;
	}
	.c-header .logo img {
		width: 12.23333vw;
	}
	.c-header {
		padding: 0 2.9vw;
	}
	.c-header__list {
		column-gap: 1.5vw;
	}
	.c-header__list-item a{
		font-size: 1.333vw;
	}
}
@media screen and (max-width: 1199px) {
	.footer-inl {
		width: 120px;
	}
}

@media screen and (max-width: 1130px) {
	.footer-l {
		padding: 0 0px 0 0px;
	}

	.footer-r {
		padding: 0 0px 0 0px;
	}
}

@media screen and (max-width: 899px) {
	.c-header__list{
		transform: translateX(-120%);
        transition: 0.3s;
        top: 100%;
		position: absolute;
        flex-direction: column;
        display: flex;
        top: 100%;
        left: 0;
        right: 0;
        align-items: center;
		width: 100%;
	}
	.c-header .logo img{
		width: clamp(0px, 30.46875vw, 200px);
	}
	.c-header__list.-sp{
		transform: translateX(0%);
        transition: 0.3s;
	}
	ul .header-btn img{
		width: clamp(0px, 70vw, 200px);
        height: auto;
	}
	ul .header-btn{
		height: auto;
	}
	.c-header {
		margin-top: 10px;
	}

	.c-hamburger-menu__list {
		align-items: center;
		display: flex;
		flex-direction: column;
		left: 0;
		padding: 20px 20px;
		font-size: 32px;
		position: absolute;
		transform: translateX(-120%);
		transition: 0.3s;
		top: 100%;
		width: 100%;
	}

	#hamburger:checked~.c-hamburger-menu__list {
		transform: translateX(0%);
		transition: 0.3s;
		width: 100%;
	}

	.c-header__list-item {
		width: 100%;
		display: flex;
		justify-content: center;
		padding: 12px 20px
	}

	.c-header__list-item a {
		font-size: 32px;
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
	}

	.c-hamburger-menu__button {
		align-items: center;
		appearance: none;
		background-color: transparent;
		border: none;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
		width: 60px;
		height: 60px;
		background: #346596;
		border-radius: 50%;
		padding: 0;
		margin: 0 12px 0 0;
		z-index: 2;
        position: absolute;
        right: 0;
        top: 10px;
	}

	.c-hamburger-menu__button.-on .c-hamburger-menu__button-mark:nth-of-type(1) {
		transform: translate(4px, 0px) rotate(45deg);
		transform-origin: 0%;
	}

	.c-hamburger-menu__button.-on .c-hamburger-menu__button-mark:nth-of-type(2) {
		opacity: 0;
	}

	.c-hamburger-menu__button.-on .c-hamburger-menu__button-mark:nth-of-type(3) {
		transform: translate(4px, 2px) rotate(-45deg);
		transform-origin: 0%;
	}

	ul .header-btn {
		padding: 12px 0;
	}

	.footer-r {
		min-width: none !important;
	}
}

@media screen and (max-width: 699px) {
	.c-header {
        margin-top: 0;
    }
	.forsp {
		display: block !important;
	}

	.forpc {
		display: none !important;
	}

	footer {
		padding: 40px 20px 100px 20px;
	}

	/*サイドエントリーボタン*/
	.entry-side-outer {
		display: none;
	}

	/*ボトムエントリーボタン*/
	.entry-bottom-outer {
		display: flex !important;
	}

	.c-header .logo {
		padding: 0 0 0 20px;
	}

	.c-header .logo .comname {
		padding: 0 0 0 12px;
	}

	.c-header .logo .comname .comname-in1 {
		font-size: 15px;
	}

	.this-box a {
		width: 100%;
	}

	.outer-for {
		padding: 100px 0 0 0;
	}

	.fortop span {
		top: -12px;
		left: 0;
		font-size: 44px;
	}

	.fortop {
		padding: 40px 20px 40px 20px;
		width: 100%;
		margin: 0;
	}

	.h2-title {
		padding: 0px 0px 20px 0px;
		margin: 0px 0 60px 0;
		font-size: 22px;
		line-height: 1.4;
	}

	.h2-title::after {
		top: 10px;
        left: 0;
        width: 133px;
        height: 100px;
        right: 0;
        margin: 0 auto;
        display: block;
	}

	.content-outer {
		flex-direction: column;
		margin-bottom: 0px;
		padding: 0 0px;
	}

	.content-inner {
		width: 100%;
		margin: 0 auto;
		padding: 20px 0px 40px 0px;
		font-size: 16px;
		order: 2;
	}

	.each-section {
		padding: 40px 20px 60px 20px;
	}

	.content-inner-img {
		width: 100%;
		padding: 0px 0px;
	}

	.top-sub-cat {
		text-align: center;
	}

	.dp {
		width: 100%;
		padding: 40px 20px;
	}

	.dp-cont {
		flex-direction: column;
	}

	.dp-cont-in {
		width: 100%;
	}

	.dp-cont-im {
		width: 100%;
	}

	.ent {
		width: 100%;
		padding: 40px 20px;
	}

	.edu-cha {
		padding: 0px;
	}

	.ent-tit-s {

		position: relative;
		display: inline-block;
		padding: 0 50px;
		font-size: 18px;
		margin: 40px 0px 20px 0px;
	}

	.ent-tit-s :before,
	.ent-tit-s :after {
		content: '';
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 40px;
		height: 1px;
		background-color: #cacaca;
	}

	.ent-cont {
		flex-direction: column;
	}

	.ent-cont-bt {
		width: 100%;
		padding: 12px 0;
	}

	.ent-cont-bt img {
		width: 100%;
	}

	.content-inner-100 {
		padding: 20px 0px;
	}

	.tel-cont {
		flex-direction: column;
	}

	.tel-in1 {
		padding: 0 0 12px 00;
	}

	.data-tbl {
		width: 100%;
	}

	.data-tbl dt {
		width: 94px;
		font-size: 14px;
	}

	.data-tbl dd {
		width: calc(100% - 94px);
	}

	dl.qa dd,
	dl.qa dt {
		text-indent: -37px;
		padding: 0 0px 0px 42px;
		margin: 15px 0 0 0;
	}

	dl.qa dd {
		padding-right: 0;
	}

	.skk {
		width: 140px !important;
	}

	.skk2 {
		width: calc(100% - 140px) !important;
	}

	.footer-in {
		flex-direction: column;
	}

	.footer-l {
		margin: 0px auto;
		min-width: 287px !important;
		display: flex;
		justify-content: center;
	}

	.footer-r {
		flex-direction: column;
		margin: 40px auto;
		min-width: 120px !important;
		padding: 0 !important;
	}

	.footer-inl {
		width: auto;
		padding: 8px 0;
		text-align: center;
	}
}