@charset "utf-8";

/*===============================
reset & new role
=================================*/

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

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

* {
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

a {
	word-break: break-all;
	color: #3E9DAB;
	text-decoration: underline;
	transition: all 0.3s;
}

a:hover,
a:active {
	text-decoration: unset;
}

a img {
	border: 0;
	transition: all .3s;
}

a:hover,
a img:hover {
	opacity: .7;
}

a:hover {
	color: #3E9DAB;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
	backface-visibility: hidden;
}

.tb-content {
	display: none;
}

.sp-content {
	display: none;
}

.disabled {
	pointer-events: none;
}

small {
	font-size: 80%;
}

.large {
	font-size: 120%;
}

/*===============================
wrapper, box, content
=================================*/

html {
	font-size: 62.5%;
}

body {
	width: 100%;
	min-width: 320px;
	box-sizing: border-box;
	color: #002F52;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.all_wrap {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
}

.col-right {
	order: 2;
	flex: 1;
}

.col-left {
	order: 1;
	flex: 1;
	max-width: 300px;
	min-width: 300px;
	padding: 30px 10px;
	background: url(../images/slash-bg.svg), linear-gradient(#E5E5E5, #C2CCDD);
}

/*===============================
header
=================================*/

header.site-header {
	width: 100%;
	text-align: center;
}

h1.site-ttl {
	padding: 30px 30px 0 30px;
}

h1.site-ttl a {
	display: inline-block;
}

#menu {
	margin: 0;
}

#menu-inner {
	width: 100%;
	margin: 0 auto;
}

#menu-btn {
	display: none;
}

#menu-content {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#menu-content>li {
	position: relative;
	font-weight: 500;
	list-style: none;
	transition: all 0.2s;
}

#menu-content>li>a {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #fff;
	color: #002F52;
	font-size: 1.6rem;
	text-decoration: none;
	padding: 15px 20px;
	transition: all 0.2s;
}

#menu-content>li>a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) translateX(10px);
	width: 16px;
	height: 12px;
	background-image: url(../images/arrow_r_wh.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	transition: all 0.3s;
}

#menu-content>li>a:hover::before,
#menu-content>li>a.active::before {
	opacity: 1;
	transform: translateY(-50%) translateX(18px);
}

#menu-content>li>a:hover,
#menu-content>li>a.active {
	background-color: #94D565;
	color: #fff;
	padding-left: 35px;
}

.poster-dl a {
	color: #002F52;
	font-weight: 500;
}

.poster-dl a .arrow_r_bk img {
	width: 13px;
	height: 13px;
	padding-bottom: 2px;
}

.menu_new {
	display: inline-block;
	height: 18px;
	padding: 0 3px;
	color: #fff;
	font-size: 0.7em;
	line-height: 18px;
	background-color: #E60012;
}

/*===============================
.zimukyoku-wrap, footer
=================================*/
.button-020 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border: none;
	border-radius: 50%;
	background-color: #3E9DAB;
	transition: all .3s;
}

.button-020:hover {
	background-color: #fff;
}

.button-020:hover path {
	fill: #3E9DAB;
}

.wrapper {
	max-width: 1366px;
	margin: 0 auto;
}

.zimukyoku {
	background-color: #002F52;
	color: #fff;
	padding: 30px 0;
	letter-spacing: 0;
}

.zimukyoku .d-flex {
	justify-content: space-between;
}

.zimukyoku-content {
	width: 48%;
}

.zimukyoku-heading {
	font-weight: 500;
	font-size: 1.4rem;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #fff;
}

.zimukyoku-name {
	font-weight: 500;
	font-size: 1.6rem;
	margin-bottom: 8px;
}

.zimukyoku-address {
	font-size: 1.4rem;
}

.copyright {
	color: #002F52;
	font-size: 1.2rem;
	padding: 2rem 0;
}


/*===============================
margin padding
=================================*/

.mb-50 {
	margin-bottom: 50px;
}

/*===============================
text
=================================*/

.indent1em {
	text-indent: -1em;
	margin-left: 1em;
}

.indent2em {
	text-indent: -2em;
	margin-left: 2em;
}

.bold {
	font-weight: 700;
}

.line-through-red {
	color: #d34b4b;
	text-decoration: line-through;
}

.line-through-red span {
	color: #000;
}

.txt-red {
	color: #d34b4b;
}

.txt-bg-yellow {
	padding: 0 3px 3px;
	background: #fef5ae;
}

.page-heading h2 {
	margin: 0;
	background: #002F52;
	color: #fff;
	letter-spacing: 0.2rem;
	font-size: 2.6rem;
	font-size: clamp(2.6rem, calc(2.6rem + 0.625vw), 4rem);
	padding: 1.5rem 2rem;
	border-radius: 0 20px 0 0;
}

#page-content h3 {
	position: relative;
	font-size: 2.6rem;
	color: #002F52;
	background: url(../images/slash-bg.svg), linear-gradient(135deg, #E5E5E5, #C2CCDD);
	padding: 10px 15px;
	margin-bottom: 0.8em;
}

#page-content h3 small {
	font-size: 60%;
}

#page-content h4 {
	position: relative;
	font-size: 2rem;
	font-weight: 600;
	color: #002F52;
	padding: 8px 0 8px 0;
	border-bottom: 3px solid #F7B561;
}

#page-content {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 40px;
	min-height: 60vh;
}

#page-content .ask {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	font-weight: normal;
	font-size: 14px;
}

.comingsoon {
	min-width: 300px;
	width: 40vw;
	max-width: 100%;
	margin: 100px auto 35vh;
	padding: 20px;
	text-align: center;
	background-color: #fff;
	border: 2px solid #002F52;
}

ol.decimal-leading {
	list-style-type: decimal-leading-zero;
}

/*===============================
btn
=================================*/

.btn {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: 20px 0 15px;
	padding: 20px 25px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	background: #94D565;
	border: 2px solid #94D565;
	border-radius: 50em;
	white-space: nowrap;
	text-decoration: none;
}

.btn:active,
.btn:focus,
.btn:hover {
	color: #4bb500;
	background: #fff;
	transition: all 0.5s ease;
}

.btn.btn_ex::after {
	content: "";
	display: block;
	background: url(../images/arrow_ex.svg) no-repeat;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
}

.btn.btn_pdf::after {
	content: "";
	display: block;
	background: url(../images/btn_pdf.svg) no-repeat;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 15px;
	height: 18px;
}

.btn.btn02 {
	color: #6DC3BA;
	border: 3px solid #6DC3BA;
	box-shadow: 0 10px 10px rgba(41, 177, 43, 0.1);
}

.btn.btn02:active,
.btn.btn02:focus,
.btn.btn02:hover {
	text-decoration: none;
	background-color: #6DC3BA;
	color: #fff;
	transition: all 0.5s ease;
}

.btn.btn03 {
	color: #dd7615;
	border: 3px solid #dd7615;
	box-shadow: 0 10px 10px rgba(177, 120, 41, 0.1);
}

.btn.btn03:active,
.btn.btn03:focus,
.btn.btn03:hover {
	text-decoration: none;
	background-color: #dd7615;
	color: #fff;
	transition: all 0.5s ease;
}

.btn.btn04 {
	background-color: #53b177;
}

.btn-wrap.d-flex {
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 25px 15px;
	padding: 0 5rem;
}

.btn-wrap.d-flex .btn {
	min-width: 300px;
	width: 400px;
	height: 92px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*===============================
table
=================================*/

.table-common {
	width: 100%;
}

.table-common th {
	min-width: 8em;
	background-color: #E7EDF2;
	border: 1px solid #3C276E;
	text-align: left;
	color: #3C276E;
	font-weight: 500;
}

.table-common th,
.table-common td {
	padding: 2rem;
}

.table-common td {
	border: 1px solid #3C276E;
	white-space: nowrap;
}

.table-common a {
	margin: 0;
}

/*===============================
box
=================================*/

.box-red {
	border: 2px solid #d34b4b;
	padding: 20px;
}

.box-yellow {
	padding: 1em 1.5em;
	background-color: #fcf0da;
}

/* 追従バナー */
.js-scrolled-btn {
	position: fixed;
	right: 15px;
	bottom: 15px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	z-index: 10;
}

.js-scrolled-btn.scrolled {
	opacity: 1;
	visibility: visible;
}