@charset "UTF-8";
/* ======================= VARIABLE ====== */
/* placeholder color */
/* ======================= IMPORT ====== */
/*=================

      top.scss

=======================*/
/*top_header_catch*/
.top_header_catch {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding: 128px 0 0 0;
}

@media only screen and (max-width: 1400px) {
  .top_header_catch {
    padding: 40px 0 40px 0;
  }
}

.top_header_catch .bg_top_header_catch {
  width: 50%;
  max-width: 550px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background: transparent linear-gradient(179deg, #FF7272 0%, #442571 100%);
}

.top_catch .top_catch_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 460px;
  margin: 50px 0 0px;
  padding: 0 0 50px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .top_catch .top_catch_content {
    min-height: 360px;
  }
}

@media only screen and (max-width: 1300px) {
  .top_catch .top_catch_content .top_catch_content_title_wrap {
    width: calc(100% - 100px);
  }
}

@media only screen and (max-width: 640px) {
  .top_catch .top_catch_content .top_catch_content_title_wrap {
    width: calc(100% - 66px);
  }
}

.top_catch .top_catch_content .top_catch_content_title_wrap .top_catch_title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 68px;
  color: #1C1C1C;
  line-height: 1.2;
}

@media only screen and (max-width: 640px) {
  .top_catch .top_catch_content .top_catch_content_title_wrap .top_catch_title {
    font-size: 40px;
  }
}

.top_catch .top_catch_content .top_catch_content_title_wrap .top_catch_sub_title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 68px;
  color: #3A3A3A;
  line-height: 1.2;
}

@media only screen and (max-width: 640px) {
  .top_catch .top_catch_content .top_catch_content_title_wrap .top_catch_sub_title {
    font-size: 40px;
  }
}

.top_catch .top_catch_content .top_message_img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -80px;
  width: 16px;
}

@media only screen and (max-width: 1300px) {
  .top_catch .top_catch_content .top_message_img {
    position: static;
    margin: 0 34px 0 0;
    top: auto;
    -webkit-transform: none;
    transform: none;
  }
}

@media only screen and (max-width: 640px) {
  .top_catch .top_catch_content .top_message_img {
    margin: 0 20px 0 0;
    width: 13px;
  }
}

.top_catch .top_catch_content .top_message_img img {
  width: 100%;
}

.top_catch .top_catch_content .top_scroll_img {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -80px;
  width: 16px;
}

@media only screen and (max-width: 1300px) {
  .top_catch .top_catch_content .top_scroll_img {
    position: static;
    margin: 0 10px 0 34px;
    top: auto;
    -webkit-transform: none;
    transform: none;
  }
}

@media only screen and (max-width: 640px) {
  .top_catch .top_catch_content .top_scroll_img {
    margin: 0 0 0 20px;
    width: 13px;
  }
}

.top_catch .top_catch_content .top_scroll_img img {
  width: 100%;
}

/*top_title*/
.top_title_wrap {
  margin: 0 0 50px;
}

@media only screen and (max-width: 640px) {
  .top_title_wrap {
    margin: 0 0 30px;
  }
}

.top_title_wrap .top_title_ja {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 0 10px;
}

.top_title_wrap .top_title_ja.color_w {
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .top_title_wrap .top_title_ja {
    font-size: 16px;
  }
}

.top_title_wrap .top_title_en {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  color: #1C1C1C;
  line-height: 1.3;
}

.top_title_wrap .top_title_en.color_w {
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .top_title_wrap .top_title_en {
    font-size: 40px;
  }
}

.top_title_dot_wrap {
  margin: 0 0 50px;
}

@media only screen and (max-width: 640px) {
  .top_title_dot_wrap {
    margin: 0 0 30px;
  }
}

.top_title_dot_wrap .top_title_ja_dot {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #707070;
  line-height: 1.3;
  margin: 0 0 10px;
  padding: 0 0 0 30px;
  position: relative;
}

.top_title_dot_wrap .top_title_ja_dot.color_w {
  color: #fff;
}

.top_title_dot_wrap .top_title_ja_dot::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #6E6181;
}

@media only screen and (max-width: 640px) {
  .top_title_dot_wrap .top_title_ja_dot {
    font-size: 16px;
  }
}

.top_title_dot_wrap .top_title_en_dot {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  color: #1C1C1C;
  line-height: 1.3;
}

@media only screen and (max-width: 640px) {
  .top_title_dot_wrap .top_title_en_dot {
    font-size: 50px;
  }
}

.top_title_dot_wrap .top_title_en_dot.t_ja {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 40px;
  color: #3A3A3A;
}

@media only screen and (max-width: 640px) {
  .top_title_dot_wrap .top_title_en_dot.t_ja {
    font-size: 30px;
  }
}

.top_title_dot_wrap .top_title_en_dot.color_w {
  color: #fff;
}

/*top_text*/
.top_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 2.2;
  margin: 0 0 30px;
}

/*fv*/
.fv {
  width: 100%;
}

.fv .fv_right {
  position: relative;
}

.fv .fv_right .fv_bg {
  width: 100%;
  height: 580px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 960px) {
  .fv .fv_right .fv_bg {
    height: 400px;
  }
}

@media only screen and (max-width: 640px) {
  .fv .fv_right .fv_bg {
    height: 300px;
  }
}

.fv_content {
  position: absolute;
  top: -50px;
  right: 50px;
  z-index: 2;
}

@media only screen and (max-width: 960px) {
  .fv_content {
    position: static;
    margin: 50px 0 0 0;
  }
}

.fv_content .fv_content_inner {
  display: inline-block;
  min-width: 280px;
}

.fv_content .fv_content_inner .fv_content_seminar {
  background-image: url(../images/top/bg_seminar.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  padding: 35px 56px;
  min-width: 410px;
}

@media only screen and (max-width: 960px) {
  .fv_content .fv_content_inner .fv_content_seminar {
    padding: 20px 30px;
  }
}

@media only screen and (max-width: 640px) {
  .fv_content .fv_content_inner .fv_content_seminar {
    padding: 20px 20px;
    min-width: auto;
  }
}

.fv_content .fv_content_inner .fv_content_seminar .fv_content_seminar_inner .fv_content_seminar_text {
  text-align: center;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #3A3A3A;
  line-height: 1.5;
  margin: 0 0 10px;
}

@media only screen and (max-width: 960px) {
  .fv_content .fv_content_inner .fv_content_seminar .fv_content_seminar_inner .fv_content_seminar_text {
    font-size: 24px;
  }
}

@media only screen and (max-width: 640px) {
  .fv_content .fv_content_inner .fv_content_seminar .fv_content_seminar_inner .fv_content_seminar_text {
    font-size: 20px;
  }
}

.fv_content .fv_content_inner .fv_content_seminar .fv_content_seminar_inner .fv_content_seminar_date {
  text-align: center;
  font-family: 'Inter', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 30px;
  color: #3A3A3A;
  line-height: 1.5;
  margin: 0 0 10px;
}

@media only screen and (max-width: 960px) {
  .fv_content .fv_content_inner .fv_content_seminar .fv_content_seminar_inner .fv_content_seminar_date {
    font-size: 24px;
  }
}

@media only screen and (max-width: 640px) {
  .fv_content .fv_content_inner .fv_content_seminar .fv_content_seminar_inner .fv_content_seminar_date {
    font-size: 20px;
  }
}

.fv_content .fv_content_inner .fv_content_seminar .fv_content_seminar_inner .fv_content_seminar_link {
  max-width: 500px;
  width: 100%;
  height: 58px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3A3A3A;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  position: relative;
  padding: 0 60px;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  .fv_content .fv_content_inner .fv_content_seminar .fv_content_seminar_inner .fv_content_seminar_link {
    font-size: 18px;
  }
}

@media only screen and (max-width: 640px) {
  .fv_content .fv_content_inner .fv_content_seminar .fv_content_seminar_inner .fv_content_seminar_link {
    height: 48px;
    font-size: 16px;
  }
}

.fv_content .fv_content_inner .fv_content_seminar .fv_content_seminar_inner .fv_content_seminar_link:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  width: 22px;
  height: 22px;
  background-image: url(../images/common/icon_arrow_bl.svg);
}

/*top_about*/
.top_about {
  padding: 200px 0 150px;
  background-color: #fff;
}

@media only screen and (max-width: 640px) {
  .top_about {
    padding: 100px 0 80px;
  }
}

.top_about_detail {
  width: 100%;
  background: transparent linear-gradient(179deg, #FF7272 0%, #442571 100%);
  padding: 100px 0 200px 0;
}

@media only screen and (max-width: 640px) {
  .top_about_detail {
    padding: 50px 0 150px;
  }
}

.top_about_detail .top_about_detail_text {
  max-width: 1100px;
  padding: 0 30px 0 0;
  margin: 0 0 0 auto;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  line-height: 2;
}

@media only screen and (max-width: 1100px) {
  .top_about_detail .top_about_detail_text {
    padding: 0 15px 0 15px;
  }
}

@media only screen and (max-width: 640px) {
  .top_about_detail .top_about_detail_text {
    font-size: 18px;
  }
}

.top_about_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #3A3A3A;
  line-height: 2.5;
  margin: 0 0 102px;
}

@media only screen and (max-width: 960px) {
  .top_about_text {
    font-size: 18px;
    margin: 0 0 50px;
  }
}

.top_about_box_block {
  width: 100%;
  margin: -100px 0 0 0;
  position: relative;
}

.top_about_box_block .top_about_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_about_box_block .top_about_box_wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 840px) {
  .top_about_box_block .top_about_box_wrap {
    display: block;
    margin: 0 0 80px;
  }
}

.top_about_box_block .top_about_box_wrap:last-child {
  margin: 0 0 0;
}

.top_about_box_block .top_about_box_wrap .top_about_box_img {
  width: 50%;
  height: 700px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 840px) {
  .top_about_box_block .top_about_box_wrap .top_about_box_img {
    width: 100%;
    height: 400px;
  }
}

@media only screen and (max-width: 640px) {
  .top_about_box_block .top_about_box_wrap .top_about_box_img {
    height: 300px;
  }
}

.top_about_box_block .top_about_box_wrap .top_about_box_detail {
  width: 50%;
  background-color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 380px;
  margin: 0 auto;
}

@media only screen and (max-width: 840px) {
  .top_about_box_block .top_about_box_wrap .top_about_box_detail {
    width: 100%;
    margin: 50px auto 0;
  }
}

@media only screen and (max-width: 640px) {
  .top_about_box_block .top_about_box_wrap .top_about_box_detail {
    margin: 30px 0 0;
  }
}

.top_about_box_block .top_about_box_wrap .top_about_box_detail .top_about_box_detail_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 2;
  margin: 0 0 40px;
}

@media only screen and (max-width: 640px) {
  .top_about_box_block .top_about_box_wrap .top_about_box_detail .top_about_box_detail_text {
    font-size: 14px;
    margin: 0 0 30px;
  }
}

@media only screen and (min-width: 960px) {
  .top_about_box:hover .common_read_more_wrap .common_read_more_arrow {
    background-color: #fff;
  }
}

@media only screen and (min-width: 960px) {
  .top_about_box:hover .top_about_box_img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

/*top_interview*/
.top_interview {
  padding: 50px 0 150px;
  background-color: #fff;
}

@media only screen and (max-width: 640px) {
  .top_interview {
    padding: 30px 0 100px;
  }
}

.top_interview_contetnt_block {
  width: 100%;
  margin: 0 0 80px;
}

@media only screen and (max-width: 640px) {
  .top_interview_contetnt_block {
    margin: 0 0 50px;
  }
}

.top_interview_contetnt_block .top_interview_list {
  width: 100%;
}

.top_interview_contetnt_block .top_interview_list .top_interview_item .top_interview_link {
  display: block;
}

.top_interview_contetnt_block .top_interview_list .top_interview_item .top_interview_link .top_interview_img_wrap {
  overflow: hidden;
  width: 100%;
  height: 600px;
  position: relative;
}

@media only screen and (max-width: 500px) {
  .top_interview_contetnt_block .top_interview_list .top_interview_item .top_interview_link .top_interview_img_wrap {
    height: 500px;
  }
}

.top_interview_contetnt_block .top_interview_list .top_interview_item .top_interview_link .top_interview_img_wrap .top_interview_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
  overflow: hidden;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

@media only screen and (max-width: 340px) {
  .top_interview_contetnt_block .top_interview_list .top_interview_item .top_interview_link .top_interview_img_wrap .top_interview_img {
    height: 400px;
  }
}

.top_interview_contetnt_block .top_interview_list .top_interview_item .top_interview_link .top_interview_detail {
  margin: -20px 0 0 0;
  padding: 0 40px 0 0;
  position: relative;
}

.top_interview_contetnt_block .top_interview_list .top_interview_item .top_interview_link .top_interview_detail .top_interview_name {
  font-family: 'Inter', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 24px 0 10px;
}

@media only screen and (max-width: 640px) {
  .top_interview_contetnt_block .top_interview_list .top_interview_item .top_interview_link .top_interview_detail .top_interview_name {
    font-size: 20px;
  }
}

.top_interview_contetnt_block .top_interview_list .top_interview_item .top_interview_link .top_interview_detail .top_interview_time_job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_interview_contetnt_block .top_interview_list .top_interview_item .top_interview_link .top_interview_detail .top_interview_time {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 640px) {
  .top_interview_contetnt_block .top_interview_list .top_interview_item .top_interview_link .top_interview_detail .top_interview_time {
    font-size: 14px;
  }
}

.top_interview_contetnt_block .top_interview_list .top_interview_item .top_interview_link .top_interview_detail .top_interview_job {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #707070;
  line-height: 1.5;
  margin: 0 0 10px;
}

@media only screen and (max-width: 640px) {
  .top_interview_contetnt_block .top_interview_list .top_interview_item .top_interview_link .top_interview_detail .top_interview_job {
    font-size: 14px;
  }
}

@media only screen and (min-width: 960px) {
  .top_interview_link:hover .top_interview_img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

/*top_project_story*/
.top_project_story {
  padding: 90px 0 150px;
  background-color: #fff;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .top_project_story {
    padding: 30px 0 100px;
  }
}

.bg_top_project_story {
  position: absolute;
  top: 150px;
  left: 0;
  width: 70%;
  height: 60%;
  background: transparent linear-gradient(179deg, #FF7272 0%, #442571 100%);
}

@media only screen and (max-width: 640px) {
  .bg_top_project_story {
    top: 80px;
  }
}

.top_project_story_wrap {
  max-width: calc(100% - (50% - (1100px / 2)));
  width: calc(100% - 15px);
  margin-left: auto;
  margin-right: 0;
}

.top_project_story_content_block {
  width: 100%;
  margin: 0 0 80px;
}

@media only screen and (max-width: 640px) {
  .top_project_story_content_block {
    margin: 0 0 40px;
  }
}

.top_project_story_content_block .top_project_story_list .top_project_story_item .top_project_story_link {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
}

@media only screen and (max-width: 640px) {
  .top_project_story_content_block .top_project_story_list .top_project_story_item .top_project_story_link {
    height: 300px;
  }
}

.top_project_story_content_block .top_project_story_list .top_project_story_item .top_project_story_link .top_project_story_link_content {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  width: 100%;
  height: 400px;
}

@media only screen and (max-width: 640px) {
  .top_project_story_content_block .top_project_story_list .top_project_story_item .top_project_story_link .top_project_story_link_content {
    height: 300px;
  }
}

.top_project_story_content_block .top_project_story_list .top_project_story_item .top_project_story_link .top_project_story_link_content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.top_project_story_content_block .top_project_story_list .top_project_story_item .top_project_story_link .top_project_story_link_content_detail {
  padding: 40px 60px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .top_project_story_content_block .top_project_story_list .top_project_story_item .top_project_story_link .top_project_story_link_content_detail {
    padding: 20px 20px;
  }
}

.top_project_story_content_block .top_project_story_list .top_project_story_item .top_project_story_link .top_project_story_link_content_detail .top_project_story_link_content_detail_inner {
  width: 100%;
}

.top_project_story_content_block .top_project_story_list .top_project_story_item .top_project_story_link .top_project_story_link_content_detail .top_project_story_link_content_detail_inner .top_project_story_link_content_detail_title_block {
  width: 100%;
}

.top_project_story_content_block .top_project_story_list .top_project_story_item .top_project_story_link .top_project_story_link_content_detail .top_project_story_link_content_detail_inner .top_project_story_link_content_detail_title_block .top_project_story_link_content_detail_num {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
  color: #fff;
  margin: 0 0 16px;
  position: relative;
  padding: 0 42px 0 0;
}

@media only screen and (max-width: 640px) {
  .top_project_story_content_block .top_project_story_list .top_project_story_item .top_project_story_link .top_project_story_link_content_detail .top_project_story_link_content_detail_inner .top_project_story_link_content_detail_title_block .top_project_story_link_content_detail_num {
    font-size: 20px;
  }
}

.top_project_story_content_block .top_project_story_list .top_project_story_item .top_project_story_link .top_project_story_link_content_detail .top_project_story_link_content_detail_inner .top_project_story_link_content_detail_title_block .top_project_story_link_content_detail_num:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 26px;
  height: 1px;
  background-color: #fff;
}

.top_project_story_content_block .top_project_story_list .top_project_story_item .top_project_story_link .top_project_story_link_content_detail .top_project_story_link_content_detail_inner .top_project_story_link_content_detail_title_block .top_project_story_link_content_detail_title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 36px;
  color: #fff;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 54px;
  max-height: calc(54px*2);
}

@media only screen and (max-width: 640px) {
  .top_project_story_content_block .top_project_story_list .top_project_story_item .top_project_story_link .top_project_story_link_content_detail .top_project_story_link_content_detail_inner .top_project_story_link_content_detail_title_block .top_project_story_link_content_detail_title {
    font-size: 26px;
    line-height: 39px;
    max-height: calc(39px*2);
  }
}

@media only screen and (min-width: 960px) {
  .top_project_story_link:hover .top_project_story_link_content {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

/*top_company_img*/
.top_company_img {
  width: 100%;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 960px) {
  .top_company_img {
    height: 400px;
  }
}

@media only screen and (max-width: 640px) {
  .top_company_img {
    height: 260px;
  }
}

/*top_culture*/
.top_culture {
  padding: 90px 0 150px;
  background-color: #fff;
}

@media only screen and (max-width: 640px) {
  .top_culture {
    padding: 30px 0 100px;
  }
}

.top_culture_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 840px) {
  .top_culture_content {
    display: block;
  }
}

.top_culture_content .top_culture_content_detail {
  width: calc((100% - 50px) /2);
  padding: 100px 50px 50px;
  margin: 0 50px 0 0;
  background: transparent linear-gradient(179deg, #FF7272 0%, #442571 100%);
}

@media only screen and (max-width: 840px) {
  .top_culture_content .top_culture_content_detail {
    width: 100%;
    margin: 0 0 50px 0;
  }
}

@media only screen and (max-width: 640px) {
  .top_culture_content .top_culture_content_detail {
    padding: 50px 30px 30px;
  }
}

.top_culture_content .top_culture_content_box {
  width: 50%;
}

@media only screen and (max-width: 840px) {
  .top_culture_content .top_culture_content_box {
    width: 100%;
  }
}

.top_culture_content_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  line-height: 2;
}

.top_culture_box_wrap .top_culture_box {
  display: block;
  width: 100%;
  margin: 0 0 80px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top_culture_box_wrap .top_culture_box:last-child {
  margin: 0 0 0 0;
}

.top_culture_box_wrap .top_culture_box .top_culture_box_img_wrap {
  overflow: hidden;
  width: 100%;
  height: 320px;
  margin: 0 0 30px;
}

@media only screen and (max-width: 640px) {
  .top_culture_box_wrap .top_culture_box .top_culture_box_img_wrap {
    height: 280px;
    margin: 0 0 20px;
  }
}

.top_culture_box_wrap .top_culture_box .top_culture_box_img_wrap .top_culture_box_img {
  width: 100%;
  height: 320px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

@media only screen and (max-width: 640px) {
  .top_culture_box_wrap .top_culture_box .top_culture_box_img_wrap .top_culture_box_img {
    height: 280px;
  }
}

.top_culture_box_wrap .top_culture_box .top_culture_box_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 2.2;
  margin: 0 0 40px;
}

@media only screen and (max-width: 640px) {
  .top_culture_box_wrap .top_culture_box .top_culture_box_text {
    font-size: 14px;
    margin: 0 0 20px;
  }
}

.top_culture_box_wrap .top_culture_box .common_read_more_wrap {
  margin: 0 auto 0 0;
}

@media only screen and (min-width: 960px) {
  .top_culture_box:hover .common_read_more_wrap {
    background-color: #fff;
  }
}

@media only screen and (min-width: 960px) {
  .top_culture_box:hover .top_culture_box_img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

/*top_system*/
.top_system {
  padding: 90px 0 150px;
  position: relative;
  background-color: #fff;
}

@media only screen and (max-width: 640px) {
  .top_system {
    padding: 30px 0 100px;
  }
}

.bg_top_system {
  position: absolute;
  top: 150px;
  right: 0;
  width: 90%;
  height: 36%;
  background: transparent linear-gradient(179deg, #FF7272 0%, #442571 100%);
}

@media only screen and (max-width: 840px) {
  .bg_top_system {
    height: 15%;
  }
}

@media only screen and (max-width: 640px) {
  .bg_top_system {
    top: 80px;
  }
}

.top_system_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 -50px;
}

@media only screen and (max-width: 840px) {
  .top_system_box_wrap {
    display: block;
  }
}

.top_system_box_wrap .top_system_box {
  display: block;
  width: calc(100% / 3);
  margin: 0 0 50px;
}

@media only screen and (max-width: 840px) {
  .top_system_box_wrap .top_system_box {
    width: 100%;
    margin: 0 0 50px 0;
  }
}

.top_system_box_wrap .top_system_box .top_system_box_img_wrap {
  overflow: hidden;
  width: 100%;
  height: 340px;
  margin: 0 0 20px;
}

@media only screen and (max-width: 640px) {
  .top_system_box_wrap .top_system_box .top_system_box_img_wrap {
    height: 280px;
  }
}

.top_system_box_wrap .top_system_box .top_system_box_img_wrap .top_system_box_img {
  width: 100%;
  height: 340px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

@media only screen and (max-width: 640px) {
  .top_system_box_wrap .top_system_box .top_system_box_img_wrap .top_system_box_img {
    height: 280px;
  }
}

.top_system_box_wrap .top_system_box .top_system_box_detail {
  padding: 0 50px 0 0;
}

@media only screen and (max-width: 840px) {
  .top_system_box_wrap .top_system_box .top_system_box_detail {
    padding: 0 0 0 0;
  }
}

.top_system_box_wrap .top_system_box .top_title_en {
  margin: 0 0 20px;
}

.top_system_box_wrap .top_system_box .top_system_box_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 2.2;
  margin: 0 0 30px;
}

@media only screen and (max-width: 640px) {
  .top_system_box_wrap .top_system_box .top_system_box_text {
    font-size: 14px;
    margin: 0 0 20px;
  }
}

.top_system_box_wrap .top_system_box .common_read_more_wrap {
  margin: 0 auto 0 0;
}

@media only screen and (min-width: 960px) {
  .top_system_box:hover .common_read_more_wrap {
    background-color: #fff;
  }
}

@media only screen and (min-width: 960px) {
  .top_system_box:hover .top_system_box_img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

/*top_column*/
.top_column {
  padding: 90px 0 150px;
  background-color: #fff;
}

@media only screen and (max-width: 640px) {
  .top_column {
    padding: 30px 0 100px;
  }
}

.top_column_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .top_column_content {
    display: block;
  }
}

.top_column_content .top_column_title_block {
  width: 220px;
  margin: 0 50px 0 0;
}

@media only screen and (max-width: 1200px) {
  .top_column_content .top_column_title_block {
    width: 100%;
  }
}

.top_column_content .top_column_list_block {
  width: calc(100% - 270px);
}

@media only screen and (max-width: 1200px) {
  .top_column_content .top_column_list_block {
    width: 100%;
  }
}

/*top_recruit*/
.top_recruit {
  padding: 120px 0 150px;
  background: transparent linear-gradient(179deg, #FF7272 0%, #442571 100%);
}

@media only screen and (max-width: 640px) {
  .top_recruit {
    padding: 80px 0 100px;
  }
}

.top_recruit_slide {
  margin: 0 0 98px;
}

@media only screen and (max-width: 640px) {
  .top_recruit_slide {
    margin: 0 0 50px;
  }
}

.top_recruit_slide .top_recruit_slide_item {
  margin: 0 15px;
}

@media only screen and (max-width: 640px) {
  .top_recruit_slide .top_recruit_slide_item {
    margin: 0 10px;
  }
}

.top_recruit_slide .top_recruit_slide_item .top_recruit_slide_link {
  display: block;
  padding: 20px;
  background-color: #fff;
  border-radius: 30px;
}

@media only screen and (max-width: 640px) {
  .top_recruit_slide .top_recruit_slide_item .top_recruit_slide_link {
    padding: 15px;
  }
}

.top_recruit_slide .top_recruit_slide_item .top_recruit_slide_link .top_recruit_slide_item_img_wrap {
  overflow: hidden;
  width: 100%;
  height: 260px;
  border-radius: 20px;
  margin: 0 0 32px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 640px) {
  .top_recruit_slide .top_recruit_slide_item .top_recruit_slide_link .top_recruit_slide_item_img_wrap {
    margin: 0 0 20px;
    height: 240px;
  }
}

.top_recruit_slide .top_recruit_slide_item .top_recruit_slide_link .top_recruit_slide_item_img {
  width: 100%;
  height: 260px;
  border-radius: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

@media only screen and (max-width: 640px) {
  .top_recruit_slide .top_recruit_slide_item .top_recruit_slide_link .top_recruit_slide_item_img {
    height: 240px;
  }
}

.top_recruit_slide .top_recruit_slide_item .top_recruit_slide_link .top_recruit_slide_item_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #3A3A3A;
  margin: 0 0 20px;
}

.top_recruit_slide .top_recruit_slide_item .top_recruit_slide_link .top_recruit_slide_item_title_wrap .top_recruit_slide_item_title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #3A3A3A;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 30px;
  max-height: calc(30px*1);
  position: relative;
  padding: 0 40px 0 0;
  width: 100%;
}

.top_recruit_slide .top_recruit_slide_item .top_recruit_slide_link .top_recruit_slide_item_title_wrap .top_recruit_slide_item_title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

@media only screen and (max-width: 640px) {
  .top_recruit_slide .top_recruit_slide_item .top_recruit_slide_link .top_recruit_slide_item_title_wrap .top_recruit_slide_item_title {
    font-size: 18px;
    line-height: 26px;
    max-height: calc(26px*1);
  }
}

.top_recruit_slide .top_recruit_slide_item .top_recruit_slide_link .top_recruit_slide_item_detail_list .top_recruit_slide_item_detail_item {
  margin: 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.top_recruit_slide .top_recruit_slide_item .top_recruit_slide_link .top_recruit_slide_item_detail_list .top_recruit_slide_item_detail_item:last-child {
  margin: 0 0 0;
}

.top_recruit_slide .top_recruit_slide_item .top_recruit_slide_link .top_recruit_slide_item_detail_list .top_recruit_slide_item_detail_item .top_recruit_slide_item_detail_item_title {
  width: 90px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .top_recruit_slide .top_recruit_slide_item .top_recruit_slide_link .top_recruit_slide_item_detail_list .top_recruit_slide_item_detail_item .top_recruit_slide_item_detail_item_title {
    font-size: 14px;
  }
}

.top_recruit_slide .top_recruit_slide_item .top_recruit_slide_link .top_recruit_slide_item_detail_list .top_recruit_slide_item_detail_item .top_recruit_slide_item_detail_item_text {
  width: calc(100% - 90px);
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 1.5;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 24px;
  max-height: calc(24px*1);
}

@media only screen and (max-width: 640px) {
  .top_recruit_slide .top_recruit_slide_item .top_recruit_slide_link .top_recruit_slide_item_detail_list .top_recruit_slide_item_detail_item .top_recruit_slide_item_detail_item_text {
    font-size: 14px;
    line-height: 21px;
    max-height: calc(21px*1);
  }
}

.top_recruit_slide .top_recruit_slide_item .top_recruit_slide_link .top_recruit_slide_item_detail_list .top_recruit_slide_item_detail_item .top_recruit_slide_item_detail_item_text_time {
  width: calc(100% - 90px);
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 24px;
  max-height: calc(24px*4);
}

@media only screen and (max-width: 640px) {
  .top_recruit_slide .top_recruit_slide_item .top_recruit_slide_link .top_recruit_slide_item_detail_list .top_recruit_slide_item_detail_item .top_recruit_slide_item_detail_item_text_time {
    font-size: 14px;
    line-height: 21px;
    max-height: calc(21px*4);
  }
}

@media only screen and (min-width: 960px) {
  .top_recruit_slide_link:hover .top_recruit_slide_item_img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

/*=================

      common.scss

=======================*/
.common_wrap {
  padding: 0 15px;
}

.common_inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.common_inner_s {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

/*下からフェードイン*/
.fadeIn_up {
  opacity: 0;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -webkit-transition: 2s;
  transition: 2s;
}

.fadeIn_up.is-show {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

/*右からフェードイン*/
.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}

.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*シャッフルテキスト*/
.Shuffle_Text {
  opacity: 0;
}

.Shuffle_Text.is-show {
  opacity: 1;
}

/*common_read_more*/
.common_read_more_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  height: 70px;
  border-radius: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 640px) {
  .common_read_more_wrap {
    height: 60px;
  }
}

.common_read_more_wrap .common_read_more_text {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
  color: #fff;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .common_read_more_wrap .common_read_more_text {
    font-size: 20px;
  }
}

.btn_right .common_read_more_wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.common_read_more_wrap_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  height: 70px;
  border-radius: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}

@media only screen and (max-width: 640px) {
  .common_read_more_wrap_w {
    height: 60px;
  }
}

.common_read_more_wrap_w .common_read_more_text_w {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .common_read_more_wrap_w .common_read_more_text_w {
    font-size: 20px;
  }
}

.btn_center .common_read_more_wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

@media only screen and (min-width: 960px) {
  .common_read_more_wrap:hover {
    background-color: #fff;
  }
  .common_read_more_wrap_w:hover .common_read_more_text_w {
    color: #fff;
  }
}

/*pankuzu*/
.pankuzu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 -20px;
}

.pankuzu_list .pankuzu_item {
  margin: 0 0 20px 0;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #3A3A3A;
  line-height: 1.3;
}

@media only screen and (max-width: 640px) {
  .pankuzu_list .pankuzu_item {
    font-size: 13px;
  }
}

.pankuzu_list .pankuzu_item:after {
  content: "/";
  margin: 0 10px;
}

.pankuzu_list .pankuzu_item:last-child:after {
  content: none;
}

.pankuzu_list .pankuzu_item .pankuzu_link {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #3A3A3A;
  line-height: 1.3;
}

@media only screen and (max-width: 640px) {
  .pankuzu_list .pankuzu_item .pankuzu_link {
    font-size: 13px;
  }
}

/*common_page*/
.common_page_top {
  padding: 80px 0 0;
  background-color: #fff;
  position: relative;
  margin: 0 0 100px;
}

@media only screen and (max-width: 640px) {
  .common_page_top {
    padding: 40px 0 0;
    margin: 0 0 60px;
  }
}

@media only screen and (max-width: 1200px) {
  .common_page_top .common_inner {
    padding: 0 0 0 58px;
  }
}

@media only screen and (max-width: 640px) {
  .common_page_top .common_inner {
    padding: 0 0 0 32px;
  }
}

.bg_common_page_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 100%;
  background: transparent linear-gradient(179deg, #FF7272 0%, #442571 100%);
}

@media only screen and (max-width: 640px) {
  .bg_common_page_top {
    width: 22px;
  }
}

.common_page_top_s {
  padding: 120px 0 100px;
  background: -webkit-gradient(linear, left top, right top, from(#EFF2F6), color-stop(50%, #EFF2F6), color-stop(50%, #F6F8FB), to(#F6F8FB));
  background: linear-gradient(90deg, #EFF2F6 0%, #EFF2F6 50%, #F6F8FB 50%, #F6F8FB 100%);
}

@media only screen and (max-width: 640px) {
  .common_page_top_s {
    padding: 80px 0 80px;
  }
}

.common_section_white {
  padding: 100px 0 150px;
  background-color: #fff;
}

@media only screen and (max-width: 640px) {
  .common_section_white {
    padding: 80px 0 100px;
  }
}

.common_section_blue {
  padding: 100px 0 150px;
  background: -webkit-gradient(linear, left top, right top, from(#EFF2F6), color-stop(50%, #EFF2F6), color-stop(50%, #F6F8FB), to(#F6F8FB));
  background: linear-gradient(90deg, #EFF2F6 0%, #EFF2F6 50%, #F6F8FB 50%, #F6F8FB 100%);
}

@media only screen and (max-width: 640px) {
  .common_section_blue {
    padding: 80px 0 100px;
  }
}

.common_section_l_blue {
  padding: 100px 0 150px;
  background-color: #F6F8FB;
}

@media only screen and (max-width: 640px) {
  .common_section_l_blue {
    padding: 80px 0 100px;
  }
}

.common_section_gray {
  padding: 100px 0 150px;
  background-color: #F6F8FB;
}

@media only screen and (max-width: 640px) {
  .common_section_gray {
    padding: 80px 0 100px;
  }
}

.common_section_white_s {
  padding: 50px 0 80px;
  background-color: #fff;
}

@media only screen and (max-width: 640px) {
  .common_section_white_s {
    padding: 30px 0 60px;
  }
}

.common_section_white_s.pt_100 {
  padding: 100px 0 80px;
}

@media only screen and (max-width: 640px) {
  .common_section_white_s.pt_100 {
    padding: 60px 0 80px;
  }
}

.common_section_white_s.pb_100 {
  padding: 0 0 100px;
}

@media only screen and (max-width: 640px) {
  .common_section_white_s.pb_100 {
    padding: 0 0 80px;
  }
}

.common_relation_column {
  padding: 150px 0 100px;
  background: transparent linear-gradient(179deg, #FF7272 0%, #442571 100%);
}

@media only screen and (max-width: 640px) {
  .common_relation_column {
    padding: 80px 0 50px;
  }
}

.common_section_page_about {
  position: relative;
  padding: 0 0 90px;
}

@media only screen and (max-width: 640px) {
  .common_section_page_about {
    padding: 0 0 50px;
  }
}

.common_section_page_about .bg_common_section_page_about {
  position: absolute;
  top: 30px;
  right: 0;
  width: 90%;
  height: calc(100% - 30px);
  background-color: #F6F8FB;
}

@media only screen and (max-width: 1400px) {
  .common_section_page_about .bg_common_section_page_about {
    width: 100%;
  }
}

.common_layout_block_section {
  padding: 100px 0 200px;
  position: relative;
  background-color: #fff;
}

@media only screen and (max-width: 640px) {
  .common_layout_block_section {
    padding: 50px 0 100px;
  }
}

.common_layout_block_section .bg_common_layout_block_section {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: transparent linear-gradient(179deg, #FF7272 0%, #442571 100%);
}

@media only screen and (max-width: 960px) {
  .common_layout_block_section .bg_common_layout_block_section {
    display: none;
  }
}

.common_page_title_en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 140px;
  color: #3A3A3A;
  line-height: 1.1;
  margin: 0 0 20px -65px;
}

@media only screen and (max-width: 1300px) {
  .common_page_title_en {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 960px) {
  .common_page_title_en {
    font-size: 100px;
  }
}

@media only screen and (max-width: 640px) {
  .common_page_title_en {
    font-size: 56px;
  }
}

.common_page_title_ja {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 48px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 0 70px -50px;
}

@media only screen and (max-width: 1300px) {
  .common_page_title_ja {
    margin: 0 0 70px 0;
  }
}

@media only screen and (max-width: 960px) {
  .common_page_title_ja {
    font-size: 36px;
  }
}

@media only screen and (max-width: 640px) {
  .common_page_title_ja {
    font-size: 20px;
    margin: 0 0 40px 0;
  }
}

.common_page_top_title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #3A3A3A;
  line-height: 1.8;
  margin: 100px 0 0 0;
}

@media only screen and (max-width: 640px) {
  .common_page_top_title {
    font-size: 26px;
    margin: 50px 0 0 0;
  }
}

.common_section_title_wrap {
  display: flex;
  align-items: center;
  margin: 0 0 50px;
}

@media only screen and (max-width: 640px) {
  .common_section_title_wrap {
    margin: 0 0 40px;
  }
}

.common_section_title_wrap .common_section_title_border {
  height: 60px;
  margin: 0 20px 0 0;
}

@media only screen and (max-width: 640px) {
  .common_section_title_wrap .common_section_title_border {
    height: 40px;
  }
}

.common_section_title_wrap .common_section_title_border img {
  height: 100%;
}

.common_section_title_wrap .common_section_title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #6E6181;
  line-height: 1.5;
}

.common_section_title_wrap .common_section_title.color_w {
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .common_section_title_wrap .common_section_title {
    font-size: 28px;
  }
}

.common_section_sub_title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 40px;
  color: #3A3A3A;
  line-height: 1.5;
  margin: 0 0 60px;
}

.common_section_sub_title.color_w {
  color: #fff;
}

@media only screen and (max-width: 960px) {
  .common_section_sub_title {
    font-size: 34px;
  }
}

@media only screen and (max-width: 640px) {
  .common_section_sub_title {
    font-size: 30px;
    margin: 0 0 40px;
  }
}

.common_section_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #3A3A3A;
  line-height: 2.2;
}

.common_section_text.color_w {
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .common_section_text {
    font-size: 18px;
  }
}

.common_section_text_s {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #3A3A3A;
  line-height: 2.2;
}

.common_section_text_s.color_w {
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .common_section_text_s {
    font-size: 16px;
  }
}

.common_under_bar_title {
  font-family: "游明朝", YuMincho,"Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: 600;
  font-size: 40px;
  color: #3A3A3A;
  line-height: 1.5;
  position: relative;
  margin: 0 0 90px;
}

@media only screen and (max-width: 640px) {
  .common_under_bar_title {
    font-size: 36px;
    margin: 0 0 50px;
  }
}

.common_under_bar_title:after {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: -30px;
  left: 0;
}

@media only screen and (max-width: 640px) {
  .common_under_bar_title:after {
    bottom: -20px;
  }
}

.common_under_bar_bottom_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 2;
  margin: 0 0 80px;
}

@media only screen and (max-width: 640px) {
  .common_under_bar_bottom_text {
    font-size: 14px;
    margin: 0 0 40px;
  }
}

/*common_link_section*/
.common_link_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media only screen and (max-width: 840px) {
  .common_link_section {
    display: block;
  }
}

.common_link_section .common_link_block {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
  position: relative;
  padding: 20px 120px;
}

@media only screen and (max-width: 840px) {
  .common_link_section .common_link_block {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .common_link_section .common_link_block {
    height: 180px;
  }
}

.common_link_section .common_link_block .common_link_block_content .common_link_block_title_en {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  color: #442571;
  background: -webkit-linear-gradient(332deg, #FF7272 0%, #442571 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
  margin: 0 0 10px;
}

@media only screen and (max-width: 640px) {
  .common_link_section .common_link_block .common_link_block_content .common_link_block_title_en {
    font-size: 40px;
  }
}

.common_link_section .common_link_block .common_link_block_content .common_link_block_title_ja {
  text-align: center;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-size: bold;
  font-size: 20px;
  color: #3A3A3A;
  line-height: 1.3;
}

@media only screen and (max-width: 640px) {
  .common_link_section .common_link_block .common_link_block_content .common_link_block_title_ja {
    font-size: 16px;
  }
}

.common_link_section .common_link_block .common_link_block_content_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 960px) {
  .common_link_section .common_link_block .common_link_block_content_icon {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 640px) {
  .common_link_section .common_link_block .common_link_block_content_icon {
    width: 40px;
    height: 40px;
    right: 10px;
  }
}

.common_link_section .common_link_block .common_link_block_content_icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

@media only screen and (max-width: 960px) {
  .common_link_section .common_link_block .common_link_block_content_icon:after {
    width: 10px;
    height: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .common_link_section .common_link_block .common_link_block_content_icon:after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

@media only screen and (min-width: 960px) {
  .common_link_block:hover .common_link_block_content_icon {
    background-color: #fff;
  }
}

/*common_bg_title_block*/
.common_bg_title_block {
  width: 100%;
  height: 460px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 840px) {
  .common_bg_title_block {
    height: 300px;
  }
}

@media only screen and (max-width: 640px) {
  .common_bg_title_block {
    height: 240px;
  }
}

/*common_right*/
.common_right_wrap {
  max-width: calc(100% - (50% - (1100px / 2)));
  width: calc(100% - 15px);
  margin-left: auto;
  margin-right: 0;
}

.common_right_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 960px) {
  .common_right_inner {
    display: block;
  }
}

.common_right_inner .common_right_detail_block {
  width: calc(100% - 530px);
}

@media only screen and (max-width: 960px) {
  .common_right_inner .common_right_detail_block {
    width: 100%;
    margin: 0 0 50px;
  }
}

@media only screen and (max-width: 640px) {
  .common_right_inner .common_right_detail_block {
    margin: 0 0 30px;
  }
}

.common_right_inner .common_right_detail_block .common_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 2.2;
}

@media only screen and (max-width: 960px) {
  .common_right_inner .common_right_detail_block .common_text {
    margin: 0 15px 0 0;
  }
}

@media only screen and (max-width: 640px) {
  .common_right_inner .common_right_detail_block .common_text {
    font-size: 14px;
  }
}

.common_right_inner .common_right_img_block {
  width: 480px;
  height: 320px;
  margin: 0 0 0 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 960px) {
  .common_right_inner .common_right_img_block {
    width: 100%;
    max-width: 680px;
    margin: 0 auto 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .common_right_inner .common_right_img_block {
    height: 260px;
  }
}

.common_img {
  margin: 80px 0 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 480px;
}

@media only screen and (max-width: 840px) {
  .common_img {
    height: 300px;
  }
}

@media only screen and (max-width: 640px) {
  .common_img {
    margin: 40px 0 0 0;
    height: 280px;
  }
}

/*common_left*/
.common_left_wrap {
  max-width: calc(100% - (50% - (1100px / 2)));
  width: calc(100% - 15px);
  margin-left: 0;
  margin-right: auto;
}

/*common_more_btn*/
.common_more_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  height: 70px;
  border-radius: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 80px 0 0 0;
}

@media only screen and (max-width: 640px) {
  .common_more_btn_wrap {
    margin: 40px 0 0 0;
    height: 60px;
  }
}

.common_more_btn_wrap .common_more_btn_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .common_more_btn_wrap .common_more_btn_text {
    font-size: 18px;
  }
}

@media only screen and (min-width: 960px) {
  .common_more_btn_wrap:hover {
    background-color: #fff;
  }
}

.common_page_link_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.common_page_link_wrap .common_page_link_prev {
  display: flex;
  align-items: center;
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 26px;
  color: #1C1C1C;
  line-height: 1.3;
}

@media only screen and (max-width: 640px) {
  .common_page_link_wrap .common_page_link_prev {
    font-size: 20px;
  }
}

.common_page_link_wrap .common_page_link_prev img {
  width: 10px;
  margin: 0 20px 0 0;
}

.common_page_link_wrap .common_page_link_icon {
  width: 32px;
  margin: 0 60px;
}

@media only screen and (max-width: 640px) {
  .common_page_link_wrap .common_page_link_icon {
    width: 20px;
    margin: 0 30px;
  }
}

.common_page_link_wrap .common_page_link_icon img {
  width: 100%;
}

.common_page_link_wrap .common_page_link_next {
  display: flex;
  align-items: center;
  lign-items: center;
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 26px;
  color: #1C1C1C;
  line-height: 1.3;
}

@media only screen and (max-width: 640px) {
  .common_page_link_wrap .common_page_link_next {
    font-size: 20px;
  }
}

.common_page_link_wrap .common_page_link_next img {
  width: 10px;
  margin: 0 0 0 20px;
}

/*=================

      header.scss

=======================*/
.header_wrap {
  width: 100%;
  height: 128px;
}

@media only screen and (max-width: 1400px) {
  .header_wrap {
    display: none;
  }
}

.header_wrap.h_none {
  height: 0;
}

.header_inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 138px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1400px) {
  .header_inner {
    display: none;
  }
}

.header_inner.bg_none {
  background-color: rgba(0, 0, 0, 0);
}

.header_contetnt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 138px;
}

.header_contetnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 70px;
  width: calc(100% - 240px);
}

.header_contetnt .header_logo {
  display: block;
  margin: 0 100px 0 0;
}

.header_contetnt .header_logo img {
  display: block;
  width: 200px;
}

.header_contetnt .header_logo .header_logo_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 4px 0 0;
}

.header_contetnt .header_menu_list {
  width: calc(100% - 320px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 128px;
}

.header_contetnt .header_menu_list .header_menu_item {
  padding: 0 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  color: #1C1C1C;
  line-height: 1.7;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.header_contetnt .header_menu_list .header_menu_item_link .header_menu_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  color: #1C1C1C;
  line-height: 1.7;
}

/*
.header_application_btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 240px;
  height: 128px;
  position: relative;
  .header_application_btn_text{
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: $white;
  }
  .header_application_btn_arrow{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: $white;
    &:after{
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 4px;
      height: 4px;
      -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
              transform: translateY(-50%) translateX(-50%) rotate(45deg);
    }
  }
}

*/
.header_application_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  border-radius: 40px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header_application_btn .header_application_btn_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}

@media only screen and (min-width: 960px) {
  .header_application_btn:hover {
    background-color: #fff;
  }
}

@media only screen and (max-width: 1400px) {
  .sub_menu_block_list {
    display: none;
  }
}

.sub_menu_block_list .sub_menu_block_item {
  position: fixed;
  width: 100%;
  top: 128px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  padding: 0px 15px 0px 15px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sub_menu_block_list .sub_menu_block_item.active {
  opacity: 1;
  z-index: 100;
}

.sub_menu_block_list .sub_menu_block_item .sub_menu_block_item_inner {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 80px;
}

.sub_menu_block_list .sub_menu_block_item .sub_menu_block_item_inner .sub_menu_item_title {
  margin: 0 0 10px;
}

.sub_menu_block_list .sub_menu_block_item .sub_menu_block_item_inner .sub_menu_item_title .sub_menu_item_title_ja {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 10px;
}

.sub_menu_block_list .sub_menu_block_item .sub_menu_block_item_inner .sub_menu_item_title .sub_menu_item_title_en {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  color: #fff;
  line-height: 1.3;
}

.sub_menu_block_list .sub_menu_block_item .sub_menu_block_item_inner .sub_menu_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -30px;
}

.sub_menu_block_list .sub_menu_block_item .sub_menu_block_item_inner .sub_menu_list .sub_menu_item {
  margin: 0 40px 30px 0;
}

.sub_menu_block_list .sub_menu_block_item .sub_menu_block_item_inner .sub_menu_list .sub_menu_item:nth-of-type(3n) {
  margin: 0 0 30px 0;
}

.sub_menu_block_list .sub_menu_block_item .sub_menu_block_item_inner .sub_menu_list .sub_menu_link {
  width: 280px;
  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;
}

.sub_menu_block_list .sub_menu_block_item .sub_menu_block_item_inner .sub_menu_list .sub_menu_link .sub_menu_link_text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
  max-width: calc(100% - 42px);
}

.sub_menu_block_list .sub_menu_block_item .sub_menu_block_item_inner .sub_menu_list .sub_menu_link .sub_menu_link_arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}

.sub_menu_block_list .sub_menu_block_item .sub_menu_block_item_inner .sub_menu_list .sub_menu_link .sub_menu_link_arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

/*sp*/
.sp_header_wrap {
  display: none;
}

@media only screen and (max-width: 1400px) {
  .sp_header_wrap {
    display: block;
    width: 100%;
    height: 90px;
  }
}

.sp_header_inner {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
}

.sp_header_inner .sp_header_logo_menu {
  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;
  width: 100%;
  height: 90px;
}

.sp_header_inner .sp_header_logo_menu .sp_header_logo {
  display: block;
}

.sp_header_inner .sp_header_logo_menu .sp_header_logo img {
  display: block;
  height: 40px;
}

.sp_header_inner .sp_header_logo_menu .sp_header_logo_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 4px 0 0;
}

.sp_header_inner .sp_header_logo_menu .sp_menu_open_btn {
  width: 60px;
  display: block;
}

@media only screen and (max-width: 640px) {
  .sp_header_inner .sp_header_logo_menu .sp_menu_open_btn {
    width: 46px;
  }
}

.sp_header_inner .sp_header_logo_menu .sp_menu_open_btn img {
  width: 100%;
}

.sp_menu_wrap {
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  top: -100vh;
  z-index: 2001;
  height: 100vh;
  overflow-y: scroll;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #F6F8FB;
}

.sp_menu_wrap.active {
  top: 0;
  display: block;
}

.sp_menu_wrap .sp_menu_inner {
  padding: 30px 0 50px;
}

.sp_menu_wrap .sp_menu_inner .sp_menu_logo_close_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  margin: 0 0 50px;
}

@media only screen and (max-width: 640px) {
  .sp_menu_wrap .sp_menu_inner .sp_menu_logo_close_btn {
    padding: 0 15px;
  }
}

.sp_menu_wrap .sp_menu_inner .sp_menu_logo_close_btn .sp_menu_logo {
  display: block;
  width: 240px;
}

@media only screen and (max-width: 640px) {
  .sp_menu_wrap .sp_menu_inner .sp_menu_logo_close_btn .sp_menu_logo {
    width: 160px;
  }
}

.sp_menu_wrap .sp_menu_inner .sp_menu_logo_close_btn .sp_menu_logo img {
  width: 100%;
}

.sp_menu_wrap .sp_menu_inner .sp_menu_logo_close_btn .sp_menu_close_btn {
  width: 40px;
}

@media only screen and (max-width: 640px) {
  .sp_menu_wrap .sp_menu_inner .sp_menu_logo_close_btn .sp_menu_close_btn {
    width: 30px;
  }
}

.sp_menu_wrap .sp_menu_inner .sp_menu_logo_close_btn .sp_menu_close_btn img {
  width: 100%;
}

.sp_menu_list {
  max-width: 600px;
  margin: 0 auto;
}

.sp_menu_list .sp_menu_item {
  margin: 0 0 40px;
}

.sp_menu_list .sp_menu_item:last-child {
  margin: 0 0 0;
}

.sp_menu_list .sp_menu_item .sp_menu_item_title {
  padding: 0 50px 0 0;
  position: relative;
}

.sp_menu_list .sp_menu_item .sp_menu_item_title::after {
  content: "";
  background: url(../images/common/icon_arrow_bottom_b.svg) center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 20px;
  height: 9px;
}

@media only screen and (max-width: 640px) {
  .sp_menu_list .sp_menu_item .sp_menu_item_title::after {
    right: 5px;
  }
}

.sp_menu_list .sp_menu_item .sp_menu_item_title.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sp_menu_list .sp_menu_item .sp_menu_item_title_link {
  display: block;
}

.sp_menu_list .sp_menu_item .sp_menu_item_title_ja {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 0 10px;
}

@media only screen and (max-width: 640px) {
  .sp_menu_list .sp_menu_item .sp_menu_item_title_ja {
    font-size: 14px;
  }
}

.sp_menu_list .sp_menu_item .sp_menu_item_title_en {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  color: #442571;
  background: -webkit-linear-gradient(332deg, #FF7272 0%, #442571 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .sp_menu_list .sp_menu_item .sp_menu_item_title_en {
    font-size: 36px;
  }
}

.sp_menu_list .sp_menu_item .sp_sub_menu_list {
  display: none;
  margin: 20px 50px 0 0;
}

.sp_menu_list .sp_menu_item .sp_sub_menu_list .sp_sub_menu_item {
  margin: 0 0 30px;
}

.sp_menu_list .sp_menu_item .sp_sub_menu_list .sp_sub_menu_item:last-child {
  margin: 0 0 0;
}

.sp_menu_list .sp_menu_item .sp_sub_menu_list .sp_sub_menu_item .sp_sub_menu_link {
  display: block;
  padding: 0 0 10px;
  border-bottom: 1px solid #3A3A3A;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #3A3A3A;
  line-height: 1.3;
}

@media only screen and (max-width: 640px) {
  .sp_menu_list .sp_menu_item .sp_sub_menu_list .sp_sub_menu_item .sp_sub_menu_link {
    font-size: 16px;
  }
}

/*
.header{
  position: relative;
}

.header_wrap{
  margin: 32px 0;
  width: 100%;
  @media only screen and (max-width:1400px){
    display: none;
  }
}

.header_inner{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  @media only screen and (max-width:1300px){
    display: none;
  }
}

.header_contetnt{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  width: calc(100% - 340px);
  .header_logo{
    display: block;
    width: 240px;
    margin: 0 50px 0 0;
    img{
      width: 100%;
    }
  }
  .header_menu_list{
    width: calc(100% - 290px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    .header_menu_item{
      padding: 0 5px;
      .header_menu_link{
        display: block;
        font-family: 'Inter', sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size: 16px;
        color: $black;
        line-height: 1.7;
      }
    }
  }
}

.header_fix_block{
  position: fixed;
  z-index: 1000;
  top: 32px;
  right: 0;
  width: 340px;
  padding: 0 30px 0 0;
  .header_fix_block_inner{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 66px;
  }
}
.header_application_btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 60px;
  border-radius: 40px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  .header_application_btn_text{
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: $white;
  }
}

@media only screen and (min-width:960px){

  .header_application_btn:hover{
    background-color: $white;
  }
}

.fixed_open_btn{
  width: 70px;
  margin: 0 30px 0 0;
  img{
    width: 100%;
  }
}




.sp_header_wrap{
  display: none;
  @media only screen and (max-width:1400px){
    display: block;
    width: 100%;
    height: 80px;
  }
}

.sp_header_inner{
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: $white;
  .sp_header_logo_menu{
    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;
    width: 100%;
    height: 80px;
    .sp_header_logo{
      height: 50px;
      display: block;
      img{
        height: 100%;
      }
    }
    .sp_menu_open_btn{
      width: 38px;
      display: block;
      img{
        width: 100%;
      }
    }
  }
}

.header_filter{
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  width: 100%;
  height: 100vh;
  &.active{
    display: block;
  }
}

.sp_menu_wrap{
  background-color: $white;
  display: block;
  width: calc( 100% - 50px );
  max-width: 315px;
  min-height: 100vh;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 2001;
  height: 100%;
  overflow-y: scroll;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  &.active{
    right: 0;
  }
  .sp_menu_inner{
    padding: 80px 0 50px;
    .sp_menu_close_btn_wrap{
      position: absolute;
      top: 20px;
      right: 20px;
      .sp_menu_close_btn{
        width: 38px;
        img{
          width: 100%;
        }
      }
    }
  }
}

.sp_menu_list{
  margin: 0 0 50px;
  .sp_menu_item{
    .sp_menu_link{
      display: block;
      font-family: 'Inter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 16px;
      color: $black;
      line-height: 1.7;
      padding: 20px 40px 20px 0;
      border-bottom: 1px solid $gray;
      position: relative;
      .sp_menu_link_arrow{
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        &:after{
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          width: 4px;
          height: 4px;
          -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
                  transform: translateY(-50%) translateX(-50%) rotate(45deg);
          border-top: 1px solid $white;
          border-right: 1px solid $white;
        }
      }
    }
  }
}

.sp_menu_application_btn{
  width: 100%;
  height: 50px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 30px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: $white;
  position: relative;
}

*/
/*=================

      footer.scss

=======================*/
footer {
  background-color: #F6F8FB;
  padding: 0 0 30px;
}

@media only screen and (max-width: 640px) {
  footer {
    padding: 0 0 20px;
  }
}

footer .footer_inner {
  padding: 68px 0 0;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  footer .footer_inner {
    padding: 60px 40px 58px 0;
  }
}

@media only screen and (max-width: 640px) {
  footer .footer_inner {
    padding: 30px 30px 30px 0;
  }
}

footer .footer_page_top {
  position: absolute;
  right: 10%;
  top: 68px;
}

@media only screen and (max-width: 1200px) {
  footer .footer_page_top {
    right: 15px;
  }
}

footer .footer_page_top .footer_page_top_link {
  display: block;
  width: 12px;
}

@media only screen and (max-width: 640px) {
  footer .footer_page_top .footer_page_top_link {
    width: 10px;
  }
}

footer .footer_page_top .footer_page_top_link img {
  width: 100%;
}

.footer_content {
  width: 100%;
}

@media only screen and (max-width: 960px) {
  .footer_content {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .footer_content {
    margin: 0 0 40px;
  }
}

.footer_content .footer_page_menu_block {
  width: 100%;
  padding: 0 0 50px;
  margin: 0 0 50px;
  border-bottom: 1px solid #707070;
}

.footer_content .footer_page_menu_block .footer_page_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 -70px;
}

.footer_content .footer_page_menu_block .footer_page_menu_list .footer_page_menu_item {
  margin: 0 60px 70px 0;
}

@media only screen and (max-width: 640px) {
  .footer_content .footer_page_menu_block .footer_page_menu_list .footer_page_menu_item {
    margin: 0 30px 30px 0;
  }
}

.footer_content .footer_page_menu_block .footer_page_menu_list .footer_page_menu_item .footer_page_menu_item_link {
  display: block;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 1.5;
  margin: 0 0 40px;
}

@media only screen and (max-width: 640px) {
  .footer_content .footer_page_menu_block .footer_page_menu_list .footer_page_menu_item .footer_page_menu_item_link {
    font-size: 14px;
    margin: 0 0 20px;
  }
}

.footer_content .footer_page_menu_block .footer_page_menu_list .footer_page_menu_item .footer_page_sub_menu_list .footer_page_sub_menu_item {
  margin: 0 0 40px;
}

@media only screen and (max-width: 640px) {
  .footer_content .footer_page_menu_block .footer_page_menu_list .footer_page_menu_item .footer_page_sub_menu_list .footer_page_sub_menu_item {
    margin: 0 0 20px;
  }
}

.footer_content .footer_page_menu_block .footer_page_menu_list .footer_page_menu_item .footer_page_sub_menu_list .footer_page_sub_menu_item:last-child {
  margin: 0 0;
}

.footer_content .footer_page_menu_block .footer_page_menu_list .footer_page_menu_item .footer_page_sub_menu_list .footer_page_sub_menu_item .footer_page_sub_menu_link {
  display: block;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #757575;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .footer_content .footer_page_menu_block .footer_page_menu_list .footer_page_menu_item .footer_page_sub_menu_list .footer_page_sub_menu_item .footer_page_sub_menu_link {
    font-size: 14px;
  }
}

.footer_content .footer_logo_menu_block {
  display: flex;
  width: 100%;
  margin: 0 0 30px;
}

@media only screen and (max-width: 640px) {
  .footer_content .footer_logo_menu_block {
    display: block;
    margin: 0 0 20px;
  }
}

.footer_content .footer_logo_menu_block .footer_logo_block {
  width: 300px;
  margin: 0 50px 0 0;
}

@media only screen and (max-width: 640px) {
  .footer_content .footer_logo_menu_block .footer_logo_block {
    width: 100%;
    margin: 0 0 50px 0;
  }
}

.footer_content .footer_logo_menu_block .footer_logo_block .footer_logo {
  display: block;
  width: 244px;
  margin: 0 0 30px;
}

@media only screen and (max-width: 640px) {
  .footer_content .footer_logo_menu_block .footer_logo_block .footer_logo {
    width: 200px;
  }
}

.footer_content .footer_logo_menu_block .footer_logo_block .footer_logo img {
  width: 100%;
}

.footer_content .footer_logo_menu_block .footer_logo_block .footer_sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer_content .footer_logo_menu_block .footer_logo_block .footer_sns_list .footer_sns_item {
  margin: 0 10px 0 0;
}

.footer_content .footer_logo_menu_block .footer_logo_block .footer_sns_list .footer_sns_item .footer_sns_link {
  display: block;
  width: 34px;
}

.footer_content .footer_logo_menu_block .footer_logo_block .footer_sns_list .footer_sns_item .footer_sns_link img {
  width: 100%;
}

.footer_content .footer_logo_menu_block .footer_menu_list {
  width: calc(100% - 350px);
  margin: 0 0 35px;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .footer_content .footer_logo_menu_block .footer_menu_list {
    width: 100%;
    margin: 0 0 -20px;
  }
}

.footer_content .footer_logo_menu_block .footer_menu_list .footer_menu_item {
  margin: 0 50px 30px 0;
}

@media only screen and (max-width: 640px) {
  .footer_content .footer_logo_menu_block .footer_menu_list .footer_menu_item {
    margin: 0 20px 20px 0;
  }
}

.footer_content .footer_logo_menu_block .footer_menu_list .footer_menu_item .footer_menu_link {
  display: block;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .footer_content .footer_logo_menu_block .footer_menu_list .footer_menu_item .footer_menu_link {
    font-size: 14px;
  }
}

.footer_content .footer_logo_menu_block .footer_menu_list .footer_menu_item:last-child {
  margin: 0 0 0;
}

.footer_copy {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #3A3A3A;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .footer_copy {
    font-size: 12px;
  }
}

/*=================

      message.scss

=======================*/
.message {
  background-color: #fff;
  position: relative;
  margin: 0 0 100px;
}

@media only screen and (max-width: 640px) {
  .message {
    margin: 0 0 50px;
  }
}

.message .bg_message {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: transparent linear-gradient(179deg, #FF7272 0%, #442571 100%);
}

@media only screen and (max-width: 840px) {
  .message .bg_message {
    width: 100%;
  }
}

.message_content_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 140px 0 100px;
}

@media only screen and (max-width: 840px) {
  .message_content_inner {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .message_content_inner {
    padding: 80px 0  50px;
  }
}

.message_content_inner .message_content_detail_block {
  width: calc(100% - 550px);
}

@media only screen and (max-width: 840px) {
  .message_content_inner .message_content_detail_block {
    width: 100%;
  }
}

.message_content_inner .message_content_detail_block .message_content_detail_block_title {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 26px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 0 10px;
  padding: 0 0 0 26px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .message_content_inner .message_content_detail_block .message_content_detail_block_title {
    font-size: 20px;
  }
}

.message_content_inner .message_content_detail_block .message_content_detail_block_title:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #6E6181;
}

.message_content_inner .message_content_image_block {
  width: 500px;
  margin: 0 0 0 50px;
}

@media only screen and (max-width: 840px) {
  .message_content_inner .message_content_image_block {
    width: 100%;
    margin: 50px 0 0 0;
  }
}

.message_content_inner .message_content_image_block .message_content_img {
  width: 100%;
  height: 680px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 840px) {
  .message_content_inner .message_content_image_block .message_content_img {
    width: 100%;
    max-width: 500px;
    height: 500px;
  }
}

@media only screen and (max-width: 640px) {
  .message_content_inner .message_content_image_block .message_content_img {
    height: 450px;
  }
}

.message_content_image_post {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  margin: 70px 0 10px;
}

@media only screen and (max-width: 640px) {
  .message_content_image_post {
    font-size: 14px;
  }
}

.message_content_image_name {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .message_content_image_name {
    font-size: 14px;
  }
}

.mvv_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media only screen and (max-width: 840px) {
  .mvv_content {
    display: block;
  }
}

.mvv_content .mvv_detail_block {
  width: calc(100% - 500px);
}

@media only screen and (max-width: 840px) {
  .mvv_content .mvv_detail_block {
    width: 100%;
    margin: 0 0 50px;
  }
}

.mvv_content .mvv_img_block {
  width: 450px;
  margin: 0 0 0 50px;
}

@media only screen and (max-width: 840px) {
  .mvv_content .mvv_img_block {
    width: 100%;
    max-width: 500px;
    margin: 0 0 50px;
  }
}

@media only screen and (max-width: 640px) {
  .mvv_content .mvv_img_block {
    margin: 0 auto 50px;
  }
}

.mvv_content .mvv_img_block img {
  width: 100%;
}

.mvv_list .mvv_item {
  margin: 0 0 60px;
}

.mvv_list .mvv_item:last-child {
  margin: 0 0 0;
}

.mvv_list .mvv_item .mvv_title_en {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 22px;
  color: #6E6181;
  line-height: 1.3;
  margin: 0 0 20px;
}

@media only screen and (max-width: 640px) {
  .mvv_list .mvv_item .mvv_title_en {
    font-size: 18px;
  }
}

.mvv_list .mvv_item .common_section_sub_title {
  margin: 0 0 40px;
}

@media only screen and (max-width: 640px) {
  .mvv_list .mvv_item .common_section_sub_title {
    margin: 0 0 30px;
  }
}

/*=================

      column.scss

=======================*/
.column_box_wrap {
  margin: 0 0 100px;
}

@media only screen and (max-width: 640px) {
  .column_box_wrap {
    margin: 0 0 50px;
  }
}

.column_box_wrap .column_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 30px;
  padding: 24px 40px 24px 20px;
  background-color: #F6F8FB;
  border-radius: 30px;
}

@media only screen and (max-width: 840px) {
  .column_box_wrap .column_box {
    display: block;
    padding: 20px 20px 20px 20px;
  }
}

@media only screen and (max-width: 640px) {
  .column_box_wrap .column_box {
    padding: 20px 10px 20px 10px;
  }
}

.column_box_wrap .column_box:last-child {
  margin: 0 0 0;
}

.column_box_wrap .column_box .column_box_img_wrap {
  width: 400px;
  height: 280px;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 40px 0 0;
}

@media only screen and (max-width: 840px) {
  .column_box_wrap .column_box .column_box_img_wrap {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 640px) {
  .column_box_wrap .column_box .column_box_img_wrap {
    height: 260px;
  }
}

.column_box_wrap .column_box .column_box_img_wrap .column_box_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 280px;
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

@media only screen and (max-width: 840px) {
  .column_box_wrap .column_box .column_box_img_wrap .column_box_img {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .column_box_wrap .column_box .column_box_img_wrap .column_box_img {
    height: 260px;
  }
}

.column_box_wrap .column_box .column_box_detail {
  width: calc(100% - 440px);
  padding: 0 40px 0 0;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .column_box_wrap .column_box .column_box_detail {
    padding: 0 20px 0 0;
  }
}

.column_box_wrap .column_box .column_box_detail:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media only screen and (max-width: 640px) {
  .column_box_wrap .column_box .column_box_detail:after {
    width: 10px;
    height: 10px;
  }
}

@media only screen and (max-width: 840px) {
  .column_box_wrap .column_box .column_box_detail {
    width: 100%;
  }
}

.column_box_wrap .column_box .column_box_detail .column_box_date_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
}

@media only screen and (max-width: 640px) {
  .column_box_wrap .column_box .column_box_detail .column_box_date_category {
    display: block;
  }
}

.column_box_wrap .column_box .column_box_detail .column_box_date_category .column_box_date {
  width: 100px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .column_box_wrap .column_box .column_box_detail .column_box_date_category .column_box_date {
    width: 100%;
    font-size: 14px;
    margin: 0 0 10px;
  }
}

.column_box_wrap .column_box .column_box_detail .column_box_date_category .column_box_category_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -20px;
  max-width: calc(100% - 100px);
}

@media only screen and (max-width: 640px) {
  .column_box_wrap .column_box .column_box_detail .column_box_date_category .column_box_category_list {
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.column_box_wrap .column_box .column_box_detail .column_box_date_category .column_box_category_list .column_box_category_item {
  display: inline-block;
  border: 1px solid #707070;
  border-radius: 15px;
  padding: 4px 28px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #3A3A3A;
  line-height: 1.2;
  margin: 0 20px 20px 0;
}

@media only screen and (max-width: 640px) {
  .column_box_wrap .column_box .column_box_detail .column_box_date_category .column_box_category_list .column_box_category_item {
    margin: 0 10px 10px 0;
  }
}

.column_box_wrap .column_box .column_box_detail .column_box_tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 10px;
}

.column_box_wrap .column_box .column_box_detail .column_box_tag_list .column_box_tag_item {
  margin: 0 10px 10px 0;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #3A3A3A;
  line-height: 1.2;
}

.column_box_wrap .column_box .column_box_detail .column_box_tag_list .column_box_tag_item:before {
  content: "#";
  color: #6E6181;
}

.column_box_wrap .column_box .column_box_detail .column_box_title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #3A3A3A;
  margin: 0 0 26px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 30px;
  max-height: calc(30px*1);
}

@media only screen and (max-width: 640px) {
  .column_box_wrap .column_box .column_box_detail .column_box_title {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 24px;
    max-height: calc(24px*1);
    margin: 0 0 20px;
  }
}

.column_box_wrap .column_box .column_box_detail .column_box_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 32px;
  max-height: calc(32px*2);
}

@media only screen and (max-width: 640px) {
  .column_box_wrap .column_box .column_box_detail .column_box_text {
    font-size: 14px;
    line-height: 28px;
    max-height: calc(28px*2);
  }
}

@media only screen and (min-width: 960px) {
  .column_box:hover .column_box_img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .column_box:hover .common_read_more_wrap .common_read_more_arrow {
    background-color: #fff;
  }
}

/*column_search_box*/
.column_search_box .column_search_list .column_search_item {
  margin: 0 0 50px;
}

@media only screen and (max-width: 640px) {
  .column_search_box .column_search_list .column_search_item {
    margin: 0 0 30px;
  }
}

.column_search_box .column_search_list .column_search_item:last-child {
  margin: 0 0 0;
}

.column_search_box .column_search_list .column_search_item .column_search_item_title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #3A3A3A;
  line-height: 1.5;
  margin: 0 0 14px;
}

@media only screen and (max-width: 640px) {
  .column_search_box .column_search_list .column_search_item .column_search_item_title {
    font-size: 18px;
  }
}

.column_search_box .column_search_list .column_search_item .column_search_link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -20px;
}

.column_search_box .column_search_list .column_search_item .column_search_link_list .column_search_link_item {
  margin: 0 20px 20px 0;
}

.column_search_box .column_search_list .column_search_item .column_search_link_list .column_search_link_item .column_search_link {
  min-width: 112px;
  padding: 2px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #3A3A3A;
  line-height: 1.5;
  border-radius: 30px;
  background-color: #fff;
}

.column_search_box .column_search_list .column_search_item .column_search_link_list .column_search_link_item .column_search_link.active {
  background-color: #6E6181;
  color: #fff;
}

.column_search_box .column_search_list .column_search_item .column_search_link_list .column_search_link_item_text {
  margin: 0 40px 20px 0;
}

.column_search_box .column_search_list .column_search_item .column_search_link_list .column_search_link_item_text .column_search_link_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #707070;
  line-height: 1.3;
}

.keyword_search_wrap {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 44px;
}

.keyword_search_wrap .keyword_search_input {
  width: 100%;
  height: 100%;
  border: none;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 1.2;
  padding: 0 100px 0 52px;
  background-image: url(../images/common/icon_search.svg);
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: left 10px center;
}

.keyword_search_wrap .keyword_search_input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}

.keyword_search_wrap .keyword_search_input::-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}

.keyword_search_wrap .keyword_search_input::placeholder {
  color: #999;
  font-size: 14px;
}

.keyword_search_wrap .keyword_search_btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 80px;
  height: 100%;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #AFBDBD;
  line-height: 44px;
  text-align: center;
}

.column_page_link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 70px 0 0 0;
}

@media only screen and (max-width: 640px) {
  .column_page_link_wrap {
    margin: 50px 0 0 0;
  }
}

.column_page_link_wrap .column_page_link {
  display: flex;
  align-items: center;
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
  color: #1C1C1C;
  line-height: 1.3;
}

@media only screen and (max-width: 640px) {
  .column_page_link_wrap .column_page_link {
    font-size: 18px;
  }
}

.column_page_link_wrap .column_page_link img {
  width: 10px;
  margin: 0 20px;
}

.column_page_link_wrap .column_page_link_text {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 28px;
  color: #1C1C1C;
  line-height: 1.3;
  margin: 0 60px;
}

@media only screen and (max-width: 640px) {
  .column_page_link_wrap .column_page_link_text {
    font-size: 18px;
    margin: 0 40px;
  }
}

.column_detail_date {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  color: #707070;
  line-height: 1.3;
  margin: 0 0 10px;
}

@media only screen and (max-width: 640px) {
  .column_detail_date {
    font-size: 14px;
  }
}

.column_detail_category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 0px;
}

.column_detail_category_list .column_detail_category_item {
  margin: 0 20px 20px 0;
}

.column_detail_category_list .column_detail_category_item .column_category_link {
  display: inline-block;
  border-radius: 15px;
  padding: 2px 28px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  background-color: #6E6181;
}

@media only screen and (max-width: 640px) {
  .column_detail_category_list .column_detail_category_item .column_category_link {
    font-size: 13px;
  }
}

.column_detail_tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px;
}

@media only screen and (max-width: 640px) {
  .column_detail_tag_list {
    margin: 0 0 20px;
  }
}

.column_detail_tag_list .column_detail_tag_item {
  margin: 0 20px 20px 0;
}

.column_detail_tag_list .column_detail_tag_item .column_detail_tag_link {
  display: block;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #3A3A3A;
  line-height: 1.2;
  text-decoration: underline;
}

.column_detail_tag_list .column_detail_tag_item .column_detail_tag_link:before {
  content: "#";
  display: inline-block;
  color: #6E6181;
}

.columm_detail_about {
  padding: 0 0 90px;
  background-color: #fff;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .columm_detail_about {
    padding: 0 0 40px;
  }
}

.columm_detail_about .bg_column_detail_about {
  position: absolute;
  top: 30px;
  right: 0;
  width: 90%;
  height: calc(100% - 30px);
  background-color: #F6F8FB;
}

@media only screen and (max-width: 1400px) {
  .columm_detail_about .bg_column_detail_about {
    width: 100%;
  }
}

.column_about_box .column_about_list .column_about_item {
  margin: 0 0 20px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 1.5;
  padding: 0 0 0 20px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .column_about_box .column_about_list .column_about_item {
    font-size: 14px;
  }
}

.column_about_box .column_about_list .column_about_item:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #6E6181;
  position: absolute;
  top: 6px;
  left: 0;
}

.column_about_box .column_about_list .column_about_item:last-child {
  margin: 0 0 0;
}

.column_content_box .column_content_box_title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #2D2D2D;
  line-height: 1.5;
  margin: 0 0 30px;
}

@media only screen and (max-width: 640px) {
  .column_content_box .column_content_box_title {
    font-size: 20px;
  }
}

.column_content_box .column_content_list {
  list-style: disc;
  padding: 0 0 0 40px;
  position: relative;
  margin: 0 0 80px;
}

@media only screen and (max-width: 640px) {
  .column_content_box .column_content_list {
    margin: 0 0 50px;
  }
}

.column_content_box .column_content_list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  border-radius: 10px;
  background-color: #6E6181;
}

.column_content_box .column_content_list .column_content_item {
  margin: 0 0 20px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .column_content_box .column_content_list .column_content_item {
    font-size: 14px;
  }
}

.column_content_box .column_content_list .column_content_item:last-child {
  margin: 0 0 0;
}

.column_detail_main_img {
  width: 100%;
  height: 460px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 100px;
}

@media only screen and (max-width: 840px) {
  .column_detail_main_img {
    height: 300px;
  }
}

@media only screen and (max-width: 640px) {
  .column_detail_main_img {
    height: 280px;
    margin: 0 0 50px;
  }
}

#column_editor {
  margin: 0 0 -80px;
}

@media only screen and (max-width: 640px) {
  #column_editor {
    margin: 0 0 -40px;
  }
}

#column_editor h2 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #6E6181;
  line-height: 1.5;
  margin: 0 0 30px;
}

@media only screen and (max-width: 640px) {
  #column_editor h2 {
    font-size: 26px;
  }
}

#column_editor h3 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 26px;
  color: #3A3A3A;
  line-height: 1.5;
  margin: 0 0 30px;
}

@media only screen and (max-width: 640px) {
  #column_editor h3 {
    font-size: 24px;
  }
}

#column_editor h4 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #3A3A3A;
  line-height: 1.5;
  margin: 0 0 30px;
}

@media only screen and (max-width: 640px) {
  #column_editor h4 {
    font-size: 20px;
  }
}

#column_editor p {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 2.2;
  margin: 0 0 80px;
}

@media only screen and (max-width: 640px) {
  #column_editor p {
    font-size: 14px;
    margin: 0 0 50px;
  }
}

#column_editor img {
  display: block;
  max-width: 100%;
  margin: 0 0 50px;
}

@media only screen and (max-width: 640px) {
  #column_editor img {
    margin: 0 0 40px;
  }
}

#column_editor .box {
  padding: 30px;
  background-color: #F6F8FB;
  margin: 0 0 40px;
}

@media only screen and (max-width: 640px) {
  #column_editor .box {
    padding: 20px;
  }
}

#column_editor .box p:last-child {
  margin: 0 0 0;
}

.column_detail_search {
  padding: 0 0 100px;
  background-color: #fff;
  position: relative;
}

.column_detail_search .bg_column_detail_search {
  position: absolute;
  top: 30px;
  left: 0;
  background-color: #F6F8FB;
  width: 100%;
  height: calc(100% - 30px);
}

/*=================

      business.scss

=======================*/
.business_point {
  padding: 150px 0 200px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .business_point {
    padding: 80px 0 100px;
  }
}

.business_point .bg_business_point {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30%;
  background: transparent linear-gradient(179deg, #FF7272 0%, #442571 100%);
}

@media only screen and (max-width: 960px) {
  .business_point .bg_business_point {
    display: none;
  }
}

.business_point_list .business_point_item {
  margin: 0 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 960px) {
  .business_point_list .business_point_item {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .business_point_list .business_point_item {
    margin: 0 0 60px;
  }
}

.business_point_list .business_point_item:last-child {
  margin: 0 0 0;
}

.business_point_list .business_point_item .business_point_item_detail {
  width: calc(100% - 550px);
}

@media only screen and (max-width: 960px) {
  .business_point_list .business_point_item .business_point_item_detail {
    width: 100%;
    margin: 0 0 40px;
  }
}

.business_point_list .business_point_item .business_point_item_detail .business_point_item_title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #6E6181;
  line-height: 1.7;
  margin: 0 0 50px;
}

@media only screen and (max-width: 640px) {
  .business_point_list .business_point_item .business_point_item_detail .business_point_item_title {
    font-size: 22px;
    margin: 0 0 30px;
  }
}

.business_point_list .business_point_item .business_point_item_detail .business_point_item_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 2.2;
}

@media only screen and (max-width: 640px) {
  .business_point_list .business_point_item .business_point_item_detail .business_point_item_text {
    font-size: 14px;
  }
}

.business_point_list .business_point_item .business_point_item_img {
  width: 500px;
  height: 340px;
  margin: 0 0 0 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 960px) {
  .business_point_list .business_point_item .business_point_item_img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

.business_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px 0 120px;
}

@media only screen and (max-width: 640px) {
  .business_menu_list {
    margin: 20px 0 80px;
  }
}

.business_menu_list .business_menu_item {
  margin: -20px -10px;
}

.business_menu_list .business_menu_item .business_menu_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 40px;
  border-radius: 50%;
  width: 310px;
  height: 310px;
  border: 1px solid #707070;
  background-color: rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 640px) {
  .business_menu_list .business_menu_item .business_menu_link {
    padding: 40px 20px;
    width: 280px;
    height: 280px;
  }
}

.business_menu_list .business_menu_item .business_menu_link .business_menu_link_content {
  text-align: center;
}

.business_menu_list .business_menu_item .business_menu_link .business_menu_item_title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #3A3A3A;
  line-height: 1.8;
  text-align: center;
  margin: 0 0 10px;
}

@media only screen and (max-width: 640px) {
  .business_menu_list .business_menu_item .business_menu_link .business_menu_item_title {
    font-size: 18px;
  }
}

.business_menu_list .business_menu_item .business_menu_link .business_menu_item_read_more {
  display: inline-block;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  line-height: 1.3;
  position: relative;
  padding: 0 20px 10px 0;
}

@media only screen and (max-width: 640px) {
  .business_menu_list .business_menu_item .business_menu_link .business_menu_item_read_more {
    font-size: 18px;
  }
}

.business_menu_list .business_menu_item .business_menu_link .business_menu_item_read_more::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.business_menu_list .business_menu_item .business_menu_link .business_menu_item_read_more:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media only screen and (min-width: 960px) {
  .business_menu_link:hover .business_menu_link_content .business_menu_item_read_more::before {
    transform-origin: left;
    transform: scaleX(1);
  }
}

.business_work {
  padding: 0 0 100px;
  position: relative;
  margin: 0 0 150px;
}

@media only screen and (max-width: 640px) {
  .business_work {
    padding: 0 0 80px;
    margin: 0 0 100px;
  }
}

.business_work .bg_business_work {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 76%;
  height: 56%;
  background: transparent linear-gradient(179deg, #FF7272 0%, #442571 100%);
}

.business_work_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 2.2;
  margin: 0 0 65px;
}

@media only screen and (max-width: 640px) {
  .business_work_text {
    font-size: 14px;
    margin: 0 0 40px;
  }
}

.business_work_img {
  width: 100%;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 0 60px;
}

@media only screen and (max-width: 640px) {
  .business_work_img {
    height: 300px;
    margin: 0 0 40px;
  }
}

/*=================

      works.scss

=======================*/
.work_flow_box {
  margin: 60px 0 0 0;
  padding: 40px;
  background-color: #6E6181;
}

@media only screen and (max-width: 640px) {
  .work_flow_box {
    margin: 40px 0 0 0;
    padding: 20px;
  }
}

.work_flow_box_title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 20px;
}

@media only screen and (max-width: 640px) {
  .work_flow_box_title {
    font-size: 20px;
  }
}

.work_flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 -40px;
}

@media only screen and (max-width: 640px) {
  .work_flow_list {
    display: block;
    margin: 0 0 -30px;
  }
}

.work_flow_list .work_flow_item {
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 30px;
  width: calc((100% - 100px) /3);
  margin: 0 50px 40px 0;
  position: relative;
}

@media only screen and (max-width: 840px) {
  .work_flow_list .work_flow_item {
    width: calc((100% - 50px) /2);
  }
}

@media only screen and (max-width: 640px) {
  .work_flow_list .work_flow_item {
    width: 100%;
    margin: 0 0 50px 0;
  }
}

.work_flow_list .work_flow_item:nth-of-type(3n) {
  margin: 0 0 40px 0;
}

@media only screen and (max-width: 840px) {
  .work_flow_list .work_flow_item:nth-of-type(3n) {
    margin: 0 50px 40px 0;
  }
}

@media only screen and (max-width: 640px) {
  .work_flow_list .work_flow_item:nth-of-type(3n) {
    margin: 0 0 50px 0;
  }
}

@media only screen and (max-width: 840px) {
  .work_flow_list .work_flow_item:nth-of-type(2n) {
    margin: 0 0 40px 0;
  }
}

@media only screen and (max-width: 640px) {
  .work_flow_list .work_flow_item:nth-of-type(2n) {
    margin: 0 0 50px 0;
  }
}

.work_flow_list .work_flow_item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media only screen and (max-width: 640px) {
  .work_flow_list .work_flow_item:after {
    top: auto;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }
}

.work_flow_list .work_flow_item:nth-of-type(3n):after {
  content: none;
}

@media only screen and (max-width: 840px) {
  .work_flow_list .work_flow_item:nth-of-type(3n):after {
    content: "";
  }
}

@media only screen and (max-width: 840px) {
  .work_flow_list .work_flow_item:nth-of-type(2n)::after {
    content: none;
  }
}

@media only screen and (max-width: 640px) {
  .work_flow_list .work_flow_item:nth-of-type(2n)::after {
    content: "";
  }
}

@media only screen and (max-width: 640px) {
  .work_flow_list .work_flow_item:last-child:after {
    content: none;
  }
}

.work_flow_list .work_flow_item .work_flow_item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 0 20px;
}

.work_flow_list .work_flow_item .work_flow_item_title::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  bottom: -10px;
  left: 0;
}

.work_flow_list .work_flow_item .work_flow_item_title .time {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3;
  margin: 0 20px 0 0;
}

.work_flow_list .work_flow_item .work_flow_item_title .title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
}

.work_flow_list .work_flow_item .work_flow_item_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #3A3A3A;
  line-height: 1.8;
}

/*=================

      interview.scss

=======================*/
.interview_search_box {
  margin: 0 0 100px;
}

@media only screen and (max-width: 640px) {
  .interview_search_box {
    margin: 0 0 80px;
  }
}

.interview_search_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 -50px;
}

@media only screen and (max-width: 640px) {
  .interview_search_list {
    display: block;
    margin: 0 0 -30px;
  }
}

.interview_search_list .interview_search_item {
  margin: 0 36px 50px 0;
}

@media only screen and (max-width: 640px) {
  .interview_search_list .interview_search_item {
    margin: 0 0 30px 0;
  }
}

.interview_search_list .interview_search_item .interview_search_item_title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #3A3A3A;
  line-height: 1.5;
  margin: 0 0 14px;
}

@media only screen and (max-width: 640px) {
  .interview_search_list .interview_search_item .interview_search_item_title {
    font-size: 18px;
  }
}

.interview_search_list .interview_search_item .interview_search_check_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -20px;
}

.interview_search_list .interview_search_item .interview_search_check_list .interview_search_check_item {
  margin: 0 20px 20px 0;
}

.interview_search_list .interview_search_item .interview_search_check_list .interview_search_check_item .interview_search_check_label .interview_search_check {
  display: none;
}

.interview_search_list .interview_search_item .interview_search_check_list .interview_search_check_item .interview_search_check_label .interview_search_check_text {
  min-width: 112px;
  padding: 2px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #3A3A3A;
  line-height: 1.5;
  border-radius: 30px;
  background-color: #fff;
}

.interview_search_list .interview_search_item .interview_search_check_list .interview_search_check_item .interview_search_check_label .interview_search_check:checked + .interview_search_check_text {
  background-color: #6E6181;
  color: #fff;
}

.interview_list {
  padding: 60px 0 200px;
  position: relative;
  background-color: #fff;
}

@media only screen and (max-width: 640px) {
  .interview_list {
    padding: 50px 0 100px;
  }
}

.interview_list .bg_interview_list {
  position: absolute;
  top: 0;
  right: 0;
  width: 26%;
  height: 100%;
  background: transparent linear-gradient(179deg, #FF7272 0%, #442571 100%);
}

.interview_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 30px;
}

@media only screen and (max-width: 640px) {
  .interview_box_wrap {
    display: block;
  }
}

.interview_box_wrap .interview_box {
  display: block;
  width: calc((100% - 140px) /3);
  margin: 0 70px 50px 0;
}

@media only screen and (max-width: 840px) {
  .interview_box_wrap .interview_box {
    width: calc((100% - 70px) /2);
  }
}

@media only screen and (max-width: 640px) {
  .interview_box_wrap .interview_box {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 30px;
  }
}

.interview_box_wrap .interview_box:nth-of-type(3n) {
  margin: 0 0 50px 0;
}

@media only screen and (max-width: 840px) {
  .interview_box_wrap .interview_box:nth-of-type(3n) {
    margin: 0 70px 50px 0;
  }
}

@media only screen and (max-width: 640px) {
  .interview_box_wrap .interview_box:nth-of-type(3n) {
    margin: 0 auto 30px;
  }
}

@media only screen and (max-width: 840px) {
  .interview_box_wrap .interview_box:nth-of-type(2n) {
    margin: 0 0 50px 0;
  }
}

@media only screen and (max-width: 640px) {
  .interview_box_wrap .interview_box:nth-of-type(2n) {
    margin: 0 auto 30px;
  }
}

.interview_box_wrap .interview_box .interview_box_img_wrap {
  overflow: hidden;
  width: 100%;
  height: 500px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .interview_box_wrap .interview_box .interview_box_img_wrap {
    height: 400px;
  }
}

.interview_box_wrap .interview_box .interview_box_img_wrap .interview_box_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  overflow: hidden;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

@media only screen and (max-width: 640px) {
  .interview_box_wrap .interview_box .interview_box_img_wrap .interview_box_img {
    height: 400px;
  }
}

.interview_box_wrap .interview_box .interview_box_name {
  font-family: 'Inter', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
  color: #1C1C1C;
  line-height: 1.5;
  margin: 24px 0 10px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .interview_box_wrap .interview_box .interview_box_name {
    font-size: 20px;
    margin: 24px 0 10px;
  }
}

.interview_box_wrap .interview_box .interview_box_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 10px;
}

.interview_box_wrap .interview_box .interview_box_detail .interview_box_job {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #707070;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .interview_box_wrap .interview_box .interview_box_detail .interview_box_job {
    font-size: 14px;
  }
}

.interview_box_wrap .interview_box .interview_box_detail .interview_box_time {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 640px) {
  .interview_box_wrap .interview_box .interview_box_detail .interview_box_time {
    font-size: 14px;
  }
}

.interview_box_wrap .interview_box .interview_box_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #3A3A3A;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .interview_box_wrap .interview_box .interview_box_text {
    font-size: 15px;
  }
}

@media only screen and (min-width: 960px) {
  .interview_box:hover .interview_box_img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

/*interview_detail*/
.interview_detail {
  padding: 120px 0 250px;
  background-color: #fff;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .interview_detail {
    padding: 60px 0 150px;
  }
}

.interview_detail .bg_interview_detail {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 500px;
  background: transparent linear-gradient(179deg, #FF7272 0%, #442571 100%);
}

@media only screen and (max-width: 640px) {
  .interview_detail .bg_interview_detail {
    height: 300px;
  }
}

.interview_detail_name_wrap {
  margin: 0 0 30px;
  padding: 0 0 0 30px;
  position: relative;
}

.interview_detail_name_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  border-radius: 30px;
  background-color: #6E6181;
}

.interview_detail_name_wrap .interview_detail_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 10px;
}

@media only screen and (max-width: 640px) {
  .interview_detail_name_wrap .interview_detail_name {
    display: block;
  }
}

.interview_detail_name_wrap .interview_detail_name .interview_detail_name_ja {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #6E6181;
  line-height: 1.3;
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 640px) {
  .interview_detail_name_wrap .interview_detail_name .interview_detail_name_ja {
    font-size: 26px;
    margin: 0 0 10px 0;
  }
}

.interview_detail_name_wrap .interview_detail_name .interview_detail_name_en {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #707070;
  line-height: 1.3;
}

@media only screen and (max-width: 640px) {
  .interview_detail_name_wrap .interview_detail_name .interview_detail_name_en {
    font-size: 14px;
  }
}

.interview_detail_name_wrap .interview_detail_post {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #3A3A3A;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .interview_detail_name_wrap .interview_detail_post {
    font-size: 16px;
  }
}

.interview_detail_main_img {
  width: 100%;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 50px;
}

@media only screen and (max-width: 840px) {
  .interview_detail_main_img {
    height: 300px;
  }
}

@media only screen and (max-width: 640px) {
  .interview_detail_main_img {
    height: 200px;
  }
}

.interview_detail_prof_box {
  padding: 30px 30px;
  margin: 0 0 100px;
  background-color: #F6F8FB;
}

@media only screen and (max-width: 640px) {
  .interview_detail_prof_box {
    padding: 20px 20px;
    margin: 0 0 50px;
  }
}

.interview_detail_prof_box .interview_detail_prof_box_title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 0 20px;
}

@media only screen and (max-width: 640px) {
  .interview_detail_prof_box .interview_detail_prof_box_title {
    font-size: 20px;
  }
}

.interview_detail_prof_box .interview_detail_prof_box_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .interview_detail_prof_box .interview_detail_prof_box_text {
    font-size: 14px;
  }
}

.interview_detail_block_wrap {
  margin: 0 0 60px;
}

@media only screen and (max-width: 640px) {
  .interview_detail_block_wrap {
    margin: 0 0 40px;
  }
}

.interview_detail_block_wrap .interview_detail_block {
  margin: 0 0 100px;
}

@media only screen and (max-width: 960px) {
  .interview_detail_block_wrap .interview_detail_block {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .interview_detail_block_wrap .interview_detail_block {
    margin: 0 0 50px;
  }
}

.interview_detail_block_wrap .interview_detail_block:last-child {
  margin: 0 0 0;
}

.interview_detail_block_wrap .interview_detail_block_title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #6E6181;
  line-height: 1.5;
  margin: 0 0 60px;
}

@media only screen and (max-width: 640px) {
  .interview_detail_block_wrap .interview_detail_block_title {
    font-size: 24px;
    margin: 0 0 30px;
  }
}

.interview_detail_block_wrap .interview_detail_block_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 2;
  margin: 0 0 50px;
}

@media only screen and (max-width: 640px) {
  .interview_detail_block_wrap .interview_detail_block_text {
    font-size: 14px;
    margin: 0 0 40px;
  }
}

.interview_detail_block_wrap .interview_detail_block_img {
  width: 100%;
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 840px) {
  .interview_detail_block_wrap .interview_detail_block_img {
    height: 300px;
  }
}

@media only screen and (max-width: 640px) {
  .interview_detail_block_wrap .interview_detail_block_img {
    height: 200px;
  }
}

/*=================

      project_story.scss

=======================*/
.project_story_list_page {
  padding: 100px 0 300px;
  background-color: #fff;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .project_story_list_page {
    padding: 50px 0 100px;
  }
}

.project_story_list_page .bg_project_story_list_page {
  position: absolute;
  top: 0;
  right: 0;
  width: 36%;
  height: 100%;
  background: transparent linear-gradient(179deg, #FF7272 0%, #442571 100%);
}

.project_story_list {
  margin: 150px 0 0 0;
}

@media only screen and (max-width: 640px) {
  .project_story_list {
    margin: 80px 0 0 0;
  }
}

.project_story_list .project_story_item {
  margin: 0 0 46px;
}

@media only screen and (max-width: 640px) {
  .project_story_list .project_story_item {
    margin: 0 0 30px;
  }
}

.project_story_list .project_story_item:last-child {
  margin: 0 0 0;
}

.project_story_list .project_story_item .project_story_link {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
}

@media only screen and (max-width: 640px) {
  .project_story_list .project_story_item .project_story_link {
    height: 300px;
  }
}

.project_story_list .project_story_item .project_story_link .project_story_item_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  width: 100%;
  height: 400px;
}

@media only screen and (max-width: 640px) {
  .project_story_list .project_story_item .project_story_link .project_story_item_img {
    height: 300px;
  }
}

.project_story_list .project_story_item .project_story_link .project_story_item_img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.project_story_list .project_story_item .project_story_link .project_story_link_content_detail {
  padding: 40px 60px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .project_story_list .project_story_item .project_story_link .project_story_link_content_detail {
    padding: 20px 20px;
  }
}

.project_story_list .project_story_item .project_story_link .project_story_link_content_detail .project_story_link_content_detail_inner {
  width: 100%;
}

.project_story_list .project_story_item .project_story_link .project_story_link_content_detail .project_story_link_content_detail_inner .project_story_link_content_detail_title_block {
  width: 100%;
}

.project_story_list .project_story_item .project_story_link .project_story_link_content_detail .project_story_link_content_detail_inner .project_story_link_content_detail_title_block .project_story_link_content_detail_num {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
  color: #fff;
  margin: 0 0 16px;
}

@media only screen and (max-width: 640px) {
  .project_story_list .project_story_item .project_story_link .project_story_link_content_detail .project_story_link_content_detail_inner .project_story_link_content_detail_title_block .project_story_link_content_detail_num {
    font-size: 20px;
  }
}

.project_story_list .project_story_item .project_story_link .project_story_link_content_detail .project_story_link_content_detail_inner .project_story_link_content_detail_title_block .project_story_link_content_detail_title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 36px;
  color: #fff;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 54px;
  max-height: calc(54px*2);
}

@media only screen and (max-width: 640px) {
  .project_story_list .project_story_item .project_story_link .project_story_link_content_detail .project_story_link_content_detail_inner .project_story_link_content_detail_title_block .project_story_link_content_detail_title {
    font-size: 26px;
    line-height: 39px;
    max-height: calc(39px*2);
  }
}

@media only screen and (min-width: 960px) {
  .project_story_link:hover .project_story_item_img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

/*project_story_detail*/
.project_story_detail_page {
  padding: 130px 0 200px;
  background-color: #fff;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .project_story_detail_page {
    padding: 80px 0 100px;
  }
}

.project_story_detail_page .bg_project_story_detail_page {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 500px;
  background: transparent linear-gradient(179deg, #FF7272 0%, #442571 100%);
}

@media only screen and (max-width: 840px) {
  .project_story_detail_page .bg_project_story_detail_page {
    height: 300px;
  }
}

.project_story_detail_num {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #707070;
  line-height: 1.3;
  margin: 0 0 10px;
}

@media only screen and (max-width: 640px) {
  .project_story_detail_num {
    font-size: 14px;
  }
}

.project_story_detail_title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 40px;
  color: #3A3A3A;
  line-height: 1.5;
  margin: 0 0 100px;
}

@media only screen and (max-width: 640px) {
  .project_story_detail_title {
    font-size: 30px;
    margin: 0 0 50px;
  }
}

.project_story_detail_name_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 -20px 0;
}

@media only screen and (max-width: 640px) {
  .project_story_detail_name_list {
    margin: 0 0 0 0;
  }
}

.project_story_detail_name_list .project_story_detail_name_item {
  width: 500px;
  margin: 0 50px 50px 0;
  padding: 0 0 0 30px;
  position: relative;
}

.project_story_detail_name_list .project_story_detail_name_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  border-radius: 30px;
  background-color: #6E6181;
}

.project_story_detail_name_list .project_story_detail_name_item .project_story_detail_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 10px;
}

@media only screen and (max-width: 640px) {
  .project_story_detail_name_list .project_story_detail_name_item .project_story_detail_name {
    display: block;
  }
}

.project_story_detail_name_list .project_story_detail_name_item .project_story_detail_name .project_story_detail_name_ja {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #6E6181;
  line-height: 1.3;
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 640px) {
  .project_story_detail_name_list .project_story_detail_name_item .project_story_detail_name .project_story_detail_name_ja {
    font-size: 26px;
    margin: 0 0 10px 0;
  }
}

.project_story_detail_name_list .project_story_detail_name_item .project_story_detail_name .project_story_detail_name_en {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #707070;
  line-height: 1.3;
}

@media only screen and (max-width: 640px) {
  .project_story_detail_name_list .project_story_detail_name_item .project_story_detail_name .project_story_detail_name_en {
    font-size: 14px;
  }
}

.project_story_detail_name_list .project_story_detail_name_item .project_story_detail_post {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #3A3A3A;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .project_story_detail_name_list .project_story_detail_name_item .project_story_detail_post {
    font-size: 16px;
  }
}

.project_story_detail_main_img {
  width: 100%;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 60px;
}

@media only screen and (max-width: 840px) {
  .project_story_detail_main_img {
    height: 300px;
  }
}

@media only screen and (max-width: 640px) {
  .project_story_detail_main_img {
    height: 220px;
  }
}

.project_outline_box {
  padding: 30px 30px;
  margin: 0 0 100px;
  background-color: #F6F8FB;
}

@media only screen and (max-width: 640px) {
  .project_outline_box {
    padding: 20px 20px;
    margin: 0 0 50px;
  }
}

.project_outline_box .project_outline_box_title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 0 20px;
}

@media only screen and (max-width: 640px) {
  .project_outline_box .project_outline_box_title {
    font-size: 20px;
  }
}

.project_outline_box .project_outline_box_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .project_outline_box .project_outline_box_text {
    font-size: 14px;
  }
}

.project_story_detail_block_wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.project_story_detail_block_wrap .project_story_detail_block {
  margin: 0 0 100px;
}

@media only screen and (max-width: 640px) {
  .project_story_detail_block_wrap .project_story_detail_block {
    margin: 0 0 50px;
  }
}

.project_story_detail_block_wrap .project_story_detail_block:last-child {
  margin: 0 0 0;
}

.project_story_detail_block_wrap .project_story_detail_block .project_story_detail_block_title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #6E6181;
  line-height: 1.5;
  margin: 0 0 60px;
}

@media only screen and (max-width: 640px) {
  .project_story_detail_block_wrap .project_story_detail_block .project_story_detail_block_title {
    font-size: 24px;
    margin: 0 0 30px;
  }
}

.project_story_detail_block_wrap .project_story_detail_block .project_story_detail_block_question {
  padding: 0 0 0 46px;
  position: relative;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  margin: 0 0 30px;
}

@media only screen and (max-width: 640px) {
  .project_story_detail_block_wrap .project_story_detail_block .project_story_detail_block_question {
    font-size: 16px;
  }
}

.project_story_detail_block_wrap .project_story_detail_block .project_story_detail_block_question::before {
  content: "";
  width: 36px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 14px;
  left: 0;
}

@media only screen and (max-width: 640px) {
  .project_story_detail_block_wrap .project_story_detail_block .project_story_detail_block_question::before {
    top: 12px;
  }
}

.project_story_detail_block_wrap .project_story_detail_block .project_story_detail_block_chat_list {
  margin: 0 0 60px;
}

@media only screen and (max-width: 640px) {
  .project_story_detail_block_wrap .project_story_detail_block .project_story_detail_block_chat_list {
    margin: 0 0 40px;
  }
}

.project_story_detail_block_wrap .project_story_detail_block .project_story_detail_block_chat_list .project_story_detail_block_chat_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 40px;
}

@media only screen and (max-width: 640px) {
  .project_story_detail_block_wrap .project_story_detail_block .project_story_detail_block_chat_list .project_story_detail_block_chat_item {
    margin: 0 0 30px;
  }
}

.project_story_detail_block_wrap .project_story_detail_block .project_story_detail_block_chat_list .project_story_detail_block_chat_item:last-child {
  margin: 0 0 0;
}

.project_story_detail_block_wrap .project_story_detail_block .project_story_detail_block_chat_list .project_story_detail_block_chat_item .project_story_detail_block_chat_item_name {
  width: 80px;
  margin: 0 10px 0 0;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #6E6181;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .project_story_detail_block_wrap .project_story_detail_block .project_story_detail_block_chat_list .project_story_detail_block_chat_item .project_story_detail_block_chat_item_name {
    font-size: 14px;
    width: 70px;
  }
}

.project_story_detail_block_wrap .project_story_detail_block .project_story_detail_block_chat_list .project_story_detail_block_chat_item .project_story_detail_block_chat_item_name:after {
  content: "：";
}

.project_story_detail_block_wrap .project_story_detail_block .project_story_detail_block_chat_list .project_story_detail_block_chat_item .project_story_detail_block_chat_item_text {
  width: calc(100% - 90px);
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .project_story_detail_block_wrap .project_story_detail_block .project_story_detail_block_chat_list .project_story_detail_block_chat_item .project_story_detail_block_chat_item_text {
    font-size: 14px;
    width: calc(100% - 80px);
  }
}

.project_story_detail_block_wrap .project_story_detail_block .project_story_detail_block_column_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 2;
  margin: 0 0 40px;
}

@media only screen and (max-width: 640px) {
  .project_story_detail_block_wrap .project_story_detail_block .project_story_detail_block_column_text {
    font-size: 14px;
    margin: 0 0 30px;
  }
}

.project_story_detail_block_wrap .project_story_detail_block .project_story_detail_block_img {
  width: 100%;
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 840px) {
  .project_story_detail_block_wrap .project_story_detail_block .project_story_detail_block_img {
    height: 300px;
  }
}

@media only screen and (max-width: 640px) {
  .project_story_detail_block_wrap .project_story_detail_block .project_story_detail_block_img {
    height: 220px;
  }
}

/*=================

      office.scss

=======================*/
.office_section_right {
  padding: 0 0 160px;
  background-color: #fff;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .office_section_right {
    padding: 0 0 80px;
  }
}

.office_section_right .bg_office_section_right {
  position: absolute;
  top: 30px;
  right: 0;
  width: 90%;
  height: 70%;
  background-color: #F6F8FB;
}

@media only screen and (max-width: 640px) {
  .office_section_right .bg_office_section_right {
    padding: 0 0 80px;
  }
}

@media only screen and (max-width: 1400px) {
  .office_section_right .bg_office_section_right {
    width: 100%;
  }
}

.office_section_left {
  padding: 0 0 160px;
  background-color: #fff;
  position: relative;
}

.office_section_left .bg_office_section_left {
  position: absolute;
  top: 30px;
  left: 0;
  width: 90%;
  height: 70%;
  background-color: #F6F8FB;
}

@media only screen and (max-width: 1400px) {
  .office_section_left .bg_office_section_left {
    width: 100%;
  }
}

.office_img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .office_img_list {
    display: block;
  }
}

.office_img_list .office_img_item {
  width: calc((100% - 50px) /3);
  height: 280px;
  margin: 0 25px 25px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 840px) {
  .office_img_list .office_img_item {
    width: calc((100% - 25px) /2);
  }
}

@media only screen and (max-width: 640px) {
  .office_img_list .office_img_item {
    width: 100%;
    margin: 0 0 25px 0;
  }
}

.office_img_list .office_img_item:nth-of-type(3n) {
  margin: 0 0 25px 0;
}

@media only screen and (max-width: 840px) {
  .office_img_list .office_img_item:nth-of-type(3n) {
    margin: 0 25px 25px 0;
  }
}

@media only screen and (max-width: 640px) {
  .office_img_list .office_img_item:nth-of-type(3n) {
    margin: 0 0 25px 0;
  }
}

@media only screen and (max-width: 840px) {
  .office_img_list .office_img_item:nth-of-type(2n) {
    margin: 0 0 25px 0;
  }
}

/*=================

      value.scss

=======================*/
.value_title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 40px;
  color: #3A3A3A;
  line-height: 1.5;
  margin: 0 0 60px;
}

@media only screen and (max-width: 640px) {
  .value_title {
    font-size: 32px;
    margin: 0 0 40px;
  }
}

.value_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #3A3A3A;
  line-height: 2.2;
}

@media only screen and (max-width: 640px) {
  .value_text {
    font-size: 18px;
  }
}

.value_layout_block_wrap .value_layout_block {
  margin: 0 0 80px;
}

@media only screen and (max-width: 640px) {
  .value_layout_block_wrap .value_layout_block {
    margin: 0 0 40px;
  }
}

.value_layout_block_wrap .value_layout_block:last-child {
  margin: 0 0 0;
}

.value_layout_block_wrap .value_layout_block .value_layout_block_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 960px) {
  .value_layout_block_wrap .value_layout_block .value_layout_block_inner {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .value_layout_block_wrap .value_layout_block .value_layout_block_inner {
    margin: 0 0 60px;
  }
}

.value_layout_block_wrap .value_layout_block .value_layout_block_inner:last-child {
  margin: 0 0 0;
}

.value_layout_block_wrap .value_layout_block .value_layout_block_inner .value_layout_detail {
  width: calc((100% - 80px) /2);
}

@media only screen and (max-width: 960px) {
  .value_layout_block_wrap .value_layout_block .value_layout_block_inner .value_layout_detail {
    width: 100%;
    margin: 0 0 40px;
  }
}

.value_layout_block_wrap .value_layout_block .value_layout_block_inner .value_layout_detail .value_layout_sub_title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #3A3A3A;
  line-height: 2;
  margin: 0 0 36px;
}

@media only screen and (max-width: 640px) {
  .value_layout_block_wrap .value_layout_block .value_layout_block_inner .value_layout_detail .value_layout_sub_title {
    font-size: 20px;
    margin: 0 0 30px;
  }
}

.value_layout_block_wrap .value_layout_block .value_layout_block_inner .value_layout_detail .value_layout_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 2.2;
}

@media only screen and (max-width: 640px) {
  .value_layout_block_wrap .value_layout_block .value_layout_block_inner .value_layout_detail .value_layout_text {
    font-size: 14px;
  }
}

.value_layout_block_wrap .value_layout_block .value_layout_block_inner .value_layout_img {
  width: calc((100% - 80px) /2);
  height: 380px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 960px) {
  .value_layout_block_wrap .value_layout_block .value_layout_block_inner .value_layout_img {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 840px) {
  .value_layout_block_wrap .value_layout_block .value_layout_block_inner .value_layout_img {
    height: 300px;
  }
}

@media only screen and (max-width: 640px) {
  .value_layout_block_wrap .value_layout_block .value_layout_block_inner .value_layout_img {
    height: 280px;
  }
}

/*=================

      system.scss

=======================*/
.system_block_wrap .system_block {
  margin: 0 0 150px;
}

@media only screen and (max-width: 640px) {
  .system_block_wrap .system_block {
    margin: 0 0 80px;
  }
}

.system_block_wrap .system_block:last-child {
  margin: 0 0 0;
}

.system_block_wrap .system_block .system_content_list .system_content_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 150px;
}

@media only screen and (max-width: 960px) {
  .system_block_wrap .system_block .system_content_list .system_content_item {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .system_block_wrap .system_block .system_content_list .system_content_item {
    margin: 0 0 60px;
  }
}

.system_block_wrap .system_block .system_content_list .system_content_item:last-child {
  margin: 0 0 0;
}

.system_block_wrap .system_block .system_content_list .system_content_item .system_content_detail {
  width: calc((100% - 60px) /2);
}

@media only screen and (max-width: 960px) {
  .system_block_wrap .system_block .system_content_list .system_content_item .system_content_detail {
    width: 100%;
    margin: 0 0 40px;
  }
}

.system_block_wrap .system_block .system_content_list .system_content_item .system_content_detail .system_content_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 2.2;
}

@media only screen and (max-width: 640px) {
  .system_block_wrap .system_block .system_content_list .system_content_item .system_content_detail .system_content_text {
    font-size: 14px;
  }
}

.system_block_wrap .system_block .system_content_img {
  width: calc((100% - 60px) /2);
  height: 380px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 960px) {
  .system_block_wrap .system_block .system_content_img {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 840px) {
  .system_block_wrap .system_block .system_content_img {
    height: 300px;
  }
}

@media only screen and (max-width: 640px) {
  .system_block_wrap .system_block .system_content_img {
    height: 280px;
  }
}

.system_block_img {
  width: 100%;
  height: 380px;
  border-radius: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 60px 0 0 0;
}

@media only screen and (max-width: 840px) {
  .system_block_img {
    height: 300px;
  }
}

@media only screen and (max-width: 640px) {
  .system_block_img {
    height: 280px;
  }
}

/*=================

      data.scss

=======================*/
.data_page {
  padding: 0 0 160px;
  background-color: #fff;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .data_page {
    padding: 0 0 100px;
  }
}

.data_page .bg_data_page {
  position: absolute;
  top: 30px;
  right: 0;
  width: 90%;
  height: 480px;
  background-color: #F6F8FB;
}

@media only screen and (max-width: 1400px) {
  .data_page .bg_data_page {
    width: 100%;
  }
}

.data_box_wrap {
  margin: 160px 0 -40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .data_box_wrap {
    margin: 100px 0 -40px 0;
  }
}

.data_box_wrap .data_box {
  width: calc((100% - 80px) /3);
  margin: 0 40px 40px 0;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 40px 20px 50px;
}

@media only screen and (max-width: 960px) {
  .data_box_wrap .data_box {
    width: calc((100% - 40px) /2);
  }
}

@media only screen and (max-width: 640px) {
  .data_box_wrap .data_box {
    width: 100%;
    margin: 0 0 40px 0;
    padding: 20px 20px 20px;
  }
}

.data_box_wrap .data_box:nth-of-type(3n) {
  margin: 0 0 40px 0;
}

@media only screen and (max-width: 960px) {
  .data_box_wrap .data_box:nth-of-type(3n) {
    margin: 0 40px 40px 0;
  }
}

@media only screen and (max-width: 640px) {
  .data_box_wrap .data_box:nth-of-type(3n) {
    margin: 0 0 40px 0;
  }
}

@media only screen and (max-width: 960px) {
  .data_box_wrap .data_box:nth-of-type(2n) {
    margin: 0 0 40px 0;
  }
}

.data_box_wrap .data_box .data_box_title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 0 40px;
  padding: 0 0 0 30px;
  position: relative;
}

.data_box_wrap .data_box .data_box_title:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #6E6181;
}

@media only screen and (max-width: 640px) {
  .data_box_wrap .data_box .data_box_title {
    font-size: 18px;
    margin: 0 0 20px;
  }
}

.data_box_wrap .data_box .data_box_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #3A3A3A;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 30px;
  word-break: break-word;
}

@media only screen and (max-width: 640px) {
  .data_box_wrap .data_box .data_box_text {
    font-size: 20px;
    margin: 0 0 20px;
  }
}

.data_box_wrap .data_box .data_box_text span {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 90px;
  line-height: 1.2;
  color: #442571;
  background: -webkit-linear-gradient(270deg, #FF7272 0%, #442571 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 640px) {
  .data_box_wrap .data_box .data_box_text span {
    font-size: 70px;
  }
}

.data_box_wrap .data_box .data_box_text span.big {
  font-size: 100px;
}

@media only screen and (max-width: 640px) {
  .data_box_wrap .data_box .data_box_text span.big {
    font-size: 80px;
  }
}

.data_box_wrap .data_box .data_box_img {
  height: 110px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .data_box_wrap .data_box .data_box_img {
    height: 90px;
  }
}

.data_box_wrap .data_box .data_box_img img {
  height: 100%;
}

.data_box_wrap .data_box .data_box_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.data_box_wrap .data_box .data_box_flex .data_box_flex_text_wrap {
  width: calc((100% - 10px) /2);
}

.data_box_wrap .data_box .data_box_flex .data_box_flex_text_wrap .data_box_flex_text {
  text-align: center;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 0 30px;
}

@media only screen and (max-width: 640px) {
  .data_box_wrap .data_box .data_box_flex .data_box_flex_text_wrap .data_box_flex_text {
    font-size: 16px;
  }
}

.data_box_wrap .data_box .data_box_flex .data_box_flex_text_wrap .data_box_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #3A3A3A;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 30px;
  word-break: break-word;
}

@media only screen and (max-width: 640px) {
  .data_box_wrap .data_box .data_box_flex .data_box_flex_text_wrap .data_box_text {
    font-size: 20px;
  }
}

.data_box_wrap .data_box .data_box_flex .data_box_flex_text_wrap .data_box_text span {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 52px;
  line-height: 1.2;
}

@media only screen and (max-width: 640px) {
  .data_box_wrap .data_box .data_box_flex .data_box_flex_text_wrap .data_box_text span {
    font-size: 50px;
  }
}

.data_box_wrap .data_box .data_box_flex .data_box_flex_text_wrap .data_box_text span.c_blue {
  color: #3E9BD4;
  background: -webkit-linear-gradient(270deg, #3E9BD4 0%, #442571 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*=================

      recruit.scss

=======================*/
.recruit_search_box {
  margin: 40px 0 0 0;
  padding: 40px 50px;
  background-color: #F6F8FB;
}

@media only screen and (max-width: 640px) {
  .recruit_search_box {
    margin: 20px 0 0 0;
    padding: 20px 20px;
  }
}

.recruit_search_box .recruit_search_list .recruit_search_item {
  margin: 0 0 40px;
}

@media only screen and (max-width: 640px) {
  .recruit_search_box .recruit_search_list .recruit_search_item {
    margin: 0 0 30px;
  }
}

.recruit_search_box .recruit_search_list .recruit_search_item:last-child {
  margin: 0 0 0;
}

.recruit_search_box .recruit_search_list .recruit_search_item .recruit_search_item_title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #6E6181;
  line-height: 1.5;
  margin: 0 0 14px;
}

@media only screen and (max-width: 640px) {
  .recruit_search_box .recruit_search_list .recruit_search_item .recruit_search_item_title {
    font-size: 18px;
  }
}

.recruit_search_box .recruit_search_list .recruit_search_item .recruit_search_check_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -20px;
}

.recruit_search_box .recruit_search_list .recruit_search_item .recruit_search_check_list .recruit_search_check_item {
  margin: 0 40px 20px 0;
}

.recruit_search_box .recruit_search_list .recruit_search_item .recruit_search_check_list .recruit_search_check_item .recruit_search_check_label .recruit_search_check {
  display: none;
}

.recruit_search_box .recruit_search_list .recruit_search_item .recruit_search_check_list .recruit_search_check_item .recruit_search_check_label .recruit_search_check_text {
  padding: 0 0 0 30px;
  position: relative;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .recruit_search_box .recruit_search_list .recruit_search_item .recruit_search_check_list .recruit_search_check_item .recruit_search_check_label .recruit_search_check_text {
    font-size: 14px;
  }
}

.recruit_search_box .recruit_search_list .recruit_search_item .recruit_search_check_list .recruit_search_check_item .recruit_search_check_label .recruit_search_check_text::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #C4C4C4;
  background-color: #fff;
}

.recruit_search_check:checked + .recruit_search_check_text::after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 6px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.recruit_list {
  padding: 100px 0 150px;
  background: transparent linear-gradient(179deg, #FF7272 0%, #442571 100%);
}

@media only screen and (max-width: 640px) {
  .recruit_list {
    padding: 50px 0 80px;
  }
}

/*recruit_job_box*/
.recruit_job_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 10px;
}

@media only screen and (max-width: 840px) {
  .recruit_job_box_wrap {
    display: block;
  }
}

.recruit_job_box_wrap .recruit_job_box {
  display: block;
  width: calc((100% - 80px) /3);
  margin: 0 40px 40px 0;
  padding: 20px;
  background-color: #fff;
  border-radius: 30px;
}

.recruit_job_box_wrap .recruit_job_box:nth-of-type(3n) {
  margin: 0 0 40px 0;
}

@media only screen and (max-width: 840px) {
  .recruit_job_box_wrap .recruit_job_box {
    width: 100%;
    margin: 0 0 40px 0;
  }
}

@media only screen and (max-width: 640px) {
  .recruit_job_box_wrap .recruit_job_box {
    padding: 15px;
  }
}

.recruit_job_box_wrap .recruit_job_box .recruit_job_box_img_wrap {
  width: 100%;
  height: 260px;
  overflow: hidden;
  border-radius: 30px;
  margin: 0 0 20px;
}

@media only screen and (max-width: 640px) {
  .recruit_job_box_wrap .recruit_job_box .recruit_job_box_img_wrap {
    width: 100%;
    height: 240px;
  }
}

.recruit_job_box_wrap .recruit_job_box .recruit_job_box_img_wrap .recruit_job_box_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 260px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

@media only screen and (max-width: 640px) {
  .recruit_job_box_wrap .recruit_job_box .recruit_job_box_img_wrap .recruit_job_box_img {
    height: 240px;
  }
}

.recruit_job_box_wrap .recruit_job_box .recruit_job_box_detail {
  width: 100%;
}

.recruit_job_box_wrap .recruit_job_box .recruit_job_box_detail .recruit_job_box_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #3A3A3A;
  margin: 0 0 20px;
}

.recruit_job_box_wrap .recruit_job_box .recruit_job_box_detail .recruit_job_box_title_wrap .recruit_job_box_title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #6E6181;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 30px;
  max-height: calc(30px*1);
  position: relative;
  padding: 0 40px 0 0;
  width: 100%;
}

.recruit_job_box_wrap .recruit_job_box .recruit_job_box_detail .recruit_job_box_title_wrap .recruit_job_box_title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

@media only screen and (max-width: 640px) {
  .recruit_job_box_wrap .recruit_job_box .recruit_job_box_detail .recruit_job_box_title_wrap .recruit_job_box_title {
    font-size: 18px;
    line-height: 26px;
    max-height: calc(26px*1);
  }
}

.recruit_job_box_wrap .recruit_job_box .recruit_job_box_detail .recruit_job_box_content_list .recruit_job_box_content_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 8px;
}

.recruit_job_box_wrap .recruit_job_box .recruit_job_box_detail .recruit_job_box_content_list .recruit_job_box_content_item:last-child {
  margin: 0 0 0;
}

.recruit_job_box_wrap .recruit_job_box .recruit_job_box_detail .recruit_job_box_content_list .recruit_job_box_content_item .recruit_job_box_content_item_title {
  width: 90px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #6E6181;
  line-height: 1.5;
}

.recruit_job_box_wrap .recruit_job_box .recruit_job_box_detail .recruit_job_box_content_list .recruit_job_box_content_item .recruit_job_box_content_item_text {
  width: calc(100% - 90px);
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #3A3A3A;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 21px;
  max-height: calc(21px*1);
}

.recruit_job_box_wrap .recruit_job_box .recruit_job_box_detail .recruit_job_box_content_list .recruit_job_box_content_item .recruit_job_box_content_item_text_time {
  width: calc(100% - 90px);
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #3A3A3A;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 21px;
  max-height: calc(21px*4);
}

@media only screen and (min-width: 960px) {
  .recruit_job_box:hover .recruit_job_box_img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .recruit_job_box:hover .recruit_job_box_title_arrow {
    background-color: #fff;
  }
}

/*recruit_detail*/
.recruit_detail_page {
  padding: 100px 0 200px;
  background-color: #fff;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .recruit_detail_page {
    padding: 50px 0 100px;
  }
}

.recruit_detail_page .bg_recruit_detail_page {
  position: absolute;
  top: 0;
  right: 0;
  width: 46%;
  height: 400px;
  background: transparent linear-gradient(179deg, #FF7272 0%, #442571 100%);
}

@media only screen and (max-width: 960px) {
  .recruit_detail_page .bg_recruit_detail_page {
    display: none;
  }
}

.recruit_detail_content {
  display: flex;
  width: 100%;
  padding: 0 100px 0 0;
  margin: 0 0 80px;
}

@media only screen and (max-width: 960px) {
  .recruit_detail_content {
    display: block;
    padding: 0 0 0 0;
  }
}

.recruit_detail_content .recruit_detail_content_detail {
  width: calc(100% - 550px);
}

@media only screen and (max-width: 960px) {
  .recruit_detail_content .recruit_detail_content_detail {
    width: 100%;
    margin: 0 0 50px;
  }
}

.recruit_detail_content .recruit_detail_main_img {
  width: 500px;
  height: 340px;
  margin: 0 0 0 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 960px) {
  .recruit_detail_content .recruit_detail_main_img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 0 auto;
  }
}

@media only screen and (max-width: 840px) {
  .recruit_detail_content .recruit_detail_main_img {
    height: 300px;
  }
}

@media only screen and (max-width: 640px) {
  .recruit_detail_content .recruit_detail_main_img {
    height: 280px;
  }
}

.recruit_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #3A3A3A;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .recruit_text {
    font-size: 18px;
  }
}

.recruit_detail_list {
  padding: 80px;
  background-color: #F6F8FB;
}

@media only screen and (max-width: 960px) {
  .recruit_detail_list {
    padding: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .recruit_detail_list {
    padding: 20px;
  }
}

.recruit_detail_list .recruit_detail_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.recruit_detail_list .recruit_detail_item .recruit_detail_item_title {
  width: 300px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #6E6181;
  line-height: 1.7;
  padding: 18px 0;
  border-bottom: 2px solid #6E6181;
}

@media only screen and (max-width: 840px) {
  .recruit_detail_list .recruit_detail_item .recruit_detail_item_title {
    width: 120px;
  }
}

@media only screen and (max-width: 640px) {
  .recruit_detail_list .recruit_detail_item .recruit_detail_item_title {
    font-size: 14px;
  }
}

.recruit_detail_list .recruit_detail_item .recruit_detail_item_text {
  width: calc(100% - 300px);
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 1.7;
  padding: 18px 50px;
  border-bottom: 1px solid #D2D2D2;
}

.recruit_detail_list .recruit_detail_item .recruit_detail_item_text a {
  color: #3A3A3A;
  text-decoration: underline;
}

@media only screen and (max-width: 840px) {
  .recruit_detail_list .recruit_detail_item .recruit_detail_item_text {
    width: calc(100% - 120px);
    padding: 18px 20px;
  }
}

@media only screen and (max-width: 640px) {
  .recruit_detail_list .recruit_detail_item .recruit_detail_item_text {
    font-size: 14px;
    padding: 18px 0;
  }
}

.recruit_detail_list .recruit_detail_item:last-child .recruit_detail_item_title {
  border-bottom: none;
}

.recruit_detail_list .recruit_detail_item:last-child .recruit_detail_item_text {
  border-bottom: none;
}

/*entory_form*/
.entory_form {
  padding: 100px 0 150px;
  background: transparent linear-gradient(179deg, #FF7272 0%, #442571 100%);
}

@media only screen and (max-width: 640px) {
  .entory_form {
    padding: 80px 0 100px;
  }
}

.entory_form_title_ja {
  font-family: "游明朝", YuMincho,"Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 24px;
}

@media only screen and (max-width: 640px) {
  .entory_form_title_ja {
    font-size: 32px;
  }
}

.entory_form_title_ja.mb_100 {
  margin: 0 0 100px;
}

@media only screen and (max-width: 640px) {
  .entory_form_title_ja.mb_100 {
    margin: 0 0 50px;
  }
}

.entory_form_title_en {
  padding: 0 0 0 36px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 70px;
}

@media only screen and (max-width: 640px) {
  .entory_form_title_en {
    font-size: 16px;
    margin: 0 0 40px;
  }
}

.entory_form_title_en::before {
  content: "";
  width: 26px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #fff;
}

.entory_form_box {
  padding: 50px 50px 100px;
  border-radius: 15px;
  background-color: #fff;
}

@media only screen and (max-width: 640px) {
  .entory_form_box {
    padding: 20px 20px 40px;
  }
}

.entory_form_list {
  margin: 0 0 50px;
}

.entory_form_list .entory_form_item {
  margin: 0 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 840px) {
  .entory_form_list .entory_form_item {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .entory_form_list .entory_form_item {
    margin: 0 0 40px;
  }
}

.entory_form_list .entory_form_item:last-child {
  margin: 0 0 0;
}

.entory_form_list .entory_form_item .entory_form_item_title {
  width: 260px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #3A3A3A;
  line-height: 1.5;
  position: relative;
}

@media only screen and (max-width: 840px) {
  .entory_form_list .entory_form_item .entory_form_item_title {
    width: 100%;
    margin: 0 0 20px;
  }
}

.entory_form_list .entory_form_item .entory_form_item_title span {
  font-size: 14px;
  vertical-align: top;
  color: #F06C72;
}

.entory_form_list .entory_form_item .entory_form_item_input_area {
  width: calc(100% - 260px);
}

@media only screen and (max-width: 840px) {
  .entory_form_list .entory_form_item .entory_form_item_input_area {
    width: 100%;
  }
}

.entory_form_list .entory_form_item .entory_form_item_input_area .entory_input {
  width: 100%;
  padding: 15px 30px;
  border-radius: 10px;
  background-color: #F2F2F2;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #3A3A3A;
  line-height: 1.5;
  border: none;
}

@media only screen and (max-width: 640px) {
  .entory_form_list .entory_form_item .entory_form_item_input_area .entory_input {
    font-size: 18px;
    padding: 15px 20px;
  }
}

.entory_form_list .entory_form_item .entory_form_item_input_area .entory_input::-webkit-input-placeholder {
  color: #AEAEAE;
}

.entory_form_list .entory_form_item .entory_form_item_input_area .entory_input::-ms-input-placeholder {
  color: #AEAEAE;
}

.entory_form_list .entory_form_item .entory_form_item_input_area .entory_input::placeholder {
  color: #AEAEAE;
}

.entory_form_list .entory_form_item .entory_form_item_input_area .entory_textarea {
  width: 100%;
  height: 240px;
  padding: 15px 30px;
  border-radius: 10px;
  background-color: #F2F2F2;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #3A3A3A;
  line-height: 1.5;
  border: none;
  resize: none;
}

@media only screen and (max-width: 640px) {
  .entory_form_list .entory_form_item .entory_form_item_input_area .entory_textarea {
    font-size: 18px;
    padding: 15px 20px;
  }
}

.entory_form_list .entory_form_item .entory_form_item_input_area .entory_textarea::-webkit-input-placeholder {
  color: #AEAEAE;
}

.entory_form_list .entory_form_item .entory_form_item_input_area .entory_textarea::-ms-input-placeholder {
  color: #AEAEAE;
}

.entory_form_list .entory_form_item .entory_form_item_input_area .entory_textarea::placeholder {
  color: #AEAEAE;
}

.entory_form_list .entory_form_item .entory_form_item_input_area .error_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #F06C72;
  line-height: 1.5;
  margin: 24px 0 0;
}

@media only screen and (max-width: 640px) {
  .entory_form_list .entory_form_item .entory_form_item_input_area .error_text {
    font-size: 16px;
  }
}

.entory_form_list .entory_form_item .entory_form_item_input_area .form_comment {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #2D2D2D;
  line-height: 1.5;
  margin: 48px 0 0;
}

@media only screen and (max-width: 640px) {
  .entory_form_list .entory_form_item .entory_form_item_input_area .form_comment {
    font-size: 16px;
    margin: 30px 0 0;
  }
}

.entory_form_check {
  margin: 0 0 90px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .entory_form_check {
    margin: 0 0 40px;
  }
}

.entory_form_check .entory_form_check_label .entory_form_check {
  display: none;
}

.entory_form_check .entory_form_check_label .entory_form_check_text {
  padding: 0 0 0 60px;
  position: relative;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #2D2D2D;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .entory_form_check .entory_form_check_label .entory_form_check_text {
    font-size: 16px;
    padding: 0 0 0 40px;
    text-align: left;
  }
}

.entory_form_check .entory_form_check_label .entory_form_check_text a {
  color: #2D2D2D;
  text-decoration: underline;
}

.entory_form_check .entory_form_check_label .entory_form_check_text::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #F2F2F2;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.16);
}

.entory_form_check:checked + .entory_form_check_text::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(40deg);
  transform: translateY(-50%) rotate(40deg);
  left: 10px;
  width: 7px;
  height: 14px;
}

.submit_btn_wrap .submit_btn {
  width: 100%;
  max-width: 420px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  border-radius: 30px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.entory_form_confirm_list .entory_form_confirm_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 0 24px;
  margin: 0 0 100px;
}

@media only screen and (max-width: 840px) {
  .entory_form_confirm_list .entory_form_confirm_item {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .entory_form_confirm_list .entory_form_confirm_item {
    margin: 0 0 50px;
  }
}

.entory_form_confirm_list .entory_form_confirm_item .entory_form_confirm_item_title {
  width: 260px;
  margin: 0 20px 0 0;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #2D2D2D;
  line-height: 1.5;
}

@media only screen and (max-width: 840px) {
  .entory_form_confirm_list .entory_form_confirm_item .entory_form_confirm_item_title {
    width: 100%;
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 640px) {
  .entory_form_confirm_list .entory_form_confirm_item .entory_form_confirm_item_title {
    font-size: 16px;
  }
}

.entory_form_confirm_list .entory_form_confirm_item .entory_form_confirm_item_text {
  width: calc(100% - 280px);
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #3A3A3A;
  line-height: 1.5;
}

@media only screen and (max-width: 840px) {
  .entory_form_confirm_list .entory_form_confirm_item .entory_form_confirm_item_text {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .entory_form_confirm_list .entory_form_confirm_item .entory_form_confirm_item_text {
    font-size: 16px;
  }
}

.submit_btn_comment {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #3A3A3A;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 30px;
}

@media only screen and (max-width: 640px) {
  .submit_btn_comment {
    font-size: 18px;
  }
}

.submit_back_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .submit_back_btn_wrap {
    display: block;
  }
}

.submit_back_btn_wrap .back_btn {
  width: calc(50% - 28px);
  max-width: 420px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  border-radius: 30px;
  background-color: #6C6C6C;
  border: 1px solid #6C6C6C;
  margin: 0 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 640px) {
  .submit_back_btn_wrap .back_btn {
    width: 100%;
    margin: 0 auto 10px;
  }
}

.submit_back_btn_wrap .submit_btn {
  width: calc(50% - 28px);
  max-width: 420px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  border-radius: 30px;
  margin: 0 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 640px) {
  .submit_back_btn_wrap .submit_btn {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 960px) {
  .back_btn:hover {
    background-color: #fff;
    color: #6C6C6C;
  }
  .submit_btn:hover {
    background-color: #fff;
  }
}

.form_complete_title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #3A3A3A;
  line-height: 1.5;
  margin: 0 0 26px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .form_complete_title {
    font-size: 18px;
    margin: 0 0 20px;
  }
}

.form_complete_text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 2;
  margin: 0 0 100px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .form_complete_text {
    font-size: 14px;
    margin: 0 0 50px;
  }
}

.back_btn_wrap .back_btn {
  width: 100%;
  max-width: 420px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  border-radius: 30px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (min-width: 960px) {
  .back_btn_wrap.back_btn:hover {
    background-color: #fff;
  }
}

/*=================

      privacy.scss

=======================*/
.privacy_block_wrap h2 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #707070;
  line-height: 1.5;
  margin: 0 0 30px;
}

@media only screen and (max-width: 640px) {
  .privacy_block_wrap h2 {
    font-size: 18px;
    margin: 0 0 20px;
  }
}

.privacy_block_wrap h3 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #707070;
  line-height: 1.5;
  margin: 0 0 30px;
}

@media only screen and (max-width: 640px) {
  .privacy_block_wrap h3 {
    font-size: 16px;
    margin: 0 0 20px;
  }
}

.privacy_block_wrap p {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #707070;
  line-height: 2;
  margin: 0 0 40px;
}

@media only screen and (max-width: 640px) {
  .privacy_block_wrap p {
    font-size: 14px;
    margin: 0 0 30px;
  }
}

.privacy_block_wrap img {
  max-width: 100%;
  margin: 0 0 40px;
}

@media only screen and (max-width: 640px) {
  .privacy_block_wrap img {
    margin: 0 0 30px;
  }
}

/*=================

      service.scss

=======================*/
.service_right {
  position: relative;
  padding: 100px 0 80px;
  margin: 0 0 100px;
  background-color: #fff;
}

@media only screen and (max-width: 640px) {
  .service_right {
    padding: 50px 0 50px;
    margin: 0 0 50px;
  }
}

.service_right .bg_service_right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70%;
  height: 180px;
  background: transparent linear-gradient(146deg, #FF7272 0%, #442571 100%);
}

.service_left {
  position: relative;
  padding: 100px 0 80px;
  margin: 0 0 100px;
  background-color: #fff;
}

@media only screen and (max-width: 640px) {
  .service_left {
    padding: 50px 0 50px;
    margin: 0 0 50px;
  }
}

.service_left .bg_service_left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
  height: 180px;
  background: transparent linear-gradient(146deg, #FF7272 0%, #442571 100%);
}

/* ======================= BASE ====== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  height: 100%;
  word-break: break-word;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*font*/
.fg {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
}

.fm {
  font-family: "游明朝", YuMincho,"Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.fzg_r {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 400;
}

.fzkg_l {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 300;
}

.fzkg_r {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
}

.fzkg_m {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
}

.fzkg_b {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
}

.fzgk_bl {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
}

.fe_l {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-style: normal;
}

.fe_r {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fe_m {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.fe_sb {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-style: normal;
}

.fe_b {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fe_bl {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-style: normal;
}

.mb_0 {
  margin-bottom: 0;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mt_0 {
  margin-top: 0;
}

.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_80 {
  margin-top: 80px;
}

.mr_5 {
  margin-right: 5px;
}

.mr_20 {
  margin-right: 20px;
}

@media only screen and (max-width: 999px) {
  .sp_mb_10 {
    margin-bottom: 10px;
  }
}

.common_pc {
  display: block;
}

@media only screen and (max-width: 999px) {
  .common_pc {
    display: none;
  }
}

.common_sp {
  display: none;
}

@media only screen and (max-width: 999px) {
  .common_sp {
    display: block;
  }
}

@media only screen and (max-width: 960px) {
  .common_pc960 {
    display: none;
  }
}

.common_sp960 {
  display: none;
}

@media only screen and (max-width: 960px) {
  .common_sp960 {
    display: block;
  }
}

@media only screen and (max-width: 840px) {
  .common_pc840 {
    display: none;
  }
}

.common_sp840 {
  display: none;
}

@media only screen and (max-width: 840px) {
  .common_sp840 {
    display: block;
  }
}

.common_pc640 {
  display: block;
}

.common_pc640.height_100 {
  height: 100%;
}

@media only screen and (max-width: 640px) {
  .common_pc640 {
    display: none;
  }
}

.common_sp640 {
  display: none;
}

@media only screen and (max-width: 640px) {
  .common_sp640 {
    display: block;
  }
}

body {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

body ul {
  list-style: none;
}

body a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bg {
  background: transparent linear-gradient(179deg, #FF7272 0%, #442571 100%);
}
