@charset "UTF-8";
/* CSS Document */

html,
html * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'M PLUS 1p', sans-serif;
	color: #404040;
}

@media (max-width: 750px ){

body {
    background-color: #FFF7EB;
	font-size: 12px;
}

header {
	display: flex;
	background: #2C2374;
	height: 50px;
}

.header_mark {
    width: 25px;
    margin-left: 10px;
    margin-top: 6px;
}

.header_logo {
    display: none;
}
	
.header_tel_text {
    color: #FFFFFF;
    margin-left: 10px;
	font-family: 'Jost', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 50px;
}
.menu-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
	padding-top: 14px;
    z-index: 80;
    background-color: #2C2374;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 24px;
    border-radius: 2px;
    background-color: #ffffff;
    position: absolute;
}

.menu-btn span:before {
    bottom: 8px;
}

.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255,255,255,0.00);
}

#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50px;
    left: 100%;
    z-index: 80;
    background-color: #FFFCF7;
    transition: all 0.5s;
}

.menu-content ul {
    padding: 0px 0px 0;
}

.menu-content ul li {
    border-bottom: solid 1px #707070;
    list-style: none;
}

.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    box-sizing: border-box;
    text-decoration: none;
    padding: 7px 20px 9px 15px;
    position: relative;
}

.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #4D4D4D;
    border-right: solid 2px #4D4D4D;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 13px;
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;
}


.navibar {
    display: none;
}

.slider_show{
    position: relative;
}

.slider img{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
    z-index: 0;
}

img{
    display: block;
    width: 100%;
    height: auto;
}

input{
    display: none;
}

.slider{
    display: flex;
    justify-content: center;
}

label span{
    display: block;
    width: 10px;
    height: 10px;
    margin: 10px 10px 0;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
}

label span::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #B3B3B3;
    opacity: 1;
    border-radius: 100%;
}

input:nth-of-type(1):checked ~ .slider label:nth-of-type(1) span::before,
input:nth-of-type(2):checked ~ .slider label:nth-of-type(2) span::before,
input:nth-of-type(3):checked ~ .slider label:nth-of-type(3) span::before{
    background: #2C2374;
    opacity: 1;
}

label span::before{
    animation: slidebutton 15s infinite;
}

@keyframes slidebutton{
    0%{opacity: 1;background: #B3B3B3;}
    6.7%{opacity: 1;background: #2C2374;}
    33.3%{opacity: 1;background: #2C2374;}
    40%{opacity: 1;background: #B3B3B3;}
}

label:nth-of-type(2) span::before,label:nth-of-type(2) img{
    animation-delay: 5s;
}
	
label:nth-of-type(3) span::before,label:nth-of-type(3) img{
    animation-delay: 10s;
}

input:nth-of-type(1):checked ~ .slider label:nth-of-type(1) img,
input:nth-of-type(2):checked ~ .slider label:nth-of-type(2) img,
input:nth-of-type(3):checked ~ .slider label:nth-of-type(3) img{
    opacity: 1;
    z-index: 1;
}

.slider img{
    animation: slide 15s infinite;
    opacity: 0;
}

@keyframes slide{
    0%{opacity: 0;}
    6.7%{opacity: 1;z-index: 1;}
    33.3%{opacity: 1;}
    40%{opacity: 0;z-index: 0;}
}

input:checked ~ .slider img,input:checked ~ .slider span::before{
    animation: none;
}

.slider:hover img,.slider:hover span::before{
    animation-play-state:paused;
}

.banner {
	align-items: center;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	display: grid;
	grid-template-areas: 
		"banner_a banner_b"
		"banner_c banner_d";
	grid-auto-columns: 49%;
	grid-column-gap: 2%;
}

.banner_a {
	grid-area: banner_a;
    background: url("images/bnr_back_n01.jpg");
	background-size: cover;
    height: 140px;
    font-size: 16px;
	font-weight: 700;
	color: #7F7F7F;
	text-decoration: none;
    text-align: center;
    line-height: 140px;
	margin-bottom: 10px;
}

.banner_a:hover{
	background: url("images/bnr_back_n01c.jpg");
	background-size: cover;
	color: #FFFFFF;
}

.banner_b {
	grid-area: banner_b;
    background: url("images/bnr_back_n02.jpg");
    background-size: cover;
    height: 140px;
    font-size: 16px;
	font-weight: 700;
	color: #7F7F7F;
	text-decoration: none;
    text-align: center;
    line-height: 140px;
	margin-bottom: 10px;
}

.banner_b:hover{
	background: url("images/bnr_back_n02c.jpg");
	background-size: cover;
	color: #FFFFFF;
}

.banner_c {
	grid-area: banner_c;
    background: url("images/bnr_back_n03.jpg");
    background-size: cover;
    height: 140px;
    font-size: 16px;
	font-weight: 700;
	color: #7F7F7F;
	text-decoration: none;
    text-align: center;
    line-height: 140px;
}

.banner_c:hover{
	background: url("images/bnr_back_n03c.jpg");
	background-size: cover;
	color: #FFFFFF;
}

.banner_d {
	grid-area: banner_d;
    background: url("images/bnr_back_n04.jpg");
    background-size: cover;
    height: 140px;
    font-size: 16px;
	font-weight: 700;
	color: #7F7F7F;
	text-decoration: none;
    text-align: center;
    line-height: 140px;
}

.banner_d:hover{
	background: url("images/bnr_back_n04c.jpg");
	background-size: cover;
	color: #FFFFFF;
}

.title_ber_1 {
    height: 30px;
    background: #2C2374;
    margin-left: 10px;
    margin-right: 10px;
	margin-top: 35px;
	margin-bottom: 10px;
	color: #FFFFFF;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
	padding-left: 6px;
    border-left: 5px solid #F29425;
}
	
.text_1 {
	font-weight: 500;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 20px;
}

.text_2 {
	color: #BFBFBF;
}

footer {
	background: #2C2374;
	height: 120px;
	text-align: center;
	margin-top: 30px;
}
	

.footer_logo {
	display: block;
    width: 250px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;

}

.logo_1 {
	display: inline;
    width: 45px;
    height: 45px;
    margin-top: 15px;
    margin-right: 10px;
}

.logo_2 {
	display: inline;
    width: 45px;
    height: 45px;
}

.logo_3 {
	display: inline;
    width: 45px;
    height: 45px;
    margin-left: 10px;}

.footer_text {
    color: #9691ba;
    font-size: 11px;
	margin-top: 5px;
}

}

@media (min-width: 750px){
	
body {
    background-color: #FFF7EB;
}

header {
	display: flex;
	background: #2C2374;
	height: 60px;
}

.header_mark {
	display: none;
}

.header_logo {
	position: absolute;
    left: 3%;
	width: 400px;
	margin-top: 12px;
}
	
.header_tel_text {
	position: absolute;
    right: 3%;
    display: flex;
	color: #FFFFFF;
    font-family: 'Jost', sans-serif;
    text-decoration: none;
    font-size: 16px;
    line-height: 60px;
    text-align: right;	
}

.hamburger-menu {
    display: none;
}

main {
	width: 95%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.slider_show{
    position: relative;
}

.slider img{
    position: absolute;
    top: 0;
	left: 0;
	opacity: 0;
    transition: 0.5s;
    z-index: 0;
}

img{
    display: block;
    width: 100%;
    height: auto;
}

input{
    display: none;
}

.slider{
    display: flex;
    justify-content: center;
}

label span{
    display: block;
    width: 15px;
    height: 15px;
    margin: 15px 20px 0;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
}

label span::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #B3B3B3;
    opacity: 1;
    border-radius: 100%;
}

input:nth-of-type(1):checked ~ .slider label:nth-of-type(1) span::before,
input:nth-of-type(2):checked ~ .slider label:nth-of-type(2) span::before,
input:nth-of-type(3):checked ~ .slider label:nth-of-type(3) span::before{
    background: #2C2374;
    opacity: 1;
}

label span::before{
    animation: slidebutton 15s infinite;
}

@keyframes slidebutton{
    0%{opacity: 1;background: #B3B3B3;}
    6.7%{opacity: 1;background: #2C2374;}
    33.3%{opacity: 1;background: #2C2374;}
    40%{opacity: 1;background: #B3B3B3;}
}

label:nth-of-type(2) span::before,label:nth-of-type(2) img{
    animation-delay: 5s;
}
	
label:nth-of-type(3) span::before,label:nth-of-type(3) img{
    animation-delay: 10s;
}

input:nth-of-type(1):checked ~ .slider label:nth-of-type(1) img,
input:nth-of-type(2):checked ~ .slider label:nth-of-type(2) img,
input:nth-of-type(3):checked ~ .slider label:nth-of-type(3) img{
    opacity: 1;
    z-index: 1;
}

.slider img{
    animation: slide 15s infinite;
    opacity: 0;
}

@keyframes slide{
    0%{opacity: 0;}
    6.7%{opacity: 1;z-index: 1;}
    33.3%{opacity: 1;}
    40%{opacity: 0;z-index: 0;}
}

input:checked ~ .slider img,input:checked ~ .slider span::before{
    animation: none;
}

.slider:hover img,.slider:hover span::before{
    animation-play-state:paused;
}

.banner {
	align-items: center;
	margin-top: 40px;
	height: 220px;
	display: grid;
	grid-template-areas: 
		"banner_a banner_b banner_c banner_d";
	grid-auto-columns: 24.25%;
	grid-gap: 1%;
}

.banner_a {
	grid-area: banner_a;
    background: url("images/bnr_back_n01.jpg");
	background-size: cover;
    font-size: 20px;
	font-weight: 600;
	color: #7F7F7F;
	text-decoration: none;
    text-align: center;
    line-height: 220px;
}

.banner_a:hover{
	background: url("images/bnr_back_n01c.jpg");
	background-size: cover;
	color: #FFFFFF;
}

.banner_b {
	grid-area: banner_b;
    background: url("images/bnr_back_n02.jpg");
	background-size: cover;
    font-size: 20px;
	font-weight: 600;
	color: #7F7F7F;
	text-decoration: none;
    text-align: center;
    line-height: 220px;
}

.banner_b:hover{
	background: url("images/bnr_back_n02c.jpg");
	background-size: cover;
	color: #FFFFFF;
}

.banner_c {
	grid-area: banner_c;
    background: url("images/bnr_back_n03.jpg");
	background-size: cover;
    font-size: 20px;
	font-weight: 600;
	color: #7F7F7F;
	text-decoration: none;
    text-align: center;
    line-height: 220px;
}

.banner_c:hover{
	background: url("images/bnr_back_n03c.jpg");
	background-size: cover;
	color: #FFFFFF;
}

.banner_d {
	grid-area: banner_d;
    background: url("images/bnr_back_n04.jpg");
	background-size: cover;
	font-size: 20px;
	font-weight: 600;
	color: #7F7F7F;
	text-decoration: none;
    text-align: center;
    line-height: 220px;
}

.banner_d:hover{
	background: url("images/bnr_back_n04c.jpg");
	background-size: cover;
	color: #FFFFFF;
}

.title_ber_1 {
    height: 46px;
    background: #2C2374;
	margin-top: 50px;
	margin-bottom: 10px;
	color: #FFFFFF;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 24px;
    line-height: 46px;
	padding-left: 6px;
    border-left: 10px solid #F29425;
}
	
.text_1 {
	font-size: 15px;
	font-weight: 500;
    line-height: 25px;
}

.text_2 {
	color: #BFBFBF;
}

footer {
	background: #2C2374;
	height: 165px;
	text-align: center;
	margin-top: 50px;
}

.footer_logo {
	display: block;
    width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;

}

.logo_1 {
	display: inline;
    width: 50px;
    height: 50px;
    margin-top: 25px;
    margin-right: 10px;
}

.logo_2 {
	display: inline;
    width: 50px;
    height: 50px;
}

.logo_3 {
	display: inline;
    width: 50px;
    height: 50px;
    margin-left: 10px;}

.footer_text {
    color: #9691ba;
    font-size: 11px;
	margin-top: 10px;
}
	
}
