@charset "UTF-8" ;

html {
    font-size: 0.13vw;
}

body {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 12rem;
    letter-spacing: 2rem;
}

li {
    list-style: none;
}
a {
    text-decoration: none;
}

.wrapper {
    margin: 0 auto;
    padding: 0 80rem;
}

.title {
    font-weight: 600;
    font-size: 15rem;
    padding: 30rem 0 5rem 0;
    position: relative;
    display: inline-block;
    margin-bottom: 40rem;
    text-align: center;
}

.title::before {
    content: "";
    position: absolute;
    left: 51%;
    bottom: -15rem;
    display: inline-block;
    width: 150rem;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000000;
}

.sp {
    display: none !important;
}


/*--------------------------------------
ヘッダー
--------------------------------------*/
#header .logo img {
    width: 70rem;
    position: absolute;
    z-index: 10;
}
/*--------------------------------------
メイン
--------------------------------------*/

/*---top---*/
#top {
    background-color: #ebe6e2;
    width: 100%;
    background-image: url(img/top-img1.png), url(img/top-img2.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 200rem 300rem, 330rem 100rem;
    background-position: 230rem -185rem, 380rem 160rem;
    position: relative;
    z-index: 1;
}

/* globalメニュー　スライドで表示加・削除クラス */
.show{
  opacity: 1!important;
  transition: opacity 0.5s;
}
.main_btn {
	opacity: 0;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    bottom: 30rem;
    right: 0;
    z-index: 30;
    width: 180rem;
    padding: 0 20rem 0 10rem;
}

.main_btn h2 {
    background-color: #e75400;
    color: #FFF;
    font-weight: 530;
    width: 150rem;
    text-align: center;
    margin: 13rem 0;
    padding: 3rem 0;
	left: 20rem;
}

.main_btn a {
    color: #FFF;
    font-size: 15rem;
}

.main_btn a::before {
    content: ""; 
    position: absolute;
    width: 10rem;
    height: 10rem;
    border-top: solid 0.5rem #FFF;
    border-right: solid 0.5rem #FFF;
    transform: rotate(45deg);
    left: 140rem;
	top: 26rem;
}

.main_btn p {
    background-color: #000000;
    color: #FFF;
    font-size: 7rem;
	width: 140rem;
    text-align: center;
    letter-spacing: 1rem;
    position:absolute;
    top: -15rem;
    right: 40rem;
    z-index: 40;
    padding: 5rem;
}
#top .content {
    display: flex;
    align-items: stretch;
}
#top .content .text {
    padding: 60rem 0 40rem 0;
}
#top .content .text h2 {
    font-size: 23rem;
    padding-bottom: 10rem;
}

#top .content .text p {
    font-size: 10rem;
    padding-bottom: 30rem;
}

.btn {
    background-color: #e75400;
    color: #FFF;
    font-size: 10rem;
    font-weight: 530;
    padding: 15rem 80rem 15rem 65rem;
    margin: 40rem 0 20rem 0;
    position: relative;
}
.btn::before {
    content: "";
    position: absolute;
    width: 10rem;
    height: 10rem;
    border-top: solid 0.5rem #FFF;
    border-right: solid 0.5rem #FFF;
    transform: rotate(45deg);
    left: 215rem;
    top: 15rem;
}
#top .top_img_pc {
    overflow: hidden;
    position: relative;
    width: 200rem;
    left: 70rem;
}
#top .top_img_pc ul {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: 0rem;
    width: 200rem;
}

#top .top_img_pc img {
    max-width: 100%;
    object-fit: cover;
}

#top .top_img_sp {
    overflow: hidden;
    position: relative;
    width: 100%;
    top:20rem;
    height:400rem;
} 

#top .list ul {
    display: flex;
    justify-content: space-between;
    width: 200rem;
    position: absolute;
    top: 200rem;
    right: 120rem;
    z-index: 10;
}

#top .list li {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    line-height: 9rem;
    width: 60rem;
    height: 60rem;
    padding-top: 10rem;
    text-align: center;
    align-items: center;
}

#top .list li .jp {
    font-size: 8rem;
    padding: 2.5rem;
    font-weight: bold;
    letter-spacing: 0;
}

#top .list li .pct {
    width: 40rem;
    font-weight: bolder;
    letter-spacing: 0;
}
/*---　　コンサルタント　　---*/
#consultant {
    background-color: #bab3af;
    text-align: center;
    color: #FFF;
    position: relative;
}

#consultant .sec-title {
    font-size: 20rem;
    padding: 30rem;
    font-weight: 550;
}

#consultant .outer {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#consultant .inner {
    background-color: #FFF;
    color:#000000;
    font-size: 12rem;
    font-weight: 600;
    width: 31%;
    padding-top: 20rem;
    margin: 30rem 0 0 0;   
    z-index: 10;
}

#consultant .inner p {
    padding-bottom: 5rem;
}

#consultant .inner .img1 {
    width: 102rem;
}

#consultant .inner .img2 {
    width: 108rem;
}

#consultant .inner .img3 {
    width: 103rem;
}

#consultant .balloon-1 {
    background-color: #000000;
    color: #FFF;
    font-size: 9rem;
    margin: 1.5rem 0;
    padding: 5rem;
    width: 60rem;
    height: 25rem;
    border-radius: 30px;
    z-index: 20;
    position: absolute;
    top: 7.7%;
	left: 142rem;
}
.mac #consultant .balloon-1 {
    left: 144rem;
}

#consultant .balloon-1::before {
    content: "";
    position: absolute;
    top: 90%;
    left: 50%;
    margin-left: -4rem;
    border: 4rem solid transparent;
    border-top: 10rem solid #000000;
}

#consultant .balloon-2 {
    background-color: #000000;
    color: #FFF;
    font-size: 9rem;
    margin: 1.5rem 0;
    padding: 5rem;
    position: absolute;
	top: 7.7%;
	left: 348rem;
    width: 60rem;
    height: 25rem;
    border-radius: 30rem;
    z-index: 20;
}
.mac #consultant .balloon-2 {
    left: 354rem;
}

#consultant .balloon-2::before {
    content: "";
    position: absolute;
    top: 90%;
    left: 50%;
    margin-left: -4rem;
    border: 4rem solid transparent;
    border-top: 10rem solid #000000;
}

#consultant .balloon-3 {
    background-color: #000000;
    color: #FFF;
    font-size: 9rem;
    margin: 1.5rem 0;
    padding: 5rem;
    position: absolute;
    top: 7.7%;
	left: 555rem;
    width: 60rem;
    height: 25rem;
    border-radius: 30rem;
    z-index: 20;
}
.mac #consultant .balloon-3 {
    left: 564rem;
}

#consultant .balloon-3::before {
    content: "";
    position: absolute;
    top: 90%;
    left: 50%;
    margin-left: -4rem;
    border: 4rem solid transparent;
    border-top: 10rem solid #000000;
}

.detail {
    background-color: #bab3af;
    padding-bottom: 100rem;
}

.detail .support {
    margin-top: 20rem;
    background-color: #FFF;
    color: #000000;
}

.detail .support .list  {
   text-align: center;
   padding: 0 30rem;
}

.detail .list li {
    display: flex;
    text-align: left;
    margin-top: 10rem;
    padding-bottom: 15rem;
    padding-left: 10rem;
    border-bottom: dashed 1px #000000;
    font-weight: bold;
}

.detail li span {
    font-size: 8rem;
}

.support .text .item {
    font-size: 10rem;
}

.support .text .description {
    font-size: 13rem;
}

.detail .support .list p {
    padding-left: 20rem;
    line-height: 22rem;
}
.detail li .number {
    background-color: #000000;
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    padding: 12rem 17rem;
    margin-top: 5rem;
}

.detail li .number2 {
    background-color: #000000;
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    padding: 12rem 16rem;
    margin-top: 5rem;
}

.detail li .number3 {
    background-color: #000000;
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    padding: 12rem 16rem;
    margin-top: 5rem;
}

.detail .number .img1 {
    width: 5rem;
}

.detail .number2 .img2 {
    width: 10rem;
}

.detail .number3 .img3 {
    width: 10rem;
}

.partner {
    margin-top: 50px;
    background-color: #FFF;
    color: #000000;
    padding-bottom: 70rem;
}

.partner ul {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    padding: 20px 0 30px 0;
}

.partner li {
    flex-direction: column;
    text-align: center;
}

.partner img {
    width: 100rem;
    padding-bottom: 20rem;
}

.partner ul p {
    font-size: 20rem;
    font-weight: bold;
    height: 50rem;
}

.partner .description {
    font-size: 9rem;
    padding-bottom: 60rem;
}

.partner .btn {
    font-size: 15rem;
    padding: 20rem 80rem 20rem 80rem;
}

.partner .btn::before {
    width: 17rem;
    height: 17rem;
    left: 260rem;
    top: 20rem;
}

.pc-br {
    display: block;
}

#design {
    background-color: #ebe6e2;
    text-align: center;
    padding-bottom: 20rem;
}

#design .title {
    text-align: center;
}

#design .detail  {
    background-color: #ebe6e2;
    display: flex;
    justify-content: space-between;
    margin-top: 30rem;
    padding-bottom: 0;
}

#design .item {
    margin-bottom: 30rem;
}

#design .item .item-title {
    display: flex;
    align-items: center;
}

#design .item .item-title .icon {
    font-size: 10rem;
    background-color: #000000;
    color: #FFF;
    padding: 10rem;
}

#design .item .item-title .name {
    font-size: 17rem;
    font-weight: bold;
    padding-left: 20rem;
} 
#design .detail .guest {
    font-size: 10rem;
}

#design .detail .guest li {
    list-style-type: disc;
    list-style-position: inside;
}

#design .detail .info {
    text-align: left;
    width: 47%;
}

#design .detail .description h3 {
    margin-top: 30rem;
}

#design .detail .description p {
    font-size: 9rem;
    margin-top: 20rem;
}

#design .detail  img {
    width: 47%;
}

.between .btn {
    display: block;
    text-align: center;
	font-size: 15rem!important;
	margin: 50rem 210rem;
	padding: 23rem 10rem 23rem 10rem;
}

.between .btn::before {
    left: 310rem;
	top: 27rem;
	width: 15rem;
	height: 15rem;
}

#reason {
    text-align: center;
    margin-bottom: 50rem;
}

#reason .outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} 

#reason .outer .box {
    background-color: #eae6e2;
    width: 48%;
    padding: 15rem 20rem;
    margin-bottom: 20rem;
}

#reason .outer .title::before {
    content: none;
}

#reason .outer .title {
    display: flex;
}

#reason .box .title {
    align-items: center;
    padding: 0;
    margin-bottom: 10rem;
}
#reason .box .title h3 {
    font-size: 13rem;
    margin-left: 10rem;
}    

#reason .box p {
    font-size: 8rem;
    text-align: left;
    font-weight: 600;
}

#flow {
    background-color: #bab3af;
    color:#FFF;
    text-align: center;
    padding-bottom: 10rem;
}

#flow .title::before {
    background-color: #FFF;
}

#flow .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50rem;
    margin-top: 30rem;
    align-items: start;
}

#flow .item img {
    width: 40%;
    height: 130rem;
}

#flow .item .text {
    width: 52%;
    text-align: left;
}

#flow .item .text h3 {
    margin-bottom: 10rem;
    font-size: 20rem;
}

#flow .item .text h4 {
    margin-bottom: 10rem;
}

#flow .item .text p {
    font-size: 10rem;
}

#question {
    text-align: center;
    background-color: #eae6e2;
    padding-bottom: 30rem;
}

#question .box .q {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20rem;
}

#question .box .q .icon {
    background-color: #000000;
    border-radius: 50%;
    color: #FFF;
    width: 25rem;
    height: 25rem;
    font-size: 13rem;
    padding-top: 3rem;
    padding-left: 2rem;
    font-weight: 700;
}

#question .box .q p {
    width: 93%;
    font-size: 11rem;
    font-weight: 700;
    text-align: start;
    padding-top: 4rem;
}

#question .box .a {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30rem;
    margin-bottom: 30rem;
    border-bottom: #000000 1px dashed;
}

#question .box .a .icon {
    background-color: #FFF;
    border-radius: 50%;
    font-size: 13rem;
    width: 25rem;
    height: 25rem;
    padding-top: 3rem;
    padding-left: 2rem;
    font-weight: 700;
}

#question .box .a p {
    width: 93%;text-align: start;font-size: 9rem;
}

#contact {
    text-align: center;
}

#contact p {
	font-size: 9rem;
	line-height: 8.5rem;
}

#thanks {
	font-size: 9rem;
	line-height: 17rem;
	margin: 20rem auto 50rem auto;
}

#contact .box {
    display: flex;
    justify-content: space-between;
    margin: 30rem 50rem 0 50rem;
    align-items: flex-start;
    text-align: center;
    border-bottom: #000000 1px dashed;
    width: 550rem;
    padding-bottom: 30rem;
    margin-bottom: 50rem;
}

#contact .box p .label {
    width: 145rem;
    text-align: left;
    font-weight: bold;
    align-items: stretch;
}

#contact .box .required {
    font-size: 7rem;
    color: #e75400;
    font-weight: normal;
}
@media screen and (max-width: 767px) {
	#contact .box .required {
		font-size: 19rem;
	}
	
	.company {
		margin-top: 90rem!important;
	}
}

#contact .box .mwform-radio-field-text {
	font-size: 10rem;
	color: #000000;
	margin-left: 0;
}
@media screen and (max-width: 767px) {
	#contact .box .mwform-radio-field-text {
		font-size: 23rem;
	}
}

#contact .box input {
    box-sizing: border-box;
    background-color: #f5f5f5;
    border: solid 1px #cbcbcb;
    border-radius: 10px;
    color: #000000;
    font-size: 10rem;
    width: 100%;
    height: 40rem;
    padding-left: 10rem;
}

#contact .privacy .privacy_box .mw_wp_form-textarea {
	box-sizing: border-box;
    background-color: #f5f5f5;
    border: solid 1px #cbcbcb;
    border-radius: 10px;
    color: #000000;
    font-size: 10rem;
    width: 100%;
    height: 40rem;
    padding-left: 10rem;
}

#contact .check .check-box {
    text-align: left;
    font-size: 10rem;
    width: 69%;
    display: flex;
    flex-direction: column;
    height: 80rem;
}

#contact .check .check-box input {
    width: 15rem;
    height: 15rem;
    margin-right: 10rem;
}

#contact .check .check-box span {
	margin-bottom: 10rem;
}
#contact .check .check-box .both {
    align-items: center;
    margin: 5rem 0;
}
#contact .check .check-box .email {
    align-items: center;
    margin: 5rem 0;
}#contact .check .check-box .phon {
    align-items: center;
    margin: 5rem 0;
}
#contact .check .check-box + p {
	display:none;
}

#contact .textarea {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    border-bottom: #000000 1px dashed;
    width: 100%;
    padding-bottom: 30rem;
    border-bottom: none;
    
}

#contact .textarea-box {
    display: flex;
    text-align: left;
    height: 200rem;
    padding-bottom: 0;
    justify-content: space-between;
} 


#contact .textarea-box p {
    width: 125rem;
}

#contact .privacy {
    border-bottom: none;
    margin-top: 0;
    padding-bottom: 0;
}

#contact .privacy_policy {
    width: 69%;
    text-align: left;
}

#contact .privacy_policy p {
    display:none;
}
#contact .privacy_policy + p {
    display:none;
}


#contact .privacy_policy span {
    color: #e75400;
    font-size: 13rem;
    margin-left: 10rem;
}
#contact .privacy_policy span label span {
	border-bottom: #000000 1px solid;
	margin-left: 0rem!important;
}
#contact .privacy .privacy_policy .privacy_box .radio {
    height: 60rem;
    display: flex;
    align-items: center;
}

#contact .privacy_policy .privacy_box input {
    width: 15rem;
    height: 15rem;
}

#contact .privacy_policy .privacy_box span {
    color: #000000;
}

#contact .privacy_policy .privacy_box p {
    font-size: 9rem;
    width: 100%;
    font-weight: normal;
    letter-spacing: 2rem;
}

#contact .privacy_policy textarea {
    box-sizing: border-box;
    background-color: #f5f5f5;
    border: solid 1px #cbcbcb;
    border-radius: 10px;
    color: #000000;
    width: 100%;
    padding-left: 10rem;
    height: 200rem;
}

#contact .privacy_box {
	margin-top: 30rem;
}

#contact .privacy_box .radio {
    align-items: center;
}

#contact .send input {
    margin-bottom: 60rem;
    margin-top: 50rem;
}

#contact .send input{
    background-color: #000000;
    color: #FFF;
    text-decoration: none;
    padding: 20rem 60rem 20rem 40rem;
	 position: relative;
    margin-left: 20rem;
}

#contact .send ::before {
    content: "";
    position: absolute;
    width: 12rem;
    height: 12rem;
    border-top: solid 1rem #fff;
    border-right: solid 1rem #fff;
    transform: rotate(45deg);
    left: 130rem;
    top: -50rem;
}
#contact .send p {
	display:none;
}

/*--------------------------------------
フッター
--------------------------------------*/

footer {
    background-color: #e7e7e7;
    text-align: center;
    padding: 30rem 0;
}

footer h1 {
    font-size: 15rem;
    margin-bottom: 10rem;
    padding-top: 30rem;
}

footer .text {
    font-size: 10rem;
    margin-bottom: 20rem;
}

footer .footer_logo {
    padding-bottom: 30rem;
}

/*--------------------------------------
スマートフォン
--------------------------------------*/
@media screen and (max-width: 767px) {
    body {
        font-size: 20rem;
    }

    .sp {
        display: block !important;
    }

    .wrapper {
        padding: 0 70rem;
    }

    .title {
        font-size: 33rem;
        padding-top: 40rem;
        margin-bottom: 40rem;
    }

    .between .btn {
		font-size: 25rem!important;
		padding: 20rem 35rem 20rem 20rem;
		width: 500rem;
		left: -66rem;
    }

    .between .btn::before {
        left: 460rem;
        top: 30rem;
    }

    #header .logo img {
        width: 150rem;
    }
    #top {
        background-size: 300rem 400rem, 500rem 190rem;
        background-position: 10rem 300rem, 120% 10%;
        padding: 50rem 0;
        height: 870rem;
    }   

    #top .content {
        display: block;
    }

    #top .content .text h2 {
        font-size: 47rem;
        z-index: 10;
    }

    #top .content .text p {
        font-size: 30rem;
    }

    #top .top_img_pc img {
        display: none;
    }


    #top .top_img_sp  {
        display: block;
        position: relative;
        width: 100vw;
        left: -70rem;
    }

    #top .top_img_sp ul {
        position: absolute;
        display: flex;
        z-index: 10;
    }    

    #top .top_img_sp img{
        margin-top: 70rem;
        width: 250rem;
        z-index: 50;
    }

    .btn {
        font-size: 30rem;
        padding: 30rem 150rem 30rem 150rem;
    }

    .btn::before {
        width: 20rem;
        height: 20rem;
        left: 500rem;
        top: 35rem;
        border-width: 1.5rem;
    }

    #top .list ul {
        width: 500rem;
        position: absolute;
        top: 700rem;
        left: 200rem;
    }

    #top .list li {
        width: 100rem;
        height: 100rem;
        line-height: 6rem;
    }

    #top .list .list1 {
        width: 150rem;
        height: 150rem;
    }

    #top .list .list2 {
        width: 150rem;
        height: 150rem;
    }

    #top .list .list3 {
        width: 150rem;
        height: 150rem;
    }

    #top .list li .jp {
        font-size: 25rem;
        padding-top: 30rem;
    }

    #top .list li .pct {
        padding-top: 15rem;
        font-size: 40rem;
        width: 120rem;
        font-weight: bolder;
    }

    .main_btn {
        right: 150rem;
        padding: 0rem 50rem;
        width: 500rem;
        height: 180rem;
    }

    .main_btn h2 {
        width: 400rem;
        font-size: 25rem;
        margin: 60rem 0 0 0;
		padding: 20rem;
    }

    .main_btn a {
        align-items: center;
        font-size: 30rem;
    }

    .main_btn a::before {
        width: 23rem;
        height: 23rem;
        left: 400rem;
        top: 90rem;
    }

    .main_btn p {
        font-size: 16rem;
        width: 300rem;
        padding: 5rem 10rem;
        top: -10rem;
        left: 30rem;
    }

    #consultant .outer {
        flex-direction: column;
    }

    #consultant .inner {
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        align-items: center;
        padding: 20rem 70rem;
        margin-top: 80rem;
    }

    #consultant .inner p {
        padding-bottom: 5rem;
        font-size: 30rem;
    }

    #consultant .sec-title {
        font-size: 40rem;
        padding: 50rem 0 0 0;
    }

    #consultant .balloon {
        font-size: 30rem;
        width: 150rem;
        height: 55rem;
        left: 5rem;
    }

    #consultant .inner .img1 {
        width: 140rem;
    }

    #consultant .inner .img2 {
        width: 170rem;
    }

    #consultant .inner .img3 {
        width: 150rem;
    }

    #consultant .balloon-1 {
        top: 160rem;
    }

    #consultant .balloon-2 {
        top: 410rem;
    }
    
    #consultant .balloon-3 {
        top: 680rem;
    }
    #consultant .balloon::before {
        transform: rotate(-45deg);
        left: 140rem;
    }
    #consultant .support {
        margin-top: 30rem;
    }

    .detail {
        padding-top: 100rem;
        padding-bottom: 100rem;
    }

    .detail .support .title {
        padding: 40rem 20rem 0 20rem;
    }

    .detail .support .number {
		width: 75rem;
        height: 60rem;
        margin-top: 30rem;
    }

    .detail .support .number .img1 {
        width: 15rem;
        padding-top: 3rem;
        padding-left: 6rem;
    }

    .detail .support .number2 {
        width: 75rem;
        height: 60rem;
        margin-top: 30rem;
    }

    .detail .support .number2 .img2 {
        width: 24rem;
        padding: 4rem 0 0 3rem;
    }

    .detail .support .number3 {
        width: 60rem;
        height: 60rem;
        margin-top: 30rem;
    }
    .detail .support .number3 .img3 {
        width: 25rem;
        padding-top: 2rem;
        padding-left: 3rem;
    }

    .detail .support .list .description {
        font-size: 30rem;
        line-height: 40rem;
    }

    .detail .support > .list > li > .text > .item {
        font-size: 23rem;
        line-height: 40rem;
    }

    .detail .number {
        top: 50rem;
    }

    .detail .partner {
        padding-bottom: 50rem;
    }

    .detail .partner .title {
        padding-top: 0;
    }

    .detail .support .partner .description {
        font-size: 25rem;
        padding: 20rem 20rem 60rem 20rem;
    }

    .detail .support .partner img {
        width: 150rem;
    }

    .detail .support .partner p {
        font-size: 40rem;
    }

    .detail .support .partner a {
        font-size: 25rem;
    }

    .detail .support .partner a::before {
		left: 336rem;
		width: 20rem;
		height: 20rem;
		top: 25rem;
    }

    .pc-br {
        display: none;
    }

    #design {
        padding-bottom: 50rem;
    }

    #design .item {
        margin-bottom: 40rem;
    }

    #design .item .item-title .icon {
        font-size: 25rem;
        padding: 20rem 20rem;
        width: 220rem;
    }

    #design .item .item-title .icon1 {
        font-size: 25rem;
        padding: 20rem 20rem;
        width: 170rem;
    }

    #design .item .item-title .name {
        font-size: 35rem;
    }

    #design .item .detail {
        padding: 0;
        flex-direction: column;
    }

    #design .item .detail .info .guest {
        font-size: 30rem;
    }

    #design .item .ditail {
        width: 100%;
        margin-top: 35rem;
    }

    #design .item .detail img {
        width: 100%;
        margin-top: 20rem;
    }

    #design .item .detail .info {
        width: 100%;
    }

    #design .item .description h3 {
        font-size: 40rem;
    }

    #design .item .description p {
        font-size: 30rem;
    }

    #reason .outer {
        flex-direction: column;
        width: 100%;
    }

    #reason .outer .box {
        width: 100%;
        margin-bottom: 50rem;
    }

    #reason .outer .box .number {
        font-size: 40rem;
    }

    #reason .outer .box h3 {
        font-size: 35rem;
    }

    #reason .outer .box p {
        font-size: 25rem;
        font-weight: 500;
    }

    #flow .item {
        flex-direction: column-reverse;
    }

    #flow .item .text {
        width: 100%;
        margin-bottom: 30rem;
    }

    #flow .item .text h3 {
        font-size: 43rem;
    }

    #flow .item .text h4 {
        font-size: 35rem;
    }

    #flow .item .text p {
        font-size: 28rem;
    }

    #flow .item img {
        width: 100%;
        height: 100%;
        margin-bottom: 40rem;
    }

    #question .box .q {
        margin-bottom: 30rem;
    }

    #question .box .q .icon {
        width: 60rem;
        height: 60rem;
        font-size: 30rem;
        padding-top: 9rem;
    }

    #question .box .q p {
        width: 88%;
        font-size: 30rem;
    }

    #question .box .a .icon {
        width: 60rem;
        height: 60rem;
        font-size: 30rem;
        padding-top: 9rem;
        align-items: center;
    }

    #question .box .a p {
        width: 88%;
        font-size: 28rem;
    }

    #contact p {
        font-size: 28rem;
        margin-bottom: 20rem;
        box-sizing: inherit;
        padding: 0 5rem;
        text-align: left;
        line-height: 35rem;
    }

    #contact p .pc-br {
        white-space: nowrap;
    }

    #contact .box {
        display: block;
        width: 100%;
        margin-bottom: 30rem;
        text-align: left;
        margin-left: 0;
    }

    #contact .box p{
        font-size: 25rem;
        width: 100%;
        line-height: 25rem;
    }

    #contact .box span {
        font-size: 15rem;
    }

    #contact .box input {
        font-size: 30rem;
        padding: 30rem 20rem;
        width: 100%;
    }

    #contact .check {
        height: 300rem;
    }

    #contact .check .check-box {
        text-align: center;
        text-align: left;
    }

    #contact .check .check-box input {
        width: 25rem;
        height: 25rem;
        padding-top: 10rem;
    }

    #contact .check .check-box {
        font-size: 28rem;
    }

    #contact .textarea {
        padding-bottom: 10rem;
        flex-direction: column;
    }

    #contact .textarea p {
        font-size: 25rem;
        line-height: 30rem;
    }

    #contact .textarea #textarea-box {
        font-size: 16px;
    }

    #contact .textarea .privacy_policy {
        width: 100%;
    }

    #contact .textarea .privacy_policy .privacy_box  {
        margin-top: 30rem;
        padding-top: 0rem;
    }

    #contact .textarea .privacy_policy .rei {
        padding-top: 0;
        align-items: start;
        text-align: start;
        height: 500rem;
        padding-bottom: 400rem;
        white-space: nomal;
    }

    #contact .textarea .privacy_box .radio {
        align-items: center;
    }

    #contact .textarea .privacy_box input {
        width: 25rem;
        height: 25rem;
    }

    #contact .textarea .privacy_box label {
        font-size: 30rem;
        line-height: 100rem;
    }

    #contact .textarea .privacy_box span {
        font-size: 30rem;
        color: #000000;
    }

    #contact .textarea .privacy_box p {
        font-size: 30rem;
    }

    #contact .textarea .privacy_box {
        font-size: 25rem;
        margin-bottom: 20rem;
        height: 200rem;
    }

    #contact  #textarea-box textarea {
        width: 100%;
        flex-direction: column;
        padding-bottom: 50rem;
        letter-spacing: 10rem;
    }

    #contact .send {
        font-size: 30rem;
        margin-top: 50rem;
        margin-bottom: 100rem;
    }

    #contact .send a {
        padding: 40rem 100rem 40rem 40rem;
    }

    #contact .send a::before {
        width: 30rem;
        height: 30rem;
        left: 350rem;
        top: 40rem;
    }

    footer {
        text-align: left;
    }

    footer h1 {
        padding-top: 20rem;
        font-size: 30rem;
    }

    footer .text {
        font-size: 20rem;
    }

    footer p {
        font-size: 15rem;
    }
    footer .footer_logo {
        padding-bottom: 30rem;
    }
}
