@charset "UTF-8";
/*positionで上下左右中央*/
/* transition */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?e4vfqk");
  src: url("../fonts/icomoon.eot?e4vfqk#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?e4vfqk") format("truetype"), url("../fonts/icomoon.woff?e4vfqk") format("woff"), url("../fonts/icomoon.svg?e4vfqk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}

.delay01 {
  transition-delay: 0.1s !important;
}

.delay02 {
  transition-delay: 0.2s !important;
}

.delay03 {
  transition-delay: 0.3s !important;
}

.delay04 {
  transition-delay: 0.4s !important;
}

.delay05 {
  transition-delay: 0.5s !important;
}

.delay06 {
  transition-delay: 0.6s !important;
}

.delay07 {
  transition-delay: 0.7s !important;
}

.delay08 {
  transition-delay: 0.8s !important;
}

.delay09 {
  transition-delay: 0.9s !important;
}

.delay10 {
  transition-delay: 1s !important;
}

.delay11 {
  transition-delay: 1.1s !important;
}

.delay12 {
  transition-delay: 1.2s !important;
}

.delay13 {
  transition-delay: 1.3s !important;
}

.delay14 {
  transition-delay: 1.4s !important;
}

.delay15 {
  transition-delay: 1.5s !important;
}

.delay16 {
  transition-delay: 1.6s !important;
}

.delay17 {
  transition-delay: 1.7s !important;
}

.delay18 {
  transition-delay: 1.8s !important;
}

.delay19 {
  transition-delay: 1.9s !important;
}

.delay20 {
  transition-delay: 2s !important;
}

.delay21 {
  transition-delay: 2.1s !important;
}

.delay22 {
  transition-delay: 2.2s !important;
}

.delay23 {
  transition-delay: 2.3s !important;
}

.delay24 {
  transition-delay: 2.4s !important;
}

/* スクロール時のアニメーション */
.laser {
  position: relative;
  overflow: hidden;
}
.laser::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  background: #fff;
  transition: all 3s ease;
}
.laser .hide {
  opacity: 0;
  transition: all 3s ease;
  transition-delay: 1s !important;
}
.laser.inview-on::after {
  left: 100%;
}
.laser.inview-on .hide {
  opacity: 1;
}

/* fade in */
.fade-in {
  opacity: 0;
  transition: all 2s ease;
}
.fade-in.inview-on {
  opacity: 1;
}

.inview-on .fade-in {
  opacity: 1;
}

/* fade in zoom */
.fade-in-zoom {
  transform: scale(0.8);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-zoom.inview-on {
  transform: scale(1);
  opacity: 1;
}

.inview-on .fade-in-zoom {
  transform: scale(1);
  opacity: 1;
}

/* fade in up */
.fade-in-up {
  transform: translateY(20px);
  opacity: 0;
  transition: all 1.5s ease;
}
.fade-in-up.inview-on {
  transform: translateY(0px);
  opacity: 1;
}

.inview-on .fade-in-up {
  transform: translateY(0px);
  opacity: 1;
}

/* fade in down */
.fade-in-down {
  transform: translateY(-20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-down.inview-on {
  transform: translateY(0px);
  opacity: 1;
}

.inview-on .fade-in-down {
  transform: translateY(0px);
  opacity: 1;
}

/* fade in left */
.fade-in-left {
  transform: translateX(20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-left.inview-on {
  transform: translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-left {
  transform: translateX(0px);
  opacity: 1;
}

/* fade in right */
.fade-in-right {
  transform: translateX(-20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-right.inview-on {
  transform: translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-right {
  transform: translateX(0px);
  opacity: 1;
}

/* fade in up left */
.fade-in-up-left {
  transform: translateY(20px) translateX(20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-up-left.inview-on {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-up-left {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

/* fade in up right */
.fade-in-up-right {
  transform: translateY(20px) translateX(-20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-up-right.inview-on {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-up-right {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

/* fade in down left */
.fade-in-down-left {
  transform: translateY(-20px) translateX(20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-down-left.inview-on {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-down-left {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

/* fade in down right */
.fade-in-down-right {
  transform: translateY(-20px) translateX(-20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-down-right.inview-on {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-down-right {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

/* ==================================================
	header
================================================== */
#header {
  position: absolute;
  top: 10px;
  left: 30px;
  transition: 0.5s;
  padding: 10px 0;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  #header {
    top: 0;
    left: 10px;
  }
}
/* ========== end △ */

.header {
  width: 100%;
  z-index: 100;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header-logo {
  width: 200px;
  transition: all 0.3s ease;
  z-index: 999;
  position: relative;
}
.header-logo a:hover {
  opacity: 1;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .header-logo {
    width: 150px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .header-logo {
    width: 100px;
  }
}
/* ========== end △ */

/* ==================================================
footer
================================================== */
#pagetop {
  position: fixed;
  z-index: 20;
  right: 0;
  bottom: 0;
  width: 60px;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  #pagetop {
    width: 50px;
  }
}
/* ========== end △ */

/* ==================================================
	ページフッター
================================================== */
.foot {
  background: #ffeeee;
  padding: 20px;
}
.foot-inner {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .foot-inner {
    display: block;
  }
}
/* ========== end △ */
.foot-logo {
  width: 200px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .foot-logo {
    width: 120px;
    margin: 0 auto 10px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .foot-copy {
    text-align: center;
  }
}
/* ========== end △ */

/* ==================================================
	basic layout
================================================== */
#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #1f2a34;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 300;
  overflow: hidden;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
  #wrapper {
    min-width: 1000px;
    max-width: 1920px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #wrapper {
    font-size: 1.2rem;
  }
}
/* ========== end △ */

/* ==================================================
	共通 追加
================================================== */
img {
  width: 100%;
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

a {
  transition: all 1s ease;
}
a:hover {
  opacity: 0.7;
}

/* ==================================================
	フォント
================================================== */
.sans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.sans_m {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.sans_b {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.pop {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
}

.pop_b {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.pop_ita {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.line10 {
  line-height: 1;
}

.line14 {
  line-height: 1.4;
}

.line20 {
  line-height: 2;
}

/* ==================================================
	ページ共通
================================================== */
.fitimg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.imgscale {
  transition: 1s all;
}
.imgscale:hover {
  transform: scale(1.1);
  transition: 1s all;
}

/* サイズ
-------------------------------------------------- */
.w90 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .mt30 {
    margin-top: 20px !important;
  }
}
/* ========== end △ */

.mt40 {
  margin-top: 40px !important;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .mt40 {
    margin-top: 30px !important;
  }
}
/* ========== end △ */

.mt50 {
  margin-top: 50px !important;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .mt50 {
    margin-top: 30px !important;
  }
}
/* ========== end △ */

.mt80 {
  margin-top: 80px !important;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .mt80 {
    margin-top: 50px !important;
  }
}
/* ========== end △ */

.mt100 {
  margin-top: 100px !important;
}
/* ▽ TAB layout ========== */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .mt100 {
    margin-top: 80px !important;
  }
}
/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .mt100 {
    margin-top: 50px !important;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .mt100 {
    margin-top: 40px !important;
  }
}
/* ========== end △ */

.mt150 {
  margin-top: 150px !important;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .mt150 {
    margin-top: 100px !important;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .mt150 {
    margin-top: 50px !important;
  }
}
/* ========== end △ */

.cont_wrap {
  padding: 150px 0;
}
/* ▽ TAB layout ========== */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .cont_wrap {
    padding: 100px 0;
  }
}
/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .cont_wrap {
    padding: 80px 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .cont_wrap {
    padding: 50px 0;
  }
}
/* ========== end △ */

.font14 {
  font-size: 1.4rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .font14 {
    font-size: 1rem;
  }
}
/* ========== end △ */

.font20 {
  font-size: 2rem;
}
/* ▽ TAB layout ========== */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .font20 {
    font-size: 1.6rem;
  }
}
/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .font20 {
    font-size: 1.6rem;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .font20 {
    font-size: 1.4rem;
  }
}
/* ========== end △ */

.font25 {
  font-size: 2.5rem;
}
/* ▽ TAB layout ========== */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .font25 {
    font-size: 2rem;
  }
}
/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .font25 {
    font-size: 2rem;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .font25 {
    font-size: 1.5rem;
  }
}
/* ========== end △ */

.font50 {
  font-size: 5rem;
}
/* ▽ TAB layout ========== */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .font50 {
    font-size: 4rem;
  }
}
/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .font50 {
    font-size: 3.8rem;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .font50 {
    font-size: 2.5rem;
  }
}
/* ========== end △ */

/* カラー
-------------------------------------------------- */
.bg_gra {
  background-image: linear-gradient(#dfe9f3, #dfe9f3 30%, #eff4f9 80%, #ffffff);
}

.red {
  color: #e64551;
}

/* レイアウト
-------------------------------------------------- */
.jus_end {
  display: flex;
  justify-content: flex-end;
}

.jus_center {
  display: flex;
  justify-content: center;
}

.jus_between {
  display: flex;
  justify-content: space-between;
}

.align_center {
  display: flex;
  align-items: center;
}

.align_base {
  display: flex;
  align-items: baseline;
}

.flex {
  display: flex;
}

.radius {
  border-radius: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .radius {
    border-radius: 7px;
  }
}
/* ========== end △ */

.indent_wrap p {
  padding-left: 1em;
  text-indent: -1em;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.scroll {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
  z-index: -1;
  position: relative;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .scroll {
    padding-top: 30px;
    margin-top: -30px;
  }
}
/* ========== end △ */

.desc p:nth-child(n+2) {
  margin-top: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .desc p:nth-child(n+2) {
    margin-top: 10px;
  }
}
/* ========== end △ *//*# sourceMappingURL=base.css.map */