@charset "UTF-8";
#mainArea {
  /* FlexBox */
  /* FlexBox PC～タブレット程度の幅（760px以）のみ適用 */
  /* /mainArea*/ }
  #mainArea h1 {
    text-align: center;
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.7);
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: .3rem;
    margin-bottom: .5rem; }
  #mainArea h2 {
    text-align: center;
    font-size: 2rem;
    line-height: 1;
    color: #555;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 3.5rem; }
    #mainArea h2 .fz_S {
      position: relative;
      top: -.6rem; }
  #mainArea h3 {
    font-size: 1.25rem;
    font-weight: normal; }
  #mainArea h2 + h3 {
    text-align: center; }
  #mainArea .sec {
    padding: 5.5rem 1rem 4rem; }
    @media (max-width: 759px) {
      #mainArea .sec {
        padding-left: 30px; } }
  #mainArea .sec:nth-of-type(odd) {
    background: #fff; }
  #mainArea .sec:nth-of-type(even) {
    background: #eee; }
  #mainArea .sec:last-of-type {
    padding-bottom: 100px; }
  #mainArea .secInner {
    margin: 0 auto; }
    #mainArea .secInner.cen.mb_cen {
      text-align: center; }
    #mainArea .secInner img {
      margin-bottom: 1.5rem; }
  #mainArea img {
    max-width: 100%;
    height: auto;
    vertical-align: text-top; }
  #mainArea .flexbox {
    max-width: 900px;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2.5rem;
    /* スタイル1,2　----------------------*/
    /* Flex Box スタイル3　----------------------*/
    /* Flex Box スタイル4　----------------------*/
    /* Flex Box スタイル4　----------------------*/ }
    #mainArea .flexbox div {
      margin: 0; }
    #mainArea .flexbox.img-text img, #mainArea .flexbox.img-text-2 img {
      width: 100%;
      max-width: 100%; }
    #mainArea .flexbox.box-3col {
      display: flex; }
      #mainArea .flexbox.box-3col.nosize {
        justify-content: center; }
        #mainArea .flexbox.box-3col.nosize img {
          max-width: 100%;
          width: 42%; }
        #mainArea .flexbox.box-3col.nosize img.small {
          width: 15%;
          align-self: center; }
    #mainArea .flexbox.box-3col-2 {
      display: flex; }
      #mainArea .flexbox.box-3col-2 img {
        border: 1px solid #fff; }
      #mainArea .flexbox.box-3col-2 .bdBox {
        width: 31%;
        border: 1px solid #ccc;
        text-align: center;
        padding: 5px; }
        #mainArea .flexbox.box-3col-2 .bdBox img {
          display: block;
          margin: 0 auto; }
      #mainArea .flexbox.box-3col-2 .nobdBox {
        width: 32%;
        text-align: center; }
        #mainArea .flexbox.box-3col-2 .nobdBox img {
          display: block;
          margin: 0 auto; }
    #mainArea .flexbox.box-6-3col {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; }
      #mainArea .flexbox.box-6-3col img {
        width: 33.33%;
        width: calc(100% / 3); }
  #mainArea dt {
    font-style: italic;
    color: #999; }
  #mainArea dd {
    border-bottom: 1px solid #bbb;
    margin-bottom: .5rem;
    padding-bottom: .5rem; }
    #mainArea dd:last-child {
      border: none; }
  #mainArea .contact, #mainArea .more, #mainArea .outLink {
    display: block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ccc;
    color: #777;
    padding: 1rem 0;
    margin: 3rem auto 1.5rem;
    width: 70%; }
    #mainArea .contact i::before, #mainArea .more i::before, #mainArea .outLink i::before {
      margin-right: .5rem; }
    #mainArea .contact:hover, #mainArea .more:hover, #mainArea .outLink:hover {
      color: #56C8CF;
      border-color: #56C8CF;
      transition-duration: .3s; }
    #mainArea .contact .material-icons, #mainArea .more .material-icons, #mainArea .outLink .material-icons {
      position: relative;
      top: 5px; }
  #mainArea .outLink {
    width: 99%;
    max-width: 200px;
    margin-top: -1rem; }
  @media (min-width: 760px) {
    #mainArea {
      /* /flexbox*/ }
      #mainArea .secInner {
        width: 90%;
        max-width: 900px;
        margin: 0 auto 1.5rem; }
        #mainArea .secInner.cen {
          text-align: center; }
        #mainArea .secInner.slim {
          max-width: 680px; }
      #mainArea .flexbox {
        display: flex;
        max-width: 900px;
        align-items: flex-start;
        /* スタイル1　----------------------*/
        /* /img-text*/
        /* スタイル2　----------------------*/
        /* スタイル1、スタイル2　左右逆ポジション----------------------*/
        /* スタイル3　----------------------*/ }
        #mainArea .flexbox.img-text .textBox {
          width: 48%;
          margin: 0 0 0 4%; }
        #mainArea .flexbox.img-text img {
          width: 48%;
          vertical-align: text-top; }
        #mainArea .flexbox.img-text h3::first-line, #mainArea .flexbox.img-text p::first-line {
          line-height: 1rem; }
        #mainArea .flexbox.img-text-2 img {
          width: 35.666%; }
        #mainArea .flexbox.img-text-2 .textBox {
          width: 60.334%; }
        #mainArea .flexbox.reverse {
          flex-direction: row-reverse; }
          #mainArea .flexbox.reverse .textBox {
            margin: 0 4% 0 0; }
        #mainArea .flexbox.box-3col.nosize img {
          width: 36%; }
        #mainArea .flexbox.box-3col.nosize img.small {
          width: 12%;
          align-self: center; }
        #mainArea .flexbox.box-6-3col {
          justify-content: center; }
          #mainArea .flexbox.box-6-3col img {
            width: calc(100% / 6); }
      #mainArea .dl_flex {
        display: flex;
        flex-wrap: wrap; }
        #mainArea .dl_flex dt {
          width: 30%;
          font-style: normal; }
        #mainArea .dl_flex dd {
          width: 70%;
          border: none; }
      #mainArea .contact {
        width: 16rem;
        margin: 3rem auto 1.5rem; }
      #mainArea .more {
        width: 16rem; } }

/*　汎用的に使うもの　*/
/*スマホのみ表示しない*/
@media (max-width: 759px) {
  .noSp {
    display: none; } }
.fz_S {
  font-size: .8rem; }

.fz_Con {
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 400; }

/*--------------------------------
ブラウザ対応状況とコーディング方針
----------------------------------
・rem：ie9-10で、fontのshortHand指定が非supportなので注意

-----------------------------------*/
/*Browser Defo-Style Reset & Typography
---------------------------------------------*/
html, body, div, span,
dl, dt, dd, ul, ol, li, p, blockquote, pre,
h1, h2, h3, h4, h5, h6, img,
form, fieldset, input, textarea, label, abbr, acronym,
table, caption, tbody, tfoot, thead, tr, th, td,
address, cite, code, dfn, em, strong, var {
  margin: 0;
  padding: 0;
  font-size: inherit;
  vertical-align: baseline; }

table, tr, th, td {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  vertical-align: bottom;
  outline: 0;
  border: 0; }

/* 画像下の隙間とフォーカス枠削除 */
ol, ul, li {
  list-style: none; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-size: 16px; }

body {
  font-size: 1rem;
  line-height: 1.5;
  color: #555;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 400;
  font-feature-settings: "pkna" 1;
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, p,
div, table, ul, ol, dl, hr,
main {
  margin-bottom: 1.5rem; }

span.nowrap {
  display: inline-block; }

/* Layout
-----------------------------------------*/
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* 背景カラー */
  z-index: 999999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値 : 透過状態 */
  -webkit-transition: opacity 1s ease;
  /* アニメーション時間は 0.8秒 */
  transition: opacity 1s ease; }

/*body要素に.fadeoutセレクタがある場合には、レイヤーが表示されるようにopacityを１に設定します。*/
body.fadeout::after {
  opacity: 1; }

#heroArea {
  position: relative;
  width: 100%;
  height: 100vh; }
  #heroArea h1 {
    text-align: center; }
  #heroArea p {
    text-align: center;
    color: #777;
    font-size: .9rem; }
  #heroArea .scrollDown {
    position: absolute;
    display: block;
    bottom: 10vh;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    padding: 3rem 2rem;
    font-family: futura-pt,arial, helvetica, "sans-serif";
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    #heroArea .scrollDown::before {
      position: absolute;
      content: " ";
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.2);
      top: 50%;
      left: 50%;
      margin-top: -36px;
      margin-left: -30px; }
    #heroArea .scrollDown:hover, #heroArea .scrollDown:hover::before {
      text-shadow: 0 0 5px #fff;
      transition-duration: .2s; }

#header {
  width: 200px; }

.hdWrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  padding-top: 36vh;
  margin-bottom: 0; }
  .hdWrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom, rgba(67, 136, 255, 0.8) 0%, rgba(236, 196, 240, 0.7) 34%, rgba(209, 236, 252, 0.85) 60%, rgba(20, 153, 255, 0.8) 100%), url(../img/top/hero_bg.jpg);
    background-position: center;
    background-size: cover; }

.wrap {
  position: relative;
  min-height: 1vh;
  margin-bottom: 0; }

#mainArea {
  position: relative;
  width: 100%;
  height: 100%; }
  #mainArea.home {
    padding-top: 300px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 300px, white 100%); }
  #mainArea.next {
    padding-top: 1.5rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%, white 100%); }
  #mainArea::after {
    content: "";
    position: absolute;
    bottom: -80px;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, white 0, rgba(255, 255, 255, 0) 100%); }

/*mainArea内のSetting は「_mainArea.scss」を参照*/
#sideArea {
  position: fixed;
  width: 214px;
  height: 100vh;
  top: 0;
  transform: translateX(-200px);
  transition-duration: 1s;
  z-index: 999998; }
  #sideArea.show {
    transform: translateX(0);
    transition-duration: .5s; }
    #sideArea.show.home, #sideArea.show.next {
      background: rgba(4, 178, 190, 0.9); }
    #sideArea.show #menuTab {
      background: rgba(4, 178, 190, 0.9);
      color: white; }
  #sideArea.home, #sideArea.next {
    padding-top: 5px;
    background: rgba(4, 178, 190, 0.6); }

#menuTab {
  position: relative;
  top: 5px;
  left: 100%;
  width: 40px;
  height: 46px;
  background: rgba(4, 178, 190, 0.6);
  color: rgba(255, 255, 255, 0.7);
  border-radius: 0 3px 3px 0; }
  #menuTab .material-icons {
    padding: 10px; }

#primaryNav .pageLink {
  padding-left: 20px; }
  #primaryNav .pageLink li {
    font-family: futura-pt,arial, helvetica, "sans-serif";
    margin-right: 1.7rem;
    font-size: 1.5rem; }
  #primaryNav .pageLink a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition-duration: .2s;
    padding: 0.5rem; }
    #primaryNav .pageLink a:hover {
      color: white;
      transition-duration: .2s; }
  #primaryNav .pageLink .current, #primaryNav .pageLink .current a {
    color: white;
    text-shadow: 0 0 7px #fff; }
#primaryNav .anchor {
  position: absolute;
  right: 1px;
  top: 40vh;
  width: 10px;
  margin: auto; }
  #primaryNav .anchor li {
    width: .375rem;
    height: .375rem;
    margin: 0 0 1rem;
    text-align: right;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
    #primaryNav .anchor li.current {
      background: white;
      box-shadow: 0 0 7px #fff;
      transition: background 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }

/* 760px　以上　-------------------------------------*/
@media (min-width: 760px) {
  #mainArea {
    position: relative;
    width: calc(100% - 8.5rem);
    max-width: calc(100% - 8.5rem);
    height: 100%;
    margin-left: 8.5rem; }

  #sideArea {
    position: absolute;
    width: 8.5rem;
    height: 100%;
    left: 0;
    transform: translateX(0); }
    #sideArea.home {
      padding-top: 450px;
      background: linear-gradient(to bottom, rgba(4, 178, 190, 0) 0, rgba(4, 178, 190, 0.6) 300px, rgba(4, 178, 190, 0.6) 100%); }
    #sideArea.next {
      padding-top: 100px;
      background: linear-gradient(to bottom, rgba(4, 178, 190, 0) 0, rgba(4, 178, 190, 0.6) 360px, rgba(4, 178, 190, 0.6) 100%); }
    #sideArea::after {
      content: "";
      position: absolute;
      bottom: -80px;
      width: 100%;
      height: 80px;
      background: linear-gradient(to bottom, rgba(4, 178, 190, 0.7) 0, rgba(4, 178, 190, 0) 100%); }

  #menuTab {
    display: none; }

  #primaryNav {
    position: -webkit-sticky;
    position: sticky;
    top: 150px; }
    #primaryNav .pageLink {
      padding-left: 0; }
      #primaryNav .pageLink li {
        text-align: right;
        margin-right: 1.7rem;
        font-size: 1.3rem; }
    #primaryNav .anchor {
      position: relative;
      width: 10px;
      top: 0;
      margin: .2rem -1.2rem 1.5rem auto; }
      #primaryNav .anchor li {
        width: .375rem;
        height: .375rem;
        margin: 0 0 .8rem; }
        #primaryNav .anchor li.top {
          display: none; } }
/* 600px　以上　ここまで　-------------------------------------*/
#footerArea {
  position: relative;
  height: 160px;
  padding-top: 70px;
  top: 30px;
  text-align: center;
  color: #fff; }
  @media (min-width: 760px) {
    #footerArea {
      width: calc(100% - 7.5rem);
      margin-left: 7.5rem; } }

.copyright {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 300; }
  .copyright .logo {
    padding: 5px 0; }

.pageTop {
  position: fixed;
  bottom: 0;
  right: 16px;
  margin-bottom: 0;
  z-index: 999999; }
  .pageTop a {
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    font-size: 0.75rem;
    color: white;
    border-radius: 50% 50% 0 0;
    padding: 0.5rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: none;
    background: rgba(4, 178, 190, 0.5); }

@media (min-width: 760px) {
  .pageTop a {
    color: rgba(255, 255, 255, 0.8);
    border-radius: 50% 50% 0 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(4, 178, 190, 0.6);
    border-bottom: none; }
    .pageTop a:hover {
      background: rgba(4, 178, 190, 0.8);
      transition-duration: 0.2 0.5s;
      color: #fff;
      text-shadow: 0 0 7px #fff; } }

/*# sourceMappingURL=style.css.map */
