@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
/*======================================
  Base
=======================================*/
html {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 16px;
  line-height: 1.8;
  height: 100%; }

body {
  background-color: #fff;
  color: #333;
  margin: 0;
  height: 100%;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}
  @media (max-width: 544px) {
    body {
      font-size: 14px; } }

h1, h2, h3, p, ul {
  margin: 0; }

h1, h2, h3, h4 {
  font-weight: normal; }

ul {
  padding-left: 0; }

ul li {
  list-style-type: none; }

a {
  color: inherit;
  text-decoration: none; }

img {
  width: 100%;
  vertical-align: middle; }

.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

section {
  width: 100%;
/*margin-bottom: 80px;*/ }

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* ===== Text ===== */
h1, h2, h3 {
  font-weight: normal; }

h2 {
  font-size: 2.5em; }

h3 {
  font-size: 1.4em; }

h4{
  font-size: 1.15em;
}

p, ul {
  font-size: 1.0em; }

p {
  margin-bottom: 2.2em;
  line-height: 1.8em; }

.text-center {
  text-align: center; }

.pc-hide {
  display: none; }
  @media (max-width: 480px) {
    .pc-hide {
      display: block; } }

.sp-hide {
  display: block; }
  @media (max-width: 480px) {
    .sp-hide {
      display: none; } }

/* ===== Breakpoint ===== */
.container {
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

/* ===== font-size ===== */

.fss{
  font-size:90%;
}

/* ===== color ===== */

.red {
  font-weight: 700;
  color: #da2c2c; }

.red_lg {
  font-weight: 700;
  font-size: 1.5em;
  color: #da2c2c; }

.w_red{
color: #e86758;
font-weight: 700;
}

.w_red_lg{
  color: #e86758;
  font-weight: 700;
  font-size: 1.5em;
}

/* ===== 文字装飾 ===== */

.yellow_bg {
  background: linear-gradient(transparent 70%, #ff0 0%);
}

.yellow_bg2 {
  background: linear-gradient(transparent 0, #ff0 0%);
  padding: 5px 3px;
  font-weight: bold;
}

.bold {
  font-weight: bold; }

.bold_lg {
  font-weight: bold;
  font-size: 1.5em; }

.txt-u{text-decoration: underline;}

.torikeshi{
 text-decoration: line-through;
}

/* ===== textbox ===== */

.textbox_subhead{
  width: 90%;
  max-width: 1000px;
  margin: 0px auto 30px;
}
@media (max-width: 544px) {
  .textbox_subhead {
    margin: 0px auto 20px; } }
.textbox00 {
  width: 90%;
  max-width: 1000px;
  margin: 0px auto;
  padding:20px 50px;
  background:#fff;
  box-shadow: 2px 2px 1px #999;
}
@media (max-width: 544px) {
  .textbox00 {
    padding: 5px 10px; } }

.textbox01 {
      width: 90%;
      max-width: 1000px;
      margin: 0px auto;
      /*padding:20px 50px;*/
      /*background:#fff;*/
      /*box-shadow: 2px 2px 1px #999;*/
    }
/*@media (max-width: 1000px) {
          .textbox01 {
            width: 90%; } }*/
@media (max-width: 544px) {
      .textbox01 {
        /*padding: 5px 10px;*/ } }

.textbox {
  width: 90%;
  max-width: 750px;
  margin: 0px auto;
  padding:20px 50px;
  background:#fff;
  border-radius: 5px
}
@media (max-width: 544px) {
  .textbox {
    padding: 5px 10px;; } }

.textbox ul{
  margin-bottom: 3.2em;
  line-height: 1.8em;
}

@media (max-width: 340px) {
.textbox h3{
  font-size:1.2em;
} }

.textbox02 {
  width: 90%;
  max-width: 750px;
  margin: 0px auto;
  padding:20px 50px;
  /* margin:2em 0; */
  position: relative;
  /* padding: 0.5em 1.5em; */
  /* background:#fff; */
  /*border-radius: 10px*/
}
@media (max-width: 544px) {
  .textbox02 {
    padding: 5px 10px;; } }


.textbox02 h3{
  font-size: 1.5em;
  /*text-shadow: 1px 1px 3px #444;*/
  font-weight: bold;
}

.textbox02 ul{
  margin-bottom: 3.2em;
  line-height: 1.8em;
}

.textbox03 {
  width: 90%;
  max-width: 750px;
  margin: -50px auto -10px;
  padding:20px 50px;
  background:#fff;
}
@media (max-width: 544px) {
  .textbox03 {
    padding: 5px 20px;
    margin: -33px auto -10px; } }

.textbox03 ul{
  margin-bottom: 3.2em;
  line-height: 1.8em;
}

.float_right {
  float: right;
  max-width: 320px;
  margin-left: 30px;
  width: 80%; }
  .float_right img {
    width: 100%; }
  @media (max-width: 544px) {
    .float_right {
      margin: 30px auto;
      width: 45%; } }

.float_right-fluid {
  float: right;
  max-width: 320px;
  margin-left: 30px;
  width: 80%; }
  .float_right-fluid img {
    width: 100%; }
  @media (max-width: 544px) {
    .float_right-fluid {
      width: 100%;
      max-width: 100%;
      margin: 20px auto;
      float: none; } }

.pc-hide {
  display: none; }
  @media (max-width: 480px) {
    .pc-hide {
      display: block; } }

.sp-hide {
  display: block; }
  @media (max-width: 480px) {
    .sp-hide {
      display: none; } }

.header {
  /*background:#99ccff;*/
  background:#bbddff;
  background: url(../images/header_bg02.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  /*padding: 50px 50px;*/
  position: relative; }
  @media (max-width: 544px) {
    .header {
      /*background: url("../images/header_bg_sp.jpg") no-repeat;*/
      background-position: center center;
      background-size: cover;
      /*padding: 30px 20px 10px;*/ } }
  .header_container {
    position: relative; }
    .header_container #headerText {
      width: 100%; }
      @media (max-width: 850px) {
        .header_container #headerText {
          width: 100%; } }
    .header_container #ass {
      position: absolute;
      right: -50px;
      top: 0;
      width: 90%; }
      @media (max-width: 544px) {
        .header_container #ass {
          right: -15px; } }
      @media (max-width: 850px) {
        .header_container #ass {
          width: 40%; } }

.section_title {
  text-align: center;
  padding: 20px 0;
  /*background-color: #fff;*/
  /*background: url(../images/section.jpg) no-repeat;
  background-size: cover;
  background-position: center center;*/
  /*color: #fff;*/ }
  .section_title h2 {
    line-height: 1.5em;
    /*font-size: 1.6em;*/
    font-size: 2.0em;
    /*font-weight: 700;*/
    /*font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    /*text-shadow: 4px 4px 12px #000;*/ }
    @media (max-width: 767px) {
      .section_title h2 {
        font-size: 1.4em;
        padding: 0 3px; } }
    @media (max-width: 544px) {
      .section_title h2 {
        font-size: 1.6em; } }
    @media (max-width: 340px) {
      .section_title h2 {
        font-size: 1.4em; } }


.section_title2 {
          text-align: center;
          font-family: "Hiragino Mincho ProN";
          /*background-color: #fff;*/
          /*background: url(../images/section.jpg) no-repeat;*/
          background-size: cover;
          background-position: center center;
          color: #333;
          padding: 0 0 50px; }
.section_title2 h2 {
            line-height: 1.5em;
            /*font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
            font-weight: 700;
          /*text-shadow: 4px 4px 12px #000;*/ }
@media (max-width: 767px) {
              .section_title2 h2 {
                font-size: 2.0em;
                padding: 0 3px; } }
@media (max-width: 544px) {
              .section_title2 h2 {
                font-size: 1.6em; } }
@media (max-width: 340px) {
              .section_title2 h2 {
                font-size: 1.4em; } }


/*======================================
  背景CSS
=======================================*/

.back00{
  background:#fff;
  padding: 50px 0;
}

.back01{
    background:#d6ebf3;/*水色背景*/
    padding: 30px 0 50px;
  }

  .back02{
    background:#fdfde9;
    padding:50px 0 10px;
  }

  .back03{
    background:#f9d7d7;
    padding: 50px 0;
  }
  @media (max-width: 544px) {
    .back03{
      padding: 20px 0;
    } }

  .back04{
/*background: #e3dfde;*/
background: #f9f5f0;
padding: 50px 0;
  }

  .back05{
    background: #d86c1f;
    padding:20px 0;
  }

  .back06{
    background:#cbefcb;
    padding:50px 0 30px;
  }

  .back07{
    background:#FFEFD3;
    padding:50px 0;
  }

  .back08{
    background:url(../images/bg01.jpg) no-repeat;
    background-position: 100% 100%;
    padding: 0 0 200px;
    max-width: 1000px;
    margin: 0 auto;
  }

  .back09{
    background: #dde9ff;
    /*background:rgba(0, 0, 0, 0.7);*/
  }

  .back10{
    background:#d5cb9e;
    padding:50px 0;
  }

  .back11{
    background:#d5cb9e;
    color:#fff;
  }

.text{
  margin: 10px 0 30px;
  text-align:center;
}
@media (max-width: 544px) {
  .text {
    margin: 10px 0 20px;
    } }

.text img {
  width: 100%;
max-width:750px; }
  @media (max-width: 544px) {
    .text img {
      /*width: 75%;*/ } }


.text02{
  margin: 10px 0 30px;
      text-align: center;
      background: #eee;
      padding: 10px 0;
      background: url(http://www.wolca.info/special/dl/img/sb/wolca_handpainted_thin_07_m.jpg);
      color: #fff;
      text-shadow: 1px 2px 4px #111;
      }

.text02 img {
  width: 100%;
  max-width:750px; }
  @media (max-width: 544px) {
    .text02 img {
        /*width: 75%;*/ } }

.text02 h2{
  margin:0px 0 50px;
}

.text03{
  margin:0;
  text-align:center;
      }

.text03 img {
  width: 100%;
  max-width:850px; }
  @media (max-width: 544px) {
    .text03 img {
        /*width: 75%;*/ } }

.text03 h2{
  margin:0px 0 50px;
}

.text04{
  margin:0;
  text-align:center;
}

.text04 img {
  width: 100%;
  max-width: 750px;
  background: rgba(255, 255, 255, 0.7); }
  @media (max-width: 544px) {
    .text04 img {
      /*width: 75%;*/ } }

.text05{
        margin: 30px 0 0px;
        text-align:center;
      }

.text05 img {
      width: 100%;
      max-width:450px;
      filter: drop-shadow(1px 1px 2px #111);
    filter: -webkit-drop-shadow(1px 1px 2px #111); }
        @media (max-width: 544px) {
          .text05 img {
            /*width: 75%;*/ } }

.text05 h2{
  margin:0 0 50px;
}


.text a:hover{
opacity:0.8;
filter:alpha(opacity=80);
    -moz-opacity: 0.8;
}

.txt_img{
  margin:0 0 30px;
}

.txt_img2{
  margin:0 0 30px;
  text-align: center;
}

.txt_img2 img{
  max-width:150px;
}
@media (max-width:980px) {
  .txt_img2 img {
    max-width:150px;} }


.txt_img3{
  margin: 0px 0 30px;
  text-align: center;
}

.txt_img3 img{
  max-width:400px;
}

.txt_img4{
  margin:0 0 10px;
  text-align: center;
}

.txt_img4 img{
  max-width:300px;
}


.tx_c{
  text-align:center;
  margin:20px 0;
}

.tx_c2{
  text-align:center;
  margin: 50px 0 20px;
}



.textSection_1 p{
  text-align: center;
  font-size: 2.0em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .textSection_1 p{
    font-size: 1.5em; } }
@media (max-width: 544px) {
  .textSection_1 p{
    font-size: 1.1em; } }


.checkpoint{
  background:url(../images/checkpoint_bg.jpg) 50% 50% no-repeat;
  background-size:cover;
  padding:20px;
}


/*======================================
 タイトルボーダー
=======================================*/


.title-border {
display: flex;
align-items: center;
padding: 0px 0px 50px;
text-align: center;
}
@media (max-width: 544px) {
  .title-border{
    padding:0px; } }

.title-border h2{
  font-size: 2.0em;
}

@media (max-width: 767px) {
  .title-border h2 {
    font-size: 2.0em;
    } }
@media (max-width: 544px) {
  .title-border h2 {
    font-size: 1.6em; } }
@media (max-width: 340px) {
  .title-border h2 {
    font-size: 1.4em; } }

.title-border:before,
.title-border:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.title-border:before {
margin-right: 1rem;
}
.title-border:after {
margin-left: 1rem;
}


.title-border2 {
display: flex;
align-items: center;
/*padding:50px 0;*/
}

@media (max-width: 544px) {
  .title-border2{
    /*padding:30px 0;*/ } }

@media (max-width: 767px) {
  .title-border2 h2 {
    font-size: 2.0em;
    } }
@media (max-width: 544px) {
  .title-border2 h2 {
    font-size: 1.6em; } }
@media (max-width: 340px) {
  .title-border2 h2 {
    font-size: 1.4em; } }

.title-border2:before,
.title-border2:after {
border-top: 1px solid #fff;
content: "";
flex-grow: 1;
}
.title-border2:before {
margin-right: 1rem;
}
.title-border2:after {
margin-left: 1rem;
}


/*======================================
 ふわふわ css
=======================================*/


.fuwafuwa {
	-webkit-animation-name:fuwafuwa; /* fuwafuwaっていうアニメーションをしてね！ */
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;

	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}
/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}


/*======================================
 trouble
=======================================*/
.trouble {
  margin: 0 0 30px;
  padding:10px;
}

.trouble li{
  font-size: 1.5em;
      margin-bottom: 10px;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media (max-width: 544px) {
  .trouble li {
    font-size: 1.1em; } }

/*======================================
 osusume
=======================================*/

.osusume {
  margin: 30px 0;
}

.osusume li{
  /*list-style-type:circle;*/
  /*text-decoration: underline;*/
}

/*======================================
 box
=======================================*/

.box{
  border: 1px solid #000;
  padding:10px;
}

/*======================================
 customer voice
=======================================*/

.voice_title{
  max-width: 1000px;
  margin: 0 auto 50px;
  width:90%;
}
@media (max-width: 480px) {
.voice_title {
  margin: 0 auto 25px;} }

.voice_container{
  max-width: 1000px;
  margin: 0 auto;
  max-height: 1000px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border: 3px solid #efefef;
  background: #ffffff;
  width: 90%;
}

.voice_box{
  background: #fff;
      padding: 10px;
      border: 2px solid #b3e1f2;
      box-shadow: 3px 3px 8px -4px #bbb;
      width: 96%;
      margin: 50px auto;
}
@media (max-width: 480px) {
.voice_box {
  padding: 10px;
  margin: 25px auto;} }

.voice_box h3{
color:#cc636c;
font-size:1.8em;
font-weight: bold;
}
@media (max-width: 768px) {
.voice_box h3{
  font-size:1.5em;} }
@media (max-width: 380px) {
.voice_box h3{
  font-size:1.0em;} }

.name{

}
@media (max-width: 480px) {
.name{
  margin: 0;
  text-align: center;} }

.voice_box dl{
margin: 0;
}

.voice_box dt{
  background: #36a3d7;
  color: #fff;
  display: inline-block;
  padding: 3px 10px;
  margin: 0;
  border-radius: 3px
}

.voice_box dd{
/*  background: #fdf4e9; */
      margin: 0;
      padding: 10px;
}


/*======================================
 Q＆A
=======================================*/

.qa{
  margin: 1.5em 0;
}

.qa dd{
  margin: 0;
}

.bd_o{
    border-bottom: 2px solid #ec6101;
    padding:0 0 3px;
  }
.qa_mail{
  padding: 10px 0;
}


/*======================================
    movie
=======================================*/

.movie{
width:90%;
max-width:560px;
text-align:center;
margin:0px auto 50px;
}

.movie_title h2{
  font-size: 2.2em;
  font-weight: bold;
  margin:40px 0;

}

@media (max-width: 544px) {
  .movie_title h2 {
    font-size: 1.8em; } }



.youtube{
  position: relative;
      padding-bottom: 56.25%;
      /*padding-top: 30px;*/
      height: 0;
      overflow: hidden;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*======================================
 leftbox rightbox
=======================================*/



.left_box{
  width:50%;
  float:left;
}

@media (max-width: 768px) {
  .left_box{
    width:100%;
    float:none;
  }
}


.right_box{
  width:50%;
  float:right;
}
@media (max-width: 768px) {
  .right_box{
    width:100%;
    float:none;
  }
}

/*======================================
 button
=======================================*/
.button {
  text-align: center;
/*margin: 50px 0;*/
padding:30px 0; }

.button img {
  width: 75%;
max-width:750px; }
  @media (max-width: 544px) {
    .button img {
      width: 95%; } }

.button a:hover{
opacity:0.8;
filter:alpha(opacity=80);
    -moz-opacity: 0.8;
}

.button p{
  margin-bottom: 0em!important;
  padding-bottom: 1.5em!important;
}

.button2 {
text-align: center;
/*margin: 50px 0;*/
padding: 15px 0 55px; }
@media (max-width: 768px) {
  .button2 {
    padding: 10px 0; } }

.button2 img {
  width: 50%;
max-width:300px; }

@media (max-width: 980px) {
  .button2 img{
    width:75%;
  }
}
  @media (max-width: 544px) {
    .button2 img {
      width: 75%; } }

.button3 {
      text-align: center;
      /*margin: 50px 0;*/
      padding: 10px 0 30px; }
.button3 img {
  width: 90%;
  max-width: 750px; }



/*======================================
  fontawsome
=======================================*/

.resume li:before{
  font-family:'FontAwesome';
    content: "\f05d";
    /* position: absolute; */
    /* left: 1.5em; */
    padding-right: 10px;
}

/*======================================
 Profile
=======================================*/
.profile {
/*margin-top: 80px;*/ }
  .profile p {
    margin-bottom: 1.5em; }
  .profile h3 {
    margin: 15px 0;
    text-align: left;
    color: #b20e67;
    display: inline-block;
    /* padding-right: 30px; */
    border-bottom: 1px solid #b20e66;
    font-size: 1.5em; }
    @media (max-width: 480px) {
      .profile02 h3 {
        font-size: 1.4em;
        display: block;
        line-height: 1.5em; } }
    @media (max-width: 340px) {
      .profile h3 {
        font-size: 1.3em; } }
  .profile .container {
width: 92%;
max-width: 800px;
/*border: 3px solid #b20e68;*/
text-align: center;
background:#fff;
/*border-radius: 10px;*/
padding:20px 10px; }
  .profile_title {
    text-align: center;
    margin-bottom: 30px; }
    .profile_title img {
      width: 310px;
      max-width:100%;
      height: auto;
      padding: 0 30px 10px; }
    .profile_title.profile_title-nagatake img {
      width: 310px;
      max-width: 100%; }
  .profile_text {
    font-size: 14px;
    width: 100%;
    /*width: 65%;*/
  /*float: left;*/ }
    @media (max-width: 544px) {
      .profile_text {
        width: 100%;
        float: none; } }
  .profile_images {
    width:100%;
    max-width: 100%;
    text-align: center;
  /*float: right;*/ }
    @media (max-width: 544px) {
      .profile_images {
        width: 100%;

        /*float: none;*/
        text-align: center; }
        .profile_images img {
          width: 70%; } }
    .profile_images img {
      margin-bottom: 40px;
    max-width: 100%;
    width:250px; }


    .profile_box {
  position: relative;
  margin-top: 1em;
  padding: 1em 2em;
}

.profile_box .profile_images{
  position: absolute;
      top: -60px;
      left: 0;
      font-size: 1em;
      padding: 0 1em;
      margin: 0;
      transform: translateY(-50%) translateX(0em);
}

/*======================================
 footer
=======================================*/
footer {
  text-align: center;
  /*margin-top: 50px;*/
  /*background-color: #11333f;*/
  /*background-color: #e4dfde;*/
  background-color: #fff;
  /*color: #fff;*/
  padding: 15px 0 5px; }
  footer p {
    font-size: 0.8em;
    margin: 0; }
  footer a {
    text-decoration: underline; }
    footer a:hover {
      text-decoration: none; }

.formButtonContainer {
  text-align: center;
  margin: 80px 0; }
  .formButtonContainer img {
    width: 90%;
    max-width: 800px; }
    .formButtonContainer img:hover {
      opacity: 0.85; }

.form_container{
  padding: 30px 0;
}


.form{
  max-width: 1000px;
  border:1px solid #e7dab7;
  margin: 0 auto;
  padding:0 5px 5px;
  box-shadow: 1px 1px 2px #ccc;
  width: 90%;
  background: #fff;
}

.formtext{
  background: #fee3d8;
  margin: 5px 0 30px;
  text-align: center;
  padding: 5px;
}

input{
padding: 10px 0;
border: 1px solid;
width: 90%;
max-width: 700px;
text-align: center;
font-size: 18px;
}

.btn_submit{
  cursor: pointer;
  display: block;
  width: 90%;
  height: 75px;
  border: none;
  text-indent: -9999px;
  background: url(../images/button.png) no-repeat 0 0;
  background-size: contain;
  margin: 0 auto;
}

@media (max-width: 544px) {
  .btn_submit {
    height: 70px;
    background: url(../images/button_sp.png) no-repeat 0 0;
    background-size: contain;
    } }
@media (max-width: 380px) {
.btn_submit{
  height: 50px;}}

.namewrap{
display: inline-flex;
}
@media (max-width: 768px) {
  .namewrap {
    display: flex; } }

.input0{
width:370px;
}
@media (max-width: 768px) {
  .input0 {
    width: 45%;
    max-width:345px;
    margin:0 auto 30px; } }

/*input[type="submit"]{
  background: #f1abb0;
    color: #fff;
    border: 1px solid #000;
}*/

.required_color{
  background-color:#fff!important;
}
