@charset "UTF-8";

/*----------------------
基本スタイル
-----------------------*/

body {
  position: relative;
  width: 100%;
  min-width: 1366px;
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic,  "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック','Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}

/*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;
}


img{
  vertical-align: bottom;
}
/* 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-sp {
  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 {
  clear: both;
  width: 100%;
  overflow: hidden;
}

#header_title {
  position: absolute;
  top: 38px;
  left: 0;
  padding: 10px 3px 10px 80px;
  border-top: 1px solid #898989;
  color: #000;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1;
}
#header_title span {
  margin-right: 4px;
  font-size: 12px;
}
#header_title a {
  color: #000;
}

/**/
#header_Navarea {
  /*float: left;*/
  display: table;
  margin: 26px auto auto;
  padding-left: 150px;
}


/*----------------------
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: 12px;
}

/*----------------------
gNav
-----------------------*/
#gNav ul {
  list-style: none;
  padding: 0;
}
#gNav ul:last-child {
  margin-left: 130px;
}
#gNav ul:after {
  content: '';
  display: table;
  clear: both;
}
#gNav li {
  float: left;
  margin: 0 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  vertical-align: top;
  letter-spacing: 0.01em;
}
#gNav li span {
  font-size: 10px;
  vertical-align: top;
}
#gNav li a {
  position: relative;
  display: block;
  padding: 10px 4px;
  color: #000;
}
#gNav li a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
  height: 1px;
  background: #666;
  opacity: 0;
}
#gNav li a:hover:after,
#gNav li a.active:after {
  width: 100%;
  opacity: 1;
  -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: 1366px;
  margin: auto;
}


/****----------------------
page_top
-----------------------****/

#page_top #header{
  height: 110px;
}
/**/
#toppage_Navarea {
  display: table;
  margin: 50px auto 70px;
}

#toppage_Navarea ul:last-child{
  margin-left: 130px;
}

/**/
#page_top #topIntroView {
  width: 1366px;
  margin: auto;
  text-align: center;
  line-height: 0;
}
/**/
#page_top #main .inner {
  position: relative;
  margin: auto;
  overflow: hidden;
}

/**/

#page_top .section_story_area {
  display: flex;
  flex-wrap: wrap;
  width: 1190px;
  margin: 0 auto 260px;
}
#page_top .section_story_area .section_story{
  width: 543px;
  position: relative;
}
#page_top .section_story .body {
  position: absolute;
  top: 155px;
  left: -40px;
  font-weight: bold;
}
#page_top .section_story .title_katagaki {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#page_top .section_story .title_name_ja {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#page_top .section_story .title_name_en {
  color: #fdd000;
  font-size: 14px;
  letter-spacing: 0.15em;
}
#page_top .section_story_area .section_story{
  margin-top: 200px;
}
#page_top .section_story_area .section_story:first-child{
  margin-top: 0px;
}
#page_top .section_story_area .section_story:nth-child(even){
  margin-left: 104px;
  margin-top: 300px;
}
#page_top .section_story_area .section_story:nth-child(2){
  margin-top: 100px;
}

#page_top .section_story .copy {
  background: url(../images/bg_yellow.png);
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  top: 300px;
  padding: 35px;
}
#page_top .section_story_area .section_story:nth-child(odd) .copy{
  left: -40px;
}
#page_top .section_story_area .section_story:nth-child(3n+3) .copy{
  padding-left: calc(50px + 35px );
  margin-left: -50px;
}
#page_top .section_story_area .section_story:nth-child(even) .copy{
  right: -40px;
  padding-right: calc(50px + 35px );
  margin-right: -50px;
  margin-left: 0;
  padding-left: 35px;
}
#page_top .section_story_area .section_story:nth-child(4) .copy{
  padding-right: 35px;
  margin-right: 0;
}
#page_top .section_story_area .section_story:nth-child(10n) .copy{
  padding-right: 35px;
  margin-right: 0;
}

#page_top .section_story .num {
  position: absolute;
  top: -20px;
  left: -40px;
}

#page_top .section_story .img:before {
  display: block;
  content: "";
  background: #effaff;
  position: absolute;
  z-index: -1;
}
#page_top .section_story:nth-child(odd) .img:before {
  width: 372px;
  height: 416px;
  top: 90px;
  left: -90px;
}
#page_top .section_story:nth-child(3n) .img:before {
  width: 494px;
  height: 445px;
  top: -40px;
  left: -60px;
}
#page_top .section_story:nth-child(5n) .img:before {
  width: 657px;
  height: 460px;
  top: -50px;
  left: -90px;
}
#page_top .section_story:nth-child(even) .img:before {
  width: 585px;
  height: 393px;
  bottom: -136px;
  right: -90px;
}
#page_top .section_story:nth-child(4n) .img:before {
  width: 596px;
  height: 168px;
  bottom: -36px;
}
#page_top .section_story:nth-child(6n) .img:before {
  width: 585px;
  height: 393px;
  top: auto;
  left: auto;
  bottom: -136px;
}
#page_top .section_story:nth-child(8n) .img:before {
  width: 585px;
  height: 393px;
  top: auto;
  left: auto;
  bottom: -136px;
}
#page_top .section_story:nth-child(10n) .img:before {
  width: 596px;
  height: 168px;
  bottom: -36px;
  top: auto;
  left: auto;
}

#page_top .section_story:nth-child(4n) .img:after,#page_top .section_story:nth-child(10n) .img:after {
  display: block;
  content: "";
  background: #effaff;
  position: absolute;
  z-index: -1;
  width: 366px;
  height: 275px;
  top: -36px;
  left: -60px;
}
#page_top .section_story:nth-child(8n) .img:after {
  display: none;
}


/**/
#page_top .section_comingsoon {
  line-height: 0;
  text-align: center;
}


/****----------------------
page_story
-----------------------****/
#page_story #main {
  border-top: 1px solid #f4f4f4;
}
#page_story #titleBlock {
  position: relative;
  width: 1366px;
  margin: auto;
}
#page_story .mainView {
  position: relative;
  line-height: 0;
  padding-top: 93px;
}
#page_story .mainView img {
  position: relative;
}
#page_story .mainView:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 270px;
  background: #effaff;
  z-index: 0;
}
#page_story .mainView .num{
  position: absolute;
  top: 75px;
  left: 735px;
  z-index: 2;
}
#page_story .mainTitle {
  position: absolute;
  top: 295px;
  right: 180px;
}
#page_story .mainTitle .title_en {
  color: #fdd000;
  font-size: 80px;
  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;
  width: 727px;
  top: 575px;
  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: 1366px;
  margin: auto;
}
/**/
.section_profile {
  padding: 50px 50px 100px;
  background: #effaff;
}
.section_profile h2 {
  display: table;
  margin: 0 auto 1.5em;
  padding: 0 5px 0.7em;
  border-bottom: 1px solid #000;
  font-size: 18px;
  text-align: center;
}
.section_profile p {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
/**/
.section_qa {
  position: relative;
}
.section_qa h3.qa_q {
  position: absolute;
  display: table;
  margin: 0;
  padding: 60px 80px;
  background: #fff9b5;
  font-size: 26px;
  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: 50px 45px;
  line-height: 2.2;
  font-weight: 500;
  letter-spacing: 0.08em;
  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_1 {
  padding: 144px 70px 0 0;
}
.section_qa.qa_1 h3.qa_q {
  top: -40px;
  left: 164px;
}
.section_qa.qa_1 .qa_a {
  width: 796px;
  margin: 0 0 0 auto;
  padding-right: 140px;
  padding-bottom: 100px;
}
.section_qa.qa_2 {
  padding: 60px 0 0 33px;
}
.section_qa.qa_2 h3.qa_q {
  top: -30px;
  right: 0;
  padding-left: 160px;
  padding-right: 300px;
}
.section_qa.qa_2 .qa_a {
  width: 776px;
  margin: 0 auto 0 0;
  padding: 100px 183px 130px 100px;
}
.section_qa.qa_3 {
  margin-top: -68px;
  padding: 0 140px 0 0;
}
.section_qa.qa_3 h3.qa_q {
  top: 50px;
  left: 104px;
  padding: 70px 80px 100px;
}
.section_qa.qa_3 .qa_a {
  width: 796px;
  margin: 0 0 0 auto;
  padding: 282px 140px 166px 140px;
}
.section_qa.qa_3 .qa_a:before {
  background: #ececec;
  opacity: 0.3;
}
.section_qa.qa_4 {
  padding: 0;
}
.section_qa.qa_4 h3.qa_q {
  top: -85px;
  right: 0;
  padding-left: 60px;
  padding-right: 240px;
}
.section_qa.qa_4 .qa_a {
  width: 940px;
  margin: 0 auto 0 0;
  padding: 100px 240px 110px 200px;
}
.section_qa.qa_5 {
  padding: 100px 80px 70px 0;
}
.section_qa.qa_5 h3.qa_q {
  top: -40px;
  left: 0;
  padding: 80px 50px 70px 250px;
}
.section_qa.qa_5 .qa_a {
  width: 880px;
  margin: 0 0 0 auto;
  padding: 90px 140px 90px 150px;
}
.section_qa.qa_6 {
  padding: 0;
}
.section_qa.qa_6 h3.qa_q {
  top: -85px;
  right: 0;
  padding-left: 60px;
  padding-right: 240px;
}
.section_qa.qa_6 .qa_a {
  width: 940px;
  margin: 0 auto 0 0;
  padding: 100px 240px 110px 200px;
}
