@charset "utf-8";
/*--------------------------------------------
reset
----------------------------------------------*/
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  margin: 0;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.num {
	margin: 0;
	position: fixed;
	right: 10px;
	top: 10px;
  font-size: 1.5rem;
  font-weight: normal;
}


/*--------------------------------------------
基本設定（body,a,table等） CSS
----------------------------------------------*/

html {
	font-size: 62.5%;/* sets the base font to 10px for easier math */
}
body {
	font-size: 16px;
	font-size: 1.6rem;
	font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height:1.7;
	margin: 0px;
	padding: 0px;
	color: #000;
	background:#FFFFFF;
}
html, body {
	height: 100%;
}

.m-font-min{
	font-family: YuMincho, "Yu Mincho" ,serif;
}

/* ------------------  */

img {
	border-style: none;
	vertical-align:bottom;
}

a{
	color: #0565a8;
	text-decoration: none;
}
a:active {
	color: #1b9598;
}
a:link {
	color: #0565a8;
}
a:visited {
	color: #421e86;
}
a:hover {
	color: #03aee2;
	text-decoration: underline;
    transition: all 0.5s;	
}
a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}
div {
	display:block;
}
address {
	font-style: normal;
}

/*----------------------------------------
	clearfix
-----------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
	font-size: 0.1px;
	line-height: 0.1px;
}
.clearfix {
	display: inline-block;
	position: relative; /* DW */
}

/* Hides from IE-mac \*/
.clearfix {
	display: block; 
}
/* End hide from IE-mac */


/*----------------------------------------------------
 ヘッダー　header
----------------------------------------------------*/

header{
	margin-top:0;
	background-color:rgba(255,255,255,0.8);
	width:100%;
	height:95px;
	position:fixed;
	top:0;
	z-index:9999;
  border-top: solid 5px #15273a;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ロゴ */
.logo {

  font-size: 2.5rem;
}
/*.logo img{
  width:100%;
  height: auto;
}*/
/* --- --- --- --- --- 
　グローバルナビ 
--- --- --- --- --- ---　*/
.g-nav{
	margin:20px 0 0 35%;
	height:60px;
	width:65%;
/*	display:table;*/
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.g-nav li {
	float:left;
	width: 20%;
	text-align:center;
  font-weight: bold;
}
.g-nav li a {
	height:50px;
	width: 20%;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	text-decoration:none;
	color:#000;
  position: relative;
}
.g-nav li a:hover::after {
	text-decoration:none;
  color:#20a8d6;
	/*background-color:rgba(255,255,255,0.7);*/
  /*border-bottom: solid 3px #20a8d6;
  box-sizing: border-box;*/
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  height: 3px;
  background-color:#20a8d6; 
}

/* --- --- --- --- --- 
 構造 
--- --- --- --- --- */
.container{
  position: relative;
	clear:both;
	margin:100px auto 0;
	padding:0;
  width:100%;
}
/*
.container::before{
  position: absolute;
  content:"";
  bottom:0;
  width:100%;
  height: 300px;
  box-sizing: border-box;
  background:	url(../../images/effect_01.png) 0 0 / auto repeat, url(../../images/bg_area02.jpg) center 0 / cover no-repeat;
}*/

.page-container{
	clear:both;
	margin:0 auto 0;
	padding:0;
  width:100%;
  min-height: 400px;
}
.inner_cont{
	margin:0 auto;
  padding: 0 15px;
  width: calc( 100% - 30px );
	max-width:1000px;
}
@media screen and (max-width: 678px){
.inner_cont{
  max-width:inherit;
  }
}



/** main-area --------------------------------------- **/

.main-area{
  position: relative;
  padding: 1px 0;
  height: 430px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background:	url(../../images/effect_01.png) 0 0 / auto repeat, url(../../images/bg_area01.jpg) center center / cover no-repeat;
}
@media screen and (max-width: 678px){
.main-area{
  height: 220px;
  }
}


.main-area .inner_cont{
	position:relative;
}

.top-main{
	margin:20px auto;
  text-align: center;
}
.top-main_lead{
  color:#fff;
	font-size: clamp(3.8rem,5.0vw,4.8rem);
	font-weight:normal;
	text-shadow:-1px -1px 1px rgba(0, 0, 0, 0.4),
	1px 1px 1px rgba(255, 255, 255, 0.5)
}

/** top-area --------------------------------------- **/

.top-wrap{
  display: flex;
  gap:50px;
  position: relative;
  margin: 40px auto;
  width: 96%;
  max-width: 960px;
  z-index:1;
}
@media screen and (max-width: 678px){
.top-wrap{
  flex-direction: column;
  }
}

.top-img{
  flex-shrink: 0;
  max-width: 55%;
}
@media screen and (max-width: 678px){
.top-img{
  max-width: 100%;
  }
}
.top-lead{
  margin-top: 0;
  font-size: clamp(2.2rem,3.0vw,2.7rem);
  line-height: 1.325;
  color:#20a8d6;
}
.top-txt{
  margin-top: 2em;
  font-size: clamp(1.5rem,2.0vw,1.9rem);;
}

.alignright{
	float:right;
	height:auto;
}
.alignleft{
	float:left;
	height:auto;
}




/** top-service-area --------------------------------------- **/
.top-service-area{
	clear:both;
	margin:0 auto;
	height:100%;
}
.top-service-wrap{
  padding: 80px 0;
	background-color:#e8f4fc;
  overflow: hidden;
}
.top-service-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 678px){
.top-service-list{
  grid-template-columns: repeat(1, 1fr);
  }
}


.top-service-list li{
  position: relative;
	box-sizing: border-box;
	overflow:hidden;
  margin: 0 auto;
}
.top-service-list li img{
	max-width:100%;
	height:auto;
}
.top-service-title{
  margin-top: 0.5em;
  text-align: center;
  font-size: clamp(1.6rem,2.8vw,2.0rem);
  line-height: 1.2;
}


.scale{
/*  display: block;
  border:solid 1px #dddddd;
  background-color: #fff;*/

  /* height: 170px; */
  overflow:hidden;   
}
/*
.scale img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.scale:hover img {
	-webkit-transform: scale(1.10);
	transform: scale(1.10);
}
*/

/** footer-contact --------------------------------------- **/

.footer-contact-area{
  position: relative;
  display: flex;
  align-items: center;
}
.footer-contact-area::before{
  position: absolute;
  content:"";
  bottom:0;
  width:100%;
  height: 300px;
  box-sizing: border-box;
  background:	url(../../images/effect_01.png) 0 0 / auto repeat, url(../../images/bg_area02.jpg) center 0 / cover no-repeat;
}
.footer-contact{
  position: relative;
  margin: 40px auto;
  text-align: center;
  padding: 40px 0;
  width: 90%;
  max-width: 900px;
  box-sizing: border-box;
  background-color:rgba(255, 255, 255, 0.75);
}
.footer-contact-lead{
  font-size: clamp(2.4rem,4.8vw,3.6rem);
  font-weight: bold;
  line-height: 1.5;
}

.sns-logo{
  margin-top: 1em;
  display: flex;
  justify-content: center;
  gap:20px;
}
@media screen and (max-width: 678px){
.sns-logo img{
  width: 50px;
  }
}
/** footer-btn-area --------------------------------------- **/

.footer-btn-area{
margin: 60px auto 10px;
padding: 30px 0;
background-color: #e8f4fc;
}

/** footer --------------------------------------- **/

.footer{
	padding:0;
}
.footer-info-area{
padding: 10px 0;
overflow: hidden;
}
.footer-logo{
float: left;
padding: 10px 30px;
width:300px;
border-right: solid 1px #000;
}
.footer-logo img{
width:300px;
}
.footer-address{
float:left;
padding: 10px 30px;
}
.footer-address-txt{
margin-left: 7em;
text-indent:-6.5em;
line-height: 1.5;
}
.footer-address-txt span{
font-size: 2.0rem;
font-weight: bold;
}

.footer-nav-area{
clear: both;
  text-align: center;
  padding: 5px 0;
  background-color: #e4e7ec;
}
.footer-nav li{
  margin: 0 2em;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.2;
}

.copyright {
  	background-color: #15273a;
}
.copyright p {
	color: #ccc;
  font-size: 1.3rem;
  line-height: 1.2;
	text-align:center;
	padding: 4px 0; 
}

#pagetop{
	position:fixed;
	bottom:20px;
	right:15px;
	z-index: 9999;
}

/*--------------------------------------------
 module設定（title,button等） CSS
----------------------------------------------*/
.m-area{
  padding-top: clamp(40px, 6vw, 80px);
}

/*-- title --*/
.m-index-title{
  position: relative;
  margin-bottom: 2em;
  padding-top: 20px;
	font-size:clamp(2.4rem,4.5vw,3.4rem);
	line-height:1;
	font-weight:bold;
  color: #000;
  text-align: left;
}
/*.m-index-title::after{
  content: "";
  position: absolute;
  top: 2em;
  left: 0;
  width: 100px;
  height: 3px;
  background-color:#20a8d6; 
}*/
.m-index-title_center{
  text-align: center!important;
}
/*
.m-index-title_center::after{
  left: 50%!important;
  transform: translateX(-50%);
}*/

/*-- button --*/
.m-btn-list{
  margin: 0 -10px;
  padding-left:0;
}
.m-btn-list li{
  margin: 10px 10px;
  display: inline-block;
  float: right;
}
.m-btn-list li:first-child{
}
.m-btn{
}
.m-btn a {
  display: block;
  position: relative;
  width: 220px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  color:#006ab4;
	background-color:rgba(255, 255, 255, 0.75);
  border:solid 1px #006ab4;
  box-sizing: border-box;
  -webkit-transition: .2s;
  transition: .2s;
}
.m-btn a::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  width: 9px;
  height: 9px;
  margin-top: -4.5px;
  border-right: 1px solid #006ab4;
  border-bottom: 1px solid #006ab4;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);  
}
.m-btn a:hover {
  color:#fff;
  background-color:#006ab4;
  text-decoration: none;
}
.m-btn a:hover::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);  
}

.m-btn-b {
  clear:both;
  margin: 30px auto 60px;
  text-align: center;
}
.m-btn-b a {
  display: inline-block;
  position: relative;
  width: 376px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color:#fff;
  background-color:#006ab4;
  border:solid 2px #006ab4;
  box-sizing: border-box;
  -webkit-transition: .3s;

  transition: .3s;
}
.m-btn-b a::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);  
}
.m-btn-b a:hover {
  color:#006ab4;
  background-color:#fff;
  text-decoration: none;
  border:solid 2px #006ab4;
  box-sizing: border-box;
}
.m-btn-b a:hover::after {
  border-right: 2px solid #006ab4;
  border-bottom: 2px solid #006ab4;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);  
}

.m-btn-r{
  position: absolute;
  right:20px;
  bottom:20px;
}

.m-txt-c{
text-align: center;
}

.m-pc{
display: block;
}
.m-sp{
display: none;
}
@media screen and (max-width: 678px){
  .m-pc{
  display: none;
  }
  .m-sp{
  display: block;
  }
}

.list li{
  list-style: disc;
  margin-bottom: 5px;
  margin-left: 1em;
}

.table {
  margin: 40px auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 800px;
  border-left: solid 1px #a0a0a0;
  border-bottom: solid 1px #a0a0a0;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}
.table th {
  padding: 1em 1em;
  width:20%;
  line-height: 1.2;
  font-weight: bold;
  color: #308eb1;
  border-top: solid 1px #a0a0a0;
  border-right: solid 1px #a0a0a0;
}
.table td {
  position: relative;
  padding: 1em 2em 1em 3em;
  text-align: left;
  line-height: 1.3;
  vertical-align: middle;
  background-color: #fff;
  border-top: solid 1px #a0a0a0;
  border-right: solid 1px #a0a0a0;
}

.btn-contact, .btn-back {
  display: block;
  width: 100%;
  max-width: 220px;
  margin-bottom: 5px;
  padding: 1em 0;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  color: #fff !important;
}
.btn-contact {
  position: relative;
  background-color: #006ab4;
}

.btn-contact::after{
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  width: 9px;
  height: 9px;
  margin-top: -4.5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);  
}

.error {
    font-size: 93%;
    color: #B70000;
    display: block;
}

