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; */
    /* font-family: source-han-sans-japanese, sans-serif; */
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Sans", 游ゴシック体, YuGothic, "YuGothic M", Meiryo, メイリオ, sans-serif !important;
    color: #111;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
    width: 1680px;
    margin: 0 auto;
    max-width: 100%;
}
a{
    color: #dac7c7;
}
.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;
}
.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;
}
.flex-center{
  justify-content: center;
  align-items: center;
}
.relative{
  position: relative;
}

/* ヘッダーコンテンツ */
#main-head{
  position: relative;
}
.logo-area img{
  width: 120px;
  position: absolute;
  z-index: 10;
  left: 0;
}
/* ヘッダーコンテンツ */

/* メインコンテンツ */
.mv{
  background: url('../images/back_mv.jpg');
  background-position: center;
  background-size: cover;
  min-height: 400px;
  position: relative;
}
.mv-box{
  position: relative;
  padding-top: 120px;
}
.mv-txt{
  position: relative;
  background: #01287085;
  padding: 32px;
}
.mv-txt h1{
  text-align: center;
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.2;
  color: #fff;
}
.mv-txt p{
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-size: 3rem;
  padding: 8px ;
  text-align: center;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.2;
  color: #fff;
  margin-top: 16px;
}
.main-box{
  width: 40%;
}
.sub-box{
  width: 30%;
}
.zoom-box{
  background: rgba(0,0,0,.5);
  margin-top: 40px;
  padding: 16px 0;
  position: relative;
}
.main-box p{
  font-size: 18px;
  color: #fff;
}
.main-box p.b{
  font-weight: 700;
  margin: 16px 0;
}
.main-box p.b2{
  font-weight: 700;
  margin: 16px 0;
  font-size: 150%;
}
.nmt40{
  margin-top: -40px;
}
.human-box{
  width: 100%;
  background: #262c54;
  position: absolute;
  bottom: -16px;
  padding: 16px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.human-box h3{
  font-size: 2rem;
}
.offer img{
  width: 90%;
}

@media screen and ( max-width: 599px ){
  .mv-txt h1 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1.2;
    color: #fff;
}
.mv-txt p {
  font-size: 2rem;
}
.human-box {
  width: 100%;
  background: #262c54;
  position: relative;
  padding: 8px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-top: -24px;
  min-height: 94px;
}
.human-box p{
  font-size: 8px;
  line-height: 1.1;
}
.human-box h3 {
  font-size: 1.4rem;
}
.main-box p.b {
  font-weight: 700;
  margin: 4px 0;
}
.main-box p {
  font-size: 16px;
  color: #fff;
}
.main-box p.b2 {
  font-weight: 700;
  margin: 6px;
  font-size: 90%;
}
.zoom-box{
  padding: 16px 0 0;
}
.logo-area img {
  width: 60px;
  position: absolute;
  z-index: 10;
  left: 0;
  margin: 8px;
}
.mv-box {
  position: relative;
/*  padding-top: 80px;*/
    padding-top: 16px;
}
}
.contents-box {
  padding: 40px 0;
}
.contents-box2 {
  padding: 40px 0;
  background: #f5f5f5;
}
.contents-box > div,
.contents-box2 > div{
  padding: 16px;
}
.main-ttl{
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px;
}
h3.main-ttl{
  font-size: 24px;
}
.point-contents{
  width: 720px;
  margin: 0 auto;
}
.point-contents li{
  width: calc(100% / 3);
}
.point-contents li div{
  width: 200px;
  height: 200px;
  border-radius: 100px;
  border: 2px solid #111;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.point-contents li div p{
  font-size: 24px;
  font-weight: 800; 
}
.kadai{
  width: 720px;
  margin: 0 auto;
  max-width: 100%;
}
.kadai ul{
  width: 100%;
  border: 2px solid #111;
  padding: 16px;
  border-radius: 16px;
  background: #fff;
}
.kadai ul li p{
  font-size: 20px;
  font-weight: 700;
  padding: 8px 8px 8px 32px;
  position: relative;
}
.kadai ul li p::before{
  content: '';
  background: url('../images/check.svg');
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  position: absolute;
  left: 0;
}
.table-content{
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
.table-content th{
  background: #262c53;
  color: #fff;
}
.main-ttl2{
  background: #262c53;
  padding: 8px;
  color: #fff;
}
.main-ttl3{
  background: #cb7839;
  padding: 8px;
  color: #fff;
}
.w70{
  width: 70%;
}
.w30{
  width: 30%;
}
.kaisai{
  margin-top: 24px;
}
.kaisai h3{
  font-size: 140%;
}
a.button-content{
  background: #f78e00;
    color: #fff;
    font-weight: 699;
    padding: 16px;
    display: inline-block;
}
a.button-content:hover{
  text-decoration: none;
  opacity: .8;
  transition: .5s;
}
.koushi{
  background: url('../images/back-koushi.png');
  background-size: cover;
  background-position: center;
}
.koushi-contents{
  width: 880px;
  margin: 0 auto;
  max-width: 100%;
}
.koushi-contents li{
  width: calc(100% / 2);
}
.koushi-box{
  background: #fff;
  padding: 16px;
  margin: 24px;
  min-height: 508px;
}
.koushi-box img.koushiimg{
    width: 180px;
    float: left;
    margin-bottom: 0.5rem;
}
.koushi-box p{
  font-size: 85%;
}
.review-box li{
  margin-bottom: 8px;
}
.review-content{
  border: 2px solid #cb7839;
  padding: 8px;
  border-radius: 8px;
  width: 100%;
}
.review-img{
  width: 120px;
}
.review-txt{
  width: calc(100% - 144px);
  font-size: 18px;
  font-weight: 600;
  margin-left: 24px;
}
.block-wh{
  background: #fff;
}
.block-wh > div{
  padding: 0 16px 16px 16px;
}
@media screen and ( max-width: 599px ){
  .point-contents {
      width: 100%;
      margin: 0 auto;
  }
  .point-contents li div p {
      font-size: 12px;
      font-weight: 800;
  }
  .point-contents li div {
    width: 30vw;
    height: 30vw;
    border-radius: 100px;
    border: 2px solid #111;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.kadai ul li p {
  font-size: 16px;
}
.main-ttl {
  font-size: 24px;
}
.contents-box {
  padding: 24px 0;
}
.contents-box > div, .contents-box2 > div {
  padding: 0 16px;
}
.kaisai .w70,
.kaisai .w30{
  width: 100%;
  margin-top: 8px;
}
.koushi-contents li {
  width: calc(100%);
}
.koushi-box {
  background: #fff;
  padding: 12px;
  margin: 8px;
}
.review-img {
  width: 80px;
}
.review-txt {
  width: calc(100% - 108px);
  font-size: 14px;
  font-weight: 600;
  margin-left: 24px;
}
h3.main-ttl {
  font-size: 20px;
}
#main-head{
    display: none;
}
}
/* メインコンテンツ */

/*フッターコンテンツ*/
#main-footer{
    background: #e3e7f2;
    padding: 8px 0;
}
#main-footer img{
    width: 120px;
    margin: 16px;
}
/*フッターコンテンツ*/

.thanks-head img{
    width: 120px;
}
@media screen and ( max-width: 812px ){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
   
}
/*スマホ用の電話ボタンの位置調整*/
@media screen and ( max-width: 599px ){
    #page-top{
        position: fixed;
        bottom: 0;
        width: 100%;
        background: rgba(0,0,0,.2);
        padding: 8px;
        text-align: center;
    }
    #page-top img{
        width: 80%;
    }
    #main-footer {
        background: #e3e7f2;
        padding: 8px 0;
        padding-bottom: 100px;
    }
}

form#mail_form dl dt.box-none span.optional{
        background: #fff;
            border: 1px solid #fff;
}