/* Scss Document */
/* Scss Document */
.main {
  padding-top: 0;
}

.index_content {
  padding: 100px 0;
}
@media only screen and (max-width: 640px) {
  .index_content {
    padding: calc(60 / 640 * 100vw) 0;
  }
}
.index_lttl {
  margin-bottom: 60px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  .index_lttl {
    margin-bottom: calc(60 / 640 * 100vw);
  }
}
.index_lttl .en {
  margin-bottom: 20px;
  display: inline-block;
  background: linear-gradient(138deg, #0D7CCE 17.39%, #1AAFD8 86.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Outfit", sans-serif;
  font-size: 5.6rem;
  font-weight: 200;
}
@media only screen and (max-width: 640px) {
  .index_lttl .en {
    margin-bottom: calc(16 / 640 * 100vw);
    font-size: calc(56 / 640 * 100vw);
  }
}
.index_lttl .jp {
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .index_lttl .jp {
    font-size: calc(24 / 640 * 100vw);
  }
}
.index_lead {
  margin-bottom: 30px;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media only screen and (max-width: 1920px) {
  .index_lead {
    font-size: calc(36 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .index_lead {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 640px) {
  .index_lead {
    font-size: calc(36 / 640 * 100vw);
    line-height: 1.4444444444;
  }
}
.index_text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .index_text {
    font-size: calc(20 / 640 * 100vw);
    line-height: 1.6;
  }
}
.index_btn {
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .index_btn {
    margin-top: calc(60 / 640 * 100vw);
  }
}
.index_btn a {
  display: inline;
  position: relative;
  padding-left: 60px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  .index_btn a {
    padding-left: calc(80 / 640 * 100vw);
    font-size: calc(24 / 640 * 100vw);
  }
}
.index_btn a:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 51px;
  height: 51px;
  background: url("../images/index/index_btn.png") top left no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .index_btn a:before {
    width: calc(60 / 640 * 100vw);
    height: calc(60 / 640 * 100vw);
  }
}
.index_btn a:hover {
  text-decoration: none;
}

.mv {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .mv {
    height: auto;
  }
}
.mv .mv_ttl {
  position: absolute;
  bottom: 150px;
  left: 160px;
  z-index: 1;
}
@media only screen and (max-width: 1920px) {
  .mv .mv_ttl {
    bottom: calc(150 / 1920 * 100vw);
    left: calc(160 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .mv .mv_ttl {
    bottom: 75px;
    left: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .mv .mv_ttl {
    bottom: calc(145 / 640 * 100vw);
    left: calc(50 / 640 * 100vw);
  }
}
@media only screen and (max-width: 1920px) {
  .mv .mv_ttl .en {
    width: calc(729 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .mv .mv_ttl .en {
    width: 455px;
  }
}
@media only screen and (max-width: 640px) {
  .mv .mv_ttl .en {
    width: calc(545 / 640 * 100vw);
  }
}
.mv .mv_ttl .jp {
  margin-top: 0.3em;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1920px) {
  .mv .mv_ttl .jp {
    font-size: calc(36 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .mv .mv_ttl .jp {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 640px) {
  .mv .mv_ttl .jp {
    margin-top: 1em;
    margin-left: 2em;
    font-size: calc(28 / 640 * 100vw);
  }
}
.mv .mv_video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media only screen and (max-width: 640px) {
  .mv .mv_video {
    width: 100%;
    position: static;
    min-height: initial;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.recommended .index_content {
  padding-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .recommended .index_content .index_lttl {
    margin-bottom: calc(30 / 640 * 100vw);
  }
}
.recommended .recommended_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 90px;
}
@media only screen and (max-width: 1600px) {
  .recommended .recommended_list {
    margin-bottom: calc(60 / 1600 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .recommended .recommended_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 640px) {
  .recommended .recommended_list {
    display: block;
    margin-bottom: calc(100 / 640 * 100vw);
  }
}
.recommended .recommended_list_item {
  width: 480px;
  margin: 90px 0 0 40px;
}
@media only screen and (max-width: 1600px) {
  .recommended .recommended_list_item {
    width: calc(460 / 1600 * 100vw);
    margin: calc(90 / 1600 * 100vw) 0 0 calc(40 / 1600 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .recommended .recommended_list_item {
    width: 48%;
    margin: 60px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .recommended .recommended_list_item {
    width: calc(640 / 640 * 100vw);
    margin: 0 calc(-30 / 640 * 100vw) 0;
  }
}
.recommended .recommended_list_item:nth-child(3n+1) {
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  .recommended .recommended_list_item:nth-child(3n+1) {
    width: calc(640 / 640 * 100vw);
    margin-left: calc(-30 / 640 * 100vw);
  }
}
.recommended .recommended_list_item:nth-child(-n+3) {
  margin-top: 0;
}
@media only screen and (max-width: 1200px) {
  .recommended .recommended_list_item:nth-child(-n+3) {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .recommended .recommended_list_item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .recommended .recommended_list_item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .recommended .recommended_list_item:nth-child(2n+2) a {
    background: #F9F8F5;
  }
}
@media only screen and (max-width: 640px) {
  .recommended .recommended_list_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: calc(30 / 640 * 100vw);
  }
}
.recommended .recommended_list_img {
  margin-bottom: 20px;
  border-radius: 1.6rem;
  overflow: hidden;
}
@media only screen and (max-width: 1600px) {
  .recommended .recommended_list_img {
    margin-bottom: calc(20 / 1600 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .recommended .recommended_list_img {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .recommended .recommended_list_img {
    width: 45%;
    margin-bottom: 0;
    border-radius: calc(16 / 640 * 100vw);
  }
}
.recommended .recommended_list_img img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .recommended .recommended_list_textarea {
    width: 50%;
  }
}
.recommended .recommended_list_ttl {
  margin-bottom: 1em;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
}
@media only screen and (max-width: 1600px) {
  .recommended .recommended_list_ttl {
    font-size: calc(24 / 1600 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .recommended .recommended_list_ttl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .recommended .recommended_list_ttl {
    margin-bottom: 0.7em;
    font-size: calc(24 / 640 * 100vw);
    font-weight: 500;
  }
}
.recommended .recommended_list_address, .recommended .recommended_list_access {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .recommended .recommended_list_address, .recommended .recommended_list_access {
    font-size: calc(20 / 640 * 100vw);
    line-height: 1.4;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 640px) {
  .recommended .recommended_list_address .nav, .recommended .recommended_list_access .nav {
    display: none;
  }
}

.information .index_content {
  padding-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .information .inner {
    padding: 0;
  }
}
.information .index_lttl {
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .information .index_lttl {
    margin-bottom: calc(60 / 640 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .information .index_btn {
    position: absolute;
    bottom: calc(85 / 640 * 100vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.information .information_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 120px;
  padding: 100px 95px;
  background: rgba(250, 248, 244, 0.9);
}
@media only screen and (max-width: 1600px) {
  .information .information_wrap {
    margin-bottom: calc(120 / 1600 * 100vw);
    padding: calc(100 / 1600 * 100vw) calc(95 / 1600 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .information .information_wrap {
    padding: 75px 40px;
  }
}
@media only screen and (max-width: 640px) {
  .information .information_wrap {
    position: relative;
    display: block;
    margin-bottom: 0;
    padding: calc(70 / 640 * 100vw) calc(30 / 640 * 100vw) calc(60 / 640 * 100vw);
  }
}
.information .information_ttl {
  width: 380px;
}
@media only screen and (max-width: 640px) {
  .information .information_ttl {
    width: 100%;
  }
}
.information .information_list {
  width: 860px;
  font-size: 1.8rem;
  border-bottom-left-radius: 0.05em;
  line-height: 1.5;
}
@media only screen and (max-width: 1600px) {
  .information .information_list {
    width: calc(100% - 400px);
  }
}
@media only screen and (max-width: 640px) {
  .information .information_list {
    width: 100%;
    font-size: calc(24 / 640 * 100vw);
  }
}
.information .information_list_item {
  margin-top: 2.5em;
}
@media only screen and (max-width: 640px) {
  .information .information_list_item {
    margin-top: 2em;
  }
}
.information .information_list_item:first-child {
  margin-top: 0;
}
.information .information_list_item span,
.information .information_list_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .information .information_list_item span,
  .information .information_list_item a {
    display: block;
  }
}
.information .information_list_item a:hover {
  text-decoration: underline;
}
.information .information_list_date {
  width: 120px;
  color: #0D7CCE;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .information .information_list_date {
    width: 100%;
  }
}
.information .information_list_ttl {
  width: 700px;
  font-weight: 400;
}
@media only screen and (max-width: 1600px) {
  .information .information_list_ttl {
    width: calc(100% - 120px);
  }
}
@media only screen and (max-width: 640px) {
  .information .information_list_ttl {
    width: 100%;
  }
}

.features .content {
  padding: 120px 0 220px;
  background: url("../images/index/features_bg.jpg") top center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1600px) {
  .features .content {
    padding: calc(60 / 1600 * 100vw) 0 calc(240 / 1600 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .features .content {
    padding: 90px 0 165px;
  }
}
@media only screen and (max-width: 640px) {
  .features .content {
    height: calc(845 / 640 * 100vw);
    padding: calc(80 / 640 * 100vw) 0 0;
    background: url("../images/index/features_bg_sp.jpg") top center no-repeat;
    background-size: cover;
  }
}
.features .inner._m {
  padding: 0 140px;
}
@media only screen and (max-width: 1600px) {
  .features .inner._m {
    padding: 0 calc(140 / 1600 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .features .inner._m {
    padding: 0 105px;
  }
}
@media only screen and (max-width: 640px) {
  .features .inner._m {
    padding: 0 calc(30 / 640 * 100vw);
  }
}
.features .index_lttl .en {
  -webkit-text-fill-color: inherit;
}
.features .index_btn a:before {
  background: url("../images/index/index_btn_white.png") top left no-repeat;
  background-size: contain;
}
.features .features_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #FFF;
}
@media only screen and (max-width: 640px) {
  .features .features_wrap {
    display: block;
  }
}
.features .features_textarea {
  width: 600px;
}
@media only screen and (max-width: 1200px) {
  .features .features_textarea {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .features .features_textarea {
    width: 100%;
  }
}
.features .features_img {
  width: 534px;
  margin-right: 150px;
}
@media only screen and (max-width: 1600px) {
  .features .features_img {
    width: calc(534 / 1600 * 100vw);
    margin-right: calc(100 / 1600 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .features .features_img {
    width: 50%;
    margin-right: 75px;
  }
}

.support,
.works {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .support,
  .works {
    width: 100%;
  }
}
.support .index_content,
.works .index_content {
  padding: 65px 0 320px;
  color: #FFF;
}
@media only screen and (max-width: 1920px) {
  .support .index_content,
  .works .index_content {
    padding: calc(65 / 1920 * 100vw) 0 calc(300 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .support .index_content,
  .works .index_content {
    padding: 50px 0 100px;
  }
}
@media only screen and (max-width: 640px) {
  .support .index_content,
  .works .index_content {
    padding: calc(50 / 640 * 100vw) 0 0;
  }
}
.support .inner,
.works .inner {
  min-width: 600px;
  padding: 0 90px;
}
@media only screen and (max-width: 1920px) {
  .support .inner,
  .works .inner {
    min-width: calc(600 / 1920 * 100vw);
    padding: 0 calc(90 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .support .inner,
  .works .inner {
    min-width: 100%;
    padding: 0 calc(30 / 640 * 100vw);
  }
}
.support .index_lttl,
.works .index_lttl {
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .support .index_lttl,
  .works .index_lttl {
    margin-bottom: calc(60 / 640 * 100vw);
  }
}
.support .index_lttl .en,
.works .index_lttl .en {
  -webkit-text-fill-color: inherit;
}
.support .index_btn a:before,
.works .index_btn a:before {
  background: url("../images/index/index_btn_white.png") top left no-repeat;
  background-size: cover;
}

.support_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .support_wrap {
    display: block;
  }
}
.support .index_content {
  background: url("../images/index/support_bg.jpg") top center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .support .index_content {
    height: calc(720 / 640 * 100vw);
    background: url("../images/index/support_bg_sp.jpg") top center no-repeat;
    background-size: cover;
  }
}

.works .index_content {
  background: url("../images/index/works_bg.jpg") top center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .works .index_content {
    height: calc(720 / 640 * 100vw);
    background: url("../images/index/works_bg_sp.jpg") top center no-repeat;
    background-size: cover;
  }
}

.sell .index_content {
  padding: 0;
}
.sell .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .sell .inner {
    display: block;
  }
}
.sell .sell_textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  padding: 75px 0;
  background: #F9F8F5;
}
@media only screen and (max-width: 640px) {
  .sell .sell_textarea {
    display: block;
    width: 100%;
    padding: calc(50 / 640 * 100vw) calc(30 / 640 * 100vw);
  }
}
.sell .sell_img {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .sell .sell_img {
    width: 100%;
  }
}
.sell .sell_img img {
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .sell .sell_img img {
    width: auto;
    /* height: 100%; */
  }
}

.staff .index_content {
  position: relative;
  padding: 120px 0;
  background: url("../images/index/staff_bg.jpg") top center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1920px) {
  .staff .index_content {
    padding: calc(120 / 1920 * 100vw) 0;
  }
}
@media only screen and (max-width: 1200px) {
  .staff .index_content {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 640px) {
  .staff .index_content {
    height: calc(807 / 640 * 100vw);
    padding: calc(50 / 640 * 100vw) 0 0;
    background: url("../images/index/staff_bg_sp.jpg") top center no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 640px) {
  .staff .index_btn {
    position: absolute;
    bottom: calc(45 / 640 * 100vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.staff .slick-slide {
  width: 304px;
  margin-left: 28px;
}
@media only screen and (max-width: 1920px) {
  .staff .slick-slide {
    width: calc(304 / 1920 * 100vw);
    margin-left: calc(28 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .staff .slick-slide {
    width: 250px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .staff .slick-slide {
    width: calc(303 / 640 * 100vw);
    margin-left: calc(20 / 640 * 100vw);
  }
}
.staff .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .staff .inner {
    display: block;
  }
}
.staff .staff_textarea {
  width: 30%;
  padding-left: 200px;
}
@media only screen and (max-width: 1920px) {
  .staff .staff_textarea {
    padding-left: calc(200 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1600px) {
  .staff .staff_textarea {
    padding-left: calc(100 / 1600 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .staff .staff_textarea {
    width: 100%;
    padding: 0 calc(30 / 640 * 100vw) 0 calc(30 / 640 * 100vw);
  }
}
.staff .staff_slide_wrap {
  width: 70%;
}
@media only screen and (max-width: 640px) {
  .staff .staff_slide_wrap {
    width: 100%;
  }
}