@charset "UTF-8";

@media (min-width: 992px) {
  .u-tb-only {
    display: none !important;
  }
  .u-sp-only {
    display: none !important;
  }
  a[href*="tel:"] {
    color: #333333;
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-sp-only {
    display: none !important;
  }
  a[href*="tel:"] {
    color: #333333;
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
  .u-tb-only {
    display: none !important;
  }
}
.u-cf:after {
  display: table;
  clear: both;
  content: "";
}
html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  vertical-align: baseline;
}
body {
  font-size: 12px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}
a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
img {
  -ms-interpolation-mode: bicubic;
  width: auto;
  max-width: 100%;
  height: auto;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  font-size: 0%;
  line-height: 0%;
  vertical-align: bottom;
}
svg {
  width: auto;
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
strong,
em {
  font-style: normal;
}
strong, b {
  font-weight: bold;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  background: transparent;
  font-size: 12px;
  cursor: pointer;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}
body {
  position: relative;
  width: 100%;
  height: 100%;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (min-width: 1401px) {
  body {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 1400px) {
  body {
    font-size: 1.15vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.73vw;
  }
}
/* Safari用のハックは、Chromeに適用されないようにする */
@supports (-webkit-touch-callout: none) {
  body {
    /* Safari用のハック */
    height: -webkit-fill-available;
  }
}
.is-bg-fixed {
  z-index: -1;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}
a {
  color: #004EA2;
}
a:hover {
  text-decoration: none;
  opacity: 1;
}
#site-wrapper {
  z-index: 1;
  position: relative;
  min-height: 100%;
}

/*------------------------------*/

.l-header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: auto;
}

.l-nav {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.l-nav__sns {
  margin-right: 40px;
}
  @media (max-width: 767px) {
    .l-nav__anchor {
      display: none;
    }
  }
.l-main {
  position: relative;
  background-color: #fff;
}
.l-content {
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .l-content {
    width: 100%;
    padding: 0 4vw 50px;
  }
}
.l-content__block {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-content__block {
    width: 85.714%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-content__block {
    width: 75em;
  }
}
@media (max-width: 767px) {
  .l-content__block {
    width: 100%;
    padding: 0 1em;
  }
}
.l-content__wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-content__wrapper {
    width: 68.75em;
  }
}
.l-footer {
  z-index: 0;
  position: absolute;
  left: 0;
  bottom: 0
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-footer {
    padding-top: 5.9375em;
  }
}
.l-footer__sponsor{
  width: 100%;
  padding: 1em 0;
  background-color: #FFFBEF;
}
.l-footer__sponsor p{
  line-height: 1.4;
  font-weight: normal;
  text-align: center;
}
.l-footer__copyright {
  width: 100%;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 1em 0;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-footer__sponsor{
    padding: 1em 0 0.5em;
  }
  .l-footer__sponsor p{
    line-height: 1.6;
  }
  .l-footer__copyright {
    font-size: 0.875em;
    line-height: 2em;
  }
}
@media (max-width: 767px) {
  .l-footer__copyright {
    font-size: 3.2vw;
  }
}

.p-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 90px;
  padding: 0 30px;
  background-color: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .p-header {
    height: 5.625em;
    padding: 0 1.875em;
  }
}
@media (max-width: 767px) {
  .p-header {
    height: 20.2666666667vw;
    padding: 0 4vw;
  }
}
.p-header.change-color {
  -webkit-transition: 0.3s;
  background-color: #fff;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .p-header.change-color {
    background-color: transparent;
  }
}

.p-snsnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1em;
}
@media (min-width: 768px) and (max-width: 991px) {
  .p-snsnav {
    margin-right: 0em;
    margin-bottom: 0em;
  }
}
@media (max-width: 767px) {
  .p-snsnav {
    margin-right: 10.6666666667vw;
  }
}
.p-snsnav__item {
  margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .p-snsnav__item {
    margin-right: 1em;
  }
}
@media (max-width: 767px) {
  .p-snsnav__item {
    margin-right: 5.3333333333vw;
  }
}
.p-snsnav__item:last-child {
  margin-right: 0;
}
.p-snsnav__link {
  position: relative;
  width: 24px;
}
.p-snsnav__link img {
  width: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .p-snsnav__link img {
    width: 18px;
  }
}
@media (max-width: 767px) {
  .p-snsnav__link img {
    width: 24px;
  }
}
.p-snsnav__link:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .p-snsnav__link:hover {
    opacity: 1;
  }
}

.p-gnav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
}
@media (max-width: 767px) {
  .p-gnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
  }
}
.p-gnav__item {
  position: relative;
}
.p-gnav__link {
  position: relative;
  padding: 0 30px 0 0;
  color: #333333;
  font-size: 0.9em;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 991px) {
  .p-gnav__link {
    padding-right: 20px;
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .p-gnav__link {
    padding-right: 80px;
    font-size: 1em;
  }
}
.p-gnav__link.last {
  padding-right: 0;
  padding-bottom: 8em;
}
.p-gnav__link::before {
  position: absolute;
  top: 8px;
  left: -15px;
  border: 6px solid transparent;
  border-top: 7px solid #EF9C02;
  content: "";
}
@media (min-width: 768px) and (max-width: 991px) {
  .p-gnav__link::before {
    top: 5px;
  }
}
.p-gnav__link:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .p-footer {
    padding-bottom: 60vw;
  }
  .p-gnav__link:hover {
    opacity: 1;
  }
}

.sp-nav__anchor{
  display: none;
}
@media (max-width: 767px) {
  .sp-nav__anchor{
    background-color: rgba(51, 51, 51, 1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transform: translateX(-100%);
    transition: opacity .4s ease, visibility .4s ease;
    z-index: 10;
  }
  .sp-nav__anchor ul li {
    opacity: 0;
    transform: translateX(-200px);
    transition:  transform .4s ease, opacity .1s ease;
  }
  .sp-nav__anchor ul li:nth-child(2) {
    transition-delay: .10s;
  }
  .sp-nav__anchor ul li:nth-child(3) {
    transition-delay: .15s;
  }
  .sp-nav__anchor ul li:nth-child(4) {
    transition-delay: .20s;
  }
  .sp-nav__anchor ul li:nth-child(5) {
    transition-delay: .25s;
  }
  .sp-nav__anchor ul li:nth-child(6) {
    transition-delay: .30s;
  }
  .sp-nav__anchor ul li:nth-child(7) {
    transition-delay: .35s;
  }
  .sp-nav__anchor ul li:nth-child(8) {
    transition-delay: .40s;
  }
  .sp-nav__anchor ul li:nth-child(9) {
    transition-delay: .45s;
  }
}

@media (max-width: 767px) {
.open {
  overflow: hidden;
}
.open .sp-nav__anchor {
  visibility: visible;
  transform: translateX(0);
  transition: transform .6s;
}
.open .sp-nav__anchor li {
  opacity: 1;
  transform: translateX(0);
  transition:  transform 1s ease, opacity .9s ease;
}
}
.sp-gnav{
  display: nones;
}
@media (max-width: 767px) {
  .sp-gnav{
    margin-top: 2em;
  }
}
@media (max-width: 767px) {
  .sp-gnav__link,
  .sp-gnav__link.Android{
    position: relative;
    display: block;
    margin-bottom: 1.4em;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    transition: color .6s ease;
    text-decoration: none;
  }

  .sp-gnav__link:hover{
    text-decoration: none;
  }
}
/*------------------------------
　　　マウスオーバー
------------------------------*/
#mouse-stalker {
  -webkit-transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.2s;
  -webkit-transition-timing-function: ease-out;
  z-index: 999;
  position: fixed;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  transform: translate(0, 0);
  border-radius: 50%;
  background: rgba(239, 156, 2, 0.5);
  pointer-events: none;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  transition-timing-function: ease-out;
}
@media (max-width: 767px) {
  #mouse-stalker {
    display: none;
  }
}
#mouse-stalker.is_active {
  -webkit-transition: 0.2s;
  top: -40px;
  left: -40px;
  width: 80px;
  height: 80px;
  background: rgba(239, 156, 2, 0.8);
  transition: 0.2s;
}
#mouse-stalker.is_active::before {
  -webkit-transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  content: "View More";
}

/*------------------------------
	ナビ
------------------------------*/

.link-items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.link-items .link-item {
  display: block;
  padding: 20px;
  border-radius: 50px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
#c-nav-toggle {
  display: none;
}
@media (max-width: 767px) {
  #c-nav-toggle {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    order: 2;
    width: 16vw;
    height: 100%;
    cursor: pointer;
    z-index: 100;
  }
  #c-nav-toggle span {
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 2px;
    transform: translate(-50%, -50%);
    background-color: #333333;
    transition: all 0.3s ease;
  }
  #c-nav-toggle span:nth-child(1) {
    top: calc(50% - 10px);
  }
  #c-nav-toggle span:nth-child(3) {
    top: calc(50% + 10px);
  }
  .open #c-nav-toggle span:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #fff;
  }
  .open #c-nav-toggle span:nth-child(2) {
    display: none;
  }
  .open #c-nav-toggle span:nth-child(3) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .open #c-nav-toggle {
    z-index: 9999;
    background-color: #333333;
  }
}
[class*=btn] a {
  text-decoration: none;
  cursor: pointer;
}
[class*=btn]:hover {
  text-decoration: none;
}

a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover img {
  text-decoration: underline;
}

[class*=text] {
  line-height: 1.875;
}
@media (max-width: 767px) {
  [class*=text] {
    line-height: 1.875;
  }
}
[class*=text] > p + p {
  margin-top: 1em;
}
.gmap {
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.zoom {
  position: relative;
}
.zoom::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(../common_img/ico_zoom.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px;
  content: "";
}
@media (max-width: 767px) {
  .zoom::after {
    width: 20px;
    height: 20px;
    background-size: 15px;
  }
}

.select {
  width: 100%;
  height: 40px;
  margin: 10px 0;
  padding: 0 15px;
  border: none;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  font-size: 1.4rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .select {
    height: 2.5em;
  }
}
@media (max-width: 767px) {
  .select {
    height: 30px;
  }
}
.c-sitelogo {
  display: block;
  width: 130px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .c-sitelogo {
    width: 8.125em;
  }
}
@media (max-width: 767px) {
  .c-sitelogo {
    width: 6.25em;
  }
}
.c-sitelogo:hover {
  text-decoration: none;
}

/*------------------------------
	news
------------------------------*/
.news{
  position: relative;
  width: 100%;
  height: auto;
  background: url("../images/news_bg01.jpg") no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
  padding: 0 1em;
}
.news::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.7);
}
.news_inner{
  position: relative;
  max-width: 950px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 10em 0 6em;
  z-index: 10;
}
.news_heading{
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 2em;
  line-height: 1.4;
}
.news_text{
  position: relative;
  text-align: left;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
}
.news_text p{
  position: relative;
  z-index: 10;
}
.news_text span.orange{
  color: #EF9C02;
}
.news_text_name{
  margin-top: 2em;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .news_inner{
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 4em;
  }
  .news_heading{
    text-align: center;
    font-size: 2em;
  }
  .news_text{
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .news_inner{
    width: 100%;
    margin: 0 auto;
    padding: 10em 0 3em;
  }
  .news_heading{
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 2em;
    line-height: 1.4;
  }
  .news_text{
    line-height: 1.8;
  }
  .news_text_name{
    margin-top: 1em;
  }
}
/*----------------------
footer
-----------------------*/
.l-footer {
  position: relative;
  z-index: 0;
  width: 100%;
}
.l-footer__sponsor{
  width: 100%;
  padding: 1em 0;
  background-color: #FFFBEF;
}
.l-footer__sponsor p{
  line-height: 1.4;
  font-weight: normal;
  text-align: center;
}
.l-footer__copyright {
  width: 100%;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 1em 0;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-footer__sponsor{
    padding: 1em 0 0.5em;
  }
  .l-footer__sponsor p{
    line-height: 1.6;
  }
  .l-footer__copyright {
    font-size: 0.875em;
    line-height: 2em;
  }
}
@media (max-width: 767px) {
  .l-footer {
    position: relative;
  }
  .l-footer__copyright {
    font-size: 3.2vw;
  }
}

/*----------------------
TOPに戻る
-----------------------*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 2.5em;
  bottom: 3.1em;
  background: #333;
  transition: 0.4s;
  z-index: 100;
}
#page_top:hover {
  -webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-opacity: 0.6;
	opacity: 0.6;
}
#page_top a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  text-decoration: none;
}
#page_top a::before {
  font-weight: 400;
  content: '';
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 3px;
  margin-top: 5px;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  #page_top {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 1em;
    bottom: 1em;
    background: #333;
    transition: 0.4s;
    z-index: 100;
  }
  #page_top a::before {
    margin-left: -1px;
    margin-top: 1px;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
  }
}
