@charset "UTF-8";
/* CSS Document */

body {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
    color:#333;
}


a {
    color: #515151;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease 0s;   
}

a:hover {
    opacity: 0.6;    
    text-decoration: none;
}

.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 700ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

section {
    margin-bottom: 3rem;
    margin-top:-55px;
    padding-top:55px;
}

h1{
    font-size: 2rem;
    font-weight: bold;
    margin: 2.5rem 0 1.5rem 0!important
}

h2 {
    border-left: solid 7px #007bff;
    padding-left: 0.8rem;
    margin: 4rem 0 0.8rem 0;
    font-size: 1.5rem;
    font-weight: bold;
}

h3 {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 4rem 0 1rem 0;
}

b, strong, .bold{
    font-weight:bold;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}

.tline{
    border-top:solid 1px #ccc;
    padding:1rem 0;
}

.title_s {
    font-weight: bold;
    margin: 1.5rem 0 0.5rem 0;
    font-size: 1.3rem;
}

.title_ss {
    font-weight:bold;
    margin-top:0.3rem;    
}

ul{
    margin: 1rem 0;
    font-size: 80%;
    padding: 0;
    color: #666;
}

li {
    list-style: none;
}

.pdf_btn{
    display:block;
    width:80%;
    padding:12px;
    border:solid 1px #444;
    text-align:center;
    margin:1.5rem 0;
    
}

.koukin {  
    font-family: 'Kosugi Maru', sans-serif;    
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #00bfab;
    font-size: 18px;
    color: #fff;
    line-height: 130%;
    text-align: center;
    padding-top: 2.1rem;
    float:left; 
    margin: 1rem 1rem 1rem 0;
    
   /*transform: scale(0);
    animation-name:koukin;
    animation-duration:2s;
    animation-fill-mode:forwards;
    animation-iteration-count:infinite;
}
@keyframes koukin{
  0%{
    transform: scale(0);    
  }
  100%{
    transform: scale(1);    
  }*/
}

.koukin2 {  
    font-family: 'Kosugi Maru', sans-serif;    
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #009dd1;
    font-size: 18px;
    color: #fff;
    line-height: 130%;
    text-align: center;
    padding-top: 2.1rem;
    float:left;  
    margin: 1rem 1rem 1rem 0;
    
   /*transform: scale(0);
    animation-name:koukin;
    animation-duration:2s;
    animation-fill-mode:forwards;
    animation-iteration-count:infinite;
}
@keyframes koukin{
  0%{
    transform: scale(0);    
  }
  100%{
    transform: scale(1);    
  }*/
}

/* IE11 only */
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

/* boostrap */
.col-md {
}


/*navi*/

header {
    height:4rem;
    border-bottom:solid 1px #fff;
}

.navbar {
    padding:0;
    height:auto;
    position: fixed;
    width:100%;
    z-index:1000000;
}

.logo {
    max-width:250px;
    margin-left:1vw;
}

.lb-container {
    margin-top: 50px!important;
}


@media screen and (min-width:991px)
{
.navbar-nav .dropdown-menu {
    text-align: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.nav-link:hover {
    text-decoration: underline #007bff;
    opacity:1;
}

.fa-chevron-right {
    display:none;    
}

.dropdown, .dropleft, .dropright, .dropup {
    position: static;
}

.dropdown-menu {
    min-width:100%;
    border-radius: unset;
    margin:0;
    border:none;
    opacity:0.8;

}

.dropdown-item {
    display: inline-block;
    width: auto;
    padding: .25rem 1.5rem;
    margin: 0.5rem 0;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover {
    text-decoration: underline #007bff;
    opacity:1;
}
}

/*main*/


.contact_btn {
    background: #555!important;
    color:#fff!important;
    padding:20px;
}
.main_img {
    padding: 2rem 1rem;
    width: 100%;
    background-color: #1888ff;
    background-image: repeating-linear-gradient(-45deg, #2c92ff, #2c92ff 2px, transparent 0, transparent 6px);   
}

.main_width{
    width: 1080px; 
    margin:0.6rem auto;
    display:flex;
    align-items: center; 
}

.main_copy {
    width:100%;
    color: #fff;
    font-size: 1.4rem;
}
.main_copy_l {       
    font-size: 3.5rem;
    padding: 0 0 0.5rem 0;
    text-shadow: 1px 1px 3px #808080;
    font-family: 'Kosugi Maru', sans-serif;
}
.main_copy_s {
    font-family: 'Kosugi Maru', sans-serif;  
    font-size: 1.5rem;
    margin: 0;  
}




/*main*/

.main_menu img {
    max-width: 4em;
    margin: 1em 2rem;
}

.menu p {
    min-height: 3rem;
    margin: 0 2rem;
}

.more {
    text-align:right;
    font-weight:bold;
    font-size:1.3em;
    padding-right: 0.3rem;
    color:#fff;
}

.svg-inline--fa {
    margin: 5px 0 0 5px!important;
    /*color:linear-gradient(to right, #4B5A71, #9CA4AF);*/
}

.menu {
    border:solid 1px #002C73;
    padding-right: 0;
    padding-left: 0;
    margin: 0 0.5rem 2rem 0.5rem;
    text-align:center;
    background-color: #fff;

    transition: all 0.6s ease 0s!important;

    /*background-size: 200% 100%;	
    background-image: -webkit-linear-gradient(left, transparent 50%, #4478cd 50%);	
    background-image: linear-gradient(to right, transparent 50%, #4478cd 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;*/

}

.menu:hover {
    background:#4478cd;
    color:#fff;
    font-weight:bold;
    cursor: pointer!important;
    transform: scale(1.05, 1.05)!important;
    z-index: 100000;

    /*color:#fff;
    background-color:#4478cd;
    background-position: -100% 100%;
    font-weight:bold;*/
}

.menu > a {

    text-decoration: none;
    color:#515151;     
}

.menu > a:hover {
    color:#fff;     
}

h1 {
    margin:2rem 0;
}

h2 {
}

h3 {
    border-top:dotted 1px #ccc;
    padding: 2rem 0 0 0;
}

.main_submenu {margin: 1.5rem 0;}

.submenu {
    margin: 0.5rem 0;
    background: #007bff;
    transition: all 0.6s ease 0s!important;
    color: #fff;
    border: solid 1px #007bff;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;  
}

.submenu:hover {
    cursor: pointer!important;
    background: #007bff;
}

.submenu > h2 {
    background: #4B5A71;
    margin: 0; 
}


.submenu > img {
        width: 100%;
        height: auto;
}


.submenu:hover {
    cursor: pointer!important;
    background:#007bff
}

h3 {

}

.subimg {
    width:100%;
    margin:0 auto 2rem auto;
}

.caution {
    margin:3rem 0;
    border:solid 2px #E30000;
}
.caution_t {
    background: #E30000;
    color:#fff;
    padding:3px;
    font-weight:bold;
    text-align: center;
}


/*footer*/

.footer_menu{
    background: #555;
    color:#fff;
    padding:1rem;
    text-align: center;
}

.footer_menu a{
    color:#fff;
    text-decoration: none;
}

.footer_menu ul {font-weight:bold;font-size:1rem;}
.footer_menu li {list-style-type: none;margin-top:0.2rem;}

.logo_s {
    max-width:250px;
    margin-bottom:1rem;
}

footer {
    background: #007bff;
    color:#fff;
    font-size:0.8em;
    padding:1rem;
}

.social_sp {
    display:none;
}

/*top btn*/

.fixed_btn
{
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 25px 25px;
    background: #888;
    border: 0;
    color: #fff;
    border-radius: 8px;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */    
}

.fixed_btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.fixed_btn a::before,
.fixed_btn a::after{
position: absolute;
top: 3px;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.fixed_btn a::before{
left: 17px;
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}



@media screen and (max-width:991px)
{

 header {
    height: 2.5rem;
}

.dropdown-menu {
        min-width:100%;
        border-radius: unset;
        margin:0;
        border:none;
        opacity:0.8;
        background: #4E5A6C;    
    
    } 
    
.dropdown-item {
    padding: .25rem;
    margin: 1rem;
    width: auto;
}  

.dropdown-item:hover {
    color:#fff;
}   
    
.fa-chevron-right {
    float: right;
    margin-right: 1rem!important;    
}

.nav-item  {
    padding: 0.25rem 1rem;
    background: #4E5A6C;
}

.navbar {
        padding:0;
    }
    
.navbar-collapse {
    background:#4E5A6C!important;  

}    

.nav-item a {
    color:#fff!important; 
    border-bottom: solid 1px;   
}

.nav-item:hover {
    color:#fff!important; 
}

.logo {
    width: 60vw;
}

.contact_btn {
    width: 95%;
    padding: 0.5rem;
    margin: 0.5rem;
    background: #fff!important;
    border-radius: 2rem;
    color:#4E5A6C!important;
    font-weight:bold!important;
    text-align: center;
}

.social_sp {
    display:block;
    text-align:right;
}

.social_sp img {
    margin:0.5rem 1rem 0.5rem 0;
    width:10%;
}

.main_width {
    width:100%;
}    

.main_copy {
}

.main_copy_s { 
}


.menu > p {
    min-height:auto;
}

.menu:hover {
    transform: scale(1.0, 1.0)!important;
}
.card-block {
    margin:0 1rem;
}
    
.pdf_btn{
    width:100%;
    
}    



}

@media screen and (max-width:768px)
{
    
.main_width {
    width:100%;
}       
    

.pdf_btn{
    width:100%;
    
}    

 .main_copy_l {
    font-size: 2.4rem;    
     
    }
    
    .main_copy_m {
    }
    
    .main_copy_s {
        font-size: 1.3rem;    
    }
    
.subimg {
    width:100%;
}    

}




*, *:before, *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/*ギャラリー1*/
.cp_cssslider1 img {
    width:100%;
}

.cp_cssslider1 {
    width: 400px;
    padding-top: 400px;
    position: relative;
    margin: 1rem auto;
    text-align: center;
}


.cp_cssslider1 > img {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
}
.cp_cssslider1 input[name='cp_switch1'] {
	display: none;
}
.cp_cssslider1 label {
	margin: 15px 5px 0 5px;
    border:solid 2px #707070;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s ease;
	opacity: 0.6;
}
.cp_cssslider1 label:hover {
	opacity: 0.9;
}
.cp_cssslider1 label img {
	display: block;
	width: 82px;
}

.cp_cssslider1 input[name='cp_switch1']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
}
.cp_cssslider1 input[name='cp_switch1'] ~ img {
	opacity: 0;
}
.cp_cssslider1 input[name='cp_switch1']:checked + label + img {
	opacity: 1;
}

@media screen and (max-width:768px)
{
.cp_cssslider1 {
    width: 300px;    
    padding-top: 300px;
}
.cp_cssslider1 label img {
	display: block;
	width: 60px;
}
}

/*ギャラリー2*/
.cp_cssslider2 img {
    width:100%;
}
.cp_cssslider2 {
    width: 400px;
    padding-top: 400px;
    position: relative;
    margin: 1rem auto;
    text-align: center;
}
.cp_cssslider2 > img {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
}
.cp_cssslider2 input[name='cp_switch2'] {
	display: none;
}
.cp_cssslider2 label {
	margin: 15px 5px 0 5px;
    border:solid 2px #707070;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s ease;
	opacity: 0.6;
}
.cp_cssslider2 label:hover {
	opacity: 0.9;
}
.cp_cssslider2 label img {
	display: block;
	width: 82px;
}
.cp_cssslider2 input[name='cp_switch2']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
}
.cp_cssslider2 input[name='cp_switch2'] ~ img {
	opacity: 0;
}
.cp_cssslider2 input[name='cp_switch2']:checked + label + img {
	opacity: 1;
}
@media screen and (max-width:768px)
{
.cp_cssslider2 {
    width: 300px;    
    padding-top: 300px;
}
.cp_cssslider2 label img {
	display: block;
	width: 57px;
}
    }

/*ギャラリー3*/
.cp_cssslider3 img {
    width:100%;
}
.cp_cssslider3 {
    width: 400px;
    padding-top: 400px;
    position: relative;
    margin: 1rem auto;
    text-align: center;
}
.cp_cssslider3 > img {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
}
.cp_cssslider3 input[name='cp_switch3'] {
	display: none;
}
.cp_cssslider3 label {
	margin: 15px 5px 0 5px;
    border:solid 2px #707070;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s ease;
	opacity: 0.6;
}
.cp_cssslider3 label:hover {
	opacity: 0.9;
}
.cp_cssslider3 label img {
	display: block;
	width: 82px;
}
.cp_cssslider3 input[name='cp_switch3']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
}
.cp_cssslider3 input[name='cp_switch3'] ~ img {
	opacity: 0;
}
.cp_cssslider3 input[name='cp_switch3']:checked + label + img {
	opacity: 1;
}
    @media screen and (max-width:768px)
{
.cp_cssslider3 {
    width: 300px;    
    padding-top: 300px;
}
.cp_cssslider3 label img {
	display: block;
	width: 60px;
}}


/*ギャラリー4*/
.cp_cssslider4 img {
    width:100%;
}
.cp_cssslider4 {
    width: 400px;
    padding-top: 400px;
    position: relative;
    margin: 1rem auto;
    text-align: center;
}
.cp_cssslider4 > img {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
}
.cp_cssslider4 input[name='cp_switch4'] {
	display: none;
}
.cp_cssslider4 label {
	margin: 15px 5px 0 5px;
    border:solid 2px #707070;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s ease;
	opacity: 0.6;
}
.cp_cssslider4 label:hover {
	opacity: 0.9;
}
.cp_cssslider4 label img {
	display: block;
	width: 82px;
}
.cp_cssslider4 input[name='cp_switch4']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
}
.cp_cssslider4 input[name='cp_switch4'] ~ img {
	opacity: 0;
}
.cp_cssslider4 input[name='cp_switch4']:checked + label + img {
	opacity: 1;
}
@media screen and (max-width:768px)
{
.cp_cssslider4 {
    width: 300px;    
    padding-top: 300px;
}
.cp_cssslider4 label img {
	display: block;
	width: 57px;
}
    }

/*ギャラリー5*/
.cp_cssslider5 img {
    width:100%;
}
.cp_cssslider5 {
    width: 400px;
    padding-top: 400px;
    position: relative;
    margin: 1rem auto;
    text-align: center;
}
.cp_cssslider5 > img {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
}
.cp_cssslider5 input[name='cp_switch5'] {
	display: none;
}
.cp_cssslider5 label {
	margin: 15px 5px 0 5px;
    border:solid 2px #707070;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s ease;
	opacity: 0.6;
}
.cp_cssslider5 label:hover {
	opacity: 0.9;
}
.cp_cssslider5 label img {
	display: block;
	width: 82px;
}
.cp_cssslider5 input[name='cp_switch5']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
}
.cp_cssslider5 input[name='cp_switch5'] ~ img {
	opacity: 0;
}
.cp_cssslider5 input[name='cp_switch5']:checked + label + img {
	opacity: 1;
}
@media screen and (max-width:768px)
{
.cp_cssslider5 {
    width: 300px;    
    padding-top: 300px;
}
.cp_cssslider5 label img {
	display: block;
	width: 57px;
}
    }

/*ギャラリー6*/
.cp_cssslider6 img {
    width:100%;
}
.cp_cssslider6 {
    width: 400px;
    padding-top: 400px;
    position: relative;
    margin: 1rem auto;
    text-align: center;
}
.cp_cssslider6 > img {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
}
.cp_cssslider6 input[name='cp_switch6'] {
	display: none;
}
.cp_cssslider6 label {
	margin: 15px 5px 0 5px;
    border:solid 2px #707070;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s ease;
	opacity: 0.6;
}
.cp_cssslider6 label:hover {
	opacity: 0.9;
}
.cp_cssslider6 label img {
	display: block;
	width: 82px;
}
.cp_cssslider6 input[name='cp_switch6']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
}
.cp_cssslider6 input[name='cp_switch6'] ~ img {
	opacity: 0;
}
.cp_cssslider6 input[name='cp_switch6']:checked + label + img {
	opacity: 1;
}
@media screen and (max-width:768px)
{
.cp_cssslider6 {
    width: 300px;    
    padding-top: 300px;
}
.cp_cssslider6 label img {
	display: block;
	width: 57px;
}
    }

/*ギャラリー7*/
.cp_cssslider7 img {
    width:100%;
}
.cp_cssslider7 {
    width: 400px;
    padding-top: 400px;
    position: relative;
    margin: 1rem auto;
    text-align: center;
}
.cp_cssslider7 > img {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
}
.cp_cssslider7 input[name='cp_switch7'] {
	display: none;
}
.cp_cssslider7 label {
	margin: 15px 5px 0 5px;
    border:solid 2px #707070;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s ease;
	opacity: 0.6;
}
.cp_cssslider7 label:hover {
	opacity: 0.9;
}
.cp_cssslider7 label img {
	display: block;
	width: 82px;
}
.cp_cssslider7 input[name='cp_switch7']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
}
.cp_cssslider7 input[name='cp_switch7'] ~ img {
	opacity: 0;
}
.cp_cssslider7 input[name='cp_switch7']:checked + label + img {
	opacity: 1;
}
@media screen and (max-width:768px)
{
.cp_cssslider7 {
    width: 300px;    
    padding-top: 300px;
}
.cp_cssslider7 label img {
	display: block;
	width: 57px;
}
    }


/*ギャラリー8*/
.cp_cssslider8 img {
    width:100%;
}
.cp_cssslider8 {
    width: 400px;
    padding-top: 400px;
    position: relative;
    margin: 1rem auto;
    text-align: center;
}
.cp_cssslider8 > img {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
}
.cp_cssslider8 input[name='cp_switch8'] {
	display: none;
}
.cp_cssslider8 label {
	margin: 15px 5px 0 5px;
    border:solid 2px #707070;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s ease;
	opacity: 0.6;
}
.cp_cssslider8 label:hover {
	opacity: 0.9;
}
.cp_cssslider8 label img {
	display: block;
	width: 82px;
}
.cp_cssslider8 input[name='cp_switch8']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
}
.cp_cssslider8 input[name='cp_switch8'] ~ img {
	opacity: 0;
}
.cp_cssslider8 input[name='cp_switch8']:checked + label + img {
	opacity: 1;
}
@media screen and (max-width:768px)
{
.cp_cssslider8 {
    width: 300px;    
    padding-top: 300px;
}
.cp_cssslider8 label img {
	display: block;
	width: 57px;
}
    }



@media screen and (max-width:768px)
{    
section{font-size: 110%;
       line-height: 170%;}
.submenu {
    font-size: 1.8rem;
    line-height: 180%;
}    
    
.title_s{
        font-size: 1.8rem;}
h3 {
    font-size: 1.8rem;
    line-height: 150%;
}    
h2 {
    font-size: 1.8rem;
    line-height: 150%;
}  
    
.title_ss {
    margin: 1.4rem 0 0.5rem 0;
    font-size: 1.5rem;
}    
    
ul {
    line-height: 150%;
}   
    
.hs-form * {
    box-sizing: border-box;
    font-size: 120%;
    line-height: 160%;
    font-color: #333;
}
}