@charset "UTF-8";
/* CSS Document */

:root{
    font-size:62.5%;
}
html {font-size:62.5%;}
body{
	font-size:1.6rem; 
	color:#000000;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-style: normal;
	margin:0;
	position: relative;
}
h1,h2,h3,h4,h5,h6,th,dt,a{  
    line-height:1.5;  
    font-weight: 400;
}
p,li,td,dd,span,div{  
    line-height:1.5;
    font-weight: 400;
}
img {
	border: none;
	vertical-align: bottom;
    max-width: 100%;
	height: auto;
}
a{
	color:#000000;
	text-decoration:none;
    transition: 0.3s;
}
a:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
img {
	border: none;
	vertical-align: bottom;
    max-width: 100%;
	height: auto;
}
a img { 
	border: none;
}
a.nolink{
    pointer-events: none;
}
a.pcnolink{
    pointer-events: none;
    text-decoration: none !important;
    font-weight: normal !important;
}
ul {
	list-style-type: none;
}
table{
	border-collapse: collapse;
}
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
.fix-flex{
    display: flex;
}
.leftBox{
	float:left;
}
.rightBox{
	float:right;
}
.center{
    text-align: center;
}
.sp{
	display:none !important;
}
.spacer{
    width:100%;
}
h2.style001{
    font-size:5.0rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center; 
}
h2.style001 span{
    font-size:2.4rem;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    line-height: 1.25;
    margin-top: 8px;
    letter-spacing: 0.3em;
    color:#03B8DF;
    padding-left: 0.3em;
    padding: 0 45px 0 45px;
    position:relative;
}
h2.style001 span::before{
    content: "-";
    position: absolute;
    top:0;
    left:0;
}
h2.style001 span::after{
    content: "-";
    position: absolute;
    top:0;
    right:0;
}
h2.style002{
    font-size:5.0rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center; 
    color:#FFFFFF;
}
h2.style002 span{
    font-size:2.4rem;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    line-height: 1.25;
    margin-top: 8px;
    letter-spacing: 0.3em;
    color:#FFFFFF;
    padding-left: 0.3em;
    padding: 0 45px 0 45px;
    position:relative;
}
h2.style002 span::before{
    content: "-";
    position: absolute;
    top:0;
    left:0;
}
h2.style002 span::after{
    content: "-";
    position: absolute;
    top:0;
    right:0;
}
.btnStyle001{
    padding-left: 35px;
    box-sizing: border-box;
    border:1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:55px;
    font-size:2.0rem;
    font-weight: 700;
    color:#FFFFFF;
}
.btnStyle001::after{
    content: "";
    display: block;
    width:26px;
    height:8px;
    background: url("../images/icon_arrow_white.png") no-repeat center center/contain;
}
.btnStyle002{
    padding-left: 35px;
    box-sizing: border-box;
    border:1px solid #03B8DF;
    background: #03B8DF;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:55px;
    font-size:2.0rem;
    font-weight: 700;
    color:#FFFFFF;
}
.btnStyle002::after{
    content: "";
    display: block;
    width:26px;
    height:8px;
    background: url("../images/icon_arrow_white.png") no-repeat center center/contain;
}
.btnStyle003{
    font-size:2.0rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:64px;
    padding-bottom: 12px;
    border-bottom: 1px solid #000000;
}
.btnStyle003::after{
    content: "";
    width:26px;
    height:8px;
    background: url("../images/icon_arrow_black.png") no-repeat center center/contain;
}
@media (max-width: 1200px) {
    body{
        font-size:1.4rem;
    }
    .pc{
        display:none !important;
    }
    .sp{
        display:block !important;
    }
    .leftBox{
        float:none !important;
    }
    .rightBox{
        float:none !important;
    }
    a.pcnolink{
        pointer-events: fill;
    text-decoration: underline !important;
    font-weight: bold !important;
    }
    h2.style001{
        font-size:2.4rem;
    }
    h2.style001 span{
        font-size:1.4rem;
        margin-top: 5px;
        padding: 0 25px 0 25px;
    }
    h2.style002{
        font-size:2.4rem;
    }
    h2.style002 span{
        font-size:1.4rem;
        margin-top: 5px;
        padding: 0 25px 0 25px;
    }
    .btnStyle001{
        padding-left: 25px;
        gap:35px;
        font-size:1.4rem;
    }
    .btnStyle001::after{
        width:22px;
        height:6px;
    }
    .btnStyle002{        
        padding-left: 25px;
        gap:35px;
        font-size:1.4rem;
    }
    .btnStyle002::after{
        width:22px;
        height:6px;
    }
    .btnStyle003{
        font-size:1.4rem;
        gap:40px;
        padding-bottom: 7px;
    }
    .btnStyle003::after{
        width:22px;
        height:6px;
    }
}

/*--------------------------------------
    header
--------------------------------------*/

header{
    width:100%;
    height:100px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:auto;
    z-index: 9999;
}
header h1{
    width:300px;
    margin-left: 15px;
}
header .linkArea{
    display: flex;
    align-items: center;
    margin-left: auto;
}
header .linkArea .g-nav{
    height:100%;
}
header .linkArea .g-nav ul{
    height:100%;
    display: flex;
    align-items: center;
}
header .linkArea .g-nav ul li{
    height:100%;
}
header .linkArea .g-nav ul li a{
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 7px;
}
header .linkArea .g-nav ul li.otherLink{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .linkArea .g-nav ul li.otherLink .child{
    width:max-content;
    display: grid;
    gap:5px;
    position: absolute;
    top:100%;
    left:50%;
    transform:translate(-50%,20px);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    background: #FFFFFF;
    padding: 10px;
}
header .linkArea .g-nav ul li.otherLink .child a{
    font-size:14px;
    text-align: left;
    display: block;
}
header .linkArea .g-nav ul li.otherLink .child a::before{
    content: "・";
    margin-right: 10px;
}
header .linkArea .g-nav ul li.otherLink:hover .child{
    transform: translate(-50%,0);
    opacity: 1;
    pointer-events: fill;
}
header .linkArea .telArea{
    width:240px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
}
header .linkArea .telArea .tel{
    width:240px;
    font-size:4.0rem;
    font-weight: 700;
    line-height: 1.4;
}
header .linkArea .telArea .icon{
    width:42px;
    height:32px;
}
header .linkArea .telArea time{
    text-align: center;
    font-size:1.2rem;
    margin-left: 25px;
}
header .linkArea .contactBtn{
    width:250px;
    height:100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #03B8DF;
    color:#FFFFFF;
    font-size:2.4rem;
    margin-left: 20px;
}
header .linkArea .contactBtn::before{
    content: "";
    width:26px;
    height:20px;
    background: url("../images/icon_mail.png") no-repeat center center / contain;
    margin-right: 12px;
}
header .spbtn,
header .spmenu{
    display: none;
}
@media (max-width: 1200px) {
    header{
        height:70px;
    }
    header h1{
        width:200px;
        margin-left: 10px;
    }
    header .linkArea{
        display: none;
    }
    header .spbtn,
    header .spmenu{
        display: block;
    }    
    header .spbtn{
        position: absolute;
        top:0;
        left:auto;
        bottom:0;
        right:16px;
        width: 60px;
        height: 50px;
        margin: auto;
    }
    header .spbtn,
    header .spbtn span {
        display: inline-block;
        -webkit-transition: all 0.3s; 
        -moz-transition: all 0.3s; 
        -o-transition: all 0.3s; 
        transition: all 0.3s;
        box-sizing: border-box;
    }
    header .spbtn span {
        position: absolute;
        left: 0;
        right:0;
        margin: auto;
        width: 36px;
        height: 1px;
        background-color: #000000;
        transition: 0.3s;
    }
    header .spbtn span:nth-of-type(1) {
        top: 16px;
    }
    header .spbtn span:nth-of-type(2) {
        top: 24px;
    }
    header .spbtn span:nth-of-type(3) {
        top: 32px;
    }
    header.select .spbtn span:nth-of-type(1) {
        transform: translate(0,8px) rotate(-30deg);
    }
    header.select .spbtn span:nth-of-type(2) {
        opacity: 0;
    }
    header.select .spbtn span:nth-of-type(3) {
        transform: translate(0,-8px) rotate(30deg);
    }
    header .spmenu{
        width:100%;
        height:100%;
        padding: 3.2rem 1.6rem;
        box-sizing: border-box;
        position: fixed;
        top:65px;
        left:0;
        right:0;
        bottom:auto;
        margin: auto;
        z-index:9990;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        overflow-y: scroll;
        background: #FFFFFF;
        opacity: 0;
        transform:translate(0,30%);
        pointer-events: none;
    }
    header.select .spmenu{
        opacity: 1;
        transform:translate(0,0);
        pointer-events: fill;
    }
    header .spmenu ul{
        overflow-y: scroll;
        border-top:1px solid #000000;
        padding-bottom: 5.0rem;
    }
    header .spmenu ul li{
        text-align: left;
        display: block;
    }
    header .spmenu ul li a,
    header .spmenu ul li span{
        font-size:14px;
        color:#000000;
        padding:15px 5%;
        line-height: 1.2;
        display:block;
        border-bottom:1px solid #000000;
        position: relative;
        box-sizing: border-box;
        font-weight: bold;
    }
}

/*--------------------------------------
    common
--------------------------------------*/

main{
    padding-top: 100px;
}
@media (max-width: 1200px) {
    main{
        padding-top: 70px;
    }
}

/*--------------------------------------
    contact
--------------------------------------*/

.contactArea{
    padding: 110px 0 110px 0;
    position: relative;
    background: #03B8DFCC;
}
.contactArea::before{
    content: "";
    display: block;
    position: absolute;
    width:100%;
    height:100%;
    background: url("../images/bg_contact.jpg") no-repeat center center / cover;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.contactArea .contentArea{
    width:1200px;
    margin: 70px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.contactArea .contentArea::before{
    content: "";
    width:1px;
    height:60px;
    background: #FFFFFF;
    display: block;
    margin: auto;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.contactArea .contentArea .telArea{
    width:470px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 64px;
}
.contactArea .contentArea .telArea .tel{
    position: relative;
    font-size:64px;
    font-weight: 700;
    line-height: 1.3;
    color:#FFFFFF;
}
.contactArea .contentArea .telArea .tel span.icon{
    width:62px;
    height:48px;
    position: absolute;
    top:0;
    right:calc(100% + 20px);
    bottom:0;
    margin: auto;
    display: flex;
}
.contactArea .contentArea .telArea time{
    color:#FFFFFF;
}
.contactArea .contentArea .contactBtn{
    width:470px;
    height:80px;
    margin: auto 0 auto 64px;
}
.contactArea .contentArea .contactBtn a{
    width:100%;
    height:100%;
    padding-left: 35px;
    box-sizing: border-box;
    border:1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:40px;
    font-size:2.0rem;
    font-weight: 700;
    color:#FFFFFF;
}
.contactArea .contentArea .contactBtn a::before{
    content: "";
    display: block;
    width:26px;
    height:20px;
    background: url("../images/icon_mail.png") no-repeat center center/contain;
}
.contactArea .contentArea .contactBtn a::after{
    content: "";
    display: block;
    width:26px;
    height:8px;
    background: url("../images/icon_arrow_white.png") no-repeat center center/contain;
}
@media (max-width: 1200px) {
    .contactArea{
        width:100%;
        box-sizing: border-box;
        padding: 50px 20px 50px 20px;
    }
    .contactArea .contentArea{
        width:100%;
        margin: 20px auto 0 auto;
        display: block;
    }
    .contactArea .contentArea::before{
        display: none;
    }
    .contactArea .contentArea .telArea{
        width:100%;
        align-items: center;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .contactArea .contentArea .telArea .tel{
        font-size:3.2rem;
        display: flex;
        gap:15px;
    }
    .contactArea .contentArea .telArea .tel span.icon{
        width:32px;
        height:32px;
        position: static;
    }
    .contactArea .contentArea .contactBtn{
        width:100%;
        height:50px;
        margin: 0 auto 0 auto;
    }
    .contactArea .contentArea .contactBtn a{
        padding-left: 25px;
        gap:3vw;
        font-size:4vw;
    }
    .contactArea .contentArea .contactBtn a::before{
        width:22px;
        height:15px;
    }
    .contactArea .contentArea .contactBtn a::after{
        width:22px;
        height:6px;
    }
}

/*--------------------------------------
    areaSection
--------------------------------------*/

.areaSection{
    padding: 60px 0 60px 0;
    position: relative;
    background: #35C6E5;
}
.areaSection .contentArea{
    width:1200px;
    margin: 0 auto;
}
.areaSection .contentArea h2{
    font-size:2.4rem;
    color:#FFFFFF;
    font-weight: 700;
}
.areaSection .contentArea .text{
    color:#FFFFFF;
    margin-top: 25px;
}
@media (max-width: 1200px) {
    .areaSection{
        width:100%;
        padding: 30px 20px 30px 20px;
        box-sizing: border-box;
    }
    .areaSection .contentArea{
        width:100%;
    }
    .areaSection .contentArea h2{
        font-size:1.8rem;
    }
    .areaSection .contentArea .text{
        margin-top: 15px;
    }
}

/*--------------------------------------
    footer
--------------------------------------*/

footer{
    width:1200px;
    margin: 0 auto;
    padding: 75px 0 95px 0;
    position: relative;
    display: grid;
    gap:20px 80px;
    grid-template-columns: 1fr 750px;
}
footer .detailArea .logo{
    margin-bottom: 30px;
}
footer .detailArea ul{
    display: flex;
    gap:20px;
    margin-top: 30px;
}
footer .detailArea ul li{
    width:30px;
}
footer .f-nav{
    display: flex;
    gap:55px;
}
footer .f-nav ul li{
    padding:0 0 0 26px;
    position: relative;
    margin-bottom: 15px;
}
footer .f-nav ul li::before{
    content: "";
    width:17px;
    height:5px;
    background: url("../images/icon_arrow_blue.png") no-repeat center center/contain;
    position: absolute;
    top:0;
    left:0;
    right:auto;
    bottom:0;
    margin: auto;
}
footer .f-nav ul li a{
    font-size:1.8rem;
    font-weight: 700;
}
footer .copy{
    font-size:1.8rem;
    position: absolute;
    left:0;
    bottom:10px;
}
@media (max-width: 1200px) {
    footer{
        width:100%;
        padding: 50px 20px 50px 20px;
        box-sizing: border-box;
        display: block;
    }
    footer .detailArea .logo{
        margin-bottom: 20px;
    }
    footer .detailArea ul{
        justify-content: center;
        margin-top: 20px;
    }
    footer .f-nav{
        display: none;
    }
    footer .copy{
        font-size:1.0rem;
        position: static;
        margin: 20px auto 0 auto;
        text-align: center;
    }
}

/* ===============================
	floatBnr
 =============================== */
.floatBnr {
    width:200px;
    height:100px;
}
.floatBnr.bnr001{
    width:200px;
    height:200px;
    position: absolute;
    right:0;
    top:300px;
    z-index: 9999;
}
.floatBnr.bnr002{
    position: absolute;
    right:0;
    top:550px;
    z-index: 9999;
}
.floatBnr.bnr003{
    position: absolute;
    right:0;
    top:700px;
    z-index: 9999;
}
.floatBnr.bnr004{
    position: absolute;
    right:0;
    top:850px;
    z-index: 9999;
}
.floatBnr.bnr005{
    position: absolute;
    right:0;
    top:1000px;
    z-index: 9999;
}
.floatBnr .close{
    width:40px;
    height:40px;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    position: absolute;
    top:0;
    left:0;
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 9999;
}
.floatBnr .close span:nth-child(1){
    width:20px;
    height:2px;
    background: #000000;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    transform: rotate(45deg);
}
.floatBnr .close span:nth-child(2){
    width:20px;
    height:2px;
    background: #000000;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
    .floatBnr {
        display: none;
    }
}