@charset "utf-8";

:root {
    --primary-color: #a546be;
}

a:link {
	text-decoration: underline;
}

a:visited {
    text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:hover img{
	border: none;
	opacity: 0.8;
	filter: alpha(opacity=70);
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
    scroll-padding-top: 140px;
}

strong {
	font-weight: 700;
}

i {
	font-style: italic;
}

.clear {
    clear: both;
}
	
.alignleft {
	margin: 0 30px 40px 0;
	float: left;
	display: inline;
}

.alignright {
	margin: 0 0 40px 30px;
	float: right;
	display: inline;
}

.aligncenter {
    margin: 0 0 40px 0;
    display: block;
    margin: 0 auto;
}

img{
	vertical-align:top;
}

/* pc */
@media print, screen and (min-width: 768px) {
	
	.sp {
		display: none;
	}

	body {
		background: #ffffff;
		color: #000000;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 1.6rem;
		line-height: 3.2rem;
		font-weight: 400;
		font-feature-settings: "palt";
	}

    div.page {
        margin: 0 auto;
        width: 100%;
    }

	div.main_visual {
        margin: 0 auto;
        width: 94%;
        max-width: 1000px;
    }

	div.main_visual img {
        width: 100%;
        height: auto;
    }

	div.page_title {
		margin: 0 auto 30px;
		padding: 10px 0 30px;
		width: 100%;
		background: linear-gradient(to bottom, #083a94 0%, #083a94 30% , #052d76 100%);
	}

	div.page_title h1 {
		margin: 0 auto;
		color: #ffffff;
		font-size: 4.2rem;
		line-height: 5.0rem;
		text-align: center;
		font-weight: 700;
		letter-spacing: 0.4rem;
	}

	div.page_title h1 span {
		font-size: 2.7rem;
		font-weight: 400;
		letter-spacing: 0;
	}

	div.page_intro {
		margin: 0 auto 50px;
		width: 94%;
		max-width: 1000px;
	}

	div.page_intro p {
		margin: 0 auto 20px;
		font-size: 2.0rem;
		line-height: 4.0rem;
		text-align: center;
	}

	div.page_intro p:last-child {
		margin: 0 auto;
	}

	div.page_intro p span {
		background:linear-gradient(transparent 60%, #fad189 60%);
	}

	div.intro_illust {
		margin: 0 auto 30px;
		width: 94%;
		max-width: 800px;
	}
	div.intro_illust img {
		width: 100%;
		height: auto;
	}

	div.page_recommend {
		margin: 0 auto 50px;
		width: 94%;
		max-width: 1000px;
	}

	div.page_recommend h3 {
		margin: 0 auto 30px;
		padding: 16px 0;
		position: relative;
		border-top: 2px solid #333333;
		border-bottom: 2px solid #333333;
		background-color: #ffffff;
		font-size: 2.1rem;
		line-height: 3.0rem;
		font-weight: 700;
		text-align: center;
	}

	div.page_recommend h3::before {
		content: "";
		position: absolute;
		bottom: -5px;
		left: 50%;
		width: 15px;
		height: 15px;
		box-sizing: border-box;
		background-color: #ffffff; /* 背景色と同じ色を指定 */
		rotate: 135deg;
		translate: -50%;
	}
	div.page_recommend h3::after {
		content: "";
		position: absolute;
		bottom: -8px;
		left: 50%;
		z-index: -1;
		width: 15px;
		height: 15px;
		box-sizing: border-box;
		border: 2px solid;
		border-color: #333333 #333333 transparent transparent;
		background-color: #ffffff;
		rotate: 135deg;
		translate: -50%;
	}

	div.page_recommend ul {
		margin: 0 auto;
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	div.page_recommend ul li {
		margin: 0;
		width: 24%;
		font-size: 1.6rem;
		line-height: 2.4rem;
		text-align: center;
	}

	div.page_recommend ul li img {
		width: 100%;
		height: auto;
	}

	div.page_recommend ul li p {
		margin: 5px auto 0;
	}

	div.list_news_article {
		margin: 0 auto 50px;
		width: 94%;
		max-width: 1000px;
	}

	div.list_news_article h3 {
		margin: 0 auto 20px;
		padding: 16px 0;
		background: linear-gradient(to bottom, #083a94 0%, #083a94 30% , #052d76 100%);
		color: #ffffff;
		font-size: 2.1rem;
		line-height: 3.0rem;
		font-weight: 700;
		text-align: center;
		border-radius: 10px;
	}

	div.list_news_article h4 {
		margin: 0 auto 30px;
		padding: 16px 0;
		width: 100%;
		border-top: 2px solid #333333;
		border-bottom: 2px solid #333333;
		font-size: 2.1rem;
		line-height: 3.0rem;
		font-weight: 700;
		text-align: center;
	}

	div.news_article1 {
		margin: 0 auto 40px;
		width: 94%;
		max-width: 740px;
	}

	div.news_article1 img {
		width: 100%;
		height: auto;
	}

	div.news_article1 p {
		margin: 10px auto 0;
		font-size: 1.6rem;
		line-height: 2.4rem;
		text-align: right;
	}

	div.news_article2_wrap {
		margin: 0 auto 40px;
		width: 94%;
		max-width: 1000px;
		display: flex;
		justify-content: space-between;
	}

	div.news_article2 {
		margin: 0;
		width: 48%;
	}

	div.news_article2 img {
		width: 100%;
		height: auto;
	}

	div.news_article2 p {
		margin: 10px auto 0;
		font-size: 1.6rem;
		line-height: 2.4rem;
		text-align: right;
	}

	div.news_article3 {
		margin: 0 auto 40px;
		width: 94%;
		max-width: 740px;
	}

	div.news_article3 img {
		width: 100%;
		height: auto;
	}

	div.news_article3 p {
		margin: 10px auto 0;
		font-size: 1.6rem;
		line-height: 2.4rem;
		text-align: right;
	}

	div.news_article4 {
		margin: 0 auto 40px;
		width: 94%;
		max-width: 650px;
	}

	div.news_article4 img {
		width: 100%;
		height: auto;
	}

	div.news_article4 p {
		margin: 10px auto 0;
		font-size: 1.6rem;
		line-height: 2.4rem;
		text-align: right;
	}

	div.news_article5 {
		margin: 0 auto 40px;
		width: 94%;
		max-width: 830px;
	}

	div.news_article5 img {
		width: 100%;
		height: auto;
	}

	div.news_article5 p {
		margin: 10px auto 0;
		font-size: 1.6rem;
		line-height: 2.4rem;
		text-align: right;
	}

	div.news_article6 {
		margin: 0 auto 40px;
		width: 94%;
		max-width: 540px;
	}

	div.news_article6 img {
		width: 100%;
		height: auto;
	}

	div.news_article6 p {
		margin: 10px auto 0;
		font-size: 1.6rem;
		line-height: 2.4rem;
		text-align: right;
	}

	div.list_agreement {
		margin: 0 auto 50px;
		width: 94%;
		max-width: 1000px;
	}

	div.list_agreement h3 {
		margin: 0 auto 30px;
		padding: 16px 0;
		border-top: 2px solid #333333;
		border-bottom: 2px solid #333333;
		font-size: 2.1rem;
		line-height: 3.0rem;
		font-weight: 700;
		text-align: center;
	}

	div.list_agreement table {
		margin: 0 auto;
		width: 100%;
	}

	div.list_agreement table thead th {
		padding: 8px 0;
		background-color: #f2f2f2;
		font-size: 1.4rem;
		line-height: 2.4rem;
		font-weight: 700;
		text-align: center;
		border: 1px solid #333333;
	}

	div.list_agreement table thead th.date {
		width: 16%;
	}

	div.list_agreement table thead th.area {
		width: 20%;
	}

	div.list_agreement table thead th.partner {
		width: 20%;
	}

	div.list_agreement table td {
		padding: 8px 15px;
		font-size: 1.4rem;
		line-height: 2.4rem;
		border: 1px solid #333333;
		text-align: center;
	}

	div.list_agreement table tbody td.date {
		text-align: center;
	}

	div.list_agreement table tbody td.area {
		text-align: center;
	}

	div.list_agreement table tbody td.partner {
		text-align: center;
	}

	div.list_agreement table tbody td.content {
		text-align: left;
	}

	div.news_article {
		margin: 0 auto 50px;
		padding: 30px 30px;
		width: calc(94% - 60px);
		max-width: 1000px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}

	div.news_article::after {
		content: "";
		clear: both;
	}

	div.news_article_photo {
		margin: 0 0 20px 20px;
		width: 400px;
		float: right;
	}

	div.news_article_photo img {
		width: 100%;
		height: auto;
	}

	div.news_article h4 {
		margin: 0 auto 15px;
		color: #083a94;
		font-size: 2.7rem;
		line-height: 3.6rem;
		font-weight: 700;
	}

	div.news_article p {
		margin: 0 auto 20px;
	}

	div.news_article_subtitle {
		margin: 0 auto 30px;
		padding: 10px 0;
		border-top: 1px dotted #333333;
		border-bottom: 1px dotted #333333;
	}

	div.news_article div.news_article_subtitle p {
		margin: 0 auto;
		font-size: 2.0rem;
		line-height: 3.2rem;
		font-weight: 500;
	}

	div.news_article h5 {
		margin: 0 auto 10px;
		color: #083a94;
		font-size: 2.4rem;
		line-height: 3.0rem;
		font-weight: 700;
	}

	div.news_article h6 {
		margin: 0 auto 15px;
		color: #083a94;
		font-size: 1.8rem;
		line-height: 2.7rem;
		font-weight: 500;
	}

	div.news_article dl {
		margin: 0 auto;
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	div.news_article dl dt {
		margin: 0;
		width: 60px;
	}

	div.news_article dl dt span {
		margin: 0;
		text-align: center;
		display: block;
		border: 1px solid #333333;
		border-radius: 5px;
	}

	div.news_article dl dd {
		margin: 0;
		width: calc(100% - 80px);
		word-break: break-all;
	}

	div.register_area {
		margin: 0 auto 50px;
		padding: 40px 0;
		width: 100%;
		background-color: #f9f9f9;
	}

	div.register_title {
		margin: 0 auto 30px;
	}

	div.register_title h3 {
		margin: 0 auto 15px;
		color: #083a94;
		font-size: 2.7rem;
		line-height: 3.5rem;
		font-weight: 700;
		text-align: center;
	}

	div.register_content_area {
		margin: 0 auto;
		width: 94%;
		max-width: 1000px;
		display: flex;
		justify-content: space-between;
	}

	div.register_content {
		margin: 0;
		width: 48%;
	}

	div.register_illust {
		margin: 0;
		width: 48%;
	}

	div.register_illust img {
		width: 100%;
		height: auto;
	}

	div.register_button_area {
		margin: 30px auto 0;
		width: 94%;
		max-width: 480px;
	}

	div.register_button_area a {
		text-decoration: none;
	}

	div.register_button {
		margin: 0 auto;
		padding: 20px 0;
		background: linear-gradient(to bottom, #ed795f 0%, #ed795f 30% , #d93924 100%);
		border-radius: 40px;
		display: block;
	}

	div.register_button p {
		margin: 0 auto;
		color: #ffffff;
		font-size: 2.7rem;
		line-height: 3.6rem;
		font-weight: 700;
		text-align: center;
	}

	div.register_button p.fee {
		margin: 0 auto 5px;
		color: #ffffff;
		font-size: 1.8rem;
		line-height: 2.5rem;
		font-weight: 500;
		text-align: center;
	}

	div.flow_area {
		margin: 0 auto 50px;
		width: 94%;
		max-width: 1000px;
	}

	div.flow_area h3 {
		margin: 0 auto 20px;
		padding: 16px 0;
		background: linear-gradient(to bottom, #083a94 0%, #083a94 30% , #052d76 100%);
		color: #ffffff;
		font-size: 2.7rem;
		line-height: 3.5rem;
		font-weight: 700;
		text-align: center;
		border-radius: 10px;
	}

	div.note_content {
		margin: 0 auto 80px;
		width: 94%;
		max-width: 1000px;
		border: 1px solid #083a94;
	}

	div.note_content h4 {
		margin: 0 auto;
		padding: 12px 0;
		background: linear-gradient(to bottom, #083a94 0%, #083a94 30% , #052d76 100%);
		color: #ffffff;
		font-size: 2.1rem;
		line-height: 3.0rem;
		font-weight: 700;
		text-align: center;
	}

	div.note_content ul {
		margin: 0 20px;
	}

	div.note_content ul li {
		margin: 0;
		padding: 10px 0 10px 1em;
		text-indent: -1em;
		border-bottom: 1px dotted #083a94;
	}

	div.note_content ul li:last-child {
		border-bottom: none;
	}

	div.button {
		margin: 0 auto 120px;
		width: 94%;
		max-width: 600px;
	}

	div.button a {
		margin: 0 auto;
		background: linear-gradient(to bottom, #ed795f 0%, #ed795f 30% , #d93924 100%);
		color: #ffffff;
		font-size: 2.7rem;
		line-height: 80px;
		font-weight: 700;
		text-align: center;
		border-radius: 40px;
		text-decoration: none;
		display: block;
	}

	div.contact {
		margin: 0 auto 120px;
		padding: 0 0 25px;
		width: 94%;
		max-width: 480px;
		border: 1px solid #999999;
	}

	div.contact h3 {
		margin: 0 auto 20px;
		padding: 10px 0;
		background: #efefef;
		font-size: 2.1rem;
		line-height: 3.0rem;
		font-weight: 500;
		text-align: center;
		border-bottom: 1px solid #999999;
	}

	div.contact p {
		margin: 0 auto 5px;
		font-size: 1.9rem;
		line-height: 3.0rem;
		font-weight: 500;
		text-align: center;
	}

	div.contact p.tel {
		margin: 0 auto 5px;
		font-size: 3.2rem;
		line-height: 3.8rem;
		font-weight: 500;
	}

	div.contact p.note {
		margin: 0 auto;
		font-size: 1.6rem;
		line-height: 2.7rem;
		font-weight: 400;
	}

	div.copyright {
		margin: 0 auto;
		width: 100%;
		background: linear-gradient(to bottom, #083a94 0%, #083a94 30% , #052d76 100%);
	}

	div.copyright p {
		margin: 0 auto;
		color: #ffffff;
		font-size: 1.2rem;
		line-height: 60px;
		text-align: center;
	}

}