@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
/* base */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  word-wrap: break-word; }

main, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block; }

html {
  overflow-y: scroll;
  font-family: "Yu Gothic Pr6N R" , 'Hiragino Kaku Gothic ProN', Meiryo, 'Open Sans', sans-serif;
  color: #5d5f68;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.75; }

.mincho {
  font-family: "UD Reimin Regular"; }

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

body {
  font-size: 14px;
  font-size: 1.4em; }

@media screen and (max-width: 414px) {
  html {
    font-size: 40.42969%; } }
@media screen and (max-width: 375px) {
  html {
    font-size: 36.62109%; } }
@media screen and (max-width: 320px) {
  html {
    font-size: 31.25%; } }
blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

input, textarea {
  margin: 0;
  padding: 0; }

input::-webkit-input-placeholder, input:-moz-placeholder, textarea::-webkit-input-placeholder, textarea:-moz-placeholder {
  color: #888; }

input[type="button"], input[type="submit"], input[type="search"], input[type="reset"] {
  -webkit-appearance: none; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

caption, th {
  text-align: left; }

a {
  color: #444444;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:focus {
  outline: none; }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

img {
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1; }

h2 {
  font-size: 55px;
  font-size: 5.5rem;
  font-weight: bold;
  font-family: 'Open Sans Condensed';
  text-align: center;
  color: #BFC0C4;
  margin-bottom: 20px;
  margin-bottom: 5rem; }

.alias {
  font-family: "Yu Gothic Pr6N B";
  text-align: center;
  margin-bottom: 60px;
  margin-bottom: 6rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: #BFC0C4; }

/* sp */
@media screen and (max-width: 640px) {
  h2 {
    font-size: 5rem;
    margin-bottom: 2rem;
    margin-bottom: 6.375vw; }

  .alias {
    margin-bottom: 6rem;
    margin-bottom: 9.375vw;
    font-size: 2rem;
    color: #BFC0C4; } }
/* ============================================
iconfont
  =============================================*/
@font-face {
  font-family: 'icon';
  src: url("../fonts/icomoon.eot?4egt1i");
  src: url("../fonts/icomoon.eot?4egt1i#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?4egt1i") format("truetype"), url("../fonts/icomoon.woff?4egt1i") format("woff"), url("../fonts/icomoon.svg?4egt1i#icon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-twitter:before {
  content: "\e906"; }

.icon-instagram:before {
  content: "\e907"; }

.icon-facebook:before {
  content: "\e908"; }

.icon-caret:before {
  content: "\e905"; }

.icon-arrow:before {
  content: "\e900"; }

.icon-close:before {
  content: "\e901"; }

.icon-link:before {
  content: "\e902"; }

.icon-plus:before {
  content: "\e903"; }

.icon-tel:before {
  content: "\e904"; }

/* sp */
@media screen and (max-width: 640px) {
  .icon-link:before {
    font-size: 1.5rem;
  }
}
/******************* header *******************/
header {
  background-color: #FFFFFF;
  z-index: 1000;
  position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.headerInner {
  padding: 35px;
  padding: 3.5rem; }

/* PC */
@media screen and (min-width: 641px) {
	.headerInner,
	.headerInner_prev,
	.headerInner_gNavBtn,
	.headerInner_logo{
		-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
	}
	.scrollMin .headerInner{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.scrollMin .headerInner_logo{
		width: 80px;
	}
	.scrollMin .headerInner_prev{
		top: 10px;
		top: 0.1rem;
	}
	.scrollMin .headerInner_gNavBtn{
		top: 15px;
		top: 1.5rem;
	}
}

  .headerInner_logo {
    width: 110px;
    margin: 0 auto; }
  .headerInner_gNavBtn {
    position: absolute;
    right: 5.10204%;
    top: 35px;
    top: 3.5rem;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101; }
    .headerInner_gNavBtn div {
      position: relative; }
    .headerInner_gNavBtn span {
      display: block;
      position: absolute;
      height: 2px;
      width: 30px;
      background: #000;
      right: 0;
      -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
      -ms-transition: .35s ease-in-out;
      transition: .35s ease-in-out; }
      .headerInner_gNavBtn span:nth-child(1) {
        top: 0;
        width: 23px; }
      .headerInner_gNavBtn span:nth-child(2) {
        top: 10px; }
      .headerInner_gNavBtn span:nth-child(3) {
        top: 20px;
        width: 15px; }
  .headerInner_prev {
    position: absolute;
    left: 5.10204%;
    top: 25px;
    top: 2.5rem; }

.open .headerInner_gNavBtn span {
  background: #FFFFFF;
  /* .headerInner_gNavBtn 切り替えアニメーション */ }
  .open .headerInner_gNavBtn span:nth-child(1) {
    top: 11px;
    width: 30px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .open .headerInner_gNavBtn span:nth-child(2) {
    width: 0;
    left: 50%; }
  .open .headerInner_gNavBtn span:nth-child(3) {
    top: 11px;
    width: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

/* .gNavWrapper スライドアニメーション */
.open .gNavWrapper {
  /* .gNavWrapper top + headerInner_mobile height */
  height: 100vh;
  -moz-transform: translateY(3000px);
  -webkit-transform: translateY(3000px);
  -ms-transform: translateY(3000px);
  transform: translateY(3000px); }

/* グローバルナビオープン時に背景固定 */
html {
  overflow-x: hidden; }

body {
	padding-top: 100px;
  overflow-x: hidden;
  position: relative; }

/* PC */
@media screen and (min-width: 641px) {
	body{
		-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
	}
	body.scrollMin{
		padding-top: 58px;
	}
}

/* SP */
@media screen and (max-width: 640px) {
	body{
		padding-top: 61.03px;
	}
}

body.gNav-open {
  overflow: hidden;
  height: 100%; }

#gNav {
  position: absolute;
  width: 240px;
  top: 100px;
  right: 40px;
  z-index: 1;
  color: #fff;
  opacity: 0;
  -webkit-transform: scaleX(0) translateX(300px);
  transform: scaleX(0) translateX(300px);
  -webkit-transition: none;
  transition: none;
  z-index: 3; }
  #gNav a {
    color: #fff; }

.gNav {
  /* 黒いバーのスタイル */ }
  .gNav-primary {
    position: absolute; }
    .gNav-primary:after {
      content: "";
      height: 100%;
      width: 2px;
      background-color: #c3c6c9;
      position: absolute;
      top: 0; }
    .gNav-primary p {
      margin-left: 30px;
      margin-left: 3rem;
      margin-bottom: 30px;
      margin-bottom: 3rem;
      /* ホバーでバーの位置を変化 */ }
      .gNav-primary p:nth-child(1):hover ~ .gNav-bar {
        top: 0; }
      .gNav-primary p:nth-child(2):hover ~ .gNav-bar {
        top: 4.4rem; }
      .gNav-primary p:nth-child(3):hover ~ .gNav-bar {
        top: 8.8rem; }
      .gNav-primary p:nth-child(4):hover ~ .gNav-bar {
        top: 13.2rem; }
      .gNav-primary p:nth-child(5):hover ~ .gNav-bar {
        top: 17.6rem; }
      .gNav-primary p:nth-child(6):hover ~ .gNav-bar {
        top: 22rem;}
      .gNav-primary p:nth-child(7):hover ~ .gNav-bar {
        top: 26.4rem;}
      .gNav-primary p:nth-child(8):hover ~ .gNav-bar {
        top: 30.8rem;}
      .gNav-primary p:nth-child(9):hover ~ .gNav-bar {
        top: 35.2rem;}
      .gNav-primary p:last-of-type {
        margin-bottom: 0; }
  .gNav-bar {
    position: absolute;
    z-index: 1;
    display: block;
    bottom: 0;
    top: 0;
    width: 2px;
    height: 1.4rem;
    background: #dadcdb;
    -webkit-transition: all .5s;
    transition: all .5s; }
    .gNav-bar.current1 {
      top: 0; }
    .gNav-bar.current2 {
      top: 4.4rem; }
    .gNav-bar.current3 {
      top: 8.8rem; }
    .gNav-bar.current4 {
      top: 13.2rem; }
    .gNav-bar.current5 {
      top: 17.6rem;}
    .gNav-bar.current6 {
      top: 22rem;}
    .gNav-bar.current7 {
      top: 26.4rem;
      margin-bottom: 0; }
  .gNav-secundury {
    position: absolute;
    top: 417px;
    right: 0; }
    .gNav-secundury li a {
      background-image: url(../img/common/header_link_ic_arrow.gif);
      background-position: 100% 50%;
      background-repeat: no-repeat;
      padding-right: 10px; }
  .gNav-bg {
    content: "";
    width: 890px;
    height: 800px;
    margin-right: -500px;
    margin-top: -450px;
    top: 0;
    right: 0;
    display: block;
    position: absolute;
    background: #bdc0c4;
    border-bottom: 0;
    border-left: 42px solid #cbcfd2;
    border-top: 60px solid #cbcfd2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 2; }

.open #gNav {
  opacity: 1;
  -webkit-transform: scaleX(1) translateX(0);
  -ms-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0);
  -webkit-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transition-delay: .1s;
  -ms-transition-delay: .1s;
  transition-delay: .1s; }
.open .gNav-bg {
  top: 218px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .6s ease-out;
  -ms-transition: all .6s ease-out;
  transition: all .6s ease-out; }

/* sp */
@media screen and (max-width: 640px) {
  .headerInner {
    padding: 15px; }
    .headerInner_gNavBtn {
      top: 18px; }
    .headerInner_prev {
      top: 4px; }

  #gNav {
    width: 100%;
    top: 120px; }

  .gNav {
    /* 黒いバーのスタイル */ }
    .gNav-primary {
      width: auto;
      right: 0; }
      .gNav-primary:after {
        width: 0; }
      .gNav-primary p {
        font-size: 2.4rem;
        text-align: right;
        margin-bottom: 40px;
        margin-bottom: 4rem; }
        /*.gNav-primary p:nth-child(6) {
          margin-bottom: 3rem; }*/
    .gNav-bg {
      width: 1060px;
      height: 1800px;
      margin-right: -500px;
      margin-top: -1060px;
      border-top: 0;
      border-left: 0px solid #cbcfd2;
      border-bottom: 400px solid #cbcfd2; }
    .gNav-bar {
      width: 0; }
    .gNav-secundury {
      top: 48.125vw;
      text-align: right;
      font-size: 2rem; }
      .gNav-secundury li {
        margin-bottom: 3rem; }

  .open #gNav {
    top: 18.75vw; }
  .open .gNav-bg {
    top: 248px;
    top: 108.75vw;
    margin-right: -430px;
    margin-right: -67.1875vw;
    width: 137.625vw;
    height: 168.95vw;
    margin-top: -165.625vw;
    border-bottom: 10.5vw solid #cbcfd2; } }

/******************* jump_ensite *******************/
.jump_ensite{
  z-index: 0;
  font-family: 'Open Sans Condensed';
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.jump_ensite a{
  font-weight: 700;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.jump_ensite a:hover{
  opacity: 0.5;
}

/*pc*/
@media screen and (min-width: 641px){
  .jump_ensite{
    position: absolute;
    right: 11%;
    top: 4rem;
    font-size: 1.5rem;
  }
  .scrollMin .jump_ensite{
    top: 2rem;
  }
  #jump_ensite_sp{
    display: none;
  }
}
/* sp */
@media screen and (max-width: 640px) {
  #jump_ensite{
    display: none;
  }
  #jump_ensite_sp{
    margin-top: 7rem;
    font-size: 2.4rem;
  }
  .jump_ensite a{
    font-weight: 400;
  }
}

/******************* footer *******************/
footer {
  background-color: #FFFFFF;
  padding: 60px 50px;
  padding: 6rem 5rem; }
  footer .pageTop {
    position: fixed;
    bottom: -100px;
    right: 1.88679%; }

.footer {
  font-kerning: auto; }
  .footer_prev {
    position: fixed;
    bottom: -100px;
    left: 1.88679%; }
  .footer_navi-primary {
    margin-bottom: 30px;
    margin-bottom: 3rem; }
    .footer_navi-primary ul li {
      float: left;
      padding: 0 20px;
      padding: 0 2rem;
      border-left: 1px solid #eff0ef;
      margin-bottom: 10px;
      margin-bottom: 1rem; }
      .footer_navi-primary ul li.first {
        border-left: 0;
        padding-left: 0; }
  .footer_navi-secondary {
    clear: both;
    float: left; }
    .footer_navi-secondary li a {
      background-image: url(../img/common/footer_link_ic_arrow.gif);
      background-position: 0% 50%;
      background-repeat: no-repeat;
      padding-left: 10px; }
  .footer_copyright {
    float: right;
    font-size: 12px;
    font-size: 1.2rem; }

/* sp */
@media screen and (max-width: 640px) {
  footer {
    padding: 0; }
    footer .pageTop {
      width: 15.625%; }

  .footer_prev {
    width: 15.625%; }
  .footer_navi-primary {
    margin-bottom: 30px;
    margin-bottom: 3rem; }
    .footer_navi-primary ul li {
      font-size: 2.2rem;
      padding: 2rem 0;
      text-align: center;
      width: 50%;
      border-bottom: 1px solid #eff0ef;
      margin: 0; }
  .footer_navi-primary ul li.big {
    width: 100%;
    border-right: 0;
    border-left: 0;
  }
      .footer_navi-primary ul li:nth-child(even) {
        clear: both;
        border-left: 0; }
      .footer_navi-primary ul li:last-child {
        width: 100%;
      }
      .footer_navi-primary ul li.first/* ,
      .footer_navi-primary ul li:last-child*/ {
        float: none;
        width: 100%; }
  .footer_navi-secondary {
    float: none;
    width: 90.625%;
    margin: 0 auto 2rem; }
    .footer_navi-secondary li {
      float: left;
      font-size: 2rem;
      display: inline-block;
      width: 33%;
      text-align: center; }
  .footer_copyright {
    float: none;
    text-align: center;
    font-size: 2rem;
    padding: 2rem 0; } }
section {
  margin-bottom: 200px; }

/* sp */
@media screen and (max-width: 640px) {
  section {
    margin-bottom: 15rem;
    margin-bottom: 23.4375vw; } }
#content {
  padding-bottom: 1px; }
  #content_bg01, #content_bg02 {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 1000px;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: -1;
    width: 100%; }
  #content_bg01 {
    background-color: #f2f2ef;
    background-image: url(../img/common/bg_01.png);
    background-position: center -3000px;
    background-size: 100% 829px; }
  #content_bg02 {
    background-image: url(../img/common/bg_02.png);
    background-position: center -3000px;
    background-size: 100% 2217px; }

/******************* parts *******************/
.wave {
  height: 70px;
  position: relative; }
  .wave #svg-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; }

/* sp */
@media screen and (max-width: 640px) {
  .wave {
    height: 10.9375vw; } }
.whiteBox {
  max-width: 980px;
  margin: 0 auto;
  -moz-box-shadow: 0 0 88px 0 rgba(68, 72, 83, 0.33);
  -ms-box-shadow: 0 0 88px 0 rgba(68, 72, 83, 0.33);
  -webkit-box-shadow: 0 0 88px 0 rgba(68, 72, 83, 0.33);
  box-shadow: 0 0 88px 0 rgba(68, 72, 83, 0.33);
  background-color: #FFFFFF; }
  .whiteBox_inner {
    padding: 70px;
    padding: 7rem; }
  .whiteBox h2 {
    text-align: left; }
  .whiteBox .alias {
    text-align: left; }

@media screen and (max-width: 1060px) {
  .whiteBox {
    max-width: 92.45283%; } }
/* sp */
@media screen and (max-width: 640px) {
  .whiteBox {
    max-width: 90.625%; }
    .whiteBox_inner {
      padding: 6rem 5.17241%;
      padding: 9.375vw 5.17241%; }
    .whiteBox h2 {
      text-align: center;
      margin-bottom: 6.375vw; }
    .whiteBox .alias {
      text-align: center;
      margin-bottom: 9.375vw; } }
.linkButton a {
  display: block;
  background-color: #98a8b1;
  border-radius: 2px;
  color: #FFFFFF;
  text-align: center;
  max-width: 260px;
  margin: 0 auto;
  padding: 8px;
  padding: .8em;
  font-family: "Yu Gothic Pr6N B";
  font-size: 12px;
  font-size: 1.2rem; }
  .linkButton a.ic-arrow {
    background-image: url(../img/common/link_ic_arrow.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%; }
  .linkButton a.ic-blank {
    max-width: 260px;
    background-image: url(../img/common/link_ic_blank.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%; }

/* sp */
@media screen and (max-width: 640px) {
  .linkButton a {
    max-width: initial;
    padding: .8em;
    font-size: 2rem; } }
.pc {
  display: block; }

.sp {
  display: none; }

/* sp */
@media screen and (max-width: 640px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }
