@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..700&family=Noto+Serif+JP:wght@400..700&display=swap');

/* ------------------------
	var
------------------------ */
:root {
	--f08:0.5rem;--f09:0.5625rem;--f10:0.625rem;--f11:0.6875rem;--f12:0.75rem;--f13:0.8125rem;--f14:0.875rem;--f15:0.9375rem;--f16:1.0rem;--f17:1.0625rem;--f18:1.125rem;--f19:1.1875rem;--f20:1.25rem;--f21:1.3125rem;--f22:1.375rem;--f23:1.4375rem;--f24:1.5rem;--f25:1.5625rem;--f26:1.625rem;--f27:1.6875rem;--f28:1.75rem;--f29:1.8125rem;--f30:1.875rem;--f31:1.9375rem;--f32:2.0rem;--f33:2.0625rem;--f34:2.125rem;--f35:2.1875rem;--f36:2.25rem;--f37:2.3125rem;--f38:2.375rem;--f39:2.4375rem;--f40:2.5rem;--f41:2.5625rem;--f42:2.625rem;--f43:2.6875rem;--f44:2.75rem;--f45:2.8125rem;--f46:2.875rem;--f47:2.9375rem;--f48:3.0rem;--f49:3.0625rem;--f50:3.125rem;--f51:3.1875rem;--f52:3.25rem;--f53:3.3125rem;--f54:3.375rem;--f55:3.4375rem;--f56:3.5rem;--f57:3.5625rem;--f58:3.625rem;--f59:3.6875rem;--f60:3.75rem;
	--c01:#F5F2F0;--c02:#3C3C3C;--c03:#F7DF5A;
}

/* ------------------------
	reset
------------------------ */
header, footer, nav, section, aside, article {
	display: block;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure {
	margin: 0;
	padding: 0;
}
input, textarea {
	margin: 0;
	font-size: 100%;
}
label {
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: top;
	max-width: 100%;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:after, q:before {
	content: '';
}
a, input, select, textarea, button {
	outline: none;
}
abbr, acronym {
	border: 0;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=reset],
input[type=button],
input[type=submit],
button[type=submit],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
input[type=reset],
input[type=button],
input[type=submit],
button[type=submit] {
	cursor: pointer;
}
select,
input[type=radio],
input[type=checkbox] {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
* {
	box-sizing: border-box;
}

/* ------------------------
	elements
------------------------ */
html {
	font-size: 100%;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: var(--f16);
	-webkit-text-size-adjust: none;
	line-height: 1.8;
	font-weight: 400;
	font-style: normal;
	color: var(--c02);
	background-color: var(--c01);
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
}
.notoserifjp {
	font-family: "Noto Serif JP", serif;
}
a {
	-webkit-tap-highlight-color: rgba(200,200,555,.6);
}
a:link {
	color: var(--c02);
	text-decoration: none;
}
a:visited {
	color: var(--c02);
	text-decoration: none;
}
a:hover {
	color: var(--c02);
	text-decoration: none;
}
img {
	border: none;
	width: auto;
	max-width: 100%;
	height: auto;
}
p {
	margin: 0 0 15px;
}
hr{
	clear: both;
	border-top: 1px solid #ccc;
	margin: 2em 0;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mt05 {
	padding-top: 5px;
}
.mt10 {
	padding-top: 10px;
}
.mt15 {
	padding-top: 15px;
}
.mt20 {
	padding-top: 20px;
}
.mt30 {
	padding-top: 30px;
}
.mt40 {
	padding-top: 40px;
}
.mt50 {
	padding-top: 50px;
}
.small {
	font-size: 0.8em;
}
.big {
	font-size: 1.2em;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.textleft {
	text-align: left;
}
.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto 15px;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
table.table_border {
	clear: both;
	width: 100%;
	border: none;
}
table.table_border th {
	background: none;
	background: #f6f6f6;
	border: none;
	padding: 15px 20px;
	font-size: var(--f18);
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #82A4C7;
	font-weight: 700;
	white-space: nowrap;
	width: 15%;
	position: relative;
}
table.table_border td {
	background: none;
	background: #fff;
	border: none;
	padding: 15px 20px;
	font-size: var(--f18);
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #82A4C7;
	border-left: 1px solid #82A4C7;
}
table.table_border tbody tr:nth-child(1) th,
table.table_border tbody tr:nth-child(1) td {
	border-top: none;
}
table.table_noborder {
	clear: both;
	width: 100%;
	border: none;
	margin: 0;
}
table.table_noborder th {
	background: none;
	border: none;
	padding: 0 0 15px;
	vertical-align: top;
	text-align: left;
	font-weight: 400;
	white-space: nowrap;
	width: 25%;
}
table.table_noborder td {
	background: none;
	border: none;
	padding: 0 0 15px 10px;
	vertical-align: top;
	text-align: left;
}
table th small,
table td small {
	display: block;
	padding: 2px 0 0;
	font-size: 0.8em;
	font-weight: 400;
}
ul.ulist > li {
	list-style: disc;
}
ol.olist > li {
	list-style: decimal;
}
ul.ulist > li,
ol.olist > li {
	margin: 0 0 0 25px;
}
dl.dlist dt {
	font-weight: 700;
	font-size: 1.2em;
	margin: 0 0 2px;
}
dl.dlist dd {
	margin: 0 0 5px 12px;
}
.display_pc {
	display: inline-block;
}
.display_tb {
	display: none;
}
.display_sp {
	display: none;
}
a.tel {
	pointer-events: none;
	color: #000 !important;
}
a.link {
	text-decoration: underline;
}
@media screen and (max-width: 1024px) {
	.display_tb {
		display: inline-block;
	}
}
@media screen and (max-width: 767px) {
	.alignleft,
	.alignright,
	.aligncenter {
		display: block;
		float: none;
		margin: 0 auto 10px;
		text-align: center;
		width: auto !important;
		height: auto !important;
	}
	.alignleft img,
	.alignright img,
	.aligncenter img,
	img.alignleft,
	img.alignright,
	img.aligncenter {
		display: block;
		margin: 0 auto 10px;
		width: auto;
		max-width: 100%;
		height: auto;
	}
	table.table_border th {
		display: block;
		padding: 8px;
		font-size: var(--f14);
		width: auto;
		position: relative;
	}
	table.table_border th br {
		display: none;
	}
	table.table_border td {
		display: block;
		padding: 8px 8px 8px 15px;
		font-size: var(--f14);
		border-top: 1px solid #82A4C7 !important;
		border-left: none;
	}
	table.table_noborder th {
		padding: 0 0 12px;
	}
	table.table_noborder td {
		padding: 0 0 12px;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: inline-block;
	}
	a.tel {
		pointer-events: inherit;
		color: var(--c01) !important;
		text-decoration: underline;
	}
}
@media screen and (min-width: 768px) {
	a:hover,
	input[type=button]:hover,
	input[type=submit]:hover,
	button[type=submit]:hover {
		opacity: 0.8;
	}
	a,
	input[type=button],
	input[type=submit],
	button[type=submit] {
		transition: all 0.2s ease;
	}
}

/* ------------------------
	header
------------------------ */
#header {
	width: 100%;
	z-index: 100;
	position: fixed;
	left: 0;
	top: 0;
}
#header,
#header * {
	transition: all 0.2s ease;
}
#header h1 {
	width: 120px;
	position: absolute;
	top: 10px;
	left: 10px;
}
#header h1 a {
	display: block;
}
#header_contact {
	width: 50px;
	position: absolute;
	top: 10px;
	right: 70px;
	display: inline-block;
}
#header_contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	background: var(--c02);
	border-radius: 10px;
}
#header_contact a img {
	width: 30px;
}
#header_button {
	display: block;
	width: 50px;
	height: 50px;
	padding: 24px 5px 0;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	background: var(--c02);
	border-radius: 10px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1001;
}
.header_button_icon {
	text-align: center;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -15px;
}
.header_button_icon, .header_button_icon:before, .header_button_icon:after {
	display: block;
	width: 30px;
	height: 2px;
	background-color: var(--c01);
	-moz-transition-property: background-color, -moz-transform;
	-o-transition-property: background-color, -o-transform;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.header_button_icon:before, .header_button_icon:after {
	position: absolute;
	content: "";
	left: 50%;
	margin: 0 0 0 -15px;
}
.header_button_icon:before {
	top: -10px;
}
.header_button_icon:after {
	top: 10px;
}
#header_button.active {
}
#header_button.active .header_button_icon {
	background-color: transparent;
}
#header_button.active .header_button_icon:before, #header_button.active .header_button_icon:after {
	background-color: #fff;
}
#header_button.active .header_button_icon:before {
	-moz-transform: translateY(10px) rotate(45deg);
	-ms-transform: translateY(10px) rotate(45deg);
	-webkit-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
}
#header_button.active .header_button_icon:after {
	-moz-transform: translateY(-10px) rotate(-45deg);
	-ms-transform: translateY(-10px) rotate(-45deg);
	-webkit-transform: translateY(-10px) rotate(-45deg);
	transform: translateY(-10px) rotate(-45deg);
}
#header_menu {
	position: fixed;
	top: 0;
	right: -280px;
	background: rgba(64,80,85,0.9);
	width: 280px;
	padding: 70px 40px 100px;
	transition: all 0.2s ease;
	overflow-y: auto;
	height: 100vh;
	height: 100dvh;
	z-index: 1000;
}
#header_menu.active {
	right: 0;
}
#header_nav > ul {
	display: block;
}
#header_nav > ul > li {
	display: block ;
	text-align: left;
	margin: 0;
}
#header_nav > ul > li > a {
	display: block;
	font-size: var(--f18);
	line-height: 1.5;
	color: #fff;
	padding: 8px 10px 8px 15px;
	position: relative;
}
#header_nav > ul > li > a > span {
	display: block;
	font-size: var(--f12);
}
#header_nav > ul > li > a::before {
	display: block;
	content: "";
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	width: 8px;
	height: 10px;
	background: #fff;
	position: absolute;
	top: 17px;
	left: 0;
}
@media screen and (max-width: 767px) {
	body.noscroll {
		overflow: hidden;
	}
	#header h1 {
		width: 90px;
	}
	#header_contact {
		width: 50px;
		right: 70px;
	}
	#header_contact a span {
		display: none;
	}
	#header_contact a img {
		margin: 0;
	}
}

/* ------------------------
	main
------------------------ */
#main {
	clear: both;
	display: block;
	width: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 0 0 80px;
}
.contents {
	padding: 80px 0 80px;
	position: relative;
	margin: 0 auto;
}
.contents_box {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}
.top120 {
	padding-top: 120px !important;
}
.top100 {
	padding-top: 100px !important;
}
.top80 {
	padding-top: 80px !important;
}
.top60 {
	padding-top: 60px !important;
}
.top40 {
	padding-top: 40px !important;
}
.top0 {
	padding-top: 0 !important;
}
.bottom120 {
	padding-bottom: 120px !important;
}
.bottom100 {
	padding-bottom: 100px !important;
}
.bottom80 {
	padding-bottom: 80px !important;
}
.bottom60 {
	padding-bottom: 60px !important;
}
.bottom40 {
	padding-bottom: 40px !important;
}
.bottom0 {
	padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
	#main {
		padding: 0 0 40px;
	}
	.contents {
		padding: 40px 0 40px;
	}
	.top120 {
		padding-top: 60px !important;
	}
	.top100 {
		padding-top: 50px !important;
	}
	.top80 {
		padding-top: 45px !important;
	}
	.top60 {
		padding-top: 40px !important;
	}
	.top40 {
		padding-top: 35px !important;
	}
	.bottom120 {
		padding-bottom: 60px !important;
	}
	.bottom100 {
		padding-bottom: 50px !important;
	}
	.bottom80 {
		padding-bottom: 45px !important;
	}
	.bottom60 {
		padding-bottom: 40px !important;
	}
	.bottom40 {
		padding-bottom: 35px !important;
	}
}

/* ------------------------
	footer
------------------------ */
#footer small {
	font-family: "Noto Sans JP", sans-serif;
	display: block;
	width: 100%;
	padding: 10px 5px;
	font-size: var(--f12);
	background: #fff;
	text-align: center;
}
#footer_pagetop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 99;
	display: none;
}
#footer_pagetop a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	background: var(--c02);
}
#footer_pagetop a img {
	width: 22px;
}
@media screen and (max-width: 767px) {
}

/* ------------------------
	contents
------------------------ */
.title01 {
	font-family: "Noto Serif JP", serif;
	font-size: var(--f30);
	line-height: 1.3;
	font-weight: 400;
	text-align: center;
	padding: 0 0 25px;
	margin: 0 0 40px;
	position: relative;
}
.title01::before {
	display: block;
	content: "";
	width: 32px;
	height: 1px;
	background: var(--c02);
	position: absolute;
	bottom: 0;
	left: calc(50% - 16px);
}
.title01.sub {
	padding: 0;
}
.title01.sub::before {
	bottom: 40px;
}
.title01.sub span {
	display: block;
	font-size: var(--f20);
	padding: 45px 0 0;
}
.button_more_box {
	margin: 50px 0 0;
}
.button_more,
a.button_more {
	font-family: "Noto Serif JP", serif;
	display: inline-block;
	background: var(--c02);
	padding: 20px 45px 20px 30px;
	color: #fff;
	line-height: 1.3;
	font-size: var(--f20);
	min-width: 200px;
	border-radius: 100px;
	text-align: center;
	position: relative;
}
.button_more::before,
a.button_more::before {
	display: block;
	content: "";
	width: 10px;
	height: 14px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background: #fff;
	position: absolute;
	top: calc(50% - 7px);
	right: 15px;
}
@media screen and (max-width: 767px) {
	.main_title {
		height: 220px;
		margin: 0 0 20px;
		padding: 65px 0 0;
	}
	.main_title h2 {
		font-size: var(--f30);
	}
	.title01 {
		font-size: var(--f24);
	}
	.button_more_box {
		margin: 30px 0 0;
	}
	.button_more,
	a.button_more {
		font-size: var(--f18);
		padding: 15px 40px 15px 20px;
	}
}

/* ------------------------
	index
------------------------ */
.first {
	height: 780px;
	margin: 0 0 80px;
	position: relative;
	padding: 0;
	z-index: 1000;
}
.first_image {
	display: none;
	width: 100%;
	height: 780px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.first_image.slick-initialized {
	display: block;
}
.first_image_box {
	width: 100%;
	height: 780px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.first_image_box01 {
	background-image: url("../images/first_image01.jpg");
	background-position: 60% center;
}
.first_image_box02 {
	background-image: url("../images/first_image02.jpg");
	background-position: 65% center;
}
.first_box {
	height: 780px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}
.first_box dl {
	max-width: 770px;
}
.first_box dl dt:nth-of-type(2) {
	font-family: "Noto Serif JP", serif;
	line-height: 1.3;
	margin: 70px 0 30px;
	font-size: var(--f36);
}
.first_box dl dt:nth-of-type(2) span:nth-of-type(1) {
	display: inline-block;
	background: #fff;
	padding: 5px 10px;
	margin: 0 0 10px;
}
.first_box dl dt:nth-of-type(2) span:nth-of-type(2) {
	display: inline-block;
	background: var(--c02);
	padding: 5px 10px;
	color: #fff;
}
.first_box dl dd ul {
	max-width: 600px;
	display: flex;
	justify-content: space-between;
}
.entry_box a {
	font-family: "Noto Serif JP", serif;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 330px;
	background: url("../images/contact_back.jpg") no-repeat center center / cover;
	padding: 60px;
	font-size: var(--f30);
	line-height: 1.3;
	color: #fff;
	text-align: left;
	position: relative;
}
.entry_box a::before {
	display: block;
	content: "";
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	border: 1px solid var(--c01);
	position: absolute;
	top: 20px;
	left: 20px;
}
.entry_text dl dt {
	font-size: var(--f50);
	margin: 0 0 15px;
}
.entry_text dl dt span {
	display: inline-block;
}
.entry_text dl dt small {
	font-size: var(--f30);
}
.entry_text dl dd {
	line-height: 1.5;
}
.entry_button {
	flex: none;
}
.entry_button .button_more {
	background: #fff;
	color: var(--c02);
}
.entry_button .button_more::before {
	background: var(--c02);
}
.feature_box p {
	text-align: center;
	line-height: 2.2;
}
.feature_box ul {
	display: flex;
	justify-content: space-between;
}
.feature_box ul li {
	width: calc(25% - 1px);
}
.about {
	background: url("../images/about_back.jpg") no-repeat center center / cover;
	height: 950px;
	padding: 0;
	margin: 80px 0 0;
}
.about_box {
	height: 950px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	color: #fff;
}
.about_box .title01 {
	text-align: left;
}
.about_box .title01::before {
	left: 0;
	background: #fff;
}
.idea_text {
	padding: 0 54% 0 0;
	min-height: 600px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}
.idea_text dl dt {
	font-family: "Noto Serif JP", serif;
	font-size: var(--f20);
}
.idea_text dl dt:nth-of-type(n+2) {
	margin: 15px 0 0;
}
.idea_image {
	position: absolute;
	top: 180px;
	right: 0;
	width: calc(54% - 100px);
	max-width: 900px;
	height: 600px;
}
.idea_image img {
	width: 100%;
	height: 600px;
	object-fit: cover;
	border-radius: 20px 0 0 20px;
}
.contact_box a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 330px;
	background: url("../images/contact_back.jpg") no-repeat center center / cover;
	padding: 60px;
	font-size: var(--f30);
	line-height: 1.3;
	color: #fff;
	text-align: left;
	position: relative;
}
.contact_box a::before {
	display: block;
	content: "";
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	border: 1px solid var(--c01);
	position: absolute;
	top: 20px;
	left: 20px;
}
.contact_box a span {
	display: inline-block;
	padding: 0 200px 10px 0;
	position: relative;
	transition: all 0.2s ease;
}
.contact_box a:hover span {
	padding: 0 220px 10px 0;
}
.contact_box a span::before {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.contact_box a span::after {
	display: block;
	content: "";
	width: 1px;
	height: 20px;
	background: #fff;
	transform: rotate(-45deg);
	transform-origin: right bottom;
	position: absolute;
	bottom: 1px;
	right: 0;
}
.instructor_box {
	margin: 40px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 60px;
	background: #fff;
}
.instructor_image {
	width: min(28%, 300px);
}
.instructor_text {
	width: calc(72% - 40px);
}
.instructor_text dl dd:nth-of-type(1) {
	display: flex;
	justify-content: flex-end;
}
.instructor_text dl dd:nth-of-type(1) small {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 5px;
	background: #B9ADAB;
	color: #fff;
	font-size: var(--f12);
	margin: 0 10px 0 0;
}
.instructor_text dl dt {
	font-family: "Noto Serif JP", serif;
	background: var(--c01);
	font-size: var(--f25);
	line-height: 1.3;
	padding: 5px 10px;
	margin: -10px 0 20px;
}
.instructor_text dl dt span {
	display: inline-block;
	margin: 0 0 0 15px;
}
.instructor_text dl dd:nth-of-type(2) {
	padding: 0 15px;
}
.voice p {
	line-height: 2.2;
	text-align: center;
}
.voice_box {
	margin: 40px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 60px;
	background: #fff;
	border-radius: 20px;
}
.voice_box:nth-of-type(2) {
	flex-direction: row-reverse;
}
.voice_image {
	width: min(22%, 230px);
}
.voice_text {
	width: 70%;
}
.voice_text dl dt {
	font-family: "Noto Serif JP", serif;
	font-size: var(--f20);
	line-height: 1.3;
	margin: 0 0 20px;
}
.campaign_text {
	padding: 0 53% 0 0;
	min-height: 650px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}
.campaign_text .title01 {
	text-align: left;
	font-size: var(--f27);
}
.campaign_text .title01::before {
	left: 0;
}
.campaign_text dl dt:nth-of-type(1) {
	font-size: var(--f25);
	margin: 0 0 10px;
}
.campaign_text dl dt:nth-of-type(2) span {
	display: block;
	margin: 5px 0;
	background: var(--c03) url("../images/icon_check.svg") no-repeat 10px 14px;
	font-size: var(--f25);
	line-height: 1.3;
	padding: 10px 10px 10px 50px;
}
.campaign_text dl dd:nth-of-type(1) {
	margin: 30px 0 15px;
}
.campaign_image {
	position: absolute;
	top: 80px;
	right: 0;
	width: calc(53% - 100px);
	max-width: 900px;
	height: 650px;
}
.campaign_image img {
	width: 100%;
	height: 650px;
	object-fit: cover;
	border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 1024px) {
	.entry_text dl dt {
		font-size: min(5.0vw, var(--f50));
	}
	.entry_text dl dd {
		font-size: min(2.4vw, var(--f30));
	}
}
@media screen and (max-width: 767px) {
	.first {
		height: 500px;
		margin: 0 0 40px;
	}
	.first_image {
		height: 500px;
	}
	.first_image_box {
		height: 500px;
	}
	.first_image_box01 {
		background-image: url("../images/first_image01_sp.jpg");
		background-position: center center;
	}
	.first_image_box02 {
		background-image: url("../images/first_image02_sp.jpg");
		background-position: center center;
	}
	.first_box {
		height: 500px;
	}
	.first_box dl dt:nth-of-type(1) {
		width: 240px;
		margin: 0 auto;
	}
	.first_box dl dt:nth-of-type(2) {
		margin: 40px auto 15px;
		font-size: var(--f25);
		max-width: 350px;
		text-align: center;
	}
	.first_box dl dt:nth-of-type(2) span:nth-of-type(1) {
		display: block;
	}
	.first_box dl dt:nth-of-type(2) span:nth-of-type(2) {
		display: block;
	}
	.first_box dl dd ul {
		max-width: 500px;
		margin: 0 auto;
	}
	.first_box dl dd ul li {
		width: 32%;
	}
	.entry_box a {
		display: block;
		height: auto;
		padding: 30px;
		font-size: var(--f24);
		text-align: center;
	}
	.entry_box a::before {
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		top: 10px;
		left: 10px;
	}
	.entry_text dl dt {
		font-size: var(--f30);
	}
	.entry_text dl dt span {
		display: block;
	}
	.entry_text dl dt small {
		font-size: var(--f20);
	}
	.entry_text dl dd {
		font-size: var(--f20);
		margin: 0 0 20px;
	}
	.feature_box p {
		text-align: left;
		line-height: 1.8;
	}
	.feature_box ul {
		flex-flow: row wrap;
	}
	.feature_box ul li {
		width: calc(50% - 0.5px);
		margin: 1px 0 0;
	}
	.about {
		background-position: 65% center;
		height: 600px;
		margin: 40px 0 0;
	}
	.about_box {
		height: 600px;
	}
	.about_box .title01 {
		font-size: var(--f23);
	}
	.idea_text {
		padding: 0;
		min-height: inherit;
		display: block;
	}
	.idea_image {
		position: relative;
		top: auto;
		right: auto;
		width: min(100%, 500px);
		height: 300px;
		margin: 30px auto 0;
	}
	.idea_image img {
		width: 100%;
		height: 300px;
		object-fit: cover;
		border-radius: 0;
	}
	.contact_box a {
		height: 150px;
		padding: 30px;
		font-size: var(--f24);
		justify-content: center;
	}
	.contact_box a::before {
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		top: 10px;
		left: 10px;
	}
	.contact_box a span {
		padding: 0 30px 10px 0;
	}
	.contact_box a:hover span {
		padding: 0 30px 10px 0;
	}
	.instructor_box {
		margin: 30px 0 0;
		display: block;
		padding: 30px 15px;
	}
	.instructor_image {
		width: 200px;
		margin: 0 auto 15px;
	}
	.instructor_text {
		width: auto;
	}
	.instructor_text dl dd:nth-of-type(1) {
		justify-content: center;
		margin: 0 0 10px;
	}
	.instructor_text dl dd:nth-of-type(1) small {
		margin: 0 5px;
	}
	.instructor_text dl dt {
		font-size: var(--f22);
		margin: 0 0 15px;
		text-align: center;
	}
	.instructor_text dl dd:nth-of-type(2) {
		padding: 0;
	}
	.voice p {
		line-height: 1.8;
		text-align: left;
	}
	.voice_box {
		margin: 30px 0 0;
		display: block;
		padding: 30px 15px;
	}
	.voice_image {
		width: 120px;
		margin: 0 auto 30px;
	}
	.voice_text {
		width: auto;
	}
	.voice_text dl dt {
		font-size: var(--f20);
		margin: 0 0 15px;
		text-align: center;
	}
	.campaign_text {
		padding: 0;
		min-height: inherit;
		display: block;
	}
	.campaign_text .title01 {
		font-size: var(--f24);
		text-align: center;
	}
	.campaign_text .title01::before {
		left: calc(50% - 16px);
	}
	.campaign_text dl dt:nth-of-type(1) {
		font-size: var(--f22);
		text-align: center;
	}
	.campaign_text dl dt:nth-of-type(2) span {
		display: block;
		max-width: 340px;
		margin: 5px auto;
		font-size: var(--f22);
	}
	.campaign_text dl dd:nth-of-type(1) {
		margin: 15px 0 15px;
	}
	.campaign_text dl dd:nth-of-type(2) {
		text-align: center;
	}
	.campaign_image {
		position: relative;
		top: auto;
		right: auto;
		width: min(100%, 500px);
		height: 300px;
		margin: 30px auto 0;
	}
	.campaign_image img {
		width: 100%;
		height: 300px;
		object-fit: cover;
		border-radius: 0;
	}
}


