@charset "utf-8";

/* ---------------
	reset
--------------------*/
body, div, main,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
figure, pre, form, fieldset, textarea, p, blockquote, th ,td {
	margin: 0;
	padding: 0;
}

main {
	display: block;
}

ul{
	list-style-type: none;
}

table {
	line-height: 1.6;
	border: 0px;
	border-collapse:collapse;
	font-size: 1.6rem;
}

table th {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}
textarea {
	padding: 2px 4px;
	font-size: 1.6rem;
	line-height: 1;
	color: #443e35;
}

input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	color: #443e35;
}

p {
	line-height: 1.5;
}

img {
	border: none;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}

address {
	font-style:normal;
}

ul li {
	line-height: 1.4;
}

*,*::before,*::after{
	box-sizing: border-box;
}

em {
	font-style: normal;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

input[type='search'] {
	-webkit-appearance: none;
}

/* ---------------
　　　共用
--------------- */

html {
    font-size: 62.5%;
	scroll-padding-top: 100px;
}

@media screen and (min-width: 768px) {

}

body {
	font-size: 1.6rem;
	font-family: "Sofia Sans","Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.03em;
	line-height: 1;
	color: #333;
	-webkit-text-size-adjust: none;
	-webkit-print-color-adjust: exact;
  	font-optical-sizing: auto;
}

a:link {
	border: none;
	color: #333;
	text-decoration: none;
	transition: all 0.1s ease;
}

a:visited {
	border: none;
	color: #333;
	text-decoration: none;
}

a:active {
	border: none;
	color: #333;
	text-decoration: none;
}

a:hover {
	border: none;
	color: #333;
	text-decoration: none;
	transition: all 0.1s ease;
}

:focus:not(:focus-visible) {
	outline: none;
}

@media screen and (min-width: 768px) {

	.alpha a:hover {
		filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity:0.7;
		transition: opacity 0.25s ease 0s;
	}

	.alpha a {
		-webkit-transition: all 0.1s ease 0s;
		-moz-transition: all 0.1s ease 0s;
		transition: opacity 0.25s ease 0s;
	}

}

.sp {
	display: none;
}

.pc {
	display: block;
}

a[href^="tel:"] {
    text-decoration: none !important;
}

img.fit {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

}

a.nolink {
	cursor: default;
	text-decoration: none !important;
    pointer-events: none;
}

@media screen and (min-width: 1000px) {

	a[href^="tel:"] {
	    pointer-events: none;
	}

}

.center {
	text-align: center;
}

.header {
	position: relative;
	z-index: 2;
}

.header::after{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 135px;
	background: url(../img/main_shadow_sp.png) repeat-x 0 0 / auto 100%;
}

.header .logo {
	position: absolute;
	left: 20px;
	top: 15px;
	width: 190px;
	z-index: 10;
}

.main {
	position: relative;
	z-index: 1;
}

.main_img_box {
	position: relative;
}

.main_text {
	position: absolute;
	margin: auto;
	left: 0;
	bottom: -60px;
	width: 100%;
	z-index: 2;
}

.main_wave {
	position: absolute;
	left: 0;
	bottom: -180px;
	width: 100%;
}

.message_text {
	position: absolute;
	bottom: -210px;
	right: 10px;
	width: 275px;
}

@media screen and (min-width: 768px) {

	.header .logo {
		left: 25px;
		top: 25px;
		width: 242px;
	}

	.header::after{
		background: url(../img/main_shadow_pc.png) repeat-x 0 0 / auto 100%;
	}

	.main {
		position: relative;
		z-index: 1;
	}

	.main_text {
		right: 0;
		top: 0;
		bottom: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 693px;
		width: 41vw;
	}

	.main_wave {
		bottom: -11.5vw;
	}

	.message_text {
		position: absolute;
		bottom: -320px;
		right: 20px;
		width: 750px;
	}

}

@media screen and (min-width: 768px) and (max-width: 1299px) {

	.message_text {
		bottom: -24vw;
		width: 58vw;
	}

}

.message {
	position: relative;
	z-index: 2;
	padding: 240px 0 0;
	background: url(../img/message_back_sp.jpg) no-repeat center top / cover;
}

.message .inner {
	margin: 0 20px 180px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.message .logo {
	margin: 40px auto 0;
	order: 2;
	width: 240px;
}

.message .msg_text {
	order: 1;
}

.message .msg_text p {
	margin: 0 0 35px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.8;
}

@media screen and (min-width: 768px) {

	.message {
		padding: 17vw 0 0;
		background: url(../img/message_back_pc.jpg) no-repeat center bottom / cover;
	}

	.message .inner {
		margin: 0 auto 70px;
		padding: 0;
		width: min(95%,1260px);
		display: flex;
		flex-direction: inherit;
		justify-content: space-between;
		align-items: inherit;
	}

	.message .logo {
		margin: 0;
		order: inherit;
		width: 400px;
	}

	.message .msg_text {
		margin: 45px 7% 0;
		order: inherit;
	}

	.message .msg_text p {
		margin: 0 0 45px;
		font-size: 2.0rem;
	}

}

.news {
	padding: 0 0 70px;
	background: #00a395;
	position: relative;
}

.news_title {
	margin: 0 20px 25px;
}

.news_title h2 {
	margin: 0;
	color: #fff;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.3;
}

.news_title h2 span {
	padding: 0 0 15px;
	font-size: 2.0rem;
	font-weight: 800;
	display: block;
}

@media screen and (min-width: 768px) {

	.news {
		padding: 90px 0 150px 5%;
		display: flex;
	}

	.news_title {
		margin: 10px 10% 0 0;
		flex-shrink: 0;
		width: 310px;
	}

	.news_title h2 {
		margin: 0 0 50px;
		font-size: 5.0rem;
		line-height: 1.2;
	}

	.news_title h2 span {
		font-size: 3.0rem;
	}

}

@media screen and (min-width: 768px) and (max-width: 1399px) {

	.news_title {
		margin-right: 2%;
	}

}

@media screen and (min-width: 768px) and (max-width: 999px) {

	.news {
		display: block;
	}

	.news_list {
		margin: 30px 5% 0 0;
	}

}

.news_link {
	margin: 15px 0 0;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
}

.news_link  a {
	color: #fff;
	position: relative;
	display: inline-flex;
	align-items: center;
}

.news_link  i.link {
	margin-left: 7px;
	display: block;
	width: 12px;
	height: 13px;
	background: url(../img/link.png) no-repeat 0 0 / 100% auto;
	transition: all 0.25s ease 0s;
}

.news_link  a::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -6px;
	width: 0;
	height: 1px;
	background: #fff;
	transition: all 0.25s ease 0s;
}

@media screen and (min-width: 768px) {

	.news_link {
		margin: 0;
		text-align: left;
	}

	.news_link  a {
		color: #fff;
		position: relative;
		display: inline-flex;
		align-items: center;
	}

	.news_link  a:hover i.link {
		margin-left: 12px;
	}

	.news_link  a:hover::after {
		width: 100%;
	}

}

.news_list {
	overflow: hidden;
	position: relative;
}

.news_slide .slick-track {
	padding: 10px 0;
	display: flex;
}

.news_slide.slick-slider {
	display: flex;
	align-items: center;
}

.news_slide_box {
	margin: 0 0.4%;
	background: #fff;
	height: auto !important;
	box-shadow: 0px 3px 8px 0px rgba(13, 126, 116, 1);
}

.news_slide_box a {
	display: block;
	padding: 25px;
}

.news_slide_box figure {
	margin: 0 0 20px;
}

.news_slide_box time {
	font-size: 1.4rem;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
}

.news_slide_box .tag {
	margin: 12px 0 0;
	display: flex;
	gap: 10px;
}

.news_slide_box .tag li {
	padding: 1px 3px 0;
	color: #fff;
	font-size: 1.4rem;
	background: #004da0;
}

.news_slide_box h3 {
	margin: 10px 0 0;
	font-size: 1.6rem;
	line-height: 1.4;
}

@media screen and (min-width: 768px) {

	.news_list {
		padding: 0 15px;
	}

	.news_slide:not(.slick-slider) {
		padding: 0 42px;
	}

	.news_slide {
		display: flex;
	}

	.news_slide .slick-track {
		padding: 10px 0;
		display: flex;
	}

	.news_slide_box {
		margin: 0 30px;
	}

	.news_slide_box a {
		padding: 40px 7.8% 35px;
	}

	.news_slide_box figure {
		margin: 0 0 25px;
	}

	.news_slide_box figure img {
		transition: all 0.25s ease 0s;
	}

	.news_slide_box a:hover img {
		transform: scale(1.05);
	}

	.news_slide_box time {
		font-size: 1.3rem;
	}

	.news_slide_box .tag {
		margin: 10px 0 0;
	}

}

@media screen and (min-width: 768px) and (max-width: 1399px) {

	.news_slide_box {
		margin: 0 20px;
	}

}

@media screen and (min-width: 768px) and (max-width: 999px) {

	.news_slide:not(.slick-slider) {
		padding: 0;
	}

}

@media screen and (min-width: 768px) {

	.news_list .slick-arrow {
		border: none;
		padding: 0;
		background: none;
	}

	.news_list .slick-arrow i {
		display: block;
		width: 42px;
		height: 82px;
		cursor: pointer;
	}
	.news_list .slick-prev .slick_arrow {
		background: url(../img/slide_left.png) no-repeat 0 0 / 100% auto;
	}

	.news_list .slick-next .slick_arrow {
		background: url(../img/slide_right.png) no-repeat 0 0 / 100% auto;
	}

	.news_list .slick-arrow i:hover {
		opacity: 0.7;
	}

}

.sponsor {
	margin: 0 20px;
	padding: 80px 0 35px;
}

.sponsor h2 {
	color: #004da0;
	font-size: 5.0rem;
	font-weight: 700;
	display: flex;
	align-items: center;
}

.sponsor h2 span {
	padding-left: 10px;
	display: inline-block;
	font-size: 2.0rem;
	font-weight: 700;
	color: #000;
	letter-spacing: 0;
}

.sponsor .inner {
	margin: 50px auto;
}

@media screen and (min-width: 768px) {

	.sponsor {
		margin: 0 auto;
		padding: 150px 0 30px;
		width: min(95%,1620px);
	}

	.sponsor h2 {
		font-size: 8.0rem;
	}

	.sponsor h2 span {
		padding-left: 30px;
		font-size: 3.0rem;
	}

	.sponsor .inner {
		margin: 100px auto;
		width: min(95%,1260px);
	}

}

.sponsor h3 {
	color: #004da0;
	font-size: 1.4rem;
	font-weight: 700;
	display: inline-block;
}

.sponsor h3 > span {
	margin: 0 0 10px;
	padding: 0 110px 0 0;
	font-size: 4.0rem;
	font-weight: 200;
	font-style: italic;
	display: block;
	color: #000;
	position: relative;
	white-space: nowrap;
}

.sponsor h3 > span::after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100px;
	height: 1px;
	background: #004da0;
}

.sponsor h3 span.first {
	color: #004da0;
	font-weight: 800;
	display: inline-block;
}

.sponsor h3 span.and {
	font-size: 2.0rem;
}

.sponsor h3.title_ce > span {
	padding-right: 80px;
}

.sponsor h3.title_ce > span::after {
	top: auto;
	bottom: 20px;
	width: 20%;
}

@media screen and (min-width: 768px) {

	.sponsor h3 {
		font-size: 1.6rem;
	}

	.sponsor h3 > span {
		margin: 0 0 15px;
		padding: 0 125px 0 0;
		font-size: 7.6rem;
	}

	.sponsor h3 span.and {
		font-size: 3.8rem;
	}

	.sponsor h3.title_ce > span {
		padding-right: 125px;
	}

	.sponsor h3.title_ce > span::after {
		top: 0;
		bottom: 0;
		width: 100px;
	}

}

@media screen and (min-width: 768px) and (max-width: 979px) {

	.sponsor h3.title_ce br {
		display: block;
	}

	.sponsor h3.title_ce > span::after {
		top: auto;
		bottom: 36px;
	}

}

.sponsor ul {
	margin: 0 0 45px;
}

.sponsor li {
	margin: 45px 0 0;
}

.sponsor li a {
	display: block;
}

.sponsor li figure {
	margin: 0 0 25px;
	padding: 20px 25px;
	height: 220px;
	box-shadow: 0px 3px 8px 0px rgba(204, 222, 236, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}

.sponsor li figure img {
	max-height: 90%;
	max-width: 100%;
}

.sponsor li figure p {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 1.2rem;
}

.sponsor li h4 {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 1.8rem;
}

.sponsor li p {
	margin: 0 0 10px;
	font-family: "Noto Sans JP", sans-serif;
}

.sponsor li p a {
	display: inline;
	color: #004da0;
	text-decoration: underline;
}

.sponsor li p a.link {
	display: inline-block;
	padding-right: 15px;
	color: #004da0;
	background: url(../img/link_b.png) no-repeat right center / 12px auto;
}

@media screen and (min-width: 768px) {

	.sponsor ul {
		margin: 80px 0 110px;
		display: grid;
		gap: 70px 7%;
		grid-template-columns: repeat(3,1fr);
	}

	.sponsor li {
		margin: 0;
	}

	.sponsor li figure {
		margin: 0 0 35px;
		padding: 20px;
		height: 240px;
	}

	.sponsor li h4 {
		margin: 0 0 20px;
		font-size: 2.2rem;
	}

	.sponsor li a img {
		transition: all 0.25s ease 0s;
	}

	.sponsor li a:hover img {
		transform: scale(1.05);
	}

	.sponsor li a:hover h4 {
		color: #004da0;
	}

}

@media screen and (min-width: 768px) and (max-width: 1149px) {

	.sponsor ul {
		gap: 60px 4%;
	}

}

@media screen and (min-width: 768px) and (max-width: 1029px) {


	.sponsor ul {
		grid-template-columns: repeat(2,1fr);
	}

}


.bottom_msg {
	padding: 0 0 140px;
	background: url(../img/footer_line_sp.png) no-repeat left 0 bottom -1px / 100% auto;
}

.bottom_msg p {
	text-align: center;
	font-size: 1.8rem;
	line-height: 2.0;
	font-weight: 700;
}

.footer {
	margin-top: -1px;
	padding: 40px 0;
	background: #00a395;
	text-align: center;
}

.footer_logo {
	margin: 0 auto 20px;
	width: 242px;
}

.footer .copy {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
}

@media screen and (min-width: 768px) {

	.bottom_msg {
		padding: 0 0 150px;
		background: url(../img/footer_line_pc.png) no-repeat left 0 bottom -1px / 100% auto;
	}

	.bottom_msg p {
		font-size: 2.6rem;
		line-height: 2.2;
	}

	.footer {
		margin: 0;
		padding: 60px 0;
	}

	.footer_logo {
		margin: 0 auto 20px;
	}

}
