﻿/* Base */
html {  max-width: 100vw; overflow-x: hidden; min-height: 100vh; }

body {    background-color: #ffffff;  line-height: 1.7;  color: #333333;
  font-family:  'Noto Sans JP','Lato', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 17px; }

a:hover{ opacity: .7; cursor: pointer; color:inherit;}
h2 {
    font-size: 2.1875rem;
    font-weight: 700;
    line-height: 1;
    position: relative;
    height: 6rem;
    padding-left: 4rem;
    margin-top: 10px;
}
h2::before {
content: "/";
    font-size: 8.8rem;
    vertical-align: top;
    position: absolute;
    top: -4.5rem;
    width: 100%;
    left: 0;
	font-weight: 500;
}

a{ color:#2660AB;}
.l-text {
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.75;
}
.m-text {
  font-size: 1.1rem;
  font-weight: 700;
}
.s-text {
  font-size: 1rem;
  font-weight: normal;
  text-align: left;
}

.cl-bl {color: #2660AB; }
.cl-nv {color: #163370; }
.cl-bk {color: #333333; }
.cl-wh {color: #ffffff; }

.alnL {text-align: left; } 
.alnC {text-align: center; } 
.alnR {text-align: right; } 

.mb80 {margin-bottom: 80px; } 

/*  header */

header{ /*position: fixed; z-index: 80;*/ background: #ffffff; width: 100vw;}
/*header > div{ margin: 0 auto;}*/

.top-title {
  text-align: center;
}

.top-botan {
  text-align: right;
}
.top-botan ul {
  list-style-type: none;
  font-size: 0; margin: 0; padding: 0;
}
.top-botan ul > li{
  display: inline-block ;
  text-align: center;
  vertical-align: bottom;
  width:8rem;
  height:4.5rem;
  background-color: #32A6EC;


}
.top-botan ul > li > a {
	  padding: 0.5rem;
	  color: #ffffff;
	 display: block;
	width: 100%;
	height: 100%;
	  font-size: 1.0rem;
}
.top-botan ul > li:hover {
  background-color: #002F80;
}
.top-botan1 {
  position: relative;
}
.top-botan2 {
  position: absolute;
  top: 40px ;
  left: 50% ;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.pc-navi ul {
  list-style-type: none;
  font-size: 0;
}
.pc-navi ul > li{overflow: hidden;  width: 100%; height: 100%; border-right:solid 1px #2660AB;  }
.pc-navi ul > li > a {
  text-align: center;
  color: #2660AB;
  font-size: 0.8rem;
  line-height: 1.35;
	 width: 100%; height: 100%; 
	padding: .5em .1em;
	font-weight: 500;
	letter-spacing: -0.05em;
	justify-content: center;
align-items: center;
display: flex;
}

.pc-navi ul > li:first-child{ border-left:solid 1px #2660AB; }
.pc-navi ul > li:hover {
  background-color: #D6EBF7; opacity: 1;
}

.btn-contact{ background-color: #002F80 !important;}
/*  main */

.bslide-wrapper{background: #DAE3E8; z-index: 0; width: 100vw; height:100%;    max-height: 760px; overflow-x: hidden; }
.bx-wrapper .bx-viewport{ background-color: transparent!important; /*min-height: 580px;*/ }
.slider{ min-height:670px; overflow-x: hidden; max-width: 100vw;}
 @media (max-width:1280px) {
.slider{ min-height:670px;}
}
img{ max-width: 100%;}
/*  top-1 */
#top-1 { 
  background-color: #DAE3E8;
  color: #2660AB;
  padding-bottom: 80px ;
}

#top-1 > div{ margin-top: -100px; }
#top-1 .sec1 {
  border-right: 1px solid #333333;
  text-align: center;
position: relative;
	line-height: 1.35;
		    -moz-transition: all .75s ease-in;
    -o-transition: all .75s ease-in;
    -webkit-transition: all .75s ease-in;
    transition: all .75s ease-in;
}
#top-1 .sec1 h4{ color:#2660AB; font-size:1.25rem; font-weight: 600; height: 3rem;	justify-content: center;
align-items: center;
display: flex; }
#top-1 .sec1 a {
  color: #2660AB;
  display: block;
  width: 100%; height: 100%;
  padding: 0 1.5rem;	
}
#top-1 .sec1-1 {
  border-left: 1px solid #333333;
	background-color:transparent;
	    -moz-transition: all .75s ease-in;
    -o-transition: all .75s ease-in;
    -webkit-transition: all .75s ease-in;
    transition: all .75s ease-in;
}
#top-1 .sec1:hover {
  background-color: #ffffff; cursor: pointer;
}

#top-1 .sec2{ 
	background-color: #ffffff;	
	    -moz-transition: all .75s ease-in;
    -o-transition: all .75s ease-in;
    -webkit-transition: all .75s ease-in;
    transition: all .75s ease-in;

}
#top-1 .sec2:hover {	background-color: #D6EBF7; cursor: pointer;}
#top-1 .sec2:hover a{ color:#2660AB !important;}
#top-1 .sec2 h4 {
  padding-top: 0;
  line-height: 1; 
}
#top-1 .sec2 h4 > small{ font-size:1rem;}
#top-1 .sec2 p{ line-height: 1.35; margin-bottom: 0;} 


/*  top-2 */
#top-2 { 
  background-color: #82CDF1;
  color: #163370;
  padding:100px 0;
}
#top-2 h2 { line-height: 0.8; margin-top: 0; padding-left: 3rem; width: 100.5%; display: block;}
#top-2 h2  > small { font-size:1rem; display: block; line-height: 1.35rem; margin-top: 1.35rem;}
#top-2 h2::before{ top:-2rem; left:-1rem;}
#top-2 h2 > span{ font-size: 1.95rem;}
.top2-img{ margin-top: -130px;}

/*  top-3 */
#top-3 { 
  background-color: #0058A1;
  color: #ffffff;
  padding: 80px 0;
}
#top-3 h2 { line-height: 1.35; margin-top: 1em; padding-left: 5.5rem; }
#top-3 h2::before{ left: 2rem; }
#top-3 img {  width: auto;}
#top-3 p{ max-width: 95%;}
#top-3 h4{ font-weight: 700; font-size:1.5625rem;}
#top-3 .maru {
  list-style-type: none;
  font-size: 0;
  padding: 0 ;
}
#top-3 .maru li{
  display: inline-block ;
  text-align: center;
  vertical-align: bottom;
  padding: 0 .75rem;
}


/*  top-4 */
#top-4 { 
  background-color: #32A6EC;
  color: #ffffff;
  padding: 80px 0;
}
#top-4 h2 { line-height: 1.35; margin-top: 1em; }
#top-4 h2::before{ top:-3.5rem;}

#top-4 ul {
  list-style-type: none;
  margin-left: 5rem;
margin-top: 1rem;
	padding: 0;
	
}
#top-4 li {
  display: block;
  padding-top: 0.5rem;
  word-break: keep-all;
  white-space: nowrap;
}
#top-4 li:before {
  content: '◇';
  margin-left: -1rem;
 margin-right: 5px;
}


/*  top-5 */
#top-5 { 
  background-color: #ffffff;
  color: #2660AB;
  padding: 80px 0;
}
#top-5 h2 { line-height: 1; margin-top: 1em; }
#top-5 h2::before{ top:-3.5rem;}
#top-5 img{ width: 100%;}
#top-5 .sec {
  margin-bottom: 3rem ;
}
#top-5 .box { 
  color: #ffffff;
  padding: 1rem;
  border: 1px solid #ffffff;	
line-height: 1.2;
}

#top-5 ul {
padding: 0;
margin: .75em 0;
}
#top-5 li {
  display: block;
  text-align: left;
}
#top-5 li:before{ content:"・"; font-size:1.05rem; margin-right: 5px; display: inline-block;}
#top-5 .box-1 {
  background-color: #6F98CE;
}
#top-5 .box-2 {
  background-color: #4ABFEF;
}
#top-5 .box-3 {
  background-color: #21AF85;
}
#top-5 .box-4 {
  background-color: #6FB82C;
}
#top-5 .box-5 {
  background-color: #BDB717;
}
.box-5 h4{ border-left:solid 4px #ffffff; padding-left: 5px;line-height: 1.35; }
.box-5 h4 > small{ font-size:1rem; display: block; width: 100%;}

/*  top-6 */
#top-6 { 
  background-color: #C4E5F7;
  padding: 80px 0;
}
#top-6 h2 { line-height: 1.35; margin-top: 1em; }
/*#top-6 h2::before{ top:-3.5rem;}*/
#top-6 ul {padding: 0;margin:0 0 10px 0; list-style: none;}
#top-6 li:before{ content:"・"; font-size:1.05rem; margin-right: 5px; display: inline-block;}
#top-6 > * { line-height: 1.35;}

/*  top-7 */
#top-7 { 
  background-color: #32AAEC;
  color: #ffffff;
  padding: 80px 0;
}
#top-7 h2 { line-height: 1; margin-top: 1em; }
#top-7 h2::before{ top:-3.5rem;}
#top-7 .col-md-6 > img{ max-width: 80%;}
#top-7 .img-dl {  position: relative; height: 156px; margin-top: 4rem; }
#top-7 .img-dl a{ display: block; width: 100%; height: 100%; position: absolute;}
#top-7 .img-dl-txt {
  position: absolute;
  color: #2660AB;
  top:70% ;
  left: 50% ;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  border-top: 1px solid #2660AB;
  line-height: 3;
	display: block;
	margin-bottom: 0;
	
}

    


/*  top-8 */
#top-8 { 
  background-color: #ffffff;
  padding: 80px 0;
}
#top-8 h2 { line-height: 1; margin-top: 1em; }
#top-8 h4{ color:#002F80; font-weight: 700; margin-bottom: 1.5rem;}
#top-8 .sec1 {
  text-align: center;
}
/*
#top-8 .box {
  background-color: #C4E5F7;
  padding: 2rem;
}
#top-8 .box1 {
  background-color: #C4E5F7;
  padding: 2rem 2rem 0.1rem;
}
#top-8 ul {
  list-style-type: none;
  padding: 0 1rem;
}
#top-8 li {
  display: block;
  padding: 0.5rem 0;
}
#top-8 li:before {
  content: '※';
  margin-left: -1rem;
}

#top-8 table {
  margin: 3rem auto 0;
  max-width: 75%;
}
#top-8 td {
  width: 25%;
  text-align: center;
}
#top-8 tbody td:nth-child(1) {
  width: 50%;
  text-align: left;
  padding: 0.75rem 2rem ;
}
#top-8 thead th, #top-8 tbody td{
  border-bottom: 1px solid #333333 ;
}
#top-8 thead th {
  border-top: 1px solid #333333 ;
  color: #ffffff;
  text-align: center;
  padding: 0.5rem ;
}
#top-8 thead th:nth-child(2) {
  border-left: 1px solid #C4E5F7 ;
  border-right: 1px solid #C4E5F7 ;
}
#top-8 tbody td:nth-child(2) {
  border-left: 1px solid #333333 ;
  border-right: 1px solid #333333 ;
}
#top-8 tbody tr:nth-child(odd) {
  background-color: #C4E5F7;
}
#top-8 thead tr {
  background-color: #32A6EC;
}
#top-8 tfoot > tr  {
  border: none;
  background-color: #ffffff;
 border-top: 1px solid #333333 ;
}
#top-8 tfoot td  {  text-align: right; padding-right: 0; font-size:.9rem;}
*/
#top-8 img{ text-align:center; }
#top-8 p{ font-size: 0.9rem; line-height: 1.35;}

#top-8 a{ color:#333333; display: block; width: 100%; height:100%; padding: 0 1.5rem; }
#top-8 a:hover .box { background:#D6EBF7;}
#top-8 .box {
  margin: 1rem 1rem; 
  padding:  0.3rem 0.5rem;
  background-color: #c4e5f7;
  text-align: center;
  border-radius:7px;
	justify-content: center;
align-items: center;
display: flex;
}

/*  top-9 */
#top-9 { 
  background-color: #c4e5f7;
  padding: 80px 0;
}
#top-9 h2 { line-height: 1; margin-top: 1em; }
#top-9 h4{ color:#002F80; font-weight: 700; margin-bottom: 1.5rem;}
#top-9 .box {
  background-color: #ffffff;
  padding: 2rem;
}
#top-9 .box1 {
  background-color: #ffffff;
  padding: 2rem 2rem 0.1rem;
}
#top-9 .box2 {
  width: 100%;
}
#top-9 ul {
  list-style-type: none;
  padding: 0 1rem;
}
#top-9 li {
  display: block;
  padding: 0.5rem 0;
}
#top-9 li:before {
  content: '※';
  margin-left: -1rem;
}

#top-9 table {
  margin: 3rem auto 0;
  max-width: 75%;
}
#top-9 td {
  width: 25%;
  text-align: center;
}
#top-9 tbody td:nth-child(1) {
  width: 50%;
  text-align: left;
  padding: 0.75rem 2rem ;
}
#top-9 thead th, #top-9 tbody td{
  border-bottom: 1px solid #333333 ;
}
#top-9 thead th {
  border-top: 1px solid #333333 ;
  color: #ffffff;
  text-align: center;
  padding: 0.5rem ;
}
#top-9 thead th:nth-child(2) {
  border-left: 1px solid #C4E5F7 ;
  border-right: 1px solid #C4E5F7 ;
}
#top-9 tbody td:nth-child(2) {
  border-left: 1px solid #333333 ;
  border-right: 1px solid #333333 ;
}
#top-9 tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
#top-9 thead tr {
  background-color: #32A6EC;
}
#top-9 tfoot > tr  {
  border: none;
 border-top: 1px solid #333333 ;
}
#top-9 tfoot td  {  text-align: right; padding-right: 0; font-size:.9rem;}
#top-9 p{ font-size: 0.9rem; line-height: 1.35;}

/*  top-10 */
#top-10 { 
  background-color: #82cdf1;
  color: #163370;
  padding: 80px 0;
}
#top-10 h2 { line-height: 1; margin-top: 1em; }
#top-10 h2::before{ top:-3.5rem;}

#top-10 a{ color:#333333; display: block; width: 100%; height:100%;}
#top-10 a:hover .box{ background:#D6EBF7; opacity: 1;}
#top-10 .box {
  margin: 1rem 1rem; 
  padding:  0.3rem 0.5rem;
  background-color: #ffffff;
  text-align: center;
  border-radius:7px;
	height: 130px;
	justify-content: center;
align-items: center;
display: flex;
}
#top-10 .box ul {
  list-style-type: none;
  font-size: 0;
  padding: 0;
  margin: 0;
  position: relative;
}
#top-10 .box ul > li {
  display: inline-block ;
  vertical-align: middle;
}
#top-10 .box p {
  position: absolute;
  top: 9rem;
  left: 50% ;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
  
.telnumber{ color:#333333; font-size:1.625rem; font-weight: 700; padding-top:20px; line-height: 1.35;}
.telnumber > small{ font-size: .85rem; font-weight: 700;}
#top-10 p{ color:#333333 !important; line-height: 1.35;}
footer {
  padding: 0.3rem 0 ;
}
.fot-link {
  text-align: center;
  font-size: 1rem;
  color: #333333 ;
  border: 1px solid #333333 ;
  border-radius: 5px;
  padding: 0.1rem 0.1rem ;
}
footer a:hover > .fot-link{background:#D6EBF7; opacity: 1;}

.effect-fade {
　opacity : 0;
　transform : translate(0, 45px);
　transition : all 300ms;
}

.effect-fade.effect-scroll {
　opacity : 1;
　transform : translate(0, 0);
}

.scrolltotop {
	position: fixed;
	display: none;
	bottom: 3%;
	right: 1%;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	text-decoration: none;
	z-index: 9999;
  color:#555;
  border:solid 2px #555;
  font-size:1.5rem;
}
.scrolltotop i[class^="icon-"] {
	padding:4px;
}
.scrolltotop:hover{ background-color:#D6EBF7;}

@media screen and (min-width: 770px){
  .telnumber-box a {
    pointer-events: none !important;
  }
}
 @media (min-width: 769px) {


#top-1 > div ,#top-2 > div ,#top-3 > div, #top-4 > div, #top-6 > div, #top-7 > div, #top-8 > div ,#top-9 > div ,#top-10 > div{
	  animation: fadeInUp; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
}


#top-5 .box-1, #top-5 .box-3, #top-5 .box-5{
		  animation:  fadeInLeft; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
}
#top-5 .box-2, #top-5 .box-4{
		  animation:  fadeInRight; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
}
	 #top-2,#top-3, #top-4 , #top-6 , #top-7 , #top-8 ,#top-9 ,#top-10{ overflow: hidden;}
}

 @media (max-width: 768px) {
	 html,body{ font-size: 14px;}
	 .desktop{ display: none !important;}
	 img{ width: auto; max-width: 100%;}
	 p{ margin-bottom: 0; line-height: 1.35;width:100%;}
	 .bslide-wrapper{ max-height: 450px; margin-left:0;}
	 header{ background: #E6E6E6;}
	 main{background: #E6E6E6; padding-top: 60px;}
	 .SP-head h1 { width: 100%; text-align: left; }
	 .SP-head h1 img{ height: 35px; object-fit: contain; margin: 0 auto;}
	 .site-menu-toggle{ position: absolute; top:13px; right:5px;}
	 .icon-menu:before{ font-size:2.2rem; color:#333333;}
	 .l-text {    font-size: 1.3rem;    font-weight: 600;    line-height: 1.35;}
	 .slider{ min-height: 350px;}
	 .bx-wrapper img{ object-fit: contain;}
	 #top-1 > div{ margin-top: 0px; padding-top: 50px;}
	 #top-1 .sec1-1, #top-1 .sec1{     border-left: none; border-right:none;}
	 #top-1 .sec1 h4 {    font-size: 1rem;    font-weight: 600; margin-left: 0; margin-right: 0; width: 100%; padding: 0; display: block; height: 2rem; }
	 #top-1 .sec1 img{ height:85px; object-fit: contain;}
	 #top-1 .sec1 p { font-size:0.9rem; margin-bottom: 1rem;}
	 
	 #top-1 > .container > .row > .sec1:nth-child(1) { border-bottom:solid 1px #333333; border-right: solid 1px #333333;}
	 #top-1 > .container > .row > .sec1:nth-child(3) {  border-right: solid 1px #333333;}
	 #top-1 > .container > .row > .sec1:nth-child(2) { border-bottom:solid 1px #333333;}
	 #top-1 > .container > .row > .sec1:nth-child(odd) a{ padding:0 10px 0 0;}
	 #top-1 > .container > .row > .sec1:nth-child(even) a{ padding:0 0 0 10px;}
	 #top-1 .sec2 img{ max-height: 50px;}
	 #top-1 .sec2 { font-size:14px;}
	 #top-1 .sec2 h4{ padding-top: 0;}
	 #top-2 .container{ padding: 0 !important;}
	 #top-2 h2 {    line-height: 1;    margin-top: 0;    padding-left: 1rem; }
	 #top-2 h2 > small{ font-size:1rem; margin-top: 1rem; margin-bottom: 1rem; }
	 #top-2 h2 > small br{ display: none;}	
	 #top-2 h2 > .l-text{ font-size:1rem;}
	 #top-2 img{ margin-top: 30px;}
	 #top-2,#top-3,#top-4,#top-5,#top-6,#top-7,#top-8,#top-10{ padding: 2em 0;}
	 #top-3 h4 {    font-weight: 700;    font-size: 1rem;}
	 #top-3 img{ margin: 0 auto;}
	 #top-3 .maru li{ width: 33%; padding: 0;}
	 .maru > li > img { width: 100%; object-fit: contain;}
	 #top-4 li { word-break:break-all; white-space:normal; line-height: 1.35; font-size:1rem; padding-bottom: 0.2rem;}
	 #top-4 h2 > br{ display: none;}
	 #top-4 ul {       margin-left: 1rem;    margin-top:.5rem;}
	 #top-7 .img-dl, .img-dl img{ height:100px; max-width: 176px;}
	 #top-7 .img-dl{ text-align: center; margin: 20px auto;}
     #top-8 .box-a {margin-bottom:2rem;}
	 #top-8 table{width: 100%; max-width: 100%; font-size:.9rem; font-weight: 500;}
	 #top-8 > div{ margin-top: 0px; padding-top: 50px;}
	 #top-8 .sec1 h4 {    font-size: 1rem;    font-weight: 600; margin-left: 0; margin-right: 0; width: 100%; padding: 0; display: block; height: 2rem; }
	 #top-8 .sec1 img{ height:85px; object-fit: contain;}
	 #top-8 .sec1 p { font-size:0.9rem; margin-bottom: 1rem;}
	 #top-8 > .container > .row > .sec1:nth-child(odd) a{ padding:0 10px 0 0;}
	 #top-8 > .container > .row > .sec1:nth-child(even) a{ padding:0 0 0 10px;}
     #top-9 .box-a {margin-bottom:2rem;}
	 #top-9 table{width: 100%; max-width: 100%; font-size:.9rem; font-weight: 500;}
	 .table th, .table td{ padding: .25rem !important; line-height: 1; vertical-align: middle;}
	 .img-dl .img-dl-txt{ line-height: 1 !important; font-size:0.7rem; top:70% !important; font-weight: 500; padding-top: 10px;}
         .sp-mb {margin-bottom: 1rem;}
         .sp-no-br br{display: none;}
	 footer { text-align: center; font-size:.8rem;}
         footer .cp {text-align: center !important;}
h2 {
    font-size: 1.2rem !important;
    position: relative;
    height: 1.3rem;
    padding-left: 2.5rem !important;
    margin-top: 10px;
	margin-bottom: 3rem;
	margin-left: -15px;
	margin-right: -15px;
	padding-right: 0;
	width: 104%;
	max-width: 100vw;
	display: block;
}
h2::before {
content: "/";
    font-size: 4rem !important;
    vertical-align: middle;
    position: absolute;
    top: -1.75rem !important;
    width: 50%;
    left: 1rem !important;
}

	 #top-1 h2{ text-align: center;}
	 #top-1 h2::before{ left:-10% !important;}
	 #top-2 h2::before { top:-1rem !important;}
	 #top-2 h2{ margin-bottom: 5rem; margin-left: 5px; width:100% !important;}
	 #top-4 h2, #top-5 h2{ margin-left: 0; margin-right: 0; max-width: 95vw;}
	 #top-6 h2{ margin-left: 3rem; width: 65%;}
	 #top-7 h2{ width: 110%;}
	 #top-9 h2{ margin-left: 5rem; width: 60%;}
	 @media (orientation: landscape){
		 #top-5 img{ width:auto; max-width:90vw;} 
	 }
}

