/* -----------------------------------------------

base

----------------------------------------------- */
:root {
    --main-color1: #36acc6;
    --main-color2: #e3eff0;
    --sub-color1: #f6b018;
    --sub-color2: #fff9e2;
    --color-white: #fff;
}
.sec_contact{
    background: var(--main-color1);
}
.headtxts{
    text-align: center;
    margin-bottom: 60px;
}
.headtxts h2{
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 30px;
}
.mark{
    display: inline-block;
    padding: 0 5px 0 10px;
    background: linear-gradient(transparent 70%, #f6b018 70%);
}
.btn a{
    display: block;
    line-height: 1.5;
    background: var(--sub-color1);
    max-width: 300px;
    padding: 20px;
    border-radius: 50vh;
    font-size: 20px;
    font-weight: 700;
}
.deco{
    position: relative;
}
.deco::after{
    content: "";
    display: inline-block;
    background-image: url(../images/icon_decorate.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 30px;
    height: 25px;
    position: absolute;
    top: -5px;
    left: calc(100% + 15px);
}


@media only screen and (max-width: 1024px) {
    .headtxts h2{
        font-size: 35px;
    }
}
@media only screen and (max-width: 768px) {
    .headtxts{
        margin-bottom: 45px;
    }
    .headtxts h2{
        font-size: 30px;
    }
    .deco::after {
        width: 20px;
        height: 20px;
        left: calc(100% + 5px);
    }
}
@media only screen and (max-width: 479px) {
    .headtxts{
        margin-bottom: 30px;
    }
    .headtxts h2{
        font-size: 7vw;
    }
    .btn a{
        font-size: 18px;
        padding: 15px;
    }
    .deco::after {
        width: 15px;
        height: 15px;
        left: 100%;
    }
}


/* -----------------------------------------------

	 tsec_kv

----------------------------------------------- */
.tsec_kv{
    position: relative;
    padding: 120px 0 250px;
    background-image: url(../images/bg_kv.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.tsec_kv::after{
    position: absolute;
    left: 50%;
    -webkit-transform : translateX(-50%);
    transform : translateX(-50%);
    bottom: 0;
    content: "";
    display: inline-block;
    max-width: 1400px;
    width: 90vw;
    max-height: 230px;
    height: 15vw;
    background-image: url(../images/icon_city.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.tsec_kv .container{
    max-width: 1350px;
}
.tsec_kv img{
    width: 90vw;
}
.tsec_kv p{
    font-size: 20px;
}

@media only screen and (max-width: 1024px) {
    .tsec_kv {
        padding: 100px 0 180px;
    }
}
@media only screen and (max-width: 768px) {
    .tsec_kv {
        padding: 80px 0 130px;
    }
    .tsec_kv p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 479px) {
    .tsec_kv {
        padding: 50px 0 18vw;
    }
    .tsec_kv .cwrap{
        padding: 0 15px;
    }
    .tsec_kv img {
        width: 100vw;
    }
    .tsec_kv p {
        line-height: 1.3;
        font-size: 15px;
    }
}




/* -----------------------------------------------

	 kvunder_nav

----------------------------------------------- */
.kvunder_nav{
    margin-bottom: 60px;
    font-size: 24px;
    background: var(--main-color1);
}
.kvunder_nav li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 4);
}
.kvunder_nav li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 25px 0;
    text-decoration: underline !important;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.kvunder_nav .navinfo{
    display: none;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    letter-spacing: 0.01rem;
    text-decoration: underline !important;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1024px) {
    .kvunder_nav{
        font-size: 20px;
    }
    .kvunder_nav .cwrap{
        padding: 0 15px;
    }
}
@media only screen and (max-width: 768px) {
    .kvunder_nav {
        font-size: 16px;
        margin-bottom: 45px;
    }
    .kvunder_nav li a {
        padding: 20px 0;
    }
}
@media only screen and (max-width: 479px) {
    .kvunder_nav{
        margin-bottom: 0;
    }
    .kvunder_nav ul{
        display: none;
    }
    .kvunder_nav .navinfo{
        display: block;
    }
}

@media only screen and (max-width: 350px) {
    .kvunder_nav .navinfo{
        font-size: 15px;
    }
}


/* -----------------------------------------------

	 tsec_intro

----------------------------------------------- */
.tsec_intro picture{
    display: flex;
    position: relative;
    top: 1px;
}
.tsec_intro .sliderwrap{
    margin-bottom: 60px;
    width:100vw;
    margin-right:calc(((100vw - 100%) / 2) * -1);
    margin-left:calc(((100vw - 100%) / 2) * -1);
}
.tsec_intro .sliderwrap .slick-slide{
    margin: 0 15px;
}

@media only screen and (max-width: 768px) {
    .tsec_intro .sliderwrap{
        margin-bottom: 40px;
    }
    .tsec_intro .sliderwrap .slick-slide{
        margin: 0 10px;
    }
}
@media only screen and (max-width: 479px) {
    .tsec_intro{
        padding-top: 30px;
    }
    .tsec_intro .cwrap{
        padding: 0 10px;
    }
    .tsec_intro .sliderwrap .slick-slide{
        margin: 0 5px;
    }
}




/* -----------------------------------------------

	 tsec_solution

----------------------------------------------- */
.tsec_solution {
    padding-bottom: 120px;
}
.tsec_solution .head{
    line-height: 1;
    padding: 25px 0;
    background: #322b29;
    color: #fff;
    text-align: center;
}
.tsec_solution .troublewrap{
    margin: 90px 0 120px;
}
.tsec_solution .troublewrap .head p:first-child{
    font-size: 30px;
    margin-bottom: 10px;
}
.tsec_solution .troublewrap .head p:last-child{
    font-size: 40px;
}
.tsec_solution .troublewrap .box{
    padding: 60px 30px;
    background: #f5f5f5;
}
.tsec_solution .troublewrap ul{
    max-width: 800px;
    margin: auto;
}
.tsec_solution .troublewrap li{
    font-size: 25px;
    margin-bottom: 25px;
    line-height: 1.3;
    font-weight: 700;
}
.tsec_solution .troublewrap li:last-child{
    margin-bottom: 10px;
}
.tsec_solution .boxwrap{
    gap: 60px 30px;
    margin-bottom: 60px;
}
.tsec_solution .boxwrap .box{
    position: relative;
    padding: 20px 20px 30px;
    width: calc(100% / 3 - 20px);
    background: var(--sub-color2);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.tsec_solution .boxwrap .box .num{
    font-size: 30px;
    background: var(--main-color1);
    border-radius: 50vh;
    color: #fff;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 10px;
    left: 10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.tsec_solution .boxwrap .box img{
    margin-bottom: 15px;
}
.tsec_solution .boxwrap .box h3{
    text-align: center;
    font-size: 25px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
    .tsec_solution .troublewrap .head p:first-child{
        font-size: 25px;
    }
    .tsec_solution .troublewrap .head p:last-child {
        font-size: 35px;
    }
    .tsec_solution .boxwrap .box h3{
        font-size: 22px;
    }
}
@media only screen and (max-width: 768px) {
    .tsec_solution .troublewrap .head p:first-child{
        font-size: 20px;
    }
    .tsec_solution .troublewrap .head p:last-child {
        font-size: 30px;
    }
    .tsec_solution .troublewrap .box {
        padding: 40px 30px;
    }
    .tsec_solution .troublewrap li {
        font-size: 20px;
    }
    .tsec_solution .boxwrap .box{
        width: calc(100% / 2 - 15px);
    }
    .tsec_solution .boxwrap .box .num {
        font-size: 25px;
        width: 50px;
        height: 50px;
    }
}
@media only screen and (max-width: 479px) {
    .tsec_solution{
        padding-bottom: 90px;
    }
    .tsec_solution .headtxts p{
        letter-spacing: 0.05rem;
        line-height: 2;
    }
    .tsec_solution .head{
        padding: 20px 0;
    }
    .tsec_solution .troublewrap {
        margin: 60px 0 90px;
    }
    .tsec_solution .troublewrap .head p:first-child{
        font-size: 16px;
    }
    .tsec_solution .troublewrap .head p:last-child {
        font-size: 25px;
        line-height: 1.3;
    }
    .tsec_solution .troublewrap .box {
        padding: 30px 20px;
    }
    .tsec_solution .troublewrap li {
		padding-left:1em;
		text-indent:-1em;
        letter-spacing: 0.01rem;
        font-size: 18px;
    }
    .tsec_solution .boxwrap .box{
        width: 100%;
    }
    .tsec_solution .boxwrap .box h3{
        line-height: 1.3;
        font-size: 6.5vw;
        letter-spacing: 0.05rem;
    }
    .tsec_solution .boxwrap .box p{
        letter-spacing: 0.05rem;
    }
}




/* -----------------------------------------------

	 tsec_plan

----------------------------------------------- */
.tsec_plan{
    background-image: url(../images/bg_yellow.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 0;
}
.tsec_plan .headtxts p{
    font-weight: 700;
    font-size: 25px;
}
.tsec_plan .headtxts p::before{
    content: "";
    display: inline-block;
    width: 2px;
    height: 30px;
    background: #333;
    transform: rotate(-25deg);
    margin-right: 20px;
}
.tsec_plan .headtxts p::after{
    content: "";
    display: inline-block;
    width: 2px;
    height: 30px;
    background: #333;
    transform: rotate(25deg);
    margin-left: 20px;
}
.tsec_plan .planwrap{
    gap: 40px 60px;
    margin-bottom: 60px;
}
.tsec_plan .plan{
    width: calc(100% / 2 - 30px);
    border-radius: 20px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.tsec_plan .plan h3{
    text-align: center;
    padding: 15px;
    font-size: 30px;
    border-radius: 20px 20px 0 0;
    color: #fff;
    background: #322B29;
}
.tsec_plan .plan .txts{
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding: 25px 40px;
    line-height: 1.3;
}
.tsec_plan .plan01,
.tsec_plan .plan02{
    text-align: center;
}
.tsec_plan .plan01 p,
.tsec_plan .plan02 p{
    font-size: 30px;
}
.tsec_plan .plan .price{
    font-size: 50px;
    margin-top: 30px;
    line-height: 1;
    font-weight: 700;
}
.tsec_plan .plan03 {
    position: relative;
    min-width: 550px;
}
.tsec_plan .plan03::after{
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../images/man.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    right: 30px;
    bottom: 0;
    width: 140px;
    height: 170px;
}
.tsec_plan .plan03 p:first-child{
    line-height: 1.8;
}
.tsec_plan .plan03 .soudan{
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}


@media only screen and (max-width: 768px) {
    .tsec_plan {
        padding: 60px 0;
    }
    .tsec_plan .planwrap {
        gap: 30px 40px;
    }
    .tsec_plan .plan {
        width: calc(100% / 2 - 20px);
    }
    .tsec_plan .plan .txts {
        padding: 20px 30px;
    }
    .tsec_plan .plan .price {
        font-size: 40px;
    }
    .tsec_plan .plan h3{
        font-size: 25px;
    }
    .tsec_plan .plan01 p, .tsec_plan .plan02 p {
        font-size: 25px;
    }
    .tsec_plan .plan03::after{
        width: 130px;
    }
}
@media only screen and (max-width: 479px) {
    .tsec_plan .plan{
        width: 100%;
        min-width: auto;
    }
    .tsec_plan .headtxts p{
        font-size: 20px;
    }
    .tsec_plan .headtxts p::before{
        height: 20px;
        margin-right: 15px;
    }
    .tsec_plan .headtxts p::after{
        height: 20px;
        margin-left: 15px;
    }
    .tsec_plan .plan h3 {
        font-size: 20px;
        padding: 10px;
    }
    .tsec_plan .plan01 p, .tsec_plan .plan02 p {
        font-size: 20px;
    }
    .tsec_plan .plan .price {
        font-size: 30px;
        margin-top: 20px;
    }
    .tsec_plan .plan03 .soudan {
        font-size: 6.5vw;
    }
    .tsec_plan .plan03 .soudan span{
        display: none;
    }
    .tsec_plan .plan03::after {
        width: 90px;
        height: 100px;
        right: 10px;
    }
}





/* -----------------------------------------------

	 tsec_case

----------------------------------------------- */
.tsec_case{
    padding: 90px 0 150px;
}
.tsec_case h2{
    margin-bottom: 60px;
}
.tsec_case .btn a{
    background: var(--main-color1);
    color: #fff;
}
#top #case .case .ttl{
    margin: 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#top #case.archive .casewrap{
    margin-bottom: 120px;
}

@media only screen and (max-width: 768px) {
    .tsec_case h2{
        margin-bottom: 45px;
    }
}
@media only screen and (max-width: 479px) {
    .tsec_case {
        padding: 60px 0 80px;
    }
    .tsec_case h2{
        margin-bottom: 30px;
    }
    #top #case .case .ttl{
        text-align: left;
    }
    #top #case.archive .casewrap{
        margin-bottom: 60px;
    }
}




/* -----------------------------------------------

	 tsec_good

----------------------------------------------- */
.tsec_good{
    padding: 120px 0;
    background-image: url(../images/bg_good.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.tsec_good h2{
    font-size: 60px;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    color: var(--main-color1);
}
.tsec_good .txts{
    font-size: 18px;
    background: #fff;
    padding: 65px 50px;
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
.tsec_good .txts p{
    margin-bottom: 45px;
}
.tsec_good .txts p:last-child{
    margin-bottom: 0;
}
.tsec_good .txts span{
    font-weight: 700;
    color: var(--main-color1);
}

@media only screen and (max-width: 1024px) {
    .tsec_good {
        padding: 90px 0;
    }
    .tsec_good h2 {
        font-size: 50px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .tsec_good h2 {
        font-size: 40px;
    }
    .tsec_good .txts {
        padding: 50px 40px;
    }
    .tsec_good .txts p {
        margin-bottom: 35px;
    }
}
@media only screen and (max-width: 479px) {
    .tsec_good {
        padding: 60px 0;
    }
    .tsec_good h2 {
        font-size: 8vw;
    }
    .tsec_good .txts {
        font-size: 16px;
        padding: 30px 25px;
    }
    .tsec_good .txts p {
        margin-bottom: 25px;
        letter-spacing: 0.05rem;
    }
}




/* -----------------------------------------------

	 tsec_voice

----------------------------------------------- */
.tsec_voice{
    padding: 90px 0;
    background-image: url(../images/bg_yellow.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.tsec_voice .voicewrap{
    gap: 30px;
}
.tsec_voice .voice{
    width: calc(100% / 3 - 20px);
    font-size: 18px;
    background: #fff;
    border-radius: 20px;
    padding: 35px 30px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.tsec_voice .voice:last-child{
    display: none;
}
.tsec_voice .voice h3{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #222;
}
.tsec_voice .voice .deco::after{
    top: -10px;
}

@media only screen and (max-width: 1024px) {
    .tsec_voice .voice p{
        letter-spacing: 0.05rem;
    }
    .tsec_voice .voice{
        width: calc(100% / 2 - 15px);
    }
    .tsec_voice .voice:last-child{
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    .tsec_voice .voice{
        padding: 35px 25px;
    }
}
@media only screen and (max-width: 479px) {
    .tsec_voice {
        padding: 60px 0;
    }
    .tsec_voice .voice{
        width: 100%;
        padding: 25px 20px;
    }
    .tsec_voice .voice:last-child{
        display: none;
    }
    .tsec_voice .voice h3 {
        font-size: 20px;
        padding-bottom: 5px;
    }
    .tsec_voice .voice p{
        font-size: 16px;
    }
}

/* -----------------------------------------------

	 tsec_area

----------------------------------------------- */
.tsec_area{
    padding: 90px 0;
}
.tsec_area .mapwrap{
    gap: 60px;
}
.tsec_area .map,
.tsec_area .txts{
    width: 50%;
}
.tsec_area .txts{
    text-align: center;
    min-width: 550px;
}
.tsec_area .txts > p{
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 25px;
}
.tsec_area .txts ul{
    text-align: left;
    padding: 0 60px;
    line-height: 2;
}
.tsec_area .txts .ul01{
    margin-bottom: 60px;
}
.tsec_area .txts ul li{
    width: 50%;
}

@media only screen and (max-width: 1024px) {
    .tsec_area .mapwrap {
        gap: 40px;
    }
    .tsec_area .txts{
        min-width: 500px;
    }
    .tsec_area .txts > p{
        font-size: 25px;
    }
}
@media only screen and (max-width: 768px) {
    .tsec_area .mapwrap {
        gap: 20px;
    }
    .tsec_area .txts {
        min-width: 390px;
    }
    .tsec_area .txts > p {
        font-size: 20px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 479px) {
    .tsec_area {
        padding: 60px 0 90px;
    }
    .tsec_area .mapwrap{
        gap: 60px;
        flex-direction: column-reverse;
    }
    .tsec_area .map, .tsec_area .txts {
        width: 100%;
    }
    .tsec_area .map{
        padding: 0 30px 0 20px;
    }
    .tsec_area .txts {
        min-width: auto;
    }
    .tsec_area .txts > p{
        display: inline;
        font-size: 6vw;
    }
    .tsec_area .txts ul{
        padding: 0;
        margin-top: 20px;
    }
}






/* -----------------------------------------------

	 tsec_contact

----------------------------------------------- */
.sec_contact {
    padding: 40px 0;
}
.sec_contact .container{
    color: #fff;
    text-align: center;
    max-width: 900px;
}
.sec_contact .txts{
    line-height: 1.3;
    font-weight: 700;
}
.sec_contact .txt01{
    font-size: 25px;
    margin-bottom: 10px;
}
.sec_contact .txt01::before{
    content: "";
    display: inline-block;
    width: 2px;
    height: 30px;
    background: #fff;
    transform: rotate(-25deg);
    margin-right: 20px;
}
.sec_contact .txt01::after{
    content: "";
    display: inline-block;
    width: 2px;
    height: 30px;
    background: #fff;
    transform: rotate(25deg);
    margin-left: 20px;
}
.sec_contact .txt02{
    font-size: 40px;
    margin-bottom: 25px;
}
.sec_contact .btnwrap{
    gap: 45px;
}
.sec_contact .btnwrap .btn{
    max-width: 420px;
    padding: 10px;
    height: 135px;
    background: var(--sub-color1);
}
.sec_contact .btnwrap .btn img{
    max-width: 320px;
}
.sec_contact .copyright{
    color: #fff;
    display: block;
    text-align: center;
    background: var(--main-color1);
    width:100vw;
    margin-right:calc(((100vw - 100%) / 2) * -1);
    margin-left:calc(((100vw - 100%) / 2) * -1);
}



@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
    .sec_contact .container{
        padding: 0 45px;
    }
    .sec_contact .btnwrap {
        gap: 30px;
    }
    .sec_contact .btnwrap .btn {
        height: 115px;
    }
    .sec_contact .txt02 {
        font-size: 35px;
    }
}
@media only screen and (max-width: 479px) {
    .sec_contact .container{
        padding: 0;
    }
    .sec_contact .btnwrap{
        gap: 20px;
        padding: 0 20px;
        flex-direction: column;
    }
    .sec_contact .txt01 {
        font-size: 20px;
    }
    .sec_contact .txt01::before {
        height: 20px;
        margin-right: 10px;
    }
    .sec_contact .txt01::after{
        height: 20px;
        margin-left: 10px;
    }
    .sec_contact .txt02 {
        font-size: 9vw;
    }
}
