<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(./inview.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400&amp;display=swap');

/***** CSS Document  *****/

@media print {
	.drawer-toggle,
	.drawer-hamburger,
	.drawer-nav {
		display: none;
		visibility: hidden;
	}
}

/***** Common *****/

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

p,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
table,
tr,
td,
form,
dl {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	border: 0;
}

img [class*="wp-image-"],
img [class*="attachment-"],
img.size-full {
	max-width: 100%;
	height: auto;
	margin: 0 auto 10px auto;
}

.img_border {
	border: 1px solid #eee;
	margin: 10px 20px;
}

@media screen and (max-width: 480px) {
	.img_border {
		margin: 0;
	}
}

br {
	margin: 0;
	padding: 0;
}

hr {
	clear: both;
	height: 1px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
	border-top: 1px solid #e0e0e0;
	overflow: hidden;
}

body {
	background: #fff;
	margin: 0;
	line-height: 1.8;
	font-size: 100%;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	color: #000;
	text-align: center;
}

_:lang(x)::-ms-backdrop,
.selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
strong,
th,
dt,
button,
.strong {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
	font-weight: 600;
}

.left {
	float: left;
}

.right {
	float: right;
}

.img_left {
	float: left;
	margin: 0 20px 20px 0;
}

.img_right {
	float: right;
	margin: 0 0 20px 20px;
}

.tal {
	text-align: left;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.mt0 {
	margin-top: 0px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.small {
	font-size: 85% !important;
}

.large {
	font-size: 120% !important;
}

@media screen and (max-width: 768px) {
	.large {
		font-size: 11.5pt !important;
	}
}

.italic {
	font-style: italic;
}

.clear {
	clear: both;
}

.clearfix::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

.fa {
	color: #000;
}

a {
	color: #28898f;
	text-decoration: none;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

a:hover {
	text-decoration: underline;
}

a.button:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

a.blank {
	background: url(../images/icon_blank.svg) no-repeat;
	background-size: 8px;
	background-position: top 4px right;
	padding-right: 12px;
	margin-right: 8px;
}

p a.text_link {
	color: #000;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 12pt;
	letter-spacing: 1px;
	padding-right: 60px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

h3 a.text_link {
    position: relative;
	display: inline-block;
	color: #000;
	text-decoration: none;
	padding-right: 80px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

a.text_link.tl_jp {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

a.text_link:before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right: 1em;
    transform: translateY(calc(-50% - 1px)) rotate(30deg);
    width: 8px;
    height: 1px;
    background-color: #000;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

a.text_link:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 36px;
    height: 1px;
    background-color: #000;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

a:hover.text_link:before,
a:hover.text_link:after {
    right: 0.5em;
}

a.text_link2 {
	background: url(../images/icon_link.svg) no-repeat;
	background-size: 14px;
	background-position: top 7px right;
	padding-right: 18px;
	margin-right: 8px;
}

ul,
dl {
	list-style: none;
}

.red {
	color: #e73322;
}

.sp,
.sp2 {
	display: none !important;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}

@media screen and (max-width: 520px) {
	.sp2 {
		display: block !important;
	}
}

.ofi {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.ofi_contain {
	object-fit: contain;
	font-family: 'object-fit: contain;'
}

.marker {
	background: linear-gradient(transparent 75%, #d3b0ad 75%);
}

.marker:before,
.marker:after {
	content: "\00A0";
}

a.pdf:after,
.link_text.pdf:after,
.list_link_text .pdf:after {
	content: "PDF";
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	background: #e73322;
	color: #fff;
	padding: 0.3em 0.5em;
	line-height: 1.0;
	margin-left: 0.65em;
	margin-right: 0.65em;
	position: relative;
	top: -1px;
}

a.docx:after,
.link_text.docx:after,
.list_link_text .docx:after {
	content: "DOCX";
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	background: #2a5598;
	color: #fff;
	padding: 0.3em 0.5em;
	line-height: 1.0;
	margin-left: 0.65em;
	margin-right: 0.65em;
	position: relative;
	top: -1px;
}

a.xlsx:after,
.link_text.xlsx:after,
.list_link_text .xlsx:after {
	content: "XLSX";
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	background: #1f6f43;
	color: #fff;
	padding: 0.3em 0.5em;
	line-height: 1.0;
	margin-left: 0.65em;
	margin-right: 0.65em;
	position: relative;
	top: -1px;
}

.gradation {
	/*background: linear-gradient(90deg, #34158D0, #C850C0 30%, #FFCC70);
	background: -webkit-linear-gradient(90deg, #4158D0, #C850C0 30%, #FFCC70);*/
	background: linear-gradient(0deg, #e76072 30%, #f0a070);
	background: -webkit-linear-gradient(0deg, #e76072 30%, #f0a070);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.img_border {
	border: 3px solid #f3e0dd;
}

.max300 {
	max-width: 300px;
}

.border_box {
    position: relative;
    width: calc(100%-2px);
    background: #fff;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    border: 1px solid #f3e0dd;
	padding-bottom: 30px;
}

.border_box p {
    padding: 0 30px;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
}

/***** Accordion *****/

.acc_content {
  display: none;
}

.acc_header {
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
  background: #f3e0dd;
  padding: 10px 15px;
}

.acc_header::before,
.acc_header::after {
  position: absolute;
  content: '';
  top: 0;
  right: 13px;
  bottom: 0;
  width: 16px;
  height: 2px;
  margin: auto;
  background: #000;
}

.acc_header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.acc_header.active::after {
	transform: rotate(0deg);
}

/***** Drawer *****/

#drawer {
	padding-bottom: 30px;
}

#drawer-logo {
	width: 100%;
	height: 69px;
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid #4158D0;
	border-image: linear-gradient(to right, #4158D0, #C850C0 30%, #FFCC70) 1;
}

#drawer h1 {
	position: relative;
	top: 15px;
	text-align: center;
	font-weight: normal;
    font-size: 22px;
    font-family: "貂ｸ譏取悃菴�", "Yu Mincho", YuMincho, "繝偵Λ繧ｮ繝取�譛� Pro", "Hiragino Mincho Pro", "MS P譏取悃", "MS PMincho", serif;
	font-weight: bold;
	letter-spacing: 1.0px;
	display: inline;
}

#drawer h1 a {
	text-decoration: none;
}

#drawer h1 a:hover {
	filter: brightness(120%);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#drawer button {
	min-width: 240px;
	font-size: 10pt;
}

.drawer-menu {
	overflow: hidden;
}

#drawer address {
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 11px;
	font-style: normal;
	color: #d3b0ad;
}

#drawer .sns {
	margin-top: 25px;
	font-size: 0;
}

#drawer .sns li {
	display: inline-block;
	margin-left: 15px;
	text-align: center;
}

#drawer .sns li:first-of-type {
	margin-left: 0;
}

#drawer .sns a {
	display: block;
	width: 24px;
	height: 24px;
}

#drawer .sns svg {
	height: 24px;
	transition: all 0.3s ease 0s;
	fill: #000;
}

#drawer .sns a:hover svg {
	fill: #000;
}

/***** Header *****/

#header {
	width: 100%;
	height: 69px;
	background: #fff;
	overflow: hidden;
	border-bottom: 1px solid #4158D0;
	border-image: linear-gradient(to right, #4158D0, #C850C0 30%, #FFCC70) 1;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 60;
}

#header h2 {
	position: absolute;
	left: 65px;
	top: 13px;
}

#header h1 {
	position: relative;
	top: 12px;
	text-align: center;
	font-weight: normal;
    font-size: 26px;
    font-family: "貂ｸ譏取悃菴�", "Yu Mincho", YuMincho, "繝偵Λ繧ｮ繝取�譛� Pro", "Hiragino Mincho Pro", "MS P譏取悃", "MS PMincho", serif;
	font-weight: bold;
	letter-spacing: 1.0px;
	display: inline;
}

#header h1 a {
	text-decoration: none;
}

#header h1 a:hover {
	filter: brightness(120%);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#header .sns {
	position: absolute;
	top: 18px;
	right: 20px;
	font-size: 0;
}

#header .sns li {
	display: inline-block;
	margin-left: 15px;
	text-align: center;
}

#header .sns a {
	display: block;
	width: 30px;
	height: 30px;
}

#header .sns svg {
	height: 30px;
	transition: all 0.3s ease 0s;
	fill: #212121;
}

#header .sns a:hover svg {
	fill: #58b9bf;
}

@media screen and (max-width: 1024px) {
	#header h1 {
		font-size: 24px;
	}
	#header .sns {
		top: 20px;
	}
	#header .sns li {
		margin-left: 14px;
	}
	#header .sns a {
		width: 26px;
		height: 26px;
	}
	#header .sns svg {
		height: 26px;
	}
}

@media screen and (max-width: 768px) {
	#header h2 img {
		width: 42px;
		height: 40px;
		object-fit: cover;
		object-position: 0 0;
	}
}

@media screen and (max-width: 650px) {
	#header h1 {
		top: 14px;
		font-size: 22px;
	}
	#header .sns {
		top: 21px;
		right: 15px;
	}
	#header .sns li {
		margin-left: 13px;
	}
	#header .sns a {
		width: 24px;
		height: 24px;
	}
	#header .sns svg {
		height: 24px;
	}
}

@media screen and (max-width: 560px) {
	#header .sns {
		top: 22px;
		right: 10px;
	}
	#header .sns li {
		margin-left: 10px;
	}
	#header .sns a {
		width: 22px;
		height: 22px;
	}
	#header .sns svg {
		height: 22px;
	}
}

@media screen and (max-width: 480px) {
	#header h2 {
		text-align: right;
		position: absolute;
		right: 15px;
	}
	#header .sns {
		display: none;
	}
}

/***** Main *****/

#main-visual {
	width: 100%;
	height: 720px;
	background: url(../images/bg_main.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 70px auto 0 auto;
	text-align: center;
	overflow: hidden;
}

#main-visual div {
	display: inline-block;
	width: 380px;
	height: 380px;
	border-radius: 50%;
    background: #fff;
	z-index: 10;
	box-shadow: 5px 10px 0 0 rgb(172, 220, 227, 0.8);
	margin-top: 150px;
}

#main-visual h2,
#main-visual h1 {
    font-family: "貂ｸ譏取悃菴�", "Yu Mincho", YuMincho, "繝偵Λ繧ｮ繝取�譛� Pro", "Hiragino Mincho Pro", "MS P譏取悃", "MS PMincho", serif;
	line-height: 1.2;
}

#main-visual h2 {
    font-size: 24px;
	margin-top: 84px;
}

#main-visual h1 {
	font-weight: normal;
    font-size: 48px;
	margin-top: 20px;
}

#main-visual p {
	margin-top: 20px;
}

@media screen and (max-width: 1024px) {
	#main-visual {
		height: 640px;
	}
	#main-visual div {
		width: 330px;
		height: 330px;
		margin-top: 130px;
	}
	#main-visual h2 {
		font-size: 22px;
		margin-top: 70px;
	}
	#main-visual h1 {
		font-size: 42px;
		margin-top: 16px;
	}
	#main-visual p {
		margin-top: 18px;
	}
}

@media screen and (max-width: 768px) {
	#main-visual {
		height: 560px;
	}
	#main-visual div {
		width: 280px;
		height: 280px;
		margin-top: 120px;
	}
	#main-visual h2 {
		font-size: 20px;
		margin-top: 62px;
	}
	#main-visual h1 {
		font-size: 36px;
		margin-top: 13px;
	}
	#main-visual p {
		margin-top: 14px;
	}
	#main-visual p img {
		width: 140px;
	}
}

@media screen and (max-width: 650px) {
	#main-visual {
		height: 420px;
	}
	#main-visual div {
		width: 220px;
		height: 220px;
		margin-top: 110px;
		box-shadow: 3px 7px 0 0 rgb(172, 220, 227, 0.8);
	}
	#main-visual h2 {
		font-size: 16px;
		margin-top: 48px;
	}
	#main-visual h1 {
		font-size: 28px;
	}
	#main-visual p img {
		width: 120px;
	}
}

/***** Layouts *****/

.bg_blue {
	background-color: #e6f3f7;
	padding: 80px 0 100px;
}

.bg_pink {
	background-color: #f9f5f4;
	padding: 80px 0 100px;
}

.w1146 {
	width: 1146px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	overflow: hidden;
}

.w1146 p,
.w1146 table,
.w1146 ul li,
.w1146 ol li {
	font-size: 95%;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
}

@media screen and (max-width: 1024px) {
	.w1146 p,
	.w1146 table,
	.w1146 ul li,
	.w1146 ol li {
		font-size: 11pt;
	}
}

@media screen and (max-width: 768px) {
	.w1146 p,
	.w1146 table,
	.w1146 ul li,
	.w1146 ol li {
		font-size: 10.5pt;
	}
}

@media screen and (max-width: 520px) {
	.w1146 .text_box .img_right,
	.w1146 .text_box .img_left {
		float: none;
		width: 80%;
		margin: 0 10% 0 10%;
	}
}

.w1146 p.date {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin-top: 1.5em;
}

.text_box p {
	margin-bottom: 1.5em;
}

@media screen and (max-width: 1200px) {
	.w1146 {
		width: 96%;
		margin: 0 auto;
	}
}

.mg_box {
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}

.pd_l {
	padding-top: 70px;
	padding-bottom: 70px;
}

.pd_m {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
	#container section:last-child {
		margin-bottom: 45px;
	}
	.mg_box {
		margin-top: 2em;
		margin-bottom: 2em;
	}
	.pd_l {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.pd_m {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.pd_l.pb20 {
		padding-bottom: 15px !important;
	}
	.pd_m.pb20 {
		padding-bottom: 15px !important;
	}
}

img {
	max-width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width:768px) {
	img {
		max-width: 100%;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.w1146 .photo {
	font-size: 0;
}

.w1146 .photo img {
	margin: 10px;
}

@media screen and (max-width:768px) {
	.w1146 .photo img {
		margin: 10px auto;
	}
}


/***** Teaser *****/

#teaser {
	margin-top: 80px;
}

.teaser {
	position: relative;
	width: 100%;
	max-width: 1800px;
	height: 400px;
	margin: 50px auto 0;
}

.teaser .teaser_img {
	top: 0;
	position: absolute;
	width: 480px;
	z-index: 20;
	text-align: left;
	box-shadow: 15px 15px 0 0 rgb(243, 224, 221, 0.8);
	font-size: 0;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.teaser:nth-of-type(even) .teaser_img {
	right: 0;
	text-align: right;
	box-shadow: -15px 15px 0 0 rgb(243, 224, 221, 0.8);
}

.teaser .teaser_img img {
	width: 480px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.teaser .teaser_in {
	position: absolute;
	top: 3.0vh;
	width: 80%;
	height: 360px;
	background: #f9f5f4;
	overflow: hidden;
	z-index: 10;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.teaser:nth-of-type(odd) .teaser_in {
	right: 0;
}

.teaser:nth-of-type(even) .teaser_in {
	left: 0;
}

.teaser_text {
	position: absolute;
	width: 70%;
	top: 49%;
	left: 70%;
	-webkit-transform : translate(-65%,-51%);
	transform : translate(-65%,-51%);
	text-align: left;
}

.teaser:nth-of-type(even) .teaser_text {
	left: 20%;
	-webkit-transform : translate(-20%,-51%);
	transform : translate(-20%,-51%);
}

.teaser_in h3 {
	font-size: 170%;
	line-height: 1.5;
}

.teaser_in h4 {
	font-size: 12pt;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	letter-spacing: 3px;
}

.teaser_in p {
	margin-top: 25px;
	line-height: 2.0;
}

.teaser_in p:last-of-type {
	margin-top: 10px !important;
}

@media screen and (max-width: 1400px) {
	.teaser .teaser_in {
		width: 65%;
	}
	.teaser_text {
		width: 65%;
		left: 65%;
		-webkit-transform : translate(-65%,-51%);
		transform : translate(-65%,-51%);
	}
}

@media screen and (max-width: 1146px) {
	.teaser .teaser_img {
		width: 420px;
	}
	.teaser .teaser_img img {
		width: 420px;
	}
	.teaser_in h3 {
		font-size: 150%;
	}
	.teaser_in h4 {
		font-size: 11pt;
	}
}

@media screen and (max-width: 1000px) {
	.teaser .teaser_img {
		width: 380px;
	}
	.teaser .teaser_img img {
		width: 380px;
	}
	.teaser .teaser_in {
		width: 60%;
	}
	.teaser_text {
		width: 60%;
		left: 60%;
		-webkit-transform : translate(-60%,-51%);
		transform : translate(-60%,-51%);
	}
	.teaser_in h3 {
		font-size: 140%;
	}
}

@media screen and (max-width: 850px) {
	.teaser .teaser_img {
		width: 320px;
	}
	.teaser .teaser_img img {
		width: 320px;
	}
	.teaser_in h3 {
		font-size: 130%;
	}
	.teaser_in h4 {
		font-size: 10pt;
	}
}

@media screen and (max-width: 768px) {
	.teaser .teaser_img {
		width: 270px;
		box-shadow: 10px 10px 0 0 rgb(243, 224, 221, 0.8);
	}
	.teaser:nth-of-type(even) .teaser_img {
		box-shadow: -10px 10px 0 0 rgb(243, 224, 221, 0.8);
	}
	.teaser .teaser_img img {
		width: 270px;
	}
	.teaser .teaser_in {
		width: 70%;
	}
	.teaser_text {
		width: 70%;
		left: 80%;
		-webkit-transform : translate(-80%,-51%);
		transform : translate(-80%,-51%);
	}
}

@media screen and (max-width: 650px) {
	.teaser {
		height: 510px;
	}
	.teaser .teaser_img {
		width: 246px;
	}
	.teaser .teaser_img img {
		width: 246px;
	}
	.teaser .teaser_in {
		top: 3.0vh;
		width: 80%;
		height: 470px;
	}
	.teaser_text {
		width: 75%;
		top: 60%;
		left: 70%;
		-webkit-transform : translate(-70%,-40%);
		transform : translate(-70%,-40%);
	}
	.teaser:nth-of-type(even) .teaser_text {
		width: 85%;
		left: 35%;
		-webkit-transform : translate(-35%,-51%);
		transform : translate(-35%,-51%);
	}
	.teaser_in h3 {
		font-size: 120%;
	}
	.teaser_in p {
		font-size: 90%;
		line-height: 1.7;
	}
}

.teaser_text .sns img {
	margin: 10px 20px 0 0;
	height: 36px;
}

/***** Page title *****/

#page_title {
	position: relative;
	width: 100%;
	height: 200px;
	margin-top: 70px;
	background-color: #f3e0dd;
	background-image: url(../images/bg_guidance_l.png), url(../images/bg_guidance_r.png);
	background-position: left top, right bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 404px, 288px;
	overflow: hidden;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	border-bottom: 1px solid #e3d0cd;
}

#page_title h1 {
	margin-top: 75px;
	font-family: "貂ｸ譏取悃菴�", "Yu Mincho", YuMincho, "繝偵Λ繧ｮ繝取�譛� Pro", "Hiragino Mincho Pro", "MS P譏取悃", "MS PMincho", serif;
	font-size: 24pt;
	font-weight: normal;
	line-height: 1.2;
	color: #83403d;
}

#page_title h1 span {
	color: #e73322;
	padding: 3px 7px;
	border: 1px solid #e73322;
	font-size: 80%;
	margin-left: 15px;
}

@media screen and (max-width: 1024px) {
	#page_title {
		background-size: 300px, 230px;
	}
	#page_title h1 {
		font-size: 22pt;
	}
}

@media screen and (max-width: 768px) {
	#page_title {
		height: 180px;
		background-size: 240px, 180px;
	}
	#page_title h1 {
		margin-top: 65px;
		font-size: 19pt;
	}
	#page_title h1.long {
		margin-top: 45px;
		font-size: 17pt;
	}
	#page_title h1 span {
		display: inline-block;
		margin-top: 10px;
	}
}

@media screen and (max-width: 650px) {
	#page_title h1 span {
		font-size: 70%;
	}
}

/***** Page Anchor *****/

.page_anchor {
	margin: 0 auto;
	border-bottom: 1px solid #e3d0cd;
	text-align: center;
}

.page_anchor li {
	position: relative;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	margin: 0 25px 30px;
	white-space: nowrap;
}

.page_anchor li a {
	position: relative;
	padding-bottom: 25px;
	display: block;
	color: #000;
	text-decoration: none;
}

@media screen and (max-width: 1146px) {
	.page_anchor li {
		margin: 0 20px 30px;
	}
}

@media screen and (max-width: 650px) {
	.page_anchor li {
		margin: 0 10px 25px;
		font-size: 90%;
	}
	.page_anchor li a {
		padding-bottom: 20px;
	}
}

.page_anchor li a:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: rotate(45deg);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.page_anchor li a:hover:after {
	bottom: 0;
}

/***** Heading *****/

.title_c_line {
	overflow: hidden;
	text-align: center;
}

.title_c_line span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
	font-family: "貂ｸ譏取悃菴�", "Yu Mincho", YuMincho, "繝偵Λ繧ｮ繝取�譛� Pro", "Hiragino Mincho Pro", "MS P譏取悃", "MS PMincho", serif;
	font-size: 24pt;
}

.title_c_line span.handwriting {
	font-size: 36pt;
	font-family: 'Caveat', cursive;
	font-weight: 400;
	letter-spacing: 8px;
}

.title_c_line span::before,
.title_c_line span::after {
	position: absolute;
	top: 50%;
	content: '';
	max-width: 300px;
	width: 70%;
	height: 1px;
}

.title_c_line span::before {
	background: linear-gradient(90deg, #4158D0, #C850C0 30%, #FFCC70);
	background: -webkit-linear-gradient(90deg, #4158D0, #C850C0 30%, #FFCC70);
	right: 100%;
}

.title_c_line span::after {
	background: linear-gradient(180deg, #4158D0, #C850C0 30%, #FFCC70);
	background: -webkit-linear-gradient(180deg, #4158D0, #C850C0 30%, #FFCC70);
	left: 100%;
}

.title_date {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	letter-spacing: 5px;
}

@media screen and (max-width: 1024px) {
	.title_c_line span {
		margin: 0 2.0em;
		padding: 0 0.75em;
		font-size: 22pt;
	}	
	.title_c_line span.handwriting {
		font-size: 32pt;
	}
	.title_c_line span::before,
	.title_c_line span::after {
		max-width: 240px;
		width: 60%;
	}
	.title_date {
		font-size: 13pt;
	}
}

@media screen and (max-width: 768px) {
	.title_c_line span {
		margin: 0 1.5em;
		padding: 0 0.5em;
		font-size: 20pt;
	}	
	.title_c_line span.handwriting {
		font-size: 30pt;
	}
	.title_c_line span::before,
	.title_c_line span::after {
		max-width: 200px;
		width: 50%;
	}
	.title_date {
		font-size: 12pt;
	}
}

@media screen and (max-width: 650px) {
	.title_c_line span {
		font-size: 18pt;
	}	
	.title_c_line span.handwriting {
		font-size: 26pt;
	}
	.title_c_line span::before,
	.title_c_line span::after {
		max-width: 160px;
		width: 50%;
	}
}

.w1146 .heading {
	font-weight: bold;
	font-size: 17pt;
	line-height: 1.4;
	margin-top: 50px;
}

.w1146 h4 {
	font-size: 16pt;
	line-height: 1.4;
	margin-top: 50px;
}

.w1146 h5 {
	font-size: 13pt;
	line-height: 1.4;
}

@media screen and (max-width: 1024px) {
	.w1146 .heading {
		font-size: 15pt;
	}
	.w1146 h4 {
		font-size: 14pt;
		line-height: 1.4;
		margin-top: 50px;
	}
	.w1146 h5 {
		font-size: 12pt;
		line-height: 1.4;
	}
}

@media screen and (max-width: 480px) {
	.w1146 .heading {
		font-size: 14pt;
	}
	.w1146 h4 {
		font-size: 12pt;
		line-height: 1.4;
		margin-top: 50px;
	}
	.w1146 h5 {
		font-size: 11pt;
		line-height: 1.4;
	}
}

.w1146 .heading::before {
	content: '';
	display: inline-block;
	margin-bottom: 20px;
	width: 150px;
	border-top: 1px solid #4158D0;
	border-image: linear-gradient(to right, #4158D0, #C850C0 30%, #FFCC70) 1;
	display: flex;
}

/***** Guidance *****/

#guidance {
	padding-bottom: 80px;
	background-color: #f3e0dd;
	background-image: url(../images/bg_guidance_l.png), url(../images/bg_guidance_r.png);
	background-position: left top, right bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 404px, 288px;
	overflow: hidden;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	border-bottom: 1px solid #e3d0cd;
}

#guidance h3 {
	margin-top: 53px;
	line-height: 1.2;
}

#guidance h3 .marker {
	background: linear-gradient(transparent 75%, #58b9bf 75%);
}

#guidance h2 {
	margin-top: 10px;
	font-size: 24pt;
	line-height: 1.2;
}

p.thumb {
	position: relative;
	background-color: #fff;
	font-size: 0;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

p.thumb_soon {
	position: relative;
	background-color: #fff;
	font-size: 0;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

p.thumb img,
p.thumb_soon img {
	aspect-ratio: 16 / 9;
    object-fit: cover;
}

#guidance&gt;p {
	margin-top: 18px;
	font-size: 114%;
	font-weight: bold;
	line-height: 1.6;
	text-align: left;
	display: inline-block;
}

.guidance_movie {
	width: 96%;
	max-width: 1280px;
	max-height: 1000px;
	margin: 30px auto 0;
	font-size: 0;
	overflow: hidden;
	text-align: left;
}

.guidance_movie li {
	display:inline-block;
	width: 23%;
	margin: 0 1% 30px 1%;
	font-size: 12pt;
	top: 0;
	overflow: hidden;
}

.guidance_movie li a {
	color: #000;
	text-decoration: none;
}

.guidance_movie li h4 {
	padding: 10px 40px 10px 15px;
	background-color: #58b9bf;
	color: #fff;
	position: relative;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
	overflow: hidden;
}

#guidance .guidance_movie li h4 {
	font-weight: bold;
	font-size: 114%;
}

.guidance_movie li h4:before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right: 0.6em;
    transform: translateY(calc(-50% - 1px)) rotate(30deg);
    width: 6px;
    height: 1px;
    background-color: #fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.guidance_movie li h4:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.6em;
    transform: translateY(-50%);
    width: 25px;
    height: 1px;
    background-color: #fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.guidance_movie li a:hover h4:before,
.guidance_movie li a:hover h4:after {
    right: 0.3em;
}

.movie_thumb li p.thumb:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(../images/movie_play.png) no-repeat;
	background-position: top 50% center;
	-webkit-filter: brightness(90%);
	filter: brightness(90%);
	z-index: 100;
}

.movie_thumb li p.thumb:hover {
	background: url(../images/movie_play.png) no-repeat;
	background-position: top 50% center;
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
}

@media screen and (max-width: 1024px) {
	#guidance {
		padding-bottom: 100px;
		background-size: 300px, 230px;
	}
	#guidance h3 {
		margin-top: 60px;
		font-size: 13pt;
	}
	#guidance h2 {
		font-size: 22pt;
	}
	.guidance_movie li {
		width: 31.333333%;
		margin: 0 1% 25px 1%;
	}
	.guidance_movie li h4 {
		font-size: 11pt;
	}
}

@media screen and (max-width: 768px) {
	#guidance {
		padding-bottom: 80px;
	}
	#guidance h3 {
		font-size: 12pt;
	}
	#guidance h2 {
		font-size: 18pt;
	}
	.guidance_movie li {
		width: 46%;
		margin: 0 2% 25px 2%;
	}
	#guidance&gt;p {
		font-size: 14px;
		line-height: 1.5;
	}
}

.guidance_docs {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 20px;
}

.guidance_docs li {
	width: calc((100% - 40px) / 3);
}

.guidance_docs li .button_01 {
	width: calc(100% - 50px);
	margin: 0;
}

.guidance_docs p {
	margin-top: 10px;
	line-height: 1.5;
}

@media screen and (max-width: 1146px) {
	.guidance_docs li {
		width: calc((100% - 20px) / 2);
	}
}

@media screen and (max-width: 650px) {
	.guidance_docs li {
		width: 100%;
	}
	.guidance_docs li .button_01 {
		width: calc(100% - 10px);
	}
}

/***** Schedule *****/

.schedule {
	width: 99.8%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 50px;
}

.schedule th,
.schedule td {
	border: 1px solid #cad4d6;
	background: #fff;
	padding: 7px 14px;
	line-height: 1.5;
}

.schedule thead th {
	text-align: center;
	font-weight: normal;
	font-size: 14px;
}

.schedule tbody th {
	text-align: center;
	width: 30px;
}

@media screen and (max-width: 768px) {
	.schedule th,
	.schedule td {
		padding: 6px 10px;
	}
	.schedule tbody th {
		width: 22px;
	}
}

.schedule tr.sat th,
.schedule tr.sat td {
	background: #ebf3f9;
}

.schedule tr.sat th {
	color: #39c;
}

.schedule tr.hol th,
.schedule tr.hol td {
	background: #ffeeee;
}

.schedule tr.hol th {
	color: #e73322;
}

.schedule .vert {
	position: relative;
	text-align: center;
	width: 40px;
	padding: 0 !important;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	cursor: pointer;
	color: #fff;
}

.schedule .vert&gt;span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	white-space: pre;
}

@media screen and (max-width: 768px) {
	.schedule .vert {
		width: 30px;
	}
}

.schedule .r_jiko {
	background: #a68a86 !important;
}

.schedule .r_jiko:hover {
	background: #b69a96 !important;
}

.schedule .r_risyu {
	background: #a6a0c2 !important;
}

.schedule .r_risyu:hover {
	background: #b6b0d2 !important;
}

.schedule .r_risyu_henko {
	background: #9cbf8b !important;
}

.schedule .r_risyu_henko:hover {
	background: #accf9b !important;
}

.schedule .r_assess {
	background: #f28b7c !important;
}

.schedule .r_assess:hover {
	background: #ff9b8c !important;
}


/***** ToDo List *****/

.todo {
	width: 99.8%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 50px;
}

.todo th,
.todo td {
	border: 1px solid #cad4d6;
	background: #fff;
	padding: 7px 14px;
	line-height: 1.5;
}

.todo thead th {
	text-align: center;
	font-weight: normal;
	font-size: 14px;
}

.todo tbody th {
	width: 100px;
}

@media screen and (max-width: 768px) {
	.todo th,
	.todo td {
		padding: 6px 12px;
	}
	.todo tbody th {
		width: 80px;
	}
}

.todo td:first-of-type {
	width: 60px;
	text-align: center;
}

/***** Footer *****/

#footer {
	position: relative;
	width: 100%;
	padding: 30px 0 150px;
	background: #f3e0dd;
	overflow: hidden;
	margin-top: 120px;
	text-align: center;
}

#footer dl {
	float: left;
	width: 20%;
	text-align: left;
	margin-right: 1%;
}

#footer dl:first-of-type,
#footer dl:last-of-type {
	width: 15%;
}

#footer dl:first-of-type {
	margin-left: 4%;
}

#footer dl dt {
	font-size: 90%;
	margin: 20px 0 7px 0;
}

#footer dl dd {
	margin: 0;
	font-size: 10pt;
}

#footer dl dd a {
	color: #000;
}

@media screen and (max-width: 1146px) {
	#footer dl {
		float: left;
		width: 30%;
		text-align: left;
	}
	#footer dl:first-of-type,
	#footer dl:last-of-type {
		width: 30%;
	}
	#footer dl:first-of-type,
	#footer dl:nth-of-type(4) {
		margin-left: 5%;
	}
}

@media screen and (max-width: 768px) {
	#footer dl dt {
		font-size: 10.5pt;
	}
	#footer dl dd {
		font-size: 12px;
	}
}

@media screen and (max-width: 650px) {
	#footer {
		padding: 30px 0 180px;
	}
	#footer dl {
		float: left;
		width: 43% !important;
		margin-left: 5% !important;
	}
}

#footer address {
	position: absolute;
	bottom: 50px;
	right: 20px;
	text-align: right;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 11px;
	font-style: normal;
	color: #d3b0ad;
}

#footer .sns {
	position: absolute;
	bottom: 50px;
	left: 20px;
	font-size: 0;
}

@media screen and (max-width: 650px) {
	#footer address {
		bottom: 50px;
		right: 0;
		left: 0;
		text-align: center;
		font-size: 10px;
	}
	#footer .sns {
		bottom: 90px;
		right: 0;
		left: 0;
		font-size: 0;
	}
}

#footer .sns li {
	display: inline-block;
	margin-left: 15px;
	text-align: center;
}

#footer .sns li:first-of-type {
	margin-left: 0;
}

#footer .sns a {
	display: block;
	width: 30px;
	height: 30px;
}

#footer .sns svg {
	height: 30px;
	transition: all 0.3s ease 0s;
	fill: #d3b0ad;
}

#footer .sns a:hover svg {
	fill: #000;
}

/***** Scroll up *****/

#scroll_up {
	position: fixed;
	bottom: 100px;
	right: 20px;
	z-index: 55;
	color: #000;
	opacity: 0;
	transition: all 1s ease;
}

#scroll_up.show {
    opacity: 1.0;
    transform: none;
 }

#scroll_up span {
	font-size: 75%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	display: block;
	color: #000;
	width: 30px;
}

#scroll_up:hover {
	text-decoration: none;
}

#scroll_up:after {
	content: "";
	position: absolute;
	bottom: 35px;
	right: 15px;
	width: 9px;
	height: 60px;
	border-right: 1px solid #000;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#scroll_up:hover:after {
	bottom: 40px;
}

@media screen and (max-width: 768px) {
	#scroll_up {
		right: 0.15em;
	}
	#scroll_up.show {
		opacity: 0.6;
	}
	#scroll_up span {
		font-size: 8pt;
		width: 28px;
	}
	#scroll_up:after {
		bottom: 30px;
		right: 15px;
		width: 9px;
		height: 50px;
	}	
	#scroll_up:hover:after {
		bottom: 35px;
	}
}

/***** Table *****/

.table_01 {
	width: 99.8%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 30px;
}

.table_01 th,
.table_01 td {
	border: 1px solid #cad4d6;
	background: #fff;
	padding: 14px;
	line-height: 1.6;
}

.table_01 thead th {
	text-align: center;
	font-weight: normal;
	font-size: 14px;
}

.table_01 tbody th {
	text-align: center;
	width: 30px;
}

/***** Button *****/

.button_01 {
	display: inline-block;
	width: 300px;
	padding: 10px 40px 10px 10px;
	background-color: #58b9bf;
	color: #fff;
	position: relative;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
	overflow: hidden;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	vertical-align: middle;
}

.button_01:last-of-type {
	margin-right: 0px;
}

.button_01:hover {
	text-decoration: none;
}

.icon_arrow:before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right: 0.6em;
    transform: translateY(calc(-50% - 1px)) rotate(30deg);
    width: 6px;
    height: 1px;
    background-color: #fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.icon_arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.6em;
    transform: translateY(-50%);
    width: 25px;
    height: 1px;
    background-color: #fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.icon_arrow:hover:before,
.icon_arrow:hover:after {
    right: 0.3em;
}

.icon_pdf:after {
    position: absolute;
    top: 25%;
    right: 1.0em;
	content: "PDF";
	font-size: 12px;
	color: #fff;
	border: 1px solid #fff;
	padding: 0 0.5em;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.icon_pdf:hover:after {
    top: 20%;
}

@media screen and (max-width: 768px) {
	.icon_pdf:after {
		font-size: 11px;
	}
}

@media screen and (max-width: 650px) {
	.button_01 {
		width: 96%;
		margin: 0 auto 20px;
		padding: 10px 0 10px 10px;
	}
}

/***** Movie *****/

.movie_area {
	overflow: hidden;
	font-size: 0;
	text-align: center;
}

.movie_area figure {
	position: relative;
	width: 480px;
	margin: 30px 15px 0;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

@media screen and (max-width: 650px) {
	.movie_area figure {
		width: 100%;
		margin: 30px auto;
	}
}

.movie_area img {
	position: relative;
	width: 100%;
	z-index: 50;
	-webkit-filter: brightness(90%);
	filter: brightness(90%);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.movie_area figure:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(../images/movie_play.png) no-repeat;
	background-position: top 55% center;
	z-index: 100;
}

.movie_area figcaption {
	margin-bottom: 10px;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 1px;
}

.movie_area a {
	color: #000;
	outline: none;
}

.movie_area a:hover {
	text-decoration: none;
}

.movie_area a:hover img {
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}

/***** College Year *****/

.col_year_area {
	overflow: hidden;
	font-size: 0;
	text-align: center;
}

.col_year {
	position: relative;
	width: 480px;
	background: #fff;
	margin: 30px 15px 0;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	padding: 20px 0;
	border: 1px solid #f3e0dd;
}

.col_year h5 {
	width: 90%;
	margin: 0 auto 5px auto;
	font-size: 13pt;
}

.col_year h5 span {
	display: inline-block;
	width: 64px;
	text-align: center;
	margin-right: 10px;
	background: #fde3eb;
	padding: 3px 0;
	color: #c97991;
}

.col_year p {
	width: 90%;
	margin: 0 auto;
	font-size: 11.5pt;
}

@media screen and (max-width: 1146px) {
	.col_year {
		width: 46%;
	}
}

@media screen and (max-width: 850px) {
	.col_year {
		width: 42%;
	}
	.col_year h5 {
		font-size: 12pt;
	}
	.col_year p {
		font-size: 10.5pt;
	}
}

@media screen and (max-width: 650px) {
	.col_year {
		width: 96%;
		margin: 20px auto 0;
	}
}</pre></body></html>