@charset "UTF-8";
/* CSS Document */
@import url("https://use.typekit.net/goz3cur.css");
/*初期設定*/
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
}

.sp-vis, .sp_on {
  display: none !important;
}

@media screen and (max-width: 860px) {
  .sp-vis, .sp_on {
    display: block !important;
  }
  .pc-vis {
    display: none !important;
  }
}
body {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
  margin: 0 auto;
  color: #042c45;
  /*border: 1px solid #000;*/
}
@media screen and (max-width: 860px) {
  body {
    font-size: clamp(0px, 2.32vw, 10px);
  }
}

/*floatクリア用*/
.clear {
  clear: both;
}

/*メインコンテンツブロック*/
.clearfix:after {
  content: " "; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
  overflow: visible;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

a {
  text-decoration: none;
  color: #3E3A39;
}

a img {
  border: none;
  outline: none;
}

p {
  line-height: 1.7;
}

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

table img {
  display: block;
}

table td, table th {
  box-sizing: border-box;
}

.right {
  float: right;
}

.left {
  float: left;
}

.rela {
  position: relative;
}

.abso {
  position: absolute;
}

h1, h2, h3, h4 {
  text-align: center;
}

ul li {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.top {
  align-items: flex-start;
}
.flex.flex_cont_2 > * {
  width: 47%;
}
@media screen and (max-width: 860px) {
  .flex.flex_cont_2 {
    display: block;
  }
  .flex.flex_cont_2 > * {
    width: 100%;
  }
  .flex.flex_cont_2 > *:nth-child(n+2) {
    margin-top: 40px;
  }
}
.flex.flex_cont_3 {
  align-items: flex-start;
}
.flex.flex_cont_3.wrap::after {
  content: "";
  width: 31%;
  display: block;
}
.flex.flex_cont_3.wrap > *:nth-child(n+4) {
  margin-top: 2%;
}
.flex.flex_cont_3 > * {
  width: 31%;
}
.flex.flex_cont_3 > *:nth-child(n+4) {
  margin-top: 5%;
}
@media screen and (max-width: 860px) {
  .flex.flex_cont_3 {
    display: block;
  }
  .flex.flex_cont_3 > * {
    width: 100%;
  }
  .flex.flex_cont_3 > *:nth-child(n+2) {
    margin-top: 20px !important;
  }
}

/* 画面外にいる状態 */
.square::after, .square::before {
  opacity: 0;
  transition: all 2000ms;
}

/* 画面内に入った状態 */
.square.scrollin::after, .square.scrollin::before {
  opacity: 1;
}

.slick-track {
  display: flex !important;
  align-items: stretch;
  justify-content: center;
}

@media (max-width: 845px) {
  .slick-track {
    justify-content: space-between;
  }
}
.slick-slide {
  height: auto !important;
}

.slick-slide > * {
  height: 100% !important;
}

section {
  position: relative;
}

.cont_size_box {
  width: calc(100% - 50px);
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
}
@media screen and (max-width: 1440px) {
  .cont_size_box {
    max-width: 1200px;
    margin: 0 auto;
    width: 84%;
  }
}

.center {
  margin: 0 auto;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mt-6 {
  margin-top: 60px;
}

.mt-7 {
  margin-top: 70px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-9 {
  margin-top: 90px;
}

.mt-10 {
  margin-top: 100px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mb-6 {
  margin-bottom: 60px;
}

.mb-7 {
  margin-bottom: 70px;
}

.mb-8 {
  margin-bottom: 80px;
}

.mb-9 {
  margin-bottom: 90px;
}

.mb-10 {
  margin-bottom: 100px;
}

.mb-25 {
  margin-bottom: 250px;
}

.pt-1 {
  padding-top: 10px;
}

.pt-2 {
  padding-top: 20px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-5 {
  padding-top: 50px;
}

.pt-6 {
  padding-top: 60px;
}

.pt-7 {
  padding-top: 70px;
}

.pt-8 {
  padding-top: 80px;
}

.pt-9 {
  padding-top: 90px;
}

.pt-10 {
  padding-top: 100px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-5 {
  padding-bottom: 50px;
}

.pb-6 {
  padding-bottom: 60px;
}

.pb-7 {
  padding-bottom: 70px;
}

.pb-8 {
  padding-bottom: 80px;
}

.pb-9 {
  padding-bottom: 90px;
}

.pb-10 {
  padding-bottom: 100px;
}

.cont_size_box {
  margin: 0 auto;
  max-width: 880px;
  width: 95%;
}/*# sourceMappingURL=base.css.map */