@charset "UTF-8";
@media (max-width: 640px) {
  .pc {
    display: none !important; } }

@media (min-width: 641px) {
  .sp {
    display: none !important; } }

/* WEBフォントが読み込まれていない間、フォント色を透明にする*/
html:not(.wf-active) .txt-fade,
html:not(.wf-active) .g-nav__anc,
html:not(.wf-active) .oswald,
html:not(.wf-active) .footer__address,
html:not(.wf-active) .footer__nav,
html:not(.wf-active) .footer__copy {
  color: rgba(68, 68, 68, 0) !important;
  transition-duration: 0.2s;
  transition-property: color; }

html:not(.wf-active) .visible-fade {
  opacity: 0;
  transition-duration: 0.2s; }

body {
  color: #444444;
  font-family: "source-han-sans-japanese",sans-serif;
  /* weightは300(normal),500(midium),700(bold) */
  font-weight: 300;
  letter-spacing: 0.1em; }
  @media (min-width: 641px) {
    body {
      font-size: 15px;
      line-height: 33px; } }
  @media (max-width: 640px) {
    body {
      font-size: 13px;
      line-height: 21px; } }

/* 英文 */
.oswald {
  font-family: "oswald",sans-serif;
  font-weight: 500;
  /* weightは500のみ */
  letter-spacing: 0.05em;
  transition-duration: 0.2s;
  transition-property: color; }

/* 基本のパディング */
@media (min-width: 641px) {
  .base-pad {
    padding: 0 10%; } }

@media (max-width: 640px) {
  .base-pad {
    padding: 0 8%; } }

@media (min-width: 641px) {
  a {
    opacity: 1;
    transition-duration: 0.2s;
    transition-property: opacity; }
    a:hover {
      opacity: 0.7; } }

/* レスポンシブ画像 */
.img-resp {
  height: auto;
  max-width: 100%;
  display: block; }

/**************************************
ヘッダー
**************************************/
.header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }
  @media (min-width: 641px) {
    .header {
      background-color: rgba(18, 18, 18, 0.6);
      display: flex;
      justify-content: space-between;
      padding: 20px 3%; } }
  @media (min-width: 641px) and (max-width: 985px) {
    .header {
      padding-bottom: 8px; } }
  @media (max-width: 640px) {
    .header {
      background-color: #121212;
      min-height: 50px;
      padding: 10px 0 0 8%; } }
  @media (min-width: 641px) {
    .header__title {
      height: 40px;
      width: 217px; } }
  @media (max-width: 640px) {
    .header__title {
      height: 30px;
      width: 161px; } }

/* ナビ */
@media (min-width: 641px) {
  .g-nav {
    width: calc( 94% - 217px); } }

@media (max-width: 640px) {
  .g-nav {
    height: 0;
    overflow: hidden;
    margin-top: 5px;
    transition-duration: 0.5s; } }

.g-nav__ul {
  list-style-type: none; }
  @media (min-width: 641px) {
    .g-nav__ul {
      align-items: center;
      display: flex;
      justify-content: flex-end; } }
  @media (min-width: 641px) and (max-width: 985px) {
    .g-nav__ul {
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 380px;
      margin: 0 0 0 auto; } }
  @media (max-width: 640px) {
    .g-nav__ul {
      padding: 40px 0 100px; } }

.g-nav__li {
  margin-left: 3%;
  display: block; }
  @media (min-width: 641px) and (max-width: 985px) {
    .g-nav__li {
      line-height: 26px; } }
  @media (max-width: 640px) {
    .g-nav__li {
      margin-bottom: 14px; } }

.g-nav__anc {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  white-space: nowrap;
  /*
		@include incase( 641px, 850px ){
			color: #fff;
			font-size: 13px;
			line-height: 21px;
		}
      */ }

@media (min-width: 641px) {
  .g-nav__rubi {
    display: none; } }

@media (max-width: 640px) {
  .g-nav__rubi {
    color: #0057ac;
    display: block;
    font-size: 23px;
    line-height: 27px; } }

/* メニュー開閉スイッチ */
.nav-swt {
  display: block;
  height: 16px;
  position: absolute;
  right: 5%;
  top: 17px;
  width: 18px; }
  .nav-swt__line {
    display: block;
    border: none;
    background-color: #d0d0d0;
    height: 2px;
    left: 0;
    position: absolute;
    transition-duration: 0.5s;
    width: 100%; }
    .nav-swt__line_mid {
      top: calc( 50% - 1px); }
    .nav-swt__line_btm {
      bottom: 0; }

/* メニューオープン時 */
html[data-menuopen=true] {
  overflow: hidden; }
  html[data-menuopen=true] .nav-swt__line_top {
    transform: translateY(7px) rotate(45deg); }
  html[data-menuopen=true] .nav-swt__line_mid {
    opacity: 0; }
  html[data-menuopen=true] .nav-swt__line_btm {
    transform: translateY(-7px) rotate(-45deg); }
  html[data-menuopen=true] .g-nav {
    height: calc( 100vh - 40px);
    overflow: scroll; }

/**************************************
フッター
**************************************/
.footer {
  background-color: #121212;
  position: relative;
  width: 100%; }
  @media (min-width: 641px) {
    .footer {
      padding: 50px 10% 44px; } }
  @media (max-width: 640px) {
    .footer {
      padding: 30px 8%; } }
  .footer__anc {
    display: block; }
    @media (min-width: 641px) {
      .footer__anc {
        height: 60px;
        margin-bottom: 20px;
        width: 325px; } }
    @media (max-width: 640px) {
      .footer__anc {
        margin-bottom: 10px;
        width: 161px; } }
  .footer__nav {
    list-style-type: none; }
    @media (min-width: 1001px) and (max-width: 9999px) {
      .footer__nav {
        bottom: 64px;
        display: block;
        position: absolute;
        right: 10%; } }
    @media (max-width: 640px) {
      .footer__nav {
        margin-bottom: 19px; } }
  .footer__li {
    display: inline-block; }
    @media (min-width: 1001px) and (max-width: 9999px) {
      .footer__li {
        margin-left: 1em; } }
    @media (min-width: 641px) and (max-width: 1000px) {
      .footer__li {
        margin-right: 1em; } }
    @media (max-width: 640px) {
      .footer__li {
        display: block; } }
  .footer__link {
    color: #fff; }
    @media (min-width: 641px) {
      .footer__link {
        font-size: 15px; } }
    @media (max-width: 640px) {
      .footer__link {
        font-size: 13px;
        line-height: 28px; } }
  .footer__address {
    color: #fff;
    font-style: normal; }
    @media (min-width: 641px) {
      .footer__address {
        font-size: 15px;
        line-height: 25px; } }
    @media (max-width: 640px) {
      .footer__address {
        font-size: 13px;
        line-height: 21px;
        margin-bottom: 4px; } }
  .footer__copy {
    color: #7c7c7c;
    display: block; }
    @media (min-width: 641px) {
      .footer__copy {
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 24px; } }
    @media (max-width: 640px) {
      .footer__copy {
        font-size: 10px;
        letter-spacing: 0.1em;
        line-height: 18px; } }
  .footer__btn {
    display: block;
    opacity: 1;
    position: absolute;
    transition-duration: 0.3s; }
    @media (min-width: 641px) {
      .footer__btn {
        height: 40px;
        right: 10%;
        top: 60px;
        width: 60px; }
        .footer__btn:hover {
          opacity: 0.7; } }
    @media (max-width: 640px) {
      .footer__btn {
        bottom: 32px;
        right: 8%;
        width: 45px; } }

/**************************************
パーツ類
**************************************/
/* テキスト縁取り1px白 */
.textoutline-1px-white {
  text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0px -1px 0 #fff, 0px 1px 0 #fff, 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff; }

/* テキスト縁取り1pxグレー */
.textoutline-1px-gray {
  text-shadow: 1px 0 0 #d0d0d0, -1px 0 0 #d0d0d0, 0px -1px 0 #d0d0d0, 0px 1px 0 #d0d0d0, 1px 1px 0 #d0d0d0, -1px 1px 0 #d0d0d0, 1px -1px 0 #d0d0d0, -1px -1px 0 #d0d0d0; }
  @media (min-width: 641px) {
    .textoutline-1px-gray_sp {
      text-shadow: none; } }

/* テキスト縁取り2pxグレー */
.textoutline-2px-gray {
  text-shadow: 2px 0 0 #d0d0d0, -2px 0 0 #d0d0d0, 0px -2px 0 #d0d0d0, 0px 2px 0 #d0d0d0, 2px 2px 0 #d0d0d0, -2px 2px 0 #d0d0d0, 2px -2px 0 #d0d0d0, -2px -2px 0 #d0d0d0, 1px 2px 0 #d0d0d0, -1px 2px 0 #d0d0d0, 1px -2px 0 #d0d0d0, -1px -2px 0 #d0d0d0, 2px 1px 0 #d0d0d0, -2px 1px 0 #d0d0d0, 2px -1px 0 #d0d0d0, -2px -1px 0 #d0d0d0; }

.blue-btn {
  background: #0057ac url(../img/common/co_arrow.png) no-repeat right 10px center;
  background-size: 11px 11px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 15px;
  transition-property: all;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 641px) {
    .blue-btn {
      font-size: 15px;
      padding: 22px 0;
      width: 250px; }
      .blue-btn:hover {
        opacity: 1;
        background-color: #121212; } }
  @media (max-width: 640px) {
    .blue-btn {
      font-size: 13px;
      padding: 17px 0;
      width: 210px; } }

/**************************************
下層共通
**************************************/
.main {
  min-height: calc( 100vh - 223px); }

.pagetitle {
  position: relative;
  width: 100%; }
  @media (min-width: 641px) {
    .pagetitle {
      height: 770px; } }
  @media (max-width: 640px) {
    .pagetitle {
      height: 349px; } }
  .pagetitle__bg {
    background-size: cover;
    background-position: center;
    display: block;
    width: 100%; }
    @media (min-width: 641px) {
      .pagetitle__bg {
        height: 700px; } }
    @media (max-width: 640px) {
      .pagetitle__bg {
        height: 320px; } }
  .pagetitle__text {
    background-color: #0057ac;
    color: #fff;
    bottom: 0;
    font-weight: bold;
    position: absolute;
    left: 0; }
    @media (min-width: 641px) {
      .pagetitle__text {
        align-items: center;
        font-size: 70px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        line-height: 1em;
        min-width: 720px;
        padding: 65px 85px 65px 10%;
        width: 70%; } }
    @media (min-width: 0) and (max-width: 740px) {
      .pagetitle__text {
        min-width: 90%; } }
    @media (max-width: 640px) {
      .pagetitle__text {
        font-size: 35px;
        line-height: 35px;
        padding: 27px 10%;
        width: 90%; } }
  @media (min-width: 641px) {
    .pagetitle__rubi {
      font-size: 20px;
      line-height: 30px; } }
  @media (max-width: 640px) {
    .pagetitle__rubi {
      display: block;
      font-size: 15px;
      line-height: 21px;
      padding-top: 9px; } }

.basesize {
  margin: 0 auto;
  padding: 0; }
  @media (min-width: 641px) {
    .basesize {
      width: 80%; } }
  @media (max-width: 640px) {
    .basesize {
      width: 84%; } }

.basehead1 {
  font-weight: bold; }
  @media (min-width: 641px) {
    .basehead1 {
      font-size: 30px;
      line-height: 50px; } }
  @media (max-width: 640px) {
    .basehead1 {
      font-size: 20px;
      line-height: 30px; } }

.basehead2 {
  font-weight: bold; }
  @media (min-width: 641px) {
    .basehead2 {
      font-size: 25px;
      line-height: 35px; } }
  @media (max-width: 640px) {
    .basehead2 {
      font-size: 17px;
      line-height: 25px; } }

.basehead3 {
  font-weight: bold; }
  @media (min-width: 641px) {
    .basehead3 {
      font-size: 20px;
      line-height: 30px; } }
  @media (max-width: 640px) {
    .basehead3 {
      font-size: 15px;
      line-height: 21px; } }

/*# sourceMappingURL=common.css.map */