@charset "UTF-8";
body {
	background-color: #fff9db;
}
img {
	height: auto;
}
@media only screen and (min-width: 751px) {
	body,
	.container {
		min-width: 1080px;
	}
}
/* font
--------------------------------------------------------------------------------------*/
.container {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 1.6;
}
.t_bold {
	font-family: "游ゴシック体", YuGothic, "游ゴシック semibold", "Yu Gothic semibold", "游ゴシック", "Yu Gothic", sans-serif;
}

/* 
--------------------------------------------------------------------------------------*/
.container {
	position: relative;
	z-index: 0;
	width: 100%;
	min-height: calc(100vh - 126px);
	text-align: center;
	background: url("../img/title_bg.png") no-repeat center top;
	background-blend-mode: multiply;
}
.container::before,
.container::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.container::before {
	background: url("../img/noise.svg") repeat;
	background-size: 150px 150px;
	opacity: 0.3;
	z-index: -2;
}
.container::after {
	mix-blend-mode: multiply;
	opacity: 0.8;
	z-index: -1;
}

.c-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@media only screen and (min-width: 751px) {
	.container {
		font-size: 1.8rem;
		background-image: url("../img/title_bg.png"), url("../img/pic_footprint01.png"), url("../img/pic_footprint02.png"), url("../img/pic_footprint03.png"), url("../img/pic_footprint04.png");
		background-position: center top, center 843px, center 1547px, center 2874px, center 3935px;
		background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
		background-size: auto auto, contain, contain, contain, contain;
	}
	.container::before,
	.container::after {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	/* .container::after {
		background: url("../img/main_bg_pc.png") no-repeat center 478px;
		background-size: contain;
	} */
	.container.oubo_form::after {
		background-position: center 230px;
	}
	.oubo_form .contents {
		margin-top: 50px;
	}
}
@media only screen and (max-width: 750px) {
	.container {
		min-height: calc(100vh - 100px);
		background-size: 150vw auto;
		font-size: 1.4rem;
	}
	.container::before {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	/* .container::after {
		top: 0;
		left: 0;
		aspect-ratio: 125 / 220;
		background: url("../img/main_bg_sp.png") no-repeat center bottom;
		background-size: contain;
	} */
	.container.oubo_form::after {
		background-position: center 180px;
	}
}
/* hero
--------------------------------------------------------------------------------------*/
.hero {
	max-width: 1200px;
	margin: 0 auto;
}
@media only screen and (min-width: 751px) {
	.hero {
		min-width: 1080px;
		padding: 43px 0 60px;
		position: relative;
	}
	.hero .pic_character {
		position: absolute;
		top: 200px;
        right: 100px;
        width: 275px;
	}
	.hero .pic_character img {
		display: inline-block;
		width: 125px;
}
	.hero .info {
		margin-top: -95px;
	}
}
@media only screen and (max-width: 750px) {
	.hero {
		padding: 20px 3% 45px;
	}
	.hero .pic_character {
		margin-top: -35px;
		padding-bottom: 15px;
	}
	.oubo_form .hero {
		padding: 20px 3% 80px;
		position: relative;
	}
	.oubo_form .hero .pic_character {
		position: absolute;
		top: 50%;
		right: 3%;
		width: 28%;
		margin-top: 0;
	}
}
/* contents
--------------------------------------------------------------------------------------*/
.contents {
	z-index: 2;
}
.contents_block {
	margin-bottom: 40px;
	background-color: #fff;
	border: 4px solid #fcedbf;
	border-radius: 18px;
}
.contents_block h2 {
	transform: translateY(-50%);
}
.contents_block.info2 h2 {
	transform: none;
}
@media only screen and (min-width: 751px) {
	.contents {
		width: 1080px;
		margin: 0 auto;
	}
	.contents_block {
		margin-bottom: 100px;
		border-width: 7px;
		border-radius: 36px;
	}
	.contents_map {
		padding: 0 13px 20px;
	}
	.contents_oubo {
		padding: 0 110px 100px;
	}
}
@media only screen and (max-width: 750px) {
	.contents {
		padding: 0 3%;
	}
	.contents_block {
		padding: 0 3% 10px;
	}
	.contents_block h2 {
		width: 80%;
		margin: 0 auto;
	}
	.oubo_form .contents_block h2 {
		width: 62%;
	}
}
.contents .t_bold {
	font-weight: bold;
}
.contents .t_red {
	color: #aa1f24;
}
.contents .t_small {
	font-size: 0.9em;
}

/* co-hosted
--------------------------------------------------------------------------------------*/
.co-hosted {
	position: relative;
	z-index: 1;
	padding: 50px 0 10px;
	color: #fff;
}
.co-hosted::before,
.co-hosted::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.co-hosted::before {
	background-color: #6bab7e;
	z-index: -1;
}
.co-hosted::after {
	background: url("../img/noise.svg") repeat;
	background-size: 50px 50px;
	mix-blend-mode: screen;
	opacity: 0.3;
	z-index: 0;
}
.co-hosted dl {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	padding-bottom: 80px;
}
.co-hosted dl dt {
	width: 3em;
}
.co-hosted dl dt::after {
	content: "：";
}
.co-hosted dl dd {
	width: calc(100% - 3em);
}
@media only screen and (min-width: 751px) {
	.co-hosted dl {
		width: 1080px;
		margin: 0 auto;
		padding-bottom: 80px;
	}
}
@media only screen and (max-width: 750px) {
	.co-hosted {
		padding: 20px 3% 10px;
	}
}
.footer_simple .copyright {
	font-size: 1.4rem;
	color: #fff;
}
@media only screen and (max-width: 750px) {
	.footer_simple .copyright {
		font-size: 1.2rem;
	}
}