@charset "UTF-8";
/* CSS Document */

/* 以下非表示*/
@media (min-width: 1200px){
	.navToggle,nav.globalMenuSp{
		display: none !important;
	}
}
@media (min-width: 960px){
	.tbsp{
		display: none !important;}
}
@media (min-width: 768px){
	.sp_only{
		display: none!important;}
	}

/* all */
body{
	color: #333;
	background-image: linear-gradient(to right, #fffab6 0% ,#fff, #ace0f9 50% );
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'Noto Sans JP', sans-serif;
}
p{
	line-height: 180%;
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style: none;
}
/* 幅調整　*/
.w1800{
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
}
.w1300{
	width: calc(100% - 20px);
	max-width: 1300px;
	margin: 0 auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
/* 余白調整　*/
.h30{
	height: 30px;
}
.h50{
	height: 50px;
}
.h100{
	height: 100px;
}
/* 背景　*/
.bg_w{
	background-color:rgba(255,255,255,1.0);
}
.bg_p{
	background: #33a7ff;
}

.bg_cut01{
	background: url("../img/bg_cut01.png") no-repeat;
	background-position: bottom 10px right 20px;
	background-size: 300px;
}
.bg_w_cut02{
	background-color: rgba(255,255,255,0.8);
	background-image: url("../img/bg_cut02.png");
	background-position: top 20px right 20px;
	background-size: 300px;
}

.bg_w_inner{
	background:linear-gradient(120deg, rgba(255,255,255,1.0) 70% ,rgba(255,255,255,0.5));
	padding: 20px;
	border-radius: 15px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

/* 見出し　テキスト　*/
.txt_lv02{
	font-family: 'Shippori Mincho', serif;
	font-size: 1.5em;
	color: #333;
	margin-bottom: 15px;
	line-height: 120%;
	text-align: center;
}
.txt_lv02 span{
	font-size: 200%;
	background-image: linear-gradient(to right, #ffd900, #fffab6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
	padding-bottom: 5px;
}
.txt_lv03{
	font-family: 'Shippori Mincho', serif;
	border-bottom: solid 3px #33a7ff;
	margin-bottom: 1rem;
	font-size: 1.2rem
}

.txt_lv04{
	position: relative;
    border-radius: 0 5px 5px 0;
    padding: 10px 15px;
	padding-right: 0;
	font-family: 'Shippori Mincho', serif;
    font-size: 1.5rem;
    margin-top: 15px;
    margin-bottom: 30px;
	color: #333;
}
.txt_lv04::before,
.txt_lv04::after{
	position: absolute;
    content: "";
    left: 0;
    height: 8px;
}
.txt_lv04::before{
    width: 25%;
    top: -8px;
    background: rgba(255, 236, 71, 0.6);
    border-radius: 5px 5px 0 0;
}
.txt_lv04::after{
	width: 40%;
    bottom: -8px;
    background: #ffec47;
    border-radius: 0 0 5px 5px;
}
.txt_lv05{
	padding: 0.5rem 1rem;
	width: fit-content;
	overflow: hidden;
	border-radius: 30px;
	font-weight: 700;
}
.txt_lv05 i{
	color: #fff;
}
.txtbg_y{
	background:#ffec47;
}
.txtbg_o{
	background:#ff9147;
}

.txt_copy01{
	font-size: 1.4em;
	font-family: 'Shippori Mincho', serif;
}
.txt_copy01::first-letter{
	font-size: 200%;
	color: #33a7ff;
}
.txt_copy02{
	font-family: 'Shippori Mincho', serif;
	font-size: 1.5rem;
	color: #33a7ff;
}
.txt_copy01_01{
	font-size: 1.4em;
	font-family: 'Shippori Mincho', serif;
}
.txt_copy01_01::first-letter{
	font-size: 200%;
	color: #33a7ff;
}
.txt_copy02_02{
	font-family: 'Shippori Mincho', serif;
	font-size: 1.5rem;
	color: #33a7ff;
}
span.bold{
	font-size: 1.2em;
	font-weight: 700;
}
span.bold02{
	font-family: 'Shippori Mincho', serif;
	font-size: 1.4em;
	color: #33a7ff;
}


span.line{
	background:linear-gradient(transparent 60%, #b3e2ff 60%);
	font-size: 1.2em;
	display: inline-block;
}
.wrap80{
	max-width: 80%;
}

/* 写真調整*/
.img_round{
	border-radius: 30px;
	box-shadow: 10px 10px #b5dfff;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.img_round4-3{
	border-radius: 30px;
	box-shadow: 10px 10px #b5dfff;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.img_round50{
	border-radius: 50%;
	box-shadow: 10px 10px #b5dfff;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}


/* 写真横並び基本　*/
.photo_flex{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
}
.photo_flex div{
	width: 100%;
	padding: 5px;
}
.photo_flex img{
	width: 100%;
}
/* ボタン　*/

header{
	position: relative;
	width: 100%;
	z-index: 9000;
}
.site-header{
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.0) 100%);
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items:flex-end;
    width: 100%;
	height: 120px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.0);
	transition: .5s;
}
.site-header.transform{
    background-image: linear-gradient(to right,rgba(255,250,204,0.8) 0%, rgba(181,223,255,0.8) 50%);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.site-header h1{
	line-height: 40px;
	vertical-align: middle;
	position: relative;
	transition: .5s;
	font-size: 3rem;
	font-family: 'Zen Maru Gothic', sans-serif;
	margin-left: 30px;
	padding: 10px 0;
}
.site-header h1 img{
	width: auto;
	height: 90px;
	vertical-align: middle;
	transition: .5s;
}
.site-header h1 a{
	color: #fff;
	transition: .5s;
}
.site-header.transform h1 a{
	color: #333;
}
.header_phone{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 10px;
}
.header_phone h2{
	text-align: right;
	display: block;
	font-size: 2em;
	line-height: 100%;
	margin-top: 5px;
	margin-right: 30px;
}
.header_phone h2 a{
	display: block;
	color: #33a7ff;
	width: 100%;
	height: 100%;
	line-height: 100%;
	transition:all .5s ease-in;
}
.header_phone h2 :hover{
	color: #ffec47;
	transition:all .5s ease-in;
}
.header_phone h3{
	display: block;
	width: 200px;
	text-align: center;
	font-size: 1em;
	line-height: 100%;
	border-radius: 30px;
	background:#ffec47;
	margin-right: 30px;
	transition:all .5s ease-in;
}
.header_phone h3 a{
	display: block;
	width: 100%;
	padding: 0.5em 0;
	border-radius: 30px;
	color: #333;
	transition:all .5s ease-in;
}
.header_phone h3 :hover{
	background: #ffec47 ;
}
.nav_wrap{
}

.site-header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding-right: 30px;
}
.site-header nav ul li{
	font-family: 'Shippori Mincho', serif;
	margin: auto;
	margin-left: 20px;
	padding: 15px 0 10px;
	font-size:1rem;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.site-header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	transition: 0.5s;
}
.site-header.transform nav ul li a{
	color: #333;
}
.site-header nav ul li a span{
	color: #ffec47;
	font-size: 80%;
}
.site-header nav ul li::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background:rgba(255,236,71,0.0);
	content: '';
	transition: transform 0.35s;
	transform: translate3d(-100%,0,0);
}
.site-header nav ul li:hover::after{
	background:rgba(255,236,71,1.0);
	transform: translate3d(0,0,0);
}
/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	height: 100vh;
	position: relative;
}
.slide_wrap::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity:1.0;
}
.top_slider{
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
}
.top_slider .slider li{
	position: relative;
	width: 100%;
	height: 100vh;
	background:#fff;
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li.top01{
	background:url("../img/slide01.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.top_slider .slider li.top02{
	background:url("../img/slide04.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.top_slider .slider li.top03{
	background:url("../img/slide05.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

@keyframes fadezoom{
	0%{
		transform: scale(1.2);
	}
	100%{
		transform: scale(1);
	}
}
.add-animation{
	animation: fadezoom 5s 0s forwards;
}

.slide_copy{
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	text-align: center;
	z-index: 2;
}

.slide_copy img{
	width: 90%;
	max-width: 600px;
}
/* コンテンツ
   ========================================================================== */

.contents{
	padding: 50px 0;
}

.contents_in{
	padding: 0 10px;
}
.contents_half_l{
	width: 55%;
	margin:0 auto 0 0;
	padding: 20px;
}
.contents_half_r{
	width: 55%;
	margin:0 0 0 auto;
	padding: 20px;
}
.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
}
.card001 figure{
	width: calc(100% - 20px);
	margin: 10px;
	padding: 20px;
	background:rgba(255,255,255,0.55);
	border-radius: 20px;
}
.card001 figure img{
	width: 100%;
	max-width: 300px;
	display: block;
	margin: auto;
	padding: 20px;
	border-radius: 15px;
}
.card001 figure figcaption{
	width: 100%;
}
.card001 figure figcaption h3{
	text-align: center;
	color: #33a7ff;
}
.card001 figure figcaption h3 span{
	font-size: 200%;
}
.card001 figure figcaption h4{
	font-size: 1.2em;
}

.card001_top{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}
.card001_top .img{
	width: 100%;
	max-width: 600px;
}
.card001_top .img img{
	width: 100%;
}



.card002{
	display: flex;
	justify-content: center;
	align-items: center;
}
.card002 .img {
	width: 100%;
	padding: 10px;
}
.card002 .img img{
	width: 100%;
}
.card002 .txt{
	width: 100%;
	padding: 15px;
	align-self: center;
}
.card002 .txt p{
	margin-bottom: 1em;
}


.card003{
	display: flex;
	justify-content: center;
	align-content: center;
}
.card003 div{
	padding: 10px;
}
.card003 .img{
	width: 300px;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
}

.card003 .img_s{
	width: 300px;
	text-align: center;
	align-self: center;
}
.card003 .img_s img{
	width: auto;
	height: 150px;
}

.card004{
	display: flex;
	justify-content: center;
	align-items: center;
}
.card004 .img {
	width: 100%;
	padding: 10px;
}
.card004 .img img{
	width: 100%;
}
.card004 .img02{
	width: 100%;
	padding: 15px;
	align-self: center;
}
.card004 .img02 img{
	width: 100%;
	border-radius: 30px;
    box-shadow: rgb(181, 223, 255) 10px 10px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.card002 .txt p{
	margin-bottom: 1em;
}
.card002 .txt img{
	width: 100%;
}

.icon_flex{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.icon_flex li{
	width: calc(100% / 6 - 20px);
	text-align: center;
	margin: 10px;
}
.icon_flex li img{
	width: 90%;
	padding: 0 15%;
	
}
.icon_flex li h3{
	font-weight: 400;
	font-size: 1rem;
}
.icon_flex li h3 i{
	color: #33a7ff;
}
/* テーブル　line ============================== */
.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 2px #33a7ff;
	padding: 0.5em 1em;
	width: 25%;
	min-width: 9em;
}
.line02 table td{
	border-bottom: solid 2px #f5f5f5;
	padding: 0.5em 1em;
}
.line02 table td i{
	color: #33a7ff;
	padding-left: 1em;
}
.line02 dl{
	margin-bottom: 1em;
	display: flex;
}
.line02 dl dt{
	font-weight: 700;
}
.line02 dl dd{	
}

.line02 ul li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}

/* テーブルsimple ============================== */
.simple01 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
	font-family: YakuHanJP,'Noto Sans JP', sans-serif;
}
.simple01 table tr{
	border-bottom: solid 1px #ccc;
}
.simple01 table th,.simple01 table td{
	padding: 1.5em 1em;
	text-align: left;
	vertical-align: top;
}
.simple01 table th{
	color: #666;
	width: 20%;
	min-width: 6em;
}

.map{
	width: 100%;
}

ul.border01{
	padding-left: 1em;
	font-size: 1.2em;
}
ul.border01 li{
	border-bottom: dotted 3px #33a7ff;
	margin-bottom: 1rem;
}
ul.border01 li i{
	color:#33a7ff;
}
ul.recruit li{
	font-size: 0.9em;
	text-indent: -1em;
	padding-left: 1em;
}


.bg_recruit{
	background-color: #fff;
	background-image: url("../img/bg_recruit.jpg");
	background-position: left bottom;
	background-size: 55% ;
	min-height: 500px;
	
}


/* リンクコンテンツ　==================== */
.contents_link {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: auto;
	overflow: hidden;
}
figure.effect-chico{
	display: block;
	position: relative;
	width: calc(100% / 3 - 20px);
	margin: 10px;
	aspect-ratio: 1 / 1;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
}
figure.effect-chico img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	object-fit: cover;
	opacity: 0.8;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
	opacity: 0.3;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption {
	width: 100%;
	padding: 3em;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-chico p {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-chico h3{
	font-family: 'Shippori Mincho', serif;
	color: #33a7ff;
	font-size: 1.5em;
	text-shadow: 2px 2px #fff,-2px 2px #fff,2px -2px #fff,-2px -2px #fff,0 2px #fff,2px 0 #fff,0 -2px #fff,-2px 0 #fff;
}
figure.effect-chico h4 {
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-size: 1em;
	color: #33a7ff;
	background:#fff;
	padding: 0.5em 1em;
	border-radius: 30px;
	
}

figure.effect-chico p {
	font-size: 0.9em;
	margin: 10px auto;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* リンクバナー　================================================== */
.banner_wrap{
	padding: 50px 10px;
	background: url("../img/bg_img02.png") repeat;
	background-color:rgba(255,255,255,0.49);
}
.banner_link{
	margin:auto;
	max-width: 700px;
	border-radius: 15px;
	overflow: hidden;
}
.banner_link img{
	width: 100%;
	transition-duration: 0.5s;
	vertical-align: middle;
}

.banner_link:hover img{
	transform: scale(1.1);
	transition-duration: 0.5s;
}

/* フッター部分　================================================== */
footer{
	margin-bottom: 0;
	padding: 50px 0 0;
	background-image: linear-gradient(to right,rgba(255,255,255,0.8) 0%, rgba(92,186,230,0.5) 100%),url("../img/bg_footer.jpg");
	background-position: center;
	background-size: cover;
}
.bgm{
	position: fixed;
	bottom: 50px;
	right: 15px;
	z-index: 990;
}
/*コンタクトボタン*/
.footer_contact{
	width: calc(100% - 30px);
	max-width: 960px;
	margin: auto;
	display: flex;
	align-items: center;
	background: #33a7ff;
	border-radius: 5px;
	padding: 10px;
}
.footer_contact .f_contact_in{
	width: 100%;
	height: 100px;
	text-align: center;
	position: relative;
}
.footer_contact .border{
	border-left: dashed 1px #ccc;
}
.footer_contact .f_contact_in p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% ,-50%);
	color: #ffffff;
	font-size: 1.3em;
	line-height: 150%;
	width: 90%;
	font-family: 'Noto Serif JP', serif;
	transition: .5s;
}
.footer_contact .f_contact_in p i{
	font-size: 150%;
	color: #ffec47;
}
.footer_contact .f_contact_in a{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
}
.footer_contact .f_contact_in:hover p{
	color: #ffec47;
}
footer h2{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.3rem;
	line-height: 50px;
	vertical-align: middle;
}
footer h2 img{
	width: auto;
	height: 50px;
	vertical-align: middle;
	padding-bottom: 5px;
}
.footer_wrap{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	max-width: 960px;
	padding: 0 10px 70px;
	margin:auto;
}
.footer_in{
	width: 100%;
	max-width: 960px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
	padding-top: 20px;
}

.footer_in p{
	color: #333;
	line-height: 120%;
}

.footer_in p.phone_buttom{
	text-align: center;
	font-size:2em;
	font-weight: 700;
	padding: 20px 0;
}
.footer_in p.phone_buttom a{
	color: #33a7ff;
}
.footer_in p.phone_buttom a:hover{
	color: #1f6499 ;
	transition:all .5s ease-in;
}
footer small p{
	color: #fff;
	text-align: center;
	padding: 15px;
	background: #33a7ff;
}
.footer_in p.mail_buttom{
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 300px;
	margin: auto;
	font-size: 1.1em;
	font-weight: 700;
	
}
.footer_in p.mail_buttom a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.5em;
	background:#33a7ff;
	border-radius: 50px;
	transition:all .5s ease-in;
}
.footer_in p.mail_buttom a:hover{
	background: #fff;
	color: #004875;
	transition:all .5s ease-in;
}
p.catch_footer{
	font-size: 1.5em;
	padding: 0.5em 0;
	font-family: 'Noto Serif JP', serif;
}

/* ボタン　================================================== */
.button_wrap{
	width: 250px;
	margin: 0 0 0 auto;
}
.button_wrap_center{
	width: 250px;
	margin: 0 auto;
}

.button_wrap2{ /* */
	 width: 100%;
	padding: 15px;
}
.button_wrap2 .button_01{
	margin-bottom: 20px;
}

.button_01{
	display: inline-block;
	text-align: center;
	width: 100%;
	background-color:#33a7ff;
	color: #fff;
	padding: 0.5em;
	position: relative;
	font-size: 1.1em;
	font-weight: 700;
	border-radius: 30px;
}
.button_01::after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.button_01:hover{
	background:#1f6499 ;
	color: #fff;
	transition: .5s;
}
.button_01:hover::after{
	right: 10px;
	transition: .5s;
}



/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 350px;
	background-size: cover;
	background-color: #ccc;
	position: relative;
}
.subtitle h2{
	font-family: 'Shippori Mincho', serif;
	font-size: 1.5em;
	color: #fff;
	line-height: 120%;
	position: absolute;
	bottom: 18%;
	left: 50%;
	transform: translate(-50%);
	text-align: center;
	width: 95%;
}

.subtitle h2 span{
	display: block;
	font-size: 250%;
	line-height: 120%;
	background-image: linear-gradient(to right, #ffd900, #fffab6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.sub_bg{
	background:linear-gradient(rgba(51,167,255,0.0) 0 70%,rgba(51,167,255,1.0)70% 100% ),url("../img/bg_footer.jpg");
	background-position: center,bottom;
	background-size: cover;
	background-color: #fff;
}

/*パンくずリスト
==========================================================================*/
.breadcrumb-box{
	width: 80%;
	display: inline-block;
	margin: 0 auto;
	padding-top: 10px;
	position: absolute;
	bottom:10px;
	left: 30px;
}
.breadcrumb {
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
}

.breadcrumb li:after {/* >を表示*/
	content: '>';
	padding: 0 0.2em;
	color: #fff;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #fff;
	transition: .5s;
}

.breadcrumb li a:hover {
	color:  #fff;
}
/* サブページコンテンツ
   ========================================================================== */

/* タイムテーブル ============================== */
.timetable_wrap{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 30px 0;
}

.timetable_wrap .inner{
	width: 100%;
	padding: 15px;
	align-self: stretch;
}
.timetable_wrap dl{
	display: flex;
	padding: 0.5em 1em;
	border-bottom: solid 1px #33a7ff;
}
.timetable_wrap dl dt{
	width: 6em;
	color: #33a7ff;
	font-weight: 700;
	padding: 0.5rem 0 ;
}
.timetable_wrap dl dt:nth-of-type(2){
	text-align: right;
	width: 6em;
}

.timetable_wrap dl dd{
	flex:1;
	padding: 0.5rem 1rem;
}
/* ながれ ================================================== */
.flow_wrap{
	padding: 50px 0;
}
.flow_inner{
	width:100%;
	max-width: 780px;
	margin: auto;
	padding: 10px;
	border-radius: 10px;
	background: #fff;
	display: flex;
	align-items: flex-start;
}

.flow_photo{
	width: 300px;
	text-align: center;
	background:rgba(0,121,195,0.25);
	padding: 15px;
	height: 220px;
	border-radius: 10px;
	position: relative;
}
.flow_photo img{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 220px;
	border-radius: 10px;
	object-fit: cover;
}

.h_number{
	position: absolute;
	top:10px;
	left: -50px;
	display: inline-block;
	line-height: 80px;
	width: 80px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	background: #33a7ff;
	margin-bottom: 10px;
	color: #fff;
	font-size: 2.2em;
	font-weight: 700;
	z-index: 1;
}
.flow_txt{
	padding: 10px;
	font-size: 1em;
	flex:1;
}
.flow_txt p{
	
}
.flow_txt h3{
	font-size: 1.2em;
	color: #33a7ff;
	font-family: 'Shippori Mincho', serif;
	border-bottom: solid 3px #33a7ff;
	margin-bottom: 10px;
}
.flow_arrow{
	font-size: 2em;
	text-align: center;
	color: #33a7ff;
}
.flow_link{
	display: flex;
	justify-content: center;
	align-items: center;
}
.flow_link li {
	padding: 5px;
	text-align: center;
	font-size: 0.9em;
}
.flow_link li a{
	display: block;
	width: 12em;
	padding: 0.5em 1em;
	line-height: 100%;
	vertical-align: middle;
	background: #084fa6;
	border-radius: 30px;
	color: #fff;
	transition: .5s;
}
.flow_link li :hover{
	background: #33a7ff;
}

/* フローチャート ================================================== */
.flow_wrap02,.flow_wrap03{
	width: 95%;
	max-width: 900px;
	border:#fff solid 3px;
	padding: 20px;
	margin: 30px auto;
	border-radius: 20px;
	position: relative;
	background:rgba(255,255,255,0.49);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.flow_wrap02::after{
	content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #fff; 
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
	filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.2));
}
.flow_wrap02 dl,.flow_wrap03 dl{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.flow_wrap02 dt,.flow_wrap03 dt{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-size: 1rem;
	width: 100px;
	padding: 0.5rem;
	text-align: center;
	background-image: linear-gradient(to right, #fcd200, #f0e68c);
	color: #333;
	border-radius: 10px;
}
.flow_wrap02 dt img,.flow_wrap03 dt img{
	width: 50px;
}

.flow_wrap02 dd,.flow_wrap03 dd{
	width: 100%;
	padding: 0.25em 2em;
}
.flow_wrap02 dd h4,.flow_wrap03 dd h4{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	color: #333;
	font-size:1.1em;
	font-weight: 600;
	border-bottom: solid 2px;
	margin-bottom: 0.5em;
	
}
.flow_wrap02 dd p,.flow_wrap03 dd p{
	font-size:0.9em;
}
.card001_e figure img{
	width: 100%;
	border-radius: 15px;
}
.card001_e figure figcaption{
	width: 100%;
}
.card001_e figure figcaption h3{
	text-align: center;
	color: #33a7ff;
}
.card001_e figure figcaption h3 span{
	font-size: 200%;
}

.card001_e{
	display: flex;
	align-content: flex-start;
	justify-content:space-between;
}
.card001_e figure.event{
	width: calc(100% / 4 - 20px);
	padding: 8px;
	align-self: stretch;
	background:rgba(255,255,255,0.55);
	border-radius: 20px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}
.card001_e figure.event p{
	margin-bottom: 0.25em;
	line-height: 150%;
	padding: 0.25em ;
	font-size: 0.9em;
}
.card001_e figure.event p span{
	background:#fffab6;
	font-size: 70%;
	display: inline-block;
	margin-right: 0.5em;
}


/* 採用情報============================================================ */

.recruit .top_rec_flex p{
	padding: 0.5em 1em;
}
.rec_wrap{
	background: rgba(255,255,255,0.49);
	padding: 20px;
	width: 90%;
	margin: auto;
}
.recruit table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.recruit table tr{
	border-bottom: solid 1px #ccc;
}
.recruit table th{
	text-align: left;
	vertical-align: top;
	padding: 15px;
}
.recruit table td{
	text-align: left;
	vertical-align: top;
	padding: 15px;
}
.timeline{
	margin: 30px auto;
	width: 90%;
}
.timeline dl{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 30px;
}
.timeline dl dt{
	background:#08699c;
	color: #fff;
	width: 120px;
	text-align: center;
	padding: 1em;
}
.timeline dl dd{
	position: relative;
	width: calc(100% - 130px);
	padding: 1em 2em;
	background: #bad9e8;
}
.timeline dl dd ::after{
	content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #33a7ff; 
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
	z-index: 100;
}
.timeline dl dd.last ::after{
	display: none;
}
.timeline dl dd img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	padding: 20px;
}

/* 料金表 ============================================================ */
.price_list{
	overflow-x: auto;
}
.price_list table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	min-width: 900px;
}
.price_list table th,.price_list table td{
	padding: 0.5rem;
	text-align: left;
	vertical-align: middle;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
}
.price_list table th{
	background: rgba(255,255,182,0.5);
}
.price_list ul{
	font-size: 0.9em;
	padding: 1rem;
}

.price_list ul li{
	padding-bottom: 0.5em;;
}

.notes{
	
}
.notes h4{
	font-weight: 700;
	color: #33a7ff;
	padding-left: 1rem;
	padding-bottom: 0.5rem;
}
.notes dl{
	display: flex;
	padding:0.5rem 0.5rem 0.5rem 1rem;
	border-bottom: solid 1px #ccc;
	font-size: 0.9rem;
}
.notes dl dt{
	width: 24em;
}
.notes p{
	padding-left: 1rem;
}


.flex_contents{
	width: 90%;
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	margin: 30px auto;
}
.flex_contents .img{
	width: 250px;
}
.flex_contents .img img{
	width: 100%;
}
.flex_contents .txt{
	width: calc(100% - 260px);
	align-self: stretch;
	padding: 10px;
}


/* メールフォーム============================================================ */

.contents_mail{
	max-width: 960px;
	padding: 10px 10px 30px;
	margin: auto;
}
.tel_button{
    position: relative;
	overflow: hidden;
	text-decoration: none;
	display: block;
    width: 100%;
	max-width: 500px;
    background:#ffec47;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	color:#fff;
	border-radius: 50px;
    padding: 10px;
    text-align: center;
	margin: 16px auto;
    outline: none;
    transition: ease .2s;
	cursor: pointer;
	font-size: 1.3em;
}
/*ボタン内spanの形状*/
.tel_button span {
	position: relative;
	z-index: 3;
	color:#333;
}
/*== 背景が流れる*/
.bgleft:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#33a7ff;
 	width: 100%;
	height: 100%;
	border-radius: 50px;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}
#mailform{
	width: 100%;
	padding: 20px;
	background: rgba(255,255,255,0.49);
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table tr{
	
}
#mailform table th{
	width: 200px;
	text-align: left;
	padding: 1em 0.5em;
	vertical-align: top;
	line-height: 120%;
}
#mailform table td{
	width: calc(100% - 210px);
	padding: 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
#mailform .radio{
	padding: 0 1rem;
}
#mailform .checkbox{
	padding: 0 1rem;
	width: fit-content;
}
#mailform .form_input,#mailform textarea{
	background:#fff;
	width: 100% !important;
	padding: 5px 10px;
	border-radius: 5px;

}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#33a7ff;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 5px;
	font-weight: 400;
	background:#33a7ff;
	color:#fff ;
	border-radius: 20px;
	margin: 0 auto;
}
input[type='submit']:hover{
	color: #333;
	background:#ffec47;
}
.infobox{
	margin-bottom: 30px;
	width: 100%;
}
.infobox h4{
	text-align: center;
	color: #333 !important;
	font-size: 1em !important;
	padding-bottom: 1em;
}
.infobox h5{
	color: #333;
	margin-top: 0.5em;
}
.infobox h5 i{
	color: #33a7ff;
}
.infobox p{
	font-size: 0.8em !important;
	color: #333;
	padding: 0.5em 0;
}
.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding: 5px 10px;
	background:#fff;
	border-radius: 5px;
}
.postcord_btn{
	font-size: 0.7em;
	font-weight: 700;
	border-radius: 30px;
	background:#33a7ff;
	padding: 0.25em 1em;
	color: #fff;
}
summary{
	cursor: pointer;
	display: block;
	list-style: none;
}
summary::-webkit-details-marker {
	color: transparent;
	display: none;
}
details::before{
	display: none;
}
details[open]{
	animation: fadeIn 1s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
details summary h4::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f067';
	padding-right: 15px;
}
details[open] summary h4::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f068';
	padding-right: 15px;
}
.visually-hidden { /* 元のボタンを非表示にする*/
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%); 
	margin: -1px;
}
label.radio-label {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
}

label.radio-label::before,
label.radio-label::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

label.radio-label::before {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 20px;
	width: 20px;
	left: 5px;
}

label.radio-label::after {
	background-color: #33a7ff;
	opacity: 0;
	height: 14px;
	width: 14px;
	left: 8px;
	transition: ease .2s;
}

input:checked + label.radio-label::after {
  opacity: 1;
}


label.check-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

label.check-label:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 20px;
  height: 20px;
  top: 0;
  border: solid 1px #ccc;
  border-radius: 3px;
  transition: all ease-in-out.5s;
}

label.check-label:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 11px;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: left;
  width: 12px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transition: transform 0.125s ease-in-out;
}

input:checked + label.check-label:before {
  background-color: #33a7ff;
  border-color: #33a7ff;
}

input:checked + label.check-label:after {
  transform: rotate(-45deg) scaleX(1);
}




/* TOPへ戻るボタン==================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 0;
	z-index: 999;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f077';
	font-size: 50px;
	color:#fff;
	position: absolute;
	width: 50px;
	height: 50px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.2;
	transform : translate(0, 80px);
	transition : all 500ms;
	}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

/* YOUTUBE ================================================== */
.movie_wrap{
	width: 100%;
	max-width: 800px;
	margin: auto;
	padding: 50px 10px;
}
.movie_wrap iframe{
	width: 100%; 
	height: auto;
	aspect-ratio: 16/9;
	border-radius: 10px;
}
/*-------pdfボタン----------*/
.btn_pdf{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 30%;
	margin: auto;
    margin-top: 40px;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #33a7ff;
	background: #33a7ff;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_pdf:hover {
	color: #27acd9;
	background: #fff;
}
@media (max-width: 960px){
	.btn_pdf{
		width: 80%;
	}
}