@charset "UTF-8";
/*
/* Reset
/*
----------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, icenter, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  line-height: 0;
  vertical-align: bottom;
}

@font-face {
  font-family: "icon";
  src: url("../fonts/icon.eot");
  src: url("../fonts/icon.eot?#iefix") format("eot"), url("../fonts/icon.woff") format("woff"), url("../fonts/icon.ttf") format("truetype"), url("../fonts/icon.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-fw {
  width: 1.2857142857em;
  text-align: center;
}

.icon-external:before {
  content: "\ea01";
}

.icon-map:before {
  content: "\ea02";
}

/*
/* Base
/*
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  background: #fff;
}

body {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", Verdana, Meiryo, "M+ 1p", sans-serif;
  color: #111111;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
a:link {
  color: #0095e9;
}

a:visited {
  color: #0095e9;
}

a:hover {
  text-decoration: none;
}

div.container {
  min-width: 1340px;
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

/*
/* hero area
/*
----------------------------------------------------------------- */
.kv_logo h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 1260px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.kv_image {
  display: flex;
  justify-content: center;
}

.kv_image img.pcv {
  width: 1260px;
  height: 570px;
  margin: 0 auto;
  display: block; /* PC版では表示 */
}

/* SP版画像 */
.kv_image img.spv {
  display: none;
}

/* SP版（768px以下） */
@media (max-width: 768px) {
  .kv_logo h1 {
    margin-top: 15px;
    margin-right: 15px; /* 画像と同じ右余白 */
    margin-left: 15px; /* 画像と同じ左余白 */
    margin-bottom: 15px;
    width: auto; /* 余白を除いた幅 */
    text-align: left; /* 左揃え */
  }
  /* PC版画像を非表示 */
  .kv_image img.pcv {
    display: none;
  }
  .kv_image {
    margin-left: 15px;
    margin-right: 15px;
  }
  .kv_image img.spv {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
p.kv__text {
  text-align: center;
  font-size: 22px;
  margin-top: 60px;
  margin-bottom: 60px;
  line-height: 200%;
}

@media screen and (max-width: 768px) {
  p.kv__text {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .sp-br::before {
    content: "\a";
    white-space: pre;
  }
}

.kv .top_banner {
  display: flex;
  justify-content: center;
  width: 910px;
  margin: 0 auto 60px;
}
.kv .top_banner > img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kv .top_banner {
    width: calc(100% - (15px * 2));
    margin-bottom: 40px;
    padding: 0 15px;
  }
}
  
@media screen and (min-width: 768px) {
  div.visual__wrapper {
    min-height: 730px;
  }
}
div.visual {
  height: calc(100% - 30px);
  margin: 0 auto;
  padding-top: 30px;
}

div.visual.visual__logo {
  width: 630px;
  margin: 0;
  padding: 0;
}

div.visual.visual__logo h1 {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1;
}

div.visual.visual__logo h1 img {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  vertical-align: top;
}

div.visual.visual__left, div.visual.visual__right {
  width: 50%;
}

div.visual.visual__left .visual__txt {
  text-align: center;
}

div.visual.visual__left .visual__txt img {
  width: 505px;
  margin-top: 10px;
  margin: 0;
}

div.visual.visual__right {
  background-image: url(../images/kv_pc.png);
  background-size: cover;
  background-position: 37%;
  background-repeat: no-repeat;
}

div.visual__left div.visual__contents {
  padding: 60px 38px 0 38px;
  width: 592px;
  margin: 0 auto;
  height: calc(100% - 68px);
}

div.visual__left div.visual__contents > div {
  width: 100%;
}

@media (min-height: 800px) {
  div.visual__left div.visual__contents {
    padding: 0 38px;
    display: flex;
    align-items: center;
    height: calc(100% - 23px);
  }
}
div.visual__right div.visual__contents {
  width: 100%;
  height: 100%;
}

a.anchor {
  color: #0e0e10;
  text-decoration: none;
  cursor: default;
}

a.anchor:visited {
  text-decoration: none;
}

p#pageTop {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #4573B6;
  display: block;
  position: fixed;
  bottom: 2em;
  right: 10px;
  z-index: 1;
}

p#pageTop:before {
  content: "";
  width: 41px;
  height: 22px;
  background-image: url("../images/btn_pageTop.png");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 21px;
  left: 0;
  right: 0;
  margin: auto;
}

/*
/* footer
/*
----------------------------------------------------------------- */
.l-gsFooter {
  padding-top: 0 !important;
}

/*  スマホ  */
@media screen and (max-width: 768px) {
  p#pageTop {
    bottom: 7rem;
    width: 50px;
    height: 50px;
  }
  p#pageTop:before {
    width: 31px;
    height: 17px;
    top: 15px;
  }
  p#pageTop a {
    font-size: 15px;
  }
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: block;
  }
  div.container {
    min-width: 100%;
  }
  /*
  /* hero area
  /*
  ----------------------------------------------------------------- */
  div.visual__wrapper {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: inline-block;
    min-height: 680px;
  }
  div.visual {
    width: 100%;
    height: calc(100% - 15px);
    padding-top: 0;
  }
  div.visual h1 {
    padding-left: 15px;
    padding-top: 15px;
    line-height: 13px;
    width: auto !important;
    margin: 0 !important;
    background-color: #fff;
  }
  div.visual h1 a {
    width: 25%;
    display: block;
  }
  div.kv_logo h1 a {
    width: 25%;
    height: auto;
    display: block;
    line-height: 0%;
    margin-left: 0;
  }
  div.visual__wrapper div.visual__contents {
    padding: 0;
    width: auto;
  }
  div.visual__wrapper div.visual__contents > div {
    width: 100%;
  }
  div.visual.visual__left {
    width: auto;
  }
  div.visual.visual__left .visual__lead img.visual_kv {
    width: 100%;
    vertical-align: middle;
  }
  div.visual__wrapper div.visual__contents h3 {
    width: 90%;
    max-width: 180px;
    margin: 0 auto;
  }
  div.visual.visual__left .visual__txt img {
    width: auto;
    margin-top: 0;
    margin: auto;
  }
  a.anchor {
    color: #0e0e10;
    text-decoration: none;
  }
  a.anchor:visited {
    text-decoration: none;
  }
  div.visual__wrapper div.visual__contents p.visual__text {
    margin-top: 0px;
    padding: 20px 0;
    width: 100%;
    font-size: 13px;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
    background-color: #F0F0F0;
  }
  div.search__wrapper div.select__area,
  div.prefecture__wrapper div.select__prefecture,
  div.exhibition__wrapper div.exhibition__display,
  div.office__wrapper,
  footer div.site-footer__inner {
    width: 100%;
  }
}
@media (min-height: 800px) and (max-width: 768px) {
  div.visual__left div.visual__contents {
    padding: 0;
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  div.visual__wrapper {
    min-height: 1050px;
  }
}
@media screen and (max-width: 660px) and (orientation: portrait) {
  div.visual__wrapper {
    min-height: 950px;
  }
}
@media screen and (max-width: 560px) and (orientation: portrait) {
  div.visual__wrapper {
    min-height: 850px;
  }
}
@media screen and (max-width: 460px) and (orientation: portrait) {
  div.visual__wrapper {
    min-height: 750px;
  }
}
@media screen and (max-width: 425px) and (orientation: portrait) {
  div.visual__wrapper {
    min-height: 750px;
  }
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  div.visual__wrapper {
    min-height: 700px;
  }
}
@media screen and (max-width: 321px) and (orientation: portrait) {
  div.visual__wrapper {
    min-height: 660px;
  }
}
@media (orientation: landscape) and (max-width: 1023px) {
  div.visual__wrapper {
    min-height: 1040px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  div.visual__wrapper {
    min-height: 1010px;
  }
}
@media (orientation: landscape) and (max-width: 667px) {
  div.visual__wrapper {
    min-height: 930px;
  }
}
@media (orientation: landscape) and (max-width: 570px) {
  div.visual__wrapper {
    min-height: 870px;
  }
}
@media (orientation: landscape) and (max-width: 425px) {
  div.visual__wrapper {
    min-height: 750px;
  }
}
/*  ipad  */
@media screen and (width: 768px) {
  div.visual__wrapper div.visual__contents p.visual__text {
    font-size: 20px;
    line-height: 30px;
  }
}
/*  ipad  */
@media only screen and (orientation: landscape) and (max-width: 1023px) {
  div.visual h1 a {
    width: 15%;
  }
  div.visual__wrapper {
    background-position-y: center;
  }
  div.visual__wrapper div.visual__contents h2 {
    margin: 0 auto;
    position: relative;
  }
  /* 画像の中央寄せ設定を追加 */
  div.visual__lead {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  div.visual__lead img.visual_kv {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
}

/* ---------------------------------
Footer
--------------------------------- */
.simple-footer {
  padding: 60px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .simple-footer {
    padding: 17.33333% 6.66667%
  }
}
.simple-footer__logo {
  display: block;
  width: 257px;
  height: 50px;
  margin: 0 auto;
  background: url(/common/images/logo_gs_footer03.png) no-repeat;
  background-size: contain
}
.simple-footer__nav {
  margin-top: 45px;
  line-height: 1.1;
  text-align: center
}
@media screen and (max-width: 767px) {
  .simple-footer__nav {
    margin-top: 10.76923%
  }
}
.simple-footer__nav > li {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .simple-footer__nav > li {
    display: block;
  }
}
.simple-footer__nav > li:last-child {
  margin-left: 90px;
}
@media screen and (max-width: 767px) {
  .simple-footer__nav > li:last-child {
    margin: 3.07692% 0 0 0;
  }
}
.simple-footer__nav > li > a {
  display: inline-block;
  position: relative;
  padding-right: 19px;
  color: #101010;
  text-decoration: none;
  -webkit-transition: color 150ms ease-out;
  transition: color 150ms ease-out;
  font-size: 15px;
}
.simple-footer__nav > li > a:hover {
  color: #156082;
}
@media screen and (max-width: 767px) {
  .simple-footer__nav > li > a {
    padding-right: 4.76923%;
    font-size: 3.46667vw;
  }
}
.simple-footer__nav > li > a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: auto;
  aspect-ratio: 5 / 4;
  margin-top: -4px;
  background: #156082;
  -webkit-mask: url(/common/images/icon_window01.svg) 0 0 / contain no-repeat;
  mask: url(/common/images/icon_window01.svg) 0 0 / contain no-repeat;
}
@media screen and (max-width: 767px) {
  .simple-footer__nav > li > a::after {
    top: 0;
    width: 3.2vw;
    height: auto;
    margin-top: 0.66667vw;
    padding-top: 2.4vw
  }
}
.simple-footer__copyright {
  margin-top: 50px;
  font-size: 12px;
  line-height: 1.1;
  text-align: center
}
@media screen and (max-width: 767px) {
  .simple-footer__copyright {
    margin-top: 10.76923%;
    font-size: 3.2vw
  }
}

/* ---------------------------------
Header
--------------------------------- */
.simple-header__in {
  position: relative;
}

@media print, (min-width: 768px) {
  .simple-header__in {
    min-width: 1140px;
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .simple-header__in {
    height: 65px;
  }
}
.simple-header__lg {
  position: absolute;
  line-height: 1;
}

@media print, (min-width: 768px) {
  .simple-header__lg {
    left: clamp(20px, 20px + 40 * (100vw - 1155px) / 225, 60px);
    top: 36px;
    width: 267px;
    height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .simple-header__lg {
    left: 20px;
    top: 20.5px;
    width: 170px;
    height: 24px;
  }
}
.simple-header__lg a {
  display: block;
  position: relative;
  height: 100%;
}

.simple-header__lg img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.simple-header__bt {
  position: absolute;
}

@media print, (min-width: 768px) {
  .simple-header__bt {
    right: clamp(20px, 20px + 40 * (100vw - 1155px) / 225, 60px);
    top: 37px;
    min-width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .simple-header__bt {
    right: 20px;
    top: 18.5px;
    min-width: 100px;
  }
}
.simple-header__bt a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #156082;
  background: #156082;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1), color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media print, (min-width: 768px) {
  .simple-header__bt a {
    height: 36px;
    padding: 0 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .simple-header__bt a {
    height: 28px;
    padding: 0 10px;
    font-size: 12px;
  }
}
@media print, (min-width: 768px) {
  .simple-header__bt a:hover,
  .simple-header__bt a:active {
    background-color: transparent;
    color: #156082;
  }
}
.l-backToTop__bt {
  bottom: 20px;
}

@media screen and (max-width: 767px) {
  .l-globalFooter {
    padding-top: 0px;
  }
}/*# sourceMappingURL=style.css.map */