@charset "utf-8";

/*=====================================

style.css

=====================================*/

b{
    font-weight: bold;
}

main{
    margin-top: 90px;
}

section{
    position: relative;
}
.mainvisual2c{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 1100px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}


.mainvisualLeft ul li{
    border-bottom: #cdcfd0 solid 0.5px;
    border-top: #cdcfd0 solid 0.5px;
    border-left: #cdcfd0 solid 1px;
    border-right: #cdcfd0 solid 1px;
}

.mainvisualRight ul li{
    border-bottom: #cdcfd0 solid 0.5px;
    border-top: #cdcfd0 solid 0.5px;
    border-right: #cdcfd0 solid 1px;
}

section h2{
    font-family: "Jost", sans-serif;
    background-color: transparent;

    background: linear-gradient(146deg,rgba(62, 66, 76, 1) 0%, rgba(62, 66, 76, 1) 60%, rgba(86, 182, 212, 1) 100%); 
    background-clip:text;
    text-fill-color: transparent;
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
    font-size: 6rem;
    width: fit-content;
    margin-bottom: 15px;
        margin-bottom: 0;
}

section{
    padding-top: 100px;
    padding-bottom: 150px;
}

section h3.translate{
    color: #56b6d5;
    font-size: 1.8rem;
    margin-bottom: 30px;
}



.rentalGridBox ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.rentalGridBox ul li{
    width: 100%;
}
.rentalGridBox ul li .imgWrap{
    width: 100%;
    aspect-ratio: 366 / 206;
    overflow: hidden;
}
.rentalGridBox ul li .imgBox{
    aspect-ratio: 366 / 206;
    overflow: hidden;
}
.rentalGridBox ul li a:hover .imgBox{
    transform: scale(1.1);
    transition: all 0.5s;
}
.rentalGridBox ul li .imgBox img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.rentalGridBox ul li{
    border: solid 1px #cdcfd0;
}
.rentalGridBox ul li:nth-child(n + 4){
    margin-top: -1px;
}
.rentalGridBox ul li:nth-child(3n){
    margin-left: -2px;
}
.rentalGridBox ul li:nth-child(3n - 1){
    margin-left: -1px;
}
.rentalGridBox ul li a{
    display: block;
    background-image: url(../images/icon_arrow_blue.svg);
        background-size: 7px;
    background-position: right 20px bottom 20px;
    background-repeat: no-repeat;
    height: 100%;
}
.rentalGridBox ul li .textContents{
    padding: 15px;
}

.rentalGridBox ul li a .label{
    display: block;
    padding: 3px 10px;
    background-color: #5678b3;
    width: fit-content;
    color: #FFF;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.rentalGridBox ul li a .label.color01{
    background-color: #5678b3;
}
.rentalGridBox ul li a .label.color02{
    background-color: #718ec6;
}
.rentalGridBox ul li a .label.color03{
    background-color: #d09dce;
}
.rentalGridBox ul li a .label.color04{
    background-color: #9a60b1;
}
.rentalGridBox ul li a .label.color05{
    background-color: #6c4494;
}
.rentalGridBox ul li a .label.color06{
    background-color: #34a9ac;
}

.rentalGridBox ul li a .title{
    font-size: 1.8rem;
}   
.rentalGridBox ul li a .title span{
    color: #888989;
    font-size: 1.4rem;
    display: block;
    margin-top: 4px;
}
.rentalGridBox {
    margin-bottom: 80px;
}

.btn2c{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 8%;
}

.btn2c a {
    display: block;
    background: #6F86D6;
    background: linear-gradient(90deg,rgba(111, 134, 214, 1) 0%, rgba(86, 182, 213, 1) 100%);

}
.btn2c a span{
    display: block;
    padding: 25px;
    text-align: center;
    color: #FFF;
    background-image: url(../images/icon_arrow_white.svg);
    background-position: right 15px center;
    background-size: 7px;
    background-repeat: no-repeat;
    ont-size: 1.8rem;
}
.btn2c a span::before {
    background-size: contain;
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    content: '';
    position: absolute;
    margin-left: -51px;
    margin-top: -6px;
    background-position: center;
}


.btn2c a.rental span::before{
    background-image: url(../images/icon_carte.svg);
}
.btn2c a.setting span::before{
    background-image: url(../images/icon_tool.svg);
}

.btn2c a.calender span::before{
    background-image: url(../images/icon_calender.svg);
}
.btn2c a.contact span::before{
    background-image: url(../images/icon_contact.svg);
}





section.works{
    background-image: url(../images/work_bg.png);
    background-size: cover;
    background-position: bottom center;
}
section.works h2{
    background-color: transparent;

    background: linear-gradient(146deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(86, 182, 212, 1) 100%);

    background-clip:text;
    text-fill-color: transparent;
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
}
section.works h3{
    color: #FFF;
}

.btn a.white {
    display: block;
    color: #56b6d5;
    background-color: #FFF;

}
.btn a.white span{
    display: block;
    padding: 25px;
    text-align: center;
    background-image: url(../images/icon_arrow_blue.svg);
    background-position: right 15px center;
    background-size: 7px;
    background-repeat: no-repeat;
    font-size: 2rem;
}


.works2cBox{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4%;
}
.works2cBox p{
    line-height: 2.2;
}

.works2cBox h4{
    font-size: 2.6rem;
    margin-bottom: 20px;
    color: #FFF;
    font-weight: bold;
}
.works2cBox p{
    font-size: 1.5rem;
    margin-bottom: 45px;
    color: #FFF;
}






 .works2cBox .imgBox{
    margin-right: calc((100vw - 1100px) / 2 * -1);
}
 .works2cBox .imgBox img{
    width: 100%;
 }

section.news{
    background-color: #f1f3fa;
}




.textLinkList dl{

}
.textLinkList dt{
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.textLinkList dt::after{
    background-color: #676a6b;
    width: 45px;
    height: 1px;
    position: absolute;
    bottom: 0;
    content: '';
    left: 0;
}


.textLinkList dt label{
    background-color: #FCE03D;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.2rem;
}
.textLinkList dd{
    border-bottom: solid 1px #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.textLinkList dd a{
    background-image: url(../images/icon_arrow_blue.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 7px;
}
.textLinkList dd:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.textLinkList dl dd{
    padding-top: 0;
}
.textLinkList dl:first-child{
    border-top: solid 1px #f1f1f1;
    padding-top: 20px;
}
.textLinkList dl:last-child dd{
    border-bottom: solid 1px #f1f1f1;
}
.textLinkList a{
    background-position: left 7px center;
    background-repeat: no-repeat;
    display: block;
    color: #777;
    background-size: 6px;
}


.footerGlobalNav{
    width: 645px;
    height: 65px;
    text-align: center;
    margin-top: -32px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    border: solid 3px #3f424c;
    box-shadow: 0px 0px 82px 31px rgba(189, 207, 220, 1);
    left: 0;
    right: 0;
    background-color: #FFF;
}

.footerGlobalNavWrapper {
    display: grid;
    grid-template-columns: 1fr 21%;
    height: 100%;
}

.footerGlobalNavWrapper ul{
    display: flex;
    width: 100%;
}
.footerGlobalNavWrapper ul li {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.footerGlobalNavWrapper ul li:first-child{
    width: 140%;
}

.footerGnavRental a{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background: linear-gradient(90deg,rgba(111, 134, 214, 1) 0%, rgba(86, 182, 213, 1) 100%);
    width: 100%;
    cursor: pointer;
}





















footer{
    box-shadow: inset 0px 8px 25px 0px rgba(150, 180, 203, 0.45);
}





.footerBanner ul {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    column-gap: 2%;
    row-gap: 30px;
}

#pagetop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 2;
}
.footerLinkBox{
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
}
.footerContentsBox{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: transparent;
}

.footerContentsBox a{
	color: #56b6d5;
}
.footerLinkHome a{
	padding-left: 30px;
    color: #56b6d5;
}
.footerLinkHome a{
	background-image: url(../images/ico_home_white.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px;
}
.footerInformationBox {
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
}
.footerContentsBox .inner{
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.footerLinkHome {
	grid-column: span 2;
	margin-bottom: 10px;
}


.footerLinkList{
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
}
.footerLinkList a{
	padding-left: 17px;
    background-position: left center;
    background-repeat: no-repeat;
	display: inline-block;
}
.footerLinkList li {
    margin-bottom: 20px;
}
.footerBtn a {
    display: block;
    background-color: transparent;
    padding: 10px 40px;
	min-width: 100%;
    box-sizing: border-box;
    text-align: center;
    background-repeat: no-repeat;
    background-position: left 15px center;
    color: #E60044;
	border-radius: 3px;
    font-weight: bold;
}
.footerBtn a:hover{
	text-decoration: none;
}
.footerBtnBox{
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 30px;
	text-align: center;
	column-gap: 4%;
}
.footerBtn a.contact {
    background-image: url(../images/ico_mail.svg);
    background-size: 20px;
}
.footerBtn a.access{
	background-image: url(../images/ico_geo_pin.svg);
	background-size: 17px;
}
.footerBtn a.tel{
	background-image: url(../images/icon_tel.svg);
	background-size: 17px;
}
.footerBtn a.pdf {
    background-image: url(../images/icon_pdf_white.svg);
    background-size: 17px;
    background-color: #000;
    border: solid 2px #FFF;
    color: #FFF;
    font-size: 1.2rem;
}
.footerSnsBox{
	margin-bottom: 30px;
}
.footerSnsBox ul {
    display: flex
;
    text-align: center;
    width: 50%;
    float: right;
}
.footerSnsBox ul li{
	width: 100%;
}
.footerSnsBox a img{
	width: 32px;
    vertical-align: -webkit-baseline-middle;
}
.footerInformationBox {
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footerOtherLinkBox li{
	display: inline-block;
	margin-left: 30px;
}
.footerOtherLinkBox a{
	padding-left: 17px;
    background-image: url(../images/ico_arrow_white_mini.svg);
    background-position: left center;
    background-repeat: no-repeat;
}
.footerOther {
    background-color: #FFF;
    text-align: center;
	padding-top: 40px;
    padding-bottom: 40px;
}
.footerOther .footerLogo{
    width: 210px;
    margin-left: auto;
    margin-right: auto;
}
.footerInformationInner{
	width: 100%;
}
.footerCopyright{
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
	color: #333;
}

.footerInformationInner{
    position: absolute;
    bottom: 0;
    right: 0;
}




.footerGlobalNav{
    box-shadow: 0px 0px 18px 9px rgba(155,180,203,0.4);
}





/* bottompage */
.breadcrumb ul{
    background-color: #f1f3fa;
}
.breadcrumb ul::after{
    content: '';
    display: block;
    clear: both;
}
.breadcrumb ul li{
    float: left;
    padding-left: 20px;
    background-image: url(../images/icon_arrow_blue.svg);
    background-position: left 19px center;
    margin-right: 0;
    background-repeat: no-repeat;
    font-size: 1.3rem;
    padding:10px 10px 10px 50px;
    background-size: 8px;
}
.slick-dots {
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.slick-dots li{
    font-size: 0;
    background-color: #dddfe6;
    display: inline-block;
    margin-left: 8px;
    padding-right: 8px;
    width: 8px;
    height: 8px;
    border-radius: 100px;
}
.slick-dots li.slick-active{
    background-color: #56b6d5;
}
.slick-initialized .slick-slide {
    display: block;
    line-height: 0;
}

.bottomMainVisual{
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
}

.bottomMainVisualWrapper{
    background-color: #c7cbcd;
}

.rentalProductTitle{
    padding-top: 30px;
    padding-bottom: 30px;
}
.rentalProductTitle h3.label{
    display: block;
    padding: 3px 10px;
    background-color: #5678b3;
    width: fit-content;
    color: #FFF;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.rentalProductTitle .label.color01{
    background-color: #5678b3;
}
.rentalProductTitle .label.color02{
    background-color: #718ec6;
}
.rentalProductTitle .label.color03{
    background-color: #d09dce;
}
.rentalProductTitle .label.color04{
    background-color: #9a60b1;
}
.rentalProductTitle .label.color05{
    background-color: #6c4494;
}
.rentalProductTitle .label.color06{
    background-color: #34a9ac;
}







.rentalProductTitle h1{
    font-size: 3rem;
}
.rentalProductTitle h2{
    font-size: 2.4rem;
    color: #888989;
}
.rentalProductTitle2c{
    display: grid;
    grid-template-columns: 50% 1fr;
    column-gap: 8%;
}

section h2.productPrice{
    font-size: 3.1rem;
    color: #2e2f2f;
    text-fill-color: #2e2f2f;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #2e2f2f;
    font-weight: 500;
    border-bottom: 2px solid #2e2f2f;
    margin-bottom: 10px;
    padding-bottom: 5px;

}
section h2.productPrice span{
    font-size: 2.4rem;
}

h3.productTitleFull {
    font-size: 1.8rem;
    color: #2e2f2f;
    margin-bottom: 6px;
}
.rentalProductTitle2c p{
    line-height: 1.6;
}


article section{
    padding-top: 60px;
    padding-bottom: 60px;
}

.productDetailInner{
    background-color: #f1f3fa;
    padding: 3%;
    margin-bottom: 40px;
}
.productDetailInner h3{
    font-size: 2rem;
    margin-bottom: 15px;
    font-weight: bold;
    width: fit-content;
    background-color: transparent;
    background: linear-gradient(146deg, rgba(100, 186, 216, 1) 0%, rgba(109, 140, 214, 1) 100%); 
    background-clip:text;
    text-fill-color: transparent;
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
}

.productDetailInner h4{
    font-weight: bold;
    line-height: 1.7;
    font-size: 1.8rem;
}

.productDetailInner p{
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 1.8rem;
}

.productCheckList{
    padding: 3%;
    background-color: #f8f9fb;
}
.productCheckList{

}
.productCheckList dl{
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 45px;
    background-image: url(../images/icon_check_blue.svg);
    background-position: left 15px top 15px;
    background-size: 15px;
    background-repeat: no-repeat;
    border-bottom: solid 1px #dddfe3;
}
.productCheckList dl dt{
    font-size: 1.8rem;
    font-weight: bold;

}
.productCheckList dl dd{
    font-size: 1.8rem;
}
.productSupplement{
    padding-top: 0;
}
.productSupplement .inner{
    max-width: 990px;
}
.productSupplement {
    font-size:1.6rem;
    line-height: 1.8;
}
.productSupplement h5{
    font-weight: bold;
    margin-bottom: 15px;
}
.productSupplement p{
    margin-bottom: 20px;
}
.viewDetailBtn{
    padding-top: 20px;
    padding-bottom: 20px;
}
.viewDetailBtn a{
    padding: 10px 50px 10px 40px;
    background-color: #dddfe6;
    background-image: url(../images/icon_plus.svg);
    background-position: right 15px center;
    background-size: 13px;
    background-repeat: no-repeat;
    display: block;
    width: fit-content;
}


.reccomendCommentInner{
    background-color: #f8f9fb;
    padding: 3%;
}

.reccomendCommentInner h4{
    color: #659fd6;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.8;
}
.reccomendCommentInner p{
    text-align: center;
    margin-bottom: 30px;
    color: #314c7d;
    line-height: 1.8;
}


.flowBox{
    margin-bottom: 60px;
}

.flowInner{
    background-color: #f1f3fa;
    padding: 60px 3%;
}
.flowInner h3{
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 40px;
    color: #314c7d;
    text-align: center;
}

.flowInner .textContents h3{
    text-align: left;
}

.flow2c{
    background-color: #f8f9fb;
    display: grid;
    grid-template-columns: 25% 70%;
    column-gap: 5%;
    padding: 4%;
    margin-bottom: 30px;
}
.flow2c h3{
    font-family: "Jost", sans-serif;
    font-style: italic;
    font-size: 2rem;
    font-weight: 500;
    color: #56b6d5;
    margin-bottom: 10px;
}
.flow2c h3 em{
    font-size: 4rem;
    font-style: italic;
}
.flow2c h4{
    font-size: 1.8rem;
    color: #56b6d5;
    margin-bottom: 20px;
    font-weight: bold;
}
.flow2c p{
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 20px;
}
.flow2c p .note{
    font-size: 1.3rem;
}
.flow2c .iconBox h4{
    margin-top: 10px;
    text-align: center;
}
.flow2c .imgBox{
    text-align: center;
}
.flowInner{
    margin-bottom: 40px;
}
.flow2c p.large{
    font-weight: bold;
    color: #314c7d;
    margin-bottom: 10px;
}
p.WhiteBg{
    background-color: #FFF;
    padding: 10px 25px;
    margin-bottom: 10px;
    display: block;
    width: fit-content;
}







.work3c{

}

.work3c ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 15px;
    row-gap: 15px;
}
.work3c ul li{
    aspect-ratio: 357 / 206;
    overflow: hidden;
}


.work3c ul li .text{
    position: absolute;
    bottom: 0;
    padding: 6%;
    color: #FFF;
}
.work3c ul li .text h4{
    font-size: 1.8rem;
}
.work3c ul li .text p{
    color: #aeaeae;
    margin-top: 8px;
}











.workContact{
    background-color: #f1f3fa;
}
.workContact::before{
    width: 100%;
    height: 100%;
    background-image: url(../images/work_contact_bg.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    bottom: 0;
}


.btnSingle a {
    display: block;
    background: #6F86D6;
    background: linear-gradient(90deg,rgba(111, 134, 214, 1) 0%, rgba(86, 182, 213, 1) 100%);
}
.btnSingle a span{
    display: block;
    padding: 25px;
    text-align: center;
    color: #FFF;
    background-image: url(../images/icon_arrow_white.svg);
    background-position: right 15px center;
    background-size: 7px;
    background-repeat: no-repeat;
    font-size: 1.8rem;
}

.btnSingle a span::before {
    background-size: contain;
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    content: '';
    position: absolute;
    margin-left: -51px;
    margin-top: -6px;
    background-position: center;
}
.btnSingle a.calender span::before{
    background-image: url(../images/icon_calender.svg);
}
.btnSingle a.contact span::before{
    background-image: url(../images/icon_contact.svg);
}




.aboutBox{
    background-image: url(../images/about_box_bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}



.aboutDl dl{
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 40% 1fr;
    color: #FFFFFF;
}
.aboutDl dt{
    border-right: 2px #FFF solid;
    
}
.aboutDl dd{
    text-align: left;
    padding-left: 20%;
}

section.workContact{
    padding-top: 140px;
    padding-bottom: 140px;
}
.workContactInner{
    text-align: center;
}
.workContactInner h2{
    font-family: "Jost", sans-serif;
    background-color: transparent;

    background: linear-gradient(146deg,rgba(109, 140, 214, 1) 0%, rgba(100, 186, 216, 1) 100%); 
    background-clip:text;
    text-fill-color: transparent;
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
    font-size: 2.6rem;
    width: fit-content;
    margin-bottom: 15px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    font-weight: bold;
}
.workContactInner p{
    line-height: 2;
    margin-bottom: 40px;
    text-align: center;
    font-size: 2rem;
}

.workContactInner .btnSingle{
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
}

section.aboutBox h2{
    background-color: transparent;

    background: linear-gradient(146deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(86, 182, 212, 1) 100%);

    background-clip:text;
    text-fill-color: transparent;
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
}
section.aboutBox h3{
    color: #FFF;
}

article section.aboutBox{
    padding-top: 80px;
    padding-bottom: 80px;
}




.prodctDetailHeightBox{
    max-height: 540px;
    box-sizing: content-box;
    overflow: hidden;
}
.prodctDetailHeightBox.open{
    max-height: fit-content;
}











.formGroup label {
    display: block;
    text-align: left;
    margin-bottom: 9px;
}
.formGroup label span{
    font-size: 12px;
	color: #C40003;
}
.formGroup input[type="text"],.formGroup input[type="email"], .formGroup textarea{
	width: 100%;
}
.formGroup input[type="checkbox"]{
	display: inline-block;
	margin-right: 5px;
}

.formGroup {
    margin-bottom: 30px;
    display: grid
;
    grid-template-columns: 210px 1fr;
}


input[type="text"], input[type="email"], select, textarea, textarea.form-control {
    height: auto;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f1f3fa;
    border: 1px solid #DDDDDD;
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    color: #000000;
    border-radius: 5px;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    width: 100%;
}
select {
    appearance: auto;
    line-height: 50px;
    height: 50px;
    box-sizing: border-box;
    padding: 14px 14px;
}
textarea {
    line-height: 1.6;
    field-sizing: content;
    min-height: 250px;
    padding: 20px;
}


.contactCatChange ul{
    margin-bottom: 40px;
    background-color: #f1f3fa;
    padding: 8px;
    font-size: 1.6rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}
.contactCatChange ul a{
    color: #56b6d5;
    display: block;
    padding: 10px;
    text-align: center;
}
.contactCatChange ul a.active{
    color: #FFF;
    background-color: #56b6d5;
}

.formGroup .label{
    display: flex
;
    align-items: center;
    color: #2e2f2f;
}


.contactFormBox{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
    margin-bottom: 150px;
    padding-top: 40px;
}
.formGroup {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 210px 1fr;
}

.input2cBox{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}

input[type=radio]{
    appearance: auto;
    margin-right: 5px;
}


.termsBox{
    padding-top: 40px;
    font-size: 1.6rem;
}


.termsBox h3{
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.termsBox h4{
    display: block;
    padding: 10px 20px;
    border: solid 1px #61bbd8;
    color: #61bbd8;
    font-weight: bold;
    margin-bottom: 15px;
    width: fit-content;
}

.termsBox p{
    line-height: 1.8;
    margin-bottom: 15px;
}
.termsBox p.blueBox{
    background-color: #f1f3fa;
    width: fit-content;
    padding: 15px;
}

.termsBox p.note{
    font-size: 1.3rem;
}

.termsSection{
    margin-bottom: 30px;
}

.contaclNote{
    padding: 3%;
    background-color: #f9f9f9;
    margin-bottom: 30px;
    font-size: 1.4rem;
}


.contactSendBox{
    padding-top: 30px;
}


/* calender modal */
#calendar-modal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

#calendar-modal.hidden {
  visibility: hidden;
}
#calendar-modal .flatpickr-calendar.open, #calendar-modal .flatpickr-calendar.inline{
    visibility: visible;
}
#calendar-modal.hidden .flatpickr-calendar.open, #calendar-modal.hidden .flatpickr-calendar.inline{
    visibility: hidden;
}

.modal-content {
  background-color: #fff;
  padding: 0;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  width: auto;
  position: relative;
}

.modal-header {
  display: block;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  background-color: #f8f9fb;
  padding: 15px;
}

.modal-title {
    background-image: url(../images/icon_calender_gray.svg);
    background-size: 15px;
    font-weight: bold;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    margin-bottom: 10px;
}
.modal-header  span.modal-title{
    display: block;
}
.flatpickr-calendar{
    padding: 4%;
}

#selected-dates {
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 2rem;
}

#selected-dates .start{
    font-weight: bold;
    font-size: 2rem;
    border-bottom: #56b6d5 2px solid;
    padding-bottom: 8px;

}
#selected-dates .small{
    font-weight: normal;
    font-size: 1.3rem;
}

#selected-dates .end {
    font-weight: bold;
    font-size: 2rem;
    padding-bottom: 8px;
    margin-left: 25px;
    background-image: url(../images/icon_arrow_gray.svg);
    background-position: left center;
    background-size: 9px;
    background-repeat: no-repeat;
    padding-left: 32px;
}

#close-modal {
    border: none;
    background: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}

/* カレンダー中央揃え */
.flatpickr-calendar {
  margin: 0 auto !important;
  position: static !important;
  box-shadow: none !important;
  padding: 4% !important;
}

/* 完了ボタンスタイル */
#confirm-selection {
    background-color: #4a90e2;
    background: linear-gradient(90deg, rgba(111, 134, 214, 1) 0%, rgba(86, 182, 213, 1) 100%);
    color: #fff;
    padding: 10px 40px;
    border: none;
    cursor: pointer;
    float: right;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    display: block;
    width: fit-content;
}





/* main loop animation*/


.mainvisualLeft .container {
    background-color: #fff;
    display: flex;
    width: auto;
    height: 600px;
    flex-direction: column-reverse;
}

.mainvisualLeft .slider {
    display: flex;
    flex-direction: column-reverse;

    background-color: #efefef;
    overflow: hidden;
}

.mainvisualLeft .slider-list {
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
    padding: 0;
    align-items: center;
    animation: slideShow 20s infinite linear;
    list-style: none;
}

.mainvisualLeft .slider-item {
    width: 400px;
    height: 250px;
}

.mainvisualLeft .slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 0.5rem;
}


@keyframes slideShow {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(100%);
    }

}

.mainvisualRight .container {
    background-color: #fff;
    display: grid;
    width: auto;
    height: 600px;
    overflow: hidden;
}

.mainvisualRight .slider {
    display: block;
    flex-direction: column-reverse;

    background-color: #efefef;
    overflow: hidden;
}

.mainvisualRight .slider-list {
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
    padding: 0;
    align-items: center;
    animation: slideShowR 20s infinite linear;
    list-style: none;
}

.mainvisualRight .slider-item {
    width: 400px;
    height: 250px;
}

.mainvisualRight .slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 0.5rem;
}
/*
.mainvisualRight .slider:hover .slider-list {
    animation-play-state: paused;
}
*/
@keyframes slideShowR {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-100%);
    }

}