/*
Theme Name:DECORTE
Author: yuki izawa
Version:1.0
*/


/* --------共通--------- */



html {
    font-size: 62.5%;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-size:1.8rem;
    font-weight: 400;
    font-style: normal;
}
p {
    font-size: 1.8rem;
    line-height: 2.6rem;
}
ul {
    list-style: none;
}
img{
    max-width:100%;
    vertical-align:bottom;
}



/* --------PC--------- */

.tel_box_2 {
	padding: 0 15rem;
}


header {
    margin: 1rem 20rem 0 20rem;
}
.eye_inner {
    position: relative;
    margin: 0 15rem;
}
.eye_img {
    display: block;
    margin: auto;
}
.eye_text {
    position: absolute;
    top: 10%;
    width: 100%;
    left: 10%;
}
.eye_text img:nth-of-type(1) {
    width: 35%;
    display: block;
    margin-bottom: -20px;
    margin-left: 6%;
}
.eye_text img:nth-of-type(2) {
    width: 50%;
    display: block;
}
.eye_text img:nth-of-type(3) {
    width: 40%;
    display: block;
}
.eye_bottom {
    background-color: #ea7137;
    text-align: center;
    color: #fff;
    padding: 3rem 0;
    position: relative;
}
.eye_bottom:after {
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -25px;
    border: 25px solid transparent;
    border-top-color: #ea7137;
    content: '';
}
.eye_bottom p {
    font-size: 2.6rem;
    font-weight: bold;
}
.eye_bottom_banner {
    text-align: center;
    max-width: 1100px;
    margin: auto;
    margin-top: 8rem;
    margin-bottom: 10rem;
    padding: 0 15rem;
}
.eye_bottom_banner a:hover {
    opacity: 0.6;
}
.eye_bottom_banner_2 {
    padding: 0 15rem;
}
.yureru-j {
    -webkit-animation: yureru-j 2s infinite;
    animation: yureru-j 2s infinite
}

@-webkit-keyframes yureru-j {
    0% {
        -webkit-transform: translate(0px, 2px);
        transform: translate(0px, 2px)
    }

    5% {
        -webkit-transform: translate(0px, -2px);
        transform: translate(0px, -2px)
    }

    10% {
        -webkit-transform: translate(0px, 2px);
        transform: translate(0px, 2px)
    }

    15% {
        -webkit-transform: translate(0px, -2px);
        transform: translate(0px, -2px)
    }

    20% {
        -webkit-transform: translate(0px, 2px);
        transform: translate(0px, 2px)
    }

    25% {
        -webkit-transform: translate(0px, -2px);
        transform: translate(0px, -2px)
    }

    30% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }
}

@keyframes yureru-j {
    0% {
        -webkit-transform: translate(0px, 2px);
        transform: translate(0px, 2px)
    }

    5% {
        -webkit-transform: translate(0px, -2px);
        transform: translate(0px, -2px)
    }

    10% {
        -webkit-transform: translate(0px, 2px);
        transform: translate(0px, 2px)
    }

    15% {
        -webkit-transform: translate(0px, -2px);
        transform: translate(0px, -2px)
    }

    20% {
        -webkit-transform: translate(0px, 2px);
        transform: translate(0px, 2px)
    }

    25% {
        -webkit-transform: translate(0px, -2px);
        transform: translate(0px, -2px)
    }

    30% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }
}



.case_inner h2 {
    font-size: 5rem;
    color: #ff0000;
    display: table;
    margin: auto;
    padding-bottom: 2rem;
    margin-bottom: 10rem;
    text-decoration: underline;
    text-decoration-color: #FFFF00;
    text-decoration-thickness: 15px;
    text-underline-offset: -3px;
}













.case_inner dl {
    display: block;
    margin-bottom: 7rem;
    width:30%;
    background-color: #fff;
    border-radius: 2rem;
    border: 3px solid #ea7137;
}
.case_flex:nth-of-type(1) dl:nth-of-type(2) {
    margin-left: 2rem;
    margin-right: 2rem;
}
.case_flex:nth-of-type(2) dl:nth-of-type(1) {
    margin-right: 2rem;
}




.case_inner dl dt {
    width: 13rem;
    background-color: #ea7137;
    background-image: linear-gradient(90deg, #ea7137, #fea70c);
    position: relative;
    height: 3.4rem;
    margin-top: -2rem;
    margin-left: 1rem;
}










.case_inner dl dt p {
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: -11px;
    left: 10px;
}
.case_inner dl dt p span {
    font-size: 6rem;
    -webkit-text-stroke: 8px #ea7137;
    text-stroke: 8px #ea7137;
    paint-order: stroke;
    margin-left: 0.4rem;
}
.case_inner dl dd {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding: 0 1rem 2rem 1rem;
    line-height: 3rem;
}
.case_inner dl dd span {
    color: #ff0000;
}


.case_inner h3 {
    text-align: center;
    margin-bottom: 5rem;
    font-size: 6rem;
    color: #ff0000;
    text-decoration: underline;
    text-decoration-color: #FFFF00;
    text-decoration-thickness: 15px;
    text-underline-offset: -3px;
}
.sp_point_h2 {
    border-bottom: unset !important;
    background-color: #00A0E9;
    color: #fff !important;
    text-align: center;
    font-weight: bold !important;
    width: -webkit-fill-available;
    padding: 3rem !important;
}




.case_img img {
    display: block;
    margin: auto;
}
.case_img {
    position: relative;
}
.case_img_text {
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
}
.case_img_text p {
    text-align: center;
    font-size: 4rem;
    line-height: 7rem;
    font-weight: bold;
}
.case_img_text p span {
    font-size: 5.4rem;
    color: #ea7137;
    -webkit-text-stroke: 8px #fff;
    text-stroke: 8px #fff;
    paint-order: stroke;
}
.point_inner {
    margin: auto;
    margin-bottom: 15rem;
}






.point_inner h2 {
    font-size: 2.6rem;
    color: #ea7137;
    font-weight: 400;
    display: table;
    margin: auto;
    border-bottom: 2px solid #ea7137;
    padding-bottom: 2rem;
    margin-bottom: 5rem;
}
.point_inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10rem 15rem 10rem 15rem;
    background-image: url(../img/back4.png);
    background-repeat: repeat;
    background-size: 8px 8px;
    margin-bottom: 10rem;
    margin-top: -5rem;
    
    
    
}
.point_inner ul li {
    width: 32%;
    position: relative;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    
    
}
.point_inner ul li img {
    display: block;
    margin: auto;
    margin-bottom: 3rem;
    height: 15rem;
    margin-top: 3rem;
}
.point_inner ul li p:nth-of-type(2) {
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
}
.point_inner ul li p:nth-of-type(3) {
    font-size: 1.6rem;
    padding: 2rem;
}
.point_inner ul li p:nth-of-type(1) {
    width: 10rem;
    height: 10rem;
    background-color: #00B900;
    border-radius: 50%;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -5rem;
    left: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 2.8rem;
}
.point_box {
    max-width: 70rem;
    margin: auto;
    border: 2px solid #ea7137;
    padding: 2rem;
    box-sizing: border-box;
}
.point_box p {
    font-size: 2rem;
}
.bg {
    background-color: #ea7137;
    text-align: center;
    color: #fff;
    padding: 3rem 0;
    position: relative;
}
.bg:after {
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -25px;
    border: 25px solid transparent;
    border-top-color: #ea7137;
    content: '';
}
.bg p {
    font-size: 2.6rem;
    font-weight: bold;
}

.solution_inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10rem;
    background: repeating-linear-gradient(-45deg, rgba(221, 255, 221, 0.4), rgba(221, 255, 221, 0.4) 7px, rgba(169, 230, 136, 0.2) 5px, rgba(169, 230, 136, 0.2) 10px);
    padding: 10rem 15rem 10rem 15rem;
}
.solution_inner ul li {
    width: 44%;
    padding: 3rem 2rem;
    background-color: #fff;
    border-radius: 1rem;
    border: 3px solid #00B900;
    margin-bottom: 3rem;
}
.sol_margin {
    max-width: 100rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.solution_inner ul li h2 {
    font-size: 2.4rem;
    font-weight: bold;
    display: table;
    margin: auto;
    margin-bottom: 3rem;
    text-decoration: underline;
    color: #000;
    text-decoration-color: #FFFF00;
    text-decoration-thickness: 10px;
    text-underline-offset: -3px;  
    
}
.solution_inner ul li img {
    display: block;
    margin: auto;
    margin-bottom: 3rem;
    height: 13.4rem;
}
.solution_box_left img {
    width: 22rem;
}

.solution_inner h3 {
    font-size: 2.6rem;
   
    display: table;
    margin: auto;
    padding-bottom: 2rem;
  
    
        background-color: #ea7137;
        color: #fff;
        text-align: center;
      
        font-weight: bold;
        width: -webkit-fill-available;
        padding: 3rem;
        position: relative;
    
    
}
    .solution_inner h3::after {
        width: 0;
        height: 0;
        position: absolute;
        top: 100%;
        left: 50%;
        margin: 0 0 0 -25px;
        border: 25px solid transparent;
        border-top-color: #ea7137;
        content: '';
        z-index: 1;
    }



.solution_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 8rem;
}
.solution_box:last-of-type {
    align-items: flex-start;
    margin-top: 10rem;
}




.solution_box_left {
    width: 22%;
}
.solution_box_left p {
    font-size: 2rem;
    margin-top: 2rem;
}
.solution_box_right {
    width: 69%;
    padding: 7rem 3rem 3rem 3rem;
    background-color: #fcf1ea;
    border: 2px solid #ea7137;
    border-radius: 1.6rem;
    position: relative;
}
.solution_box_right p {
    font-size: 2rem;
}
.solution_box_right img {
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 67%;
}
.faq_inner {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 15rem;
    margin-top: 12rem;
    padding: 0 15rem;
}
.accordion_1 {
    margin-bottom: 5rem;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    border-radius: 1rem;
}

.accordion_1 summary {
    display: flex;
    align-items: center;
    position: relative;
    padding: 2.5rem 3rem 3rem 3rem;
    cursor: pointer;
    font-size: 2rem;
}

.accordion_1 summary::-webkit-details-marker {
    display: none;
}

.accordion_1 summary::before,
.accordion_1 summary::after {
    position: absolute;
    right: calc(2em + 2.5px);
    width: 3px;
    height: 15px;
    background-color: #ea7137;
    content: '';
}

.accordion_1 summary::before {
    rotate: 90deg;
}

.accordion_1 summary::after {
    transition: rotate .3s;
}

.accordion_1[open] summary::after {
    rotate: 45deg;
}
.accordion_1[open] summary::before {
    rotate: 135deg;
}

.accordion_1 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 3rem;
    transition: transform .5s, opacity .5s;
}

.accordion_1[open] p {
    transform: none;
    opacity: 1;
    font-size: 2rem;
    text-indent: -5.6rem;
    padding-left: 8.6rem;
}
.accordion_1 img {
    width: 3.6rem;
    margin-bottom: -15px;
    margin-right: 2rem;
}
.flow_inner {
    background-image: url(../img/back5.png);
        background-repeat: repeat;
        background-size: 8px 8px;
    margin-bottom: 15rem;
    padding: 5rem 0;
}
.flow_inner h2 {
    font-size: 5rem;
    color: #ea7137;
    font-weight: 400;
    display: table;
    margin: auto;
    border-bottom: 2px solid #ea7137;
    padding-bottom: 2rem;
    margin-bottom: 5rem;
}
.flow_inner ul {
    max-width: 1100px;
    margin: auto;
    padding: 0 15rem;
}
.flow_inner ul li h3 {
    text-align: center;
    font-size: 2.6rem;
    background-color: #ea7137;
    color: #fff;
    padding: 3rem 5rem;
    line-height: 3.6rem;
}
.flow_inner ul li:nth-child(7)::after {
    display: none;
}
.flow_inner ul li:nth-child(7) {
    margin-bottom: 0;
}
.step_sp {
    display: flex;
    justify-content: center;
    align-items: center;
}
.step_sp .sp_margin {
    margin-right: 5rem;
}
.flow_inner ul li h3 span {
    font-size: 2rem;
    font-weight: 400;
}
.flow_inner ul li p {
    font-size: 2rem;
    background-color: #fff;
    padding: 3rem 5rem;
}
.flow_inner ul li {
    margin-bottom: 14rem;
    position: relative;
}
.flow_inner ul li:last-child {
    margin-bottom: 0;
}
.flow_inner ul li::after {
    width: 0;
    height: 0;
    position: absolute;
    top: 125%;
    left: 50%;
    margin: 0 0 0 -25px;
    border: 40px solid transparent;
    border-top-color: #ea7137;
    content: '';
}
.flow_inner ul li:last-child::after {
    display: none;
}
.about_inner {
    max-width: 1100px;
    margin: auto;
    padding: 0 15rem;
}
.about_inner h2 {
    font-size: 5rem;
    color: #ea7137;
    font-weight: 400;
    display: table;
    margin: auto;
    border-bottom: 2px solid #ea7137;
    padding-bottom: 2rem;
    margin-bottom: 5rem;
}
.about_inner dl {
    padding: 3rem 0;
    display: flex;
    border-bottom: 1px solid #ea7137;
}
.about_inner dl dt {
    font-size: 2rem;
    width: 20rem;
}
.about_inner dl:nth-of-type(1) {
    margin-top: 2rem;
}
.tel_box {
    margin: auto;
    margin-top: 10rem;
    max-width: 1100px;
}
.tel_img {
    width: 63%;
    display: block;
    margin: auto;
    margin-bottom: 2rem;
}
.tel_text {
    width: 45rem;
    margin: auto;
    border: 1px solid #ea7137;
    border-radius: 0.6rem;
    background-color: #fff;
    text-align: center;
    padding: 1.7rem 0;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    z-index: 1;
    box-shadow: 0px 5px 0px 0px #d43100;
}
.tel_bg {
    position: relative;
    margin-top: -30px;
}
.tel_bg_text {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
}
.tel_bg_text img {
    width: 5rem;
    margin-right: 3rem;
}
.tel_bg_text p:nth-of-type(1) {
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.tel_bg_text p:nth-of-type(1) a {
    font-size: 6rem;
    color: #fff;
    font-weight: bold;
}
.tel_bg_text p:nth-of-type(1) rt {
    font-size: 3rem;
}
.tel_bg_text p:nth-of-type(2) {
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    margin-top: 5rem;
}
.bottom_banner {
    margin-top: 15rem;
    margin-bottom: 15rem;
    display: block;
}
.bottom_banner:hover {
    opacity: 0.6;
}
footer {
    margin-top: 20rem;
}
footer p {
    background-color: #ea7137;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    padding: 1rem 0;
}
footer ul {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}
footer ul li {
    margin-right: 3rem;
}
footer ul li:last-child {
    margin-right: 0;
}
footer ul li a {
    font-size: 1.4rem;
    color: #000;
}
footer ul li a:hover {
    text-decoration: underline;
}


.form_inner {
    max-width: 1100px;
    margin: auto;
    padding: 0 15rem;
    margin-top: 12rem;
}
.form_inner dl dt {
    font-size: 2.6rem;
    margin-bottom: 3rem;
}
.form_inner dl dt span {
    background-color: #ff0000;
    color: #fff;
    margin-right: 1rem;
    font-size: 2rem;
    padding: 0 1rem;
    border-radius: 0.5rem;
}
.sex_dd input {
	width: 1.8rem!important;
	margin-top: -0.5rem;
}










.form_inner dl {
    margin-bottom: 5rem;
}
.form_inner dl dd input {
    height: 7rem;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #000;
    font-size: 2.3rem;
    border-radius: 0;
}
.form_inner dl dd select {
    height: 7rem;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #000;
    font-size: 2.3rem;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../img/arrow.svg");
    background-repeat: no-repeat;
    background-size: 21px auto; /* 画像のサイズ（幅 高さ）*/
    background-position: right 20px center; /* 画像の位置 */
    background-color: #fff;
	padding-left: 1rem;
	color: #000;
}

.form_inner dl:last-of-type dd textarea {
    height: 25rem;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #000;
    font-size: 2.3rem;
    border-radius: 0;
}
.form_inner button {
    display: flex;
    width: 40rem;
    height: 8.5rem;
    margin: auto;
    justify-content: center;
    align-items: center;
    font-size: 2.6rem;
    color: #fff;
    font-weight: bold;
    background-color: #ea7137;
    border: unset;
    border-radius: 6px;
    cursor: pointer;
    font-family: "Noto Sans JP", sans-serif;
    box-shadow: 0px 5px 0px 0px #e8e8e8;
    background-image: url("../img/arrow_2.svg");
    background-repeat: no-repeat;
    background-size: 9px auto; /* 画像のサイズ（幅 高さ）*/
    background-position: right 20px center; /* 画像の位置 */
}
.form_inner button:hover {
    opacity: 0.6;
}

.form_com_inner {
    max-width: 1100px;
    margin: auto;
    padding: 0 15rem;
    margin-top: 12rem;
}
.form_com_inner h2 {
    font-size: 5rem;
    color: #ea7137;
    font-weight: 400;
    display: table;
    margin: auto;
    border-bottom: 2px solid #ea7137;
    padding-bottom: 2rem;
    margin-bottom: 5rem;
}
.form_com_inner p {
    text-align: center;
    margin-bottom: 5rem;
}
.form_com_inner a {
    display: flex;
    width: 40rem;
    height: 8.5rem;
    margin: auto;
    justify-content: center;
    align-items: center;
    font-size: 2.6rem;
    color: #fff;
    font-weight: bold;
    background-color: #ea7137;
    border: unset;
    border-radius: 6px;
    cursor: pointer;
    font-family: "Noto Sans JP", sans-serif;
    box-shadow: 0px 5px 0px 0px #e8e8e8;
    background-image: url(../img/arrow_2.svg);
    background-repeat: no-repeat;
    background-size: 9px auto;
    background-position: right 20px center;
}
.form_com_inner a:hover {
    opacity: 0.6;
}
.sp_y {
    color: #FFFF00;
}
.case_bg {
    padding: 5rem 0;
    background-color: #fcf4f0;
    background-image: url(../img/back6.png);
    background-repeat: repeat;
    background-size: 8px 8px;
}
.case_flex {
    display: flex;
    justify-content: center;
    padding: 0 5rem;
    max-width: 1200px;
    margin: auto;
}
.case_flex img {
    height: 15rem;
    margin: auto;
    padding-top: 1rem;
    display: block;
    margin-bottom: 3rem;
}
.case_bg_pc {
    padding-top: 5rem;
        padding-bottom: 5rem;
        background-image: url(../img/back3.png);
        background-repeat: repeat;
        background-size: 8px 8px;
}

.bg_g {
    background-color: #00B900;
}

.bg_g:after {
    border-top-color: #00B900;
}

.sol_sp_box {  
    position: relative;
    background-color: #fff;
    border-radius: 1rem;
    max-width: 100rem;
    margin: auto;
    margin-bottom: 5rem;
}
.sol_sp_box::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -3px; 
    bottom: -3px;
    left: -3px; 
    right: -3px;
    background: linear-gradient(45deg, #ea7137 0%, #fea70c 100%);
    z-index: -1;
    border-radius: 10px;
}








.sol_sp_top_bg {
    position: absolute;
        color: #fff;
        right: 5rem;
    top: 11rem;
        background-color: #00B900;
        border-radius: 50%;
        width: 11rem;
        height: 11rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        font-size: 1.8rem;
        line-height: 2.4rem;
        transform: rotate(20deg);
}









.sol_sp_box_bottom p {
    font-size: 1.8rem;
    line-height: 3rem;
}
.sol_sp_box_top {
    background-image: linear-gradient(90deg, #ea7137, #fea70c);
    border-radius: 0.7rem 0.7rem 0 0;
    color: #fff;
    padding-bottom: 4rem;
}
.sol_sp_box_top p:nth-of-type(1) {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.sol_sp_box_top dl {
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.sol_sp_box_top dl dt {
    font-size: 3rem;
    font-weight: bold;
    -webkit-text-stroke: 7px #ea7137;
    text-stroke: 7px #ea7137;
    paint-order: stroke;
}
.sol_sp_box:nth-of-type(1) .sol_sp_box_top dl dt:nth-of-type(1) span {
    font-size: 6rem;
}
.sol_sp_box:nth-of-type(1) .sol_sp_box_top dl dt:nth-of-type(1) span span {
    letter-spacing: -1.5rem;
}
.sol_sp_box:nth-of-type(1) .sol_sp_box_top dl dt:nth-of-type(3) span {
    font-size: 10rem;
}

.sol_sp_box:nth-of-type(2) .sol_sp_box_top dl dt:nth-of-type(1) span:nth-of-type(1) {
    font-size: 6rem;
    letter-spacing: -2rem;
}
.sol_sp_box:nth-of-type(2) .sol_sp_box_top dl dt:nth-of-type(1) span:nth-of-type(2) {
    margin-left: 2rem;
}
.sol_sp_box:nth-of-type(2) .sol_sp_box_top dl dt:nth-of-type(3) span:nth-of-type(1) {
    font-size: 10rem;
    letter-spacing: -4rem;
}
.sol_sp_box:nth-of-type(2) .sol_sp_box_top dl dt:nth-of-type(3) span:nth-of-type(2) {
    margin-left: 2rem;
}

.sol_sp_box:nth-of-type(3) .sol_sp_box_top dl dt:nth-of-type(1) span:nth-of-type(1) {
    font-size: 6rem;
    letter-spacing: -2rem;
}
.sol_sp_box:nth-of-type(3) .sol_sp_box_top dl dt:nth-of-type(1) span:nth-of-type(2) {
    margin-left: 2rem;
}
.sol_sp_box:nth-of-type(3) .sol_sp_box_top dl dt:nth-of-type(3) span:nth-of-type(1) {
    font-size: 10rem;
}






.sol_sp_box_top dl dt:nth-of-type(2) {
    display: inline-block;
        width: 4rem;
        height: 3rem;
        background: #fff;
        clip-path: polygon(0 31%, 63.2% 31%, 63.2% 0, 100% 50%, 63.2% 100%, 63.2% 69%, 0 69%);
        margin: 0 2rem;
}
.sp_bg_orange {
    background: repeating-linear-gradient(-45deg, #fcf4f0, #fcf4f0 7px, rgba(231, 113, 55, 0.1) 5px, rgba(231, 113, 55, 0.1) 10px);
    padding-top: 10rem;
    padding-bottom: 10rem;
    position: relative;
        z-index: 0;
}

.sol_sp_box_flex {
    display: flex;
    align-items: center;
    padding: 0rem 2rem 2rem 2rem;
    background-color: #fff;
    width: 40%;
    border-radius: 0 0 0 0.5rem;
}
.sol_sp_box_flex_left {
    width: 30%;
    margin-right: 2rem;
}
.sol_sp_box_bottom {
    width: 60%;
    padding: 0 1rem;
    padding-top: 2rem;
    background-color: #fff;
    padding-bottom: 2rem;
    border-radius: 0 0 0.7rem 0.7rem;
}
.sol_sp_box_bottom img {
    float: left;
        width: 50%;
        margin-right: 1rem;
        margin-bottom: 1rem;
}
.sol_box_flex {
    padding: 0 15rem;
}

.sp_red {
    color: #ff0000;
    font-weight: bold;
    text-decoration: underline;
        text-decoration-color: #FFFF00;
        text-decoration-thickness: 5px;
        text-underline-offset: -1px;
        text-decoration-skip-ink: none;
}
.sol_pc_box_flex {
    display: flex;
    padding-top: 5rem;
}





.sp_none {
    display: block!important;
}
.pc_none {
    display: none!important;
}
.footer_btn {
    display: none;
}
.solution_inner_pc {
    display: flex!important;
}



@media screen and (max-width: 1450px) {

.sol_box_flex {
    padding: 0 5rem;
}
.point_inner ul {
    padding: 10rem 2rem 10rem 2rem;
}
.point_inner ul li p:nth-of-type(2) {
    font-size: 2rem;
}
}

@media screen and (max-width: 1200px) {

.tel_bg_text p:nth-of-type(1) a {
    font-size: 6rem;
}
.tel_bg_text p:nth-of-type(2) {
    margin-top: 2rem;
}

.solution_inner ul {
    padding: 10rem 5rem 10rem 5rem;
}

.flow_inner ul li h3 {
    font-size: 2rem;
}


}
























@media screen and (max-width: 960px) {


.sp_none {
    display: none!important;
}
.pc_none {
    display: block!important;
}








.eye_inner {
    position: relative;
    margin: 0 0rem;
}
.eye_img {
    display: block;
        margin: auto;
        height: 35rem;
        object-fit: cover;
        object-position: 70%;
}
.eye_text {
    position: absolute;
        top: 20%;
        width: 96%;
        left: 2%;
}
.eye_text img:nth-of-type(1) {
    width: 69%;
    display: block;
    margin-bottom: -10px;
    margin-left: 0%;
}
.eye_text img:nth-of-type(2) {
    width: 100%;
    display: block;
    margin-bottom: -15px;
}
.eye_text img:nth-of-type(3) {
    width: 100%;
    display: block;
    margin-top: -20px;
}
header {
    text-align: center;
    padding: 1rem 0;
    background-color: #fff;
    margin: unset;
}
header img {
    width: 45%;
}
.eye_bottom {
    background-color: #ea7137;
    text-align: center;
    color: #fff;
    padding: 2rem;
    position: relative;
}
.eye_bottom p {
    font-size: 2.4rem;
        font-weight: bold;
        line-height: 3rem;
}
.eye_bottom_banner {
    text-align: center;
    max-width: 1100px;
    margin: auto;
    padding: 0 2rem;
    margin-bottom: 5rem;
}
.eye_bottom_banner_2 {
    margin-top: -5rem;
}

.case_inner {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 5rem;
    padding: 0;
}
.case_bg {
    padding: 5rem 0;
        background-color: #fcf4f0;
        background-image: url(../img/back6.png);
        background-repeat: repeat;
        background-size: 8px 8px;
}
.case_flex:last-of-type {
    justify-content: center;
}

.case_inner h2 {
    font-size: 2.3rem;
        color: #ff0000;
        font-weight: bold;
        border-bottom: unset;
        padding: 2rem;
        text-decoration: underline;
    text-decoration-color: #FFFF00;
    text-decoration-thickness: 10px;
    text-underline-offset: -3px;
    margin-bottom: 4rem;
        margin-top: -4rem;
}
.case_inner dl dd span {
    color: #ff0000;
}
.case_inner dl:last-of-type {
    margin-bottom: 3rem;
}
.case_flex:last-of-type dl {
    margin-bottom: 0;
}
.case_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 1rem;
}
.case_flex img {
    height: 7rem;
    margin: auto;
    padding-top: 1rem;
}





.case_inner dl {
    display: block;
    margin-bottom: 3rem;
    padding: 0.5rem;
    width: 45%;
    background-color: #fff;
    border-radius: 1rem;
    border: 2px solid #ea7137;
}
.case_inner dl dd {
    font-size: 1.2rem;
        margin-top: 1rem;
        line-height: 2rem;
        font-weight: bold;
        text-align: center;
        padding: 0;
}

.case_inner dl dt {
    width: 9rem;
    background-color: #ea7137;
    position: relative;
    height: 2.4rem;
    margin-right: auto;
    background-image: linear-gradient(90deg, #ea7137, #fea70c);
    margin-top: -2rem;
}
.case_inner dl dt p {
    font-size: 2rem;
    top: -8px;
}
.case_inner dl dt p span {
    font-size: 3rem;
    -webkit-text-stroke: 6px #ea7137;
    text-stroke: 6px #ea7137;
}
.case_img_text p span {
    font-size: 3rem;
    color: #ea7137;
    -webkit-text-stroke: 5px #fff;
    text-stroke: 5px #fff;
    paint-order: stroke;
    display: inline-block;
}
.point_inner ul li img {
    width: auto;
}

.case_img_text p {
    text-align: unset;
    font-size: 2rem;
    line-height: 4rem;
    font-weight: bold;
}
.case_img_text {
    position: absolute;
        top: -40%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 100%;
        margin: auto;
        text-align: center;
}
.case_img {
    position: relative;
}
.case_inner h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 3.2rem;
    color: #ff0000;
    text-decoration: underline;
        text-decoration-color: #FFFF00;
        text-decoration-thickness: 10px;
        text-underline-offset: -3px;
}
.case_img_text_sp p {
        font-size: 2rem;
        line-height: 4rem;
        font-weight: bold;
        text-align: center;
        margin-top: 5rem;
}
.case_img_text_sp p span {
        font-size: 3rem;
        color: #ea7137;
        display: inline-block;
}
.case_bg_2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url("../img/back3.png");
    background-repeat: repeat;
    background-size: 8px 8px;
}



.point_inner {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 5rem;
    padding: 0;
}
.point_inner h2 {
    font-size: 2.4rem;
}
.sp_point_h2 {
        border-bottom: unset!important;
        background-color: #00A0E9;
        color: #fff!important;
        text-align: center;
        line-height: 3rem;
        font-weight: bold!important;
        width: -webkit-fill-available;
        padding: 2rem!important;
        margin-bottom: 0rem!important;
        padding-bottom: 2rem!important;
}
.case_bg_pc {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-image: url(../img/back3.png);
    background-repeat: repeat;
    background-size: 8px 8px;
}

.point_inner ul {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5rem;
    background-image: url(../img/back4.png);
        background-repeat: repeat;
        background-size: 8px 8px;
    padding: 5rem 2rem;
    margin-top: 0rem;
    
}
.point_inner ul li {
    width: auto;
    position: relative;
    margin-bottom: 5rem;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
    padding: 1rem;
    background-color: #fff;
}
.point_inner ul li:last-child {
    margin-bottom:0;
}
.point_box {
    width: 90%;
}


.point_inner ul li p:nth-of-type(2) {
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 2rem;
}
.point_inner ul li p:nth-of-type(3) {
    font-size: 1.4rem;
    padding: unset;
}
.point_inner ul li p:nth-of-type(1) {
    width: 7rem;
        height: 7rem;
        background-color: #00B900;
        border-radius: 50%;
        text-align: center;
        font-size: 1.8rem;
        font-weight: bold;
        color: #fff;
        position: absolute;
        left: 5%;
        top: unset;
        line-height: 2rem;
}










.point_box p {
    font-size: 1.8rem;
}

.bg {
    background-color: #ea7137;
    text-align: center;
    color: #fff;
    padding: 2rem;
    position: relative;
}
.bg_g {
    background-color: #00B900;
}


.bg p {
    font-weight: bold;
        font-size: 2.4rem;
        line-height: 3rem;
}
.bg:after {
    border-top-color: #ea7137;
}
.bg_g:after {
    border-top-color: #00B900;
}

.solution_inner {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 0rem;
    margin-top:0;
    padding: 0;
}

.solution_inner ul {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    background: repeating-linear-gradient(-45deg, rgba(221,255,221,0.4), rgba(221,255,221,0.4) 7px, rgba(169,230,136,0.2) 5px, rgba(169,230,136,0.2) 10px);
    margin-bottom: 10rem;
    padding: 5rem 2rem 5rem 2rem;
}
.solution_inner ul li {
    width: auto;
        padding:0;
        background-color: unset;
        border-radius: unset;
        margin-bottom: 2rem;
        border: unset;
        
        
}
.sol_box_flex {
    padding: 0;
}
.solution_inner ul li img {
    display: block;
    margin: auto;
    margin-bottom: 0rem;
    height: auto;
}
.solution_inner ul li:nth-child(3) img {
    height: 15rem;
}





.solution_box_sp {
    display: flex;
        align-items: center;
        background-color: #fff;
        padding: 1rem;
        border: 2px solid #00B900;
        border-radius: 1rem;
}

.solution_box_left_sp {
    width: 30%;
    margin-right: 1rem;
}
.solution_box_right_sp {
    width: 70%;
}
.solution_inner ul li p {
    color: #000;
    font-size: 1.2rem;
    line-height: 1.8rem;
}

.solution_inner ul li h2 {
    font-size: 2.4rem;
    color: #000;
    font-weight: bold;
    display: block;
    margin: auto;
    margin-bottom: 2rem;
    line-height: 3rem;
    text-decoration: underline;
        text-decoration-color: #FFFF00;
        text-decoration-thickness: 10px;
        text-underline-offset: -3px;
}


.solution_inner h3 {
    font-size: 2.3rem;
        display: table;
        margin: auto;
        border-bottom: 2px solid #ea7137;
       
        background-color: #ea7137;
        color: #fff;
        text-align: center;
        line-height: 3rem;
        font-weight: bold ;
        width: -webkit-fill-available;
        padding: 2rem;
        position: relative;
}
.solution_inner h3::after {
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -25px;
    border: 25px solid transparent;
    border-top-color: #ea7137;
    content: '';
    z-index: 1;
}

.sol_sp_box {
   
    width: 90%;
    position: relative;
    margin: auto;
    margin-bottom: 5rem;
}
.sol_sp_box::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -3px; 
    bottom: -3px;
    left: -3px; 
    right: -3px;
    background: linear-gradient(45deg, #ea7137 0%, #fea70c 100%);
    z-index: -1;
    border-radius: 10px;
}








.sol_sp_top_bg {
    position: absolute;
        color: #fff;
        right: 0rem;
        top: 12rem;
        background-color: #00B900;
        border-radius: 50%;
        width: 11rem;
        height: 11rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        font-size: 1.8rem;
        line-height: 2.4rem;
        transform: rotate(20deg);
}









.sol_sp_box_bottom p {
    font-size: 1.4rem;
    line-height: 2.4rem;
}
.sol_sp_box_top {
    background-image: linear-gradient(90deg, #ea7137, #fea70c);
    border-radius: 0.7rem 0.7rem 0 0;
    color: #fff;
    padding-bottom: 4rem;
}
.sol_sp_box_top p:nth-of-type(1) {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.sol_sp_box_top dl {
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.sol_sp_box_top dl dt {
    font-size: 1.4rem;
    font-weight: bold;
    -webkit-text-stroke: 7px #ea7137;
    text-stroke: 7px #ea7137;
    paint-order: stroke;
}
.sol_sp_box_top dl dt:nth-of-type(2) {
    display: inline-block;
        width: 4rem;
        height: 3rem;
        background: #fff;
        clip-path: polygon(0 31%, 63.2% 31%, 63.2% 0, 100% 50%, 63.2% 100%, 63.2% 69%, 0 69%);
        margin: 0 2rem;
}
.sp_red {
    color: #ff0000;
    font-weight: bold;
    text-decoration: underline;
        text-decoration-color: #FFFF00;
        text-decoration-thickness: 5px;
        text-underline-offset: -1px;
        text-decoration-skip-ink: none;
}

.sp_bg_orange {
    background: repeating-linear-gradient(-45deg, #fcf4f0, #fcf4f0 7px, rgba(231, 113, 55, 0.1) 5px, rgba(231, 113, 55, 0.1) 10px);
    padding-bottom: 1rem;
    padding-top: 5rem;
    position: relative;
        z-index: 0;
}





.sol_sp_box_flex {
    display: flex;
        align-items: center;
        padding: 8rem 1rem 2rem 1rem;
        width: auto;
        background-color: #fff;
        border-radius:0;
}
.sol_sp_box_flex_left {
    width: 30%;
    margin-right: 2rem;
}
.sol_sp_box_bottom {
    padding: 0 1rem;
    width: auto;
    padding-top: 2rem;
    background-color: #fff;
    padding-bottom: 2rem;
    border-radius: 0 0 0.7rem 0.7rem;
}
.sol_sp_box_bottom img {
    float: left;
        width: 50%;
        margin-right: 1rem;
        margin-bottom: 1rem;
}










.solution_box {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5rem;
    padding: 0 2rem;
}
.solution_box_left {
    width: auto;
    text-align: center;
    margin-bottom: 2rem;
}
.solution_box_right {
    width: auto;
    padding: 7rem 2rem 2rem 2rem;
    background-color: #fcf1ea;
    border: 2px solid #ea7137;
    border-radius: 1.6rem;
    position: relative;
}
.solution_box_right img {
    width: 95%;
}
.solution_box_right p {
    font-size: 1.8rem;
}
.solution_box:last-of-type {
    align-items: unset;
    margin-top: 0rem;
}
.solution_box:last-of-type .solution_box_right {
    margin-top: 4rem;
}
.faq_inner {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 5rem;
    margin-top: 5rem;
    padding: 0 2rem;
}
.flow_inner {
    background-image: url(../img/back5.png);
        background-repeat: repeat;
        background-size: 8px 8px;
    margin-bottom: 5rem;
    padding: 5rem 0;
}
.accordion_1 summary {
    padding: 2rem 6rem 2rem 2rem;
    cursor: pointer;
    font-size: 1.8rem;
    line-height: 3rem;
}
.accordion_1 img {
    width: 2.6rem;
    margin-bottom: -15px;
    margin-right: 1rem;
}
.accordion_1[open] p {
    transform: none;
    opacity: 1;
    font-size: 1.4rem;
    text-indent: -3.6rem;
    padding-left: 5.6rem;
}
.flow_inner h2 {
    font-size: 2.4rem;
}
.flow_inner ul {
    max-width: 1100px;
    margin: auto;
    padding: 0 2rem;
}
.flow_inner ul li h3 {
    text-align: center;
    font-size: 1.8rem;
    background-color: #ea7137;
    color: #fff;
    padding: 1rem;
    line-height: 3rem;
}
.flow_inner ul li h3 span {
    font-size: 1.4rem;
    font-weight: 400;
}
.flow_inner ul li p {
    font-size: 1.4rem;
        background-color: #fff;
        padding: 1rem;
}
.sp_margin {
    margin-left: -6rem;
}
.flow_inner ul li:last-child h3 {
    text-align: left;
    padding-left: 8rem;
}

.flow_inner ul li::after {
    width: 0;
    height: 0;
    position: absolute;
    top: 117%;
    left: 50%;
    margin: 0px 0 0 -25px;
        border: 25px solid transparent;
    border-top-color: #ea7137;
    content: '';
}
.flow_inner ul li {
    margin-bottom: 10rem;
    position: relative;
}
.about_inner {
    padding: 0 2rem;
}
.about_inner h2 {
    font-size: 2.3rem;
}
.about_inner dl {
    padding: 3rem 0;
    display: block;
    border-bottom: 1px solid #ea7137;
}
.about_inner dl dt {
    font-size: 1.8rem;
    width: auto;
    margin-bottom: 2rem;
}
.tel_img {
    width: 100%;
    display: block;
    margin: auto;
    margin-bottom:0;
}
.tel_box {
    margin-top: 10rem;
}
.tel_text {
    width: 90%;
    margin: auto;
    border: 1px solid #ea7137;
    border-radius: 0.6rem;
    background-color: #fff;
    text-align: center;
    padding: 0.5rem 0;
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    z-index: 1;
    box-shadow: 0px 5px 0px 0px #d43100;
}
.tel_bg_text p:nth-of-type(1) a {
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
}
.tel_bg_text p:nth-of-type(1) rt {
    font-size: 1rem;
    margin-bottom: -1rem;
}
.tel_bg_text img {
    width: 2rem;
    margin-right: 1rem;
}
.tel_bg_text p:nth-of-type(2) {
    text-align: center;
    font-size: 1rem;
    color: #fff;
    margin-top: 1rem;
    padding: 0 1rem;
    line-height: 1.8rem;
}
.tel_bg_text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
}
.tel_bg img {
    height: 15rem;
}
.tel_bg_text img {
    height: auto;
}
.bottom_banner {
    margin-top: 5rem;
    margin-bottom: 5rem;
    display: block;
}
footer p {
    background-color: #ea7137;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    padding: 1rem 0;
}
.form_inner {
    max-width: 1100px;
    margin: auto;
    padding: 0 2rem;
    margin-top: 5rem;
}
.form_inner dl {
    margin-bottom: 3rem;
}
.form_inner dl dt {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
.form_inner dl dd input {
    height: 5rem;
    font-size: 1.8rem;
}
.form_inner dl dd select {
    height: 5rem;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #000;
    font-size: 1.8rem;
    background-size: 15px auto;
}
.form_inner button {
    width: 25rem;
    height: 6rem;
    font-size: 1.8rem
}
.form_com_inner {
    padding: 0 2rem;
    margin-top: 10rem;
}
.form_com_inner h2 {
    font-size: 2rem;
}
.form_com_inner a {
    width: auto;
    height: 6rem;
    font-size: 1.8rem;
}


.footer_btn {
  position: fixed;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.5);
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  width: 100%;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}
.footer_btn a {
    width: 25rem;
        margin: auto;
        height: 5rem;
        display: flex;
        justify-content: center;
        align-items: center;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}

footer {
    padding-bottom: 6rem;
}
.footer_btn {
    display: block;
	padding-right: 0;
}

.case_flex:nth-of-type(1) dl:nth-of-type(2) {
    margin-left: 0rem;
    margin-right: 0rem;
}
.case_flex:nth-of-type(2) dl:nth-of-type(1) {
    margin-right: 0rem;
}
.sol_pc_box_flex {
    display: block;
    padding-top: 0rem;
}


.sol_sp_box:nth-of-type(1) .sol_sp_box_top dl dt:nth-of-type(1) span {
    font-size: 4rem;
}
.sol_sp_box:nth-of-type(1) .sol_sp_box_top dl dt:nth-of-type(3) span {
    font-size: 7rem;
}
.sol_sp_box:nth-of-type(2) .sol_sp_box_top dl dt:nth-of-type(1) span:nth-of-type(1) {
    font-size: 3rem;
    letter-spacing: -1rem;
}
.sol_sp_box:nth-of-type(2) .sol_sp_box_top dl dt:nth-of-type(1) span:nth-of-type(2) {
    margin-left: 1rem;
}
.sol_sp_box:nth-of-type(2) .sol_sp_box_top dl dt:nth-of-type(3) span:nth-of-type(1) {
    font-size: 4.8rem;
    letter-spacing: -1.8rem;
}
.sol_sp_box:nth-of-type(2) .sol_sp_box_top dl dt:nth-of-type(3) span:nth-of-type(2) {
    margin-left: 1.2rem;
}
.sol_sp_box:nth-of-type(3) .sol_sp_box_top dl dt:nth-of-type(1) span:nth-of-type(1) {
    font-size: 4rem;
    letter-spacing: -1.5rem;
}
.sol_sp_box:nth-of-type(3) .sol_sp_box_top dl dt:nth-of-type(3) span:nth-of-type(1) {
    font-size: 6rem;
}
.form_inner dl dt span {
    font-size: 1.4rem;

}
.tel_box_2 {
	padding: 0 2rem;
    margin-top: 0rem;
    margin-bottom: 5rem;
}
.tel_box_3 {
	margin-bottom: 10rem;
}










}
