body{
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    margin: 0;
}

.wrapper{
    max-width: 1280px;
    margin: 0 auto 0 auto;
}

.header-position-fixed{
    position: fixed;
    width: 1280px;
    top: 0;
    z-index: 10000;
    background-color: white;
}

.header-area{
    height: 100px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    border-bottom: solid 1px black;
}

.header-area__rogo{
    position: absolute;
    bottom: 5px;
    text-align: center;
}

.header-area__rogo__image{
    width: 300px;
}

.header-area__rogo__text{
    padding-top: 5px;
    font-size: 11px;
    letter-spacing: 4px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.header-area__nav{
    position: absolute;
    bottom: 5px;
    right: 0;
    display: flex;
    margin-block-start: 0;
    margin-block-end: 0;
}

.header-area__nav__menu{
    list-style: none;
    width: 200px;
    line-height: 70px;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    border-left: solid 1px black;
    position: relative;
}

.header-area__nav__menu:hover{
    transition: 0.5s;
    background-color: lightgray;
}

.header-area__nav__menu .header-area__nav__menu--second{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    top: 70px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.header-area__nav__menu:hover .header-area__nav__menu--second{
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
}

.header-area__nav__menu--second li{
    display: block;
}

.header-area__nav__menu--second li:hover{
    transition: 0.5s;
    background-color: rgba(211,211,211,0.5);
}

.header-area__nav li a{
    text-decoration: none;
    display: block;
    transition: 0.5;
}

.header-area__nav li a:link{
    color: black;
}

.header-area__nav li a:visited{
    color: black;
}

.header-area__nav li a:active{
    color: tomato;
}


@media screen and (max-width:1280px) {
    .wrapper{
        max-width: 768px;
    }

    .header-position-fixed{
        width: 768px;
    }

    .header-area__rogo__image{
        width: 240px;
    }

    .header-area__rogo__text{
        padding-top: 5px;
        font-size: 11px;
        letter-spacing: 2px;
        margin: 0;
        font-family: 'Montserrat', sans-serif;
    }

    .header-area__nav__menu{
        width: 120px;
        font-size: 20px;
    }
}

@media screen and (max-width:768px) {
    .wrapper{
        max-width: 480px;
        margin: 0 auto 0 auto;
    }

    .header-position-fixed{
        width: 480px;
    }

    .header-area{
        height: 100%;
        top: 30px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content:initial;
    }

    .header-area__rogo{
        position:initial;
        top: 10px;
    }

    .header-area__rogo__image{
        width: 300px;
    }
    
    .header-area__rogo__text{
        padding-top: 5px;
        font-size: 11px;
        letter-spacing: 4px;
        margin: 0;
        font-family: 'Montserrat', sans-serif;
    }


    .header-area__nav{
        position: initial;
        top: 10px;
        display: flex;
        flex-direction: column;
        margin-block-start: 0;
        margin-block-end: 0;
        padding-inline-start: 0;
    }

    .header-area__nav__menu{
        list-style: none;
        width: 100%;
        line-height: 70px;
        font-family: 'Roboto', sans-serif;
        font-size: 30px;
        border-left: none;
        position: relative;
        background-color: white;
    }
    .menu3 + .menu4{
        transition: 0.5s;
    }
    .menu3:hover + .menu4{
        margin-top: 140px;
    }
}

/* main */
.main-contents{
    width: 1280px;
    margin-top: 120px;
}

.main-content01{
    display: block;
}

.eyecatch-image{
    height: 600px;
    background-image: url("no_domino_house.png");
    background-color:rgba(255,255,255,0.5);
    background-blend-mode:lighten;
}

.eyecatch-image h1{
    color: black;
    font-size: 72px;
    line-height: 72px;
    padding-top: 260px;
    margin-bottom: 20px;
    margin-block-start:0px;
    text-align: center;
}

.eyecatch-image p{
    color: black;
    font-size: 24px;
    margin-top: 0px;
    margin-block-end: 0px;
    text-align: center;
}

@media screen and (max-width:1280px) {
    .wrapper{
        max-width: 768px;
    }

    .main-contents{
        width: 768px;
    }

    .eyecatch-image{
        height: 400px;
        background-size: cover;
    }
    
    .eyecatch-image h1{
        margin-left: 205px;
        width: 600px;
        font-size: 48px;
        line-height: 48px;
        padding-top: 150px;
        margin-bottom: 10px;
    }
    
    .eyecatch-image p{
        font-size: 18px;
    }
    
    .eyecatch-image .box{
        width: 620px;
        height: 160px;
    }
}

@media screen and (max-width:768px) {
    .wrapper{
        max-width: 480px;
        margin: 0 auto 0 auto;
    }

    .main-contents{
        width: 480px;
        margin-top: 540px;
    }

    .eyecatch-image{
        height: 240px;
        background-size: cover;
    }
    
    .eyecatch-image h1{
        margin-left: 110px;
        width: 370px;
        font-size: 36px;
        line-height: 36px;
        padding-top: 90px;
    }
    
    .eyecatch-image p{
        font-size: 12px;
    }
    
    .eyecatch-image .box{
        width: 390px;
        height: 120px;
    }
}

/* services */
.main-content02{
    height: 600px;
    padding-top: 50px;
    padding-left: 50px;
    background-color: #F1F1E4;
}

.services{
    width: 1180px;
    height: 500px;
    border: solid 3px #A6A6A6;
    border-radius: 50px;
}

.text-area-services{
    display: block;
    width: 920px;
    margin-left: 130px;
}

.services h2{
    width: 220px;
    color: #515151;
    font-size: 36px;
    border-bottom: solid 3px #C4C4C4;
}

.services p{
    color: #515151;
    font-size: 36px;
}

.service-contents{
    margin-top: 40px;
    line-height: 36px;
}

.dot{
    padding: 0px 16px;
    margin-right: 5px;
    line-height: 36px;
    background-color: #C4C4C4;
    border-radius: 50%;
    color: #C4C4C4;
}

@media screen and (max-width:1280px) {
    .wrapper{
        max-width: 768px;
    }

    .main-contents{
        width: 768px;
    }

    .services{
        width: 668px;
        height: 500px;
    }
    
    .text-area-services{
        display: block;
        width: 568px;
        margin-left: 50px;
    }
    
    .services h2{
        width: 220px;
        font-size: 36px;
    }
    
    .services p{
        font-size: 21px;
    }
    
    .service-contents{
        margin-top: 40px;
        line-height: 36px;
    }
    
    .dot{
        padding: 0px 9px;
        margin-right: 10px;
        line-height: 21px;
        border-radius: 50%;
    }
}

@media screen and (max-width:768px) {
    .wrapper{
        max-width: 480px;
        margin: 0 auto 0 auto;
    }

    .main-contents{
        width: 480px;
    }

    .main-content02{
        height: 400px;
    }

    .services{
        width: 380px;
        height: 300px;
    }
    
    .text-area-services{
        display: block;
        width: 340px;
        margin-left: 20px;
    }
    
    .services h2{
        width: 160px;
        font-size: 24px;
    }
    
    .services p{
        font-size: 13px;
    }
    
    .service-contents{
        margin-top: 40px;
        line-height: 24px;
    }
    
    .dot{
        padding: 0px 6px;
        margin-right: 10px;
        line-height: 13px;
        border-radius: 50%;
    }
}

/* profile */
.main-content03{
    height: 900px;
    padding-top: 50px;
    padding-left: 100px;
    background-color: #999797;
}

.profile-area{
    display: flex;
}

.text-area-profile{
    width: 450px;
}

.text-area-profile h3{
    font-size: 24px;
    color: white;
}

.text-area-profile p{
    font-size: 14px;
    color: white;
}

.image-area{
    margin-left: 300px;
}

.image-area img{
    width: 300px;
    border-radius: 150px;
    border: solid thin gray;
}

.works-area{
    display: flex;
}

.works1{
    width: 300px;
    margin-right: 90px;
}

.works1 img{
    width: 300px;
    border-radius: 25px;
}

.works1 h3{
    color: white;
}

.works2{
    width: 300px;
    margin-right: 90px;
}

.works2 img{
    width: 300px;
    border-radius: 25px;
}

.works2 h3{
    color: white;
}

.works3{
    width: 300px;
}

.works3 img{
    width: 300px;
    border-radius: 25px;
}

.works3 h3{
    color: white;
}

.works-area p{
    font-size: 12px;
    color: white;
}

.works-title h3{
    font-size: 24px;
    line-height: 0px;
    margin-top: 60px;
    color: white;
}


@media screen and (max-width:1280px) {
    .wrapper{
        max-width: 768px;
    }

    .main-contents{
        width: 768px;
    }

    .main-content03{
        padding-left: 50px;
    }

    .profile-area{
        display: flex;
    }
    
    .text-area-profile{
        width: 350px;
    }
    
    .text-area-profile h3{
        font-size: 24px;
    }
    
    .text-area-profile p{
        font-size: 12px;
    }
    
    .image-area{
        margin-left: 10px;
    }
    
    .image-area img{
        width: 300px;
        border-radius: 150px;
        border: solid thin gray;
    }

    .works-area{
        display: flex;
    }
    
    .works1{
        width: 210px;
        margin-right: 19px;
    }
    
    .works1 img{
        width: 210px;
        border-radius: 25px;
    }
    
    .works1 h3{
        font-size: 13px;
    }

    .works2{
        width: 210px;
        margin-right: 19px;
    }
    
    .works2 img{
        width: 210px;
        border-radius: 25px;
    }
    
    .works2 h3{
        font-size: 14px;
    }

    .works3{
        width: 210px;
    }
    
    .works3 img{
        width: 210px;
        border-radius: 25px;
    }
    
    .works3 h3{
        font-size: 14px;
    }

    .works-area p{
        font-size: 11px;
    }
    
    .works-title h3{
        font-size: 24px;
        line-height: 0px;
        margin-top: 60px;
    }
    
}

@media screen and (max-width:768px) {
    .wrapper{
        max-width: 480px;
        margin: 0 auto 0 auto;
    }

    .main-contents{
        width: 480px;
    }

    .main-content03{
        height: 1900px;
        padding-top: 50px;
        padding-left: 30px;
    }

    .profile-area{
        display: block;
    }
    
    .text-area-profile{
        width: 420px;
    }
    
    .text-area-profile h3{
        font-size: 24px;
    }
    
    .text-area-profile p{
        font-size: 14px;
    }
    
    .image-area{
        margin-left: 60px;
    }
    
    .image-area img{
        width: 300px;
        border-radius: 150px;
        border: solid thin gray;
    }

    .works-area{
        display: block;
    }
    
    .works1{
        width: 420px;
        margin-top: 50px;
    }
    
    .works1 img{
        width: 420px;
        border-radius: 25px;
    }
    
    .works1 h3{
        font-size: 18px;
    }

    .works2{
        width: 420px;
        margin-top: 50px;
    }
    
    .works2 img{
        width: 420px;
        border-radius: 25px;
    }
    
    .works2 h3{
        font-size: 18px;
    }

    .works3{
        width: 420px;
        margin-top: 50px;
    }
    
    .works3 img{
        width: 420px;
        border-radius: 25px;
    }
    
    .works3 h3{
        font-size: 18px;
    }

    .works-area p{
        font-size: 14px;
    }
    
    .works-title h3{
        font-size: 24px;
        line-height: 0px;
        margin-top: 60px;
    }
}

/* merit */
.main-content04{
    height: 600px;
    padding-left: 50px;
}

.text-area-merit{
    display: block;
    width: 1180px;
}

.text-area-merit h2{
    font-size: 36px;
    color: #858585;
    text-align: center;
    line-height: 36px;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-bottom: 75px;
    padding-top: 50px;
}

.merit-contents{
    display: flex;
}

.merit-icon01{
    width: 360px;
    height: 360px;
    background-color: #D0FF4B;
    border-radius: 180px;
    margin-right: 50px;
}

.merit-icon02{
    width: 360px;
    height: 360px;
    background-color: #D0FF4B;
    border-radius: 180px;
    margin-right: 50px;
}

.merit-icon03{
    width: 360px;
    height: 360px;
    background-color: #D0FF4B;
    border-radius: 180px;
}

.icon-title{
    margin-left: 60px;
    width: 240px;
    text-align: center;
    font-size: 30px;
    color: #858585;
}

.icon-text{
    margin-left: 60px;
    width: 240px;
    font-size: 16px;
    color: #858585;
}

@media screen and (max-width:1280px) {
    .wrapper{
        max-width: 768px;
    }

    .main-contents{
        width: 768px;
    }

    .text-area-merit{
        display: block;
        width: 768px;
    }

    .text-area-merit h2{
        font-size: 24px;
        color: #848484;
        text-align: center;
        line-height: 24px;
        margin-block-start: 0;
        margin-block-end: 0;
        margin-bottom: 40px;
        padding-top: 20px;
    }

    .main-content04{
        height: 400px;
        padding-left: 14px;
    }


    .merit-icon01{
        width: 240px;
        height: 240px;
        background-color: #D0FF4B;
        border-radius: 120px;
        margin-right: 10px;
    }
    
    .merit-icon02{
        width: 240px;
        height: 240px;
        background-color: #D0FF4B;
        border-radius: 120px;
        margin-right: 10px;
    }
    
    .merit-icon03{
        width: 240px;
        height: 240px;
        background-color: #D0FF4B;
        border-radius: 120px;
    }
    
    .icon-title{
        margin-left: 20px;
        width: 200px;
        text-align: center;
        font-size: 18px;
    }
    
    .icon-text{
        margin-left: 20px;
        width: 200px;
        font-size: 12px;
    }
}

@media screen and (max-width:768px) {
    .wrapper{
        max-width: 480px;
        margin: 0 auto 0 auto;
    }

    .main-contents{
        width: 480px;
    }

    .text-area-merit{
        width: 480px;
    }

    .main-content04{
        height: 900px;
        padding-left: 0;
    }

    .merit-contents{
        display: block;
    }

    .merit-icon01{
        margin-left: 120px;
        margin-bottom: 10px;
    }
    
    .merit-icon02{
        margin-left: 120px;
        margin-bottom: 10px;
    }
    
    .merit-icon03{
        margin-left: 120px;
    }

    .icon-title{
        padding-top: 10px;
    }
}

/* flow */
.main-content05{
    height: 600px;
    padding-left: 0;
}

.text-area-flow{
    display: block;
    width: 1180px;
}

.text-area-flow h2{
    font-size: 36px;
    color: #858585;
    text-align: center;
    line-height: 36px;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-bottom: 75px;
    padding-top: 50px;
}

.flow-contents{
    display: flex;
}

.flow-icon01{
    width: 150px;
    height: 360px;
    background-color: #3683AE;
    z-index: 100;
}

.flow-icon02{
    width: 150px;
    height: 360px;
    background-color: #3683AE;
    z-index: 90;
}

.flow-icon03{
    width: 150px;
    height: 360px;
    background-color: #3683AE;
    z-index: 80;
}

.flow-icon04{
    width: 150px;
    height: 360px;
    background-color: #3683AE;
    z-index: 70;
}

.flow-icon05{
    width: 150px;
    height: 360px;
    background-color: #3683AE;
    z-index: 60;
}


.icon-title-flow{
    margin-left: 10px;
    margin-top: 100px;
    width: 180px;
    font-size: 24px;
    color: white;
}

.icon-text-flow{
    margin-left: 10px;
    width: 160px;
    font-size: 12px;
    color: white;
}

.example.left {
    border-color: transparent transparent transparent #3683AE;
  }

  .example {
    border-top: 180px solid #3683AE;
    border-left: 60px solid #3683AE;
    border-right: 60px solid #3683AE;
    border-bottom: 180px solid #3683AE;
  }

  @media screen and (max-width:1280px) {
    .wrapper{
        max-width: 768px;
    }

    .main-contents{
        width: 768px;
    }

    .main-content05{
        height: 600px;
        padding-left: 9px;
    }

    .text-area-flow{
        display: block;
        width: 750px;
    }

    .flow-icon01{
        width: 70px;
        height: 360px;
    }
    
    .flow-icon02{
        width: 70px;
        height: 360px;
    }
    
    .flow-icon03{
        width: 70px;
        height: 360px;
    }
    
    .flow-icon04{
        width: 70px;
        height: 360px;
    }
    
    .flow-icon05{
        width: 70px;
        height: 360px;
    }
    
    
    .icon-title-flow{
        margin-left: 10px;
        margin-top: 50px;
        margin-bottom: 50px;
        width: 70px;
        font-size: 14px;
    }
    
    .icon-text-flow{
        margin-left: 10px;
        width: 70px;
        font-size: 9px;
    }
    
    .example.left {
        border-color: transparent transparent transparent #3683AE;
      }
    
      .example {
        border-top: 180px solid #3683AE;
        border-left: 40px solid #3683AE;
        border-right: 40px solid #3683AE;
        border-bottom: 180px solid #3683AE;
      }
}

@media screen and (max-width:768px) {
    .wrapper{
        max-width: 480px;
        margin: 0 auto 0 auto;
    }

    .main-contents{
        width: 480px;
    }

    .main-content05{
        height: 1600px;
    }

    .text-area-flow{
        display: block;
        width: 360px;
        margin-left: 60px;
    }

    .flow-contents{
        display: flex;
        flex-direction: column;
    }
    
    .flow-icon01{
        width: 360px;
        height: 150px;
    }
    
    .flow-icon02{
        width: 360px;
        height: 150px;
    }
    
    .flow-icon03{
        width: 360px;
        height: 150px;
    }
    
    .flow-icon04{
        width: 360px;
        height: 150px;
    }
    
    .flow-icon05{
        width: 360px;
        height: 150px;
    }
    
    
    .icon-title-flow{
        text-align: center;
        margin-top: 10px;
        width: 340px;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .icon-title-flow h3{
        margin: 0;
    }
    
    .icon-text-flow{
        width: 340px;
        font-size: 12px;
    }

    .icon-text-flow p{
        margin: 0;
    }
    
    .example.left {
        border-color: #3683AE transparent transparent  transparent;
      }
    
      .example {
        border-top: 60px solid #3683AE;
        border-left: 180px solid #3683AE;
        border-right: 180px solid #3683AE;
        border-bottom: 60px solid #3683AE;
      }
}

/* Q&A */
.main-content06{
    height: 750px;
    padding-top: 50px;
    padding-left: 50px;
    background-color: #F1F1E4;
}

.Q-and-A h2{
    width: 220px;
    color: #515151;
    font-size: 36px;
    border-bottom: solid 3px #C4C4C4;
}

.accordion-container .accordion-title {
    position: relative;
    margin: 0;
    padding: 0.625em 0.625em 0.625em 2em;
    background-color: #F1F1E4;
    font-size: 1.25em;
    font-weight: normal;
    color: #515151;
    cursor: pointer;
  }
  .accordion-container .accordion-title:hover,
  .accordion-container .accordion-title:active,
  .accordion-title.open { 
    background-color: #a1a194;
  }

  .accordion-container .accordion-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 15px;
    height: 2px;
    /*縦線に*/
    transform: rotate(90deg);
    background: #515151;
    transition: all .3s ease-in-out;
  }
  
  .accordion-container .accordion-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    /*横線*/
    width: 15px;
    height: 2px;
    background: #515151;
    transition: all .2s ease-in-out;
  }
  
  .accordion-container .accordion-title.open::before {
    transform: rotate(180deg);
  }
  
  .accordion-container .accordion-title.open::after {
    opacity: 0;
  }
  
  .accordion-content {
    display: none;
    padding-left: 2.3125em;
    padding-right: 2.3125em;
    font-size: 1.25em;
    font-weight: normal;
    color: #515151;
  }
  
  /* CSS for CodePen */
  .accordion-container {
    width: 1080px;
    margin: 0 auto;
  }

  @media screen and (max-width:1280px) {
    .wrapper{
        max-width: 768px;
    }

    .main-contents{
        width: 768px;
    }

    .accordion-container {
      width: 668px;
    }

    .accordion-container .accordion-title {
      padding: 0.625em 0 0.625em 0;
    }
}

@media screen and (max-width:768px) {
    .wrapper{
        max-width: 480px;
        margin: 0 auto 0 auto;
    }

    .main-contents{
        width: 480px;
    }

    .main-content06{
      height: 550px;

  }
    .accordion-container {
      width: 380px;
    }

    .accordion-container .accordion-title {
      padding: 0.625em 4em 0.625em 0;
      font-size: 0.8em;
    }

    .accordion-content {
      font-size: 0.8em;
    }
}

/* price */
.main-content07{
    height: 600px;
}

.wrap{
    margin-top: 50px;
}

table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 1050px;
    table-layout: fixed;
  }
  
  table tr {
    background-color: #fff;
    padding: .35em;
    border: 1px solid rgb(199, 199, 199);
  }
  table tr:last-child{
    border: none;
  }
  table th{
    padding: 2em;
    border-right: 1px solid rgb(199, 199, 199);
  }
  table td {
    padding: 2em .5em;
    border-right: 1px solid rgb(199, 199, 199);
    text-align: center;
  }
  table th {
    font-size: .85em;
  }
  table thead tr{
    background-color: #757d88;
    color:#fff;
  }
  table tbody th {
      border-right: 1px solid rgb(199, 199, 199);
  }
  th.non {
      border-right: none;
  }
  .txt{
     text-align: left;
     font-size: .85em;
  }
  .price{
    color: #000;
    font-weight: bold;
    font-size:1.3em
  }
  .price span {
      font-size: .6em;
  }
  .red_bk{
    background:#e8ae10
  }
  .red-txt{
    color:#e8ae10
  }
  .btn{
    background:#e8ae10;
    border: 2px solid #e8ae10;
    color:#fff;
    padding: 1em;
    border-radius:20px;
    display:block;
    text-decoration:none;
    font-size:.8em;
    margin-top: 10px;
  }
  .btn:hover{
    background: #fff;
    border: 2px solid #e8ae10;
    color: #e8ae10;
    transition: .2s;
  }
  table .btnarea td {
    padding: .2em .5em;
    border-right:none
  }

  @media screen and (max-width:1280px) {
    .wrapper{
        max-width: 768px;
    }

    .main-contents{
        width: 768px;
    }

    table {
      width: 668px;
    }

}

@media screen and (max-width:768px) {
    .wrapper{
        max-width: 480px;
    }
    .main-contents{
        width: 480px;
    }
    table {
      width: 380px;
    }
    table td {
      font-size: .5em;
    }
    table th {
      font-size: .5em;
    }
    .txt{
       font-size: .5em;
    }
    .price{
      font-size:0.7em
    }
    .price span {
        font-size: .3em;
    }
    .btn{
      font-size:.1em;
      padding: 10em .6em;
    }
    
}