@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */
/* =====================================================================
    共通（大枠）
======================================================================*/
html {
  min-height: 100vh;
  font-size: calc(10 / 750 * 100vw);
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 10px;
  }
}

.gDef-top-banner {
  background-color: #ffffff;
}

.gDef-top-banner,
#gDefFooter {
  position: relative;
  z-index: 1;
}

.gDef-wrapper {
  overflow: initial;
}

.wrapper {
  position: relative;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #333333;
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .wrapper {
    font-size: 2rem;
    font-size: max(2rem, 14px);
  }
}
.wrapper section,
.wrapper main,
.wrapper header,
.wrapper footer,
.wrapper aside {
  position: relative;
}
.wrapper img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.wrapper a,
.wrapper button {
  display: block;
  color: currentColor;
  word-wrap: break-word;
  line-break: anywhere;
}
@media screen and (min-width: 768px) {
  .wrapper a,
  .wrapper button {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .wrapper a:hover,
  .wrapper button:hover {
    opacity: 0.7;
  }
}

.main > * {
  position: relative;
}
.main p,
.main dd {
  line-height: 1.7;
}
.main p a,
.main dd a {
  display: inline;
  color: #f4853d;
  text-decoration: underline;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: calc(650 / 750 * 100%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .inner {
    width: calc(1000 / 1200 * 100%);
    max-width: 1000px;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
/* =====================================================================
    共通
======================================================================*/
.movie-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-embed iframe,
.movie-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec-ttl {
  text-align: center;
  margin-bottom: 5.5rem;
  font-size: 5.5rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .sec-ttl {
    margin-bottom: 6.5rem;
  }
}
.sec-ttl .ja {
  display: block;
}
.sec-ttl .en {
  display: inline-block;
  margin-top: 0.8em;
  padding: 1rem 0.2em 0;
  font-size: 54%;
  color: #35b467;
  border-top: 0.6rem solid currentColor;
}

.sec-ttl02 {
  margin: 0 auto 5rem;
  text-align: center;
  padding: 0.3em 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 9em;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.3;
  color: #ffffff;
  background: url(../images/common/shape_ttl_orange.svg) no-repeat center/100% 100%;
}

.bg-shape {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 119.9rem;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .bg-shape {
    height: 104.4rem;
  }
}
.bg-shape::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 96.6638865721%;
  background: url(../images/common/shape_grade01.svg) no-repeat center left/160% 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .bg-shape::before {
    background-size: 100% 100%;
  }
}
.bg-shape::after {
  content: "";
  position: absolute;
  display: block;
  top: 8rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/shape_grade02.svg) no-repeat center right/160% 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .bg-shape::after {
    background-size: 100% 100%;
  }
}
.bg-shape .cloud01 {
  position: absolute;
  width: 52.1rem;
}
@media screen and (min-width: 768px) {
  .bg-shape .cloud01 {
    width: 63.9rem;
  }
}
.bg-shape .cloud01_r {
  position: absolute;
  width: 48.3rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .bg-shape .cloud01_r {
    width: 58.7rem;
  }
}
.bg-shape .cloud02 {
  position: absolute;
  width: 31.7rem;
}
@media screen and (min-width: 768px) {
  .bg-shape .cloud02 {
    width: 59.6rem;
  }
}

/* =====================================================================
*    footer
* =================================================================== */
.follow-content {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.pagetop a {
  position: relative;
  margin-right: 3rem;
  width: 10rem;
  height: 10rem;
  background-color: #35b467;
  border-radius: 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.pagetop a::after {
  content: "";
  position: absolute;
  display: block;
  top: 42%;
  left: 50%;
  width: 30%;
  height: 30%;
  border-top: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
  -webkit-transform: translateX(-50%) rotate(315deg);
          transform: translateX(-50%) rotate(315deg);
}
@media screen and (min-width: 768px) {
  .pagetop a:hover {
    opacity: 1;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}

.copyright {
  padding: 4rem 0;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #666666;
  background-color: #eeeeee;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: 1.6rem;
  }
}

/* =====================================================================
*    popup
* =================================================================== */
.popup {
  position: fixed !important;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 50;
}
.popup-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
}
.popup-area::-webkit-scrollbar {
  width: 0;
}
.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(253, 246, 232, 0.7);
}
@media screen and (min-width: 768px) {
  .popup-bg {
    cursor: pointer;
  }
}
.popup-inner {
  position: relative;
  margin: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: calc(650 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  .popup-inner {
    width: 80%;
    max-width: 800px;
  }
}
.popup-close {
  position: absolute;
  top: -0.4em;
  right: 0;
  width: 1em;
  height: 1em;
  font-size: 10rem;
  background-color: #35b467;
  border-radius: 50%;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .popup-close {
    top: -0.5em;
    right: -0.5em;
    font-size: 8rem;
  }
}
.popup-close::after {
  content: "×";
  position: absolute;
  top: 49%;
  left: 50%;
  font-size: 60%;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.popup-list {
  position: relative;
  width: 100%;
  height: 100%;
}
.popup-list > li {
  position: relative;
  display: none;
  margin: 0 auto;
  padding: 5rem calc(50 / 650 * 100%);
  background: #ffffff;
  border-radius: 5rem;
  line-height: 1.7;
  border: 2px solid #f4853d;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .popup-list > li {
    padding: 5rem 7.5%;
  }
}/*# sourceMappingURL=base.css.map */