@charset "UTF-8";

/*++++++++++++++++++++++++++
	背景
++++++++++++++++++++++++++*/

.wrapper {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3";
    max-width: 1000px;
    width: 82%;
    margin: auto;
}
.wrapper850 {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3";
    max-width: 850px;
    width: 82%;
    margin: auto;
}
body{
    background-color: #fff;
    color: #0f0f0f;
    overflow-x: hidden;
}
/*++++++++++++++++++++++++++
	ボタン
++++++++++++++++++++++++++*/

a{text-decoration:none; color:#0f0f0f;}
a:link{text-decoration:none; color:#0f0f0f;}
a:visited{text-decoration:none; color:#0f0f0f;}
a:hover{text-decoration:none; color:#0f0f0f;}
a:active {text-decoration:none; color:#0f0f0f;}

/*++++++++++++++++++++++++++
	共通コンテンツ
++++++++++++++++++++++++++*/
header{
    display: none;
}
.en-robo{
    font-family: 'Roboto Condensed', "Noto Sans JP", "游ゴシック体", sans-serif;
}
.en-raj{
    font-family: 'Rajdhani', 'Roboto Condensed', "Noto Sans JP", "游ゴシック体", sans-serif;
}
.sp{
    display: none;
}
.pc{
    display:block;
}
@media only screen and (max-width: 780px) {
.sp{
     display: inline-block;
}
.pc{
     display: none;
}
header{
    display: block;
}
}

.entry-btn{
    position: fixed;
    top: 0;
    right: 70px;
    z-index: 10;
}
.entry-btn .btn-blk{
    background-color: #FF0000;
    height: 70px;
}
.entry-btn h6{
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 28px 18px;
}
.entry-btn a:hover{
    opacity: 1;
}
@media only screen and (max-width: 500px) {
    .entry-btn{
        right: 60px;
    }
    .entry-btn .btn-blk{
        height: 60px;
    }
    .entry-btn h6{
        padding: 22px 13px;
    }
}
/*++++++++++++++++++++++++++
	フワッと
++++++++++++++++++++++++++*/
.scroll-up {
    opacity: 0; 
    visibility: hidden;
    transform: translateY(30px);
    transition: all 2s;
}
.scroll-up.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
/*++++++++++++メイン+++++++++++++++++*/
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
/*++++++++++++++++++++++++++
	main
++++++++++++++++++++++++++*/
#top{
    background-image: url(../images/main.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main{
    height: 100vh;
    position: relative;
}
.main .logo{
    max-width: 300px;
    width: 80%;
    position: absolute;
    left: 30px;
    top: 30px;
}
.main .pc-menu{
    position: absolute;
    top: 0;
    right: 0;
}
.main .pc-menu ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.main .pc-menu ul li{
    margin-left: 50px;
}
.main .pc-menu ul li p{
    font-size: 14px;
    font-family: 'Roboto Condensed', "Noto Sans JP", "游ゴシック体", sans-serif;
}
.main .pc-menu ul li .form{
    background-color: #FF0000;
}
.main .pc-menu ul li .form h2{
    font-family: 'Roboto Condensed', "Noto Sans JP", "游ゴシック体", sans-serif;
    padding: 30px 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.main .txt-box{
    position: absolute;
    bottom: 60px;
    left: 10%;
}
.main .txt-box .title{
    display: inline-block;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3";
}
.main .txt-box .title h1{
    background-color: #fff;
    font-size: 60px;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: 700;
}
.main .txt-box .title h1 span{
    color: #FF0000;
}
.main .txt-box .inbl{
    display: inline-block;
}
.main .txt-box .sub{
    margin-top: 20px;
}
.main .txt-box .sub h3{
    font-size: 24px;
    line-height: 1.7em;
    color: #FF0000;
    font-weight: 700;
}
.main .movie{
    position: absolute;
    bottom: 0;
    right: 0;
}
.main .movie ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}
.main .movie ul li:first-child{
    background-color: #fff;
}
.main .movie ul .mv-inr{
    margin-top: calc(50% - 4em);
    padding: 0 1em;
}
.main .movie ul .mv-txt{
    text-align: center;
}
.main .movie ul .mv-txt h4{
    color: #FF0000;
    font-size: 24px;
    font-weight: bold;
}
.main .movie ul .mv-txt h5{
    font-size: 14px;
    line-height: 1.6em;
}
.main .movie ul figure{
    width: 180px;
}
.main .movie ul figure img{
    vertical-align: bottom;
}
@media only screen and (max-width: 1100px) {
    .main .pc-menu ul li{
        margin-left: 30px;
    }
}
@media only screen and (max-width: 780px) {
    #top{
        background-image: url(../images/main-sp.jpg);
    }
    .main .logo{
        position: fixed;
        z-index: 9;
        max-width: 240px;
        width: 55%;
        left: 14px;
        top: 14px;
    }
    .pc-menu{
        display: none;
    }
    .main .txt-box{
        bottom: 50px;
        left: 7%;
    }
    .main .txt-box .title h1{
        font-size: 45px;
    }
    .main .txt-box .sub h3{
        font-size: 22px;
    }
    .main .movie ul{
        display: block;
    }
    .main .movie ul .mv-inr{
        margin-top: auto;
        padding: 0.5em 1em;
    }
    .main .movie ul figure{
        width: 140px;
    }
    .main .movie ul .mv-txt h4{
        font-size: 18px;
    }
    .main .movie ul .mv-txt h5{
        font-size: 12px;
        line-height: 1.5em;
    }
}
@media only screen and (max-width: 500px) {
    .main .txt-box .title h1{
        font-size: 9vw;
    }
    .main .txt-box .sub h3{
        font-size: 18px;
    }
    .main .movie ul figure{
        width: 110px;
    }
    .main .movie ul .mv-txt h4{
        font-size: 16px;
    }
    .main .movie ul .mv-txt h5{
        font-size: 11px;
    }
}
/*++++++++++++++++++++++++++
midashi
++++++++++++++++++++++++++*/
.midashi {
    margin-bottom: 60px;
}
.midashi .text{
    font-size: 18px;
    color: #FF0000;
    font-weight: 500;
}
.midashi .text strong{
    font-weight: 500;
}
.midashi .text span{
    color: #fff;
    margin-right: 30px;
    font-size: 20px;
    font-weight: 400;
}
.midashi .text span::before{
    content: '';
    background-color: #000;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -37px;
    margin-top: -5px;
}
@media only screen and (max-width: 780px) {
    .midashi .text{
        font-size: 17px;
    }
    .midashi .text span{
        margin-right: 28px;
        font-size: 18px;
    }
    .midashi .text span::before{
        width: 50px;
        height: 50px;
        margin-right: -34px;
    }
}
/*++++++++++++++++++++++++++
message
++++++++++++++++++++++++++*/
#message{
    padding: 250px 0;
    position: relative;
    overflow: hidden;
}
#message .wrap-mes{
    max-width: 650px;
    width: 100%;
}
#message .wrap-mes p{
    font-size: 18px;
    line-height: 2.2em;
}
#message .abs-txt{
    position: absolute;
    top: 100px;
    right: calc(50% - 500px);
    writing-mode: vertical-rl;
}
#message .abs-txt h3{
    font-size: 42px;
    font-weight: 500;
    line-height: 1.6em;
}
#message .big-txt{
    position: absolute;
    top: 10px;
    left: -60px;
    z-index: -1;
}
#message .big-txt h6{
    writing-mode: vertical-rl;
    font-size: 190px;
    font-weight: 700;
    color: #FF0000; 
}
@media only screen and (max-width: 1000px) {
    #message .abs-txt{
        right: 20px;
    }
}
@media only screen and (max-width: 780px) {
    #message{
        padding: 180px 0 100px;
    }
    #message .wrap-mes{
        max-width: 1000px;
        width: 100%;
        margin: auto;
    }
    #message .wrap-mes p{
        font-size: 16px;
    }
    #message .abs-txt{
        top: 40px;
    }
    #message .abs-txt h3{
        font-size: 28px;
    }
    #message .big-txt{
        top: 10px;
        left: -50px;
    }
    #message .big-txt h6{
        font-size: 110px;
    }
}
@media only screen and (max-width: 500px) {
    #message{
        padding: 220px 0 100px;
    }
    #message .abs-txt{
        top: 30px;
    }
    #message .abs-txt h3{
        font-size: 24px;
    }
    #message .big-txt{
        left: -30px;
    }
    #message .big-txt h6{
        font-size: 90px;
    }
}
/*++++++++++++++++++++++++++
character
++++++++++++++++++++++++++*/
#character{
    padding: 130px 0;
    background-color: #F5F5F6;
}
#character h2{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 50px;
    text-align: center;
}
#character p{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 80px;
    line-height: 2em;
    text-align: center;
}
#character .img-blk{
    width: 85%;
    margin: auto;
}
#character ul{
    margin-top: 100px;
}
#character ul li{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-bottom: 20px;
}
#character ul .left{
    width: 30%;
}
#character ul .right{
    width: 70%;
}
#character ul h3{
    font-size: 20px;
    font-weight: 500;
    color: #FF0000;
}
#character ul h4{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8em;
}
@media only screen and (max-width: 780px) {
    #character{
        padding: 100px 0;
    }
    #character h2{
        font-size: 20px;
        margin-bottom: 40px;
    }
    #character p{
        font-size: 16px;
        margin-bottom: 70px;
        text-align: left;
    }
    #character .img-blk{
        width: 100%;
    }
    #character ul{
        margin-top: 60px;
    }
    #character ul li{
        justify-content: center;
        margin-bottom: 20px;
    }
    #character ul .left{
        width: 100%;
    }
    #character ul .right{
        width: 100%;
    }
    #character ul h3{
        text-align: center;
        font-size: 16px;
    }
    #character ul h4{
        text-align: center;
    }
}
/*++++++++++++++++++++++++++
interview
++++++++++++++++++++++++++*/
#interview{
    padding: 120px 0 200px;
    position: relative;
    overflow: hidden;
}
#interview .big-txt{
    position: absolute;
    bottom: 60px;
    right: -50px;
    z-index: -1;
}
#interview .big-txt h6{
    font-size: 190px;
    font-weight: 700;
    color: #FF0000; 
}
@media only screen and (max-width: 780px) {
    #interview{
        padding: 100px 0 150px;
    }
    #interview .big-txt{
        bottom: 70px;
    }
    #interview .big-txt h6{
        font-size: 110px;
    }
}
@media only screen and (max-width: 500px) {
    #interview .big-txt h6{
        font-size: 90px;
    }
}
/*++++++++++++++++swiper+++++++++++++++++++*/
#interview .swiper{
    margin-right: calc(50% - 46vw);
    margin-left: calc(50% - 46vw);
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    position: relative;   
}
#interview .swiper-pagination{
    position: absolute;
    top:0;
    right: 0;
    z-index: 0;
}
#interview .swiper-pagination-bullets {
    text-align: right;
}
/* 全体のスタイル */
#interview .swiper-pagination-bullet {
    font-family: 'Roboto Condensed', "Noto Sans JP", "游ゴシック体", sans-serif;
	width: 22px;
	height: 16px;
	background: #ffffff;
	opacity: 1;
	color: #FF0000;
	font-size: 14px;
	line-height: 16px;
}
#interview .swiper-pagination-bullet::after{
    content: '-';
    color: #FF0000;
    margin-left: 6px;
}
#interview .swiper-pagination-bullet:last-child::after{
    content: '';
    margin-left: 14px;
}
/* 現在のスライドのスタイル */
#interview .swiper-pagination-bullet-active {
	color: #000;
}
#interview .swiper-button-prev{
    top: 50%;
    right: auto;
    left: 10px;
    width: 25px;
    height: 50px;
}
#interview .swiper-button-next{
    top: 50%;
    right: 10px;
    left: auto;
    width: 25px;
    height: 50px;
}
#interview .swiper-button-prev::after,
#interview .swiper-button-next::after{
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    margin: auto;
    width: 40px;
    height: 100px;
}
#interview .swiper-button-prev::after{
    background-image: url(../images/prev.svg);
}
#interview .swiper-button-next::after{
    background-image: url(../images/next.svg);
}
/*++++++++++++++++swiper 内容+++++++++++++++++++*/
#interview .swip-inner{
    transition: .3s;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
#interview .swiper-slide a:hover{
    opacity: 1;
}
#interview .swiper-slide a:hover img{
    opacity: 1;
}
#interview .swiper-slide a:hover .swip-inner{
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
#interview .swip-inner img{
    vertical-align: bottom;
}
#interview .swip-inner .txt-blk{
    background-color: #fff;
}
#interview .swip-inner .txt-inner{
    padding: 25px;
}
#interview .swip-inner .txt-inner h2{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
}
#interview .swip-inner .txt-inner p{
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 8px;
}
#interview .swip-inner .txt-inner h3{
    font-size: 14px;
    font-weight: 700;
    color: #FF0000;
}
/* =======モーダル（内容）====== */
.pupup-naiyou .md-inner img{
    vertical-align: bottom;
}
.pupup-naiyou .md-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pupup-naiyou .md-inner .left{
    width: 38%;
}
.pupup-naiyou .md-inner .right{
    width: 58%;
}
.pupup-naiyou .md-inner p{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 8px;
}
.pupup-naiyou .md-inner h3{
    font-size: 16px;
    font-weight: 700;
    color: #FF0000;
}
.pupup-naiyou .md-inner h2{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}
.pupup-naiyou .md-inner .txt{
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 100px;
    line-height: 1.8em;
}
.pupup-naiyou .md-inner .img01{
    margin-bottom: 20px;
}
.pupup-naiyou .md-inner .img-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pupup-naiyou .md-inner .img-flex .img-flex-cont{
    width: 48%;
}
@media only screen and (max-width: 780px) {
    .pupup-naiyou .md-inner .left{
        width: 100%;
        margin-bottom: 30px;
    }
    .pupup-naiyou .md-inner .right{
        width: 100%;
    }
    .pupup-naiyou .md-inner p{
        font-size: 15px;
        margin-bottom: 7px;
    }
    .pupup-naiyou .md-inner h3{
        font-size: 15px;
    }
    .pupup-naiyou .md-inner h2{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .pupup-naiyou .md-inner .txt{
        font-size: 16px;
        margin-bottom: 40px;
    }
}
/* ==========================
  モーダル（ポップアップ）
========================== */
.js_modalBtnCont {
    transition: 0.3s;
  }
  .js_modalWrap {
    opacity: 0;
    z-index: -1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .js_modalWrap.active {
    animation: modalOpen 0.3s ease forwards;
  }
  .js_modalWrap.active2 {
    animation: modalClose 0.3s ease forwards;
  }
  .js_modalBG {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .js_modalContInner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 1000px;
    width: 85%;
    background-color: #fff;
    max-height: 600px;
    padding: 40px;
  }
  .js_modalCont {
    overflow-y: scroll;
    height: 60vh;
    max-height: 600px;
  }
  .js_modalCont > * + * {
    margin-top: 10px;
  }
  .js_modalContInner > .js_modalClose + * {
    margin-top: 0;
  }
  .js_modalClose {
    display: block;
    position: absolute;
    top: 10.5px;
    right: 10.5px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1001;
  }
  .js_modalClose::before,
  .js_modalClose::after {
    content: "";
    background-color: #222;
    position: absolute;
    top: -5px;
    right: 10px;
    width: 1px;
    height: 30px;
  }
  .js_modalClose::before {
    transform: rotate(45deg);
  }
  .js_modalClose::after {
    transform: rotate(-45deg);
  }
  @keyframes modalOpen {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
      z-index: 1000;
    }
  }
  @keyframes modalClose {
    0% {
      opacity: 1;
      z-index: 1000;
    }
    100% {
      opacity: 0;
    }
  }
  @media only screen and (max-width: 780px) {
    .js_modalContInner {
        width: 80%;
        padding: 40px 20px;
      }
      .js_modalContInner {
        max-height: 800px;
      }
      .js_modalCont {
        height: 65vh;
        max-height: 800px;
      }
}
/*++++++++++++++++++++++++++
works
++++++++++++++++++++++++++*/
#works{
    padding: 500px 0 100px;
    background-color: #F5F5F6;
    position: relative;
    overflow: hidden;
}
#works .big-txt{
    position: absolute;
    top: 100px;
    left: -10px;
    z-index: 0;
}
#works .big-txt h6{
    font-size: 190px;
    font-weight: 700;
    color: #FF0000; 
}
#works .abs-txt{
    position: absolute;
    top: 120px;
    right: calc(50% - 500px);
    writing-mode: vertical-rl;
}
#works .abs-txt h3{
    font-size: 42px;
    font-weight: 500;
    line-height: 1.6em;
}
#works img{
    vertical-align: bottom;
}
#works ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
}
#works .row{
    flex-direction: row-reverse;
}
#works ul li{
    width: 47%;
}
#works ul li h2{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em;
    margin-bottom: 30px;
}
#works ul li p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8em;
}
@media only screen and (max-width: 1000px) {
    #works .abs-txt{
        right: 20px;
    }
}
@media only screen and (max-width: 780px) {
    #works{
        padding: 450px 0 20px;
    }
    #works .big-txt{
        top: 50px;
        left: -10px;
    }
    #works .big-txt h6{
        font-size: 110px;
    }
    #works .abs-txt{
        top: 160px;
    }
    #works .abs-txt h3{
        font-size: 28px;
    }
    #works ul li{
        width: 100%;
    }
    #works ul li:first-child{
        margin-bottom: 30px;
    }
    #works ul li h2{
        font-size: 18px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 500px) {
    #works{
        padding: 400px 0 20px;
    }
    #works .big-txt h6{
        font-size: 90px;
    }
    #works .abs-txt{
        top: 140px;
    }
    #works .abs-txt h3{
        font-size: 24px;
    }
}
/*++++++++++++++++++++++++++
data
++++++++++++++++++++++++++*/
#data{
    padding: 200px 0 100px;
    position: relative;
    overflow: hidden;
}
#data .big-txt{
    position: absolute;
    top: 200px;
    left: -60px;
    z-index: -1;
    writing-mode: vertical-rl;
}
#data .big-txt h6{
    font-size: 190px;
    font-weight: 700;
    color: #FF0000;
}
#data img{
    vertical-align: bottom;
}
#data .graph{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
}
#data .graph li{
    width: 24%;
    margin-bottom: 10px;
}
#data h2{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}
#data .system{
    margin-bottom: 100px;
}
#data .system li{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px #D9D9D9;
    background:linear-gradient(90deg,#F7F7F7 0%,#F7F7F7 22%,#fff 22%,#fff 100%);
}
#data .system li:last-child{
    border-bottom: solid 1px #D9D9D9;
}
#data .system li .sy-name{
    width: 22%;
}
#data .system li .sy-detail{
    width: 75%;
}
#data .system li .sy-name-inner{
    padding: 30px 20px;
}
#data .system li h3{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: center;
}
#data .system li .sy-img{
    margin: auto;
}
#data .system li .sy-size01{
    max-width: 50px;
    width: 95%;
}
#data .system li .sy-size02{
    max-width: 60px;
    width: 95%;
}
#data .system li .sy-size03{
    max-width: 80px;
    width: 95%;
}
#data .system li p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8em;
}
#data .fudo h4{
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 500;
    margin-bottom: 20px;
}
#data .fudo .fodo-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#data .fudo li{
    margin-bottom: 80px;
}
#data .fudo .fodo-cont .fd-txt{
    width: 57%;
}
#data .fudo .fodo-cont .fd-img{
    width: 40%;
}
#data .fudo .fodo-cont p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8em;
}
#data .fudo .fodo-cont .fd-cap{
    text-align: right;
    font-size: 11px;
    font-weight: 300;
    margin-top: 5px;
}
@media only screen and (max-width: 780px) {
    #data{
        padding: 100px 0 40px;
    }
    #data .big-txt{
        top: -10px;
        left: -50px;
    }
    #data .big-txt h6{
        font-size: 110px;
    }
    #data .graph{
        margin-bottom: 80px;
    }
    #data .graph li{
        width: 49%;
        margin-bottom: 2%;
    }
    #data h2{
        font-size: 20px;
        margin-bottom: 20px;
    }
    #data .system{
        margin-bottom: 80px;
    }
    #data .system li .sy-name-inner{
        padding: 30px 10px;
    }
    #data .system li h3{
        font-size: 15px;
    }
    #data .system li p{
        font-size: 15px;
    }
    #data .system li .sy-size01{
        max-width: 40px;
        width: 90%;
    }
    #data .system li .sy-size02{
        max-width: 50px;
        width: 90%;
    }
    #data .system li .sy-size03{
        max-width: 70px;
        width: 90%;
    }
    #data .fudo .fodo-cont .fd-txt{
        width: 100%;
        margin-bottom: 30px;
    }
    #data .fudo .fodo-cont .fd-img{
        width: 100%;
    }
    #data .fudo .fodo-cont p{
        font-size: 15px;
    }
}
@media only screen and (max-width: 500px) {
    #data .big-txt{
        left: -30px;
    }
    #data .big-txt h6{
        font-size: 90px;
    }
}
/*++++++++++++++++++++++++++
requirements
++++++++++++++++++++++++++*/
#requirements{
    padding: 200px 0 150px;
    position: relative;
    background-color: #F5F5F6;
    overflow: hidden;
}
#requirements .big-txt{
    position: absolute;
    top: -60px;
    right: -50px;
    z-index: 0;
}
#requirements .big-txt h6{
    font-size: 190px;
    font-weight: 700;
    color: #FF0000;
}
#requirements .rec-blk{
    margin-top: 80px;
}
#requirements dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: solid 1px #D9D9D9;
    padding: 40px 0;
}
#requirements dl:last-child{
    border-bottom: solid 1px #D9D9D9;
}
#requirements dl dt{
    width: 18%;
    padding-left: 4%;
}
#requirements dl dd{
    width: 72%;
    padding-right: 4%;
}
#requirements dl h2{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
}
#requirements dl h3{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
}
#requirements dl p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8em;
}
@media only screen and (max-width: 780px) {
    #requirements{
        padding: 150px 0 100px;
    }
    #requirements .big-txt{
        top: -20px;
        right: -100px;
        z-index: 0;
    }
    #requirements .big-txt h6{
        font-size: 110px;
    }
    #requirements dl dt{
        width: 100%;
        padding-left: 0;
        margin-bottom: 5px;
    }
    #requirements dl dd{
        width: 100%;
        padding-right: 0;
    }
    #requirements dl h2{
        font-size: 15px;
    }
    #requirements dl h3{
        font-size: 15px;
    }
    #requirements dl p{
        font-size: 15px;
    }
}
@media only screen and (max-width: 500px) {
    #requirements .big-txt h6{
        font-size: 90px;
    }
}
/*++++++++++タブ切り替え+++++++++++++++++*/
#requirements .tab{
    display: flex;
    justify-content: center;
    padding:20px 0 0;
    margin-top: 60px;
    border-bottom: solid 1px #646464;
}            
#requirements .tab_menu{
    width:40%;
    color: #fff;
    list-style: none;
    text-align: center;
    padding:15px 0 15px;
    background-color: #B2B2B2;
    cursor: pointer;
    transition: .3s;
    font-size:16px;
    margin: auto 5px 10px;
}
#requirements .tab_detail_wrap{
    display: none;
}
#requirements .tab_menu.active{
    display: block;
    color: #fff;
    padding:20px 0 ;
    background-color: #646464;
    cursor: pointer;
    margin-bottom: 0;
}
#requirements .tab_detail_wrap.show{
    display: block;
}
@media only screen and (max-width: 780px) {
    #requirements .tab_menu{
        width:45%;
    }
}
/*++++++++++タブ切り替え 終++++++++++++++*/

/*++++++++++++++++++++++++++
faq
++++++++++++++++++++++++++*/
#faq{
    padding: 200px 0 0;
    position: relative;
    overflow: hidden;
}
#faq .big-txt{
    position: absolute;
    top: 150px;
    left: -40px;
    z-index: -1;
    writing-mode: vertical-rl;
}
#faq .big-txt h6{
    font-size: 190px;
    font-weight: 700;
    color: #FF0000;
}
#faq .faq-cont{
    max-width: 950px;
    width: 92%;
    margin: auto;
    padding-bottom: 150px;
}
#faq .faq-line{
    border-bottom: solid 1px #D9D9D9;
}
#faq ul{
    margin-bottom: 55px;
}
#faq ul:last-child{
    margin-bottom: 0;
}
#faq ul li:first-child{
    margin-bottom: 22px;
}
#faq ul .que{
    font-size: 16px;
    line-height: 2em;
    text-indent: -1.8em;
    margin-left: 1.8em;
}
#faq ul .que::before{
    content: 'Q.';
    font-family: 'Cabin', 'Roboto Condensed', "Noto Sans JP", "游ゴシック体", sans-serif;
    font-size: 20px;
    margin-right: 0.5em;
}
#faq ul .ans{
    font-size: 14px;
    line-height: 2em;
    text-indent: -2.2em;
    margin-left: 2.2em;
}
#faq ul .ans::before{
    content: 'A.';
    font-family: 'Cabin', 'Roboto Condensed', "Noto Sans JP", "游ゴシック体", sans-serif;
    font-size: 20px;
    margin-right: 0.7em;
    color: #FF0000;
}
@media only screen and (max-width: 780px) {
    #faq{
        padding: 140px 0 0;
        position: relative;
        overflow: hidden;
    }
    #faq .big-txt{
        top: -10px;
        left: -20px;
    }
    #faq .big-txt h6{
        font-size: 110px;
    }
    #faq .faq-cont{
        max-width: 950px;
        width: 100%;
        margin: auto;
        padding-bottom: 100px;
    }
    #faq ul{
        margin-bottom: 40px;
    }
    #faq ul li:first-child{
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 500px) {
    #faq .big-txt{
        left: -10px;
    }
    #faq .big-txt h6{
        font-size: 90px;
    }
}
/*++++++++++++++++++++++++++
entry
++++++++++++++++++++++++++*/
#entry{
    padding: 130px 0;
    background-color: #fff;
}
#entry .ent-midashi{
    text-align: center;
    margin-bottom: 100px;
}
#entry .ent-midashi h2{
    font-size: 80px;
    color: #FF0000;
    font-weight: 700;
}
#entry .ent-midashi h3{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 70px;
}
#entry .ent-midashi p{
    font-size: 16px;
    font-weight: 300;
    line-height: 2em;
}
#entry .reception{
    margin-bottom: 80px;
}
#entry .reception .rec-inner{
    background-color: #FF0000;
    color: #fff;
    text-align: center;
    padding: 25px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: .3s;
}
#entry .reception .rec-inner h4{
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 5px;
}
#entry .reception .rec-inner h4 span{
    font-size: 22px;
}
#entry .reception .rec-inner h5{
    font-size: 14px;
    font-weight: 500;
}
#entry .reception a:hover{
    opacity: 1;
}
#entry .reception a:hover .rec-inner{
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
@media screen and (max-width:780px) {
    #entry{
        padding: 100px 0;
    }
    #entry .ent-midashi{
        margin-bottom: 80px;
    }
    #entry .ent-midashi h2{
        font-size: 70px;
    }
    #entry .ent-midashi h3{
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 50px;
    }
    #entry .reception{
        margin-bottom: 40px;
    }
}
/*++++++++++++++++++++++++++
	footer
++++++++++++++++++++++++++*/
footer{
    padding: 100px 0 50px;
    background-color: #fff;
}
footer .pagetop{
    margin-bottom: 80px;
}
footer .pagetop .txt1{
    font-size: 14px;
    font-weight: 400;
    text-align: right;
}
footer .pagetop .txt1::before{
    content: '';
    display: inline-block;
    vertical-align:middle;
    background-image: url(../images/pagetop.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
    margin-right: 8px;
}
footer .foot-contents{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .foot-contents .left{
    width: 70%;
    display: flex;
    align-items: flex-end;
}
footer .foot-contents .right{
    width: 28%;
}
footer .foot-contents .left .foot-logo{
    max-width: 300px;
    width: 100%;
}
footer .foot-contents .left .address .txt2{
    font-size: 12px;
    font-weight: 300;
    line-height: 1.8em;
}
footer .foot-contents .left .address{
    margin: auto 2% auto 5%;
}
footer .foot-contents .left .map .txt3{
    font-size: 11px;
    font-weight: 300;
    text-decoration: underline;
}
footer .foot-contents .right .txt4{
    color: #0f0f0f;
    font-size: 11px;
    font-weight: 300;
    text-align: right;
    margin-bottom: 10px;
}
footer .foot-contents .right .txt5{
    font-size: 10px;
    font-weight: 300;
    text-align: right;
}
@media only screen and (max-width: 780px) {
    footer{
        padding: 20px 0 100px;
    }
    footer .foot-contents .left{
        width: 100%;
        display: block;
        margin-bottom: 30px;
    }
    footer .foot-contents .right{
        width: 100%;
    }
    footer .foot-contents .left .foot-logo{
        margin: auto auto 25px;
    }
    footer .foot-contents .left .address .txt2{
        text-align: center;
    }
    footer .foot-contents .left .address{
        margin: auto auto 10px;
    }
    footer .foot-contents .left .map{
        text-align: center;
    }
    footer .foot-contents .right .txt4{
        text-align: center;
    }
    footer .foot-contents .right .txt5{
        text-align: center;
    }
}
/*++++++++++++++++++++++++++
	フォーム
++++++++++++++++++++++++++*/

#formWrap {
	width:100%;
	margin: auto;
	line-height:120%;
	font-size:90%;
}
#formWrap .nyuryoku,
#formWrap .sentaku{
    border-bottom: solid 1px #EDEDED;
}
#formWrap .nyuryoku{
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#formWrap .nyuryoku .txet-design{
    width: 20%;
    padding-left: 4%;
}
#formWrap .nyuryoku .box-design{
    width: 68%;
    padding-right: 4%;
}
#formWrap .nyuryoku .box-design p,
#formWrap .bikou .box-design p{
    font-size: 14px;
    color: #D9D9D9;
    margin-top: 10px;
}
#formWrap .sentaku{
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content:left;
    align-items: center;
}
#formWrap .sentaku .txet-design{
    width: 20%;
    padding-left: 4%;
    margin-right: 4%;
}
#formWrap .sentaku .box-design{
    width: 68%;
    padding-right: 4%;
}
#formWrap .sentaku .sentaku-btn{
    margin-bottom: 30px;
}
#formWrap .sentaku .sentaku-btn:last-child{
    margin-bottom: 0;
}
#formWrap .bikou{
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#formWrap .bikou .txet-design{
    width: 20%;
    padding-left: 4%;
}
#formWrap .bikou .box-design{
    width: 68%;
    padding-right: 4%;
}
#formWrap .mgn-top-m{
    margin-top: -24px;
}
#formWrap .mgn-top-p{
    margin-top: 16px;
}
#formWrap .mgn-top80{
    margin-top: 80px;
}
#formWrap .txt-cen{
    text-align: center;
}
#formWrap .text-inner{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
#formWrap .text-inner .txt{
    font-size: 16px;
    font-weight: 500;
}
#formWrap .text-inner .hissu{
    font-size: 11px;
    font-weight: 300;
    color: #fff;
    background-color: #FF0000;
    border-radius: 4px;
    padding: 6px 7px;
}
#formWrap .box-design input{
    background-color: #fff;
    width: 96%;
    border: solid 1px #DDDDDD;
    color: #3d3d3d;
    height: 30px;
    padding: 12px;
    font-size: 16px;
    outline: none;
    line-height: 1.7em;
}
#formWrap .formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
#formWrap .box-design textarea{
    background-color: #fff;
    width: 96%;
    border: solid 1px #DDDDDD;
    color: #3d3d3d;
    height: 200px;
    padding: 12px;
    outline: none;
    font-size: 16px;
}
#formWrap .submit-btn {
    position: relative;
    margin: 80px auto auto;
}
#formWrap .submit-btn input[disabled]{
    background-color: #C2C2C2;
    cursor:inherit;
}
#formWrap .submit-btn input{
    letter-spacing: 0.1em;
    display: block;
    margin: auto;
    color: #fff;
    border: none;
    width: 60%;
    padding: 24px 0;
    font-size: 18px;
    font-weight: 300;
    background-color: none;
    background-color: #333333;
    position:relative;
    cursor: pointer;
}
@media only screen and (max-width: 780px) {
    #formWrap .nyuryoku .txet-design{
        width: 100%;
        padding-left: 0;
        margin-bottom: 20px;
    }
    #formWrap .nyuryoku .box-design{
        width: 100%;
        padding-right: 0;
    }
    #formWrap .sentaku .txet-design{
        width: 100%;
        padding-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }
    #formWrap .sentaku .box-design{
        width: 100%;
        padding-right: 0;
    }
    #formWrap .bikou .txet-design{
        width: 100%;
        padding-left: 0;
        margin-bottom: 20px;
    }
    #formWrap .bikou .box-design{
        width: 100%;
        padding-right: 0;
    }
    #formWrap .text-inner{
        justify-content: left;
    }
    #formWrap .text-inner .hissu{
        margin-left: 10px;
    }
    #formWrap .mgn-top-m{
        margin-top: auto;
    }
    #formWrap .mgn-top-p{
        margin-top: auto;
    }
    #formWrap .box-design input{
        width: 94%;
    }
    #formWrap .box-design textarea{
        width: 94%;
    }
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:780px) {
    #formWrap .submit-btn input{
        width: 100%;
    }
}
::placeholder {
    color: #DDDDDD;
}

label ~ label {
    margin-left: 0px;
}
  /* ベースのラジオボタン
#formWrap .btn-design label {
    padding-left: 10px;
    font-size: 17px;
    font-weight: 100;
    z-index: 1;
}*/
#formWrap .btn-design input[type=radio],
#formWrap .btn-design input[type=checkbox] {
    display: none;
}
#formWrap .sentaku label {
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    font-weight: 500;
    z-index: 1;
}
#formWrap .txt-cen label {
    position: relative;
    padding-left: 40px;
    font-size: 17px;
    font-weight: 300;
    z-index: 1;
}

#formWrap .btn-design input[type=radio]  + label::before,
#formWrap .btn-design input[type=radio]  + label::after{
    position: absolute;
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    left: 0;
    top: -3px;
    z-index: -1;
    transform: scale(0, 0);
}
#formWrap .btn-design input[type=checkbox]  + label::before,
#formWrap .btn-design input[type=checkbox]  + label::after{
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    left: 0;
    top: -3px;
    z-index: -1;
    transform: scale(0, 0);
}
/*
#formWrap .btn-design label {
    position: relative;
    padding-left: 40px;
    font-size: 17px;
    font-weight: 300;
    z-index: 1;
}
#formWrap .btn-design input[type=radio]  + label::before,
#formWrap .btn-design input[type=radio]  + label::after,
#formWrap .btn-design input[type=checkbox]  + label::before,
#formWrap .btn-design input[type=checkbox]  + label::after{
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    left: 0;
    top: -3px;
    z-index: -1;
    transform: scale(0, 0);
}
*/
#formWrap .btn-design input[type=radio]  + label::after,
#formWrap .btn-design input[type=checkbox]  + label::after {
    border: solid 1px #DDDDDD;
    transform: scale(1, 1);
}
#formWrap .btn-design input[type=radio]:checked + label::after,
#formWrap .btn-design input[type=checkbox]:checked + label::after {
    background-image: url(../images/check.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(1, 1);
}

/*---------------------------------
              safari用
---------------------------------*/

_::-webkit-full-page-media,_:future,:root #formWrap .box-design input{
    background-color: #fff;
    width: 96%;
    border: solid 1px #DDDDDD;
    color: #3d3d3d;
    height: 30px;
    padding: 12px;
    font-size: 16px;
    outline: none;
    line-height: 1.7em;
}
_::-webkit-full-page-media,_:future,:root #formWrap .formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
_::-webkit-full-page-media,_:future,:root #formWrap .box-design textarea{
    background-color: #fff;
    width: 96%;
    border: solid 1px #DDDDDD;
    color: #3d3d3d;
    height: 200px;
    padding: 12px;
    outline: none;
    font-size: 16px;
}
_::-webkit-full-page-media,_:future,:root #formWrap .submit-btn {
    position: relative;
    margin: 80px auto auto;
}
_::-webkit-full-page-media,_:future,:root #formWrap .submit-btn input[disabled]{
    background-color: #C2C2C2;
    cursor:inherit;
}
_::-webkit-full-page-media,_:future,:root #formWrap .submit-btn input{
    letter-spacing: 0.1em;
    display: block;
    margin: auto;
    color: #fff;
    border: none;
    width: 60%;
    padding: 24px 0;
    font-size: 18px;
    font-weight: 300;
    background-color: none;
    background-color: #333333;
    position:relative;
    cursor: pointer;
}
@media only screen and (max-width: 780px) {
    _::-webkit-full-page-media,_:future,:root #formWrap .box-design input{
        width: 94%;
    }
    _::-webkit-full-page-media,_:future,:root #formWrap .box-design textarea{
        width: 94%;
    }
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:780px) {
    _::-webkit-full-page-media,_:future,:root #formWrap .submit-btn input{
        width: 100%;
    }
}
_::-webkit-full-page-media,_:future,:root ::placeholder {
    color: #DDDDDD;
}

_::-webkit-full-page-media,_:future,:root label ~ label {
    margin-left: 0px;
}
  /* ベースのラジオボタン
#formWrap .btn-design label {
    padding-left: 10px;
    font-size: 17px;
    font-weight: 100;
    z-index: 1;
}*/
_::-webkit-full-page-media,_:future,:root #formWrap .btn-design input[type=radio],
_::-webkit-full-page-media,_:future,:root #formWrap .btn-design input[type=checkbox] {
    display: none;
}
_::-webkit-full-page-media,_:future,:root #formWrap .sentaku label {
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    font-weight: 500;
    z-index: 1;
}
_::-webkit-full-page-media,_:future,:root #formWrap .txt-cen label {
    position: relative;
    padding-left: 40px;
    font-size: 17px;
    font-weight: 300;
    z-index: 1;
}
_::-webkit-full-page-media,_:future,:root #formWrap .btn-design input[type=radio]  + label::before,
_::-webkit-full-page-media,_:future,:root #formWrap .btn-design input[type=radio]  + label::after{
    position: absolute;
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    left: 0;
    top: -3px;
    z-index: -1;
    transform: scale(0, 0);
}
_::-webkit-full-page-media,_:future,:root #formWrap .btn-design input[type=checkbox]  + label::before,
_::-webkit-full-page-media,_:future,:root #formWrap .btn-design input[type=checkbox]  + label::after{
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    left: 0;
    top: -3px;
    z-index: -1;
    transform: scale(0, 0);
}
_::-webkit-full-page-media,_:future,:root #formWrap .btn-design input[type=radio]  + label::after,
_::-webkit-full-page-media,_:future,:root #formWrap .btn-design input[type=checkbox]  + label::after {
    border: solid 1px #DDDDDD;
    transform: scale(1, 1);
}
_::-webkit-full-page-media,_:future,:root #formWrap .btn-design input[type=radio]:checked + label::after,
_::-webkit-full-page-media,_:future,:root #formWrap .btn-design input[type=checkbox]:checked + label::after  {
    background-image: url(../images/check.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    /*background: #333333;*/
    transform: scale(1, 1);
}
