@charset "UTF-8";
/* フォント設定 *******************************************/
/* モリサワType Square ************************************/
/* クリアフィックス */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/*----------- 定義内容-----------
ブレイクポイント設定
メディアクエリ
コンテンツ幅(basicWrap)
基本ベンダープレフィックスをつけた状態で書き出す(prefix)
アニメーション：プレフィクス付（animation）
角丸設定(border-radius)

---------------------------------
*/
/* フォント設定 *******************************************/
/* モリサワType Square ************************************/
/* クリアフィックス */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/*----------- 定義内容-----------
ブレイクポイント設定
メディアクエリ
コンテンツ幅(basicWrap)
基本ベンダープレフィックスをつけた状態で書き出す(prefix)
アニメーション：プレフィクス付（animation）
角丸設定(border-radius)

---------------------------------
*/
.pc {
  display: block;
}
@media only screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}

.mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .mobile {
    display: block;
  }
}

.tablet {
  display: block;
}
@media only screen and (max-width: 960px) {
  .tablet {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .tablet {
    display: none;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* フォントサイズリセット */
html {
  font-size: 62.5%;
}

/* 基本書体サイズ */
body {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 自動クリアフィックス */
header:after, section:after, article:after, footer:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}

/* フォント設定 *******************************************/
/* モリサワType Square ************************************/
/* クリアフィックス */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/*----------- 定義内容-----------
ブレイクポイント設定
メディアクエリ
コンテンツ幅(basicWrap)
基本ベンダープレフィックスをつけた状態で書き出す(prefix)
アニメーション：プレフィクス付（animation）
角丸設定(border-radius)

---------------------------------
*/
.mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .mobile {
    display: block;
  }
}

.pc {
  display: block;
}
@media only screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}

/* サイト幅 **********************************************************/
.basicWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.basicWrap > div {
  margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
  .basicWrap > div {
    margin-bottom: 40px;
  }
}

/* アンカーリンクさせる相手のブロックにつける ************************/
.anchorlinkTab {
  margin-top: -90px;
  padding-top: 90px;
}

/* リンク **********************************************************/
a {
  text-decoration: none;
  color: #007dd1;
}

.line a {
  text-decoration: none;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  transition: .3s;
}
.line a::after {
  content: "";
  position: absolute;
  bottom: .1em;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1fa5ff;
  opacity: 0;
  transition: .3s;
}
.line a:hover::after {
  bottom: 0;
  opacity: 1;
}

/* ボタン **********************************************************/
.btnArea {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.narrow {
  letter-spacing: -0.05em;
}

a.btn {
  text-decoration: none;
  display: block;
}

.btn {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  border: none;
  padding: 20px 2em;
  font-size: 16px;
  font-size: 1.6rem;
  box-sizing: border-box;
  border-radius: 3px;
}
.btn.std {
  max-width: 320px;
  margin: 12px auto;
}
.btn.solid {
  background-color: #f9e842;
  color: #111;
}
.btn.btn-line {
  border-width: 2px;
  border-style: solid;
  border-color: #999;
  margin: 12px auto;
  background-color: rgba(255, 255, 255, 0.5);
  color: #999;
}

a:hover {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.8;
}

.disable:hover {
  cursor: default;
}

/* ヘッダー **********************************************************/
#header .headerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .logo {
  width: 220px;
  margin: 8px;
}
@media only screen and (max-width: 600px) {
  #header .logo {
    width: 160px;
  }
}

.headerNav .navList {
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .headerNav .navList {
    padding: 50px 0;
  }
}
.headerNav .navList li {
  list-style: none;
  display: inline-block;
  margin: 0 1.5em;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .headerNav .navList li {
    display: inherit;
    margin: inherit;
    font-weight: inherit;
  }
}
.headerNav .navList li a {
  text-decoration: none;
  color: #111;
}
@media only screen and (max-width: 600px) {
  .headerNav .navList li a {
    color: inherit;
  }
}

/*ハンバーガーボタン　*/
.hamburger {
  display: none;
}
@media only screen and (max-width: 600px) {
  .hamburger {
    display: block;
    position: absolute;
    z-index: 3;
    right: 13px;
    top: 10px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    left: 6px;
    background: #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/* ナビ開いてる時のボタン */
nav.globalMenuSp ul li {
  list-style-type: none;
  margin: 0 2em;
}
@media only screen and (max-width: 600px) {
  nav.globalMenuSp {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
  }
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li {
    margin: inherit;
    padding: 0;
    width: 100%;
    transition: .4s all;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
  }
  nav.globalMenuSp ul li a:hover {
    opacity: 0.8;
  }
  nav.globalMenuSp.active {
    opacity: 100;
  }
}

/* このクラスを、jQueryで付与・削除する */
/* 本文 **********************************************************/
h2 {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

@media only screen and (max-width: 600px) {
  h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .basicWrap img {
    width: 100%;
  }
}
.innerBlock {
  margin: 0 auto;
}
.innerBlock > p {
  line-height: 1.75;
}

.sectionFooter {
  text-align: center;
}
.sectionFooter p {
  margin-top: 100px;
}
.sectionFooter .btn-normal {
  margin-top: 20px;
}
.sectionFooter .btn-normal a {
  border-radius: 4px;
  display: inline-block;
  max-width: 400px;
  padding: 8px 0;
}
@media only screen and (max-width: 600px) {
  .sectionFooter .btn-normal a {
    width: 100%;
  }
}
.sectionFooter .btn-border {
  margin-top: 20px;
}
.sectionFooter .btn-border a {
  border-radius: 4px;
  display: inline-block;
  max-width: 400px;
  padding: 8px 0;
}
@media only screen and (max-width: 600px) {
  .sectionFooter .btn-border a {
    width: 100%;
  }
}

/* フッター **********************************************************/
footer {
  background-color: #e4e4e4;
}
footer .basicWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
footer .basicWrap img {
  width: 80px;
}
footer nav {
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 10px;
}
footer nav ul li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  list-style: none;
  padding: 3px 8px;
  border-right: 1px solid #5d5d5d;
}
footer nav ul li:last-child {
  border-right: none;
}
footer nav ul li img {
  max-height: 80px;
}
footer nav a {
  color: #5d5d5d;
}
footer .copyright {
  padding: 60px 0 10px;
  text-align: center;
  font-size: 12px;
  color: #7f7f7f;
}
footer #year {
  display: inline-block;
  margin-right: 0.5em;
}

/*# sourceMappingURL=baseLayout.css.map */
