@charset "utf-8";
/*@charset "UTF-8";     コメント */
/*css初期設定 start*/
html {
    font-size: 62.5%; /*文字標準*/
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
}
a {
    text-decoration: none; /*リンクデコレーションリセット*/
}
/*大きさの計算*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    width: 100%;
    margin: 0 auto;
    line-height: 1.7rem;
    /*文字詰め*/
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    /*スマホ横向き時のフォントサイズリセット*/
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow: visible;
    font-size: 1.4rem;
}
.linecolor {
    color: #06C754;
}
.appcolor {
    color: #3193BD;
}
.eng {
font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
font-weight: 300;
    letter-spacing: 0.5rem;
font-style: normal;
}
/*iOSフォーム要素の初期化*/
input, button, textarea, select {
    -webkit-appearance: none;
    appearance: none;
}
/*画像の調整*/
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
span {
    display: inline-block;
}
@media (max-width: 1023px) {
    .sp {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
}
@media only screen and (min-width: 1024px) {
    .sp {
        display: none !important;
    }
    .pc {
        display: block !important;
    }
}
#copyright {
    font-size: 1.2rem;
}
#main-footer a {
    font-size: 1.2rem;
}
/*css初期設定 end*/
/*main start*/
body {
    background-color: #ffffff;
    color: #1C1C1B;
    line-height: 1.5;
}
.mainWrap {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.topSec{
    width: 100%;
    position:relative;
}
/*売り切れの時　画像を薄く*/
.topSec img{
    opacity: 0.3;    
}
/*売り切れの時　の文字を出す*/
.topSec p{
    width: 320px;
    position: absolute;
    background-color: #7dcebb ;
    top: 55%;;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 30px 30px;
    color: #1c1c1b;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
}
.infoSec .infoTxt p{
    width: 100%;
    padding: 45px 25px;
    font-size: 1.4rem;
    line-height: 1.73077;
}
.pointFlex{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.pointFlex .pointImg{
    position: relative;
    width: 360px;
    height: 360px;
    margin: 0 auto;
    
}
.pointFlex .pointImg h2{
    position: absolute;
    font-size: 2.8rem;
    font-weight: 600;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.pointFlex .pointImg .img01{
    position: absolute;
    width: 75%;
    top: 15%;
    left: 50%;
    transform: translate(-50%, 0);
}
.arrow_height{
    position: absolute;
    height: 60%;
    border-right: 1px solid #3b3838;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 24%;
    left: -1%;
    padding-right: 3px;
}

.arrow_height::before{
    position: absolute;
    content:"";
    display: inline-block;
    width:0px;
    height:0px;
    border-top:solid 10px transparent;
    border-bottom:solid 10px #3b3838;
    border-left:solid 10px transparent;
    border-right:solid 10px transparent;
    top: -5%;
    left: 78.5%;  
}
.arrow_height::after{
    position: absolute;
    content:"";
    display: inline-block;
    width:0px;
    height:0px;
    border-top:solid 10px #3b3838;
    border-bottom:solid 10px transparent;
    border-left:solid 10px transparent;
    border-right:solid 10px transparent;
    top: 100%;
    left:78.5%;   
    
}
.arrow_width{
    position: absolute;
    width: 60%;
    border-top: 1px solid #3b3838;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    padding-right: 3px;
}
.arrow_width::before{
    position: absolute;
    content:"";
    display: inline-block;
    width:0px;
    height:0px;
    border-top:solid 10px transparent;
    border-bottom:solid 10px transparent;
    border-left:solid 10px transparent;
    border-right:solid 10px #3b3838;
    top: -55%;
    left: -7%; 
}
.arrow_width::after{
    position: absolute;
    content:"";
    display: inline-block;
    width:0px;
    height:0px;
    border-top:solid 10px transparent;
    border-bottom:solid 10px transparent;
    border-left:solid 10px #3b3838;
    border-right:solid 10px transparent;
    top: -55%;
    left: 97.5%;   
}
.pointTxt{
    display: flex;
    width: 80%;
    justify-content: center;
    align-items: center;
    padding: 20px 0px 20px;
    margin: 0 auto;
}
.pointTxt p{
    font-size: 1.4rem;
    line-height: 1.73077;
}

.pointFlex2{
    display: flex;
    flex-direction: column;
}
.pointFlex2 .pointImg{
    width: 90%;
    margin: 0 auto;
    background-color: #7dcebb ;
    padding: 5%;
}
.pointFlex3{
    display: flex;
    flex-direction: column;
}
.pointFlex3 .pointImg{
    width: 90%;
    margin: 0 auto 20px;
    background-color: #7dcebb ;
    padding: 5%;
}


.note{
    width: 100%;
    margin: 60px auto;
    background-color: #7dcebb ;
    line-height: 1.73077;
    padding: 30px 0;
    color: #fff;
/*    text-shadow:0 0 5px #556368;*/
}
.note h3{
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
    margin: 0px 0 9px;
    
}
.note ul{
    width: 60%;
    margin: 0 auto;
}
.note ul li{
    font-size: 1.2rem;
    list-style: disc;
    font-weight: 400;
}
.cvArea{
    width: 100%;
    margin: 40px auto 80px;
    text-align: center;
}
a.cvBtn{
    display: inline-block;
    background-color: #7dcebb ;
    /* border: 1px solid #3b3838; */
    font-size: 1.8rem;
    transition: transform .2s;
    padding: 8px 80px;
    /* border-radius: 10px; */
    color: #fff;
    letter-spacing: 0.2rem;
}
a.cvBtn:active{
    display: inline-block;
    background-color: #7dcebb ;
/*    border: 1px solid #3b3838;*/
    font-size: 1.8rem;
    transform: scale(.95);
    color: #fff;
}
@media only screen and (min-width: 961px) {
/*
    body{
        background-image: url("../images/bgtest.jpg");
        background-attachment: fixed;
        background-size:cover;
    } 
    .content{
        max-width: 760px;
        margin: 0 auto;
        background-color: #fff;
    }    body{
        background-image: url("../images/bgtest.jpg");
        background-attachment: fixed;
        background-size:cover;
    } 
    .content{
        max-width: 760px;
        margin: 0 auto;
        background-color: #fff;
    }
*/
.mainWrap{
    max-width: 1240px;
    margin: 0 auto;
}    
.topSec {
    margin-top: 32px;
    width: 100%;
    position: relative;
}    
.topSec p{
    width: 415px;
    top: 50%;

    padding: 15px 5px;
}
    
.infoTxt{
    display: flex;
    max-width: 940px;
        margin: 120px auto 90px;
}
.infoSec .infoTxt p {
    width: 50%;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}    
.pointFlex {
    display: flex;
    flex-direction: row;
    max-width: 940px;
    margin: 120px auto;
}
.pointFlex .pointImg {
    width: 500px;
    height: 500px;
}
.pointFlex .pointImg .img01 {
    width: 85%;
}
.pointTxt {
        width: 50%;
        padding: 0 30px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
}
.pointTxt p {
        width: 90%;
        font-size: 1.6rem;
        text-align: left;
}
.pointImg03{
    width: 70%;
    margin: 20px auto;
    background-color: #7dcebb;
    padding: 5%; 
}
.arrow_width {
    left: 50%;
    bottom: 10%;
}
.arrow_height {
    top: 17%;
    left: 0%;
}    
.pointFlex2 {
    display: block;
    width: 50%;
}
.pointFlex2 .pointImg {
    width: 100%;
}
.note {
    width: 740px;
    margin: 159px auto;

}    
.note ul {
    width: 62%;
}
.note h3 {
    font-size: 1.8rem;
}  
.note ul li {
    font-size: 1.4rem;
} 
a.cvBtn {
    font-size: 2.2rem;
}    
}
/*メインエンド*/
/*ヘッダーエリア*/
.header {
    width: 100%
}
.header {
    padding-bottom: 8px;
    margin-bottom: -8px;
}
.toplogo {
    width: 100%;
    height: 100px;
    /*      border-top: 8px solid #067fc4;*/
    text-align: center;
}
img.blandLogo {
    height: 80px;
    width: auto;
    margin: 10px;
}
