@charset "UTF-8";
/* CSS Document */
body {
	background: url(../img/body_bg.jpg) repeat center top/cover;
}
li {
	list-style: none;
}
.zen {
	font-family: 'Zen Maru Gothic', serif;
}
.container * {
	margin: 0;
}
.wrap {
	z-index: 10;
}
#main {
	margin: 0 auto;
	max-width: 1100px;
	padding-bottom: 90px;
	background-color: #fff;
	color: #343434;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
}
#main .content {
	margin: 0 auto;
	max-width: 700px;
}
#main ul {
	margin: 0;
	padding: 0;
}
#main .main_img {
	position: relative;
}
#main .main_img .img_link {
	position: absolute;
	left: 0;
	width: 100%;
	right: auto;
	bottom: 4.5%;
	display: flex;
	gap: 30px;
	justify-content: center;
}
#main .main_img .img_link a {
	display: block;
}
#main .main_img .coming_soon {
	pointer-events: none;
}
#main .main_img .img_link li {
	width: 120px;
}
#main .head_line {
	margin: 0 auto 31px;
	padding: 49px 65px 0;
	width: fit-content;
	text-align: center;
	font-size: 22px;
	line-height: 1.636;
	color: #023894;
	font-family: 'Zen Maru Gothic', serif;
}
#main .head_line .title {
	margin: 0 auto 6px;
	padding: 5px 23px;
	width: fit-content;
	display: block;
	font-size: 18px;
	letter-spacing: -0.01em;
	line-height: 1.555;
	background: url(../img/bg06.png) no-repeat left center / 100%;
}
#main .head_line .small {
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.9;
}
#main sup {
	margin-right: 5px;
	vertical-align: super;
	font-size: 12px;
	font-weight: normal;
	color: #023894;
}
#main .img img {
	width: 100%;
}
#main .com_list {
	display: flex;
	flex-wrap: wrap;
	gap: 62px;
}
#main .com_list li {
	width: calc((100% - 124px) / 3);
}
#main .com_list .img {
	margin: 0 auto 8px;
	width: 120px;
	height: 120px;
	display: block;
	text-align: center;
	border-radius: 50%;
	aspect-ratio: 1;
}
#main .com_list .img img {
	height: 100%;
	object-fit: cover;
}
#main .com_list .info {
	margin-bottom: 8px;
	display: block;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	color: #023894;
}
#main .com_list .txt {
	font-weight: bold;
	line-height: 1.625;
}
#main .goal_box p {
	color: #023894;
	text-align: right;
	max-width: 814px;
	margin: 0 auto;
}
#main .conference {
	margin: 0 auto 64px;
	padding: 38px 20px 93px;
	max-width: 814px;
	background: url(../img/bg04.png) no-repeat left 53px bottom 6px / 58px auto, url(../img/bg02.png) no-repeat right 61px bottom / 84px auto;
}
#main .conference p {
	text-align: center;
	font-size: 16px;
	color: #023894;
}
#main .condition {
	margin: 0 auto;
	max-width: 980px;
	padding: 80px 0 55px;
	background: url(../img/nextmonth/bg01.png) no-repeat 25px 35px / 151px auto, url(../img/nextmonth/bg02.png) no-repeat right 100px / 90px auto;
}
#main .condition .content {
	padding: 50px 40px 40px;
	background-color: #EAF6FF;
	box-sizing: border-box;
}
#main .condition .head_line {
	margin-bottom: 26px;
	padding: 0 0 13px;
	width: auto;
	border-bottom: 3px dotted #b1ddff;
}
#main .condition .img {
	margin-bottom: 33px;
	text-align: center;
}
#main .condition .img img {
	width: 350px;
}
#main .condition .inner {
	margin: 0 auto 28px;
	max-width: 500px;
	line-height: 1.75;
}
#main .condition .inner:last-of-type {
	margin-bottom: 0;
}
#main .condition .inner p {
	margin: 0 0 27px;
}
#main .condition .inner p:last-child {
	margin-bottom: 0 !important;
}
#main .condition .inner sup {
	color: #023894;
	vertical-align: inherit;
}
#main .condition .list_ul {
	margin-top: 8px;
}
#main .condition .list_ul li {
	margin-left: 24px;
	font-size: 14px;
	font-weight: normal;
	color: #023894;
	text-indent: -24px;
}
#main .condition .qa_box {
	margin: 0 auto;
	max-width: 500px;
}
#main .condition .qa_box .sub_box:not(:last-child) {
	margin-bottom: 62px;
}
#main .condition .qa_box .photo {
	margin: 0 auto 30px;
	width: 372px;
}
#main .condition .qa_box .photo img {
	width: 100%;
}
#main .condition .qa_box h3 {
	border-bottom: none;
	padding-bottom: 0;
}
#main .condition .qa_list li:not(:last-child) {
	margin-bottom: 26px;
}
#main .condition .qa_list .ttl {
	margin-bottom: 8px;
	font-size: 17px;
	display: flex;
	align-items: center;
	background-color: #FFFDE3;
}
#main .condition .qa_list .ttl .en {
	width: 52px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Cabin", sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	background: #fff7a2;
	text-align: center;
}
#main .condition .qa_list .ttl .jp {
	padding: 0 40px 0 5px;
	flex: 1;
	font-weight: 600;
	text-align: center;
}
#main .condition .qa_list .txt {
	line-height: 1.75;
}
#main .measurement {
	margin-bottom: 50px;
}
#main .measurement .head_line {
	margin-bottom: 20px;
	padding: 23px 82px 10px 86px;
	font-size: 22px;
	background: url(../img/3monthslater/bg06.png) no-repeat left 7px / 97px auto, url(../img/3monthslater/bg07.png) no-repeat right top / 86px auto;
}
#main .measurement h3 {
	color: #023894;
	font-size: 18px;
	line-height: 1.89;
	margin-bottom: 8px;
	text-align: center;
}
#main .measurement .notes {
	margin-bottom: 50px;
	font-weight: 400;
	text-align: center;
}
#main .measurement h4 {
	margin-bottom: 42px;
	color: #023894;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
}
#main .measurement .img {
	margin-bottom: 30px;
}
#main .target {
	margin-bottom: 60px;
	text-align: center;
}
#main .target .head_line {
	margin-bottom: 33px;
	padding: 16px 87px 32px;
	letter-spacing: 0px;
	font-size: 24px;
	background: url(../img/bg09.png) no-repeat 45px top / 34px auto, url(../img/bg10.png) no-repeat right bottom / 74px auto;
}
#main .target .head_line span {
	display: inline-block;
}
#main .target p {
	margin-bottom: 68px;
	font-size: 18px;
	line-height: 1.888;
}
#main .target .btn_list {
	padding-top: 205px;
	background: url(../img/3monthslater/bg03.png) no-repeat left 50% top/445px auto;
}
#main .btn_list li {
	margin-bottom: 40px;
}
#main .btn_list li:last-of-type {
	margin-bottom: 0 !important;
}
#main .btn_list a {
	margin: 0 auto;
	padding: 7px 20px 8px;
	width: 360px;
	min-height: 76px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	background: #023894 url(../img/arrow_icon01.png) no-repeat right 20px center / 25px;
	box-sizing: border-box;
}
#main .btn_list .coming_soon {
	font-size: 20px;
	color: #abaaaa;
	pointer-events: none;
	background: #e3e3e3 url(../img/arrow_icon02.png) no-repeat right 20px center / 25px;
}
#main .series .head_line {
	margin-bottom: 12px;
	padding: 63px 112px 0;
	background: url(../img/bg11.png) no-repeat left top 37px / 104px auto, url(../img/bg12.png) no-repeat right top / 104px auto;
}
#main .series .head_line .small {
	font-size: 16px;
	font-weight: bold;
}
#main .series .img {
	margin-bottom: 40px;
}
#main .series .btn_list a {
	padding-right: 55px;
	min-height: 63px;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: -0.05em;
}
@media screen and (min-width:751px) {
	.sp {
		display: none;
	}
	#main .img_link a:hover {
		opacity: 0.7;
	}
	#main .btn_list a:hover {
		opacity: 0.7;
	}
	#main .com_list .info span {
		display: block;
		font-size: 18px;
	}
	.footer {
		width: auto;
		max-width: 960px;
	}
}