* {
	box-sizing: border-box;
}

body {
    font-family: Helvetica, "Hiragino Sans","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ sans-serif;
    color: #333333;
}

h2,h3,h4,p{
    line-height: 1.7;
    letter-spacing: 0.02em;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	color: #E6A470
}

figure{
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
  }

.container {
	max-width: 980px;
    margin: 0 20px;
    padding: 88px 0;
}

.section-title {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}

.card-title{
    font-weight: 500;
}

.introduction-title,.voice-title{
    text-align: left;
}

.button {
	background-color: #D98475;
	border-radius: 10px;
	text-align: center;
	display: block;
    box-shadow: none;
    font-weight: 600;
    transition: 0.5s; 
}

.button:hover{
    background: #E6A470;
    color: #ffffff;
}

.t-br {
    display: none;
}

.pc-br{
    display: none;
}

/*  ----------------------  */
/*        firstview         */
/*  ----------------------  */
.firstview {
    width: 100%;
    height: 100vh;
    background: transparent url(image/firstview.png) no-repeat left -70px center / cover;
    position: relative;
    padding: 32px 20px;
}

.header-logo{
    width: 160px;
}

.firstview-h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.7;
    margin-top: 40px;
    opacity: 0.85;
}

.firstview-p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin-top: 16px;
    opacity: 0.85;
}

.firstview-p-emphasis{
    font-weight: 600;
}

.firstview-button {
    font-size: 20px;
    line-height: 64px;
    margin-top:40px;
    width: 100%;
    height: 64px;
}

/*  ----------------------  */
/*      introduction        */
/*  ----------------------  */

.introduction-title {
    text-align: left;
}

.introduction-box{
    padding-top: 56px;
}

.introduction-card:not(:first-child){
    margin-top: 40px;
}

.introduction-card-img{
    height: 230px;
}

.card-title-introducution {
    font-size: 20px;
    text-align: center;
    margin-top: 32px;
}

.card-text {
    font-size: 16px;
    text-align: left;
    margin-top: 12px;
}

.introduction-card {
   text-align: center;
}

/*  ----------------------  */
/*       partners           */
/*  ----------------------  */
.partners {
    background-color: #C0D98B;
}

.partners-img{
    width: 280px;
    margin: 0 auto;
    display: block;
}

.partners-text{
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    margin-top: 56px;
}

.partners-text-emphasis{
    font-weight: 600;
}

/*  ----------------------  */
/*        merit             */
/*  ----------------------  */
.clear::after {
    content: "";
    clear: both;
    display: block;
}

.merit-box{
    margin-top: 56px;
}

.merit-card-contents-area{
    float: left;
}

.merit-card-img-area {
    float: right;
}

.merit-card {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding: 32px;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.2);
    border-radius: 40px;
}

.merit-card:not(:first-child){
    margin-top: 40px;
}

.card-title-merit {
    font-size: 24px;
    margin-top: 48px;
}

.card-text-merit {
    margin-top: 16px;
}

.merit-card-num {
    height: 32px;
}

.merit-card-figure-sp{
    text-align: center;
    margin-top: 16px;
}

.merit-card-img-sp{
    height: 170px;
}


.merit-card-img-area{
    display: none;
}

/*  ----------------------  */
/*        banner            */
/*  ----------------------  */
.banner {
    background-color: #C0D98B;
    color: #ffffff;
    font-size: 20px;
}

.PC-and-iPhone-figure{
    text-align: center;
}

.PC-and-iPhone-img{
    width: 100%;
}

.banner-p {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 40px;
}

.banner-button{
    display: block;
    font-size: 18px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    margin-top: 36px;
}

/*  ----------------------  */
/*        example           */
/*  ----------------------  */
.example-box{
    margin-top: 56px;
}

.example-card:not(:first-child){
    margin-top: 40px;
}

.card-title-example{
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

.example-img {
    width: 100%;
    vertical-align: bottom;
}

.card-text-example {
    text-align: center;
}

/*  ----------------------  */
/*        voice             */
/*  ----------------------  */
.voice {
    background-color: #F8F8F8;
    padding-bottom: 30px;
}

.sub-title {
    font-size: 20px;
    font-weight: 600;
}

.voice-title{
    margin-top: 12px;
}

.voice-box{
    margin-top: 56px;
}

.voice-card {
    width: 100%;
    padding: 24px;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.2);
    border-radius: 40px;
}

.voice-card:not(:first-child){
    margin-top: 40px;
}

.voice-card img {
    margin: 0 auto;
    display: block;
    width: 80%;
}

.card-title-voice {
    font-size: 20px;
    font-weight: 600;
    margin-top: 40px;
}

.card-name-voice{
    font-size: 18px;
    font-weight: 500;
    margin-top: 6px;
}

.card-text-voice {
    font-size: 16px;
    margin-top: 12px;
}

/*  ----------------------  */
/*        price             */
/*  ----------------------  */
.price {
    padding-bottom: 50px;
}


table {
    text-align: center;
    border: none;
}

.table-list {
    overflow: auto;
    padding-top: 20px;
    margin-top: 56px;
}

.scrool {
    white-space: nowrap;
    overflow-x: scroll;
    width: 100%;
    height: 500px;
}

.big {
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
}

th {
    vertical-align: middle;
    color: #ffffff;
}

.surround-top {
    background-color: #D98475;
    position: relative;
    padding-bottom: 16px;
    line-height: 1.5;
}

.surround-top::before {
    background-color: #D98475;
    content: "";
    height: 16px;
    width: 100%;
    position: absolute;
    top: -16px;
    left: -5px;
    padding-left: 10px;
}

.company-sm {
    background-color: #C0D98B;
}

.company-sm{
    font-weight: 600;
}

tr{
    height: 50px;
}

td {
    vertical-align: middle;
    padding: 10px;
}

th:first-child {
    background-color: #ffffff;
}

tr:nth-child(odd) {
    background-color: #ffffff;
}

tr:nth-child(even) {
    background-color: #F8F8F8;
}

.price-sm{
    font-size: 14px;
}

.surround {
    border-left: 5px solid #D98475;
    border-right: 5px solid #D98475;
}

.surround, .surround-twoline{
    font-weight: 500;
}

.surround-twoline{
    line-height: 1.8;
}

.surround-top {
    border-top: 5px solid #D98475;
    border-left: 5px solid #D98475;
    border-right: 5px solid #D98475;
}

.surround-bottom {
    border-left: 5px solid #D98475;
    border-right: 5px solid #D98475;
    border-bottom: 5px solid #D98475;
}

.surround-green{
    border-right: 3px solid #C0D98B;
}

.surround-green-bottom{
    border-bottom: 3px solid #C0D98B;
}

/*  ----------------------  */
/*       support           */
/*  ----------------------  */
.support {
    background-color: #F8F8F8;
}

.support-box{
    margin-top: 40px;
}

.support-service {
    color: #D98475;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.present-figure{
    margin-top: 48px;
}

.present-img {
    margin: 0 auto;
    display: block;
}

.support-text{
    line-height: 2.0;
}

.support-text-box {
    margin-top: 48px;
}

/*  ----------------------  */
/*        flow              */
/*  ----------------------  */

.arrow{
    position: relative;
    padding: 0 0 0 16px;
}

.arrow::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: calc(100% + 40px);
    left: 45%;
    border: 16px solid transparent;
    border-top: 20px solid #333;
}

.flow-box{
    margin-top: 56px;
}

.flow-card {
    width: 100%;
    margin-bottom: 100px;
    padding: 32px;
    text-align: center;
    background-color: #F8F8F8;
}

.flow-card:last-child{
    margin-bottom: 0;
}

.card-title-flow{
    font-size: 20px;
}

.card-text-flow {
    text-align: justify;
    font-size: 16px;
    margin-top: 24px;
}

.t-pc-br{
    display: none;
}

/*  ----------------------  */
/*        contact           */
/*  ----------------------  */
.contact {
    background-color: #C0D98B;
    margin: 0 auto;
    color: #ffffff;
}

.contact-box {
    margin-top: 56px;
}

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

.contact-p-box-inner{
    text-align: left;
    display: inline-block;
}

.contact-p {
    margin-top: 40px;
}

form {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

input, textarea {
    display: block;
    margin: 20px 30px 40px 0;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #F8F8F8;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
}

input, textarea {
    width: 100%;
}

textarea {
    height: 250px;
}

label {
    margin: 0 30px;
}

dt span {
    color: #ffffff;
    background-color: #C6353A;
    border-radius: 5px;
    padding: 10px 15px;
}

/*  ----------------------  */
/*        question          */
/*  ----------------------  */
.question {
    text-align: left;
}

.question-wrapper{
    padding: 88px 0 130px 0;
}

.question-box{
    margin-top: 56px;
}

.question-card {
    box-shadow: 3px 3px 9px rgba(0,0,0,0.2);
    border-radius: 40px;
    margin-top: 40px;
}

.question-original {
    display: block;
    padding: 40px 24px 32px 24px;
}

.question-item {
    display: flex;
}

.q-img {
    width: 28px;
    padding-top: 4px;
}

.question-item-p {
    font-size: 20px;
    margin-left: 30px;
}

.arrow-icon {
    text-align: center;
    margin-top: 0;
}

.question-item .fas:first-child {
    display: none;
}

.fas {
    color: #D98475;
    font-size: 2em;
    width: 32px;
    margin-bottom: 32px;
}

.answer::before{
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    background: #D98475;
}

.answer {
    display: flex;
    display: none;
    position: relative;
    scroll-padding-top: 40px;
    padding: 40px;
    padding: 32px 24px 28px 24px;
}

.answer-item{
    display: flex;
}

.a-img {
    width: 28px;
    padding-top: 4px;
}

.answer-p {
    margin-left: 30px;
    width: 79%;
    text-align: justify;
}

/*  ----------------------  */
/*        footer            */
/*  ----------------------  */
footer {
    background-color: #C0D98B;
    color: #ffffff;
}

.footer-wrapper{
    padding: 32px 0;
}

.footer-box {
    flex-direction: column;
    display: flex;
}

.footer-card:not(:first-child){
    margin-top: 40px;
}

.footer-hd{
    font-size: 16px;
    font-weight: 600;
}

.footer-hd-conpany {
    font-size: 14px;
    font-weight: 600;
    margin-top: 16px;
}

.footer-hd-conpany-contents{
    margin-top: 12px;
    font-size: 12px;
    line-height: 2.0;
}

.tofuri-logo-area{
    margin-top: 20px;
    position: relative;
}

.tofuri-logo-area .active{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.5s; 
}

.tofuri-logo-area:hover .active{
    opacity: 1;
}

.tofuri-link{
    font-size: 12px;
    margin-top: 6px;
    transition: 0.5s; 
}

.logo{
    margin-top: 24px;
}

.fa-twitter{
    margin-right: 6px;
    transition: 0.5s; 
}

.fa-youtube{
    transition: 0.5s; 
}

.footer-menu-ul{
    margin-top: 0;
}

.footer-menu-li {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 16px;
}

.footer-menu-li a{
    transition: 0.5s; 
}

.twitter-iframe{
    margin-top: 16px;
}

.copyright {
    font-size: 12px;
    text-align: center;
    margin-top: 32px;
}


/*  ----------------------  */
/*      Responsive          */
/*  ----------------------  */
/*  -----タブレット-------  */
@media screen and (min-width: 560px) {
    .container{
        margin: 0 24px;
    }

    .section-title{
        font-size: 32px;
        text-align: center;
    }

    .pc-br{
        display: none;
    }

    .t-pc-br{
        display: inline;
    }

    .sp-br {
        display: none;
    }

    .t-br {
        display: block;
    }

    /* firstview */
    .firstview{
        padding: 80px 24px;
    }

    .header-logo{
        width: 212px;
    }

    .firstview-h2 {
        font-size: 64px;
        margin-top: 56px;
        line-height: 1.6;
    }

    .firstview-p {
        font-size: 20px;
        margin-top: 16px;
    }

    .firstview-button{
        font-size: 24px;
        height: 72px;
        line-height: 72px;
        margin-top: 88px;
    }

     /* introduction */
    .introduction-box {
        display: flex;
        width: 100%;
    }

    .introduction-card{
        margin-right: 20px;
        width: calc(33.33333333% - 20px);
    }
    
    .introduction-card:nth-child(3){
        margin-right: 0;
    }

    .card-title-introducution{
        font-size: 18px;
    }

    .introduction-card:not(:first-child){
        margin-top: 0;
    }

    .introduction-card-img{
        height: 160px;
    }

    /* partners */
    .partners-img{
        width: 308px;
    }

    /* merit */
    .merit-card{
        padding: 40px;
        justify-content: space-between;
    }

    .merit-card:nth-child(even) {
        flex-direction: row-reverse;
    }

    .merit-card-num{
        height: 52px;
    }

    .merit-card-img-area {
        display: flex;
        align-items: center;
        position: relative;
    }

    .merit-card-img-area-left{
        margin-right: 24px;
    }

    .merit-card-img-sp{
        display: none;
    }

    .merit-card-figure-sp{
        display: none;
    }

    .card-title-merit {
        margin-top: 32px;
    }

    /* banner */
    .PC-and-iPhone-img{
        width: 500px;
    }

    .banner-p {
        font-size: 24px;
    }

    .banner-button{
        line-height: 72px;
        font-size: 20px;
        height: 72px;
        width: 515px;
        margin: 28px auto 0 auto;
    }

    /* example */
    .example-box {
        display: flex;
        justify-content: center;
    }

    .example-card{
        margin-right: 24px;
        width: calc(33.33333333% - 24px);
    }

    .example-card:nth-child(3){
        margin-right: 0;
    }

    .example-card:not(:first-child){
        margin-top: 0;
    }

    .card-title-example{
        margin-top: 24px;
    }

    /* voice */
    .sub-title,.voice-title {
        text-align: center;
    }

    .sub-title{
        font-size: 24px;
    }

    .voice-title {
        margin-top: 8px;
    }

    .voice-card {
        display: flex;
        position: relative;
        padding: 40px 32px;
    }

    .voice-card:not(:first-child){
        margin-top: 40px;
    }

    .voice-card:nth-child(even) {
        flex-direction: row-reverse;
    }

    .voice-card img {
        width: 200px;
        align-items: center;
    }

    .voice-card-left {
        display: flex;
        align-items: center;
    }

    .voice-card-right {
        float: right;
    }

    .margin-left{
        margin-left: 40px;
    }

    .margin-right{
        margin-right: 40px;
    }

    .card-title-voice{
        margin-top: 0;
        font-size: 24px;
    }

    .card-name-voice{
        font-size: 20px;
    }

    .card-text-voice{
        margin-top: 12px;
    }

    /* price */
    .scrool {
        white-space: normal;
        overflow-x: scroll;
    }

    th:nth-child(2)::before {
        background-color: #D98475;
        content: "";
        height: 16px;
        width: 100%;
        position: absolute;
        top: -16px;
        left: -5px;
    }

    /* support */
    .support-service{
        font-size: 24px;
    }

    .support-text-box{
        margin-top: 62px;
        text-align: center;
    }

    .support-text-box-inner{
        text-align: left;
        display: inline-block;
    }

    /* flow */
    .arrow::before {
        left: 49%;
    }

    .flow-card {
        display: flex;
        padding: 32px 24px 32px 24px;
    }

    .card-title-flow {
        font-size: 20px;
        font-weight: 600;
        width: 30%;
        align-items: center;
        display: flex;
    }

    .card-text-flow{
        margin-top: 0;
    }

    .flow-card p:nth-child(2) {
        width: 70%;
    }

    .arrow-icon {
        display: none;
    }

    /* question */
    .question-item {
        position: relative;
    }

    .q-img-p{
        padding-top: 4px;
    }

    .q-img,.a-img{
        width: 44px;
    }

    .question-item{
        align-items: center;
    }

    .question-item .fas:first-child {
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .q-img{
        padding-top: 0;
    }

    /* footer */
    .footer-card{
        margin-right: 50px;
    }

    .footer-company{
        width: 40%;
    }

    .footer-menu{
        width: 27%;
    }

    .footer-twitter{
        width: 33%;
    }
    
    .footer-card:nth-child(3n) {
        margin-right: 0;
    }

    .footer-card:not(:first-child) {
        margin-top: 0;
    }

    .question-item-p{
        width: 80%;
    }

    .footer-box {
        display: flex;
        flex-direction: row;
    }

    .tofuri-logo {
        margin-top: 24px;
    }

}


/*  ----------------------  */
/*  ------iPadPro--------------  */
@media screen and (min-width: 1025px){
    /* firstview */
    .firstview {
        background: transparent url(image/firstview.png) no-repeat center center / cover;
        min-height: 768px;
        height: 100vh;
        position: relative;
        padding: 56px 24px;
    }

    .firstview-wrapper {
        text-align: left;
        position: absolute;
        right: 7%;
    }

    .firstview-h2{
        margin-top: 24px;
    }

    .firstview-button{
        font-size: 24px;
        height: 74px;
        line-height: 74px;
        padding: 0;
        margin-top: 32px;
    }

}

/*  ----------------------  */
/*  ------PC--------------  */
@media screen and (min-width: 960px) {
    .pc-br{
        display: inline;
    }

    .t-br {
        display: none;
    }

    .container{
        margin: 0 auto;
    }

    /* introduction */
    .introduction-card{
        margin-right: 20px;
        width: calc(33.33333333% - 20px);
    }
    
    .introduction-card:nth-child(3){
        margin-right: 0;
    }

    .introduction-card-img{
        height: 216px;
    }

    .card-title-introducution{
        font-size: 20px;
    }

    /* merit */
    .merit-card{
        width: 80%;
    }

    .merit-card:nth-child(odd){
        float: left;
    }

    .merit-card:nth-child(even){
        float: right;
    }

    .merit-card-contents-area{
        width: 68%;
    }

    .money-area{
        width: 20%;
    }

    .merit-card-img-pc{
        height: 170px;
    }

    /* banner */
    .banner-box {
        display: flex;
    }

    .banner-card{
        position: relative;
    }

    .PC-and-iPhone-img{
        width: 348px;
    }

    .banner-card:nth-child(2) {
        width: 100%;
        position: relative;
        margin-left: 104px;
    }

    .banner-card-inner{
        position: absolute;
        top: 50%;
        -webkit-transform : translateY(-50%);
        transform : translateY(-50%);
    }

    .banner-p{
        margin-top: 0;
    }

    /* example */
    .example-card{
        margin-right: 20px;
        width: calc(33.33333333% - 20px);
    }

    .example-card:nth-child(3){
        margin-right: 0;
    }    

    /* voice */
    .voice-card{
        width: 80%;
    }

    .voice-card:nth-child(odd){
        float: left;
    }

    .voice-card:nth-child(even){
        float: right;
    }

    /* price */
    .scrool{
        font-size: 20px;
    }

    tr {
        height: 68px;
    }

    th:nth-child(2){
        padding-bottom: 24px;
    }

    th:nth-child(2)::before{
        height: 24px;
        top: -24px;
    }

    .big{
        font-size: 40px;
    }

    .company-sm {
        font-size: 24px;
    }

    .price-sm{
        font-size: 18px;
    }

    /* flow */
    .flow-card{
        padding: 32px 40px 32px 40px;
    }

    /* contact */
    .contact p {
        display: flex;
        justify-content: center;
    }

    /* question */
    .question-item-p{
        width: 80%;
    }

    .question-original {
        padding: 40px 40px 32px 40px;
    }

    .question-item-p {
        margin-left: 48px;
    }

    .question-item .fas:first-child{
        right: 0px;
    }

    .answer::before{
        left: 40px;
        right: 40px;
    }

    .answer{
        padding: 32px 40px 40px 40px;
    }

    .answer-p {
        margin-left: 48px;
        width: 87%;
        font-size: 20px;
    }

    /* flow */
    .card-title-flow{
        width: 25%;
    }

    .sp-br {
        display: none;
    }
}