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;
    background-image: url(/images/back.jpg);
    background-size: cover;
    background-repeat: repeat-y;
}
p{
    font-size: 16px;
}
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 Serif JP', serif;
    color: #222222;
    font-size: 14px;
}
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;
}
#main-head .tell{
    position: relative;
    font-size: 160%;
    font-weight: 500;
    margin-right: 12px;
    padding-left: 20px;
    display: inline-block;
    padding-top: 10px;
}
/*header*/
.tell{
    line-height: 0.5,
}
.tell small{
    font-size: 50%;
}
/*header*/
/*FV*/
.fv-area{
    width: 100%;
    background: url(/images/fv-back.jpg);
    background-size: cover;
    background-position: center;
    height: 640px;
    position: relative;
}
.fv-ttl{
    width: 540px;
    height: 100%;
    background-color: #D52900;
    margin: auto;
}
.step-area{
    position: relative;
}
.step-area:before{
    content: "";
    width: 540px;
    border-right: 540px solid #D52900;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}
.fv-ttl h1{
    font-size: 100%;
    margin-bottom: 2%;
    padding-top: 2%;
}
.fv-ttl h2{
    font-size: 800%;
    line-height: 1;
}
.ra-men{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -420px;
    width: 680px;
    max-width: 100%;
}
/*FV*/
/*service1*/
.back-line{
    padding-top: 440px;
}
.f400{
    font-size: 400%;
    line-height: 1;
}
.f400 small{
    font-size: 40%;
}
.point-area li{
    border: 1px solid #000000;
    padding: 8px 10%;
    display: block;
    margin-bottom: 24px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    background: rgba(255,255,255,1);
}
.point-area li p{
    font-size: 130%;
}
.point-area li p strong{
    font-size: 130%;
    color: #D52900;
    font-weight: 600;
}
.step-area2{
    background: url(/images/back2.png);
    width: 100%;
    padding: 5% 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.color-wh{
    color: #fff;
}
.text-small-area{
    line-height: 2.5;
}
.text-small-area strong{
    font-size: 160%;
    line-height: 1.5;
}
.map-area{
    background: #0A0A0A;
    padding: 5% 0 20%;
}
.relative{
    position: relative;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.map{
    position: absolute;
    z-index: 1;
    bottom: -40px;
    width: 100%;
    height: 400px;
    bottom: -450px;
    overflow: hidden;
    border: 4px solid;
}
.mt-200{
    margin-top: 200px;
    margin-bottom: 200px;
}

/* max-width: 414px -> max-width: 812px に変更 */
@media screen and ( max-width: 812px ){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}
/*ヘッダーコンテンツ*/
.logo-area {
    width: 240px;
    float: left;
    margin: 1%;
}
.g-area{
    float: right;
    margin-top: 10px
}
.g-area li{
    float: left;
}
.header-tell > div{
    display: inline-block;
}

#main-head .tell-content{
    display: inline-block;
}
#main-head .tell:before{
    content: '';
    background: url('../images/header/tel.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 40px;
    position: absolute;
    left: 0;
}
.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;
}
/*
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
*/
header{
    background: rgba(255,255,255,.9);
/*
    position: fixed;
    top: 0;
*/
}
/*ヘッダーコンテンツ*/
/*フッターコンテンツ*/
#main-footer{
    background: #D52900;
}
.footer-navi ul{
    width: 50%;
    float: left;
}
.about-footer img{
    width: 140px;
}
.about-footer ul li{
    width: 28px;
    display: inline-block;
    margin-right: 24px;
}
.about-footer p{
    margin-bottom: 16px;
}
.footer-navi li{
    margin-bottom: 16px;
}
#main-footer{
    padding: 3% 0;
}
/*フッターコンテンツ*/
/* max-width: 414px -> max-width: 812px に一部コンテンツを移動 */
@media screen and ( max-width: 414px ){
    .footer-navi{
        display: none;
    }
    .about-footer{
        text-align: center;
    }
    #main-footer{
        padding: 10% 0;
    }
}
/* max-width: 414px -> max-width: 812px に変更 */
@media screen and ( max-width: 812px ){
    #main-head{
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1000;
    }
    /* ハンバーガーメニュー*/
    .header {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 40px;
      background-color: #fff;
      box-shadow: 0 2px 6px rgba(0,0,0,.16);
    }
/*
    main{
        margin-top: 70px;
    }
*/
    .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;
    }
/*    ロゴのサイズを最大240pxで制御*/
    .logo-area{
        width: 50%;
        max-width: 240px;
    }
    .login-btn{
        background: #51d26e !important;
    }
    /*812pxの場合電話ボタンが離れるのでサイズを変更*/
    .sp-call{
        position: absolute;
        width: 20px;
        right: 10%;
        top: 1%;
    }
      /* ハンバーガーメニュー*/ 
}
/*スマホ用の電話ボタンの位置調整*/
@media screen and ( max-width: 480px ){
    .fv-ttl h1{
        padding-top: 5%;
    }
    .fv-ttl h2{
        font-size: 580%;
        margin-top: -26% !important;
        z-index: 110 !important;
        position: inherit;
        color: #fff;
        text-shadow: 2px 2px 2px rgba(0,0,0,.5);
    }
    .ra-men {
        bottom: -4%;
        width: 90%;
        margin-top: -12%;
        z-index: 100;
        position: inherit;
    }
    .sp-back {
        width: 100%;
        background: url(/images/fv-back-sp.png);
        background-size: cover;
        background-position: center;
        height: auto;
        position: relative;
        height: 240px;
    }
    .back-line{
        padding-top: 5%;
    }
    .back-line h2 img{
        width: 70%;
    }
    .f400{
        line-height: 1;
    }
    .sp-white{
        color: #fff;
/*        font-size: 380%;*/
    }
    .point-area li{
        border: none;
        border-radius: 18px 0;
    }
    h2{
        margin-bottom: 3%;
    }
    .fv-ttl {
        width: 100%;
        height: 100%;
        background-color: #D52900;
        margin: auto;
        position: relative;
        padding-bottom: 1%;
    }
    .sp-call{
        position: absolute;
        width: 20px;
        right: 17%;
        top: 1%;
    }
    .map-area img{
        display: block;
        margin: 0 auto;
    }
    .map-area h3{
        margin-top: 5%;
    }
    .map {
        position: absolute;
        z-index: 1;
        bottom: -40px;
        width: 90%;
        height: 200px;
        bottom: -230px;
        overflow: hidden;
        border: 4px solid;
        margin: auto;
        left: 0;
        right: 0;
    }
    .text-small-area {
        line-height: 2.5;
        padding: 0 3%;
    }
    .fv-ttl h1 img{
        width: 180px;
    }
    .step-area2{
        background: url(/images/back2-sp.png);
        width: 100%;
        padding: 5% 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .f400{
        font-size: 200%;
        line-height: 1;
    }
}

