@charset "utf-8";
/*------------------------------------------------------------
	model
------------------------------------------------------------*/
#main .bgWrap {
	margin-bottom: 10rem;
	padding-bottom: 9rem;
	background: #E8F5FA;
}
#main .fvBox {
	margin-bottom: 10.8rem;
	padding-left: 26rem;
	position: relative;
	background: #fff;
}
#main .fvBox .comMark {
	left: 9.9rem;
}
#main .fvBox .comMark .num {
	background-image: url(../img/model/bg01.png);
}
#main .fvBox .comMark .txt {
	color: #fff;
	background-image: url(../img/model/bg02.png);
}
#main .fvBox .mainImg {
	position: relative;
}
#main .fvBox .mainImg::before {
	width: 58.2%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
	content: '';
}
#main .fvBox .mainImg img {
	width: 100%;
	min-height: 70rem;
	object-fit: cover;
}
#main .fvBox h2 {
	position: absolute;
	left: 12.4rem;
	bottom: 23.3rem;
	color: #122C5C;
	font-size: 6rem;
	font-weight: 500;
}
#main .fvBox .profile {
	padding: 1.6rem 3rem 0.1rem 7.8rem;
	min-width: 31.3rem;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 0 2.4rem 0 0;
	background: #E8F5FA;
}
#main .fvBox .profile .name {
	margin-bottom: 1rem;
	color: #122C5C;
}
#main .fvBox .profile .name .grotesk {
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1;
}
#main .fvBox .profile .name .grotesk .honorific {
	font-size: 2.4rem;
	vertical-align: 0.04em;
}
#main .fvBox .profile .name .sml {
	margin-top: 0.4rem;
	display: block;
	font-size: 2rem;
	font-weight: bold;
}
#main .fvBox .profile .time {
	margin-bottom: 0.6rem;
	padding: 0.4rem 1rem 0.2rem;
	width: fit-content;
	line-height: 1.25;
	border-radius: 3rem;
	border: 0.1rem solid #000;
}
#main .fvBox .profile .text {
	margin-bottom: -0.2rem;
	color: #122C5C;
	line-height: 1.58;
}
#main .fvBox .scrollBtn {
	margin-top: 1.6rem;
	width: 2.8rem;
	position: absolute;
	left: 2.5rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
#main .fvBox .scrollBtn a {
	display: block;
	position: relative;
}
#main .fvBox .scrollBtn a img {
	width: 100%;
}
#main .fvBox .scrollBtn a .arrow {
	width: 1.6rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}
#main .fvBox .scrollBtn a .arrow::before {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/common/arrow.png) no-repeat center center / auto 100%;
	content: '';
	animation: linear arrow 4s infinite;
}
#main .comQaBox {
	margin-bottom: 8rem;
	padding-top: 3.4rem;
}
#main .comQaBox .headLine01 {
	margin-bottom: 2.7rem;
	padding: 1.7rem 0 0 7.2rem;
	width: auto;
	border-bottom: none;
	font-weight: bold;
	color: #5AB0EF;
	background: url(../img/model/icon01.png) no-repeat left top / 6.2rem;
}
#main .how {
	margin-bottom: 9.9rem;
}
#main .how .photo img {
	width: 100%;
}
#main .how h3 {
	margin: -16.8rem auto 0;
	width: 25.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.636;
	text-align: center;
	background: url(../img/model/bg03.png) no-repeat center top / 100%;
	aspect-ratio: 254/220;
	z-index: 1;
}
#main .how h3 span {
	font-weight: bold;
}
#main .how .content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 7.3rem 18rem;
	position: relative;
}
#main .how .content::before {
	margin-left: -0.1rem;
	width: 0.2rem;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	background: #5AB0EF;
	content: '';
}
#main .how .content::after {
	margin-left: -0.6rem;
	width: 1.2rem;
	height: 1.2rem;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-radius: 50%;
	background: #5AB0EF;
	content: '';
}
#main .how .item01 {
	grid-column: 1;
	grid-row: 1;
}
#main .how .item02 {
	display: flex;
	align-items: flex-end;
	grid-column: 2;
	grid-row: 1 / span 2;
	padding-top: 12.6rem;
	padding-bottom: 0.7rem;
}
#main .how .item02 .inner {
	width: 100%;
}
#main .how .item03 {
	grid-column: 1;
	grid-row: 2;
}
#main .how h4 {
	margin-bottom: 1.8rem;
	color: #2078D0;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.2;
}
#main .how h4 .lg {
	font-size: 6rem;
	font-weight: 400;
	line-height: 1.08;
}
#main .how h4 .mid {
	font-size: 4.5rem;
}
#main .how h4 .sm {
	margin-top: 0.3rem;
	display: block;
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
}
#main .how h4 .sm::before {
	width: calc(100% + 8rem);
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #2078D0;
	clip-path: polygon(0 0, calc(100% - 1.2rem) 0, 100% 50%, calc(100% - 1.2rem) 100%, 0 100%);
	content: '';
}
#main .how h4 .sm span {
	padding: 0.7rem 0.8rem 0.4rem;
	display: block;
	position: relative;
	z-index: 1;
}
#main .how .headLine02 {
	margin-bottom: 1rem;
	font-size: 2.4rem;
	letter-spacing: 0;
	line-height: 1.667;
}
#main .how p {
	font-size: 1.8rem;
	line-height: 2;
}
#main .how .item02 h4 .sm::before {
	left: -8rem;
	clip-path: polygon(0 50%, 1.2rem 0, 100% 0, 100% 100%, 1.2rem 100%);
}
#main .how .item02 .photo {
	margin: 3.7rem 0 0 -2.2rem;
}
#main .comStory {
	margin-bottom: 7.2rem;
	padding-top: 2.8rem;
}
#main .comStory .headLine03 {
	margin-bottom: 2rem;
	gap: 1rem;
	color: #5AB0EF;
}
#main .comStory .headLine03 .icon {
	width: 6.2rem;
}
#main .comStory .headLine03 .txt {
	padding-top: 1.7rem;
	font-weight: bold;
}
#main .dayBox {
	margin-bottom: 9.9rem;
	position: relative;
}
#main .dayBox::before {
	margin-left: -0.1rem;
	width: 0.2rem;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	background: #5AB0EF;
	content: '';
}
#main .dayBox.flexC::before {
	display: none;
}
#main .holidays {
	padding-top: 1.7rem;
	width: 50rem;
}
#main .holidays h3 {
	margin-bottom: 5.2rem;
	padding-bottom: 1.3rem;
	min-height: 18.5rem;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 500;
	color: #5AB0EF;
	letter-spacing: 0.05em;
	background: url(../img/model/bg04.png) no-repeat center top / 37.4rem auto;
}
#main .holidays p {
	margin-bottom: 4.6rem;
	color: #122C5C;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2;
}
#main .holidays .photo img {
	width: 100%;
}
#main .holidays .photo .txt {
	display: block;
	margin-top: 0.9rem;
	font-size: 1.8rem;
	color: #122C5C;
}
#main .daily {
	padding-top: 2.5rem;
	width: 49.2rem;
}
#main .dayBox.flexC .daily {
	padding-top: 0;
	width: 80rem;
}
#main .daily h3 {
	margin: 0 0 5.7rem 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.6rem;
	color: #5AB0EF;
}
#main .daily h3 .icon {
	width: 9.1rem;
}
#main .daily h3 .txt {
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.428;
	letter-spacing: 0.05em;
}
#main .daily .comDailyList {
	gap: 2.8rem 1.1rem;
	line-height: 1.5;
}
#main .daily .comDailyList dt {
	text-align: left;
	color: #5AB0EF;
	font-weight: 500;
	text-decoration: none;
}
#main .daily .comDailyList dd {
	width: calc(100% - 8rem);
	min-height: 4.4rem;
}
#main .comBtmBox {
	padding-top: 7.9rem;
}
#main .comBtmBox .imgBox .photoBox {
	margin-top: -18.1rem;
}
#main .comBtmBox .imgBox {
	margin-bottom: 12rem;
}
#main .comBtmBox .list li .mark {
	background-image: url(../img/model/bg05.png);
}
@media all and (min-width: 897px) {
	#main .comBtmBox::before {
		background: linear-gradient(#e8f5fa 0%, rgba(232, 245, 250, 0) 100%);
	}
}
@media all and (max-width: 896px) {
	#main .bgWrap {
		margin-bottom: 4rem;
		padding-bottom: 5.8rem;
	}
	#main .fvBox {
		margin-bottom: 5rem;
		padding-left: 3.1rem;
	}
	#main .fvBox::after {
		width: 100%;
		position: absolute;
		left: 0;
		top: 100%;
		background: url(../img/model/bg06.png) no-repeat center top / 100%;
		aspect-ratio: 1500/3542;
		content: '';
	}
	#main .fvBox .comMark {
		left: 5.1rem;
	}
	#main .fvBox .mainImg::before {
		width: 65.4%;
		/* height: 92.87%; */
	}
	#main .fvBox .mainImg img {
		min-height: initial;
		aspect-ratio: 344/540;
		object-fit: cover;
	}
	#main .fvBox h2 {
		left: 4.4rem;
		bottom: auto;
		top: 14.4rem;
		font-size: 2.5rem;
		writing-mode: vertical-rl;
		white-space: nowrap;
		text-orientation: upright;
	}
	#main .fvBox .profile {
		padding: 1.2rem 4.3rem 0.1rem 3.1rem;
		min-width: initial;
		border-radius: 0 1.2rem 0 0;
	}
	#main .fvBox .profile .name {
		margin-bottom: 0.7rem;
		display: flex;
		gap: 1rem;
		align-items: center;
	}
	#main .fvBox .profile .name .sml {
		margin-top: 0;
		font-size: 1.2rem;
	}
	#main .fvBox .profile .name .grotesk .honorific {
		font-size: 2.2rem;
		vertical-align: 0.04em;
	}
	#main .fvBox .profile .time {
		padding: 0.4rem 1.5rem 0.2rem;
	}
	#main .fvBox .profile .text {
		margin-bottom: -0.5rem;
	}
	#main .fvBox .scrollBtn {
		display: none;
	}
	#main .comQaBox {
		margin-bottom: 5rem;
		padding-top: 2.3rem;
	}
	#main .comQaBox .headLine01 {
		margin-bottom: 1.3rem;
		padding: 0 0 0 3.8rem;
		font-size: 2.6rem;
		background-size: 3.1rem;
		line-height: 1.3;
		background-position: left top 0.1rem;
	}
	#main .comQaBox .headLine02 {
		margin-bottom: 1.9rem;
	}
	#main .how {
		margin-bottom: 6rem;
	}
	#main .how .photo img {
		aspect-ratio: 375/400;
		object-fit: cover;
	}
	#main .how h3 {
		margin: -6rem 0 2.5rem 0;
		padding: 0.8rem 5.7rem 0.9rem 5rem;
		width: fit-content;
		display: block;
		font-size: 2.4rem;
		text-align: left;
		line-height: 1.36;
		background: #5AB0EF;
		aspect-ratio: initial;
		clip-path: polygon(0 0, calc(100% - 3.4rem) 0, 100% 50%, calc(100% - 3.4rem) 100%, 0 100%);
	}
	#main .how .content {
		margin: 0 5rem;
		display: block;
	}
	#main .how .content::before,
	#main .how .content::after {
		display: none;
	}
	#main .how .item01 {
		margin-bottom: 3.3rem;
	}
	#main .how .item02 {
		margin-bottom: 3.3rem;
		padding: 0;
		display: block;
	}
	#main .how h4 {
		margin-bottom: 1.9rem;
		font-size: 2.4rem;
	}
	#main .how h4 .lg {
		font-size: 4.5rem;
	}
	#main .how h4 .mid {
		font-size: 3.5rem;
	}
	#main .how h4 .sm {
		margin: 0.2rem -2rem 0 0.2rem;
		font-size: 2rem;
	}
	#main .how h4 .sm::before {
		width: calc(100% + 5.3rem);
		height: 100%;
		position: absolute;
		left: auto;
		right: 0;
	}
	#main .how h4 .sm span {
		padding: 0.9rem 1rem 0.7rem 0;
	}
	#main .how .headLine02 {
		margin-bottom: 1.3rem;
		font-size: 2.0rem;
		letter-spacing: 0.05em;
		line-height: 1.7;
	}
	#main .how p {
		margin-bottom: 3.6rem;
		font-size: 1.4rem;
        line-height: 1.875;
	}
	#main .how p:last-child {
		margin-bottom: 0;
	}
	#main .how .item02 h4 .sm::before {
		left: auto;
		clip-path: polygon(0 0, calc(100% - 1.2rem) 0, 100% 50%, calc(100% - 1.2rem) 100%, 0 100%);
	}
	#main .how .item03 .photo {
		margin: 0 -1.9rem;
	}
	#main .how .item03 .photo img {
		aspect-ratio: initial;
	}
	#main .comStory {
		margin-bottom: 4rem;
		padding-top: 2.2rem;
		padding-bottom: 2.8rem;
	}
	#main .comStory .headLine03 {
		margin-bottom: 2rem;
		gap: 1.2rem;
		font-size: 2.9rem;
	}
	#main .comStory .headLine03 .icon {
		width: 3.1rem;
	}
	#main .comStory .headLine03 .txt {
		padding-top: 0.4rem;
	}
	#main .comStory .headLine02 {
		margin-bottom: 1.9rem;
	}
	#main .dayBox {
		margin-bottom: 8.3rem;
		display: block;
	}
	#main .dayBox::before {
		display: none;
	}
	#main .holidays {
		margin-bottom: 3.5rem;
		padding-top: 0;
		padding-bottom: 3.5rem;
		width: auto;
		border-bottom: 0.1rem solid #5AB0EF;
	}
	#main .holidays h3 {
		margin-bottom: 3rem;
		padding-bottom: 1rem;
		min-height: 15.4rem;
		font-size: 2.3rem;
		background-size: 31.3rem auto;
	}
	#main .holidays p {
		margin: 0 2rem 2.7rem;
		font-size: 1.4rem;
        line-height: 1.875;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
		color: #000;
	}
	#main .holidays .photo .txt {
		margin-top: 0.8rem;
		font-size: 1.2rem;
		text-align: right;
	}
	#main .holidays .photo {
		margin-left: 0.2rem;
	}
	#main .daily {
		padding-top: 0;
		width: auto;
	}
	#main .dayBox.flexC .daily {
		width: auto;
	}
	#main .daily h3 {
		margin: 0 0 3.5rem;
		gap: 1.3rem;
	}
	#main .daily h3 .icon {
		width: 7.2rem;
	}
	#main .daily h3 .txt {
		font-size: 2.5rem;
		line-height: 1.33;
		letter-spacing: 0;
	}
	#main .daily .comDailyList {
		margin: 0 2rem;
		gap: 1.6rem 2.4rem;
	}
	#main .daily .comDailyList dt {
		text-align: right;
	}
	#main .daily .comDailyList dd {
		width: calc(100% - 7.4rem);
		min-height: initial;
	}
	#main .comBtmBox {
		padding-top: 3.4rem;
		padding-bottom: 18.8rem;
	}
	#main .comBtmBox .imgBox .photoBox {
		margin-top: -0.1rem;
	}
	#main .comBtmBox .imgBox {
		margin-bottom: 4.2rem;
	}
}
#main #pagePath ul {
	width: 137rem;
}
/* top */
#main .top {
	padding-bottom: 20.7rem;
	position: relative;
	background: url(../img/model/top_bg.png) no-repeat left calc(50% - 7.6rem) top 5rem / 294.9rem auto;
}
#main .top #pagePath {
	margin-bottom: 5.8rem;
}
#main .top #pagePath::before {
	background: #EAEAEA;
}
#main .top #pagePath ul {
	width: 120rem;
}
#main .top .content {
	width: 116.4rem;
}
#main .top .headLine04 {
	margin-bottom: 3.9rem;
}
#main .top .comList li .mark {
	background: #5AB0EF;
}
@media all and (max-width: 896px) {
	#main .top {
		padding-bottom: 16.3rem;
		background-image: url(../img/model/top_bg_sp.png);
		background-position: center top;
		background-size: 100%;
	}
	#main .top #pagePath {
		margin-bottom: 2.1rem;
	}
	#main .top .headLine04 {
		margin-bottom: 0.6rem;
	}
	#main .top .comList li .name {
		gap: 0 1.5rem;
	}
}