@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
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%;
	font-style: normal;
	background: transparent;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}
th {
	font-weight: normal;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	overflow-wrap:anywhere;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
html {
	overflow-y: scroll;
}
img {
	line-height: 0;
	vertical-align: bottom;
	font-size: 0;
	font-family: "Hind Madurai", 'Noto Sans JP', "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

/***************/
html {
	font-size: 62.5%;
}
@media screen and (max-width:599px) {
	html {
		font-size: 2.5vw;
	}
}
body {
	color: #111;
	background: #ffffff;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', 'Noto Serif JP', 'Noto Serif', sans-serif, serif;
	font-weight: 400;
	line-height: 1.5;
	position: relative;
	overflow-x: clip;
	animation: fadeIn 2.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@media screen and (max-width:599px) {
	body {
		font-size: 1.5rem;
		line-height: 1.5;
	}
}

.underline{
	text-decoration: underline;
}

.highlights{
	display: inline-block;
	background: #fdffa3;
	padding: 2px 8px;
	margin-top: 5px;
}
/***** box *****/

.box {
	margin: 15px 0;
	padding: 1.5% 2%;
}

.box2 {
	margin: 10px 0 15px 0;
	padding: 1% 1.5%;
}

.box2 p {
	line-height: 2.6rem;
}

.box_contact01 {
	margin: 15px 0;
	padding: 20px;
	background-color: #f5f5f5;
	width: 50%;
}

.box_bk_gry {
	background-color: #f5f5f5;
}

.box_bk_red {
	background-color: #fff2f2;
}

.border_red {
	border: 3px solid #c51638;
}

.box_attention {
	border: 3px solid #cc0000;
	background-color: #fff8f8;
}

.box_ttl{
	margin-bottom: 20px;
	padding: 5px 0 7px 0;
	font-size: 2rem;
	color: #000;
	letter-spacing: 0.08em;
	border-bottom: 3px solid var(--base-color);
}


@media screen and (max-width:768px){

.box_contact01 {
	width: 100%;
}
	
.deadline_box td:nth-child(1) {
	white-space: nowrap;
}
	
	
}



/***** clearfix *****/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
/*.pc {
	display: block;
}*/
@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
}
.sp {
	display: none;
}
@media screen and (max-width:768px) {
	.sp {
		display: block;
	}
}
/***** margin *****/
.mt3 {
	margin-top: 3px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.mt40 {
	margin-top: 40px;
}
.mb3 {
	margin-top: 3px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.blc_mt {
	margin-top: 20px;
}
.blc_mb {
	margin-bottom: 20px;
}
/***** リスト *****/
.list {
	margin: 20px 0;
}
h3 + .list,
h4 + .list,
h5 + .list,
h6 + .list {
	margin-top: 0;
}
.box .list:first-child, .box .list:last-child {
	margin-top: 0;
	margin-bottom: 0;
}
.list li {
	margin-bottom: 10px;
}
.list li:last-child {
	margin-bottom: 0;
}
.disc {
	margin-left: 20px;
	list-style-type: disc;
}
.square {
	margin-left: 1em;
	text-indent: -1em;
	display: inline-block;
}
.deci {
	margin-left: 1.5em;
	list-style-type: decimal;
}

.deci li::marker {
	color: #1468b1;
	font-weight: 700;
	font-size: 2rem;
}


.li_mb5 li {
	margin-bottom: 5px;
}
.li_mb5 li:last-child {
	margin-bottom: 0;
}
.li_mb10 li {
	margin-bottom: 10px;
}
.li_mb10 li:last-child {
	margin-bottom: 0;
}
.li_mb15 li {
	margin-bottom: 15px;
}
.li_mb15 li:last-child {
	margin-bottom: 0;
}
.li_mb20 li {
	margin-bottom: 20px;
}
.li_mb20 li:last-child {
	margin-bottom: 0;
}

.link_list li {
	padding-left: 27px;
	position: relative;
}
.link_list li::before {
	position: absolute;
	top: 0.3em;
	left: 0;
	right: auto;
	margin: auto;
	content: "";
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	border: #000 1px solid;
	border-radius: 50%;
}
.link_list li::after {
	position: absolute;
	top: 0.6em;
	margin: auto;
	content: "";
	right: auto;
	left: 4px;
	width: 4px;
	height: 4px;
	border-top: #000 1px solid;
	border-right: #000 1px solid;
	transform: rotate(45deg);
}
/***** 文字サイズ *****/
.ft_s {
	font-size: 1.6rem;
}
.ft_l {
	font-size: 2rem;
}
.ft_ll {
	font-size: 2.4rem;
}
/***** フォント太さ *****/
.bold {
	font-weight: 700;
}
.normal {
	font-weight: 400;
}
/***** ※ *****/
.note {
	margin-left: 1em;
	text-indent: -1em;
}
.note::before {
	content: "※";
}
.note dt {
	width: 2.5em;
	float: left;
	clear: left;
}
.note dd {
	padding-left: 2.5em;
}
/***** 位置 *****/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}
/***** 色 *****/
.red {
	color: #cc0000;
}
.blue {
	color: #0580c4;
}
.black {
	color: #000;
}
/***** 取り消し *****/
.cancel {
	text-decoration: line-through;
}
/***** 矢印 *****/
.arr {
	width: 7px;
	height: 7px;
	margin-right: 10px;
	border-top: 1px solid;
	border-right: 1px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	vertical-align: middle;
}
/***** アイコン *****/
.icon {
	margin-right: 5px;
	padding-right: 22px;
}
@media screen and (max-width:768px) {
	.icon {
		padding-right: 20px;
	}
}
.win_icon {
	padding-right: 18px;
	background: url(../images/common/win_icon.svg) 100% 50% no-repeat;
	background-size: 13px 11px;
}
@media screen and (max-width:768px) {
	.win_icon {
		background: url(../images/common/win_icon.svg) 100% 50% no-repeat;
		background-size: 13px;
	}
}
.pdf_icon {
	padding-right: 18px;
	background: url(../images/common/pdf_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}
@media screen and (max-width:768px) {
	.pdf_icon {
		background: url(../images/common/pdf_icon.svg) 100% 50% no-repeat;
		background-size: 13px;
	}
}
.xls_icon {
	padding-right: 18px;
	background: url(../images/common/xls_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}
@media screen and (max-width:768px) {
	.xls_icon {
		background: url(../images/common/xls_icon.svg) 100% 50% no-repeat;
		background-size: 13px;
	}
}
.doc_icon {
	padding-right: 18px;
	background: url(../images/common/doc_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}
@media screen and (max-width:768px) {
	.doc_icon {
		background: url(../images/common/doc_icon.svg) 100% 50% no-repeat;
		background-size: 13px;
	}
}
.ppt_icon {
	padding-right: 18px;
	background: url(../images/common/ppt_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}
@media screen and (max-width:768px) {
	.ppt_icon {
		background: url(../images/common/ppt_icon.svg) 100% 50% no-repeat;
		background-size: 13px;
	}
}

/***** 色 *****/ 
:root {
  --base-color: #002360;
  --point-color: #00a0e9;
  --btn-color: #3bace0;
}

/***** ボタン *****/ 
:root {
	--btn-pad: 20px 0;
}

/***** ボタン *****/
.btn {
	/*margin-top: 20px;
	margin-bottom: 20px;*/
	font-size: 1.6rem;
}

.btn .no_link {
	width: 100%;
	padding: 25px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.04em;
	color: #999;
	background-color: #f3f3f3;
	border: #ccc 3px solid;
	border-radius: 5px;
	display: block;
}

.btn a {
	width: 100%;
	padding: 20px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.04em;
	color: #1468b1;
	background-color: #ffffff;
	border-radius: 5px;
	display: block;
	transition: all 0.4s;
	border: 2px solid #1468b1;	
}

.btn a:hover {
	display: block;
	transition: all 0.4s;	
	opacity: 0.6;
}

.btn2 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.btn2 li {
	width: 49%;
	margin-bottom: 2%;
	display: flex;
	justify-content: center;
}

.btn2 li:nth-child(odd) {
	margin-right: 2%;
}

.btn_s {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}

.btn_ss {
	width: 30%;
	margin-right: auto;
	margin-left: auto;
}

.btn_m {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

.btn_l {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width:768px) {
	.btn .no_link {
		padding: 10px 0;
	}
	
	.btn a {
		padding: 10px 0;
	}
	
	.btn2 {
		display: block;
	}	
	
	.btn2 li {
		width: 99%;
		display: block;
	}
		
	.btn2 li:nth-child(odd) {
		margin-right: 0;
		margin-bottom: 2%;
	}

    .btn_ss {
        width: 100%;
    }
	
	.btn_s {
		width: 100%;
	}
	
	.btn_m {
		width: 100%;
	}
	
	.btn_l {
		width: 100%;
	}
}

/*画像　枠線*/
.img_border {
	border: 1px solid #ccc;
}
	

main {
	display: block;
}

footer {
	width: 100%;
	background: var(--base-color);
	padding: 1% 0;
}

footer .copyright {
	font-size: 1.3rem;
	color: #fff;
	text-align: center;
}


@media screen and (max-width:1000px) {
footer {
	width: 100%;
	padding: 3% 0;
	display: block;
}
	
footer .copyright {
    font-size: 1.3rem;
}

}

/***** header *****/

header {
	margin: 2% auto 3% auto;
	max-width: 1080px;
}

header h1 {
	display: block;
}

header h1 img {
	width: 100%;
	border-radius: 10px;
}

@media only screen and (max-width : 1080px) {
header {
	width: 94%;
	margin: 3% auto 3% auto;
}	
header h1 {
	display: block;
}
}

/***** リストボタン *****/

.list_link_btn_grid{
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 0;
  grid-template-columns: repeat(5, 1fr);
  background: #deeffd;
  padding: 20px;
  border-radius: 10px;
}

.list_link_btn_grid li{
	display: flex;
}

.list_link_btn_grid li a {
	position: relative;
	padding: 15px 0;
	margin-top: auto;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.04rem;
	color: #1468b1;
	background-color: #fff;
	border: #1468b1 2px solid;
    border-radius: 6px;
	display: block;
    transition: all 0.4s;	
	width: 100%;
}
.list_link_btn_grid li a:before {
	border: 6px solid transparent;
	border-left: 6px solid #1468b1;
	box-sizing: border-box;
	content: "";
	display: inline-block;
	height: 12px;
	left: 10px;
	margin: -6px 0 0;
	position: absolute;
	top: 50%;
	transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	vertical-align: middle;
	width: 6px;
}

.list_link_btn_grid li a:hover {
	background-color: #E8EFF4;
	border: #1468b1 2px solid;
	display: block;
}
@media screen and (max-width:1100px){
    .list_link_btn_grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 15px;
    }
}
@media screen and (max-width:765px){
    .list_link_btn_grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
      padding: 10px;
    }
    .list_link_btn_grid li a {
        padding: 10px 0;
        margin-top: auto;
        font-size: 1.3rem;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        letter-spacing: 0.04rem;
        color: #1468b1;
        background-color: #fff;
        border: #1468b1 2px solid;
        border-radius: 6px;
        display: block;
        transition: all 0.4s;	
        width: 100%;
    }
    .list_link_btn_grid li a:before {
        border: 6px solid transparent;
        border-left: 6px solid #1468b1;
        box-sizing: border-box;
        content: "";
        display: inline-block;
        height: 12px;
        left: 7px;
        margin: -6px 0 0;
        position: absolute;
        top: 50%;
        transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -webkit-transition: 0.2s ease-in-out;
        vertical-align: middle;
        width: 6px;
    }
}





/***** pagetop *****/

.pagetop{
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	transition: .3s;
}

.pagetop a{
    bottom: 30px; 
    right: 10px;
	z-index: 999;
}


.pagetop a{
    position: fixed;
    display: block;
    color: #fff;
    width: 50px;
    height: 50px;
	bottom: 70px;
    background: #1A296B;
    border-radius: 50%;
    text-decoration: none;
}

.pagetop a::after{
    position: absolute;
    top:16px;
    left: 13px;
    text-align: center;
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 15px solid #fff;
}

.home{
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	transition: .3s;
}
.home a{
    bottom: 30px; 
    right: 10px;
	z-index: 999;
}


.home a{
    position: fixed;
    display: block;
    color: #fff;
    width: 50px;
    height: 50px;
	bottom: 10px;
    background: #1A296B;
    border-radius: 50%;
    text-decoration: none;
	background-image: url(../images/common/home.png);
	background-repeat: no-repeat;
	background-size: 54%;
	background-position: center center;
}
.home a::after{

    position: absolute;
    top:16px;
    left: 13px;
    text-align: center;
    content: "";
    width: 0;
    height: 0;
}


.active{
opacity: 1;
visibility: visible;
}
