@charset "utf-8";
/*
	共通 
	update.2024.04.03
*/
*, *:before, *:after {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 	word-break: break-all;
 	word-wrap: break-word;
    overflow-wrap: break-word;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input, textarea{
	margin: 0;
	padding: 0;
}
ol, ul{
	list-style:none;
}
table{
	border-collapse: collapse; 
	border-spacing:0;
}
caption, th{
	text-align: left;
}
html{
	background:#fff;
	color:#595757;
	overflow-y: scroll;
	font-size:10px;
}
body{
	background:#006582;
	color:#595757;
	width: 100%;
	min-height: 100vh !important;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:10px;
	line-height: 1.5;
	letter-spacing:0;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
/* custom */
a {
	display:inline-block;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:focus {
    outline:none;
}
a:link{
	color:#1d2087;
	text-decoration:underline;
}
a:visited{
    color:#1d2087;
    text-decoration:underline;
}
a:hover{
    color:#2969b7;
    text-decoration:underline;
}
a:active{
    color:#2969b7;
    text-decoration:underline;
}

a img, img {
	border: 0;
	vertical-align:bottom;
	line-height:0;
}

img {
	width:100%;
	max-width:none;
	vertical-align:bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
table {
	width:100%;
}
a.button {
	display:block;
	width:100%;
	text-decoration:none;
	color:#595757;
}
a.button ,
a.button:hover,
a.button:active {
	color:#595757;
	transition: 0.3s;
}
a.button:hover,
a.button:active  {
	opacity:0.6;
	text-decoration:underline;
}
a.button-switch .on {
	transition: 0.3s;
	display:none;
	opacity:0;
}
a.button-switch .off {
	transition: 0.3s;
	display:inline;
	opacity:1;
}
a.button-switch:hover .on, 
a.button-switch:active .on {
	display:inline;
	opacity:1;
}
a.button-switch:hover .off, 
a.button-switch:active .off {
	display:none;
	opacity:0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
.clearfix { 
	min-height: 1px;
}
.cleartxt {
	text-indent: -99999%;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
}
.clr{
    clear:both;
}
.button-shadow {
	-webkit-filter:drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.5));
	-moz-filter:drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.5));
	-ms-filter:drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.5));
	filter:drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.5));
	background:#fff;
	border-radius:10px;
}
.text-shadow {
	-webkit-filter:drop-shadow(3px 3px 4px rgba(0, 0, 0, 1));
	-moz-filter:drop-shadow(3px 3px 4px rgba(0, 0, 0, 1));
	-ms-filter:drop-shadow(3px 3px 4px rgba(0, 0, 0, 1));
	filter:drop-shadow(3px 3px 4px rgba(0, 0, 0, 1));
}
.box-shadow {
	-webkit-filter:drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.6));
	-moz-filter:drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.6));
	-ms-filter:drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.6));
	filter:drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.6));
}
.icon-zip,
.icon-excel,
.icon-pdf,
.icon-word {
	position:relative;
}
.icon-zip:after,
.icon-excel:after,
.icon-pdf:after,
.icon-word:after {
	position:relative;
	display:inline-block;
	content:'';
	width:1em;
	height:1em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.icon-zip:after {
	background:url(../img/icon-zip.png) no-repeat;
	background-size: contain;
}
.icon-excel:after {
	background:url(../img/icon-excel.png) no-repeat;
	background-size: contain;
}
.icon-pdf:after {
	background:url(../img/icon-pdf.png) no-repeat;
	background-size: contain;
}
.icon-word:after {
	background:url(../img/icon-word.png) no-repeat;
	background-size: contain;
}
@media print, screen and (min-width: 768px) {
	img {
		width:auto;
		max-width: 100%;
	}
}
/* layout */
.header ,
.main ,
.footer {
	width:100%;
	padding:0;
	margin:0;
	position:relative;
	background:#fff;
	z-index:0;
}
.header { z-index: 2; }
.footer { z-index: 1; }
.main {
	margin:-1px 0;
	padding:1px 0;
}
.container {
	width:auto;
	margin:0 auto;
	position:relative;
	padding:0 2%;
	overflow: hidden;
}
@media print, screen and (min-width: 768px){
	.header ,
	.main ,
	.footer {
		min-width:1200px;
	}
	.container {
		width:1200px;
		padding:0 20px;
	}
}
/* s.header */
.header {
	background:#006582;
	padding:0;
}
.header .logo {
	padding:5% 0;
	max-width:280px;
}
.header .nav {
	opacity:0;
	text-align:center;
	width: 290px;
	height:100%;
	padding: 70px 10px 0;
	background:#006582;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	overflow-y:scroll;
	transform: translate(290px);
	transition: all 0.5s;
}
.header .nav.open {
	opacity:0.9;
	transform: translateZ(0);
}
.header .nav ul {
	border-top:1px solid #fff;
	font-size:0;
	text-align:center;
}
.header .nav li {
	display:inline-block;
	vertical-align: top;
	width:100%;
	padding:0;
	margin:0;
	border-bottom:1px solid #fff;
}
.header .nav li a {
	display:block;
	position:relative;
	padding:0.825em 0;
	font-size:1.6rem;
	line-height:1.4;
	color:#fff;
	font-weight:500;
	text-decoration:none;
}
.header .nav li a:hover,
.header .nav li a:active {
	color:#fff462;
}
.header .menu-trigger {
	display: inline-block;
	width: 36px;
	height: 29px;
	vertical-align: middle;
	cursor: pointer;
	position: fixed;
	top: 24px;
	right: 26px;
	z-index: 100;
	transform: translateX(0);
	transition: transform 0.5s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.header .menu-trigger span {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #333;
	transition: all .5s;
	border-radius:10px;
}
.header .menu-trigger.active span {
 	background-color: #fff;
}
.header .menu-trigger span:nth-of-type(1) {
 	top: 0;
}
.header .menu-trigger.active span:nth-of-type(1) {
 	transform: translateY(12px) rotate(-45deg);
}
.header .menu-trigger span:nth-of-type(2) {
 	top: 12px;
}
.header .menu-trigger.active span:nth-of-type(2) {
 	opacity: 0;
}
.header .menu-trigger span:nth-of-type(3) {
 	bottom: 0;
}
.header .menu-trigger.active span:nth-of-type(3) {
 	transform: translateY(-12px) rotate(45deg);
}
@media print, screen and (min-width: 400px) {
	.header {
		min-height:77px;
	}
	.header .logo {
		padding:12px 0;
		max-width:360px;
	}
}
@media print, screen and (min-width: 768px){
	.header {
		padding:26px 0 29px;
	}
	.header .container {
		font-size:0;
	}
	.header .logo,
	.header .nav {
		display:inline-block;
		vertical-align: top;
		position: relative;
	}
	.header .logo {
		max-width:586px;
		margin:0;
		padding:0;
	}
	.header .nav {
		margin:0 0 0 43px;
		padding:0;
		background:#006582;
		overflow-y:visible;
		width:530px;
  		height:auto;
 		z-index:0;
  		left:auto;
  		right:auto;
  		left:0;
  		top:0;
  		transform:none;
  		opacity:1;
  		transition: all 0s;
	}
	.header .nav ul {
		border:0;
		font-size:0;
		text-align:left;
	}
	.header .nav li {
		display:inline-block;
		vertical-align: top;
		width:auto;
		margin:10px 0 0;
		padding:0;
		border:0;
	}
	.header .nav .col-1 {
		width:100%;
		margin:0;
	}
	.header .nav .col-2,
	.header .nav .col-4 {
		width:254px;
	} 
	.header .nav li a {
		padding:0 0 0 1em;
		line-height:1;
		margin:0;
		font-size:1.8rem;
		color:#fff;
	}
	.header .nav li a:hover,
	.header .nav li a:active {
		color:#fff;
	}
	.header .nav li a:before {
		content:'■';
		position:absolute;
		left:0;
		color:#b7cfdc;
		transition: color 0.3s;
	}
	.header .nav li a:hover:before,
	.header .nav li a:active:before {
		color:#fff462;
	}
	.header .menu-trigger {
		display:none;
	}
}
.main .main-image {
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:1200px;
	overflow:hidden;
}
.main .main-image .title {
	position:absolute;
	left:0;
	top:40%;
	width:100%;
	padding:0 0.5em;
	font-size:2rem;
	font-weight:700;
	line-height:1.3;
	color:#595757;
	text-shadow:2px 2px 3px #fff,-2px 2px 3px #fff,2px -2px 3px #fff, -2px -2px 3px #fff;
	-webkit-filter:drop-shadow(0 0 4px rgba(255,255,255, 1));
	-moz-filter:drop-shadow(0 0 4px rgba(255,255,255, 1));
	-ms-filter:drop-shadow(0 0 4px rgba(255,255,255, 1));
	filter:drop-shadow(0 0 4px rgba(255,255,255, 1));
}
.main .main-image .image {
	width:100%;
	overflow:hidden;
}
.main .main-image .title span{
	display:inline-block;
	font-size:0.75em;
	font-weight:700;
}
.main .section {
	position: relative;
	padding:6% 0 0;
}
.main .section > .title {
	position: relative;
	font-size:2rem;
	text-align:center;
	line-height:1.3;
	font-weight:700;
	color:#595757;
}
.main .section > .text {
	position: relative;
	font-size:1.5rem;
	margin:5% 0 0;
}
.main .section > .text span {
	font-size:0.875em;
}
.main .section > .box {
	position: relative;
	margin:5% 0 0;
}
.main .section > *:first-child {
	margin-top:0 !important;
}
.main .section .box-color {
	background:#ebebf5;
}
.main .section .title.gradation  {
	font-size:1.8rem;
	font-weight:700;
}
.main .section .title.gradation > span {
	position:relative;
	display:inline-block;
	background:#fff;
	z-index:1;
	padding:0 0.75em;
	font-weight:500;
	margin:0 1em;
}
.main .section .title.gradation:before {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	z-index:0;
	background:linear-gradient(90deg, #FFFFFF 0%, #595757 40%, #595757 60%, #FFFFFF 100%) no-repeat 50% 50% / 100% 6px;
}
.main .section .list-box {
	font-size:0;
	text-align:center;
}
.main .section .list-box > li {
	position:relative;
	display:inline-block;
	vertical-align: top;
}
.main .section .list-value > li,
.main .section .caution,
.main .section .list-bullet > li,
.main .section .list-double > li,
.main .section .list-square > li,
.main .section .list-point > li {
	position:relative;
	padding-left:1em;
	display:inline-block;
}
.main .section .list-point > li:before {
	content:'・';
	position:absolute;
	left:0;
}
.main .section .list-bullet > li:before {
	content:'●';
	position:absolute;
	left:0;
}
.main .section .list-double > li:before {
	content:'◎';
	position:absolute;
	left:0;
}
.main .section .list-square > li:before {
	content:'■';
	position:absolute;
	left:0;
}
.main .section .list-value > li:before {
	content:'';
	position:absolute;
	left:0;
}
.main .section .caution:before {
	content:'※';
	position:absolute;
	left:0;
}

.main .section .common-nav-1 {
	margin:0;
}
.main .section .common-nav-1 > li {
	margin:0;
	width:100%;
	max-width:400px;
}
.main .section .common-nav-1 > li a {
	display:block;
	transition: 0.3s;
	text-decoration:none;
}
.main .section .common-nav-1 .title {
	position:relative;
	margin:0 0 12.5%;
	padding:25px 10px 11px;
	color:#fff;
	font-size:2.4rem;
	line-height:1.3;
	font-weight:700;
}
.main .section .common-nav-1 .title:before,
.main .section .common-nav-1 .title:after {
	content:'';
	position:absolute;
	left:0;
	width:100%;
	padding-top:15%;
	top:99.5%;
}
.main .section .common-nav-1 .title:after {
	width:1px;
	height:1px;
	bottom:-1px;
}
.main .section .common-nav-1 .text {
	padding:0 4% 4%;
	color:#595757;
	font-size:1.5rem;
	font-weight:500;
	line-height:1.7;
	text-align:left;
}
.main .section .common-nav-1 > .col-1 a {
	background:#ebf4ec;
}
.main .section .common-nav-1 > .col-1 .title{
	background:#3db270;
}
.main .section .common-nav-1 > .col-1 .title:before {
	background:url(../img/button-improvement-plan-off.png) center top no-repeat;
	background-size: contain;
}
.main .section .common-nav-1 > .col-1 .title:after {
	background:url(../img/button-improvement-plan-on.png) center top no-repeat;
	background-size: contain;
}
.main .section .common-nav-1 > .col-1 a:hover,
.main .section .common-nav-1 > .col-1 a:active {
	background:#bedfc2;
}
.main .section .common-nav-1 > .col-1 a:hover .title,
.main .section .common-nav-1 > .col-1 a:active .title { 
	background:#009f50;
}
.main .section .common-nav-1 > .col-1 a:hover .title:before,
.main .section .common-nav-1 > .col-1 a:active .title:before {
	background:url(../img/button-improvement-plan-on.png) center top no-repeat;
	background-size: contain;
}
.main .section .common-nav-1 > .col-2 {
	margin-top:5%;
}
.main .section .common-nav-1 > .col-2 a {
	background:#fcede4;
}
.main .section .common-nav-1 > .col-2 .title{
	background:#ec6d45;
}
.main .section .common-nav-1 > .col-2 .title:before {
	background:url(../img/button-early-improvement-plan-off.png) center top no-repeat;
	background-size: contain;
}
.main .section .common-nav-1 > .col-2 .title:after {
	background:url(../img/button-early-improvement-plan-on.png) center top no-repeat;
	background-size: contain;
}
.main .section .common-nav-1 > .col-2 a:hover,
.main .section .common-nav-1 > .col-2 a:active {
	background:#f7c5ab;
}
.main .section .common-nav-1 > .col-2 a:hover .title,
.main .section .common-nav-1 > .col-2 a:active .title {
	background:#e73820;
}
.main .section .common-nav-1 > .col-2 a:hover .title:before,
.main .section .common-nav-1 > .col-2 a:active .title:before {
	background:url(../img/button-early-improvement-plan-on.png) center top no-repeat;
	background-size: contain;
}
@media print, screen and (min-width: 400px) {
	.main .main-image .title {
		padding-left:1em;
		font-size:2.4rem;
	}
	.main .section .title.gradation  {
		font-size:2rem;
	}
}
@media print, screen and (min-width: 768px){
	.main .main-image {
		width:1200px;
	}
	.main .main-image .image {
		 height:482px;
	}
	.main .main-image .title {
		padding-left:50px;
		font-size:4.8rem;
		line-height:1.5;
		text-shadow:none;
		-webkit-filter:none;
		-moz-filter:none;
		-ms-filter:none;
		filter:none;
	}
	.main .main-image .title.shadow {
		text-shadow:4px 4px 4px #fff,-4px 4px 4px #fff,4px -4px 4px #fff, -4px -4px 4px #fff;
		-webkit-filter:drop-shadow(0 0 6px rgba(255,255,255, 1));
		-moz-filter:drop-shadow(0 0 6px rgba(255,255,255, 1));
		-ms-filter:drop-shadow(0 0 6px rgba(255,255,255, 1));
		filter:drop-shadow(0 0 6px rgba(255,255,255, 1));
	}
	.main .main-image .title span{
		font-size:3.3rem;
	}
	.main .section {
		padding-top:60px;
		width:850px;
		margin:0 auto;
	}
	.main .section:first-child {
		padding-top:70px;
	}
	.main .section > .title {
		font-size:2.4rem;
	}
	.main .section > .text {
		line-height:1.5;
		font-size:1.5rem;
		margin-top:36px;
	}
	.main .section > .box {
		margin:30px 0 0;
		padding:0;
	}
	.main .section .title.gradation {
		font-weight:500;
		font-size:2.4rem;
	}
	.main .section .title.gradation:before {
		background:linear-gradient(90deg, #FFFFFF 0%, #595757 43%, #595757 57%, #FFFFFF 100%) no-repeat 50% 50% / 100% 6px;
	}
	.main .section .common-nav-1 {
		margin:30px 0 0;
	}
	.main .section .common-nav-1 > li {
		margin:0;
		width:400px;
	}
	.main .section .common-nav-1 > li a {
		height:311px;
	}
	.main .section .common-nav-1 .title {
		font-size:3.6rem;
		padding:31px 10px 17px;
	}
	.main .section .common-nav-1 .text {
		padding:0 10px 20px;
		text-align:center;
	}
	.main .section .common-nav-1 > .col-2 {
		margin:0 0 0 50px;
	}
}
.footer {
	padding:6% 0 2%;
	border-bottom:6px solid #006582;
}
.footer .nav ul {
	padding:0;
	margin:0;
	font-size:0;
	text-align:center;
	border-top:1px solid #595757;
}
.footer .nav li {
	display:inline-block;
	vertical-align: top;
	margin:0;
	padding:0;
	width:100%;
	border-bottom:1px solid #595757;
}
.footer .nav a {
	display:block;
	font-size:1.6rem;
	padding:0.75em 0;
	font-weight:500;
	color:#595757;
	text-decoration:none;
}
.footer .logo {
	width:50%;
	margin:4% auto 0;
	min-width:280px;
}
.footer .logo a {
	display:block;
}
.footer .copyright {
	margin:3% 0 0;
	padding:0;
	text-align: center;
	font-size:1.3rem;
	color:#595757;
}
@media print, screen and (min-width: 768px){ 
	.footer {
		padding:68px 0 0;
		border-bottom:28px solid #006582;
	}
	.footer .nav ul {
		margin:0;
		padding:0;
		border:0;
	}
	.footer .nav li {
		width:auto;
		margin:0;
		padding:0;
		border:0;
		border-right:1px solid #595757;
	}
	.footer .nav li:last-child {
		border-right:0;
	}
	.footer .nav li a {
		font-size:1.3rem;
		padding:0;
		margin:0 1em;
		line-height:1.2;
		color:#595757;
	}
	.footer .nav li a:hover, 
	.footer .nav li a:active {
		text-decoration:underline;
	}
	.footer .logo {
		width:551px;
		margin:0 auto;
		padding:40px 0 0;
	}
	.footer .copyright {
		margin:0;
		padding:38px 0 30px;
	}
	.footer .copyright .pc {
		display:inline !important;
	}
}
.pc {
	display:none !important;
}
.sp {
	display:block !important;
}
br.pc {
	line-height:0 !important;
}
br.sp {
	line-height:0 !important;
}
@media print, screen and (min-width: 768px){
	.pc {
		display:block !important;
	}
	.sp {
		display:none !important;
	}
}
/* print */
@media print {
	html{ 
		background:#fff !important;
	 }
	body{
		background:#fff !important;
		-webkit-print-color-adjust: exact;
	}
	.footer {
		border-bottom:0 !important;
	}
}
@page {
	size: A4 portrait;  
	margin-left:   0;
 	margin-right:  0;
 	margin-top:    10mm;
 	margin-bottom: 10mm;
}