@charset "utf-8";

.pc_only {
    display: block;
}
.sp_only {
    display: none;
}
.pc_none{display: none;}
.sp_none{display: block;}
@media screen and (max-width: 750px){
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
	.pc_none{display: block;}
.sp_none{display: none;}	
}

img,
video {
    max-width: 100%;
    height: auto;
    vertical-align: text-bottom;
}

.font-futura-light {
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
}
.font-futura-book {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.font-futura-medium {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
}
.font-futura-demi {
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
}
.font-shuei-go-kin-std-l {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.font-shuei-go-kin-std-m {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 500;
    font-style: normal;
}
.font-shuei-go-kin-std-b {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 600;
    font-style: normal;
}

/* -----------------------------------------------

header

----------------------------------------------- */
#index header {
    height: 700px;
    overflow: hidden;
    position: relative;
}
#index header .bg.pc_only {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-width: 1300px;
}
#index header h1 .logo {
    position: absolute;
    top: 90px;
    right: 50%;
    margin-right: 29%;
}
#index header h1 .logo:hover {
    opacity: 0.6;
}
#index header h1 .logo a svg {
    fill: #4b5a6e;
}
#index header h1 .logo,
#index header h1 .logo a,
#index header h1 .logo a svg {
    display: block;
    width: 90px;
    height: 20px;
}
#index header h1 .catchcopy {
    position: absolute;
    top: 300px;
    right: 45%;
    margin-right: 10%;
    font-size: 18px;
}
#index header h1 .catchcopy span {
    display: block;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    padding-bottom: 0.3em;
    letter-spacing: 2px;
}
@media screen and (max-width: 900px) {
    #index header h1 .catchcopy {
        margin-right: 5%;
    }
}
@media screen and (max-width: 750px) {
    #index header {
        height: auto;
        overflow: visible;
    }
    #index header h1 .logo{
        right: auto;
        margin-right: 0%;
        top: 16vw;
        left: 12vw;
    }
    #index header h1 .logo,
    #index header h1 .logo a,
    #index header h1 .logo a svg {
        width: 17.4vw;
        height: 2.7vw;
    }
    #index header h1 .catchcopy {
        margin-right: 0%;
        top: auto;
        right: auto;
        bottom: 20vw;
        left: 10vw;
        font-size: 3.4vw;
    }
    #index header h1 .catchcopy span {
        font-size: 5.8vw;
    }
}
.udpage header{
	position: relative;
}
.udpage header h1{
	position: absolute;
	top: 10%;
	left: 10%;
}
.udpage header h1 .logo,
.udpage header h1 .logo a,
.udpage header h1 .logo a svg {
    display: block;
    width: 70px;
    height: 15px;
	fill: #4b5a6e;
}

header .icon{
position: absolute;
    z-index: 100;
    top: 10%;
    margin-right: 10%;
    left: 75%;
    display: flex;
	justify-content: space-between;
	width: 110px;
}
header .icon img{
		width: 33px;

}
@media screen and (max-width: 750px) {
header .icon{
position: absolute;
    z-index: 100;
    top: 7.5%;
    margin-right: 10%;
    left: 70%;
    display: flex;
    justify-content: space-between;
    width: 75px;
}
header .icon img{
		width: 28px;

}	
	
}

/* -----------------------------------------------

article

----------------------------------------------- */
article section h2 {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 25px;
    letter-spacing: 2px;
}
article section h3 {
    font-size: 25px;
    letter-spacing: 2.5px;
    line-height: 1.8em;
    font-weight: 500;
}
@media screen and (max-width: 750px) {
    article section h2 {
        font-size: 17.5px;
    }
    article section h3 {
        font-size: 17.5px;
    }
}

/* -----------------------------------------------

footer

----------------------------------------------- */
footer {
    padding: 100px 0px 50px;
    background-color: #e3edf7;
}
footer .logo {
    margin: auto;
}
footer .logo a:hover {
    opacity: 0.6;
}
footer .logo a svg {
    fill: #73a5dc;
}
footer .logo,
footer .logo a,
footer .logo a svg {
    display: block;
    width: 130px;
    height: 20px;
}
footer .support {
    font-size: 17px;
    text-align: center;
    color: #73a5dc;
    margin-top: 80px;
}
footer .tel {
    text-align: center;
}
footer .tel a {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-size: 40px;
    color: #73a5dc;
    letter-spacing: 2px;
	transition: 0.5s;
}
footer .tel a:hover {
    opacity: 0.6;
	transition: 0.5s;
}
footer .hour {
    text-align: center;
    color: #73a5dc;
}
footer .contact a {
    display: block;
    max-width: 320px;
    margin: 80px auto 0px;
    line-height: 64px;
    text-align: center;
    color: #73a5dc;
    border: 2px solid #73a5dc;
	transition: 0.5s;
}
footer .contact a:hover {
    color: #e3edf7;
    background-color: #73a5dc;
	transition: 0.5s;
}
footer .link {
    text-align: center;
    margin-top: 40px;
}
footer .link li {
    display: inline-block;
    margin: 0px 15px;
}
footer .link li a {
    font-size: 13px;
    color: #73a5dc;
}
footer .link li a:hover {
    text-decoration: underline;
}
footer .copyright {
    font-size: 10px;
    color: #73a5dc;
    text-align: center;
    margin-top: 40px;
}
@media screen and (max-width: 750px) {
    footer {
        padding: 60px 0px 25px;
    }
    footer .logo,
    footer .logo a,
    footer .logo a svg {
        width: 94px;
        height: 14px;
    }
    footer .support {
        font-size: 12.5px;
        margin-top: 60px;
    }
    footer .tel a {
        font-size: 30px;
    }
    footer .hour {
        font-size: 12.5px;
    }
    footer .contact a {
        max-width: 250px;
        margin: 60px auto 0px;
        line-height: 50px;
        font-size: 15px;
        border: 1px solid #73a5dc;
    }
}
@media screen and (max-width: 600px) {
    footer .link li {
        display: block;
        margin: 0px;
        text-align: center;
    }
    footer .link li:nth-child(n + 2) {
        margin-top: 10px;
    }
}