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;
}
body {
	line-height: 1.5;
}
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: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #111;
    font-size: 14px;
    -moz-font-feature-settings: 'kern';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a{
    color: #707070;
}
.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: center;
  justify-content: flex-start;
  /* justify-content: flex-start; */
}
.flex-between2{
justify-content: space-between !important;
}
.flex-between{
justify-content: space-between !important;
align-items: center !important;
}
.at-top{
align-items: flex-start !important;
}
.jc-lest{
justify-content: left !important;
}
.jc-right{
justify-content: right !important;
}
.at-center{
align-items: center !important;
justify-content: center;
}
.at-center2{
align-items: center !important;
justify-content: flex-start;
}
.stretch{
  align-items: stretch !important;
}
.logo{
  padding: 24px 0;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}
.logo img{
  width: 140px;
  margin-bottom: -0.5rem;
  margin-right: 0.3rem;
      width: 100px;
}
.fv__area{
  width: 92%;
  margin: 0 4%;
  height: 720px;
  background: url('../images/mv-back.jpg');
  background-size: cover;
  background-position: top center;
  position: relative;
}
.text-gradient{
  font-weight: bold;
  text-align: center;
  background: #00b4dc; /* fallback for old browsers */
  background: -webkit-linear-gradient(right, #00b4dc, #0ed458);
  background: linear-gradient(to right, #00b4dc, #0ed458);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fv__area > div{
  margin-left: 5%;
}
.main-ttl{
  font-size: 48px;
  line-height: 1.3;
  font-weight: 600;
}
.btn{
  padding: 16px 38px;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 12px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#00b4dc), to(#0ed458));
  background: linear-gradient(to right, #00b4dc 0%, #0ed458 100%);
  color: #fff;
  font-weight: 600;
  margin: 2rem 0;
}
.content1-txt h2{
  position: relative;
  padding: 0 120px;
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
}
.content1-txt h2:before{
  content: '';
  background: url(../images/item1.png);
  width: 96px;
  height: 96px;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.content1-txt h2:after{
  content: '';
  background: url(../images/item2.png);
  width: 96px;
  height: 96px;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.content_bloc{
  padding: 64px 0;
}
.point{
  width: 100%;
  margin: 64px auto 40px;
}
.point li {
  width: calc(100% / 4);
  margin-bottom: 24px;
}
.point li img {
  width: 90%;
}
.back-gradient{
  background: -webkit-gradient(linear, left top, right top, from(#00b4dc), to(#0ed458));
  background: linear-gradient(to right, #00b4dc 0%, #0ed458 100%);
  padding: 40px 0;
  width: 100%;
}
.bold{
  font-size: 180%;
  font-weight: 600;
}
.contact-ttl{
  font-weight: 600;
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  padding-left: 120px;
  position: relative;
  display: inline-block;
}
.sub-ttl{
  font-weight: 600;
  color: #111;
  font-size: 32px;
  line-height: 1.2;
  position: relative;
  display: inline-block;
      background: #00b4dc;
    background: -webkit-linear-gradient(right, #00b4dc, #0ed458);
    background: linear-gradient(to right, #00b4dc, #0ed458);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-ttl:before{
  content: '';
  background: url(../images/kantan.svg);
  width: 110px;
  height: 110px;
  left: 0;
  position: absolute;
  background-size: 100%;
  top: -8px;
}
.contact-ttl span{
  font-size: 24px;
}
.sub-block{
    border-top: 1px solid #dedede;
    padding: 48px 0;
    border-bottom: 1px solid #dedede;
}
.sub-message{
    margin-top: 48px;
}
.sub-message h3{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.8;
}
.sub-message p{
    line-height: 1.8;
    font-weight: 500;
}
.shushoku{
    background: rgba(0,0,0,.2);
    padding: 3%;
    color: #fff;
    width: 440px;
}
.shushoku2{
    border: 2px solid rgb(7 186 195);
    padding: 3%;
    width: 95%;
    margin: 0 auto 10%;
    position: relative;
}
.shushokuttl{
    background: #09bac3;
    padding: 8px 16px;
    display: inline-block;
    color: #fff;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 90px;
    text-align: center;
    top: -20px;
}
.shushoku ul{
}
.shushoku ul li {
    margin: 1%;
    width: 42%;
}
.copy{
    border-top: 1px solid #dedede;
    padding: 16px 0;
    text-align: center;
    margin-top: 48px;
}
.container2{
  width: 960px;
  margin: 0 auto;
}
.pc_inline{
  display: inline-block;
}
.sp_inline{
  display: none;
}
.form_area{
  /* background: #f5f5f5; */
  /* padding: 40px 0; */
}
.check-item li{
  font-size: 20px;
  margin-bottom: 16px !important;
}
form#mail_form ul li input[type="checkbox"] {
  margin-top: 0px;
  width: 20px;
  /* padding: 8px !important; */
  height: 20px;
  position: relative;
  top: 2px;
}
.next{
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  background: #ff7601;
  padding: 8px 32px !important;
  border-radius: 12px;
  color: #fff;
  margin: 16px !important;
}
.prev{
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  background: rgb(157, 157, 157);
  padding: 8px 32px !important;
  border-radius: 12px;
  color: #fff;
  margin: 16px !important;
}
form h2{
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 32px !important;
  color: #202020;
  position: relative;
}
/*form dl{
    position: relative;
}*/
#f1:before{
    content: '';
    width: 400px;
    height: 80px;
    background: url(../images/form/f1.svg);
    background-size: contain;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 40px;
    z-index: 100;
    background-repeat: no-repeat;
    background-position: center;
}
#f2:before{
    content: '';
    width: 400px;
    height: 80px;
    background: url(../images/form/f2.svg);
    background-size: contain;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 40px;
    z-index: 100;
    background-repeat: no-repeat;
    background-position: center;
}
#f3:before{
    content: '';
    width: 400px;
    height: 80px;
    background: url(../images/form/f3.svg);
    background-size: contain;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 40px;
    z-index: 100;
    background-repeat: no-repeat;
    background-position: center;
}
#f3 dd{
  margin-top: 0 !important;
}
#f3 dt {
  padding: 16px 16px 0px 0 !important;
}
/*フッターコンテンツ*/
@media screen and ( max-width: 599px ){
    .sp_inline{
      display: inline-block;
    }
    .pc_inline{
      display: none;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    /*ヘッダーコンテンツ*/
    .g-area .member,
    .g-area .login{
        width: 160px;
        padding: 0 6px;
        display: inline-block;
    }
    .g-navi,
    .g-contact{
        float: right;
    }
    .g-navi{
        margin-top: 12px;
    }
    .g-navi li{
        margin: 0 30px;
    }
    
    /* ハンバーガーメニュー*/
    .header {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 40px;
      background-color: #fff;
      box-shadow: 0 2px 6px rgba(0,0,0,.16);
    }
    .global-nav {
      position: fixed;
      right: -320px; /* これで隠れる */
      top: 0;
      width: 300px; /* スマホに収まるくらい */
      height: 100vh;
      padding-top: 40px;
      background-color: #0099D9;
      transition: all .6s;
      z-index: 200;
      overflow-y: auto; /* メニューが多くなったらスクロールできるように */
    }
    .hamburger {
      position: absolute;
      right: 0;
      top: 16%;
      width: 40px; /* クリックしやすいようにちゃんと幅を指定する */
      height: 40px; /* クリックしやすいようにちゃんと高さを指定する */
      cursor: pointer;
      z-index: 300;
    }
    .global-nav__list {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .global-nav__item {
      text-align: center;
    }
    .global-nav__item a {
      display: block;
      padding: 8px 0;
      text-decoration: none;
      color: #fff;
    }
    .global-nav__item a:hover {
      background-color: #eee;
    }
    .hamburger__line {
          position: absolute;
          left: 11px;
          width: 24px;
          height: 1px;
          background-color: #111;
          transition: all .6s;
    }
    .hamburger__line--1 {
        top: 10px;
    }
    .hamburger__line--2 {
        top: 20px;
        width: 14px;
        right: 0;
    }
    .hamburger__line--3 {
        top: 30px;
    }
    .black-bg {
          position: fixed;
          left: 0;
          top: 0;
          width: 100vw;
          height: 100vh;
          z-index: 100;
          background-color: #000;
          opacity: 0;
          visibility: hidden;
          transition: all .6s;
          cursor: pointer;
    }
    /* 表示された時用のCSS */
    .nav-open .global-nav {
      right: 0;
    }
    .nav-open .black-bg {
      opacity: .8;
      visibility: visible;
    }
    .nav-open .hamburger__line--1 {
      transform: rotate(45deg);
      top: 20px;
    }
    .nav-open .hamburger__line--2 {
      width: 0;
      left: 50%;
    }
    .nav-open .hamburger__line--3 {
      transform: rotate(-45deg);
      top: 20px;
    }
    .g-area li{
        float: none;
        text-align: left;
    }
    .g-area li a{
        padding: 5%;
    }
    .global-nav__list li:nth-child(even){
        background: #00ABF2;
    }
      /* ハンバーガーメニュー*/
      .logo img {
        width: 140px;
        display: block;
        margin: 0 auto 1rem;
    }
    .fv__area {
      width: 100%;
          height: 480px;
      background: url(../images/mv-back.jpg);
      background-size: cover;
          background-position: 50%;
      padding: 0px;
      margin: 0;
    }
    .main-ttl {
      font-size: 42px;
    }
    .btn{
      font-size: 1.2rem;
      margin: 1rem 0;
    }
    .content1-txt h2:before{
      left: 15%;
    }
    .content1-txt h2:after{
      right: 15%;
    }
    .content1-txt h2{
      padding: 120px 0 0;
    }
    .fv__area h1 img{
      width: 80%;
    }
    .button img{
      width: 95%;
    }
    .button a:before {
        content: '';
        background: url(../images/button_item.png);
        width: 80px;
        height: 80px;
        position: absolute;
        right: 0;
        z-index: 100;
        bottom: 37px;
        background-size: contain;
    }
    .fv__area h1 {
        padding-top: 20%;
        padding-bottom: 6%;
    }
    .contact-ttl span {
        font-size: 20px;
    }
    .contact-ttl:before{
      top: 5px;
    }
    .content_bloc p img{
      width: 90%;
    }
    .point li {
        width: calc(100% / 2);
    }
    .content_bloc2 {
      padding: 40px 0;
    }
    .content_bloc2 p img{
      width: 90%;
    }
    .content_bloc5 .button{
      padding-top: 15%;
    }
    .content_bloc5 p > img{
      width: 85%;
    }
    .bloc6 {
        background: #fff;
        width: 90%;
        padding: 56px 30px;
        margin: 0 auto;
    }
    .review_area {
        width: 248px;
        margin: 40px auto 0;
    }
    .review_box img{
      width: 200px;
      margin: 0 auto;
    }
    .container2 {
        width: 90%;
        margin: 0 auto;
    }
    .content_bloc7 h2 img{
      width: 65%;
    }
    form h2 {
        font-size: 24px; 
    }
    form#mail_form dt{
        font-size: 16px;
    }
    form#mail_form dl dd {
        width: auto;
        float: none;
        border-top: none;
        padding: 0px 0 20px 0px;
        display: block;
        width: 100%;
        margin-left: 0;
        border-left: 0px;
        padding: 0.5%;
        border: 0px;
        margin-bottom: .5rem;
    }
    form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"] {
        max-width: 100%;
        padding: 8px 2%;
        border: 1px solid #cccccc;
        border-radius: 3px;
        background: #fafafa;
        -webkit-appearance: none;
        font-size: 140%;
        font-family: inherit;
        margin-top: 7px;
    }
    .prev{
            margin: 0px 16px !important;
    }
    form#mail_form {
        width: 100%;
    }
    form#mail_form input[type="text"] {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
    form#mail_form{
        border: 4px solid #009ede;
    }
    .next,.prev{
        font-size: 16px;
    }
    form dl{
        margin-top: 64px !important;
    }
    #f1:before,
    #f2:before,
    #f3:before{
      width: 80%;
    }
    form#mail_form dl{
      padding-top: 56px;
    }
    .logo img {
        width: 120px;
        display: block;
        margin: 0 auto 0.5rem;
    }
    .logo {
        padding: 12px 0;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        line-height: 1;
        z-index: 10000;
    }
    .sub-message h3{
        margin: 16px 0;
    }
    .sub-message p{
        margin-bottom: 24px;
    }
    .sub-message {
        margin-top: 32px;
    }
    .shushoku {
            background: rgba(0,0,0,.4);
        padding: 3%;
        color: #fff;
        width: 95%;
        margin-left: 0;
        margin-top: 5%;
        margin-right: auto;
    }
    .shushoku2 {
        border: 2px solid rgb(7 186 195);
        padding: 24px 3%;
        width: 95%;
        margin: 0 auto 10%;
        position: relative;
        margin-bottom: 15%;
    }
    .shushokuttl{
        top: -20px;
    }
    .shushoku ul li {
        margin: .5% 1%;
        width: 48%;
    }
    .sub-ttl{
            font-size: 24px;
            line-height: 1.6;
    }
    .sub-message h3 {
        font-size: 21px;
        font-weight: 600;
        line-height: 1.6;
    }
}
/*スマホ用の電話ボタンの位置調整*/
@media screen and ( max-width: 414px ){}

.area-list{}
