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

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

/* all */
body{
	color: #333;
	background-color: #fff ;
	font-family: 'Noto Sans JP', sans-serif;
}
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: 100%;
	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: #fff;
}
.bg_light{
	background-color: #f5f5f5;
}

.bg_blue{
	background-color: #0079c3;
	color: #fff;
}
.bg_w_inner{
	background-color: rgba(255,255,255,0.55);
	padding: 20px;
}

.bg_img01{
	background: url("../img/bg_img01.png") no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-color: rgba(255,255,255,0.75);
}
.iphone .bg_img01{
	background: url("../img/bg_img01.png") ,url("../img/bg_img01.png") ;
	background-repeat: no-repeat;
	background-size: 200%;
	background-position: top,bottom;
	background-attachment:local;
	background-color: rgba(255,255,255,0.75);
}

/* 見出し　テキスト　*/
.txt_lv02{
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5em;
	color: #0079c3;
	margin-bottom: 15px;
	line-height: 120%;
}
.txt_lv02 span{
	font-size: 250%;
	background-image: linear-gradient(to right, #1c46c0, #0fc9ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
	padding-bottom: 5px;
}

.txt_lv03{
	color: #0079c3;
	display: block;
	position: relative;
	max-width: 960px;
	margin: 0 auto 10px;
	vertical-align: middle;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	padding: 10px 0;
	font-size: 1.5em;
	border-bottom: solid #0079c3 3px;
	border-image: linear-gradient(to right, #1c46c0, #0fc9ff) 1/0 0 5px;
}
.txt_lv03_bottom{
	color: #0079c3;
	font-size: 1.2em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	margin-bottom: 20px;
}

.txt_lv04{
	background:#0079c3;
	color: #fff;
	padding: 0.25em 0.5em;
}

span.bold{
	font-size: 1.2em;
	font-weight: 700;
}


span.line{
	background:linear-gradient(transparent 60%, #b3e2ff 60%);
	font-size: 1.2em;
}


/* 写真横並び基本　*/
.photo_flex{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
}
.photo_flex div{
	width: 100%;
	padding: 5px;
}
.photo_flex img{
	width: 100%;
}
/* ボタン　*/
.button01 {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}

.button01 a {
	display: inline-block;
	position: relative;
	padding: 1em 1em 1em 50px;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	transition: 0.3s;
}

.button01 a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	border: 3px solid #0079c3;
	border-radius: 50%;
	transition: 0.3s;
}

.button01 a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%) rotate(45deg);
	width: 5px;
	height: 5px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	transition: 0.3s;
}

.button01 a:hover {
	color: #0079c3;
}

.button01 a:hover::before {
	background-color: #0079c3;
}

.button01 a:hover::after {
	border-top: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}
/* Loading背景画面設定　*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:url("../img/bg_img01.png") no-repeat;
	background-size: cover;
	background-color: #fff;
	text-align:center;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width: 90%;
	max-width:300px;
}

header{
	position: relative;
	width: 100%;
	z-index: 9000;
}
.site-header{
	background:rgba(255,255,255,0.10);
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items:flex-start;
    transition: .5s;
    width: 100%;
	height: 90px;
}
.site-header.transform{
    background: rgba(255,255,255,1.00);

}
.site-header h1{
	line-height: 40px;
	vertical-align: middle;
	position: relative;
	transition: .5s;
	font-size: 1rem;
	font-family: 'Noto Serif JP', serif;
}
.site-header h1 img{
	width: 250px;
	vertical-align: middle;
	padding: 10px 20px;
	transition: .5s;
}
.site-header.transform h1 img{
	width: 150px;
}
.site-header h1 a{
	color: #000;
}
.header_phone{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 10px;
}
.header_phone h2{
	text-align: right;
	display: block;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 100%;
	margin-right: 30px;
}
.header_phone h2 a{
	display: block;
	color: #0079c3;
	width: 100%;
	height: 100%;
	padding: 3px;
	transition:all .5s ease-in;
}
.header_phone h2 :hover{
	color: #004875;
	padding: 3px;
	transition:all .5s ease-in;
}
.nav_wrap{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.nav_wrap h3{
	display: block;
	width: 200px;
	text-align: center;
	font-size: 1em;
	font-weight: 700px;
	line-height: 100%;
	border-radius: 30px;
	background:#0079c3;
	margin-right: 30px;
	transition:all .5s ease-in;
}
.nav_wrap h3 a{
	display: block;
	width: 100%;
	padding: 0.5em 0;
	border-radius: 30px;
	color: #fff;
	transition:all .5s ease-in;
}
.nav_wrap h3 :hover{
	background: #004875;
}
.site-header .top_nav{
	height: 90px;
}

header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding-right: 20px;
}
header nav ul li{
	margin: auto;
	padding: 0 10px;
	margin-left: 20px;
	margin-top: 5px;
	line-height: 40px;
	font-size:1em;
	font-weight: 700;
	position: relative;
	overflow: hidden;
	
}
header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #0079c3;
}
header nav ul li ::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background:rgba(0,121,195,0.0);
	content: '';
	transition: transform 0.35s;
	transform: translate3d(-100%,0,0);
}
header nav ul li:hover ::after{
	background:rgba(0,121,195,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;
	background: #fff;
	opacity: 0.1;
	
}
.top_slider{
	overflow: hidden;
	position: relative;
}
.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/slide02.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.top_slider .slider li.top03{
	background:url("../img/slide04.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.top_slider .slider li .catch{
	position: absolute;
	top: 100%;
	left:10%;
	width: 90%;
	max-width: 600px;
	min-width: 260px;
	opacity: 0;
	transition: 2s;
}
.top_slider .slider li.slick-active .catch{
	top: 50%;
	opacity: 1;
	animation-name: appear;
	animation-duration:5.5s;
	transition-timing-function:ease-in-out;

}

/*
@keyframes appear{
	0% {
		opacity: 0;
		transform: translateY(0);
	}
	40% {
		opacity: 1;
		transform: translateY(-50%);
	}
	70% {
		opacity: 1;
		transform: scale(1) translateY(-50%);
	}
	100% {
		opacity: 0;
		transform: scale(1) translateY(-50%);
	}
	
}
*/


/* コンテンツ
   ========================================================================== */

.contents{

}


.contents_in{
	padding: 50px 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;
}

/* Greeting ======================================== */
.greeting{
	background:url("../img/bg_img03.png") ;
	background-repeat: no-repeat;
	background-size:auto 100%;
	background-position:top left;
	padding: 50px 10px;
	min-height: 600px;
}


.greeting h2{
	position: relative;
	font-size: 1.5em;
	padding: 5px 5px 10px;
	font-family: 'Noto Serif JP', serif;
}

.greeting p{
	padding: 1em 0;
	line-height: 200%;
}

.greeting p span{
	display: inline-block;
}

/* 事業紹介　==================== */
.services_wrap{
	position: relative;
	width: 100%;
	height: 250px;
	margin-bottom: 50px;
}
.services_wrap .img{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 250px;
}
.services_wrap .img02{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 250px;
}
.services_wrap .img img,.services_wrap .img02 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.services_wrap .txt{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 55%;
	height: 200px;
	background:rgba(255,255,255,0.7);
	padding: 20px;
}
.services_wrap .txt02{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 55%;
	height: 200px;
	background:rgba(255,255,255,0.85);
	padding: 20px;
}
.services_wrap h3{
	font-size: 1.3em;
	color: #0079c3;
	margin-bottom: 10px;
}



/* リンクコンテンツ　==================== */
.contents_link {
	max-width: 1000px;
	display: flex;
	justify-content: space-around;
	margin: auto;
	padding: 30px 0;
}
figure.effect-chico{
	display: block;
	position: relative;
	min-width: 320px;
	max-width: 480px;
	max-height: 300px;
	width: 48%;
	background: #000;
	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.5;
	-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 figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-chico h3{
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 2em;
}
figure.effect-chico h4 {
	position: absolute;
	bottom: 40px;
	right: 40px;
	font-family: 'Noto Serif JP', serif;
	font-size: 1em;
	color: #fff;
	
}

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

figure.effect-chico:hover figcaption::before,
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;
}
.banner_link{
	margin:auto;
	max-width: 700px;
	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{
	background:url("../img/bg_img02.jpg");
	background-size: cover;
	background-position: center;
	margin-bottom: 0;
}
footer nav{
	max-width: 700px;
	margin: auto;
}
footer nav ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
footer nav ul li{
	font-size: 0.9em;
	padding: 1em;
	text-align: center;
}
footer nav ul li a{
	color: #0079c3;
	padding-bottom: 10px;
	transition:all .5s ease-in;
}
footer nav ul li a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f0da';
	padding: 5px;
}
footer nav ul li a:hover{
	color: #004875;
	transition:all .5s ease-in;
}
footer h2 img{
	width: 250px;
	padding: 10px;
}
.footer_in{
	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: #0079c3;
}
.footer_in p.phone_buttom a:hover{
	color: #004875;
	transition:all .5s ease-in;
}
footer small p{
	color: #fff;
	text-align: center;
	padding: 15px;
	background: #0079c3;
}
.footer_in p.mail_buttom{
	text-align: center;
	vertical-align: middle;
	width: 300px;
	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:#0079c3;
	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;
}



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

.subtitle h2 span{
	display: block;
	font-size: 250%;
	line-height: 120%;
	background-image: linear-gradient(to right, #1c46c0, #0fc9ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.sub_bg{
	background:linear-gradient(rgba(0,121,195,0.0) 0 70%,rgba(0,121,195,1.0)70% 100% ), url("../img/bg_img04.jpg");
	background-position: center;
	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;
}

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

.card002{
	display: flex;
	justify-content: center;
	align-content: center;
}
.card002 div{
	width: 100%;
	padding: 10px;
}
.card002 div img{
	width: 100%;
}
/* リクルート========================= */
.rec_li li{
	font-size: 1.1em;
	font-weight: 700;
	padding: 0.5em;
	margin-bottom: 1em;
	border-bottom: dashed 3px #ccc;
}
.rec_li li i{
	color: #0079c3;
}
.rec_img img{
	display: block;
	max-width: 450px;
	margin: auto;
}
/* プライス ========================= */
.price{
	align-self: center;
}

.price dl{
	display: flex;
	align-items: center;
	border-bottom: dashed 3px #ccc;
}
.price dl dt{
	font-size: 1.2em;
	padding: 1rem;
	min-width: 6em;
	max-width: 9em;
}
.price dl dt span{
	font-size: 80%;
}
.price dl dd{
	padding: 1rem 1rem 1rem 0;
	flex: 1;
}
.price dl dd span{
	font-size: 80%;
}

/* 施工実績=========================== */
.card001{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.card001 figure{
	width: calc(100% / 3 - 30px);
	padding: 10px;
	background: #0079c3;
	color: #fff;
}
.card001 figure img{
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.work_title{
	color: #0079c3;
	margin-bottom: 6px;
	font-size: 1.1rem;
}
.card001 .arrow{
	font-size: 20px;
	line-height: 20px;
	color: #0079c3;
}

/* table============================================================ */
.triangle table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
	width:100%;
}

.triangle table tr{
    border-bottom: solid 2px white;
}

.triangle table tr:last-child{
    border-bottom: none;
}

.triangle table th{
    position: relative;
    width: 20%;
    background-color: #0079c3;
    color: white;
    text-align: center;
    padding: 10px;
}

.triangle table th:after{
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top:calc(50% - 10px);
    right:-10px;
    border-left: 10px solid #0079c3;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.triangle table td{
    background-color: #f5f5f5;
    padding: 10px 10px 10px 1.5rem;
	text-align: left;
}



.simple01 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.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: #0079c3;
	width: 20%;
	min-width: 6em;
}
.flex_contents{
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: auto;
	padding: 30px;
}
.flex_contents .img{
	width: 300px;
	text-align: center;
}
.flex_contents .img img{
	width: auto;
	height: 100%
}
.arrow_box{
    position:relative;
    width:calc(100% - 30px);
    height:100%;
    background:#dae8f2;
    padding:20px;
    text-align:left;
    color:#333;
    font-size:1em;
	line-height: 180%;
    border-radius:15px;
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(245, 245, 245, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:30px;
    border-right-width:30px;
    margin-top: -10px;
    border-left-color:#dae8f2;
    left:100%;
    top:50%;
}

.company_top{
	background:url("../img/bg_img05.png") no-repeat;
	background-size: 960px;
	background-position: bottom right;
	max-width: 100%;
	overflow: hidden;
}

.concept{
	padding: 20px 20px 20px 40px;
	margin-bottom: 20px;
	max-width: 43em;
}
.c_01{
	background: url("../img/bg_img06_bl.png") no-repeat;
	background-size: auto 95%;
	background-position: bottom left;
}
.c_02{
	background: url("../img/bg_img06_tr.png") no-repeat;
	background-size: auto 80%;
	background-position: top right;
	margin-left: 50px;
}
.c_03{
	background: url("../img/bg_img06_tl.png") no-repeat;
	background-size: auto 95%;
	background-position: top left;
}
.concept h4{
	font-family: 'Noto Serif JP', serif;
	font-size: 2em;
	margin-bottom: 15px;
}

.concept h4::first-letter{
	font-size: 200%;
	color: #0079c3;
	
}
.concept p{
	padding: 1em;
	line-height: 200%;
}

.sub_services_txt p{
	line-height: 180%;
}
.sub_services_txt ul li{
	font-family: 'Noto Serif JP', serif;
	font-size: 1.1em;
	padding: 0.4em;
	color: #0079c3;
}
.sub_services p{
	font-weight: 300;
	line-height: 180%;
	padding:0.5em 1em;
	font-size: 1em;
}
.services_img{
	text-align: center;
}
.services_img img{
	width: 400px;
	max-width: 100%;
	padding: 10px;
}

/* ながれ ================================================== */
.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;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.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;
	text-align: center;
	vertical-align: middle;
	width: 90px;
	background:url("../img/icon_awa.png") no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 10px;
	color: #0079c3;
	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: #0079c3;
	font-family: 'Noto Serif JP', serif;
	border-bottom: solid 3px #0079c3;
	margin-bottom: 10px;
}
.flow_arrow{
	font-size: 2em;
	text-align: center;
	background-image: linear-gradient( #1c46c0, #0fc9ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

.recruit .top_rec_flex h4{
	border-left: solid 5px #0079c3;
	font-family: 'Noto Serif JP', serif;
	padding: 0 0 0 0.5em;
	font-size: 1.25em;
}
.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 #0079c3; 
    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;
}




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

.contact_top{
	padding: 0 10px 50px;
}
.contact_top p{
	text-align: center;
	color: #0079c3;
	font-weight: 700;
	font-size: 1.5rem;
}
.contact_top ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact_top ul li{
	display: block;
	width: 200px ;
	height: 200px;
	padding: 60px 15px 15px;
	text-align: center;
	vertical-align: middle;
	margin-right: 15px;
	background-color: #004875;
	color: #fff;
	border-radius: 50%;
	font-weight: 700;
}
.contact_top ul li i{
	font-size: 300%;
	padding-top: 5px;
}
.contact_top ul li:last-child{
	margin-right: 0;
}
.contact_fax ul{
	width: 90%;
	margin: auto;
}
.contact_fax ul li{
	list-style: none;
	color: #0079c3;
	border-bottom: solid 1px #ccc;
	padding: 6px 0;
	font-size: 1em;
	font-weight: 700;
}

.tel_button{
    position: relative;
	overflow: hidden;
	text-decoration: none;
	display: block;
    width: 100%;
	max-width: 500px;
    background:#0079c3;
	border-radius: 5px;
    padding: 10px;
    text-align: center;
	margin: auto;
    outline: none;
    transition: ease .2s;
	cursor: pointer;
	font-size: 1.2em;
}
/*ボタン内spanの形状*/
.tel_button span {
	position: relative;
	z-index: 3;
	color:#fff;
}
/*== 背景が流れる*/
.bgleft:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#004875;
 	width: 100%;
	height: 100%;
	border-radius: 5px;
    /*アニメーション*/
 	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;
	margin: 30px 0;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table th{
	width: 200px;
	text-align: left;
	padding: 0.5em;
	vertical-align: top;
	line-height: 120%;
	color: #0079c3;
}
#mailform table tr:nth-child(odd){
	background-color:rgba(255,255,255,0.49);
}
#mailform table td{
	width: calc(100% - 210px);
	padding: 0.5em 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#mailform .radio{
	padding: 0 1rem;
	margin-bottom: 0.5rem;
}
#mailform .form_input,#mailform textarea{
	background:#fff;
	width: 100% !important;
	padding: 5px 10px;
	border:solid 1px #ccc;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#0079c3;
	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:#0079c3;
	color:#fff ;
	border-radius: 5px;
	margin: 0 auto;
}
input[type='submit']:hover{
	color: #fff;
	background:#004875;
}
.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding: 5px 10px;
	background:#fff;
	border-radius: 5px;
	border:solid 1px #ccc;
}
.postcord_btn{
	font-size: 0.7em;
	font-weight: 700;
	border-radius: 5px;
	background:#0079c3;
	padding: 0.25em 1em;
	color: #fff;
}
.postcord_btn:hover{
	background: #004875;
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	color: #333 !important;
	font-size: 1em !important;
	padding: 1em 0;
}
.infobox h5{
	color: #333;
}
.infobox p{
	font-size: 0.8em !important;
	color: #333;
	padding: 0.5em;
}
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: #0079c3;
	opacity: 0;
	height: 12px;
	width: 12px;
	left: 9px;
	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: #0079c3;
  border-color: #0079c3;
}

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






	.bakery_pic .flex{
		display: flex;
		flex-wrap: wrap;
	}
	.bakery_pic .flex .box{
		width: calc(100% / 4 - 8px);
		margin: 4px;
	}
	.bakery_pic .flex .box a{
		display: block;
		width: 100%;
		position: relative;
		overflow: hidden;
		min-height: 0%;
	}
	.bakery_pic .flex .box a::before{
		content: '';
		display: block;
		padding-top: 100%;
	}
	.bakery_pic .flex .box a img{
		display: block;
		object-fit: cover;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transition: all 0.3s ease;
	}
	.bakery_pic .flex .box p{
		font-size: 0.85rem;
		margin-top: 5px;
	}
	.bakery_pic .flex .box a:hover img{
		transform: scale(1.1);
	}
	@media (max-width: 960px){
		.bakery_pic .flex .box{
			width: calc(100% / 4 - 8px);
		}
	}
	@media (max-width: 750px){
		.bakery_pic .flex .box{
			width: calc(100% / 3 - 8px);
		}
	}
	@media (max-width: 450px){
		.bakery_pic .flex .box{
			width: calc(100% / 2 - 8px);
		}
	}

.flex230208{
	display: flex;
	justify-content: space-between;
}
.flex230208 .img{
	width: 48%;
}
.flex230208 .img img{
	display: block;
	width: 100%;
}
.flex230208 .text{
	width: 50%;
}
@media (max-width: 750px){
	.flex230208{
		display: block;
	}
	.flex230208 .img{
		width: 100%;
	}
	.flex230208 .text{
		width: 100%;
	}
}