@charset "UTF-8";
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 100;
	src: url("../fonts/NotoSansJP-Thin.woff2") format("woff2"), url("../fonts/NotoSansJP-Thin.woff") format("woff");
}
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/NotoSansJP-Light.woff2") format("woff2"), url("../fonts/NotoSansJP-Light.woff") format("woff");
}
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 900;
	src: url("../fonts/NotoSansJP-Black.woff2") format("woff2"), url("../fonts/NotoSansJP-Black.woff") format("woff");
}
:root {
	font-size: 62.5%;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, img, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figcaption, figure, footer, header, nav, section, audio, video {
	background: transparent;
	border: 0;
	font-size: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

*, *::before, *::after {
	box-sizing: border-box;
}

html *::before {
	/* screen shot用 */
	height: 4px;
	inset-block-start: 0;
	inset-inline-start: 0;
	width: 100vw;
}
html *::after {
	/* screen shot用 */
	height: 100vh;
	inset-block-start: 0;
	inset-inline-end: 0;
	width: 4px;
}

body {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	color: #222;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
}
body *::before {
	/* screen shot用 */
	height: 4px;
	inset-block-start: 0;
	inset-inline-start: 0;
	width: 100vw;
}
body *::after {
	/* screen shot用 */
	height: 100vh;
	inset-block-start: 0;
	inset-inline-end: 0;
	width: 4px;
}

article, figcaption, figure, footer, header, nav, section {
	display: block;
}

ul, ol {
	list-style: none;
}

li {
	list-style: none;
}

ol li {
	list-style-type: decimal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	background: transparent;
	font-size: inherit;
	margin: 0;
	padding: 0;
	text-decoration: none;
	transition: all 0.2s ease;
	vertical-align: baseline;
}

input, select {
	vertical-align: middle;
}

sup {
	font-size: 50%;
	position: relative;
	vertical-align: top;
}

sub {
	font-size: 70%;
	position: relative;
	vertical-align: top;
}

img {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	display: block;
	height: auto;
	width: 100%;
}

#footer {
	background-color: #fff;
	border-top: 1px solid #ddd;
	font-size: 13px;
	line-height: 1.6;
	padding: 40px 0;
}
#footer .inner {
	margin: 0 auto;
	max-width: 1040px;
	padding: 0 20px;
	position: relative;
}
#footer .note {
	-webkit-margin-after: 40px;
	        margin-block-end: 40px;
}
#footer .note dt, #footer .note dd {
	font-size: 14px;
}
#footer .note dd {
	display: flex;
}
#footer .note dd .number {
	white-space: nowrap;
}
#footer .button {
	-webkit-margin-after: 50px;
	        margin-block-end: 50px;
}
#footer .button a {
	align-items: center;
	background-color: #2a276e;
	border-radius: 10px;
	color: #fff;
	display: flex;
	font-size: 18px;
	justify-content: center;
	margin-inline: auto;
	max-width: 260px;
	min-height: 50px;
	width: 100%;
}
#footer .button a:hover {
	background-color: #54528b;
}
#footer .company_logo img {
	height: 86px;
	margin: 0 auto 20px;
	max-width: 360px;
}
#footer .copyright {
	-webkit-margin-after: 20px;
	        margin-block-end: 20px;
	text-align: center;
}
#footer .date {
	-webkit-margin-after: 20px;
	        margin-block-end: 20px;
	text-align: right;
}
#footer .rating {
	display: flex;
	justify-content: center;
	-webkit-margin-after: 30px;
	        margin-block-end: 30px;
}
#footer .logo_m3 {
	margin: 0 auto;
	max-width: 178px;
}

#backtotop {
	-webkit-animation: fade-out 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
	        animation: fade-out 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
	inset-block-end: 20px;
	inset-inline-start: 0;
	margin-inline: auto 20px;
	position: sticky;
	transition: all 0.3s ease;
	width: 40px;
	z-index: 1000;
}
#backtotop a {
	display: inline-block;
	padding: 10px 0;
}
#backtotop.float {
	-webkit-animation: fade-in 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
	        animation: fade-in 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
}
@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.fadeIn {
	opacity: 0;
	transition-duration: 500ms;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	transition-timing-function: ease;
}
.fadeIn_t {
	-webkit-transform: translate(0, -48px);
	        transform: translate(0, -48px);
}
.fadeIn_r {
	-webkit-transform: translate(48px, 0);
	        transform: translate(48px, 0);
}
.fadeIn_b {
	-webkit-transform: translate(0, 48px);
	        transform: translate(0, 48px);
}
.fadeIn_l {
	-webkit-transform: translate(-48px, 0);
	        transform: translate(-48px, 0);
}

.scrollIn {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

#top {
	position: relative;
	z-index: 1;
}

.header {
	background: #fff url(../img/bg1.png) no-repeat 50% 50%;
	background-size: cover;
	-webkit-padding-before: 28px;
	        padding-block-start: 28px;
	position: relative;
	z-index: 2;
}
.header .trademark {
	align-items: center;
	display: grid;
	grid-template-areas: "m . p .";
	grid-template-columns: minmax(10.2489019034vw, 140px) 2.0497803807vw minmax(9.224011713vw, 126px) auto;
	grid-template-rows: auto;
	margin-inline: auto;
	max-width: 1000px;
}
.header .trademark .m {
	grid-area: m;
}
.header .trademark .p {
	align-items: center;
	display: flex;
	grid-area: p;
}
.header .trademark .p::before {
	border-inline: 1px solid;
	border-inline-end-color: #9b99bb;
	border-inline-start-color: #8e8db2;
	content: "";
	display: block;
	flex-shrink: 0;
	height: 20px;
	-webkit-margin-end: 2.0497803807vw;
	        margin-inline-end: 2.0497803807vw;
	width: 0;
}
.header .trademark .p img {
	max-width: 96px;
}
.header .body {
	display: grid;
	grid-template-columns: minmax(22.0351390922vw, 301px) minmax(9.0043923865vw, 123px) minmax(14.6412884334vw, 200px) minmax(9.0043923865vw, 123px) minmax(22.0351390922vw, 301px);
	grid-template-rows: auto;
	-webkit-margin-before: -30px;
	        margin-block-start: -30px;
	margin-inline: auto;
	max-width: 1046px;
	position: relative;
	z-index: 1;
}
.header .body .theme {
	align-self: flex-start;
	grid-area: 1/2/2/5;
	-webkit-padding-after: 6.2957540264vw;
	        padding-block-end: 6.2957540264vw;
	position: relative;
	text-align: center;
	z-index: 2;
}
.header .body .theme .supervision {
	-webkit-margin-before: 26px;
	        margin-block-start: 26px;
}
.header .body .theme .supervision dt {
	font-size: 1.4rem;
}
.header .body .theme .supervision dd {
	font-size: 1.4rem;
	-webkit-margin-before: 8px;
	        margin-block-start: 8px;
}
.header .body .theme .supervision dd .name {
	display: inline-block;
	font-size: 2.4rem;
	-webkit-margin-before: 14px;
	        margin-block-start: 14px;
}
.header .body .theme .supervision dd .name .dr {
	font-size: 2rem;
	-webkit-margin-start: 4px;
	        margin-inline-start: 4px;
}
.header .body .dra {
	align-self: flex-end;
	grid-area: 1/1/2/3;
	position: relative;
	z-index: 1;
}
.header .body .drb {
	align-self: flex-end;
	grid-area: 1/4/2/6;
	position: relative;
	z-index: 1;
}
.header .body::after {
	aspect-ratio: 28/13;
	background: url(../img/arrow.svg) no-repeat 50% 50%;
	background-size: cover;
	content: "";
	display: block;
	height: auto;
	inset-block: auto -12px;
	inset-inline: 0;
	margin-inline: auto;
	max-width: 56px;
	position: absolute;
	width: 4.0995607613vw;
	z-index: 2;
}

.section {
	padding-block: 80px;
	position: relative;
	z-index: 1;
}
.section.talk1 {
	background: #e3eed2 url(../img/bg2.png) no-repeat 50% 0;
	background-size: 100% auto;
}
.section.talk2 {
	background: #f6faf1 url(../img/bg3.png) no-repeat 50% 100%;
	background-size: 100% auto;
}
.section .illust {
	display: grid;
	grid-template-areas: ". body .";
	grid-template-columns: 20px minmax(86.9565217391%, 920px) 20px;
	grid-template-rows: auto;
	margin-block: 40px;
	margin-inline: auto;
	max-width: 960px;
	position: relative;
	z-index: -1;
}
.section .illust:first-child {
	-webkit-margin-before: 0;
	        margin-block-start: 0;
}
.section .illust img {
	border: 4px double #b5c952;
	grid-area: body;
	margin-inline: auto;
	max-width: 800px;
}
.section .label {
	align-items: center;
	-webkit-column-gap: 24px;
	   -moz-column-gap: 24px;
	        column-gap: 24px;
	display: grid;
	grid-template-areas: "l body r";
	grid-template-columns: minmax(auto, 316px) auto minmax(auto, 316px);
	grid-template-rows: auto;
	margin: 0 auto;
	max-width: 1000px;
}
.section .label .text {
	font-size: 3.2rem;
	font-weight: bold;
	grid-area: body;
	text-align: center;
	white-space: nowrap;
}
.section .label::before {
	-webkit-border-before: 1px solid #222;
	        border-block-start: 1px solid #222;
	content: "";
	display: block;
	grid-area: l;
	height: 0;
	width: 100%;
}
.section .label::after {
	-webkit-border-before: 1px solid #222;
	        border-block-start: 1px solid #222;
	content: "";
	display: block;
	grid-area: r;
	height: 0;
	width: 100%;
}
.section .talk {
	align-items: center;
	display: grid;
	grid-template-areas: ". icon . text .";
	grid-template-columns: 20px minmax(8.0527086384vw, 110px) minmax(1.1713030747vw, 16px) minmax(58.1259150805vw, 794px) 20px;
	grid-template-rows: auto;
	-webkit-margin-before: 16px;
	        margin-block-start: 16px;
	margin-inline: auto;
	max-width: 960px;
	position: relative;
	z-index: 1;
}
.section .talk .icon {
	grid-area: icon;
}
.section .talk .text {
	background-color: #fff;
	border-radius: 16px;
	grid-area: text;
	padding: 36px 40px;
}
.section .talk .text p {
	color: #222;
	font-size: 2rem;
	line-break: strict;
	line-height: 1.5;
}
.section .talk .text p:not(:first-child) {
	-webkit-margin-before: 30px;
	        margin-block-start: 30px;
}
.section .talk .text p.example {
	background-color: #f2f2f2;
	border-radius: 16px;
	-webkit-margin-before: 16px;
	        margin-block-start: 16px;
	padding: 16px;
}
.section .label + .talk {
	-webkit-margin-before: 26px;
	        margin-block-start: 26px;
}
.section .illust + .talk {
	-webkit-margin-before: 0;
	        margin-block-start: 0;
}
.section .image {
	display: grid;
	grid-template-areas: ". body .";
	grid-template-columns: 20px minmax(67.3499267936vw, 920px) 20px;
	grid-template-rows: auto;
	margin: 40px auto;
	max-width: 960px;
}
.section .image:last-child {
	-webkit-margin-after: 0;
	        margin-block-end: 0;
}
.section .image .zoom {
	grid-area: body;
}
.section .image .zoom a {
	border: 1px solid #b5c952;
	display: block;
	position: relative;
	z-index: 1;
}
.section .image .zoom a::before {
	aspect-ratio: 1/1;
	background: url(../img/zoom.svg) no-repeat 50% 50%;
	background-size: cover;
	content: "";
	display: block;
	height: auto;
	inset-block-end: 14px;
	inset-block-start: auto;
	inset-inline-start: 6px;
	max-width: 28px;
	position: absolute;
	width: 3.6603221083vw;
	z-index: 3;
}
.section .image .zoom a img {
	position: relative;
	z-index: 2;
}
.section .image + .talk {
	-webkit-margin-before: 0;
	        margin-block-start: 0;
}
@media (max-width: 767px) {
	.forPc {
		display: none;
	}
	#footer {
		font-size: 12px;
		padding: 20px 0;
	}
	#footer .button a {
		font-size: 14px;
	}
	#footer .company_logo img {
		height: auto;
		width: 80%;
	}
	#backtotop {
		-webkit-margin-end: 2.6041666667vw;
		        margin-inline-end: 2.6041666667vw;
	}
	.header {
		background: url(../img/bg1_sp.png) no-repeat 0 100%;
		background-size: 100% auto;
		-webkit-padding-before: 3.6458333333vw;
		        padding-block-start: 3.6458333333vw;
	}
	.header .trademark {
		grid-template-columns: 18.2291666667vw 3.6458333333vw 16.40625vw auto;
		width: 97.3958333333vw !important;
	}
	.header .trademark .p::before {
		-webkit-margin-end: 3.6458333333vw;
		        margin-inline-end: 3.6458333333vw;
	}
	.header .body {
		grid-template-columns: 11.71875vw 35.9375vw 4.6875vw 35.9375vw 11.71875vw;
		-webkit-margin-before: -7.8125vw;
		        margin-block-start: -7.8125vw;
		width: 100% !important;
	}
	.header .body .theme {
		-webkit-padding-after: 31.25vw;
		        padding-block-end: 31.25vw;
	}
	.header .body .theme .supervision {
		-webkit-margin-before: 3.90625vw;
		        margin-block-start: 3.90625vw;
	}
	.header .body .theme .supervision dt {
		font-size: 1.1rem;
	}
	.header .body .theme .supervision dd {
		font-size: 1.1rem;
		line-height: 1.3636363636;
		-webkit-margin-before: 0.2em;
		        margin-block-start: 0.2em;
	}
	.header .body .theme .supervision dd .name {
		font-size: 1.8rem;
		-webkit-margin-before: 0.5em;
		        margin-block-start: 0.5em;
	}
	.header .body .theme .supervision dd .name .dr {
		font-size: 1.5rem;
		-webkit-margin-start: 0.2em;
		        margin-inline-start: 0.2em;
	}
	.header .body::after {
		inset-block-end: -1.5625vw;
		width: 7.2916666667vw;
	}
	.section {
		padding-block: 10.4166666667vw;
	}
	.section .label .text {
		font-size: 1.6rem;
	}
	.section .talk {
		grid-template-columns: 2.6041666667vw 14.5833333333vw 2.0833333333vw 78.125vw 2.6041666667vw;
	}
	.section .talk .text {
		border-radius: 2.0833333333vw;
		padding: 4.6875vw 5.2083333333vw;
	}
	.section .talk .text p {
		font-size: 1.4rem;
	}
	.section .talk .text p:not(:first-child) {
		-webkit-margin-before: 3.90625vw;
		        margin-block-start: 3.90625vw;
	}
	.section .talk .text p.example {
		border-radius: 2.0833333333vw;
		-webkit-margin-before: 2.0833333333vw;
		        margin-block-start: 2.0833333333vw;
		padding: 2.0833333333vw;
	}
	.section .image .zoom a::before {
		inset-block-end: 1.8229166667vw;
		inset-inline-start: 0.78125vw;
	}
}
@media (min-width: 768px) {
	.forSp {
		display: none;
	}
}
@media (min-width: 1366px) {
	.header .trademark {
		grid-template-columns: 140px 28px 126px auto;
	}
	.header .trademark .p::before {
		-webkit-margin-end: 28px;
		        margin-inline-end: 28px;
	}
	.header .body {
		grid-template-columns: 301px 123px 200px 123px 301px;
	}
	.section .talk {
		grid-template-columns: 20px 110px 16px 794px 20px;
	}
	.section .image {
		grid-template-columns: 20px 920px 20px;
	}
}
@media (max-width: 1000px) {
	.header .trademark {
		max-width: initial;
		width: calc(100% - 40px);
	}
	.header .body {
		max-width: initial;
		width: calc(100% - 40px);
	}
}

/* additional style */
.l-main.jsIsMembersOnlyContents {
	display: none;
}
.l-main.jsIsMembersOnlyContents.isAuthenticated {
	display: block;
}
.nonMemberDisplayArea {
	visibility: hidden;
}
.l-main.jsIsMembersOnlyContents + .nonMemberDisplayArea {
	text-align: left;
	width: 1020px;
	padding: 20px 56px;
	visibility: visible;
	font-size: 1.4rem;
	line-height:1.5;
}
.l-main.jsIsMembersOnlyContents.isAuthenticated  + .nonMemberDisplayArea {
	display: none;
}

.nonMemberDisplayArea .logo {
	margin-bottom: 20px;
}
.nonMemberDisplayArea .logo img {
	width: 150px;
	height: 44px;
}
.nonMemberDisplayArea a {
	color: #0d6efd;
}
.nonMemberDisplayArea a:hover {
	color: #0d6efd !important;
}