@charset "UTF-8";

/*----------------------
基本スタイル
-----------------------*/

body {
  position: relative;
  width: 100%;
  min-width: 750px;
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic,  "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック','Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.6;
  color: #000;
}
body.fixed {
  position: fixed;
  height: 100%;
  overflow: hidden;
}

/*lang=en*/
*[lang="en"] {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


/* a */
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #666;
}

body:not(.is_Touch) a:hover img {
  opacity: 0.75;
}


/* p */
p {
  margin: 0 0 1em;
}
p:last-child {
  margin-bottom: 0;
}

/* text */
.text_small {
  font-size: 60%;
}


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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* utility */
.br_none br {
  display: none;
}
.only-pc {
  display: none;
}

/* for-pc */
/* for sp ---*/
@media screen and (max-width: 767px) {
  .for-pc {
    display: none!important;
  }
}
/* for-sp */
@media screen and (min-width: 768px) {
  .for-sp {
    display: none!important;
  }
}


/*----------------------
header
-----------------------*/

#header {
  position: fixed;
  clear: both;
  width: 100%;
  height: 110px;
  background: #fff;
  z-index: 50;
}

#header_title {
  position: absolute;
  top: 30px;
  left: 0;
  padding: 10px 3px 10px 40px;
  border-top: 1px solid #898989;
  color: #000;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1;
}
#header_title span {
  margin-right: 4px;
  font-size: 18px;
}
#header_title a {
  color: #000;
}

/**/
#header_Navarea {
  position: absolute;
  display: none;
  top: 110px;
  left: 0;
  width: 100%;
  height: calc(100vh - 110px);
  height: 100vh;
  padding-bottom: 450px;
  background: #fff;
  overflow: hidden;
  z-index: 50;
}


.ico-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 110px;
  background: #fff url(../images/navi/navi_open.gif) no-repeat center center;
  cursor: pointer;
}
.ico-menu.open {
  background-image: url(../images/navi/navi_close.gif);
}

/*----------------------
footer
-----------------------*/
#footer {
  clear: both;
  padding: 60px 0;
  background: #000;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
#footer .logo_benrishi {
  line-height: 0;
}
#footer .copyright {
  margin: 25px auto 0;
  font-size: 20px;
}

/*----------------------
gNav
-----------------------*/
#gNav ul {
  list-style: none;
  padding: 0;
}
#gNav ul:after {
  content: '';
  display: table;
  clear: both;
}
#gNav li {
  width: 590px;
  margin: 30px auto;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  letter-spacing: 0.01em;
}
#gNav li img {
  padding-right: 80px;
  vertical-align: middle;
}
#gNav li a {
  position: relative;
  display: block;
  padding: 10px 0;
  color: #000;
}
#gNav li a:hover {
  width: 100%;
  color: #666;
  -webkit-transition: all 0.3s linear;
     -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
          transition: all 0.3s linear;
}
#gNav li.nolink {
  padding: 10px 4px;
  color: #bababa;
}


/*-------------------------------------*/
/* page -------------------------------*/
/*-------------------------------------*/
#main {
  clear: both;
}
#main .inner {
  min-width: 750px;
  margin: auto;
}


/****----------------------
page_top
-----------------------****/

/**/
#page_top #topIntroView {
  width: 750px;
  margin: auto;
  text-align: center;
  line-height: 0;
}
/**/
#page_top #main .inner {
  position: relative;
  width: 750px;
  margin: auto;
  overflow: hidden;
}

/**/
#page_top .section_story {
  position: relative;
  margin: 60px auto auto;
}
#page_top .section_story .img {
  position: relative;
  line-height: 0;
  box-sizing: border-box;
  z-index: 1;
  width: calc(543/750*100vw);
  margin: 0 auto;
}
#page_top .section_story .img >img{
  width: calc(543/750*100vw);
}

#page_top .section_story .img .num{
  position: absolute;
  top: -20px;
  left: -38px;
}
#page_top .section_story .body {
  position: relative;
  width: 100%;
  height: 450px;
  margin: -240px 0 80px auto;
  padding: 302px 60px 60px 460px;
  background: #effaff;
  box-sizing: border-box;
}
#page_top .section_story .title_katagaki {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#page_top .section_story .title_name_ja {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#page_top .section_story .title_name_en {
  color: #fdd000;
  font-size: 20px;
  letter-spacing: 0.15em;
}
#page_top .section_story .copy {
  position: absolute;
  padding: 20px 40px;
  background: url(../images/bg_yellow.png);
  font-size: 28px;
  font-weight: bold;
  box-sizing: border-box;
  z-index: 2;
}


#page_top .section_story.story_1 .copy { 
  right: 0;
  top: 300px;
}

#page_top .section_story.story_2 .body {
  width: 460px;
  height: 410px;
  margin: -155px auto 0 0;
  padding: 260px 60px 60px 130px;
}
#page_top .section_story.story_2 .copy { 
  left: 0;
  top: 300px;
  padding-right: 20px;
}

#page_top .section_story.story_3 {
  margin-top: 80px;
}
#page_top .section_story.story_3 .body {
  width: 100%;
  height: 560px;
  margin: -358px auto 0 0;
  padding: 413px 60px 60px 460px;
}
#page_top .section_story.story_3 .copy { 
  right: 40px;
  top: 300px;
  padding-right: 20px;
}

#page_top .section_story.story_4 {
  margin-top: 80px;
}
#page_top .section_story.story_4 .body {
  width: 370px;
  height: 341px;
  margin: -130px auto 0 40px;
  padding: 193px 60px 60px 60px;
}
#page_top .section_story.story_4 .copy {
  left: 0;
  top: 300px;
}
#page_top .section_story.story_4::after {
  background: #effaff;
  content: '';
  display: block;
  height: 145px;
  position: absolute;
  right: 0;
  top: -10px;
  width: 362px;
}

#page_top .section_story.story_5 {
  margin-bottom: 80px;
}
#page_top .section_story.story_5 .body {
  width: 100%;
  height: 560px;
  margin: -307px auto 0 0;
  padding: 413px 60px 60px 460px;
}
#page_top .section_story.story_5 .copy { 
  right: 40px;
  top: 300px;
  padding-right: 20px;
}

/**/
#page_top .section_comingsoon {
  line-height: 0;
  text-align: center;
}


/****----------------------
page_story
-----------------------****/
#page_story #header #header_title {
  /*visibility: hidden;*/
  display: none;
}
/*#page_story #header.open #header_title {
  visibility: visible;
}*/

/**/
#page_story #main {
  padding-top: 160px;
}
#page_story #titleBlock {
  position: relative;
  width: 750px;
  margin: auto;
  padding: 0 0 50px;
  background: #effaff;
}
#page_story .mainView {
  position: relative;
  line-height: 0;
  background: #fff;
}
#page_story .mainView >img {
  position: relative;
  width: 650px;
}
#page_story .mainView .num {
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 3;
}
#page_story .mainView:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #effaff;
  z-index: 0;
}

#page_story .mainTitle {
  position: absolute;
  top: 155px;
  right: 40px;
}
#page_story .mainTitle .title_en {
  color: #fdd000;
  font-size: 64px;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 0.9;
  text-align: right;
}
#page_story .mainTitle .title_ja {
  margin: 0.8em 0 0;
  font-size: 20px;
  text-align: right;
}
#page_story .mainCopy {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 30px 20px 80px;
  background: url(../images/bg_yellow.png);
  font-size: 26px;
  font-weight: bold;
  box-sizing: border-box;
}
/**/
#page_story #main .inner {
  position: relative;
  width: 750px;
  margin: auto;
}
/**/
.section_profile {
  padding: 50px 40px 170px;
  background: #effaff;
}
.section_profile h2 {
  display: table;
  margin: 0 auto 1.5em;
  padding: 0 5px 0.7em;
  border-bottom: 1px solid #000;
  font-size: 24px;
  text-align: center;
}
.section_profile p {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 2.45;
}
/**/
.section_qa {
  position: relative;
}
.section_qa:last-child {
  margin-bottom: 110px;
}
.section_qa h3.qa_q {
  position: absolute;
  display: table;
  margin: 0;
  padding: 50px 70px;
  background: #fff9b5;
  font-size: 34px;
  line-height: 2;
  letter-spacing: 0.15em;
  box-sizing: border-box;
  z-index: 1;
}
.section_qa h3.qa_q.bgc-ORG {
  background: url(../images/bg_yellow.png);
}
.section_qa .qa_a {
  position: relative;
  padding: 60px 80px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.45;
  box-sizing: border-box;
}
.section_qa .qa_a p {
  position: relative;
  z-index: 2;
}
.section_qa .qa_a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  z-index: 0;
}
.section_qa .qa_a.bgc-BLU:before {
  background: #effaff;
}
.section_qa .qa_a.bgc-BLU2:before {
  background: #effaff;
  opacity: 0.3;
}


.section_qa.qa_1 {
  padding: 110px 0 0 0;
}
.section_qa.qa_1 h3.qa_q {
  top: -100px;
  left: 0;
  width: 560px;
}
.section_qa.qa_1 .qa_a {
  padding-top: 120px;
}
.section_qa.qa_1 .qa_a:before {
  left: auto;
  right: 0;
  width: 80%;
}

.section_qa.qa_2 {
  padding: 200px 0 0 0;
}
.section_qa.qa_2 h3.qa_q {
  top: 0;
  right: 0;
  width: 670px;
}
.section_qa.qa_2 .qa_a {
  padding: 140px 80px 200px 80px;
}
.section_qa.qa_2 .qa_a:before {
  left: 0;
  right: auto;
  width: 95%;
}

.section_qa.qa_3 {
  margin-top: -140px;
  padding: 80px 0 0 0;
  z-index: 3;
}
.section_qa.qa_3 h3.qa_q {
  top: 0;
  left: 0;
  width: 625px;
  padding-bottom: 190px;
}
.section_qa.qa_3 .qa_a {
  padding-top: 180px;
  padding-bottom: 87px;
}
.section_qa.qa_3 .qa_a:before {
  left: auto;
  right: 0;
  width: 80%;
}

.section_qa.qa_4 {
  padding: 200px 0 0 0;
}
.section_qa.qa_4 h3.qa_q {
  top: 0;
  right: 0;
  width: 670px;
}
.section_qa.qa_4 .qa_a {
  padding: 130px 80px 200px 80px;
}
.section_qa.qa_4 .qa_a:before {
  left: 0;
  right: auto;
  width: 95%;
}

.section_qa.qa_5 {
  margin-top: -110px;
  padding: 240px 0 0 0;
  z-index: 3;
}
.section_qa.qa_5 h3.qa_q {
  top: 0;
  left: 0;
  width: 600px;
  padding-bottom: 190px;
  padding-right: 60px;
}
.section_qa.qa_5 .qa_a {
  padding-top: 20px;
  padding-bottom: 80px;
}
.section_qa.qa_5 .qa_a:before {
  left: auto;
  right: 0;
  width: 80%;
}

.section_qa.qa_6 {
  padding: 200px 0 0 0;
}
.section_qa.qa_6 h3.qa_q {
  top: 0;
  right: 0;
  width: 670px;
}
.section_qa.qa_6 .qa_a {
  padding: 140px 80px 100px 80px;
}
.section_qa.qa_6 .qa_a:before {
  left: 0;
  right: auto;
  width: 95%;
}

/* story03 */
.story03 .section_qa.qa_2 .qa_a {
  padding: 90px 80px 200px 80px;
}
.story03 .section_qa.qa_3 .qa_a {
  padding-top: 140px;
}
.story03 .section_qa.qa_5 .qa_a {
  padding-top: 50px;
}

/* story04 */
.story04 .section_qa.qa_2 .qa_a {
  padding-top: 200px;
}
.story04 .section_qa.qa_3 .qa_a {
  padding-top: 150px;
}
.story04 .section_qa.qa_5 .qa_a {
  padding-top: 50px;
}

/* story05 */
.story05 .section_qa.qa_3 .qa_a {
  padding-top: 220px;
}
.story05 .section_qa.qa_4 .qa_a {
  padding-top: 80px;
}
.story05 .section_qa.qa_5 .qa_a {
  padding-top: 60px;
}













