@charset "UTF-8";

/* 共通部分
---------------------------*/

html {
    font-size: 100%;
}

#wrapper{
    font-size: 1rem;
}

.wrapper {
    max-width: 1200px;
    margin: 50px auto;
}

body {
    font-family: "kozuka-mincho-pro",'Noto Serif JP', serif, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    /* font-family : 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝'; */
    color: #333;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

/* .main-img img {
    width: 100%;
} */

.about {
    text-align: center;
}

/*　ABOUT */

.about h1 {
    color: #fff;
    padding: 1rem;
    margin-bottom: 0.2rem;
    background-image: linear-gradient(to right, rgb(244, 219, 159), rgb(193, 162, 108), rgb(244, 219, 159));
    background-repeat: no-repeat;
    font-size: 2rem;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.2em;
}

.content-text {
    /* max-width: 1000px; */
    margin: 30px 60px;
}
.content-text.short-disc {
    /* max-width: 1000px; */
    margin: 30px 60px;
}

.content-text p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    letter-spacing: 0.3rem;
    text-align: left;
}

.content-text span {
    font-size: 1.3rem;
}

.bg-content-text {
    padding: 30px 60px;
    text-align: left;
    background-color: #EDE1D2;
    font-size: 1.5rem;
    margin-bottom: 40px;
    letter-spacing: 0.3em;
}

.bg-content-text p{
    line-height: 2rem;
    font-size: 1.3rem;
}

/*　REASON　*/
.question {
    position: relative;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid rgb(193, 162, 108);
    background-color: #fff;
    font-weight: 200;
    font-size: 1.6rem;
    margin: 50px auto;
    display: inline-block;
    letter-spacing: 0.4rem;
}

.question :before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 20px;
    width: 10px;
    border-right: 3px solid rgb(193, 162, 108);
    background-color: #fff;
    content: "";
}

.question span {
    color: #EF6280;
    font-size: 2.5rem;
}

span.h2-s {
    font-size: 2rem;
}

span.question-l {
    font-size: 2.5rem;
    color: #575757;
}


.iconPosi.odd {
    text-align: center;
    margin-bottom: -70px;
    margin-left: 50px;
}

.iconPosi.even {
    text-align: center;
    margin-bottom: -70px;
    margin-left: -30px;
}

.iconPosi img {
    position: relative;
}

.icon001 {
    /* width: 8%; */
    z-index: 3;
}

.icon002 {
    /* width: 10%; */
    z-index: 3;
}

.left-box.above {
    z-index: 2;
  }

.second-cont {
    position: relative;
    display: flex;
    width: 100%;
}

.second-cont .left-box img {
    margin-top: 150px;
    margin-right: -150px;
}

.second-cont .right-box img {
    width: 600px;
    z-index: -1;
}

.second-cont .left-box .large-text {
    margin-left: 200px;
}

.first-cont {
    position: relative;
    display: flex;
    width: 100%;
}

.first-cont .left-box img {
    width: 600px;
    z-index: -1;
}

.first-cont .right-box img {
    margin-top: 140px;
    margin-left: -150px;
}

.first-cont .right-box .large-text {
    margin-left: -60px;
}

p.small-text.left-posi {
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
    color: #fff;
    text-align: left;
    margin-left: 20px;
}

.left-box{
    width: 50%;
}

.right-box {
    width: 50%;
}

.left-box.above.disc {
    width: 70%;
}

.right-box.above.disc {
    width: 70%;
}


.reason-title {
    position: relative;
    font-size: 2rem;
    line-height: 1.8rem;
    margin-top: 75px;
    text-align: center;
    letter-spacing: 0.3rem;
    z-index: 2;
}

.reason-title.left{
    left: 50px;
}
.reason-title.right{
    right: 50px;
}

.reason-title span {
    font-size: 1.5rem;
}

.large-text {
    margin-top: -190px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.2em;
    z-index: 3;
}

.contbox-001 {
    position: relative;
    left: 60px;
    margin-top: -5px;
    /* margin-right: -20px; */
    padding: 2em;
    border-radius: 15px;
    background-color:rgba(193,162,108,0.6);
}

.contbox-002 {
    position: relative;
    right: 60px;
    margin-top: -5px;
    /* margin-left: -30px; */
    padding: 2em;
    border-radius: 15px;
    background-color:rgba(193,162,108,0.6);
}


/*　CASE　*/
.case-list001 {
    margin: 100px 0;
}

.list-box {
    max-width: 80%;
    margin: -30px auto 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.list-box h3 {
    text-align: left;
    font-size: 30px;
    margin: 0;
}

.list-box ul {
    margin-top: 30px
}

.list-box li {
    list-style: none;
    text-align: left;
    font-size: 1.2rem;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: left;
    padding: 17px 10px 17px 50px;
    margin-top: 10px;
}

.pict {
    width: 50%;
    margin-left: 3%;
}

.pict img {
    width: 100%;
    height: auto;
}

.inner-text {
    width: 50%;
    margin-top: 80px;
}


/*　PRICE */
.table-price {
    margin: 70px 15px;
    background-color: #f2f2f2;
}

th.bg-white {
    background: #fff;
    border: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    word-wrap: break-word;
    word-break: break-all;
}

.tbl-common thead th {
    border-right: none;
}

.tbl-common th {
    font-size: 16px;
    text-align: center;
    padding: 10px;
    color: #000;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

table th,
table td {
    text-align: left;
    vertical-align: middle;
}

.tbl-common td {
    background:#f2f2f2;
    width: 25%;
    border: none;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tbl-common thead th:last-child{
    border: none;
}

th.monitor, th.price{
    border: none;
}

.taxPrice {
    font-size: 13px;
}

th.monitor {
    background-color: #C1A26C;
    color: #fff;
}

th.price {
    background-color: #999;
    color: #fff
}

.table-style {
    border-top: 1px solid #b3b3b3;
    width: 70%;
    margin: 0 auto;
}

td span {
    font-size: .875rem;
}

.dView {
    display: block;
}

/* CTA設定 */
.cta-container {
  margin-top: 20px;
  margin-bottom: 60px;
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
}

.cta-btn {
  border: none;
  background-color: #C1A26C;
  width: 600px;
  height: 90px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.15em;
  border-radius: 8px;
  box-shadow: 4px 5px 6px 0 rgba(0, 0, 0, .4);
}

.cta-btn:hover {
  cursor: pointer;
  box-shadow: inset 3px 6px 6px 0 rgba(0, 0, 0, .3);
  color: #f7e498;
}

@media screen and (max-width:550px) {
  .cta-btn {
    font-size: 20px;
    width:300px;
    height: 60px;
  }
  .span-container{
    right:14px !important;
}
}

/*　モバイル　*/

@media screen and (min-width: 551px) {
    .moView {
        display: none;
    }
}


@media screen and (max-width: 768px) {
    body {
        width: 100%;
        margin: 0 auto;
    }

    .about h1, .content-text{
        margin: 0 15px;
    }

    .left-box,
    .right-box {
        width: 100%;
    }

    .first-cont,
    .second-cont {
        display: block;
    }

    .second-cont .left-box img {
        width: 100%;
        margin-top: 20px;
        margin-right: 0;
    }

    .second-cont .right-box img {
        width: 100%;
        margin: -30px 0px 50px 10px;
    }

    .second-cont .right-box .large-text {
        margin: -140px 0 30px 20px;
    }

    .large-text {
        font-size: 16px;
        text-align: center;
    }

    .iconPosi {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 20px;
        margin-right: 60px;
    }

    .second-cont .right-box img {
        display: none;
    }

    .iconPosi.odd {
        text-align: center;
        margin-bottom: -25px;
    }

    .iconPosi.even {
        text-align: center;
        margin-bottom: -5px;
        margin-left: 20px;
    }

    .icon001 {
        width: 20%;
    }

    .icon002 {
        width: 20%;
    }

    p.small-text.left-posi {
        font-size: 1rem;
        letter-spacing: 0.1rem;
        line-height: 1.5rem;
        
    }

    .reason-title {
        font-size: 1.4rem;
        margin-top: 15px;
        margin-bottom: 10px;
        letter-spacing: 0.1rem;
    }
    .reason-box001 {
        margin-top: 40px;
    }
    .reason-box002 {
        margin-top: 40px;
    }
    .reason-box003 {
        margin-top: 40px;
    }
    .reason-box004 {
        margin-top: 40px;
    }

    .contbox-002{
        right:0;
    }
    .contbox-001{
        left:0;
    }
    .contbox-001, .contbox-002 {
        margin: 0 15px;
        padding: 1em;
        border-radius: 20px;
    }

    .content-text{
        margin: 15px 25px;
        /* padding: 30px 35px; */
    }
    .content-text.short-disc {
        margin:25px;
        padding:0;
    }

    .content-text p, p{
        font-size: 1rem;
        line-height: 2rem;
        text-align: left;
    }
    .bg-content-text{
        padding: 30px;
    }

    .bg-content-text p{
        font-size: 1rem;
        line-height: 2rem;
        letter-spacing: 0.2rem;
    }

    .content-text span {
        font-size: .875rem;
    }

    .left-box.above.disc {
        width:100%;
    }
    .right-box.above.disc {
        width:100%;
    }
    .reason-title.right {
        right: 0;
    }
    .reason-title.left{
        left:0;
    }

    .about h1,
    .list-box h3 {
        font-size: 1.5rem;
    }
    .question {
        font-size: 1.3rem;
        letter-spacing: 0.2rem;
    }

    .list-box h3{
        text-align: center;
    }

    .question span {
        font-size: 1.8rem;
    }

    .list-box li {
        font-size: 1rem;
    }

    .list-box {
        display: block;
    }

    .pict {
        width: 100%;
        margin-left: 0;
    }

    .inner-text {
        width: 100%;
        margin-top: 0px;
    }

    .list-box ul {
        margin-top: 0;
        margin-left: 20px;
    }

    br.pc-only {
        display: none;
    }

    .reason-box002,
    .reason-box003,
    .reason-box004 {
        margin-top: 40px;
    }

    .reason-title span,
    th.monitor,
    th.price,
    .tbl-common td {
        font-size: .875rem;
    }

    .table-style{
        width: 100%;
    }

}