@charset "UTF-8";
/* ---------- setting ---------- ---------- */
/* リセットCSS */
html, body {
  width: 100%;
  height: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, blockquote, pre, a, div {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: inherit;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

img {
  border: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #3c3c3c;
}

main {
  display: block;
}
@media screen and (min-width: 768px) {
  main {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main {
    font-size: 14px;
  }
  main img {
    width: 100%;
    height: auto;
  }
}
main p {
  line-height: 1.8;
}

/* ----------------------------------------------------------
.area-wrapper
---------------------------------------------------------- */
.area-wrapper {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .area-wrapper {
    min-width: 1120px;
  }
}
/* ----------------------------------------------------------
.area-inner
---------------------------------------------------------- */
.area-inner {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .area-inner {
    margin: 0 auto;
    width: 1080px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .area-inner {
    margin: 0 20px;
  }
}
/* ----------------------------------------------------------
.block-inner
---------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .block-inner {
    margin: 0 auto;
    width: 1080px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .block-inner {
    margin: 0 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .block-inner-wide {
    max-width: 1600px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .block-inner-sp {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* ----------------------------------------------------------
area-body
---------------------------------------------------------- */
/* ----------------------------------------------------------
.area-footer
---------------------------------------------------------- */
.area-footer {
  background: linear-gradient(90deg, #146097 0%, #009970 100%);
}
@media print, screen and (min-width: 768px) {
  .area-footer {
    margin-top: 100px;
    padding: 40px;
    color: #fff;
    display: flex;
    justify-content: space-between;
  }
  .area-footer a {
    color: #fff;
  }
  .area-footer small {
    font-size: 12px;
  }
  .area-footer ._link {
    display: flex;
  }
  .area-footer ._link a {
    display: block;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .area-footer {
    margin-top: 40px;
    padding: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
  .area-footer a {
    color: #fff;
  }
  .area-footer small {
    margin-top: 10px;
    display: block;
    font-size: 10px;
  }
  .area-footer ._link {
    display: flex;
    justify-content: center;
  }
  .area-footer ._link a {
    display: block;
    padding: 10px;
  }
}

/* ----------------------------------------------------------
.btn-pagetop
---------------------------------------------------------- */
.btn-pagetop {
  position: fixed;
  display: block;
  bottom: 110px;
  right: 10px;
  background: #000;
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 0;
  background: url(/common/images/footer/pagetop.png) left top no-repeat;
  background-size: contain;
  width: 60px;
  height: 125px;
  opacity: 0;
}
@media print, screen and (min-width: 768px) {
  .btn-pagetop {
    width: 60px;
    height: 125px;
  }
}
@media screen and (max-width: 767px) {
  .btn-pagetop {
    width: 42px;
    height: 87.5px;
  }
}
.btn-pagetop.js-show {
  opacity: 1;
  visibility: visible;
}
.btn-pagetop.js-show:hover {
  opacity: 0.6;
}

.area-modal-business {
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.2s;
  transition-duration: 0.4s;
  transform: scale(0.9);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.area-modal-business.js-show {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.area-modal-business ._modal-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.2);
}
.area-modal-business ._modal-btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
  transition-duration: 0.2s;
}
.area-modal-business ._modal-btn-close:hover {
  opacity: 0.8;
}
.area-modal-business ._modal-btn-close:after, .area-modal-business ._modal-btn-close:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 8px;
  width: 25px;
  height: 2px;
  transform: rotate(-45deg);
  background: #ccc;
}
.area-modal-business ._modal-btn-close:before {
  transform: rotate(45deg);
}
.area-modal-business ._modal-box {
  position: relative;
  z-index: 10;
  border-radius: 10px;
  background: #fff;
  width: 680px;
  min-height: 285px;
  padding: 40px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
}
.area-modal-business ._title {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 60px;
  text-align: left;
  color: #146097;
}

/* ----------------------------------------------------------
.area-modal
---------------------------------------------------------- */
.area-modal-movie {
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.4s;
  transform: scale(0.9);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.area-modal-movie.js-show {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.area-modal-movie ._modal-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.85);
}
.area-modal-movie ._modal-box {
  position: absolute;
  background: #333;
  box-sizing: border-box;
  width: 1000px;
  height: 562px;
}
@media print, screen and (min-width: 768px) {
  .area-modal-movie ._modal-box {
    width: 1000px;
    height: 562px;
  }
}
@media screen and (max-width: 767px) {
  .area-modal-movie ._modal-box {
    width: 100vw;
    height: 120vw;
  }
}
.area-modal-movie ._modal-body {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.area-modal-movie iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.area-modal-movie ._modal-btn-close {
  position: absolute;
  top: -50px;
  right: 0px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
  transition-duration: 0.2s;
}
.area-modal-movie ._modal-btn-close:hover {
  opacity: 0.8;
}
.area-modal-movie ._modal-btn-close:after, .area-modal-movie ._modal-btn-close:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 8px;
  width: 25px;
  height: 2px;
  transform: rotate(-45deg);
  background: #fff;
}
.area-modal-movie ._modal-btn-close:before {
  transform: rotate(45deg);
}

@media print, screen and (min-width: 768px) {
  /* ----------------------------------------------------------
  .area-header
  ---------------------------------------------------------- */
  .area-header-wap {
    height: 100px;
  }
  .area-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 100px;
    background: linear-gradient(90deg, #009970 0%, #146097 100%);
  }
  body.js-gmenu-active .area-header {
    box-shadow: none;
  }
  .area-header img {
    width: 100%;
  }
  .area-header ._logo {
    position: absolute;
    top: 15px;
    left: 40px;
    width: 170px;
  }
  .area-header ._site-name {
    position: absolute;
    top: 35px;
    left: 270px;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
    color: #38677c;
  }
  .area-header ._btns {
    position: absolute;
    top: 0px;
    right: 100px;
    display: flex;
  }
  .area-header ._btns ._btn {
    width: 200px;
    height: 100px;
    background: #fff;
    font-size: 18px;
    color: #000;
    margin-left: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .area-header ._btns ._btn:hover {
    opacity: 0.8;
  }
  .area-header ._menu-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
    background: #212121;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .area-header ._menu-btn:hover {
    opacity: 0.8;
  }
  .area-header ._menu-btn span {
    transition-duration: 0.2s;
    position: absolute;
    background: #fff;
  }
  .area-header ._menu-btn span:nth-child(1) {
    height: 2px;
    top: 34px;
    left: 30px;
    right: 30px;
  }
  .area-header ._menu-btn span:nth-child(2) {
    height: 2px;
    top: 48px;
    left: 30px;
    right: 30px;
  }
  .area-header ._menu-btn span:nth-child(3) {
    height: 2px;
    bottom: 35px;
    left: 30px;
    right: 30px;
  }
  .area-header ._menu-btn span:nth-child(4) {
    display: none;
  }
  body.js-gmenu-active .area-header ._menu-btn span:nth-child(1) {
    position: absolute;
    top: 48px;
    transform: rotate(45deg);
  }
  body.js-gmenu-active .area-header ._menu-btn span:nth-child(2) {
    position: absolute;
    top: 48px;
    transform: rotate(-45deg);
  }
  body.js-gmenu-active .area-header ._menu-btn span:nth-child(3) {
    display: none;
  }
  body.js-gmenu-active .area-header ._menu-btn span:nth-child(4) {
    display: none;
  }
  /* ----------------------------------------------------------
  area-mega-menu
  ---------------------------------------------------------- */
  .area-modal-menu {
    position: fixed;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.4s;
    transform: translate(0, -200px);
    top: 80px;
    left: 0px;
    right: 0px;
    min-height: 140px;
    background: #f8f8f8;
    padding: 70px 0 40px 0;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  }
  body.js-gmenu-active .area-modal-menu {
    visibility: visible;
    z-index: 80;
    opacity: 1;
    transform: translate(0, 0);
  }
  .area-modal-menu a {
    color: #333;
    transition-duration: 0.4s;
  }
  .area-modal-menu a:hover {
    color: #ef8200;
  }
  .area-modal-menu a.is-under {
    color: #ccc;
  }
  .area-modal-menu a.is-under:before {
    background: #ccc;
  }
  .area-modal-menu .site-links {
    opacity: 0;
    transition-duration: 0.4s;
    transition-delay: 0.4s;
  }
  body.js-gmenu-active .area-modal-menu .site-links {
    opacity: 1;
  }
  .area-modal-menu .site-links ._cols {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .area-modal-menu .site-links ._cols ._col {
    width: 33%;
  }
  .area-modal-menu .site-links ._cols ._col:nth-child(n+4) {
    margin-top: 50px;
  }
  .area-modal-menu .site-links ._title {
    display: block;
    line-height: 1.4;
    font-size: 20px;
    font-weight: bold;
  }
  .area-modal-menu .site-links ._title + ._title {
    margin-top: 20px;
  }
  .area-modal-menu .site-links ._links {
    margin: 10px 0 40px;
  }
  .area-modal-menu .site-links ._links li {
    line-height: 1.4;
  }
  .area-modal-menu .site-links ._links a {
    display: block;
    position: relative;
    padding: 5px 0 5px 15px;
  }
  .area-modal-menu .site-links ._links a:before {
    position: absolute;
    top: 50%;
    left: 0px;
    display: block;
    content: "";
    height: 1px;
    width: 10px;
    background: #000;
  }
  .area-modal-menu ._btns {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* ----------------------------------------------------------
  .area-header
  ---------------------------------------------------------- */
  .area-header-wap {
    height: 60px;
  }
  .area-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 60px;
    background: linear-gradient(90deg, #009970 0%, #146097 100%);
  }
  body.js-gmenu-active .area-header {
    box-shadow: none;
  }
  .area-header img {
    width: 100%;
  }
  .area-header ._logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100px;
  }
  .area-header ._site-name {
    position: absolute;
    top: 25px;
    left: 170px;
    font-size: 12px;
    font-weight: bold;
    color: #38677C;
  }
  .area-header ._btns {
    display: none;
  }
  .area-header ._menu-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    background: #212121;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .area-header ._menu-btn:hover {
    opacity: 0.8;
  }
  .area-header ._menu-btn span {
    transition-duration: 0.2s;
    position: absolute;
    background: #fff;
  }
  .area-header ._menu-btn span:nth-child(1) {
    height: 2px;
    top: 20px;
    left: 18px;
    right: 18px;
  }
  .area-header ._menu-btn span:nth-child(2) {
    height: 2px;
    top: 28px;
    left: 18px;
    right: 18px;
  }
  .area-header ._menu-btn span:nth-child(3) {
    height: 2px;
    bottom: 21px;
    left: 18px;
    right: 18px;
  }
  .area-header ._menu-btn span:nth-child(4) {
    display: none;
  }
  body.js-gmenu-active .area-header ._menu-btn span:nth-child(1) {
    position: absolute;
    top: 28px;
    transform: rotate(45deg);
  }
  body.js-gmenu-active .area-header ._menu-btn span:nth-child(2) {
    position: absolute;
    top: 28px;
    transform: rotate(-45deg);
  }
  body.js-gmenu-active .area-header ._menu-btn span:nth-child(3) {
    display: none;
  }
  body.js-gmenu-active .area-header ._menu-btn span:nth-child(4) {
    display: none;
  }
  /* ----------------------------------------------------------
  area-mega-menu
  ---------------------------------------------------------- */
  .area-modal-menu {
    position: fixed;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.4s;
    transform: translate(0, -200px);
    top: 60px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    min-height: 140px;
    background: #fff;
    padding: 30px 20px 40px 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  body.js-gmenu-active .area-modal-menu {
    visibility: visible;
    z-index: 50;
    opacity: 1;
    transform: translate(0, 0);
  }
  .area-modal-menu a {
    color: #333;
  }
  .area-modal-menu a.is-under {
    color: #ccc;
  }
  .area-modal-menu a.is-under:before {
    background: #ccc;
  }
  .area-modal-menu .site-links {
    opacity: 0;
    transition-duration: 0.4s;
    transition-delay: 0.4s;
    font-size: 12px;
  }
  body.js-gmenu-active .area-modal-menu .site-links {
    opacity: 1;
  }
  .area-modal-menu .site-links ._cols ._col + ._col {
    margin-top: 20px;
  }
  .area-modal-menu .site-links ._title {
    display: block;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding: 10px 10px 10px 0;
    line-height: 1.2;
    border-bottom: 1px solid #000;
  }
  .area-modal-menu .site-links ._title + ._title {
    margin-top: 20px;
  }
  .area-modal-menu .site-links ._title br {
    display: none;
  }
  .area-modal-menu .site-links ._links {
    margin: 10px 0 20px 0;
  }
  .area-modal-menu .site-links ._links li {
    line-height: 1.4;
  }
  .area-modal-menu .site-links ._links p {
    padding: 0 0 10px 15px;
    line-height: 1.6;
  }
  .area-modal-menu .site-links ._links .under {
    color: #ccc;
  }
  .area-modal-menu .site-links ._links a {
    display: block;
    position: relative;
    padding: 5px 0 5px 15px;
    font-size: 16px;
  }
  .area-modal-menu .site-links ._links a.under {
    color: #ccc;
  }
  .area-modal-menu .site-links ._links a.under:before {
    background: #ccc;
  }
  .area-modal-menu ._btns ._btn {
    height: 40px;
    background: #146097;
    font-size: 15px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .area-modal-menu ._btns ._btn + ._btn {
    margin-top: 10px;
  }
  .area-modal-menu ._btns ._btn.is-entry {
    background: #146097;
  }
  .area-modal-menu ._btns ._btn.is-entry2 {
    background: #00bfff;
  }
  .area-modal-menu ._btns ._btn.is-mypage {
    background: #009970;
  }
  .area-modal-menu ._btns ._btn:hover {
    opacity: 0.8;
  }
}