@charset "UTF-8";
/* =============================================================================
   変数定義
   ========================================================================== */
:root {
  --pink: #ff7287;
  --navy: #30416b;
  --gothic: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --shippori: 'Shippori Mincho', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  --zen: 'Zen Old Mincho', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

/* =============================================================================
   Mixin定義
   ========================================================================== */
/* =============================================================================
   リセット・サイト基本定義
   ========================================================================== */
/*@font-face {
    font-family: 'Noto Sans JP';
    src: url('fonts/NotoSansJP-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans JP';
    src: url('fonts/NotoSansJP-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans JP';
    src: url('fonts/NotoSansJP-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Shippori Mincho';
    src: url('fonts/ShipporiMincho-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
*/
html {
  font-size: calc(1000vw/375);
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #292b2c;
  font-size: 1.5rem;
  line-height: 1.87;
  font-weight: 400;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: none;
  width: 100%;
}

*, *::before, *::after {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  border: 0;
}

form {
  margin: 0;
  padding: 0;
}

ul, li, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

li img, dt img, dd img {
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}

a img {
  transition: opacity 0.3s;
}

a:hover img {
  opacity: 0.7;
}

a:visited img {
  opacity: 1;
}

a.pdf,
a.word,
a.excel,
a.ppt,
a.site {
  text-decoration: underline;
  margin-bottom: 1.33em;
  padding: 0 1em 0 0;
  display: block;
}

a.pdf::after,
a.word::after,
a.excel::after,
a.ppt::after,
a.site::after {
  content: "";
  width: 30px;
  height: 15px;
  margin: 0 5px;
  display: inline-block;
  background-size: contain;
  transform: translateY(2px);
}

a.pdf::after {
  background: url("../img/ico-pdf.svg") center left no-repeat;
}

a.word::after {
  background: url("../img/ico-word.svg") center left no-repeat;
}

a.excel::after {
  background: url("../img/ico-excel.svg") center left no-repeat;
}

a.ppt::after {
  background: url("../img/ico-ppt.svg") center left no-repeat;
}

a.site::after {
  width: 15px;
  background: url("../img/ico-link.svg") center left no-repeat;
}

p {
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}

p a {
  padding: 0 !important;
  display: inline !important;
}

span {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

input {
  -webkit-appearance: none;
  appearance: none;
  background-color: #FFF;
  border: none;
  vertical-align: top;
}

input[type=search] {
  font-size: 2.5rem;
  height: 35px;
  padding: 5px;
}

input[type=submit] {
  width: 35px;
  height: 35px;
  background-image: url("../../common/img/sp/search-sp.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/*  font 
-----------------------------------------------------------------------------*/
.txt80 {
  font-size: 80%;
}

.txt120 {
  font-size: 120%;
}

.txt150 {
  font-size: 150%;
  line-height: 1.4em;
}

strong {
  font-weight: bold;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

/*  align
-----------------------------------------------------------------------------*/
.align_r {
  text-align: right;
}

.align_c {
  text-align: center;
}

.align_l {
  text-align: left;
}

.valign_m {
  vertical-align: middle;
}

/*  effect
-----------------------------------------------------------------------------*/
.js_slide_fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}

.js_slide_fadeIn.show {
  opacity: 1;
  transform: translateY(0);
}

/* =============================================================================
   モバイルレイアウト : 599 px およびそれ以下
   ========================================================================== */
.sp_none {
  display: none;
}

img {
  height: auto;
}

/*  ヘッダー
-----------------------------------------------------------------------------*/
#header {
  margin: 0 auto;
  width: 100%;
  height: 6rem;
  background-color: white;
  clear: both;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  transition: all 0.5s;
}

#header #h_logo {
  width: calc(100% - 6rem);
  height: 6rem;
  transition: opacity 0.5s;
}

#header #h_logo img {
  width: auto;
  height: 100%;
}

.menuOpened #header #h_logo,
#header.show #h_logo {
  background-image: url("../img/logo.svg");
}

#header #h_logo:hover {
  opacity: 0.7;
}

#header #h_logo span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  width: 100%;
}

#header #h_logo span.large {
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  margin-top: 0.5rem;
}

#header.show {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}

/*  グローバルナビゲーション
-----------------------------------------------------------------------------*/
/* メニューボタン  */
#menubtn {
  width: 6rem;
  height: 6rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

#menubtn span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  right: 0;
  top: 0;
}

#menubtn #menu-open {
  background-image: url("../img/menu-open.svg");
}

#menubtn #menu-close {
  display: none;
  background-image: url("../img/menu-close.svg");
}

/* メニューリスト  */
.nav {
  width: 100%;
  display: none;
  background-color: #f9f5e9;
  position: fixed;
  top: 6rem;
  left: 0;
  overflow: scroll;
  z-index: 9;
}

.gnavi {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.gnavi li:not(last-of-type) {
  border-bottom: solid 1px #bfbfc0;
}

.gnavi li a {
  font-family: var(--zen);
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.075em;
  text-align: center;
  padding: 3rem 0;
  display: block;
  position: relative;
}

.nav .lang {
  margin-bottom: 0;
  border-bottom: none;
}

.nav .lang a {
  font-family: var(--shippori);
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 4rem 0;
  display: block;
}

.nav .lang a span {
  margin: 0 0.2em;
  padding: 0.1em;
}

.nav .lang a .jp {
  border-bottom: solid 1px #292b2c;
}

.nav .lang a .en {
  border-bottom: none;
}

body.en .nav .lang a .jp {
  border-bottom: none;
}

body.en .nav .lang a .en {
  border-bottom: solid 1px #292b2c;
}

#overlay {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(20, 20, 20, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
}

/*  フッター
-----------------------------------------------------------------------------*/
#footer {
  font-family: var(--zen);
  font-weight: 400;
  text-align: center;
  width: 100%;
  padding: 3rem 0;
  background-color: #ffd8df;
  position: relative;
}

#footer .inner {
  padding: 0 4.2%;
}

#footer h3 {
  font-family: var(--zen);
  font-weight: 400;
  line-height: 1.44;
  margin-bottom: 0.4em;
}

#footer h3 .small {
  font-size: 0.94em;
}

#footer .info {
  font-family: var(--zen);
  font-size: 1.2rem;
  line-height: 1.67;
  text-align: center;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

#footer .info span {
  font-size: 1.5rem;
  margin: 0 1em;
  display: block;
}

#footer .copyright {
  font-size: 1.2rem;
  line-height: 1.58;
}

/*  コンテンツ
-----------------------------------------------------------------------------*/
.aligncenter {
  text-align: center;
}

.inner {
  padding-left: 4.2%;
  padding-right: 4.2%;
}

#fv .textBox {
  padding-top: 2rem;
}

#fv .textBox h1 {
  color: #FFF;
  font-family: 'Zen Old Mincho', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  width: 100%;
  text-shadow: 0 0 0.3rem #000;
}

#fv .textBox h1 .en {
  font-family: 'Shippori Mincho', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 0.6em;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-align: center;
  width: 100%;
  margin-top: 0.6em;
  display: block;
}

#fv .imgBox img {
  display: block;
}

#contents {
  width: 100%;
  margin: 0 auto;
  padding-top: 6rem;
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

#contents_inner {
  width: 100%;
  margin: 0 auto;
}

#top .main {
  margin: 0;
  padding: 0;
  width: 100%;
}

#top .main:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#sub .main {
  margin: 0 auto;
  padding-bottom: 1px;
  background: #fff;
}

/*　float設定　*/
.fl {
  float: none;
}

.fr {
  float: none;
}

.bc {
  clear: both;
}

.clearfix::after {
  height: 0;
  display: block;
  clear: both;
  content: " ";
}

/*　ページトップへ　*/
#pagetop {
  width: 100%;
  height: 5rem;
  background-color: var(--pink);
  position: relative;
}

#pagetop a {
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  transition: opacity 0.3s;
}

#pagetop a:hover {
  opacity: 0.7;
}

#pagetop a img {
  width: auto;
  height: 100%;
  margin: 0 auto;
  display: block;
}

#fig {
  width: 100vw;
  height: 100vh;
  position: fixed;
}

#fig::before,
#fig::after {
  content: "";
  width: 20rem;
  height: 24rem;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
}

#fig::before {
  background-image: url("../img/fig-left.png");
  background-position: left center;
  left: 0;
  top: 35%;
}

#fig::after {
  background-image: url("../img/fig-right.png");
  background-position: right center;
  right: 0;
  top: 55%;
}

/* =============================================================================
   タブレットレイアウト : 600 px ～ 
   ========================================================================== */
@media print, screen and (min-width: 600px) {
  html {
    font-size: calc(1000vw/768);
  }

  .pc_none {
    display: none;
  }

  .sp_none {
    display: block;
  }

  /*  フッター
    -----------------------------------------------------------------------------*/
  #footer {
    padding: 3.8rem 0 2rem;
  }

  #footer h3 {
    margin-bottom: 1.6rem;
  }

  /*  コンテンツ
  -----------------------------------------------------------------------------*/
  /*　float設定　*/
  .fl {
    float: left;
  }

  .fr {
    float: right;
  }

  .clearfix::after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }

  .clearfix {
    display: inline-block;
  }

  * html .clearfix {
    height: 1%;
  }

  .clearfix {
    display: block;
  }

  .inner {
    padding-left: 4.88%;
    padding-right: 4.88%;
  }

  a.site,
  a.word,
  a.excel,
  a.ppt,
  a.pdf {
    display: inline-block;
  }

  #fig {
    width: 100vw;
    height: 100vh;
    position: fixed;
  }

  #fig::before,
  #fig::after {
    content: "";
    width: 20rem;
    height: 24rem;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
  }

  #fig::before {
    background-image: url("../img/fig-left.png");
    background-position: left center;
    left: 0;
    top: 35%;
  }

  #fig::after {
    background-image: url("../img/fig-right.png");
    background-position: right center;
    right: 0;
    top: 55%;
  }
}
/* =============================================================================
   PCレイアウト : 1000px ～ 
   ========================================================================== */
@media print, screen and (min-width: 1000px) {
  html {
    font-size: 62.5%;
    width: 100%;
  }

  /*  コンテンツ
-----------------------------------------------------------------------------*/
  #contents {
    padding-top: 0;
  }

  .inner {
    max-width: 128rem;
    padding-left: 7.14%;
    padding-right: 7.14%;
  }

  /*  ヘッダー
-----------------------------------------------------------------------------*/
  #header {
    height: 9rem;
    padding: 0;
    padding-right: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  #header #h_logo,
  #header #h_logo img {
    width: 52.6rem;
    min-width: 48rem;
    height: auto;
    margin-left: 0;
  }

  #header #h_logo {
    display: flex;
    align-items: center;
  }

  /*  グローバルナビゲーション
  -----------------------------------------------------------------------------*/
  #h_right {
    width: auto;
    max-width: 61rem;
    height: 9rem;
    display: flex;
    justify-content: flex-end;
    flex: 1;
  }

  #menubtn {
    display: none;
  }

  .nav {
    width: auto;
    height: 100%;
    margin-left: auto;
    background-color: transparent;
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    flex: 1;
    top: auto;
    left: auto;
    overflow: visible;
  }

  .gnavi {
    height: 100%;
    margin: 0;
    padding: 0;
    padding-left: 3rem;
    padding-right: 40%;
    background-color: transparent;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    gap: 10%;
    position: relative;
  }

  .gnavi li {
    font-size: 1.6rem;
    white-space: nowrap;
    width: auto;
    background-color: transparent !important;
    border: none !important;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .gnavi li a,
  .gnavi li.has-child span {
    font-size: 16px;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0;
    transition: opacity 0.3s;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    transition: opacity 0.3s;
  }

  .gnavi li a:hover {
    opacity: 0.6;
  }

  .gnavi > li {
    position: relative;
  }

  .gnavi .has-child {
    position: relative;
  }

  .gnavi li.has-child > a {
    pointer-events: auto;
  }

  .gnavi .lv-second {
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    z-index: 10;
  }

  .gnavi .lv-second {
    padding: 0.75rem 0;
    background-color: #2E4093;
    display: none;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    z-index: 10;
  }

  .gnavi .lv-second a {
    color: #FFF;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    width: 100%;
    padding: 0.7em 1.5em;
    background-color: #2E4093;
    display: block;
    transition: all 0.3s;
  }

  .nav .lang {
    height: 100%;
    position: absolute;
    right: 2.5rem;
    top: 0;
  }

  .nav .lang a {
    font-size: 15px;
    padding: 0;
    display: flex;
  }

  /*  フッター
-----------------------------------------------------------------------------*/
  #footer {
    padding: 5rem 0 3.2rem;
    overflow: visible;
  }

  #footer .inner {
    max-width: 100%;
    padding: 0;
  }

  #footer h3 {
    margin-bottom: 0.2em;
  }

  #footer h3 span.large {
    margin-left: 0.5em;
  }

  #footer .info span {
    font-size: 1.5rem;
    display: inline;
  }

  #footer .sp {
    display: none;
  }

  #footer .copyright {
    font-size: 1.2rem;
  }

  /*　ページトップへ　*/
  #pagetop {
    width: 5.5rem;
    height: 5.5rem;
    display: none;
    position: fixed;
    right: 17px;
    bottom: 17px;
    background-color: transparent;
    z-index: 10;
  }

  #pagetop a:hover {
    opacity: 0.7;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
  }

  #fig::before {
    width: 52rem;
    height: 62rem;
    top: 50%;
  }

  #fig::after {
    width: 57.2rem;
    height: 66.2rem;
  }
}
@media print, screen and (min-width: 1480px) {
  .inner {
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1600px) {
  .gnavi li a,
  .gnavi li.has-child span {
    padding: 0 2.5rem;
  }
}

/*# sourceMappingURL=base.css.map */
