@charset "utf-8";

@media print, screen and (min-width: 0) {
    
*{
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    color: #222;
    margin: 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2em;
    transition: .0s ease-in-out;
}


/* 共通 */

.pc_none{
    display: none;
}

.sp_none{
    display: block;
}

section{
    padding: 70px 0;
}

a{
    text-decoration: none;
}

a:hover{
    opacity: 0.5;
}

.container{
    width: 80%;
    
}

li{
    list-style: none;
}

img{
    width: 100%;
}

.index h2{
    padding-bottom: 30px;
    align-items: flex-end;
}

.index h2 img:first-of-type{
    height: 134px;
}

.index h2 img:last-of-type{
    height: 110px;
}

.index h3{
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
}

.index h4 img{
    height: 47px;
    width: auto;
}

.index h4 span{
    font-size: 13px;
    padding-top: 14px;
    letter-spacing: 0.1em;
}

.index h5{
    font-size: 22px;
    font-weight: 700;
    padding: 40px 0;
}

/* sp menu */
    
.sp_menu_container{
    visibility:hidden;
    opacity: 0;
    display: flex;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    background: #fff;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.6s;
}

.sp_menu_container.active{
    visibility: visible;
    opacity: 1;
}

.sp_menu_container li:not(:last-of-type){
    margin-right: 0;
    margin-bottom: 20px;
}

.sp_menu_container li a{
    font-size: 18px;
}

.sp_menu_container li a:hover{
    color: #2a93fc;
    opacity: 1;
}

.sp_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: fixed;
    right: 0px;
    top: 0px;
    padding: 30px;
    cursor: pointer;
    z-index: 99999;
}

.sp_menu i{
    color: #000;
    font-size: 30px;
}

.sp_menu .fa-bars,
.sp_menu.active .fa-times{
    display: block;
}

.sp_menu.active .fa-bars,
.sp_menu .fa-times{
    display: none;
}


/* header */

header{
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}

header .company{
    font-family: poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}


/* index */

.main{
    height: calc( var(--vh) * 100 );
    background-image: url("../images/main_bg.jpg");
    background-size: cover;
    background-position: bottom center;
    padding-top: 0;
    box-sizing: border-box;
}

.scroll{
    text-align: center;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}

.scroll::before {
    content: "";
    display: block;
    height: 1px;
    background: #000;
    width: 100px;
    margin-bottom: 70px;
    transform-origin: ;
    transform: rotate(90deg);
}

.planbanner{
    position:fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}

.planbanner .back{
    background-color: #0baa7a;
    opacity: .75;
    mix-blend-mode: multiply;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.planbanner .text{
    position: relative;
    padding: 14px 20px;
    z-index: 2;
}

.planbanner p{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.2em;
    line-height: 1em;
    padding-bottom: 10px;
}

.planbanner span{
    line-height: 1em;
}

.planbanner .getsugaku{
    background: #ffff00;
    color: #0baa7a;
    font-weight: 900;
    font-size: 12px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.planbanner .number{
    font-size: 48px;
    color: #ffff00;
    font-family: myriad-pro,sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.02em;
}

.planbanner .yen{
    color: #ffff00;
    font-size: 26px;
    font-weight: 900;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.1em;
}

.planbanner .tax{
    color: #ffff00;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0;
}

.planbanner .kara{
    color: #ffff00;
    font-size: 26px;
    font-weight: 900;
}

.planbanner i{
    color: #fff;
    font-size: 16px;
}

.about{
    background-image: url(../images/about_bg.png);
    background-size: 45% auto;
    background-repeat: no-repeat;
    background-position: center right 20%;
}

.about .container{
    width: 40%;
    padding-right: 40%;
}

.about h4{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.service{
    background-image: url(../images/service_bg.png);
    background-size: 40% auto;
    background-repeat: no-repeat;
    background-position: bottom left -20%;
    padding-bottom: 0;
}

.service .container{
    max-width: 1200px;
}

.service h4{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.service .container > div{
    width: calc((100% - 90px) / 4);
    background: #fff;
    border-radius: 10px;
    filter: drop-shadow(3px 3px 10px rgba(0,0,0,0.05));
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service .container > div:not(:nth-of-type(4n)){
    margin-right: 30px
}

.service .container > div:nth-of-type(-n+4){
    margin-bottom: 30px;
}

.service h6{
    font-size: 18px;
    font-weight: 900;
    color: #24285b;
    text-align: center;
}

.service h6 + p{
    font-size: 13px;
    color: #24285b;
    text-align: center;
}

.feature{
    background-image: url(../images/common_bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 100vh;
    padding-top: 0;
}

.feature .container{
    max-width: 1200px;
}

.feature h4{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    padding-top: 160px;
    background-image: url(../images/feature_bird.svg);
    background-repeat: no-repeat;
    background-size: 230px;
    background-position: top 60px right 20%;
}

.feature_box > div:nth-of-type(2){
    order: 2;
}
.feature_box > div:nth-of-type(3){
    order: 1;
}
.feature_box > div:nth-of-type(4){
    order: 3;
}

.feature_box:not(:last-of-type){
    margin-bottom: 10px;
}

.feature .list,
.feature .text{
    background: #fff;
    padding: 20px;
}

.feature .post{
    width: calc(50% - 5px);
}

.feature .list{
    background-image: url(../images/feather_b.svg);
    background-repeat: no-repeat;
    background-position: left 18px center;
    background-size: auto 40px;
    padding-left: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feature .color-g .list{
    background-image: url(../images/feather_g.svg);
}

.feature .list h6{
    font-size: 15px;
    padding-right: 10px;
}

.feature .list.active,
.feature .list:hover{
    background-color: #2a93fc;
    background-image: url(../images/feather_w.svg);
    background-repeat: no-repeat;
    background-position: left 18px center;
    background-size: auto 40px;
}

.feature .color-g .list.active,
.feature .color-g .list:hover{
    background-color: #00deb1;
}

.feature .list.active h6,
.feature .list:hover h6{
    color: #fff;
}

.feature .text{
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feature .text p{
    width: calc(100% - 100px);
}

.feature .text div{
    width: 100px;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.feature .list:after{
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    content: "\f067";
    color: #b3b3b3;
    font-size: 16px;
}

.feature .list:hover:after{
    color: #fff;
}

.feature .list.active:after{
    transform: rotate(45deg);
    color: #fff;    
}

.index_work{
    padding-top: 0;
}

.index_work .container{
    width: 100%;
    align-items: center;
}

.index_work h4{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
    padding: 250px 200px 90px 140px;
    background-image: url(../images/index-work_bg.png);
    background-repeat: no-repeat;
    background-position: left -50px center;
    background-size: contain;
}

.index_work h4 span{
    color: #fff;
}

.index_work .button{
    width: 100%;
    display: flex;
    justify-content: center;
}

.index_work .button a{
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #2a93fc;
    padding: 20px 10%;
}

.index_work .button a:hover{
    background: #2a93fc;
    opacity: 1;
    color: #fff;
}

.index_work h4 + div{
    width: calc(100% - 483px);
}

.index_work .arrow{
    padding: 0 5% 20px 0;
}

.slick-prev,
.slick-next{
    position: static;
    width: 45px;
    height: 45px;
}

.slick-prev{
    margin-right: 10px;
}

.slick-prev:before,
.slick-next:before{
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    font-size: 20px;
    color: #fff;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.slick-prev:before{
    content: "\f053";
}

.slick-next:before{
    content: "\f054";
}

.slick-list{
    margin-right: -10px;
}

ul.slider{
    overflow: hidden;
}

.slider li{
    margin-right: 10px;
}

.slider li img{
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.1));
}

.slider li p{
    position: relative;
    z-index: 2;
    background: #fff;
    margin: -20px 10% 0 10%;
    padding: 14px;
    font-size: 15px;
    font-weight: 700;
    color: #24285b;
}

.slider li p span{
    font-size: 10px;
    color: #24285b;
    display: block;
}


/* common */

.index header h1 .logo{
    display: none;
}

.common header .company{
    display: none;
}

.common header h1 img{
    height: 30px;
    width: auto;
}

.common h2{
    padding: 60px 0;
}

.common h2 img{
    height: 46px;
}

.common h2 span{
    font-size: 13px;
    margin-top: 14px;
}

.common{
    background-image: url(../images/common_bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 100vh;
}

.common section:first-of-type{
    padding-top: 0;
}


/* works */
    
.works {
    background-image: url(../images/works_bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}

.works_list ul{
    margin-bottom: -80px;
}

.works_list li{
    width: calc((100% - 80px) / 2);
    margin-bottom: 80px;
}

.works_list li p{
    position: relative;
    z-index: 2;
    background: #fff;
    margin: -40px 10% 0 10%;
    padding: 14px;
    font-size: 15px;
    font-weight: 700;
    color: #24285b;
}

.works_list li p span{
    font-size: 10px;
    color: #24285b;
    display: block;
}
    
.works_contents .container{
    max-width: 800px;
}

.works_contents .container > dl,
.works_contents .container .img{ 
    margin-bottom: 80px;
}

.works_contents .container .img:nth-last-of-type(2){
    margin-bottom: 50px;
}

.works h3{
    font-size: 28px;
    font-weight: 700;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 50px;
}
    
.works h3 span{
    font-size: 28px;
    font-weight: 700;
    white-space: nowrap;
}

.works h3 + div{
    padding: 50px 0;
}

.works dt{
    width: 150px;
    font-weight: 400;
    flex-wrap: wrap;
    font-size: 13px;
}

.works dd{
    width: calc(100% - 150px);
    font-weight: 400;
    word-break:break-all;
    font-size: 13px;
}
    
.works .container > dl dd{
    font-size: 15px;
}

.works ul.nav a{
    font-weight: 400;
}

.works ul.nav li{
    display: flex;
    align-items: center;
}

.works ul.nav li:not(:last-of-type)::after{
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #2a93fc;
    margin: 0 10px;
}

.works_contents .back a{
    font-weight: 700;
}


/* contact */

.contact .container{
    background: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 60px;
    box-sizing: border-box;
    max-width: 900px;
}

.contact .container > p{
    text-align: center;
}

.contact .tel_info{
    border: 1px solid #b2b2b2;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 50px;
}

.contact .tel_info p{
    text-align: center;
}

.contact .tel_info p span{
    color: #2993fb;
}

.contact .tel_info a{
    background: #2993fb;
    padding: 26px 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1em;
    margin-left: 50px;
}

.contact .tel_info a{
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 200;
    font-size: 36px;
}

.contact .tel_info a img{
    width: 20px;
    padding-right: 16px;
}

.contact .tel_info a:hover{
    background: #2a93fc;
    opacity: 1;
    color: #fff;
}

.contact .progress{
    margin: 50px 0;
}

.contact .progress p{
    color: #b2b2b2;
}

.contact .progress p.active{
    color: #2a93fc;
}

.contact .progress .line{
    height: 1px;
    min-width: 100px;
    background: #b2b2b2;
    margin: 0 10px;
}

.contact .progress .line.active{
    background: #2a93fc;
}

.contact form{
    width: 100%;
}

#error .error_box {
    margin-bottom: 40px;
    text-align: center;
    border: 1px solid #c1272d;
    padding: 20px 30px;
    background: #c1272d1a;
    border-radius: 14px;
    margin-bottom: 30px;
}

#error .er,
#error i,
#error .er_para,
#error .er_para span {
    color: #c1272d;
}

#error i{
    font-size: 20px;
}

#error .er{
    font-weight: 700;
    padding-bottom: 20px;
}

#error .er_para span.error_name{
    border-bottom: 1px dashed #c1272d;
}

.rq {
    display: inline-block;
    background: #2993fb;
    font-size: 10px;
    color: #fff;
    padding: 4px 6px;
    border-radius: 5px;
    line-height: 1em;
    margin-left: 4px;
}

.contact dt {
    width: 200px;
    padding: 15px 10px;
    box-sizing: border-box;
    font-weight: 700;
    flex-wrap: wrap;
}

.contact dd {
    width: calc(100% - 200px);
    padding: 15px 10px;
    box-sizing: border-box;
    word-break:break-all;
}

.contact dt:not(:last-of-type),
.contact dd:not(:last-of-type){
    border-bottom: 1px solid #f0f0f0;
}

input, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 17px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input{
    width: 100%;
}

textarea{
    width: 100%;
    height: 200px;
}

input[type="text"],
textarea{
    background-color: #F2F2F2;
    padding: 5px 15px;
    box-sizing: border-box;
}

input[type="text"]:focus,
textarea:focus {
    box-shadow: 0 0 3px #ccc inset;
}

select {
    display: block;
    background-color: #F2F2F2;
    background-image: url(../images/arrow.svg);
    background-position: center right 15px;
    background-repeat: no-repeat;
    background-size: 10px auto;
    padding: 5px 30px 5px 15px;
    box-sizing: border-box;
    border-radius: 17px;
    width: 300px;
}

.address select{
    width: 150px;
}

::placeholder {
   color: #aaa;
}

input[name*="name"]{
    width: 40%;
    max-width: 200px;
}

input[name="zip"]{
    width: 100px;
    margin-left: 10px;
}

.address input:not(:first-of-type), .address select{
    margin-top: 10px;
}

.button{
    width: 100%;
    margin-top: 40px;
}

button{
    cursor: pointer;
}

button#send{
    font-size: 15px;
    border: 1px solid #2993fb;
    padding: 20px;
    background-color: transparent;
    width: 50%;
}

button#send:hover{
    background-color: #2993fb;
    color: #fff;
}

button.back{
    color: #2993fb;
    font-size: 15px;
    border: 0;
    margin-top: 20px;
    background-color: transparent;
}

button.back i{
    color: #2993fb;
    padding-right: 5px;
}

.contact .done p{
    position: relative;
    font-size: 16px;
    color: #fff;
    background-color: #2993fb;
    letter-spacing: 0.2em;
    padding: 10px 30px;
    border-radius: 10px;
}

.contact .done p::after{
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: block;
    content: "▼";
    color: #2993fb;
}

.contact .done .img{
    max-width: 200px;
    margin: 30px 0;
}


/* footer */

.footer_contact{
    background-image: url(../images/footer_contact.png);
    background-size: cover;
}

.footer_contact h4{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.footer_contact h4 img{
    height: 47px;
    width: auto;
}

.footer_contact h4 span{
    font-size: 13px;
    padding-top: 14px;
    letter-spacing: 0.1em;
}

.footer_contact p{
    font-size: 15px;
    margin-bottom: 40px;
}

.footer_contact .button a{
    background: #fff;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.1));
    width: calc(50% - 10px);
    padding: 26px 0;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1em;
}

.footer_contact .button a:first-of-type{
    margin-right: 20px;
}

.footer_contact .button a:last-of-type{
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 200;
    font-size: 36px;
}

.footer_contact .button a img{
    width: 20px;
    padding-right: 16px;
}

.footer_contact .button a:hover{
    background: #2a93fc;
    opacity: 1;
    color: #fff;
}

.footer_contact .button{
    width: 100%;
}

footer{
    background: #000;
    padding: 20px 50px;
}

footer .logo {
    width: 378px;
    padding-right: 30px;
}

footer .logo div{
    width: calc((100% - 61px) / 2);
}

footer .logo div:first-of-type{
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #fff;
}

footer p{
    width: calc(100% - 408px);
    font-size: 12px;
    color: #fff;
}

address{
    position: fixed;
    left: 5px;
    top: 31%;
    margin: auto;
    display: inline-block;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 200;
    font-style: normal;
    transform: rotate(90deg);
    transform-origin: left bottom;
}


/* TOPに戻る */

#page_top{
    position: sticky;
    left: 50px;
    bottom: 50px;
    z-index: 999;
    cursor: pointer;
    margin-top: -150px;
    margin-bottom: 80px;
    margin-right: auto;
    margin-left: 50px;
    width: fit-content;
}

#page_top a{
    font-weight: 900;
    font-size: 11px;
    font-style: normal;
    letter-spacing: 0.1em;
    line-height: 1.1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#page_top a i{
    font-size: 40px;
    padding-top: 5px;
}

#page_top a:hover{
    opacity: 1;
}

#page_top:hover{
    opacity: 0.5;
}

}