@charset "UTF-8";
/*common*/
html{
    font-size: 62.5%;/**sets the base font to 10px **/
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
body{
    background-color: #f3f3f3;
    font-size: 1.8em;
    line-height: 1.25;
    color: #333333;
    overflow-x: hidden;
}
html,body{
    height: 100%;
    width: 100%;
}
a:link,a:visited {text-decoration: none;}
a:hover,a:active {text-decoration: underline;}
li{list-style-type: none;}
p{
    padding:0;
    margin: 0;
}
/*first_vew*/
.first_vew img{
    width:100%;
    height:auto;
}
.first_vew h1{display:none;}
.start{
    background-image:url(img/blackboard.jpg);
    color:#FFF;
    font-size: 4.2rem;
    padding:3rem;
    text-align: center;
}
.start p{font-feature-settings: "palt";}
.start span{
    font-size:7rem;
    font-weight:600;
}
/*blackboard*/
.blackboard{
    width:100%;
    height:100%;
    background-image:url(img/blackboard.jpg);
    padding-bottom: 8rem;
}

.point_logo{
    margin-bottom: -17rem;
    margin-left: 3rem;
}
.point p{
    font-size:2rem;
    line-height:1.6;
    color:#FFF;
    padding:3.5rem 3rem 1rem 3rem;
    width:70%;
    background-image:url(img/point001.png);
    background-repeat: no-repeat;
    background-position:center;
    height:250px;
    margin-top:9rem;
    text-align: justify;
}
.point02 p{
    font-size:2rem;
    line-height:1.6;
    color:#FFF;
    padding:3.5rem 3rem 1rem 3.5rem;
    width:70%;
    background-image:url(img/point002.png);
    background-repeat: no-repeat;
    background-position:left;
    height:250px;
    margin-top:9rem;
    text-align: justify;
}
.point:first-child{margin-left:16rem;}
.point:nth-child(2){margin-left:-10rem;}
.point:nth-child(3){margin-left:-10rem;}
.point02{margin-left:-8rem;}
/*qa_area*/
.m_box{
    height:auto;
    background-color: #f3f3f3;
    padding:3rem 5rem;
    border-radius:15px;
    margin-top:8rem;
    box-shadow:8px 8px 0 rgba(120,126,125,0.5);
    position: relative;
    z-index: 500;
}
.m_box p{
    font-size:4rem;
    font-weight:bold;
    line-height: 1.5;
    font-feature-settings:"palt";
}
.lady_position{
    width:140%;
    margin-left:-6rem;
}
.q_position{
    display: inline;
    float: left;
    margin-top:-8rem;
    padding-right:1rem;
}
.qa03 .point{
    margin-left: 24rem;
}
.qa04 .point:first-child{
    margin-left:30rem;
}
.question{
    height:auto;
    margin:5rem 0 15rem 0;
    padding-left:5rem;
}
.question p{
    display: inline;
}
/*answer*/
.answer{
    margin:0 3rem 0 0;
    display: block;
}
.answer_head{
    font-size: 4rem;
    font-weight:bold;
    font-feature-settings:"palt";
    line-height: 1.25;
    margin-bottom:4rem;
    padding-top:2rem;
}
.answer_l{
    z-index:500;
}
.tayama_position{
    margin: 2rem 0 0 -6rem;
    width:140%;
}
.answer_r{
    background-color:#FFF;
    border-radius:10px;
    padding:5rem;
    line-height:1.75;
    text-align:justify;
    z-index:0;
    box-shadow:8px 8px 0 rgba(120,126,125,0.5);
    font-size: 2rem;
    font-feature-settings:"palt";
    position: relative;
}
.a_position{
    display: inline;
    float: left;
    margin-top:-10rem;
    padding-right:1rem;
}
strong{
    background:linear-gradient(transparent 50%,yellow 30%, yellow 30%);
    font-weight:600;
}
.qa:nth-child(odd){
    background-image: url(img/BG.png);
    background-repeat: repeat;
    background-size:1.5%;
}
.qa:nth-child(even){
   background-image: url(img/BG3.png);
    background-repeat: repeat;
    background-size:1.5%;
}
/*qa01~06-image*/
.qa01{
    width: 40%;
    position:absolute;
    z-index: 600;
}
.qa02_area{
    position: relative;
    margin-bottom: 5rem;
}
.qa02{
    top: -10rem;
    left: -15rem;
    width: 35%;
    position: absolute;
    z-index: 600;
}
.qa03{
    margin-left: 45rem;
    margin-bottom:-15rem;
    width: 30%;
}
.qa04_area{
    position: relative;
    margin-top: 10rem;
    margin-bottom: 5rem;
}
.qa04{
    top: -14rem;
    left: 45rem;
    width: 35%;
    position: absolute;
}
.qa05_area{
    margin-top:10rem;
}
.qa05{
    position: absolute;
    right: 25rem;
    top:-22rem;
    width: 40%;
}
.qa06_area{
    margin-top: 6rem;
}
.qa06{
    position: absolute;
    top: -23rem;
    left: 18rem;
    width: 40%;
}
/*message*/
.message{
    background-color:#f3f3f3;
    background-image: url(img/BG.png);
    background-repeat: repeat;
    background-size:1.5%;
}
.message_left img{
    width: 100%;
    margin:8rem 2rem 3rem 2rem;
}
.message_head{
    font-size: 4rem;
    font-weight: bolder;
    text-align: center;
    margin: 5rem auto 0rem auto;
    background-color:#fff;
    padding: 3rem;
    border: 3px solid #aaa;
    border-radius: 10px;
    text-align: center;
    width: 80%;
    line-height: 1.5;
    font-feature-settings: "palt";
}
.message_inner{
    width:90%;
    background-color:#FFF;
    border-radius: 10px;
    margin:5rem auto 5rem auto;
    padding:3rem 5rem;
    font-size:2rem;
    color:#333333;
    line-height:1.5;
    text-align: justify;
    box-shadow: 8px 8px 0 rgba(120,126,125,0.5);
}

/*form*/
.form_area{
    background-color:#f3f3f3;
    padding:3rem;
    border:3px solid #fff;
}
.form_area h2{font-weight: bold;}
.info{
    text-align: center;
    width: 100%;
    margin: 1rem auto 3rem auto;
    font-size: 2rem;
    line-height: 1.5;
}
.form_inner{
    background-color:#FFF;
    border-radius:5px;
    padding:3rem;
    margin-bottom:30px;
}
/*footer*/
.footer_area{
    background-color:#2F302B;
    color:#FFF;
    line-height:1;
    padding-bottom:2rem;
}
.footer_area h2{
    font-size:2.4rem;
    padding-top:1rem;
    text-align: left;
}
.footer_area p{
    font-size:2rem;
    text-align: left;
    line-height: 1.4;
}
/*button*/
#page_top{
    position:fixed;
    bottom:75px;
    right:20px;
}
#form_link{
    position:fixed;
    bottom:20px;
    right:20px;
}
#page_top a{
    display:block;
    z-index:999;
    width:5rem;
    height:5rem;
    background-color:#9FD6D2;
    color:#FFF;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    border-radius:50%;
    box-shadow:0 5px 0 rgba(95,100,98,0.9);
}
#form_link a{
    display:block;
    z-index:999;
    width:5rem;
    height:5rem;
    background-color:#FFF;
    color:#9FD6D2;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    border-radius:50%;
    box-shadow:0 5px 0 rgba(95,100,98,0.9);
    margin-left:-0.5rem;
    padding:10px;
}
#page_top .fa-3x{font-size: 2.5em;}
#form_link .fa-2x{font-size: 1.6em;}
/********form********/
input[type="text"], input[type="email"], input[type="tel"], textarea {
    padding: 10px;
    border: 1px solid #eaeaea;
    line-height: 20px;
    width: 100%;
    margin: 0 0 30px;
    background-color: #f9f9f9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input::-webkit-input-placeholder {
    color: #999999;
    font-weight: normal;
}
input:-ms-input-placeholder {
    color: #999999;
    font-weight: normal;
}
input::-moz-placeholder {
    color: #999999;
    font-weight: normal;
}
input:required,
input[type="email"]:invalid{
    background:#FFB3B3;
}
input[type="text"]:valid,
input[type="email"]:valid,
input[type="tel"]:valid{
    background: transparent;
}
select{
    padding-left:10px;
    border: 1px solid #eaeaea;
    line-height: 20px;
    width: 30%;
    margin: 0 0 30px;
    background-color: #f9f9f9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height:35px;
}
form dt{
    padding:1rem;
    line-height: 1.5;
}
.image_btn{
    border:none;
    width:250px;
    height:50px;
    background-image:url(img/form_button_send.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}
/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/*=============fontsize===================*/
h1{
    font-size: 3rem;
    font-feature-settings:"palt";
}
h2{
    font-size: 2.4rem;
    font-feature-settings:"palt";
}
.bold{
    font-weight:600;
    font-feature-settings:"palt";
}
.fs12{
    font-size: 1.2rem;
    font-feature-settings:"palt";
}
.fs18{
    font-size: 1.8rem;
    font-feature-settings:"palt";
}
.fs24{
    font-size: 2.4rem;
    font-feature-settings:"palt";
}
.fs38{
    font-size: 3.8rem;
    font-feature-settings:"palt";
}
.fs48{
    font-size: 4.8rem;
    font-feature-settings:"palt";
}
/*==============font_color==================*/
.fc_lred{color:#FF8A71;}
/*==============margin==================*/
.m_top10{margin-top:10px;}
.m_top30{margin-top:30px;}
.m_top50{margin-top:50px;}
.m_bottom30{margin-bottom: 30px;}
.m_bottom50{margin-bottom: 50px;}
/*==============padding==================*/
.pd0{padding:0;}
.pdl1{padding:0 0 0 1rem;}
/*==============setting==================*/
.t_center{text-align:center;}
.of_h{overflow:hidden;}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.thanks_area{
    border-radius:20px;
    margin: 5rem auto;
    background-color: #fff;
    font-size: 2rem;
}
.thanks_area p{margin: 1rem;}
.thanks{
    text-align: center;
    margin: 5rem auto;
}
.thanks img{
    width:60%;
    height:auto;
    border-radius:5px;
}
.bg_gray{background-color:#f5f4ef;}
.thanks_area .page_back{margin:3rem auto 5rem auto;}

/**タブレット横表示**/
@media only screen and (max-width: 1120px){
.lady_position{margin:3rem 0 0 -4rem;}
.tayama_position{margin: 5rem 0 0 -4rem;}
.m_box p{font-size:3rem;}
.answer_head{
    font-size: 3rem;
    margin-bottom:3rem;
}
.message_head{
    font-size: 3rem;
    padding: 1.5rem;
}
.answer_r{
    padding:5rem;
    font-size: 1.8rem;
}
.footer_area h2{font-size:2rem;}
.footer_area p{
    font-size:1.8rem;
    margin-bottom: 2rem;
}
.point p{
    font-size:2rem;
    padding:3.5rem 3rem 0rem 3rem;
    width:86%;
}
.point02 p{
    font-size:2rem;
    padding:3.5rem 3rem 1rem 2rem;
    width:86%;
}
.point:first-child{margin-left:5rem;}
.point:nth-child(2){margin-left:-5rem;}
.point:nth-child(3){margin-left:-5rem;}
.point02{margin-left:-2rem;}
.point_logo {
    margin-bottom: -13rem;
    margin-left: 1rem;
    width: 35%;
}
form dt {padding: 0rem;}
.question {margin: 5rem 0 12rem 0;}
.qa04 {
    top: -11.5rem;
    left: 36rem;
}
.qa05 {
    right: 24rem;
    top: -18rem;
}
.qa06 {
    top: -19.5rem;
    left: 22rem;
}
}
/***********タブレット表示***********/
@media only screen and (max-width: 850px){
/*first_vew*/
.start{font-size: 3.2rem;}
.start span{font-size:5rem;}
.start img{
    width: 50%;
    margin-top: 2rem;
}
/*blackboard*/
.blackboard{padding-bottom: 4rem;}
.point_logo{
    width: 50%;
    margin-bottom: -14rem;
    margin-left: 3rem;
}
.point p{
    font-size:1.8rem;
    line-height:1.75;
    padding:1rem 3rem;
    width:60%;
    height:100%;
    margin:3rem auto;
    background-image: none;
    border: solid 2px #fff;
}
.point02 p{
    font-size:1.8rem;
    line-height:1.75;
    padding:1rem 3rem;
    width:60%;
    height:100%;
    margin:2rem auto;
    background-image: none;
    border: solid 2px #fff;
}
.point:first-child{margin:8rem auto 0 auto;}
.point:nth-child(2){margin:0 auto;}
.point:nth-child(3){margin:0 auto;}
.point02{margin:0 auto;}
/*qa_area*/
.m_box{
    padding:3rem 3rem;
    margin-top:2rem;
}
.m_box p{font-size:2.6rem;}
.lady_position {
    width: 150%;
    margin-left: -4rem;
    margin-top: -2.5rem;
    padding-bottom: 5.5rem;
}
.q_position{
    width: 25%;
    margin:-10rem 0 0 -4rem;
}
.question{
    padding-left:1.5rem;
    margin:5rem 0 5rem 0;
}
/*answer*/
.answer{
    padding-right: 1.5rem;
    margin: 0;
}
.answer_head{
    font-size: 2.6rem;
    margin-bottom:2rem;
    padding-top:0;
}
.tayama_position{
    margin: 8rem 0 0 -3rem;
    width:150%;
}
.answer_r{
    padding:5rem;
    font-size: 1.8rem;
}
.a_position{
    width: 25%;
    margin:-12rem 0 0 -3rem;
    padding-right:1rem;
}
/*qa01~06-image*/
.qa02_area{margin-bottom: 5rem;}
.qa02{
    top: -8rem;
    left: -11rem;
}
.qa03{
    margin-left: 32rem;
    margin-bottom:-7.5rem;
}
.qa04_area{
    margin-top: 10rem;
    margin-bottom: 5rem;
}
.qa04{
    top: -10.5rem;
    left: 25rem;
    width: 40%;
}
.qa05_area{margin-top:6rem;}
.qa05{
    right: 15rem;
    top:-15rem;
}
.qa06_area{margin: 3rem auto 6rem auto;}
.qa06{
    top: -15rem;
    left: 12rem;
}
/*message*/
.message_left img{
    width: 50%;
    margin:3rem auto;
    text-align: center;
    display: block;
}
.message_head{font-size: 2.6rem;}
.message_inner{
    margin:3rem auto;
    padding:3rem 5rem;
    font-size:1.8rem;
    line-height:1.75;
}
/*form*/
.form_area{padding:2rem;}
/*footer*/
.footer_area h2{
    font-size:2.4rem;
    padding-top:1rem;
    text-align: left;
}
.footer_area p{
    font-size:1.8rem;
    margin-bottom: 2rem;
}
}
/**スマホ表示**/
@media only screen and (max-width: 640px) {
body{overflow-x: hidden;}
.fs48{
    font-size: 3rem;
    font-feature-settings:"palt";
    line-height:1.5;}
.m_top10{margin-top:5px;}
.m_top30{margin-top:15px;}
.m_top50{margin-top:25px;}
.m_bottom30{margin-bottom: 15px;}
.m_bottom50{margin-bottom: 25px;}
/*start*/
.start{
    font-size:3rem;
    padding:2rem;
}
.start img{
    width: 80%;
    margin-top: 2rem;
}
.start span{font-size:5.5rem;}
/*qa_area*/
.m_box{
    padding:0rem 1rem;
    margin-top:0;
    box-shadow: 4px 4px 0 rgba(120,126,125,0.5);
    }
.m_box p{
    font-size:2rem;
    padding: 1rem;
    display: block;
}
.q_position{
    width: 25%;
    margin:0 0 0 3rem;
    position: inherit;
}
.lady_position{
    text-align: center;
    width: 70%;
    margin:0 0 -1rem -6rem;
    padding-bottom: 0;
}
.question{
    height:auto;
    margin:2rem 0 1rem 0;
    padding:1rem;
}
/*answer*/
.answer{
    margin: 0;
    padding: 1rem;
}
.answer_l{
    z-index: 0;
}
.answer_head{
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom:2rem;
    padding-top:0rem;
}
.tayama_position{
    text-align: center;
    width: 70%;
    margin:0 0 -1rem -6rem;
}
.answer_r{
    padding:3rem;
    line-height:1.75;
    font-size: 1.8rem;
    border:1px solid #f3f3f3;
    box-shadow: 4px 4px 0 rgba(120,126,125,0.5);
    box-sizing: border-box;
}
.a_position{
    width: 25%;
    margin:0 0 0 3rem;
    position: inherit;
}
.smp_position{position: relative;}
.qa01{
    position: absolute;
    bottom:8rem;
}
.qa02{
    position: absolute;
    top: 4rem;
    left: 0rem;
    width: 15%;
}
.qa03{
    position: absolute;
    bottom:0rem;
    left: 2rem;
    margin:0;
    width: 35%;
}
.qa04{
    position: absolute;
    top: 14rem;
    left: 2rem;
    width: 50%;
}
.qa05{
    position: absolute;
    right: 20rem;
    top:12rem;
    width: 40%;
    z-index: 550;
}
.qa05_area{
    margin-top:0rem;
}
.qa06{
    position: absolute;
    top: 12rem;
    left: 13rem;
    width: 60%;
}
.qa06_area{
    margin-top: 0rem;
    margin-bottom: 0rem;
}
.qa06_bottom{padding-bottom: 3rem;}
/*blackboard*/
.blackboard{padding-bottom: 2rem;}
.point_logo{
    width: 50%;
    margin-bottom: -12rem;
    margin-left: 3rem;
}
.point p{
    font-size:1.8rem;
    line-height:1.75;
    padding:1rem 2rem 1rem 2rem;
    width:80%;
    height:100%;
    margin:2rem auto;
    background-image: none;
    border: solid 2px #fff;
}
.point02 p{
    font-size:1.8rem;
    line-height:1.75;
    padding:1rem 2rem 1rem 2rem;
    width:80%;
    height:100%;
    margin:2rem auto;
    background-image: none;
    border: solid 2px #fff;
}
.point:first-child{margin:8rem auto 0 auto;}
.point:nth-child(2){margin:0 auto;}
.point:nth-child(3){margin:0 auto;}
.point02{margin:0 auto;}
/*message*/
.message_left{text-align: center;}
.message_left h3{margin: 1rem;}
.message_left img{
    width: 80%;
    margin:2rem auto;
}
.message_head{
    font-size: 2rem;
    padding: 1rem;
    width: 90%;
    margin-top: 3rem;
}
.message_inner{
    margin-top: 2rem;
    width:100%;
    padding:3rem;
    font-size:1.8rem;
    line-height:1.75;
    border:1px solid #f3f3f3;
    box-shadow: 4px 4px 0 rgba(120,126,125,0.5);
    box-sizing: border-box;
}
/*form*/
.form_area{
    padding:1rem;
}
.form_inner{
    padding:3rem 1rem;
}
.info_box{
    font-weight: bold;
    text-align: left;
    display: inline-block;
    margin: 0 auto 1rem auto;
}
.info{
    margin: 0 auto 3rem auto;
    font-size: 1.8rem;
}
.tel_btn{
    display: inline-block;
    border:none;
    width:250px;
    height:50px;
    background-image:url(img/form-botton-tel.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    margin-top: 1rem;
}
.form_area h2{
    line-height: 1.4;
    font-weight: bold;
}
.tel_desc{
    color: #aaa;
    font-size:1rem;
    margin-top: 1rem;
}
select{width: 50%;}
/*footer*/
.footer_area h2{font-size:2rem;}
.footer_area p{
    font-size:1.8rem;
    line-height: 1.5;
}
.copy{margin-top: 3rem;}
    /*button*/
#page_top{
    position:fixed;
    bottom:75px;
    right:5px;
    z-index: 1000;
}
#form_link{
    position:fixed;
    bottom:20px;
    right:5px;
    z-index: 1000;
}
}
/**スマホ表示375px**/
@media only screen and (max-width: 375px) {
/*start*/
.start{
    font-size:2.5rem;
    padding: 2rem;
}
.start span{font-size:4.8rem;}
/*qa_area*/
.m_box p{
    font-size:1.8rem;
    padding:1rem 0.5rem;
}
/*answer*/
.answer_head{font-size: 1.8rem;}
.answer_r{
    font-size: 1.6rem;
    padding: 3rem 1.5rem;
}
.qa01{
    bottom:7.5rem;
    left:0;
}
.qa02{top: 3rem;}
.qa03{bottom:0rem;}
.qa04{top: 13.5rem;}
.qa05{
    right: 16rem;
    top:11rem;
}
.qa06{
    top: 8rem;
    left: 11rem;
}
.qa06_bottom{padding-bottom: 3rem;}
/*blackboard*/
.point p{font-size:1.6rem;}
.point02 p{font-size:1.6rem;}
/*message*/
.message_head{font-size: 1.8rem;}
.message_inner{font-size:1.6rem;}
/*form*/
.form_area h2{font-size:1.8rem;}
.form_inner dt{font-size: 1.8rem;}
.form_inner dd{font-size: 1.6rem;}
.image_btn{width:90%;}
.info{font-size: 1.6rem;}
/*footer*/
.footer_area h2{font-size:1.8rem;}
.footer_area p{font-size:1.6rem;}
.fs38{font-size: 2.4rem;}
}

/**スマホ表示320px**/
@media only screen and (max-width: 320px) {
/*start*/
.start{font-size:2.2rem;}
.start span{font-size:4.5rem;}
/*qa_area*/
.m_box p{font-size:1.6rem;}
/*answer*/
.answer_head{font-size: 1.6rem;}
.answer_r{font-size: 1.4rem;}
.qa01{
    bottom:7rem;
    left:0;
}
.qa02{top: 2rem;}
.qa04{top: 11rem;}
.qa05{
    right: 16rem;
    top:9rem;
}
.qa06_bottom{padding-bottom: 3rem;}
/*blackboard*/
.point p{font-size:1.4rem;}
.point02 p{font-size:1.4rem;}
/*message*/
.message_head{font-size: 1.6rem;}
.message_inner{font-size:1.4rem;}
/*form*/
.form_area h2{font-size:1.6rem;}
.form_inner dt{font-size: 1.6rem;}
.form_inner dd{font-size: 1.4rem;}
.image_btn{width:100%;}
.info{font-size: 1.4rem;}
/*footer*/
.footer_area h2{font-size:1.6rem;}
.footer_area p{font-size:1.4rem;}
}
