@charset "UTF-8";
/**背景位置とサイズ******************************/
/**PCmin-width1225**/
/**PHmax-width1224**/
/**PHmax-width415**/
/*アイテム横軸 中央よせ*/
/*アイテム横軸 左側よせてに配置*/
/*アイテム横軸 右側よせてに配置（右から配置ではないので注意）*/
/*アイテム縦軸 中央配置*/
/*アイテム縦軸 後尾配置*/
/*最初と最後のアイテムは端に残りは等間隔*/
/*全てのアイテムは等間隔*/
/*上から下へ垂直方向*/
/*アイテム横軸 右から配置*/
/*横一行に配置*/
/*横複数行に配置*/
/*角丸*/
/*矢印 135が下、-45が上向き、45が右*/
/**背景位置とサイズ******************************/
/**PCmin-width1225**/
/**PHmax-width1224**/
/**PHmax-width415**/
/*アイテム横軸 中央よせ*/
/*アイテム横軸 左側よせてに配置*/
/*アイテム横軸 右側よせてに配置（右から配置ではないので注意）*/
/*アイテム縦軸 中央配置*/
/*アイテム縦軸 後尾配置*/
/*最初と最後のアイテムは端に残りは等間隔*/
/*全てのアイテムは等間隔*/
/*上から下へ垂直方向*/
/*アイテム横軸 右から配置*/
/*横一行に配置*/
/*横複数行に配置*/
/*角丸*/
/*矢印 135が下、-45が上向き、45が右*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap");
/*--------------------------------------------------------------------------
 CSS Reset
---------------------------------------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, hr, table, tr, th, td, tbody, tfoot, thead, img, iframe, span, object, pre, blockquote, abbr, a, address, cite, code, del, dfn, em, sup, sub, ins, kbd, q, samp, small, var, b, i, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, button, input {
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
  border: none;
  /*font: inherit;*/
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  list-style: none; }

ul[role="list"], ol[role="list"] {
  list-style: none; }

html:focus-within {
  scroll-behavior: smooth; }

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

a:not([class]) {
  text-decoration-skip-ink: auto; }

a {
  text-decoration: none; }

img, picture {
  max-width: 100%;
  /*display:block;*/ }

input, button, textarea, select {
  font: inherit; }

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

/*--------------------------------------------------------------------------
 common
---------------------------------------------------------------------------*/
html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  min-width: 320px;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.05em;
  line-height: 1.9;
  font-family: 'Zen Kaku Gothic New', "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #2b2b2b;
  position: absolute;
  background: url("../img/bg/bg-article.gif") left top; }

@media all and (max-width: 540px) {
  body {
    font-size: 95%;
    line-height: 1.7; } }
/* IE8-11 */
@media screen\0  {
  body, input[type="button"], input[type="text"], input[type="submit"], select {
    font-family: 'Segoe UI', Meiryo UI, Meiryo UI, Meiryo, "メイリオ", sans-serif; } }
img {
  max-width: 100%;
  vertical-align: middle;
  height: auto; }

video {
  cursor: pointer; }

sub {
  vertical-align: baseline;
  line-height: 0;
  font: inherit;
  font-size: 70%; }

sup {
  vertical-align: super;
  padding-top: 0.2em;
  line-height: 0;
  font: inherit;
  font-size: 70%; }

hr, hr.line, hr.line-dot, hr.onlyPcTb {
  clear: both;
  margin: 3em 0 1em 0;
  height: 1px;
  border-top: 1px solid transparent;
  background: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important; }

hr.line {
  margin: 1em 0 1em 0;
  border-top: 1px solid #c1c1c1; }

hr.line-dot {
  margin: 1em 0 1em 0;
  border-top: 1px dotted #858585; }

.onlyPcTb-txtC {
  text-align: center !important; }

br.onlyPcTb {
  display: block; }

input[type="button"], input[type="text"], input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

@media all and (max-width: 540px) {
  hr.onlyPcTb {
    margin: 0.5em 0 0.5em 0; }

  br.onlyPcTb {
    display: none; }

  .onlyPcTb-txtC {
    text-align: left !important; } }
/*--------------------------------------------------------------------------
  contents
---------------------------------------------------------------------------*/
@media all and (max-width: 1022px) {
  body.is-fixed {
    overflow: hidden; } }
article {
  flex: 1;
  display: flex;
  flex-direction: column; }

a:hover img.bnr {
  opacity: 0.7;
  transition-duration: 0.6s;
  zoom: 1; }

/*----------------------------------------------------------------------------
    cwrap contents
-----------------------------------------------------------------------------*/
.cwrap {
  width: 100%;
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 110%;
  padding: 0; }
  .cwrap .contents {
    flex: 1;
    padding: 0;
    /*a:visited {
        color: $colorDarkGray;
    }*/ }
    .cwrap .contents p, .cwrap .contents table, .cwrap .contents ul, .cwrap .contents ol, .cwrap .contents iframe, .cwrap .contents form, .cwrap .contents dt, .cwrap .contents dd, .cwrap .contents h3 {
      margin-bottom: 1em; }
    .cwrap .contents p:last-child, .cwrap .contents table:last-child, .cwrap .contents ul:last-child, .cwrap .contents ol:last-child, .cwrap .contents iframe:last-child, .cwrap .contents form:last-child, .cwrap .contents dd:last-child {
      margin-bottom: 0; }
    .cwrap .contents a, .cwrap .contents a figcaption {
      vertical-align: top;
      color: #005396; }
    .cwrap .contents a:hover, .cwrap .contents a:hover figcaption {
      color: #db8f12;
      text-decoration: underline; }
    .cwrap .contents a, .cwrap .contents span {
      font: inherit; }
    .cwrap .contents a.linkOff {
      pointer-events: none; }
    .cwrap .contents h2 {
      letter-spacing: 0.1em; }
    .cwrap .contents h2.imgTitle {
      text-align: center;
      margin-bottom: 60px; }
      .cwrap .contents h2.imgTitle img {
        height: 75px; }
    .cwrap .contents h3 {
      letter-spacing: 0.1em; }
    .cwrap .contents h4 {
      letter-spacing: 0.1em; }
    .cwrap .contents .ttlGray {
      font-weight: bold;
      padding: 0 0 0 .75em;
      border-left: 6px solid #ccc; }
    .cwrap .contents .ttlBlue {
      font-weight: bold;
      padding: 0 0 0 .75em;
      border-left: 6px solid #005396; }
    .cwrap .contents h2 a:hover, .cwrap .contents h3 a:hover {
      text-decoration: none; }
    .cwrap .contents strong {
      font-weight: bold;
      color: #005396; }
    .cwrap .contents .txtLead {
      font-size: 30px;
      letter-spacing: 0.1em;
      line-height: 1.6;
      padding: 0;
      margin-bottom: 1em;
      font-weight: bold; }
    .cwrap .contents .ttlLineR {
      font-weight: bold;
      position: relative;
      font-size: 20px;
      line-height: 1.4;
      padding-left: 19px;
      margin-bottom: 15px; }
      .cwrap .contents .ttlLineR::after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 3px;
        height: 100%;
        content: "";
        background: #005396; }

.cwrap.cwrapEn {
  letter-spacing: 0.03em; }

@media all and (min-width: 1225px) {
  .cwrap .contents a:hover, .cwrap .contents a:hover figcaption {
    text-decoration: underline; } }
@media all and (max-width: 1224px) {
  .cwrap .contents a:hover {
    text-decoration: none; }
  .cwrap .contents h2 {
    font-size: 24px; }
  .cwrap .contents h2::before {
    width: 24px; } }
@media all and (max-width: 810px) {
  .cwrap {
    font-size: 100%;
    letter-spacing: 0.03em; }
    .cwrap .contents h2 {
      font-size: 22px; }
    .cwrap .contents h2.imgTitle {
      margin-bottom: 30px; }
      .cwrap .contents h2.imgTitle img {
        height: 60px; }
    .cwrap .contents #secCafe h2.imgTitle img {
      height: 60px; }
    .cwrap .contents #secShop h2.imgTitle img {
      height: 60px; }
    .cwrap .contents #secOverview h2.imgTitle img {
      height: 60px; }
    .cwrap .contents h3 {
      font-size: 18px; }
    .cwrap .contents h4 {
      font-size: 18px; } }
@media all and (max-width: 799px) {
  .cwrap {
    font-size: 100%;
    letter-spacing: 0.03em; }
    .cwrap .contents h2 {
      font-size: 20px; }
    .cwrap .contents h3 {
      font-size: 18px; }
    .cwrap .contents h4 {
      font-size: 18px; } }
@media all and (max-width: 500px) {
  .cwrap .contents h2 {
    font-size: 20px; }
  .cwrap .contents h2.imgTitle {
    margin-bottom: 20px; }
    .cwrap .contents h2.imgTitle img {
      height: 50px; }
  .cwrap .contents #secCafe h2.imgTitle img {
    height: 40px; }
  .cwrap .contents #secShop h2.imgTitle img {
    height: 42px; }
  .cwrap .contents #secOverview h2.imgTitle img {
    height: 40px; } }
/*--------------------------------------------------------------------------
 pagelink
---------------------------------------------------------------------------*/
.anc {
  clear: both;
  padding: 30px 35px 30px 45px;
  font-size: 85%;
  line-height: 1.2;
  border: 1px solid #c1c1c1;
  margin-bottom: 50px; }
  .anc li {
    padding-left: 18px;
    margin-bottom: 0.3em;
    position: relative; }
  .anc li::after {
    position: absolute;
    top: 2px;
    left: 0;
    border-top: 2px solid #858585;
    border-right: 2px solid #858585;
    /*position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;*/
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    /*border-top: 2px solid #2b2b2b;
    border-right: 2px solid #2b2b2b;*/
    content: "";
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  .anc a, .anc a:visited {
    color: #4d4d4d;
    text-decoration: none !important; }
  .anc a:hover {
    color: #980000; }

._colList, ._col2List, ._col3List {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  ._colList li, ._col2List li, ._col3List li {
    margin-right: 10px; }

._col2List li {
  width: calc(50% - 10px); }

._col3List li {
  width: calc(33.3% - 10px); }

.disc._colList li, .disc._col2List li, .disc._col3List li, .num._colList li, .num._col2List li, .num._col3List li {
  padding-right: 15px; }

.disc._col2List li, .num._col2List li {
  width: calc(50% - 18px); }

.disc._col3List li, .num._col3List li {
  width: calc(33.3% - 18px); }

@media all and (max-width: 1224px) {
  .anc {
    padding: 20px 20px 20px 30px;
    margin-bottom: 20px; }

  ._col2List li, ._col3List li,
  .disc._colList li, .disc._col2List li, .disc._col3List li, .num._colList li, .num._col2List li, .num._col3List li {
    width: 100%;
    margin-right: 0;
    padding-right: 0; }

  ._phCol2list {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    ._phCol2list li {
      width: calc(50% - 5px); }
    ._phCol2list li:nth-child(even) {
      margin-left: 10px; } }
@media all and (max-width: 799px) {
  .anc {
    padding: 15px 5px 15px 15px; } }
@media all and (max-width: 500px) {
  .anc {
    padding: 10px;
    margin-bottom: 10px; } }
/*--------------------------------------------------------------------------
  list
---------------------------------------------------------------------------*/
.li1m > li {
  margin-bottom: 1em; }

.li1m > li:last-child {
  margin-bottom: 0 !important; }

ul.disc,
ul.txt,
ul.num,
ul.alpha {
  margin-left: 17px; }

/*num*/
ul.disc li ul.num li,
ul.txt li ul.num li,
ul.alpha li ul.num li,
ul.num li {
  list-style: decimal;
  margin-left: 8px;
  padding-left: 0;
  text-indent: 0; }

/*alpha*/
ul.num li ul.alpha li,
ul.disc li ul.alpha li,
ul.txt li ul.alpha li,
ul.alpha li {
  list-style: lower-alpha;
  margin-left: 8px;
  padding-left: 0;
  text-indent: 0; }

/*txt*/
ul.num li ul.txt > li,
ul.disc li ul.txt > li,
ul.disc li ul.txt > li:before,
ul.alpha li ul.txt > li,
ul.txt > li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1.6em; }

/*disc*/
ul.disc {
  margin-left: 0.8em; }

ul.disc li {
  margin-left: 0;
  text-indent: -0.5em;
  padding-left: 0.5em; }

ul.disc li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #aaaaaa;
  position: relative;
  left: -8px;
  top: -3px; }

ul.none li {
  list-style: none; }

/*--------------------------------------------------------------------------
  column, block
---------------------------------------------------------------------------*/
.l-block, .l-block-ph {
  float: left; }

.r-block, .r-block-ph {
  float: right; }

.center {
  margin-left: auto;
  margin-right: auto; }

.block {
  display: block !important; }

@media all and (max-width: 1224px) {
  .l-block, .r-block {
    float: none; } }
.flex {
  display: -webkit-flex;
  display: flex; }

._flexHC {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

._flexWC {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

._flexWL {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

._flexWR {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.flexHcWc {
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }

._flexWrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

._flexNowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

/*--------------------------------------------------------------------------
  photo
---------------------------------------------------------------------------*/
figure {
  margin-bottom: 1em; }

figcaption, .cap {
  display: block;
  margin-top: 8px;
  font-size: 80% !important;
  color: #4d4d4d;
  text-align: center;
  line-height: 1.2; }

figcaption a.window, .cap a.window, a figcaption .window {
  background-size: 11px auto;
  background-position: right 4px; }

figcaption a.pdf, .cap a.pdf, a figcaption .pdf {
  background-size: 12px auto;
  padding: 0 14px 0 0; }

.photo, .photo1000, .photo800, .photo600, .photo500, .photo400, .photo300 {
  display: table;
  text-align: center;
  margin: 0 auto 1em auto;
  padding-top: 10px; }

.photo1000 {
  width: 100%;
  max-width: 1000px; }

.photo800 {
  width: 100%;
  max-width: 800px; }

.photo600 {
  width: 100%;
  max-width: 600px; }

.photo500 {
  width: 100%;
  max-width: 500px; }

.photo400 {
  width: 100%;
  max-width: 400px; }

.photo300 {
  width: 100%;
  max-width: 300px; }

.photo img {
  width: 100%; }

.rPhoto, .rPhoto-m, .rPhoto-s, .rPhoto-ss, .rPhoto-auto {
  float: right;
  margin: 0 0 8px 60px;
  display: table;
  text-align: center; }

.lPhoto, .lPhoto-m, .lPhoto-s, .lPhoto-ss, .lPhoto-auto {
  float: left;
  margin: 0 60px 8px 0;
  display: table;
  text-align: center; }

.rPhoto, .lPhoto {
  width: calc(50% - 10px); }

.rPhoto-m {
  max-width: 380px;
  width: calc(50% - 10px);
  margin-left: 60px;
  margin-bottom: 60px; }

.lPhoto-m {
  max-width: 380px;
  width: calc(50% - 10px);
  margin-right: 60px;
  margin-bottom: 60px; }

.rPhoto-s, .lPhoto-s {
  max-width: 250px;
  width: calc(50% - 10px); }

.rPhoto-ss, .lPhoto-ss {
  max-width: 150px;
  width: 40%; }

.rPhoto img, .lPhoto img, .rPhoto-m img, .lPhoto-m img, .rPhoto-s img, .lPhoto-s img, .rPhoto-ss img, .lPhoto-ss img, .rPhoto-auto img, .lPhoto-auto img,
.photo1000 img, .photo800 img, .photo600 img, .photo500 img, .photo400 img, .photo300 img {
  width: 100%;
  height: auto; }

img.img-auto {
  width: auto !important; }

.col {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-top: 10px; }

.col._col2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.col._col2.fcolr {
  flex-direction: row-reverse; }

.col._col2 figure, .col._col2 li {
  width: calc(50% - 10px);
  /*margin-bottom: 20px;*/
  margin: 0 auto 20px auto; }

.col._col2 > div.fcol {
  width: calc(50% - 10px);
  /*margin-bottom: 20px;*/
  margin: 0 auto 20px auto; }

.col._col3 figure, .col._col3 li {
  width: calc(33.3% - 10px);
  margin: 0 5px 10px 5px; }

.col._col4 {
  justify-content: flex-start; }

.col._col4 figure, .col._col4 li {
  width: calc(25% - 15px);
  margin: 0 15px 30px 0; }

.col._col5 figure, .col._col5 li {
  width: calc(20% - 6px);
  margin: 0 3px 6px 3px; }

.col-auto {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 10px; }

.col-auto figure, .col-auto li {
  margin: 0 5px 10px 5px; }

.col-auto img {
  width: 100%; }

.img-zoom {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block; }

a.img-zoom img {
  opacity: 1.0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }

.img-zoom::before {
  position: absolute;
  background: url(../img/ico/ico-zoom.svg) no-repeat;
  bottom: 3px;
  right: 3px;
  content: "";
  width: 17px;
  height: 17px;
  z-index: 2; }

a:hover .img-zoom::before,
a.img-zoom:hover::before,
a.img-zoom:hover img {
  opacity: 0.6; }

.fnone {
  margin-bottom: 0 !important; }

.cap-photo {
  display: table !important;
  width: 200px;
  *width: auto; }

.cap-photo img {
  max-width: 1224px; }

@media all and (max-width: 1224px) {
  figcaption, .cap {
    text-align: left; }

  .rPhoto, .lPhoto {
    width: calc(50% - 10px); }

  .rPhoto, .rPhoto-m, .rPhoto-s, .rPhoto-ss, .rPhoto-auto {
    margin: 0 0 10px 24px; }

  .lPhoto, .lPhoto-m, .lPhoto-s, .lPhoto-ss, .lPhoto-auto {
    margin: 0 24px 10px 0; }

  .col._col3 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .col._col2 figure, .col._col2 li, .col._col2 > div.fcol, .col._col3 figure, .col._col3 li {
    width: calc(50% - 5px);
    /*margin: 0 0 10px 0;*/
    margin: 0 auto 10px auto; }

  .col._col4 figure, .col._col4 li, .col._col5 figure, .col._col5 li {
    width: calc(33.3% - 20px);
    margin: 0 20px 30px 0px; }

  a:hover .img-zoom::before,
  a.img-zoom:hover::before,
  a.img-zoom:hover img {
    opacity: 1.0; }

  .cap-photo figcaption {
    text-align: left; }

  .cap-photo img {
    max-width: 700px; } }
@media all and (max-width: 799px) {
  .col._col4, .col._col5 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .col._col2 figure, .col._col2 li, .col._col2 > div.fcol, .col._col3 figure, .col._col3 li,
  .col._col4 figure, .col._col4 li, .col._col5 figure, .col._col5 li {
    width: calc(50% - 15px);
    /*margin: 0 0 10px 0;*/
    margin: 0 auto 10px auto; }

  .img-zoom::before {
    background-size: 12px auto;
    bottom: 1px;
    right: 1px;
    width: 13px;
    height: 13px; }

  .cap-photo img {
    max-width: 450px; } }
@media all and (max-width: 540px) {
  .fnone {
    float: none !important;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 1em 0;
    margin: 0 auto !important; }

  .col._col2.fnone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .col._col2.fnone figure, .col._col2.fnone li {
      width: 100%;
      margin: 0 auto 6px auto !important; }
    .col._col2.fnone iframe {
      width: 100%;
      margin: 0 auto 6px auto !important; }
    .col._col2.fnone > div.fcol {
      width: 100%;
      margin: 0 auto 20px auto !important; } }
@media all and (max-width: 500px) {
  .cap-photo {
    width: 100%; }

  .cap-photo img {
    max-width: 450px;
    width: 100%; } }
/*--------------------------------------------------------------------------
  box
---------------------------------------------------------------------------*/
.box {
  clear: both;
  padding: 15px;
  margin-bottom: 1em; }

.box p:last-child, .box ul:last-child {
  margin-bottom: 0; }

.boxCol1 {
  padding: 25px; }

.boxCol2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.boxCol2, .boxCol3 {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }

.boxCol2 > dl, .boxCol2 > div, .boxCol2 > li, .boxCol2 ._col2Inner {
  width: calc(50% - 25px);
  margin: 0 0 40px 0; }

.boxCol2._lPhoto-s ._col2Inner figure {
  width: calc(50% + 1px); }

.boxCol3 > dl:nth-child(3n+2), .boxCol3 > div:nth-child(3n+2), .boxCol3 > li:nth-child(3n+2), .boxCol3 ._col3Inner:nth-child(3n+2) {
  margin: 0 14px 16px 14px; }

.boxCol3 > dl, .boxCol3 > div, .boxCol3 > li, .boxCol3 ._col3Inner {
  width: calc(33% - 20px);
  margin: 0 0 16px 0; }

.boxCol3 > dl:nth-child(3n+2), .boxCol3 > div:nth-child(3n+2), .boxCol3 > li:nth-child(3n+2), .boxCol3 ._col3Inner:nth-child(3n+2) {
  margin: 0 14px 16px 14px; }

@media all and (max-width: 1224px) {
  .box {
    padding: 10px;
    margin-bottom: 0.5em; }

  .boxCol1 {
    padding: 15px;
    margin-bottom: 1em; } }
@media all and (max-width: 799px) {
  .boxCol1 {
    padding: 10px; } }
@media all and (max-width: 600px) {
  .boxCol2, .boxCol3 {
    display: block; }

  .boxCol2 > dl, .boxCol2 > div, .boxCol2 > li, .boxCol2 ._col2Inner,
  .boxCol3 > dl, .boxCol3 > div, .boxCol3 > li, .boxCol3 ._col3Inner,
  .boxCol3 > dl:nth-child(3n+2), .boxCol3 > div:nth-child(3n+2), .boxCol3 > li:nth-child(3n+2), .boxCol3 ._col3Inner:nth-child(3n+2) {
    width: 100%;
    margin: 0 0 5px 0; }

  .boxCol2._phCol2,
  .boxCol3._phCol2 {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  ._phCol2 > dl, ._phCol2 > div, ._phCol2 > li, ._phCol2 ._col2Inner, .boxCol3._phCol2 ._col3Inner, .boxCol4._phCol2 ._col4Inner,
  .boxCol3._phCol2 > dl:nth-child(3n+2), .boxCol3._phCol2 > div:nth-child(3n+2), .boxCol3._phCol2 > li:nth-child(3n+2), .boxCol3._phCol2 ._col3Inner:nth-child(3n+2) {
    width: calc(50% - 5px);
    margin: 0 0 5px 0; } }
@media all and (max-width: 500px) {
  .boxCol2, .boxCol3 {
    display: block; } }
/*--------------------------------------------------------------------------
  table
---------------------------------------------------------------------------*/
table {
  border-collapse: collapse;
  width: 100%; }

table th {
  padding: 10px 10px 10px 15px;
  border: 1px solid #c1c1c1;
  background: #f7f1e9;
  text-align: left;
  white-space: nowrap; }

table thead th {
  text-align: center; }

table td {
  padding: 10px 15px 10px 15px;
  border: 1px solid #c1c1c1;
  background: #FFF; }

table.tbl-transparent {
  border: none !important;
  width: auto; }
  table.tbl-transparent th, table.tbl-transparent td {
    font-weight: normal;
    background: none;
    border: none !important;
    text-align: left; }
  table.tbl-transparent th {
    padding: 0.2em 2em 0.2em 0; }
  table.tbl-transparent td {
    padding: 0.2em 1em 0.2em 0; }

td p:last-child, td ul:last-child, td figure:last-child {
  margin-bottom: 0; }

table.th-c th, table.td-c td {
  text-align: center; }

table.th-r th, table.td-r td {
  text-align: right; }

table.alignC th, table.alignC td {
  vertical-align: middle !important; }

table.th-wrap th, table th.th-wrap {
  white-space: normal; }

@media all and (max-width: 840px) {
  div.scrollWrap table th, div.scrollWrap table td {
    width: auto !important;
    border: 1px solid #c1c1c1;
    display: table-cell; }

  table {
    border: 1px solid #c1c1c1; }
    table th, table td {
      width: 100%;
      padding: 5px 15px 5px 15px;
      white-space: normal;
      display: block;
      border-left: none;
      border-right: none;
      border-bottom: none; }
    table tr th {
      border-top: none; }
    table tr td {
      border-bottom: 1px solid #c1c1c1; }
    table tr td:first-child {
      border-top: none; }
    table tr td:last-child {
      /*border: 1px solid $colorLightGray;*/ }
    table tr:last-child td {
      border-bottom: none; }

  .tbl-normal {
    width: auto; }
    .tbl-normal th, .tbl-normal td {
      width: auto;
      display: table-cell;
      border: 1px solid #c1c1c1; }
    .tbl-normal tr th {
      border: 1px solid #c1c1c1; }
    .tbl-normal tr td {
      border: 1px solid #c1c1c1; }

  table.tbl-transparent {
    width: auto; }
    table.tbl-transparent th {
      padding: 0 0; }
    table.tbl-transparent td {
      padding: 0 0 0.8em 0; }

  table.tbl-transparent.tbl-normal {
    width: auto; }
    table.tbl-transparent.tbl-normal th {
      padding: 0 2em 0 0; }
    table.tbl-transparent.tbl-normal td {
      padding: 0 0 0.8em 0; } }
/*--------------------------------------------------------------------------
  .mask
---------------------------------------------------------------------------*/
.mask-round, .mask-wave, .mask-nami {
  position: relative; }

.mask-round::before, .mask-round::after, .mask-wave::before, .mask-wave::after, .mask-nami::before, .mask-nami::after {
  position: absolute;
  width: 100%;
  height: auto;
  background-position: top left;
  background-repeat: repeat;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  mask-mode: alpha; }

/*--------------------------------------------------------------------------
  スクロールバー
---------------------------------------------------------------------------*/
@media all and (max-width: 840px) {
  div.scrollWrap {
    overflow-x: scroll;
    margin-bottom: 1em;
    padding: 0 1px; }

  div.scrollWrap > div, div.scrollWrap > table, div.scrollWrap > dl {
    width: 750px; }

  div.scrollWrap::-webkit-scrollbar {
    height: 6px; }

  div.scrollWrap::-webkit-scrollbar-track {
    background: #f6f6f6; }

  div.scrollWrap::-webkit-scrollbar-thumb {
    background: #c1c1c1; }

  div.scrollWrap::-webkit-overflow-scrolling:touch {
    background: #c1c1c1; } }
/*--------------------------------------------------------------------------
 記述リスト
---------------------------------------------------------------------------*/
dl.definition {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1em; }
  dl.definition dt {
    width: 100px;
    padding: 10px;
    background: #eff5fc;
    margin: 0 1px 1px 0 !important; }
  dl.definition dd {
    width: calc(100% - 102px);
    padding: 10px;
    background: #f6f6f6;
    margin: 0 0 1px 0 !important; }

dl.definition.dlTransparent dt {
  width: 100px;
  padding: 0;
  background: none;
  font-weight: bold;
  color: #005396;
  letter-spacing: 0.05em; }
dl.definition.dlTransparent dd {
  width: calc(100% - 102px);
  padding: 0;
  background: none; }

dl.definition._w150px dt {
  width: 150px; }
dl.definition._w150px dd {
  width: calc(100% - 151px); }

dl.nowrapBlock {
  margin-bottom: 1em; }
  dl.nowrapBlock dt {
    float: left;
    padding-right: 10px; }
  dl.nowrapBlock dd {
    overflow: hidden;
    zoom: 1; }

.nowrapBlock {
  overflow: hidden; }

dl.expColon dd {
  text-indent: -1em;
  padding-left: 1.3em; }

dl.expColon dd::before {
  content: "："; }

dl.dl-line {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1em; }
  dl.dl-line dt:first-of-type {
    border-top: 1px solid #005396; }
  dl.dl-line dt {
    width: 15em;
    padding: 20px 15px;
    margin: 0 !important;
    border-bottom: 1px solid #005396; }
  dl.dl-line dd:first-of-type {
    border-top: 1px solid #858585; }
  dl.dl-line dd {
    width: calc(100% - 15em);
    padding: 20px 15px;
    margin: 0 !important;
    border-bottom: 1px solid #858585; }

dl.dl-line._phCol2 dt {
  width: 15em;
  padding: 25px 15px; }
dl.dl-line._phCol2 dd {
  width: calc(100% - 15em);
  padding: 25px 15px; }

@media all and (max-width: 1224px) {
  dl.definition dt, dl.definition dd, dl.definition._w150px dt, dl.definition._w150px dd {
    width: 100%;
    margin: 0 0 1px 0 !important; }

  dl.nowrapBlock {
    width: 100%; }
    dl.nowrapBlock dt {
      float: none;
      padding-right: 0;
      margin-bottom: 5px !important;
      width: 100% !important; }

  dl.expColon dd {
    text-indent: 0;
    padding-left: 5px; }

  dl.expColon dd::before {
    content: ""; } }
dl.definition.withFrame dt {
  padding: 15px;
  border: 1px solid #c1c1c1;
  background: #eff5fc; }
dl.definition.withFrame dd {
  padding: 15px;
  border: 1px solid #c1c1c1;
  background: #FFF; }

@media all and (min-width: 1225px) {
  dl.definition.withFrame dt {
    margin: -1px 0 0 0 !important; }
  dl.definition.withFrame dd {
    margin: -1px 0 0 -1px !important; } }
@media all and (max-width: 1224px) {
  dl.definition.withFrame dt {
    border-bottom: none;
    margin: -1px 0 0 0 !important; }
  dl.definition.withFrame dd {
    border-top: none;
    margin: -1px 0 0 0 !important; } }
@media all and (max-width: 799px) {
  dl.definition.withFrame dt {
    padding: 10px; }
  dl.definition.withFrame dd {
    padding: 10px; }

  dl.dl-line dt {
    width: 100%;
    padding: 4px 5px 4px 5px;
    margin: 0 !important;
    border-bottom: none;
    background: #f4f8fc;
    font-weight: bold;
    font-size: 90%;
    color: #333; }
  dl.dl-line dt:first-of-type {
    border-top: 1px solid #858585; }
  dl.dl-line dd {
    width: 100%;
    padding: 0.75em 5px 1em 5px;
    margin: 0 !important;
    border-bottom: 1px solid #858585;
    line-height: 1.5; }
  dl.dl-line dd:first-of-type {
    border-top: none; }

  dl.dl-line._phCol2 dt {
    width: 10em;
    padding: 0.75em 5px;
    border-bottom: 1px solid #005396;
    font-weight: normal;
    color: #000;
    font-size: 16px !important;
    background: none; }
  dl.dl-line._phCol2 dt:first-of-type {
    border-top: 1px solid #005396; }
  dl.dl-line._phCol2 dd {
    width: calc(100% - 10em);
    padding: 0.75em 5px;
    font-size: 16px !important; }
  dl.dl-line._phCol2 dd:first-of-type {
    border-top: 1px solid #858585; } }
/*--------------------------------------------------------------------------
 background / border color
---------------------------------------------------------------------------*/
.bgWhite, tr.bgWhite th, tr.bgWhite td {
  background: #ffffff !important; }

.bgGray, tr.bgGray th, tr.bgGray td {
  background: #f6f6f6 !important; }

.bgPoint, tr.bgPoint th, tr.bgPoint td {
  background: #f7f1e9 !important; }

.bgPink, tr.bgPink th, tr.bgPink td {
  background: #f3e1e1 !important; }

.bgColorLink, tr.bgColorLink th, tr.bgColorLink td {
  background: #005396 !important; }

.bdGray {
  border: 1px solid #c1c1c1; }

.bdGray-dot {
  border: 1px dotted #c1c1c1; }

._bdBold {
  border-width: 3px; }

/*--------------------------------------------------------------------------
  txt
---------------------------------------------------------------------------*/
.txt-normal {
  font-weight: normal !important;
  font-size: 100% !important;
  color: #000; }

.txtWhite {
  color: #FFF !important; }

.txtPoint {
  color: #980000 !important; }

.txtGray {
  color: #858585 !important; }

.txtColorLink {
  color: #005396 !important; }

.txt-bold {
  font-weight: bold !important; }

small, .txtSmall {
  font: inherit;
  font-size: 85% !important;
  letter-spacing: 0.01em; }

.txtSmall02 {
  font: inherit;
  font-size: 70% !important;
  letter-spacing: 0.01em; }

.txtSmall span.pdf {
  background-size: 12px auto; }

.txtBig {
  font: inherit;
  font-size: 130% !important; }

.txtBig2 {
  font: inherit;
  font-size: 140% !important; }

.txtBig3 {
  font: inherit;
  font-size: 150% !important; }

.txtBig4 {
  font: inherit;
  font-size: 160% !important; }

.txtBig5 {
  font: inherit;
  font-size: 180% !important; }

.txtBig6 {
  font: inherit;
  font-size: 200% !important; }

.txtR {
  text-align: right !important; }

.txtL {
  text-align: left !important; }

.txtC {
  text-align: center !important; }

.txt-rl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }

.exp01 {
  text-indent: -1em;
  padding-left: 1em; }

.exp01b {
  text-indent: -1.5em;
  padding-left: 1.5em; }

.exp02 {
  text-indent: -2.1em;
  padding-left: 2em; }

.exp02b {
  text-indent: -2.6em;
  padding-left: 2.5em; }

.exp03 {
  text-indent: -3.1em;
  padding-left: 3em; }

.exp03b {
  text-indent: -3.6em;
  padding-left: 3.5em; }

.exp04 {
  text-indent: -4.1em;
  padding-left: 4em; }

.exp04b {
  text-indent: -4.6em;
  padding-left: 4.5em; }

.txt-spacing0 {
  letter-spacing: 0 !important; }

.txt-oblique, em {
  font-style: oblique !important;
  font: inherit; }

.txt-underline {
  text-decoration: underline; }

.nowrap {
  white-space: nowrap; }

.break {
  word-break: break-all; }

.alignC {
  vertical-align: middle; }

._align-hc {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/*--------------------------------------------------------------------------
  line
---------------------------------------------------------------------------*/
.line {
  border-bottom: 1px solid #c1c1c1; }

.line-dot {
  position: relative; }

.line-dot::after {
  position: absolute;
  left: 0;
  bottom: -6px;
  content: "";
  width: 100%;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #4d4d4d 20%, transparent 21%);
  background-image: -o-linear-gradient(left, #4d4d4d 20%, transparent 21%);
  background-image: linear-gradient(to right, #4d4d4d 20%, transparent 21%);
  background-size: 5px 1px; }

/*--------------------------------------------------------------------------
 iframePage 
---------------------------------------------------------------------------*/
@media all and (min-width: 700px) {
  body.iframePage .h1Wrap {
    min-height: 180px !important;
    padding-top: 0;
    background-image: none;
    background-color: #f6f6f6; }
    body.iframePage .h1Wrap .pNav {
      display: none; }
  body.iframePage header, body.iframePage footer {
    display: none !important; } }
/*--------------------------------------------------------------------------
  iframe
---------------------------------------------------------------------------*/
.iframeBox {
  margin: 0 0 1em 0;
  width: 100%;
  padding-top: 56.25%;
  /*16:9*/
  position: relative; }

.iframeBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.iframeBoxGmap {
  margin: 0 0 1em 0;
  width: 100%;
  padding-top: 40%;
  position: relative; }

.iframeBoxGmap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

/*--------------------------------------------------------------------------
  scroll animation
---------------------------------------------------------------------------*/
/* fade zoom */
.fade-type-zoom.show {
  transition: 8s;
  transform: scale(1.06); }

/* fade up */
.fade-type-up {
  transform: translateY(50px);
  opacity: 0; }

.fade-type-up.show {
  transition: .6s;
  transform: translateY(0);
  opacity: 1; }

.show .fade-type-up {
  transition: .6s;
  transform: translateY(0);
  opacity: 1; }

.show .fade-type-up:nth-child(2) {
  transition-delay: .4s; }

.show .fade-type-up:nth-child(3) {
  transition-delay: .8s; }

.show .fade-type-up:nth-child(4) {
  transition-delay: 1.2s; }

.show .fade-type-up:nth-child(5) {
  transition-delay: 1.6s; }

.show .fade-type-up:nth-child(6) {
  transition-delay: 2s; }

.show .fade-type-up:nth-child(7) {
  transition-delay: 2.4s; }

.show .fade-type-up:nth-child(8) {
  transition-delay: 2.8s; }

.show .fade-type-up:nth-child(9) {
  transition-delay: 3.2s; }

/* fade left */
.fade-type-left {
  transform: translateX(50px);
  opacity: 0; }

.fade-type-left.show {
  transition: .8s;
  transform: translateX(0);
  opacity: 1; }

.show .fade-type-left {
  transition: .8s;
  transform: translateX(0);
  opacity: 1; }

.show .fade-type-left:nth-child(2) {
  transition-delay: .2s; }

.show .fade-type-left:nth-child(3) {
  transition-delay: .4s; }

.show .fade-type-left:nth-child(4) {
  transition-delay: .6s; }

.show .fade-type-left:nth-child(5) {
  transition-delay: .8s; }

.show .fade-type-left:nth-child(6) {
  transition-delay: 1s; }

.show .fade-type-left:nth-child(7) {
  transition-delay: 1.2s; }

.show .fade-type-left:nth-child(8) {
  transition-delay: 1.4s; }

.show .fade-type-left:nth-child(9) {
  transition-delay: 1.6s; }

/* fade right */
.fade-type-right {
  transform: translateX(-50px);
  opacity: 0; }

.fade-type-right.show {
  transition: .8s;
  transform: translateX(0);
  opacity: 1; }

.show .fade-type-right {
  transition: .8s;
  transform: translateX(0);
  opacity: 1; }

.show .fade-type-right:nth-child(2) {
  transition-delay: .2s; }

.show .fade-type-right:nth-child(3) {
  transition-delay: .4s; }

.show .fade-type-right:nth-child(4) {
  transition-delay: .6s; }

.show .fade-type-right:nth-child(5) {
  transition-delay: .8s; }

/* img right*/
.fade-type-slide {
  position: relative; }

.fade-type-slide::after {
  content: '';
  display: block;
  width: 100%;
  transform: scaleX(1);
  transform-origin: 100% 0;
  height: 100%;
  background-color: #005396;
  position: absolute;
  top: 0;
  right: 0; }

.fade-type-slide.show::after {
  transition: .6s;
  transform: scaleX(0); }

/* single marker */
.fade-type-marker {
  background: linear-gradient(to right, transparent 50%, rgba(255, 165, 0, 0.3) 50%);
  background: linear-gradient(to right, transparent 50%, rgba(255, 165, 0, 0.3) 50%);
  background-repeat: repeat-x;
  background-size: 200% .6em;
  background-position: 0 .6em;
  padding-bottom: .6em; }

.fade-type-marker.show {
  transition: all 1.2s ease;
  background-position: -100% .6em; }

/* bgextendTxt */
.bgextend {
  animation-name: bgextendBgAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  opacity: 0; }

@keyframes bgextendBgAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.bgappear.show {
  animation-name: bgextendTxtAnime;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes bgextendTxtAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.bgLRextend.show::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #005396; }

.subtitle {
  letter-spacing: 0.05em;
  color: #1f7ea1;
  display: block; }

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0); }
  50% {
    transform-origin: left;
    transform: scaleX(1); }
  50.001% {
    transform-origin: right; }
  100% {
    transform-origin: right;
    transform: scaleX(0); } }
.bgappear,
.bgLRextend {
  opacity: 0; }

@media all and (max-width: 749px) {
  .bgLRextend.show::before {
    display: none; }

  .bgappear.show {
    animation-name: blurAnime;
    animation-delay: 0.1s;
    animation-duration: 1s;
    animation-fill-mode: forwards; }

  @keyframes blurAnime {
    from {
      filter: blur(10px);
      transform: scale(1.02);
      opacity: 0; }
    to {
      filter: blur(0);
      transform: scale(1);
      opacity: 1; } } }
/*--------------------------------------------------------------------------
  width margin padding
---------------------------------------------------------------------------*/
.w-auto {
  width: auto !important; }

.w1 {
  width: 1% !important;
  white-space: nowrap; }

.w5 {
  width: 5% !important; }

.w10 {
  width: 10% !important; }

.w15 {
  width: 15% !important; }

.w20 {
  width: 20% !important; }

.w25 {
  width: 25% !important; }

.w30 {
  width: 30% !important; }

.w35 {
  width: 35% !important; }

.w40 {
  width: 40% !important; }

.w45 {
  width: 45% !important; }

.w50 {
  width: 50% !important; }

.w56 {
  width: 56% !important; }

.w60 {
  width: 60% !important; }

.w65 {
  width: 65% !important; }

.w70 {
  width: 70% !important; }

.w75 {
  width: 75% !important; }

.w80 {
  width: 80% !important; }

.w85 {
  width: 85% !important; }

.w90 {
  width: 90% !important; }

.w95 {
  width: 95% !important; }

.w100 {
  width: 100% !important; }

.w100px {
  width: 100px !important; }

.w150px {
  width: 150px !important; }

.w200px {
  width: 200px !important; }

.w250px {
  width: 250px !important; }

.w300px {
  width: 300px !important; }

.w100-20px {
  width: calc(100% - 20px); }

.mar0t {
  margin-top: 0 !important; }

.mar5t {
  margin-top: 5px !important; }

.mar10t {
  margin-top: 10px !important; }

.mar15t {
  margin-top: 15px !important; }

.mar20t {
  margin-top: 20px !important; }

.mar30t {
  margin-top: 30px !important; }

.mar50t {
  margin-top: 50px !important; }

.mar0b {
  margin-bottom: 0 !important; }

.mar1b {
  margin-bottom: 1px !important; }

.mar5b {
  margin-bottom: 5px !important; }

.mar10b {
  margin-bottom: 10px !important; }

.mar15b {
  margin-bottom: 15px !important; }

.mar20b {
  margin-bottom: 20px !important; }

.mar30b {
  margin-bottom: 30px !important; }

.mar50b {
  margin-bottom: 50px !important; }

.mar0l {
  margin-left: 0 !important; }

.mar5l {
  margin-left: 5px !important; }

.mar10l {
  margin-left: 10px !important; }

.mar15l {
  margin-left: 15px !important; }

.mar20l {
  margin-left: 20px !important; }

.mar30l {
  margin-left: 30px !important; }

.mar50l {
  margin-left: 50px !important; }

.mar0r {
  margin-right: 0 !important; }

.mar5r {
  margin-right: 5px !important; }

.mar10r {
  margin-right: 10px !important; }

.mar15r {
  margin-right: 15px !important; }

.mar20r {
  margin-right: 20px !important; }

.mar30r {
  margin-right: 30px !important; }

.mar50r {
  margin-right: 50px !important; }

.mar0 {
  margin: 0 !important; }

.mar10 {
  margin: 10px !important; }

.mar20 {
  margin: 20px !important; }

.mar30 {
  margin: 30px !important; }

.mar50 {
  margin: 50px !important; }

.pad0t {
  padding-top: 0 !important; }

.pad5t {
  padding-top: 5px !important; }

.pad10t {
  padding-top: 10px !important; }

.pad20t {
  padding-top: 20px !important; }

.pad30t {
  padding-top: 30px !important; }

.pad50t {
  padding-top: 30px !important; }

.pad0b {
  padding-bottom: 0 !important; }

.pad5b {
  padding-bottom: 5px !important; }

.pad10b {
  padding-bottom: 10px !important; }

.pad20b {
  padding-bottom: 20px !important; }

.pad30b {
  padding-bottom: 30px !important; }

.pad50b {
  padding-bottom: 50px !important; }

.pad0l {
  padding-left: 0 !important; }

.pad5l {
  padding-left: 5px !important; }

.pad10l {
  padding-left: 10px !important; }

.pad20l {
  padding-left: 20px !important; }

.pad30l {
  padding-left: 30px !important; }

.pad50l {
  padding-left: 50px !important; }

.pad0r {
  padding-right: 0 !important; }

.pad5r {
  padding-right: 5px !important; }

.pad10r {
  padding-right: 10px !important; }

.pad20r {
  padding-right: 20px !important; }

.pad30r {
  padding-right: 30px !important; }

.pad50r {
  padding-right: 50px !important; }

.pad0lr {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.pad10lr {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.pad20lr {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.pad30lr {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.pad50lr {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.pad0 {
  padding: 0 !important; }

.pad10 {
  padding: 10px !important; }

.pad20 {
  padding: 20px !important; }

.pad30 {
  padding: 30px !important; }

.pad50 {
  padding: 50px !important; }

.mb {
  margin-bottom: 1em !important; }

@media all and (max-width: 840px) {
  .ph-mar0 {
    margin: 0 !important; }

  .ph-mar0b {
    margin-bottom: 0 !important; }

  .ph-pad0 {
    padding: 0 !important; }

  .ph-pad0b {
    padding-bottom: 0 !important; }

  .ph-w100 {
    width: 100% !important; }

  .ph-maxw100 {
    max-width: 100% !important; }

  .w1 {
    width: auto !important;
    white-space: normal; }

  .w100-20px {
    width: 100%; }

  .ph-l-txt {
    text-align: left !important; } }
/*--------------------------------------------------------------------------
  none
---------------------------------------------------------------------------*/
@media all and (min-width: 1225px) {
  .pcNone {
    display: none; } }
@media all and (max-width: 1224px) {
  .phNone {
    display: none; } }
@media all and (min-width: 750px) {
  .phNone2 {
    display: block; } }
@media all and (max-width: 749px) {
  .phNone2 {
    display: none; } }
/*--------------------------------------------------------------------------
  clerfix
---------------------------------------------------------------------------*/
.contents {
  min-height: 1%; }

.contents:after {
  content: "";
  height: 0;
  clear: both;
  visibility: hidden;
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0; }

* html .contents {
  height: 1%; }

.contents {
  display: block;
  zoom: 1; }

/*--------------------------------------------------------------------------
  window size
---------------------------------------------------------------------------*/
._inner {
  width: 1225px !important;
  margin: 0 auto;
  /*padding: 0 10px 0 5px;*/ }

@media all and (max-width: 1325px) {
  ._inner {
    width: calc(100% - 100px) !important;
    padding: 0; }

  ._innerph {
    padding: 0 5px; } }
@media all and (max-width: 1224px) {
  ._inner {
    width: calc(100% - 80px) !important;
    padding: 0; }

  ._innerph {
    padding: 0 5px; } }
@media all and (max-width: 768px) {
  ._inner {
    width: calc(100% - 60px) !important;
    padding: 0; }

  ._innerph {
    padding: 0 5px; } }
@media all and (max-width: 600px) {
  ._inner {
    width: calc(100% - 50px) !important;
    padding: 0; }

  ._innerph {
    padding: 0 5px; } }
@media all and (max-width: 450px) {
  ._inner {
    width: calc(100% - 40px) !important;
    padding: 0; }

  ._innerph {
    padding: 0 5px; } }
/*----------------------------------------------------------------------------
    header (header.scss)
-----------------------------------------------------------------------------*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
  display: block;
  background: url("../img/bg/bg-article.gif") left top #fff; }
  header .header {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

@media all and (min-width: 1023px) {
  .header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 95px; }

  .menuBtn {
    display: none; }

  .header #logo {
    padding-left: 50px; }
    .header #logo img {
      width: auto;
      height: 75px; }
  .header nav {
    display: -webkit-flex;
    display: flex;
    padding-top: 20px;
    padding-right: 50px; }
    .header nav ul#gNav {
      display: -webkit-flex;
      display: flex;
      margin-left: 30px; }
      .header nav ul#gNav > li {
        height: 70px;
        cursor: pointer;
        line-height: 1.3;
        margin-left: 30px; }
        .header nav ul#gNav > li > a {
          display: flex;
          height: 100%;
          position: relative;
          color: #2b2b2b;
          align-items: center;
          font-weight: 700 !important;
          font-size: 17px; }
          .header nav ul#gNav > li > a::after {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 20px;
            content: "";
            background: #005396;
            height: 1px;
            margin: auto;
            transform: scale(0, 1);
            transform-origin: center center;
            transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }
        .header nav ul#gNav > li a.window {
          background: url("../img/ico/ico-windowPoint.svg") right 6px no-repeat; }
      .header nav ul#gNav > li.snsLink img {
        width: 32px;
        height: 32px; }
      .header nav ul#gNav > li.snsLink a:hover img {
        opacity: 0.6;
        transition-duration: 0.6s;
        zoom: 1; }
      .header nav ul#gNav > li.snsLink a::after {
        display: none; }
      .header nav ul#gNav > li.snsLinkEn img {
        width: 32px;
        height: 32px; }
      .header nav ul#gNav > li.snsLinkEn a:hover img {
        opacity: 0.6;
        transition-duration: 0.6s;
        zoom: 1; }
      .header nav ul#gNav > li.snsLinkEn a::after {
        display: none; }
  .header nav #gNav > li:hover > a {
    color: #005396; }
    .header nav #gNav > li:hover > a::after {
      transform: scale(1, 1); }

  .pcNone {
    display: none; }

  #langNav {
    position: fixed;
    top: 0;
    right: 50px;
    width: auto;
    display: flex;
    border-radius: 0 0 8px 8px;
    border: 3px solid #b0c3e6;
    padding: 0 20px 3px 20px;
    background: #b0c3e6;
    z-index: 1002; }
    #langNav li {
      line-height: 1; }
      #langNav li:last-child {
        padding-left: 14px;
        position: relative; }
      #langNav li:last-child::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "/";
        color: #fff; }
      #langNav li a {
        display: flex;
        height: 100%;
        white-space: nowrap;
        align-items: center;
        color: #2b2b2b;
        font-size: 14px; }
        #langNav li a:after {
          position: absolute;
          left: 12px;
          right: 2px;
          bottom: 0;
          content: "";
          height: 1px;
          margin: auto;
          transform: scale(0, 1);
          transform-origin: center center;
          transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }
        #langNav li a:hover {
          cursor: pointer;
          color: #005396;
          text-decoration: underline; }
      #langNav li a.acJp {
        width: 20px;
        position: relative; }
      #langNav li:hover {
        cursor: default; }
        #langNav li:hover a::after {
          transform: scale(1, 1); }
        #langNav li:hover a.acJp {
          width: 20px; }
          #langNav li:hover a.acJp:after {
            width: 20px;
            left: 0; }
    #langNav li.active a {
      position: relative;
      color: #fff;
      cursor: default;
      text-decoration: none; }
      #langNav li.active a:after {
        position: absolute;
        display: block;
        right: 2px;
        bottom: 20px;
        content: "";
        width: 1em;
        height: 1px;
        background-color: #fff; }
    #langNav li.active:hover a:after {
      background-color: #005396; }

  .ja ul#langNav li.active a,
  .en ul#langNav li.active a {
    color: #005396; }
    .ja ul#langNav li.active a:after,
    .en ul#langNav li.active a:after {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 20px;
      content: "";
      background: #005396;
      height: 1px;
      margin: auto;
      transform: scale(1, 1); }

  #gnavLang {
    display: none; } }
/*----------------------------------------------------------------------------
 for Tablet and Smartphone
-----------------------------------------------------------------------------*/
@media all and (max-width: 1022px) {
  .header {
    height: 95px; }
    .header #logo {
      padding-left: 10px;
      padding-top: 15px; }
      .header #logo img {
        width: auto;
        height: 75px; }
    .header .menuBtn {
      margin-right: 0;
      margin-top: 15px;
      width: 56px;
      height: 56px;
      cursor: pointer;
      position: relative; }
      .header .menuBtn .menuLines {
        position: absolute;
        background: #005396;
        top: 27px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 26px;
        height: 2px;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
      .header .menuBtn .menuLines::before, .header .menuBtn .menuLines::after {
        position: absolute;
        left: 0;
        width: 26px;
        height: 2px;
        background: #005396;
        content: "";
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
      .header .menuBtn .menuLines::before {
        top: 8px; }
      .header .menuBtn .menuLines::after {
        top: -8px; }
    .header .menuBtnActive .menuLines {
      background: none; }
    .header .menuBtnActive .menuLines::before {
      -webkit-transform: translateY(12px) rotate(-315deg);
      transform: translateY(12px) rotate(-315deg);
      top: -13px;
      background: #005396; }
    .header .menuBtnActive .menuLines::after {
      -webkit-transform: translateY(-12px) rotate(315deg);
      transform: translateY(-12px) rotate(315deg);
      top: 11px;
      background: #005396; }
    .header nav {
      position: absolute;
      left: 0;
      top: 95px;
      width: 100%;
      height: calc(100vh - 95px);
      overflow-y: auto;
      visibility: hidden;
      opacity: 0; }
      .header nav ul#gNav {
        border-top: 1px solid #005396; }
        .header nav ul#gNav li a {
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 100%;
          height: 55px;
          padding: 5px 15px;
          color: #005396;
          border-bottom: 1px solid #005396;
          position: relative; }
        .header nav ul#gNav li.snsLink img {
          width: 30px;
          height: 30px; }
        .header nav ul#gNav li.snsLinkEn img {
          width: 30px;
          height: 30px; }
        .header nav ul#gNav li.gNavLowWrap .gNavLow.gNavLowActive ul.gNavLowContents > li:first-child > a {
          width: 100%;
          font-size: 16px;
          padding-left: 5px; }
          .header nav ul#gNav li.gNavLowWrap .gNavLow.gNavLowActive ul.gNavLowContents > li:first-child > a:after {
            content: "TOP";
            margin-left: 4px; }
        .header nav ul#gNav li.gNavLowWrap .gNavLow.gNavLowActive ul.gNavLowContents > li:first-child > ul {
          width: 100%; }
          .header nav ul#gNav li.gNavLowWrap .gNavLow.gNavLowActive ul.gNavLowContents > li:first-child > ul li {
            font-size: 16px; }
            .header nav ul#gNav li.gNavLowWrap .gNavLow.gNavLowActive ul.gNavLowContents > li:first-child > ul li a {
              padding-left: 5px;
              line-height: 1.3;
              font-size: 15px; }
        .header nav ul#gNav li.gNavLowWrap .gNavLow.gNavLowActive ul.gNavLowContents li.recruittop {
          display: none; }
        .header nav ul#gNav li.gNavLowWrap .phNone {
          display: none; }
      .header nav ul#langNav {
        display: none; }
      .header nav ul#gnavLang {
        display: block;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin: 35px 0; }
        .header nav ul#gnavLang li a {
          display: block;
          color: #005396;
          width: auto;
          height: 40px;
          text-align: center; }
        .header nav ul#gnavLang li:last-child {
          padding-left: 10px;
          position: relative; }
        .header nav ul#gnavLang li:last-child::before {
          position: absolute;
          top: 0;
          left: 0;
          content: "/";
          color: #005396;
          /*lower*/ }
        .header nav ul#gnavLang li.active a {
          position: relative; }
        .header nav ul#gnavLang li.active a::after {
          position: absolute;
          display: block;
          top: 27px;
          right: 3px;
          content: "";
          width: 1em;
          height: 1px;
          background-color: #005396 !important; }
        .header nav ul#gnavLang li.active a.acEn {
          width: 1.3em; }
        .header nav ul#gnavLang li.active a.acJp {
          width: 1.3em; }
        .header nav ul#gnavLang li a.acEn {
          text-align: left; }
        .header nav ul#gnavLang li a.acJp {
          text-align: left; }

  header.headerActive .header {
    width: 100%;
    height: 100vh;
    background: #e5ebf7;
    transition: all 0.6s; }
    header.headerActive .header #logo {
      padding-left: 10px; }
    header.headerActive .header nav {
      display: block;
      visibility: visible;
      opacity: 1; }
    header.headerActive .header .window {
      background: none !important; }

  /*スクロール時*/
  .headerFixBefore {
    position: fixed;
    top: -95px;
    display: none;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; }

  .headerFixBlock {
    display: block; }

  .headerFix {
    top: 0; }

  .headerFixBefore .header {
    background: rgba(255, 255, 255, 0.99);
    box-shadow: 0 0 8px 0 rgba(56, 56, 56, 0.6); }
    .headerFixBefore .header #logo {
      padding-left: 10px; }
      .headerFixBefore .header #logo a {
        display: block; }
    .headerFixBefore .header .menuBtn .menuLines,
    .headerFixBefore .header .menuBtn .menuLines::before,
    .headerFixBefore .header .menuBtn .menuLines::after {
      background: #005396; }
    .headerFixBefore .header .menuBtnActive .menuLines {
      background: none; } }
@media all and (max-width: 500px) {
  .header #logo img {
    height: 60px; }

  header.headerActive .header nav {
    display: block;
    visibility: visible;
    opacity: 1; }
  header.headerActive .header .window {
    background: none !important; }

  .header #logo a,
  .headerFixBefore .header #logo a {
    display: block; } }
/**背景位置とサイズ******************************/
/**PCmin-width1225**/
/**PHmax-width1224**/
/**PHmax-width415**/
/*アイテム横軸 中央よせ*/
/*アイテム横軸 左側よせてに配置*/
/*アイテム横軸 右側よせてに配置（右から配置ではないので注意）*/
/*アイテム縦軸 中央配置*/
/*アイテム縦軸 後尾配置*/
/*最初と最後のアイテムは端に残りは等間隔*/
/*全てのアイテムは等間隔*/
/*上から下へ垂直方向*/
/*アイテム横軸 右から配置*/
/*横一行に配置*/
/*横複数行に配置*/
/*角丸*/
/*矢印 135が下、-45が上向き、45が右*/
footer {
  width: 100%;
  color: #2b2b2b;
  background: #e5ebf7;
  position: relative; }
  footer.kazari::before {
    content: "";
    background-color: #e5ebf7; }
  footer.mask-nami::before {
    content: "";
    inset: min(-10px, -9.07vw) 0 auto;
    aspect-ratio: 1300 / 120;
    background-size: 7.7rem;
    -webkit-mask-image: url("../img/bg/bg-mask-nami.png");
    mask-image: url("../img/bg/bg-mask-nami.png"); }

#footer {
  display: -webkit-flex;
  display: flex;
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 0;
  margin-top: -50px; }
  #footer a {
    color: #111; }
    #footer a:hover {
      color: #db8f12; }

.fSNS {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #005396;
  padding: 0 0 80px 0; }
  .fSNS img {
    max-width: 80vw;
    height: auto; }

.fBnr {
  margin: 30px auto 0 auto;
  text-align: center; }
  .fBnr ul {
    display: flex;
    align-items: center; }
    .fBnr ul li {
      padding: 0 20px; }
      .fBnr ul li img {
        width: auto;
        height: 75px; }
    .fBnr ul li.molLink img {
      width: auto;
      height: 55px; }

.copyright {
  display: block;
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Arial", "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  margin-left: auto;
  margin-right: auto;
  line-height: 79px;
  letter-spacing: 0.1px;
  color: #005396; }

@media all and (max-width: 768px) {
  #footer {
    flex-direction: column;
    height: auto; }
    #footer .copyright {
      font-size: 70%;
      line-height: 30px;
      margin-top: 10px;
      margin-bottom: 20px; }

  .fSNS {
    padding: 0 0 50px 0; } }
@media all and (max-width: 500px) {
  #footer .copyright {
    font-size: 11px !important; } }
/*--------------------------------------------------------------------------
  pagetop
---------------------------------------------------------------------------*/
#pagetop {
  position: fixed;
  z-index: 1000;
  font-size: 0;
  bottom: 15px;
  right: 15px; }
  #pagetop a {
    display: block;
    background: #005396;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    width: 76px;
    height: 76px;
    border-radius: 50%; }
  #pagetop a::before {
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    /*position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;*/
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    /*border-top: 2px solid #2b2b2b;
    border-right: 2px solid #2b2b2b;*/
    content: "";
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 14px;
    height: 14px; }
  #pagetop a:hover {
    background-image: linear-gradient(to top, #005396, #00a0dc); }
  #pagetop a:hover::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff; }

@media all and (max-width: 800px) {
  #pagetop {
    bottom: 0;
    right: 0; }
    #pagetop a {
      width: 50px;
      height: 50px; } }
/**背景位置とサイズ******************************/
/**PCmin-width1225**/
/**PHmax-width1224**/
/**PHmax-width415**/
/*アイテム横軸 中央よせ*/
/*アイテム横軸 左側よせてに配置*/
/*アイテム横軸 右側よせてに配置（右から配置ではないので注意）*/
/*アイテム縦軸 中央配置*/
/*アイテム縦軸 後尾配置*/
/*最初と最後のアイテムは端に残りは等間隔*/
/*全てのアイテムは等間隔*/
/*上から下へ垂直方向*/
/*アイテム横軸 右から配置*/
/*横一行に配置*/
/*横複数行に配置*/
/*角丸*/
/*矢印 135が下、-45が上向き、45が右*/
/*----------------------------------------------------------------------------
    mainTop
-----------------------------------------------------------------------------*/
.mainTop {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 800px;
  min-height: 700px;
  margin-top: 95px; }
  .mainTop img {
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
    touch-callout: none; }
  .mainTop .boxCol2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .mainTop .boxCol2 .mainImg {
      width: 55%;
      max-width: 1300px;
      height: 770px;
      margin: 0;
      background: url("../img/photo/img-main.jpg") center center #b0c3e6;
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: 0 50% 50% 0; }
    .mainTop .boxCol2 .mainTxt {
      width: 45%;
      padding: 40px 0 80px 60px;
      margin: 0;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .mainTop .boxCol2 .mainTxt::before {
        content: "";
        background: url("../img/txt/txt-main.svg") left top;
        background-size: cover;
        background-repeat: no-repeat;
        aspect-ratio: 13 / 15;
        height: auto;
        width: 100%;
        max-width: 562px; }

@media all and (max-width: 1280px) {
  .mainTop {
    min-height: 550px;
    height: 550px; }
    .mainTop .boxCol2 .mainImg {
      width: 55%;
      height: 540px;
      margin-top: -10px; }
    .mainTop .boxCol2 .mainTxt {
      justify-content: center;
      width: 45%;
      padding: 0; }
      .mainTop .boxCol2 .mainTxt::before {
        max-width: 390px; } }
@media all and (max-width: 1022px) {
  .mainTop {
    margin-top: 30px;
    min-height: 500px;
    height: 500px; }
    .mainTop .boxCol2 .mainImg {
      width: 50%;
      height: 490px;
      margin-top: 10px; }
    .mainTop .boxCol2 .mainTxt {
      justify-content: center;
      width: 50%;
      padding: 0; }
      .mainTop .boxCol2 .mainTxt::before {
        max-width: 390px; } }
@media all and (max-width: 960px) {
  .mainTop {
    margin-top: 30px;
    min-height: 500px;
    height: 500px; }
    .mainTop .boxCol2 .mainImg {
      width: 50%;
      height: 490px;
      margin-top: 10px; }
    .mainTop .boxCol2 .mainTxt {
      justify-content: center;
      width: 50%;
      padding: 0; }
      .mainTop .boxCol2 .mainTxt::before {
        max-width: 38vw; } }
@media all and (max-width: 768px) {
  .mainTop {
    height: 100%;
    margin-top: 5px;
    height: auto;
    min-height: auto; }
    .mainTop .boxCol2 {
      flex-direction: column;
      justify-content: flex-start;
      align-items: center; }
      .mainTop .boxCol2 .mainImg {
        width: 100%;
        height: 200px;
        max-width: 100%;
        border-radius: 0; }
      .mainTop .boxCol2 .mainTxt {
        width: 100%;
        height: auto;
        padding: 30px 0 40px 0;
        align-items: flex-start; }
        .mainTop .boxCol2 .mainTxt::before {
          background: url("../img/txt/txt-main-sp.svg") center top;
          background-size: cover;
          background-repeat: no-repeat;
          aspect-ratio: 104 / 75;
          max-width: 58vw; } }
@media all and (max-width: 500px) {
  .mainTop {
    height: 100%;
    margin-top: 5px;
    height: auto;
    min-height: auto; }
    .mainTop .boxCol2 .mainImg {
      width: 100%;
      height: 200px;
      max-width: 100%; }
    .mainTop .boxCol2 .mainTxt {
      width: 100%;
      height: auto;
      padding: 30px 0 40px 0;
      align-items: flex-start; }
      .mainTop .boxCol2 .mainTxt::before {
        max-width: 80vw; } }
/*----------------------------------------------------------------------------
    #article
-----------------------------------------------------------------------------*/
.bgWhite {
  background: #fff; }

.bgArticle {
  background: url("../img/bg/bg-article.gif") left top #fff;
  border: 3px #005396 solid;
  border-radius: 10px;
  padding: 60px; }

@media all and (max-width: 1022px) {
  .bgArticle {
    padding: 30px; } }
@media all and (max-width: 768px) {
  .bgArticle {
    padding: 40px; } }
@media all and (max-width: 600px) {
  .bgArticle {
    padding: 30px; } }
/*----------------------------------------------------------------------------
    #ancCount
-----------------------------------------------------------------------------*/
#ancCount {
  text-align: center; }
  #ancCount ._inner {
    background: url("../img/bg/img-countdown.svg") center top;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 160px;
    aspect-ratio: 100 / 13;
    display: flex;
    justify-content: center;
    align-items: flex-end; }
    #ancCount ._inner .countdownTimer {
      line-height: 1;
      color: #fff; }
      #ancCount ._inner .countdownTimer span:first-of-type {
        font-size: 14px;
        letter-spacing: 0;
        display: block; }
      #ancCount ._inner .countdownTimer #countdown {
        font-size: 70px;
        font-weight: 900;
        display: flex;
        align-items: flex-end;
        justify-content: center; }
        #ancCount ._inner .countdownTimer #countdown .day {
          font-size: 25px;
          font-weight: 900; }

@media all and (max-width: 1224px) {
  #ancCount ._inner .countdownTimer span:first-of-type {
    font-size: 12px; }
  #ancCount ._inner .countdownTimer #countdown {
    font-size: 5.5vw; }
    #ancCount ._inner .countdownTimer #countdown .day {
      font-size: 3vw; } }
@media all and (max-width: 810px) {
  #ancCount ._inner .countdownTimer span:first-of-type {
    font-size: 1.2vw; }
  #ancCount ._inner .countdownTimer #countdown {
    font-size: 4.5vw;
    padding-bottom: 5px; }
    #ancCount ._inner .countdownTimer #countdown .day {
      font-size: 2vw; } }
@media all and (max-width: 500px) {
  #ancCount ._inner {
    background: url("../img/bg/img-countdown-sp.svg") center top;
    background-repeat: no-repeat;
    aspect-ratio: 150 / 43;
    width: 100%;
    height: auto; }
    #ancCount ._inner .countdownTimer span:first-of-type {
      font-size: 12px;
      text-align: center; }
    #ancCount ._inner .countdownTimer #countdown {
      font-size: 8.5vw;
      padding-bottom: 5px; }
      #ancCount ._inner .countdownTimer #countdown .day {
        font-size: 5vw; } }
/*----------------------------------------------------------------------------
    #ships
-----------------------------------------------------------------------------*/
#ships {
  height: 650px;
  background-image: linear-gradient(to top, #005396, #00a0dc);
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: -2px; }
  #ships h2 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    #ships h2 img {
      width: 950px;
      margin-top: -5%; }
  #ships::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    aspect-ratio: 1300 / 250;
    background: url("../img/bg/bg-mokumoku.png") no-repeat center/contain;
    width: 100%; }
  #ships .ship-illust-item {
    position: absolute; }
    #ships .ship-illust-item:nth-of-type(1) {
      width: 20vw;
      top: 5rem;
      left: 0.5rem;
      rotate: 5deg;
      -webkit-transition-delay: .35s;
      transition-delay: .35s; }
    #ships .ship-illust-item:nth-of-type(2) {
      width: 22vw;
      bottom: 3rem;
      left: -4rem;
      rotate: 5deg;
      -webkit-transition-delay: .4s;
      transition-delay: .4s; }
    #ships .ship-illust-item:nth-of-type(3) {
      width: 20vw;
      top: 5rem;
      right: 1.5rem;
      rotate: -5deg;
      -webkit-transition-delay: .45s;
      transition-delay: .45s; }
    #ships .ship-illust-item:nth-of-type(4) {
      width: 22vw;
      bottom: 3rem;
      right: -3rem;
      rotate: -1deg;
      -webkit-transition-delay: .5s;
      transition-delay: .5s; }

@media all and (max-width: 1280px) {
  #ships {
    height: 550px; }
    #ships h2 img {
      width: 80%;
      height: auto;
      margin-top: -5%; } }
@media all and (max-width: 1022px) {
  #ships {
    height: 480px; }
    #ships h2 img {
      width: 80%;
      height: auto;
      margin-top: -5%; }
    #ships .ship-illust-item {
      position: absolute; }
      #ships .ship-illust-item:nth-of-type(1) {
        width: 20vw;
        top: 3rem;
        left: 0.5rem; }
      #ships .ship-illust-item:nth-of-type(2) {
        width: 22vw;
        bottom: 2rem;
        left: -1rem; }
      #ships .ship-illust-item:nth-of-type(3) {
        width: 20vw;
        top: 3rem;
        right: 1.5rem; }
      #ships .ship-illust-item:nth-of-type(4) {
        width: 22vw;
        bottom: 2rem;
        right: -1rem; } }
@media all and (max-width: 810px) {
  #ships {
    height: 450px;
    margin-top: -2px; }
    #ships h2 img {
      margin-top: -8%; }
    #ships .ship-illust-item {
      position: absolute; }
      #ships .ship-illust-item:nth-of-type(1) {
        width: 20vw;
        top: 2rem;
        left: 0.5rem; }
      #ships .ship-illust-item:nth-of-type(2) {
        width: 22vw;
        bottom: 2rem;
        left: -1rem; }
      #ships .ship-illust-item:nth-of-type(3) {
        width: 20vw;
        top: 1.5rem;
        right: 2rem; }
      #ships .ship-illust-item:nth-of-type(4) {
        width: 22vw;
        bottom: 2rem;
        right: -1rem; } }
@media all and (max-width: 768px) {
  #ships {
    height: 450px;
    margin-top: -2px; }
    #ships h2 img {
      margin-top: -8%; }
    #ships .ship-illust-item {
      position: absolute; }
      #ships .ship-illust-item:nth-of-type(1) {
        width: 20vw;
        top: 2rem;
        left: 0.5rem; }
      #ships .ship-illust-item:nth-of-type(2) {
        width: 22vw;
        bottom: 2rem;
        left: -1.5rem; }
      #ships .ship-illust-item:nth-of-type(3) {
        width: 20vw;
        top: 1.5rem;
        right: 2rem; }
      #ships .ship-illust-item:nth-of-type(4) {
        width: 22vw;
        bottom: 2rem;
        right: -1.5rem; } }
@media all and (max-width: 600px) {
  #ships {
    height: 350px; }
    #ships h2 img {
      width: 80vw; } }
@media all and (max-width: 500px) {
  #ships {
    height: 250px;
    margin-top: -2px; }
    #ships h2 img {
      width: 88vw;
      height: auto;
      margin-top: -10%; }
    #ships .ship-illust-item {
      position: absolute; }
      #ships .ship-illust-item:nth-of-type(1) {
        width: 22vw;
        top: 1.0rem;
        left: 0.5rem; }
      #ships .ship-illust-item:nth-of-type(2) {
        width: 22vw;
        bottom: 1.5rem;
        left: -0.5rem; }
      #ships .ship-illust-item:nth-of-type(3) {
        width: 20vw;
        top: 1.0rem;
        right: 1.0rem; }
      #ships .ship-illust-item:nth-of-type(4) {
        width: 22vw;
        bottom: 1.5rem;
        right: -0.5rem; } }
@media all and (max-width: 390px) {
  #ships {
    height: 250px; }

  .ship-illust-item {
    position: absolute; }
    .ship-illust-item:nth-of-type(1) {
      width: 22vw;
      top: 1.5rem;
      left: 0.5rem; }
    .ship-illust-item:nth-of-type(2) {
      width: 22vw;
      bottom: 2.5rem;
      left: 0; }
    .ship-illust-item:nth-of-type(3) {
      width: 20vw;
      top: 1.5rem;
      right: 0.5rem; }
    .ship-illust-item:nth-of-type(4) {
      width: 22vw;
      bottom: 2.5rem;
      right: 0; } }
/*----------------------------------------------------------------------------
    .rendering
-----------------------------------------------------------------------------*/
.rendering {
  width: 100%;
  height: 475px;
  background: url("../img/photo/img-rendering.jpg") center top;
  background-repeat: no-repeat;
  background-size: cover; }

@media all and (max-width: 1022px) {
  .rendering {
    height: 300px; } }
@media all and (max-width: 768px) {
  .rendering {
    height: 240px; } }
@media all and (max-width: 768px) {
  .rendering {
    height: 180px; } }
/*----------------------------------------------------------------------------
    #ancIntro
-----------------------------------------------------------------------------*/
#ancIntro {
  padding: 80px 0 0 0; }
  #ancIntro h2 {
    margin-top: 80px;
    margin-bottom: 60px;
    text-align: center; }
    #ancIntro h2 img {
      height: 97px; }
  #ancIntro div.boxCol2 > div {
    padding: 0;
    font-size: 105%; }
    #ancIntro div.boxCol2 > div .txtSmall02 {
      margin-top: 30px; }

@media all and (max-width: 1022px) {
  #ancIntro h2 {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center; }
    #ancIntro h2 img {
      width: 60vw;
      height: auto; }
  #ancIntro div.boxCol2 > div {
    width: calc(50% - 15px);
    padding: 0;
    font-size: 100%; } }
@media all and (max-width: 768px) {
  #ancIntro {
    padding: 20px 0 0 0; }
    #ancIntro h2 {
      margin-top: 40px;
      margin-bottom: 40px;
      text-align: center; }
      #ancIntro h2 img {
        width: 80vw;
        height: auto; }
    #ancIntro div.boxCol2 {
      flex-direction: column;
      justify-content: center; }
      #ancIntro div.boxCol2 > div {
        width: 100%;
        padding: 0 0 18px 0;
        font-size: 95%; }
        #ancIntro div.boxCol2 > div .txtSmall02 {
          margin-top: 0; }
          #ancIntro div.boxCol2 > div .txtSmall02 br {
            display: none; }
      #ancIntro div.boxCol2 > figure {
        width: 100%;
        text-align: center; }
        #ancIntro div.boxCol2 > figure img {
          width: 60vw; } }
@media all and (max-width: 500px) {
  #ancIntro h2 img {
    width: 90vw;
    height: auto; } }
/*----------------------------------------------------------------------------
    #ancExhibition
-----------------------------------------------------------------------------*/
#ancExhibition {
  padding: 50px 0 200px 0;
  background-color: #8faadc;
  background-image: radial-gradient(#b1c4e7 10%, transparent 20%), radial-gradient(#b1c4e7 10%, transparent 20%);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
  position: relative; }
  #ancExhibition .ancList {
    display: flex;
    justify-content: center;
    margin-bottom: 60px; }
    #ancExhibition .ancList li {
      width: 130px;
      height: auto;
      margin: 20px; }
      #ancExhibition .ancList li a {
        overflow: hidden; }
        #ancExhibition .ancList li a img:hover {
          transform: scale(1.2);
          transition-duration: .5s; }
  #ancExhibition h3 {
    width: 65%;
    background-image: linear-gradient(to left, #005396, #00a0dc);
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 70px;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    padding-left: 60px;
    margin: 100px 0 60px -60px; }
  #ancExhibition h3:first-of-type {
    margin-top: 0;
    padding-left: 90px; }
  #ancExhibition h3:nth-of-type(2n) {
    background-image: linear-gradient(to left, #005396, #00a0dc);
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 70px;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 130px;
    margin: 100px -60px 60px auto; }
  #ancExhibition div.boxCol2:nth-of-type(2n) {
    flex-direction: row-reverse; }
  #ancExhibition div.boxCol2 > div {
    padding: 0 12px 0 16px; }
  #ancExhibition div.boxCol2 figure {
    margin-top: -100px; }
  #ancExhibition.kazari::before {
    content: "";
    background-color: #8faadc;
    background-image: radial-gradient(#b1c4e7 10%, transparent 20%), radial-gradient(#b1c4e7 10%, transparent 20%);
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px; }
  #ancExhibition.mask-round::before {
    content: "";
    inset: min(-9px, -8.9vw) 0 auto;
    aspect-ratio: 1300 / 120;
    -webkit-mask-image: url("../img/bg/bg-mask-round.png");
    mask-image: url("../img/bg/bg-mask-round.png"); }

@media all and (max-width: 1022px) {
  #ancExhibition {
    padding: 30px 0 150px 0; }
    #ancExhibition .ancList {
      width: 50vw;
      margin: 0 auto 20px auto; }
      #ancExhibition .ancList li {
        width: 25%;
        height: auto;
        margin: 20px; }
    #ancExhibition div.boxCol2 > div {
      padding: 0;
      width: calc(50% - 10px); }
    #ancExhibition div.boxCol2 figure {
      margin-top: -60px; }
    #ancExhibition h3 {
      font-size: 2.5vw;
      margin-top: 0;
      margin-bottom: 20px;
      margin-left: -30px;
      padding-left: 30px; }
    #ancExhibition h3:first-of-type {
      padding-left: 30px;
      margin-bottom: 20px; }
    #ancExhibition h3:nth-of-type(2n) {
      font-size: 2.5vw;
      margin-top: 0;
      margin-right: -30px;
      margin-bottom: 20px;
      padding-left: 110px; } }
@media all and (max-width: 810px) {
  #ancExhibition {
    padding-bottom: 100px; } }
@media all and (max-width: 768px) {
  #ancExhibition {
    padding: 30px 0 100px 0; }
    #ancExhibition .ancList {
      margin-bottom: 30px; }
      #ancExhibition .ancList li {
        width: 25%;
        height: auto;
        margin: 20px; }
    #ancExhibition h3 {
      width: 100%;
      font-size: 2.8vw;
      line-height: 7vw;
      border-top-right-radius: 3.5vw;
      border-bottom-right-radius: 3.5vw;
      padding-left: 20px;
      margin: 50px 0 20px -40px; }
    #ancExhibition h3:first-of-type {
      margin-top: 0; }
    #ancExhibition h3:nth-of-type(2n) {
      width: 100%;
      background-image: linear-gradient(to left, #005396, #00a0dc);
      font-size: 2.8vw;
      line-height: 7vw;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 3.5vw;
      border-bottom-right-radius: 3.5vw;
      padding-left: 20px;
      margin: 20px 0 20px -40px; }
    #ancExhibition div.boxCol2 {
      flex-direction: column; }
      #ancExhibition div.boxCol2:nth-of-type(2n) {
        flex-direction: column; }
      #ancExhibition div.boxCol2 > div {
        padding: 0;
        width: 100%; }
      #ancExhibition div.boxCol2 figure {
        margin-top: 0;
        width: 100%;
        text-align: center; }
        #ancExhibition div.boxCol2 figure img {
          max-width: 60vw;
          height: auto; }
    #ancExhibition.mask-round::before {
      content: "";
      inset: min(-9px, -8.8vw) 0 auto;
      aspect-ratio: 1300 / 120;
      -webkit-mask-image: url("../img/bg/bg-mask-round.png");
      mask-image: url("../img/bg/bg-mask-round.png"); } }
@media all and (max-width: 600px) {
  #ancExhibition {
    padding: 15px 0 80px 0; }
    #ancExhibition .ancList {
      margin: 0 auto 15px auto;
      width: 80vw; }
    #ancExhibition .boxCol2 > div {
      margin-bottom: 18px; }
    #ancExhibition h3 {
      font-size: 4.0vw;
      line-height: 9vw;
      border-top-right-radius: 4.5vw;
      border-bottom-right-radius: 4.5vw;
      padding-left: 20px;
      margin: 40px 0 20px -30px; }
    #ancExhibition h3:first-of-type {
      margin-top: 0; }
    #ancExhibition h3:nth-of-type(2n) {
      width: 100%;
      background-image: linear-gradient(to left, #005396, #00a0dc);
      font-size: 4.0vw;
      line-height: 9vw;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 4.5vw;
      border-bottom-right-radius: 4.5vw;
      padding-left: 20px;
      margin: 40px 0 20px -30px; } }
@media all and (max-width: 500px) {
  #ancExhibition {
    padding: 15px 0 80px 0; }
    #ancExhibition .ancList {
      margin: 0 auto 15px auto;
      width: 80vw; }
    #ancExhibition .boxCol2 > div {
      margin-bottom: 18px; }
    #ancExhibition h3 {
      font-size: 4.0vw;
      line-height: 9vw;
      border-top-right-radius: 4.5vw;
      border-bottom-right-radius: 4.5vw;
      padding-left: 20px;
      margin: 40px 0 20px -30px; }
    #ancExhibition h3:first-of-type {
      margin-top: 0; }
    #ancExhibition h3:nth-of-type(2n) {
      width: 100%;
      background-image: linear-gradient(to left, #005396, #00a0dc);
      font-size: 4.0vw;
      line-height: 9vw;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 4.5vw;
      border-bottom-right-radius: 4.5vw;
      padding-left: 20px;
      margin: 40px 0 20px -30px; } }
/*----------------------------------------------------------------------------
    #secCafe
-----------------------------------------------------------------------------*/
#secCafe {
  padding: 10px 0 200px 0;
  background: #fffdd3 url("../img/bg/bg-cafe.png") center/cover;
  position: relative; }
  #secCafe div.boxCol2 {
    align-items: center; }
    #secCafe div.boxCol2 > div {
      padding: 0 30px 0 20px; }
    #secCafe div.boxCol2 figure {
      margin-bottom: 0; }
  #secCafe.kazari::before {
    content: "";
    background-color: #fffdd3;
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px; }
  #secCafe.mask-wave::before {
    content: "";
    inset: min(-6px, -12.30vw) 0 auto;
    aspect-ratio: 1300 / 169;
    -webkit-mask-image: url("../img/bg/bg-mask-wave3.png");
    mask-image: url("../img/bg/bg-mask-wave3.png"); }

@media all and (max-width: 1022px) {
  #secCafe div.boxCol2 > div {
    padding: 0;
    margin: 0; } }
@media all and (max-width: 810px) {
  #secCafe {
    padding-bottom: 100px 0; } }
@media all and (max-width: 768px) {
  #secCafe {
    padding: 10px 0 100px 0;
    background: #fffdd3 url("../img/bg/bg-cafe.png") center/cover;
    position: relative; }
    #secCafe div.boxCol2 {
      align-items: center;
      flex-direction: column; }
      #secCafe div.boxCol2 > div {
        padding: 0;
        width: 100%;
        margin-bottom: 18px; }
      #secCafe div.boxCol2 > figure {
        width: 100%;
        text-align: center; }
        #secCafe div.boxCol2 > figure img {
          max-width: 60vw;
          height: auto; } }
/*----------------------------------------------------------------------------
    #secShop
-----------------------------------------------------------------------------*/
#secShop {
  padding: 10px 0 200px 0;
  background: repeating-linear-gradient(-45deg, #8faadc, #8faadc 12px, #9ab3e0 0, #9ab3e0 24px);
  position: relative; }
  #secShop div.boxCol2 {
    flex-direction: row-reverse;
    align-items: center; }
    #secShop div.boxCol2 > div {
      padding: 0 20px 0 30px; }
    #secShop div.boxCol2 figure {
      margin-bottom: 0; }
  #secShop.kazari::before {
    content: "";
    background: repeating-linear-gradient(-45deg, #8faadc, #8faadc 12px, #9ab3e0 0, #9ab3e0 24px); }
  #secShop.mask-wave::before {
    content: "";
    inset: min(-6px, -12.30vw) 0 auto;
    aspect-ratio: 1300 / 169;
    -webkit-mask-image: url("../img/bg/bg-mask-wave3.png");
    mask-image: url("../img/bg/bg-mask-wave3.png"); }

@media all and (max-width: 1022px) {
  #secShop {
    padding-bottom: 100px; }
    #secShop div.boxCol2 > div {
      padding: 0;
      margin: 0; } }
@media all and (max-width: 768px) {
  #secShop {
    padding: 10px 0 100px 0;
    background: repeating-linear-gradient(-45deg, #8faadc, #8faadc 12px, #9ab3e0 0, #9ab3e0 24px);
    position: relative; }
    #secShop div.boxCol2 {
      align-items: center;
      flex-direction: column; }
      #secShop div.boxCol2 > div {
        padding: 0;
        width: 100%;
        margin-bottom: 18px; }
      #secShop div.boxCol2 > figure {
        width: 100%;
        text-align: center; }
        #secShop div.boxCol2 > figure img {
          max-width: 60vw;
          height: auto; } }
/*----------------------------------------------------------------------------
    #secOverview
-----------------------------------------------------------------------------*/
#secOverview {
  padding: 0 0 320px 0;
  background-color: #005396;
  background-image: radial-gradient(#3e68a5 10%, transparent 20%), radial-gradient(#3e68a5 10%, transparent 20%);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
  position: relative; }
  #secOverview .bgArticle {
    border: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 20px 80px 80px 80px; }
    #secOverview .bgArticle h3 {
      color: #005396;
      font-size: 28px;
      font-weight: bold;
      border-bottom: 2px solid #005396;
      margin-top: 60px; }
      #secOverview .bgArticle h3::before {
        content: "";
        display: inline-block;
        background-image: url("../img/ico/ico-ikari.svg");
        background-size: cover;
        background-repeat: no-repeat;
        width: 1.2em;
        height: 1.5em;
        margin-right: 15px;
        margin-bottom: -0.2em; }
    #secOverview .bgArticle h4 {
      color: #005396;
      font-size: 18px;
      font-weight: bold; }
  #secOverview.kazari::before {
    content: "";
    background-color: #005396;
    background-image: radial-gradient(#3e68a5 10%, transparent 20%), radial-gradient(#3e68a5 10%, transparent 20%);
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px; }
  #secOverview.mask-wave::before {
    content: "";
    inset: min(-6px, -12.30vw) 0 auto;
    aspect-ratio: 1300 / 169;
    -webkit-mask-image: url("../img/bg/bg-mask-wave3.png");
    mask-image: url("../img/bg/bg-mask-wave3.png"); }

@media all and (max-width: 1022px) {
  #secOverview {
    padding: 0 0 180px 0; }
    #secOverview .bgArticle {
      padding-top: 80px; }
      #secOverview .bgArticle h3:first-of-type {
        margin-top: 0; } }
@media all and (max-width: 768px) {
  #secOverview .bgArticle {
    padding: 40px; } }
@media all and (max-width: 500px) {
  #secOverview {
    padding: 20px 0 140px 0; }
    #secOverview .bgArticle {
      padding: 40px 30px 30px 30px;
      font-size: 95%; }
      #secOverview .bgArticle h3 {
        font-size: 3.5vw;
        margin-top: 0; }
        #secOverview .bgArticle h3::before {
          width: 1.0em;
          height: 1.3em;
          margin-right: 8px;
          margin-bottom: -0.2em; }
      #secOverview .bgArticle h3:first-of-type {
        margin-top: 0; }
      #secOverview .bgArticle h4 {
        font-size: 3.0vw;
        letter-spacing: 0; } }
/*----------------------------------------------------------------------------
    loading
-----------------------------------------------------------------------------*/
.loadingWrap {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 1002;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden; }

.loading {
  width: 100%;
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@-webkit-keyframes logoOpen {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(360px); } }
@keyframes logoOpen {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(360px); } }
.logoOpen {
  position: fixed;
  height: 150px;
  width: 350px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #FFF; }

/*ver2*/
.loadingLogoWrap {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  text-align: center;
  z-index: 1002; }

.loadingLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.loadingLogo img {
  width: 150px;
  height: 150px; }

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.loadingWrap {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 1002;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden; }

.loading {
  width: 100%;
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@-webkit-keyframes logoOpen {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(260px); } }
@keyframes logoOpen {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(260px); } }
.logoOpen {
  position: fixed;
  height: 250px;
  width: 250px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #FFF; }

.loadingWrap {
  background: url("../img/logo.svg") center center no-repeat #FFF;
  background-size: 120px auto; }

.logoOpen {
  animation: logoOpen 1.5s ease 0s 1 forwards; }

/*--------------------------------------------------------------------------
 animation
---------------------------------------------------------------------------*/
.mainTop dt {
  opacity: 0; }
  .mainTop dt span {
    opacity: 0;
    font-weight: bold; }
.mainTop dd {
  opacity: 0; }
  .mainTop dd span {
    opacity: 0; }

@media all and (min-width: 1225px) {
  .mainTop dt::after {
    left: 3.3em; } }
@media all and (max-width: 1224px) {
  .mainTop dt::after {
    left: 3.6em;
    right: auto;
    margin: auto; } }
@media all and (max-width: 415px) {
  .mainTop dt::after {
    width: 90px;
    height: 6px; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*--------------------------------------------------------------------------
  common
---------------------------------------------------------------------------*/
body#en {
  font-family: 'Zen Kaku Gothic New', "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 105%;
  line-height: 1.6; }

input[type="button"], input[type="text"], input[type="submit"] {
  font-family: 'Zen Kaku Gothic New', "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500; }

sub {
  font-size: 0.8rem; }

sup {
  font-size: 0.8rem; }

/*--------------------------------------------------------------------------
  header
---------------------------------------------------------------------------*/
@media all and (min-width: 1023px) {
  #en .header nav ul#gNav > li > a {
    font-size: 20px; } }
/*--------------------------------------------------------------------------
  main
---------------------------------------------------------------------------*/
#en .mainTop {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 800px;
  min-height: 700px;
  margin-top: 95px; }
  #en .mainTop img {
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
    touch-callout: none; }
  #en .mainTop .boxCol2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #en .mainTop .boxCol2 .mainImg {
      width: 55%;
      max-width: 1300px;
      height: 770px;
      margin: 0;
      background: url("../img/photo/img-main.jpg") center center #b0c3e6;
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: 0 50% 50% 0; }
    #en .mainTop .boxCol2 .mainTxt {
      width: 45%;
      padding: 40px 0 80px 60px;
      margin: 0;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      #en .mainTop .boxCol2 .mainTxt::before {
        content: "";
        background: url("/en/museum/common/img/txt/txt-main.svg") left top;
        background-size: cover;
        background-repeat: no-repeat;
        aspect-ratio: 13 / 15;
        height: auto;
        width: 100%;
        max-width: 562px; }

@media all and (max-width: 1280px) {
  #en .mainTop {
    min-height: 550px;
    height: 550px; }
    #en .mainTop .boxCol2 .mainImg {
      width: 55%;
      height: 540px;
      margin-top: -10px; }
    #en .mainTop .boxCol2 .mainTxt {
      justify-content: center;
      width: 45%;
      padding: 0; }
      #en .mainTop .boxCol2 .mainTxt::before {
        max-width: 390px; } }
@media all and (max-width: 1022px) {
  #en .mainTop {
    margin-top: 30px;
    min-height: 500px;
    height: 500px; }
    #en .mainTop .boxCol2 .mainImg {
      width: 50%;
      height: 490px;
      margin-top: 10px; }
    #en .mainTop .boxCol2 .mainTxt {
      justify-content: center;
      width: 50%;
      padding: 0; }
      #en .mainTop .boxCol2 .mainTxt::before {
        max-width: 390px; } }
@media all and (max-width: 960px) {
  #en .mainTop {
    margin-top: 30px;
    min-height: 500px;
    height: 500px; }
    #en .mainTop .boxCol2 .mainImg {
      width: 50%;
      height: 490px;
      margin-top: 10px; }
    #en .mainTop .boxCol2 .mainTxt {
      justify-content: center;
      width: 50%;
      padding: 0; }
      #en .mainTop .boxCol2 .mainTxt::before {
        max-width: 38vw; } }
@media all and (max-width: 768px) {
  #en .mainTop {
    height: 100%;
    margin-top: 5px;
    height: auto;
    min-height: auto; }
    #en .mainTop .boxCol2 {
      flex-direction: column;
      justify-content: flex-start;
      align-items: center; }
      #en .mainTop .boxCol2 .mainImg {
        width: 100%;
        height: 200px;
        max-width: 100%;
        border-radius: 0; }
      #en .mainTop .boxCol2 .mainTxt {
        width: 100%;
        height: auto;
        padding: 30px 0 40px 0;
        align-items: flex-start; }
        #en .mainTop .boxCol2 .mainTxt::before {
          background: url("/en/museum/common/img/txt/txt-main-sp.svg") center top;
          background-size: cover;
          background-repeat: no-repeat;
          aspect-ratio: 34 / 25;
          max-width: 58vw; } }
@media all and (max-width: 500px) {
  #en .mainTop {
    height: 100%;
    margin-top: 5px;
    height: auto;
    min-height: auto; }
    #en .mainTop .boxCol2 .mainImg {
      width: 100%;
      height: 200px;
      max-width: 100%; }
    #en .mainTop .boxCol2 .mainTxt {
      width: 100%;
      height: auto;
      padding: 30px 0 40px 0;
      align-items: flex-start; }
      #en .mainTop .boxCol2 .mainTxt::before {
        max-width: 80vw; } }
/*----------------------------------------------------------------------------
    #ancCount
-----------------------------------------------------------------------------*/
#en #ancCount ._inner .countdownTimer span:first-of-type {
  font-size: 13px;
  letter-spacing: 0;
  display: block; }
#en #ancCount ._inner .countdownTimer #countdownEn {
  font-size: 65px;
  font-weight: 900;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 2px;
  line-height: 1; }
  #en #ancCount ._inner .countdownTimer #countdownEn .day {
    font-size: 16px;
    font-weight: 900;
    padding-bottom: 2px; }

@media all and (max-width: 1224px) {
  #en #ancCount ._inner .countdownTimer span:first-of-type {
    font-size: 12px; }
  #en #ancCount ._inner .countdownTimer #countdownEn {
    font-size: 4.5vw; }
    #en #ancCount ._inner .countdownTimer #countdownEn .day {
      font-size: 2vw; } }
@media all and (max-width: 870px) {
  #en #ancCount ._inner .countdownTimer span:first-of-type {
    font-size: 1vw; }
  #en #ancCount ._inner .countdownTimer #countdownEn {
    font-size: 4.5vw;
    padding-bottom: 5px; }
    #en #ancCount ._inner .countdownTimer #countdownEn .day {
      font-size: 2vw; } }
@media all and (max-width: 600px) {
  #en #ancCount ._inner {
    background: url("../img/bg/img-countdown-sp.svg") center top;
    background-repeat: no-repeat;
    aspect-ratio: 150 / 43;
    width: 100%;
    height: auto; }
    #en #ancCount ._inner .countdownTimer span:first-of-type {
      font-size: 12px;
      text-align: center; }
    #en #ancCount ._inner .countdownTimer #countdownEn {
      font-size: 8.5vw;
      padding-bottom: 5px; }
      #en #ancCount ._inner .countdownTimer #countdownEn .day {
        font-size: 5vw; } }
/*----------------------------------------------------------------------------
    #ships
-----------------------------------------------------------------------------*/
#ships {
  height: 650px;
  background-image: linear-gradient(to top, #005396, #00a0dc);
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: -2px; }
  #ships h2 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    #ships h2 img {
      width: 950px;
      margin-top: -5%; }
  #ships::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    aspect-ratio: 1300 / 250;
    background: url("../img/bg/bg-mokumoku.png") no-repeat center/contain;
    width: 100%; }
  #ships .ship-illust-item {
    position: absolute; }
    #ships .ship-illust-item:nth-of-type(1) {
      width: 20vw;
      top: 3rem;
      left: 0;
      rotate: 5deg;
      -webkit-transition-delay: .35s;
      transition-delay: .35s; }
    #ships .ship-illust-item:nth-of-type(2) {
      width: 22vw;
      bottom: 2rem;
      left: -3rem;
      rotate: 5deg;
      -webkit-transition-delay: .4s;
      transition-delay: .4s; }
    #ships .ship-illust-item:nth-of-type(3) {
      width: 19vw;
      top: 3rem;
      right: 0;
      rotate: -5deg;
      -webkit-transition-delay: .45s;
      transition-delay: .45s; }
    #ships .ship-illust-item:nth-of-type(4) {
      width: 22vw;
      bottom: 2rem;
      right: -2rem;
      rotate: -1deg;
      -webkit-transition-delay: .5s;
      transition-delay: .5s; }

@media all and (max-width: 1280px) {
  #ships {
    height: 550px; }
    #ships h2 img {
      width: 70vw;
      height: auto;
      margin-top: -5%; } }
@media all and (max-width: 1022px) {
  #ships {
    height: 490px; }
    #ships h2 img {
      width: 70vw;
      height: auto;
      margin-top: -5%; }
    #ships .ship-illust-item {
      position: absolute; }
      #ships .ship-illust-item:nth-of-type(1) {
        width: 20vw;
        top: 2rem;
        left: 0.5rem; }
      #ships .ship-illust-item:nth-of-type(2) {
        width: 22vw;
        bottom: 2rem;
        left: -1rem; }
      #ships .ship-illust-item:nth-of-type(3) {
        width: 19vw;
        top: 2rem;
        right: 0.5rem; }
      #ships .ship-illust-item:nth-of-type(4) {
        width: 22vw;
        bottom: 2rem;
        right: -1rem; } }
@media all and (max-width: 810px) {
  #ships {
    height: 450px;
    margin-top: -2px; }
    #ships h2 img {
      margin-top: -8%; }
    #ships .ship-illust-item {
      position: absolute; }
      #ships .ship-illust-item:nth-of-type(1) {
        width: 20vw;
        top: 2rem;
        left: 0.5rem; }
      #ships .ship-illust-item:nth-of-type(2) {
        width: 22vw;
        bottom: 2rem;
        left: -1rem; }
      #ships .ship-illust-item:nth-of-type(3) {
        width: 20vw;
        top: 1.5rem;
        right: 2rem; }
      #ships .ship-illust-item:nth-of-type(4) {
        width: 22vw;
        bottom: 2rem;
        right: -1rem; } }
@media all and (max-width: 768px) {
  #ships {
    height: 450px;
    margin-top: -2px; }
    #ships h2 img {
      margin-top: -5%; }
    #ships .ship-illust-item {
      position: absolute; }
      #ships .ship-illust-item:nth-of-type(1) {
        width: 20vw;
        top: 2rem;
        left: 0.5rem; }
      #ships .ship-illust-item:nth-of-type(2) {
        width: 22vw;
        bottom: 2rem;
        left: -1.5rem; }
      #ships .ship-illust-item:nth-of-type(3) {
        width: 19vw;
        top: 1.8rem;
        right: 2rem; }
      #ships .ship-illust-item:nth-of-type(4) {
        width: 22vw;
        bottom: 2rem;
        right: -1.5rem; } }
@media all and (max-width: 600px) {
  #ships {
    height: 350px; }
    #ships h2 img {
      width: 80vw; } }
@media all and (max-width: 500px) {
  #ships {
    height: 300px;
    margin-top: -2px; }
    #ships h2 img {
      width: 80vw;
      height: auto;
      margin-top: -5%; }
    #ships .ship-illust-item {
      position: absolute; }
      #ships .ship-illust-item:nth-of-type(1) {
        width: 21vw;
        top: 1.0rem;
        left: 0; }
      #ships .ship-illust-item:nth-of-type(2) {
        width: 22vw;
        bottom: 1.0rem;
        left: -0.5rem; }
      #ships .ship-illust-item:nth-of-type(3) {
        width: 18vw;
        top: 1.0rem;
        right: 0; }
      #ships .ship-illust-item:nth-of-type(4) {
        width: 22vw;
        bottom: 1.0rem;
        right: -0.5rem; } }
@media all and (max-width: 390px) {
  #ships {
    height: 250px; }

  .ship-illust-item {
    position: absolute; }
    .ship-illust-item:nth-of-type(1) {
      width: 22vw;
      top: 1.5rem;
      left: 0.5rem; }
    .ship-illust-item:nth-of-type(2) {
      width: 22vw;
      bottom: 2.5rem;
      left: 0; }
    .ship-illust-item:nth-of-type(3) {
      width: 20vw;
      top: 1.5rem;
      right: 0.5rem; }
    .ship-illust-item:nth-of-type(4) {
      width: 22vw;
      bottom: 2.5rem;
      right: 0; } }
/*----------------------------------------------------------------------------
    #ancIntro
-----------------------------------------------------------------------------*/
#ancIntro {
  padding: 80px 0 0 0; }
  #ancIntro h2 {
    margin-top: 80px;
    margin-bottom: 60px;
    text-align: center; }
  #ancIntro div.boxCol2 > div {
    padding: 0;
    font-size: 100%;
    margin-top: -15px; }
    #ancIntro div.boxCol2 > div .txtSmall02 {
      margin-top: 1em; }

@media all and (max-width: 810px) {
  #ancIntro {
    padding: 40px 0 0 0; }
    #ancIntro h2 {
      margin-top: 40px;
      margin-bottom: 30px;
      text-align: center; }
      #ancIntro h2 img {
        height: 90px;
        width: auto; }
    #ancIntro div.boxCol2 > div {
      padding: 0 0 30px 0; } }
@media all and (max-width: 768px) {
  #ancIntro {
    padding: 40px 0 0 0; }
    #ancIntro h2 {
      margin-top: 40px;
      margin-bottom: 20px;
      text-align: center; }
      #ancIntro h2 img {
        height: 90px;
        width: auto; }
    #ancIntro div.boxCol2 > div {
      padding: 0 0 30px 0; } }
@media all and (max-width: 500px) {
  #ancIntro h2 img {
    height: 40px;
    width: auto; } }
/*----------------------------------------------------------------------------
    #ancExhibition
-----------------------------------------------------------------------------*/
#en #ancExhibition {
  padding: 50px 0 200px 0; }
  #en #ancExhibition .ancList {
    margin-bottom: 60px; }
    #en #ancExhibition .ancList li {
      width: 130px;
      height: auto;
      margin: 20px; }
      #en #ancExhibition .ancList li a {
        overflow: hidden; }
        #en #ancExhibition .ancList li a img:hover {
          transform: scale(1.2);
          transition-duration: .5s; }
  #en #ancExhibition h3 {
    width: 65%;
    font-size: 24px;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 70px;
    padding-left: 40px;
    margin: 100px 0 30px -60px; }
  #en #ancExhibition h3:first-of-type {
    margin-top: 0;
    padding-left: 40px; }
  #en #ancExhibition h3:nth-of-type(2n) {
    font-size: 24px;
    font-weight: bold;
    line-height: 70px;
    padding-left: 130px;
    margin: 100px -60px 30px auto; }
  #en #ancExhibition h3:last-of-type {
    font-size: 22px; }
  #en #ancExhibition div.boxCol2 > div {
    padding: 0; }
  #en #ancExhibition div.boxCol2 figure {
    margin-top: -70px; }

@media all and (max-width: 1022px) {
  #en #ancExhibition {
    padding: 30px 0 150px 0; }
    #en #ancExhibition .ancList {
      width: 50vw;
      margin: 0 auto 20px auto; }
      #en #ancExhibition .ancList li {
        width: 25%;
        height: auto;
        margin: 20px; }
    #en #ancExhibition div.boxCol2 > div {
      padding: 0;
      width: calc(50% - 10px); }
    #en #ancExhibition div.boxCol2 figure {
      margin-top: -60px; }
    #en #ancExhibition h3 {
      font-size: 2.5vw;
      margin-top: 0;
      margin-bottom: 20px;
      margin-left: -30px;
      padding-left: 30px; }
    #en #ancExhibition h3:first-of-type {
      padding-left: 30px;
      margin-bottom: 20px; }
    #en #ancExhibition h3:nth-of-type(2n) {
      font-size: 2.5vw;
      margin-top: 0;
      margin-right: -30px;
      margin-bottom: 20px;
      padding-left: 110px; } }
@media all and (max-width: 940px) {
  #en #ancExhibition h3:nth-of-type(2n) {
    padding-left: 100px; }
  #en #ancExhibition h3:last-of-type {
    font-size: 2.2vw; } }
@media all and (max-width: 810px) {
  #en #ancExhibition {
    padding-bottom: 100px; }
    #en #ancExhibition h3:nth-of-type(2n) {
      padding-left: 80px; } }
@media all and (max-width: 768px) {
  #en #ancExhibition {
    padding: 30px 0 100px 0; }
    #en #ancExhibition .ancList {
      margin-bottom: 30px; }
      #en #ancExhibition .ancList li {
        width: 25%;
        height: auto;
        margin: 20px; }
    #en #ancExhibition h3 {
      width: 100%;
      font-size: 2.5vw;
      line-height: 7vw;
      border-top-right-radius: 3.5vw;
      border-bottom-right-radius: 3.5vw;
      padding-left: 15px;
      margin: 50px 0 20px -40px; }
    #en #ancExhibition h3:first-of-type {
      margin-top: 0;
      padding-left: 10px; }
    #en #ancExhibition h3:nth-of-type(2n) {
      width: 100%;
      background-image: linear-gradient(to left, #005396, #00a0dc);
      font-size: 2.5vw;
      line-height: 7vw;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 3.5vw;
      border-bottom-right-radius: 3.5vw;
      padding-left: 15px;
      margin: 20px 0 20px -40px; }
    #en #ancExhibition div.boxCol2 {
      flex-direction: column; }
      #en #ancExhibition div.boxCol2:nth-of-type(2n) {
        flex-direction: column; }
      #en #ancExhibition div.boxCol2 > div {
        padding: 0;
        width: 100%; }
      #en #ancExhibition div.boxCol2 figure {
        margin-top: 0;
        width: 100%;
        text-align: center; }
        #en #ancExhibition div.boxCol2 figure img {
          max-width: 60vw;
          height: auto; } }
@media all and (max-width: 600px) {
  #en #ancExhibition {
    padding: 15px 0 60px 0; }
    #en #ancExhibition .ancList {
      margin: 0 auto 15px auto;
      width: 100%; }
    #en #ancExhibition .boxCol2 > div {
      margin-bottom: 18px; }
    #en #ancExhibition h2.imgTitle img {
      height: 40px; }
    #en #ancExhibition h3 {
      width: 100%;
      font-size: 3.8vw;
      line-height: 9vw;
      border-top-right-radius: 4.5vw;
      border-bottom-right-radius: 4.5vw;
      padding-left: 20px;
      margin: 40px 0 20px -30px; }
    #en #ancExhibition h3:first-of-type {
      margin-top: 0; }
    #en #ancExhibition h3:nth-of-type(2n) {
      width: 100%;
      background-image: linear-gradient(to left, #005396, #00a0dc);
      font-size: 3.8vw;
      line-height: 9vw;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 4.5vw;
      border-bottom-right-radius: 4.5vw;
      padding-left: 20px;
      margin: 40px 0 20px -30px; }
    #en #ancExhibition h3:last-of-type {
      font-size: 3.4vw; } }
@media all and (max-width: 500px) {
  #en #ancExhibition {
    padding: 15px 0 60px 0; }
    #en #ancExhibition .ancList {
      margin: 0 auto 15px auto;
      width: 100%; }
    #en #ancExhibition .boxCol2 > div {
      margin-bottom: 18px; }
    #en #ancExhibition h2.imgTitle img {
      height: 40px; }
    #en #ancExhibition h3 {
      width: calc(100% + 20px);
      font-size: 3.8vw;
      line-height: 9vw;
      border-top-right-radius: 4.5vw;
      border-bottom-right-radius: 4.5vw;
      padding-left: 20px;
      margin: 40px 0 20px -30px; }
    #en #ancExhibition h3:first-of-type {
      margin-top: 0; }
    #en #ancExhibition h3:nth-of-type(2n) {
      width: calc(100% + 20px);
      background-image: linear-gradient(to left, #005396, #00a0dc);
      font-size: 3.8vw;
      line-height: 9vw;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 4.5vw;
      border-bottom-right-radius: 4.5vw;
      padding-left: 20px;
      margin: 40px 0 20px -30px; }
    #en #ancExhibition h3:last-of-type {
      font-size: 3.4vw; } }
/*----------------------------------------------------------------------------
    #secShop
-----------------------------------------------------------------------------*/
@media all and (max-width: 500px) {
  .cwrap .contents #secShop h2.imgTitle img {
    height: 40px; } }
/*----------------------------------------------------------------------------
    secOverview
-----------------------------------------------------------------------------*/
#secOverview h3 {
  font-size: 28px;
  font-weight: bold; }
#secOverview h4 {
  font-size: 20px;
  font-weight: bold; }
#secOverview dl.definition.dlTransparent dt {
  width: 8.5em; }
#secOverview dl.definition.dlTransparent dd {
  width: calc(100% - 9em); }

@media all and (max-width: 1022px) {
  #secOverview {
    padding: 0 0 180px 0; }
    #secOverview .bgArticle {
      padding-top: 80px; }
      #secOverview .bgArticle h3:first-of-type {
        margin-top: 0; } }
@media all and (max-width: 768px) {
  #secOverview .bgArticle {
    padding: 40px; } }
@media all and (max-width: 500px) {
  #secOverview {
    padding: 20px 0 140px 0; }
    #secOverview .bgArticle {
      padding: 40px 30px 30px 30px;
      font-size: 95%; }
      #secOverview .bgArticle h3 {
        font-size: 4.5vw;
        margin-top: 20px; }
        #secOverview .bgArticle h3::before {
          width: 1.0em;
          height: 1.3em;
          margin-right: 8px;
          margin-bottom: -0.2em; }
      #secOverview .bgArticle h3:first-of-type {
        margin-top: 0; }
      #secOverview .bgArticle h4 {
        font-size: 4.0vw;
        letter-spacing: 0; }
    #secOverview dl.definition.dlTransparent {
      flex-direction: column; }
      #secOverview dl.definition.dlTransparent dt {
        width: 100%; }
      #secOverview dl.definition.dlTransparent dd {
        width: 100%; } }
/*--------------------------------------------------------------------------
  footer
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  shared
---------------------------------------------------------------------------*/
#secOverview .bgArticle h3 {
  letter-spacing: 0.02em; }

#secOverview .bgArticle h4 {
  letter-spacing: 0.02em; }

/*--------------------------------------------------------------------------
  _contentswrap
---------------------------------------------------------------------------*/
/*.cwrap {
    letter-spacing: 0.03em;
}*/
