@charset "utf-8";
*{
  box-sizing: border-box;
}

.sp_none{
  display: none !important;
}




.inner{
    width: 100%;
    margin: auto;
    padding: 30px 3%;
    min-height: 300px;
}



#nav-toggle {
  position: fixed;
  top: 15px;
  right: 25px;
  height: 32px;
  cursor: pointer;
}
#nav-toggle > div {
  position: relative;
  width: 32px;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #333;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 10px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 0;
}
#nav-toggle:hover span:nth-child(3) {
  top: 22px;
}

.open #nav-toggle span {
  background: #000;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav {
  background:rgba(0,0,0,0.8);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
}

#gloval-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
}
#gloval-nav a:hover {
  color: #666;
}
#gloval-nav ul {
  list-style: none;
}
#gloval-nav ul li {
  opacity: 0;
}
#gloval-nav ul li:nth-child(2) {

}
#gloval-nav ul li:nth-child(3) {

}
#gloval-nav ul li:nth-child(4) {

}
#gloval-nav ul li:nth-child(5) {

}
#gloval-nav ul li:nth-child(6) {

}
#gloval-nav ul li:nth-child(7) {

}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  width: 100%;
}

header{
}

header{padding: 10px 0;position: fixed;width: 100%;background: #fff;z-index: 10;}

.inner{
    width: 100%;
    margin: auto;
    max-width: 100%;
}


footer{
  background: #fff;
  color: #fff;
  text-align: center;
}

footer .p_mark {
    margin: 10px 0 0 auto;
    width: 67px;
}

#gloval-nav{
  background: rgba(255,255,255,0.9);
  margin: 0 0 0 auto;
  transition: 0.4s;
}

#gloval-nav a{
  color: #333;
}

#gloval-nav.fixed{
  position: fixed;
  top:0;
  width: 100%;
  z-index: 5;
}

#gloval-nav nav{
  margin: auto;
  display: flex;
}

#gloval-nav nav ul{
  display: flex;
  flex-wrap: wrap;
  /* justify-content: flex-end; */
  /* align-items: center; */
  width: 100%;
  font-size: 0.8em;
}

#gloval-nav nav ul li{
  display: flex;
  justify-content: center;
  padding: 0 20px;
  font-weight: bold;
  width: 100%;
}

.btn_top{
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #fff;
  border: 1px solid #d2d2d2;
  padding: 5px 10px;
}

.pc_header{
  width: 100%;
  display: flex;
  margin: auto;
  justify-content: space-between;
  padding: 0 3%;
}

.logo{
  width: 90px;
  margin: 0 0 0 10px;
}

.content01{
  padding: 20px 0;
  background: rgb(162,208,248);
  background: -moz-linear-gradient(0deg, rgba(162,208,248,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(
0deg, rgba(162,208,248,1) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(
0deg, rgba(162,208,248,1) 0%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a2d0f8",endColorstr="#ffffff",GradientType=1);
  padding: 0;
  margin: 80px 0 0 0;
  background: #fff;
}

h1{
  color: #002b50;
  font-size: 2.0em;
}

.content01{
  position: relative;
  background: linear-gradient(45deg, #fcc800 0%, #fcc800 50%, #fff 50%, #fff 100%);
}

.content01 h1 span{
  color: #002b50;
  font-size: 0.6em;
}

.content01 p{
  width: 100%;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.2;
  margin: 0.8em 0;
}

.content01 .inner{
  width: 1280px;
  max-width: 100%;
}

.content01 p span{
font-size: 1.25rem;
}

.content01 .prof02 span{
  font-size: 15px;
  color: #000;
  font-weight: normal;
  margin: 5px 0;
  display: inline-block;
}

.content01 .prof02{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px 0;
}

.content01 .prof02 .name{
  font-size: 1.13em;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 15px 0;
}

.content01 .prof02 .img_box{
  width: 125px;
  text-align: center;
  margin: 0 0 30px 0;
}

.content01 .prof02 .img_box img{
  width: 125px;
  border-radius: 50%;
  box-shadow: 0 0 6px rgb(0 0 0 / 16%);
}

.topImg{
  width: 100%;
  max-width: 58%;
  margin: auto;
  z-index: 1;
  max-width: 100%;
}

.topImg img{
  width: 100%;
}

h2 {
  position: relative;
  padding-bottom: 5px;
  border-bottom: 4px solid #ccc;
  font-size: 1.5em;
  color: #002b50 !important;
}
h2::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #002b50;
}

.main_img{
  text-align: left;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main_img ul{width: 100%;margin: 0 0 20px 0;}

.main_img ul li{

}

.main_img .img_box{width: 100%;text-align: center;}
.content02{
  padding: 30px 0;
}
.content02 .inner .main{
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  max-width: 838px;
  flex-wrap: wrap;
}

.content02 .box{
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  text-align: center;
  line-height: 1.4;
  padding: 4% 1em;
  margin: 0 0 15px 0;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.content02 .box img{width: 20%;margin: 0 auto 10px;}

.content02 .box p{
  width: 75%;
  font-weight: bold;
  text-align: left;
}

.content02 .box:nth-child(1){
}

.content02 .box:nth-child(2){
}

.content02 .box:nth-child(3){
}

.content03{
  background-color: rgba(255, 202, 0, 0.2);
  /* padding: 50px 0; */
}

.inner.deg {
    transform: skew(0deg,5deg);
}

.content04{
  background-color: #fff;
  padding: 30px 0;
}

.content05{
  background-color: rgba(255, 202, 0, 0.2);
  padding: 30px 0;
}


table.detailArea{
	width: 100%;
	margin:0 auto 10px;
}
table.detailArea tr{
	border: 1px solid #001b43;
	margin: 0 0 5px 0;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
table.detailArea th{
	background: #001b43;
	color:#FFF;
	text-align:center;
	width: 100%;
	padding:3%;
	border-bottom: 1px solid #fff;
	display: block;
}

table.detailArea tr:nth-last-child(1) th{
	border-bottom: none;
}

table.detailArea td{
	background-color:#FFF;
	padding:3%;
	width: 100%;
	display: block;
}
table.detailArea td .check{
	background-image:url("../ia_images/bg_check.png");
	background-repeat:no-repeat;
	background-position:left;
	padding-left:25px;
}

table.detailArea td .link{
	float:left;
/*	margin-left:10%;*/
	padding-right:6%;
	background-image:url("../ia_images/bg_detail.png");
	background-repeat:no-repeat;
	background-position:right;
}
table.detailArea table.noborder tr{
	border:none;
}
table.detailArea table.noborder tr td{
	padding:0;
}

table.detailArea li{
	margin:10px 0;
}
table td dt { font-weight: bold;}
table td dd + dt { margin-top: 1em;}

table.detailArea br{
  line-height: 0.2;
}

.content05 .main{
  display: flex;
  flex-wrap: wrap;
}

.content06{
  background-color: #fff;
  padding: 30px 0;
}

.prof02 span{
  font-size: 15px;
  color: #2b93d0;
  font-weight: normal;
  margin: 5px 0;
  display: inline-block;
}

.prof02{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px 0;
  flex-wrap: wrap;
  flex-direction: column;
}

.prof02 .name{
  font-size: 1.13em;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 15px 0;
}

.prof02 .img_box{
  width: 35%;
  text-align: center;
  margin: 0 0 15px 0;
}

.prof02 .img_box img{width: 100%;border-radius: 50%;box-shadow: 0 0 6px rgb(0 0 0 / 16%);}

.content07{
  background-color: rgba(255, 202, 0, 0.2);
  padding: 30px 0;
}

.gallery .top{
display: flex;
justify-content: center;
}

.gallery .middle{display: flex;justify-content: center;}

.gallery .middle .half{
  display:flex;
  flex-wrap: wrap;
  width: 50%;
}

.gallery .bottom{
  display: flex;
  justify-content: center;

}

.gallery .big{
  width: 400px;
  padding: 3px;
}

.gallery .small{
  width: 240px;
  height: 160px;
  object-fit: cover;
  padding: 3px;
}

.content08{
  background-color: #fff;
  padding: 30px 0;
}

.content08 a{
  color: #1a0dab;
  padding-bottom: 1px;
  margin-bottom: 1px;
  border-bottom: 1px solid #1a0dab;
}

.question{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.question .box{
  width: 48%;
  margin: 0 0 30px 0;
}

.question .box p{
  background-color: #005A7F;
  padding: 20px;
  color: #FFF;
  border-radius: 8px;
  margin: 10px 0 0 0;
}

.content09{
  padding: 30px 0;
  background-color: rgba(255, 202, 0, 0.2);
}

.content09 h2{
  width: 100%;
  color: #fff;
  padding: 10px;
}

.content09 .inner{
  padding: 20px 0;
}

footer .copy{
  color: #fff;
  padding: 10px;
}


.tokutenArea{
	background: -moz-linear-gradient(left, #005a7f, #B8D1DB);
	background: -webkit-linear-gradient(left, #005a7f, #B8D1DB);
	background: linear-gradient(to left, #005a7f, #B8D1DB);
	/* background-image: conic-gradient(#005a7f, #005a7f, #005a7f); */
	padding:20px;
	width:760px;
	margin:0 auto;
}

.tokutenBox{
	background:#FFF;
	margin:10px;
	padding:20px 50px;
	text-align:center;
}
.tokuten01,
.tokuten02{
	font-size:28px;
	color:#045C81;
	padding:15px 100px;
	background-repeat:no-repeat;
}
.tokuten01{ background-image:url("images/icon_tokuten01.png"); }
.tokuten02{ background-image:url(".images/icon_tokuten02.png"); }

.tokutenBox .txt{
	padding:20px;
	font-size:16px;
}

.movie{
text-align: center;
margin: 15px 0;
}

.img_box .caption{
  font-size: 0.8em;
  margin: 5px 0 0 0;
}

.wrap{
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.main_content{
  width: 100%;
}

.side{
  width: 100%;
background: linear-gradient(45deg, #fcc800 0%, #fcc800 50%, #fff 50%, #fff 100%);
  padding: 50px 3%;
}

.tel{
  font-size: 1.1em;
  font-weight:bold;
  text-align: right;
  line-height: 1.2;
  margin: 0 0 0 auto;
}

.tel span{
  font-size: 0.8em;
  font-weight: normal;
}

.nav_right{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.topTokuten{
  background-color: #014099;
  color: #014099;
  font-weight: bold;
  font-size: 1.32em;
  text-align: center;
  padding: 0.5em 1em;
  margin: 0;
}

.content04 .main{
  width: 100%;
  max-width: 838px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pointBox{
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 6px rgb(0 0 0 / 16%);
  border-radius: 4px;
  padding: 1.5em;
  margin: 0 0 20px 0;
}

.pointBox.Breakout{
  box-shadow: 0 0 6px rgb(0 0 0 / 16%);
  background: rgb(0 53 133 / 60%);
  color: #fff;
}

.pointBox .ttl{
  line-height: 1.4;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.02em;
}

.pointBox ul{

}

.pointBox ul li{padding: 0 0 0 2%;}

.tokuten_box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 6% auto 0;
  max-width: 838px;
}

.tokuten_box .left{
  background-color: #00398e;
  width: 100%;
  text-align: center;
  color: #FFF;
  padding: 2em 1em 3em;
}

.tokuten_box .left .title{
  font-size: 1.3em;
  color: #FFF;
}

.tokuten_box .left .title:after{
display: block;
width: 23px;
content: "";
border-bottom: 4px dotted #fff;
margin: 0 auto;
}

.tokuten_box .left .text{
  color: #FFF;
}

.tokuten_box .left .text span{
  color: #ff7;
  font-size: 1.13em;
  font-weight: bold;
  list-style: none;
  padding: 0;
  margin: 0.5em 0 0;
}

.tokuten_box .right{
  width: 100%;
  background: url(images/gl01.jpg);
  background-size:cover;
}


.prof02 .text_box{
  width: 100%;
  padding: 0 3%;
}

footer{
  text-align: left;
  color: #fff;
}

footer .inner{
  display: flex;
  padding: 30px 0;
  width: 93%;
  flex-wrap: wrap;
}

footer .left{

}

footer .right{
  margin: 30px 0 0 auto;
  text-align: right;
}

footer .right a{
  color: #000;
  font-size: 0.8em;
}

footer dl{
  font-size: 1.0em;
}

footer dt{
  color: #000;
  font-size: 0.8em;
}

footer dd{
  color: #000;
  margin: 0 0 5px 0;
  font-size: 0.8em;
}

footer .logo {
    margin: 0 0 15px 0;
    background: #fff;
    padding: 1px 2px;
}

footer .copy{
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  margin: 30px 0 0 0;
}

.fusion-alert {
  display: none;
}

.wpcf7{

}

.wpcf7 dl{

}

.wpcf7 dt{font-weight: bold;font-size: 0.9em;letter-spacing: 0.05em;margin-top: 1em;}

.wpcf7 dd{

}

.wpcf7 input{
  font-family: inherit;
  font-size: inherit;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.4em 0.5em;
}
.wpcf7 a{
  color:#1a0dab;
  padding-bottom: 1px;
  margin-bottom: 1px;
  border-bottom: 1px solid #1a0dab;
}

.wpcf7 p{
  margin: 0 0 10px 0;
}

.wpcf7 input[type="number"] {
	width:25% !important;
  color: #000 !important;
}

.wpcf7-text{
  color: #000 !important;
}

.btnBox .wpcf7-submit {
      background: #ff8787 !important;
      background-image: -webkit-linear-gradient(top, #ff8787, #d6070e) !important;
      background-image: -moz-linear-gradient(top, #ff8787, #d6070e) !important;
      background-image: -ms-linear-gradient(top, #ff8787, #d6070e) !important;
      background-image: -o-linear-gradient(top, #ff8787, #d6070e) !important;
      background-image: linear-gradient(to bottom, #ff8787, #d6070e) !important;
      -webkit-border-radius: 7;
      -moz-border-radius: 7;
      border-radius: 7px;
    color: #fff !important;
    border-radius: 5px;
    padding: 0.6em 1em;
    margin: 30px auto;
    min-width: 170px;
    display: block;
    font-weight: bold !important;
    font-size: 1.1em;
}

.btnBox .wpcf7-submit:hover {
  background: #f75454 !important;
  background-image: -webkit-linear-gradient(top, #f75454, #f5181f) !important;
  background-image: -moz-linear-gradient(top, #f75454, #f5181f) !important;
  background-image: -ms-linear-gradient(top, #f75454, #f5181f) !important;
  background-image: -o-linear-gradient(top, #f75454, #f5181f) !important;
  background-image: linear-gradient(to bottom, #f75454, #f5181f) !important;
  text-decoration: none;
}

div.wpcf7 .wpcf7-submit:disabled:hover{
      background: #ff8787 !important;
      background-image: -webkit-linear-gradient(top, #ff8787, #d6070e) !important;
      background-image: -moz-linear-gradient(top, #ff8787, #d6070e) !important;
      background-image: -ms-linear-gradient(top, #ff8787, #d6070e) !important;
      background-image: -o-linear-gradient(top, #ff8787, #d6070e) !important;
      background-image: linear-gradient(to bottom, #ff8787, #d6070e) !important;
}

.content06 .text_box{
  display: flex;
  flex-wrap: wrap;
}

.content06 .text_wrap{width: 100%;}

.content06 .text_wrap p{

}

.img_right{
  margin: 15px 0 0 0;
  width: 100%;
}

.content06 .inner{
  width: 1080px;
}

.side h3{
  font-size: 1.32em;
    text-align: center;
    letter-spacing: 0.05em;
    color: #00398e;
}

.main_img ul li{
}

.main_img ul li:before {
  content:  "";
  width:  7px;
  height:  7px;
  display:  inline-block;
  background-color: #000;
  border-radius:  50%;
  position:  relative;
  top: -2px;
  margin-right: 5px;
}

.pointBox ul li:before {
  content:  "";
  width:  7px;
  height:  7px;
  display:  inline-block;
  background-color: #000;
  border-radius:  50%;
  position:  relative;
  top: -2px;
  margin-right: 5px;
}

.mousikomi{
  margin: 0 76px 0 0;
  background: #0b4ea2;
  text-transform: uppercase;
  color: rgba(255,255,255,.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0b4ea2, endColorstr=#0b4ea2);
  transition: all .2s;
  border-width: 0px;
  border-style: solid;
  border-color: rgba(255,255,255,.8);
  border-radius: 2px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;-o-transition: all .2s;
  -webkit-border-radius: 2px;display: flex;justify-content: center;
  align-items: center;
}

.mousikomi a{
  color: #fff;
  width: 100%;
  height: 100%;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.mousikomi a:hover{
  color: #fff;
}

.sp_header{
  display: flex;
  justify-content: space-between;
}

.movie{
  position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.movie iframe{
  position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.content07{

}

.content07 .inner{
  width: 1080px;
}

.content07 .seminer_text{
  margin-bottom: 20px;
  padding: 10px 0 5px 0;
  font-size: 1.1em;
}

.content07 .text_wrap{width: 100%;}

.content07 .seminer_tit{
  border-bottom: 2px solid #0b60a8;
  color: #0b60a8;
  font-size: 1.1em;
  margin: 0 0 15px 0;
  font-weight: bold;
}

.content07 .seminer_tit::before{content: "";width: 12px;height: 12px;display: inline-block;background-color: #0b60a8;position: relative;top: -2px;}

.content07 .seminer_text02{

}

.content07 .img_box{width: 105%;margin: 30px auto 0;}

.content07 .wrap07{display: flex;justify-content: space-between;flex-wrap: wrap;}

.hrf-entry{
  border:none !important;
  margin-bottom: 10px !important;
  padding-bottom: 0px !important;
  text-align: left;
}

.hrf-content{
   color: #444444;
   background: #ffffff;
   font-size: 14px;
   padding: 0 0 10px 0;
   padding-left: 50px;
   word-break: normal;
   background: url(images/fa_a.png) no-repeat left top;
   background-size: 30px;
}

h3.hrf-title{
   font-size: 18px;
   color: #444444;
   background: #ffffff;
   padding: 10px 15px 10px 0;
   padding-left: 50px;
   margin: 0 0 10px 0;
}

.hrf-title.close-faq{
}

.hrf-title.close-faq span{
   width: 30px;
   height: 30px;
   display: inline-block;
   position: relative;
   left: 0;
   top: 8px;
   margin-right: 20px;
   margin-left: -50px;
   background: url(images/fa_q.png) no-repeat left center;
   background-size: 30px;
}


.faq_headline {
    font-size: 24px;
    font-weight: 400;
    color: #FF4001;
    text-align: left;
    margin: 0 0 25px 0;
}

.content09{}

.content09 .inner{width: 96%;}

.content09 .aisatsu{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content09 .aisatsu p{
  width: 100%;
}

.content09 .aisatsu .img_box{
  width: 75%;
  margin: 15px auto;
  text-align: center;
}

.wpcf7 input{
  font-size: 16px;
}

table.detailArea td p{
  width: 100%;
}

.contact_text{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}

.contact_text p{

}

.contact_text img{display: block;margin: 0;width: 40%;}

.p_mark{
  margin: 0 5px;
  width: 47px;
}

small{
  font-size: 0.8em;
}

.name .koushi{
  font-weight: bold;
  text-align: center;
  padding: 4px 10px;
  background: #fff;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #000;
  line-height: 1.0;
}

.header01{
  margin-top: 15px;
}

.header01 span {
    background: #dadbdc;
    border: 1px solid #414339;
    padding: 5px 15px;
    font-weight: bold;
}
