html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
    font-family: 'Noto Sans JP', sans-serif;
    color: #222222;
    font-size: 14px;
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
}
a{
    color: #1E1E1E;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
img{
    max-width: 100%;
}
ul{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
.pc-in{
    display: inline-block;
}
.sp-in{
    display: none;
}
.flex{
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.relative{
  position: relative;
}
/* ヘッダーコンテンツ */
.logo-area{
  width: 180px;
}
.header-nav{
  width: calc(100% - 180px);
}
.header-nav ul{
  width: 100%;
}
.header-nav ul li{
  margin: 16px;
}
.header-nav ul li:last-child{
  margin: 4px;
}
#main-head{
    width: 100%;
    background: #fff;
    height: 56px;
    position: fixed;
    z-index: 9999;
}
#main-head > div{
}
#main-content{
    padding-top: 56px;
}
/* ヘッダーコンテンツ */
/* メインコンテンツ */
.cta{
  width: 46%;
  position: absolute;
  z-index: 10;
  bottom: 14%;
  left: 5%;
}
.cta2{
  width: 46%;
  position: absolute;
  z-index: 10;
  bottom: 14%;
  left: 0;
  right: 0;
  margin: auto;
}
.cta3{
  width: 46%;
  position: absolute;
  z-index: 10;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
}
.cta4{
  width: 46%;
  position: relative;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 4rem auto;
}
.cta:hover{
  opacity: .7;
  transition: .6s;
}
.nm15{
  margin-top: -1.5%;
}
.block{
  display: block;
}
.back-green{
  background: #FAFAF3;
}
.content-back{
  width: 100%;
  min-height: 600px;
  background: url('../images/back-top.png') , url('../images/back-mid.png') , url('../images/back-bottom.png') #FAFAF3;
  background-size: 100%;
  background-repeat: no-repeat , repeat-y , no-repeat;
  background-position: top , center , bottom;
  padding-bottom: 80px;
}
#faq h2{
  padding: 64px 0;
}

.accordion {
  margin: 0 auto;
  max-width: 60vw;
  }
  .toggle {
  display: none;
  }
  .option {
  position: relative;
  margin-bottom: 1em;
  }
  .title,
  .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  }
  .title {
    border: solid 1px #2FA677;
    /* padding: 24px 24px 24px 0; */
    display: block;
    color: #333;
    font-weight: bold;
    background: #fff;
    
  }
  .title span{
    padding: 24px 24px 24px 74px;
    position: relative;
    display: block;
    font-size: 120%;
  }
  .title span:before{
    content: '';
    position: absolute;
    background: url('../images/q.svg');
    width: 56px;
    height: 56px;
    left: 1%;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .title::after,
  .title::before {
    content: "";
    position: absolute;
    right: 1.5em;
    top: 1.5em;
    width: 1px;
    height: 1.75em;
    background-color: #2FA677;
    transition: all 0.3s;
  }
  .title::after {
  transform: rotate(90deg);
  }
  .content {
  max-height: 0;
  overflow: hidden;
  }
  .content p {
  margin: 0;
  padding: 24px 24px 24px 74px;
  position: relative;
  font-size: 120%;
  line-height: 1.5;
  }
  .content p:before{
    content: '';
    position: absolute;
    background: url('../images/a.svg');
    width: 56px;
    height: 56px;
    left: 1%;
    margin: auto;
    top: 10px;
    /* bottom: 0; */
  }
  .toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.5s;
  }
  .toggle:checked + .title::before {
  transform: rotate(90deg) !important;
  }

/* メインコンテンツ */

/*フッターコンテンツ*/
#main-footer{
  
}
.foot-logo{
  width: 180px;
  padding: 48px 0;
}
.footer-menu{
  width: 100%;
}
.footer-menu li{
  width: calc(100% / 5);
  text-align: center;
}
.copy-area{
  background: #2FA677;
  width: 100%;
  padding: 24px 0;
  color: #fff;
  text-align: center;
  margin-top: 48px;
}
/*フッターコンテンツ*/
@media screen and ( max-width: 812px ){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .pc-in{
        display: none;
    }
    .sp-in{
        display: inline-block;
    }
    .cta {
      width: 84%;
      position: absolute;
      z-index: 10;
      bottom: 6.5%;
      left: 0;
      right: 0;
      margin: auto;
    }
    .cta2{
      bottom: 13%;
    }
    .cta3{
      bottom: 5%;
    }
    .cta4 {
      position: relative;
      z-index: 10;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      margin: 2rem auto;
  }
/*    main{
      margin-top: 8px;
    }*/
    #faq h2 {
      padding: 48px;
  }
  .accordion {
      margin: 0 auto;
      max-width: 82vw;
  }
  .title span:before {
      content: '';
      position: absolute;
      background: url(../images/q.svg);
      width: 48px;
      height: 48px;
      left: 1%;
      margin: auto;
      top: 0;
      bottom: 0;
      background-size: cover;
  }
  .content p:before {
      content: '';
      position: absolute;
      background: url(../images/a.svg);
      width: 48px;
      height: 48px;
      left: 1%;
        margin: auto;
        top: 18px;
        bottom: auto;
        background-size: cover;
  }
  .content p {
      margin: 0;
      padding: 24px 24px 24px 60px;
      position: relative;
      font-size: 100%;
      line-height: 1.5;
  }
  .title span {
    padding: 24px 48px 24px 60px;
    position: relative;
    display: block;
    font-size: 100%;
}
.footer-menu li {
  width: calc(100%);
  text-align: center;
  padding: 1.5rem;
}
.content-back{
  width: 100%;
  min-height: 600px;
  background: url('../images/back-top-sp.png') , url('../images/back-mid-sp.png') , url('../images/back-bottom-sp.png') #FAFAF3;
  background-size: 100%;
  background-repeat: no-repeat , repeat-y , no-repeat;
  background-position: top , center , bottom;
  padding-bottom: 80px;
}
  .logo-area{
    width: 35%;
  }
  .logo-area img{
    margin-left: 2%;
  }
  .head-cta{
    width: 65%;
  }
  .head-cta img{
    margin-right: 5%;
    width: 200px;
    float: right;
  }
  #main-head{
    padding-top: 8px;
  }
  .title::after, .title::before {
        content: "";
        position: absolute;
        right: 1.5em;
        top: 0;
        width: 1px;
        height: 1.75em;
        background-color: #2FA677;
        transition: all 0.3s;
        margin: auto;
        bottom: 0;
    }
}
.contact-btn{
    width: 540px;
    display: block;
    margin: 2rem auto;
}
/*スマホ用の電話ボタンの位置調整*/
@media screen and ( max-width: 599px ){
    .contact-btn{
        width: 80%;
        display: block;
        margin: 2rem auto;
    }
}

