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

#fv {text-align: center;background: url("../img/fv_bg.jpg") no-repeat center center / 100% fixed;padding: 50px 0 30px;color: #002520;}

#fv > img {display: block;margin: 0px auto;max-width: 950px;width: 100%;}
#fv > .close > p {line-height: 2rem;font-size: 1rem;margin: 20px auto 0;}
#fv > .close > p span {
    background: #fed45f;
    display: inline-block;
    padding: 0 15px;
    border-radius: 20px;
    margin-bottom: 8px;
    font-size: 1rem;
    letter-spacing: 0.1rem;
}

#hikaku {
    position: relative;
    text-align: center;
}
#hikaku img.pc,
#hikaku img.sp{

   max-width: 800px;
    width: 90%;
    position: relative;
    z-index: 20;
    margin: 30px auto 0;
}
#hikaku:before {
    content: "";
    display: block;
    width: 100%;
    height: 90%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto auto;
    background: rgba(255, 255, 255, 0.7);
    z-index: 10;
}

#fv .close {
    font-size: 15px;
    max-width: 800px;
    margin: 0px auto;
    padding: 10px;

}
#fv .close img{
    width: 100%;
}

@media screen and (min-width:0px) and (max-width:1050px) {
    #fv {background: url("../img/fv_bg.jpg") no-repeat center center / auto 100%;
    }
}

.logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100px;

}

.logo img {
    display: block;
    width: 100%;
}


.infiniteslide {
    margin: 5px 0;
}

.infiniteslide li input, .infiniteslide li i, .infiniteslide li b {
    display: none;
}

.infiniteslide span {
    display: block;
    width: 130px;
    height: 70px;
    position: relative;
    margin: 0 20px;
}

.infiniteslide span img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto auto;

}

.infiniteslide span img.tate {

height: 100%;

width: auto;

}

body, html {
    color: #002520;
    font-family: 'Noto Sans JP', sans-serif;
    background: #c2d9f21c;
    margin: 0;
    padding: 0;

}

a {
    color: #0F2E4D;
}

ul {
    padding: 0;
}

li {
    list-style: none;
    margin: 0;
}

*::placeholder {
    color: #0F2E4D;
    opacity: 0.4;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}

.btn {
    text-decoration: none;
    display: inline-block !important;
    box-shadow: 0px 4px 0px #0f2e4dab;
    position: relative;
}

.btn:hover {
    box-shadow: none;
    bottom: -4px;
}

.btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: solid 5px #ffc932;
    border-bottom: none;
border-radius: 10px 10px 0 0;
 box-sizing: border-box;
}

.scrollBlock {
    background: #ffffff;
}
form {
    max-width: 900px;
    margin: 0px auto;
    padding: 0 20px;
}

form h2 {
    text-align: center;
    margin: 60px 0 40px 0;
}
form h3 {
    margin: 40px 0 20px 0;
    padding-left: 35px;
    position: relative;
}

form h3 #entry:after{
    content: "";
    display: block;
    clear: both;
}

form h3 #entry span{
    color: #FF4D4D;
    font-size: 12px;
    display: inline-block;
    float: right;
    line-height: 30px;
}

form h3 b {color: #ffffff;
    font-size: 18px;
    font-family: Arial, Helvetica, 'sans-serif';
    line-height: 30px;
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
    background: rgb(9,142,254);background: linear-gradient(90deg, rgba(1,178,155,1) 0%, rgba(0,200,70,1) 100%);    border-radius: 15px;position: absolute;
top: 0;
left: 0;
}

#service {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -6px;
}

#service li {
    width: 25%;
    padding: 5px;
    box-sizing: border-box;
}

@media screen and (min-width:0px) and (max-width:640px) {
    #service li {
        width: 50%;
    }
}


#service li input {
    display: none;
}

#service li label {
    display: block;
    height: 100%;
    padding: 20px 10px;
    background: #ffffff;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
}

#service li label:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    left: 5px;
    background:
        url("../img/icon_check.png") no-repeat center center / 100% auto, #CFDBE6;
    border-radius: 2px;
    z-index: 10;
}

#service li input:checked + label:before {
    background:
        url("../img/icon_check.png") no-repeat center center / 100% auto, #ffa632;
}
#service li input:checked + label:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: -2px;
    position: absolute;
    top: 0;
    left: 0;
    border: solid 2px #ffa632;
    border-radius: 5px;
}

#service li label .tag {
    text-align: right;
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 10;
}

#service li label .tag i {
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    line-height: 1.0em;
    display: inline-block;
    padding: 4px;
    background: rgb(9,142,254);background: linear-gradient(90deg, rgba(9,142,254,1) 0%, rgba(50,194,239,1) 100%);    box-sizing: border-box;
    border-radius: 2px;
}
#service li label p {font-size: 0.9rem;min-height: 63px;}
#service li label b {
    font-size: 10px;
    text-align: left;
    display: block;
    margin-top: 5px;
}
#service li label span {
    display: flex;
    height: 100px;

overflow: hidden;
    align-item: center;
    position: relative;
}
/*
#service li label span img.tate {
    width: auto;
    height: 170%;
    display: block;
    object-fit: contain;
    object-position: 50% 50%;
    overflow: hidden;
    aspect-ratio: 6 / 4;
}
form #service li label span img.tate {
    width: auto;
    height: 80%!important;
}*/
#service li:first-child label {
    font-size: 24px;
    padding: 20px;
    position: relative;
}

#service li:first-child label span {
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    display: block;
    height: auto;
    border: none;
    margin-top: 10px;
}

#service li:first-child {
    width: 100%;
}

#service li:first-child label img{
    display: block;
    width: 50%;
    float: right;
    margin: 0 0 20px 10px;
}

#service li label span img {
    width: 100%;
    height: auto;
    margin: 0px auto;
    display: block;
    object-fit: contain;
    object-position: 50% 50%;
    overflow: hidden;
    aspect-ratio: 6 / 4;
}

.logo_scale_01 {
    transform: scale(1.5);
}

form dt {
    font-size: 15px;
    font-weight: bold;
}
footer {
    font-size: 10px;
    line-height: 1.0em;
    text-align: center;
    padding: 40px;
    opacity: 0.5;
}

form dt {
    margin: 15px 0 5px 0;
}

form dd {
    margin: 0;
}
form dd[class*=col] {
    display: flex;
}

form dd.col2 > * {
    display: block;
    width: 49% !important;
}

form dd.col2 span {
    width: 2% !important;
}

form dd.col3 > *:nth-child(2n-1) {
    width: 32%;
}

form dd.col3 > *:nth-child(2n) {
    width: 2%;
}

form dd input[type="text"], form dd input[type="tel"], form dd input[type="mail"], form dd select {
    color: #0F2E4D;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.0em;
    display: block;
    width: 100%;
    padding: 12px;
    background: #ffffff;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
}
form dd span {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.0em;
    text-align: center;
    display: block;
    padding: 12px 0;
}
form dd b {
    font-size: 12px;
    font-weight: normal;
    display: block;
    padding: 10px 0 5px 0;
}

#whitepaper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
    clear: both;
}

#whitepaper li {
    width: 25%;
    padding: 6px;
    box-sizing: border-box;
}

#whitepaper li:first-child{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    width: 100%;
}

#whitepaper li:first-child label{
    width: 100%;
    box-sizing: border-box;
    padding: 20px 30px;
}
#whitepaper li input {
    display: none;
}

#whitepaper li label {
    display: block;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
}
#whitepaper li input:checked + label {
    box-shadow: none;
}

#whitepaper li label:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    left: 5px;
    background:
        url("../img/icon_check.png") no-repeat center center / 100% auto, #CFDBE6;
    border-radius: 2px;
    z-index: 10;
}
#whitepaper li input:checked + label:before {
    background:
        url("../img/icon_check.png") no-repeat center center / 100% auto, #ffa632;
}
#whitepaper li input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 2px #ffa632;
    border-radius: 5px;
    box-sizing: border-box;
}
#whitepaper li label img {
    display: block;
    width: 100%;
}

#whitepaper li label .inner {
    margin: 10px;
}

#whitepaper li label .inner b {
    font-size: 14px;
    line-height: 1.2em;
}
#whitepaper li label .inner span {
    font-size: 10px;
    text-align: right;
    display: block;
    margin: 5px 0 0 0;
}
input[name="all15"] {
    display: none;
}

.btn {
    color: #ffffff;
    font-size: 24px;
    font-weight: normal;
    line-height: 100px;
    display: block;
    width: 100%;
    max-width: 460px;
    background: #ffa633;
    border: none;
    border-radius: 10px;
}
.btn:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background: url("../img/icon_download.png") no-repeat center center / 100% auto;
}
.btnarea {
    text-align: center;
    margin-top: 40px;
}

.btnarea #checklist {
    display: inline-block;
}

.btnarea#checklist input {
    display: none;
}
.btnarea#checklist label {
    font-size: 15px;
    line-height: 1.3em;
    text-align: left;
    display: block;
    margin: 10px 0;
    padding-left: 20px;
    cursor: pointer;
    position: relative;
}
.btnarea #checklist label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background:
        url("../img/icon_check.png") no-repeat center center / 100% auto, #CFDBE6;
    border-radius: 2px;
    position: absolute;
    top: 2px;
    left: 0;
}
.btnarea #checklist input:checked + label:before {
    background:
        url("../img/icon_check.png") no-repeat center center / 100% auto, #3399ff;
}

.btnarea span {
    color: #FF4D4D;
    font-size: 12px;
    display: block;
    margin: 40px 0 0 0;
}

.btnarea label i {
    font-size: 12px;
    font-style: normal;
}
.btnarea button {
    margin: 40px auto;
}
.btnarea p {
    font-size: 12px;
    margin: 40px 0 0 0;
}

#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #888;
    z-index: 1;
    opacity: 0.5;
}

#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    z-index: 2;
}


    @media screen and (min-width:640px) and (max-width:99999px) {
        .pc{display: block;}
        .sp{display: none !important;}
    }
    @media screen and (min-width:0px) and (max-width:640px) {
        #fv{
padding-top: 40px;
}
        #fv .pc{display: none;}
        #fv .sp{display: block;}
        #hikaku .pc{display: none;}
        #hikaku .sp{display: block;}
        #fv > img {width: 92%;margin-top: 20px;}
        #fv > .close > p { margin-top: 10px;}
        #fv > .close > p {font-size: 0.9rem;}
        .btn{font-size: 20px;
}
        .btn:after{
width: 15px;
height: 15px;
}
        #service li label span img.tate {width: auto;height: 140%;}
        #whitepaper li {width: 50%;}


}
