@charset "utf-8";

/*:root {
	--width-pc: 980px;
	--width-sp: 375px;

	--main-theme-color:    #f6aebe;
	--sub-theme-color:     #f3d8ee;
	--sub-theme-color-txt: #80745c;
	--main-theme-color-bg: #decdee;
}*/
body {
	margin:0;
	padding:0;
}
ul.breadcrumbs {
	display: flex;
	padding: 10px 2%;
	margin: 0;
	background-color: #efefef;
}
ul.breadcrumbs > li {
	display: block;
	font-size: var(--compact-font-size);
}
ul.breadcrumbs > li + li {
	margin-left: 3px;
}
ul.breadcrumbs > li + li::before {
	content: "＞";
	margin-right: 3px;
}

.pc{
	display: none;
}
.sp{
	display: block;
}
#pagetop{
	width:50px;
	height:60px;
    position:fixed;
    right:10px;
    bottom:0px;
    cursor:pointer;
	z-index:100;
}

/*------------------------------------*/


h1{
	margin: 0;
	padding: 0;
}
h2{
	margin: 0;;
	padding: 0;
}

section.key-visual{
	width: 100%;
	clear: both;
}
section.key-visual　> .main-img img {
	max-width: var(--width-pc);
}
section.situation{
	width: 100%;
}
section.situation　> .main-img img {
	max-width: var(--width-pc);
}
main section.key-visual {
	width:100%;
	height:auto;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: top center;
}
.key-visual-inner{
	width:100%;
	height:auto;
	margin:0 auto -10px;
}

section.synchro{
	width: 100%;
	height:auto;
	margin: 0 auto 50px;
	clear: both;
}
section.synchro_{
	width: 100%;
	height: auto;
	margin: 50px auto 0;
	clear: both;
}
.synchro_wrap{
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	display: flex;
	gap: 30px;
}
.ph01 {
	width: 100%;
}
.btn_text {
	padding: 0 10px;
	width: 300px;
	height: 60px;
	color: white;
	background-color: #014f6f;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
	padding-top: 15px; 
	display: block;
	border-radius: 10px;
	text-align: center;
}

section.introduction {
	width: 100%;
	max-width: 1000px;
	height: 100%;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}


@media (max-width: 760px) {
	.synchro_wrap{
		height: 100%;
		width: 85%;
		display:block;
		text-align: center;
	}
	.ph01 {
		width: 100%;
	}
	.btn_text {
	padding: 0 10px;
	width: 350px;
	height: 50px;
	background-color: #014f6f;
	margin: 0 auto;
	font-size: 15px;
	font-weight: bold;
	padding-top: 15px; 
	display: block;
	border-radius: 10px;
	text-align: center;
}

	.tag {
		width:80%;
		max-widh: 200px;
	}
	
	.introduction_wrap01 {
		width: 80%;
		margin: 0 auto;
	}
	
}
/*-- タブレット／PC用スタイリング --*/
/*@media screen and (min-width:768px) and (max-width:959px) {*/
@media screen and (min-width:768px) {
	.pc{
	display: block;
	}
	.sp{
	display: none;
	}

section.key-visual{
	width: 100%;
}
section.key-visual　> .main-img img {
	max-width: var(--width-pc);
}


/*-----------------------ボタン-----------------------*/
}
@media screen and (max-width:400px) {
}
@media screen and (min-width:960px) {
}
@media screen and (min-width:1100px) {
}
@media screen and (max-width:1320px) {
}
@media screen and (min-width:1500px) {
}