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

      top.scss

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

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

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

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

.top_title_wrap .top_title_en {
  padding: 0 0 0 36px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3;
}

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

.top_title_wrap .top_title_en::before {
  content: "";
  width: 26px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
}

.top_title_wrap .top_title_ja_w {
  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;
}

.top_title_wrap .top_title_en_w {
  padding: 0 0 0 36px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  line-height: 1.3;
}

.top_title_wrap .top_title_en_w::before {
  content: "";
  width: 26px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background-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 {
  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%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  padding: 0 0 120px;
}

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

.fv .fv_left {
  width: 174px;
}

@media only screen and (max-width: 960px) {
  .fv .fv_left {
    width: 80px;
  }
}

@media only screen and (max-width: 640px) {
  .fv .fv_left {
    width: 30px;
  }
}

.fv .fv_left .fv_scroll {
  display: block;
  width: 12px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .fv .fv_left .fv_scroll {
    width: 10px;
  }
}

.fv .fv_left .fv_scroll img {
  width: 100%;
}

.fv .fv_right {
  width: calc(100% - 174px);
  position: relative;
}

@media only screen and (max-width: 960px) {
  .fv .fv_right {
    width: calc(100% - 80px);
  }
}

@media only screen and (max-width: 640px) {
  .fv .fv_right {
    width: calc(100% - 30px);
  }
}

.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 .fv_right .fv_content {
  width: 100%;
  margin: -100px 0 0 0;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 960px) {
  .fv .fv_right .fv_content {
    margin: -80px 0 0 0;
  }
}

.fv .fv_right .fv_content .fv_content_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px 0 20px;
}

@media only screen and (max-width: 1200px) {
  .fv .fv_right .fv_content .fv_content_inner {
    display: block;
    padding: 0 15px 0 20px;
  }
}

.fv .fv_right .fv_content .fv_content_inner .fv_content_title .fv_title {
  display: inline-block;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 68px;
  color: #fff;
  line-height: 1.3;
  padding: 10px;
  margin: 0 0 10px;
}

@media only screen and (max-width: 640px) {
  .fv .fv_right .fv_content .fv_content_inner .fv_content_title .fv_title {
    font-size: 40px;
  }
}

.fv .fv_right .fv_content .fv_content_inner .fv_content_title .fv_sub_title {
  display: inline-block;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 68px;
  color: #fff;
  line-height: 1.3;
  padding: 10px;
}

@media only screen and (max-width: 640px) {
  .fv .fv_right .fv_content .fv_content_inner .fv_content_title .fv_sub_title {
    font-size: 40px;
  }
}

.fv .fv_right .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: 1200px) {
  .fv .fv_right .fv_content .fv_content_inner .fv_content_seminar {
    margin: 50px 0 0 0;
  }
}

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

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

.fv .fv_right .fv_content .fv_content_inner .fv_content_seminar .fv_content_seminar_inner .fv_content_seminar_text {
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #3A3A3A;
  line-height: 1.5;
  margin: 0 0 10px;
}

@media only screen and (max-width: 960px) {
  .fv .fv_right .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 .fv_right .fv_content .fv_content_inner .fv_content_seminar .fv_content_seminar_inner .fv_content_seminar_text {
    font-size: 20px;
  }
}

.fv .fv_right .fv_content .fv_content_inner .fv_content_seminar .fv_content_seminar_inner .fv_content_seminar_date {
  text-align: center;
  font-family: 'Montserrat', 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #3A3A3A;
  line-height: 1.5;
  margin: 0 0 10px;
}

@media only screen and (max-width: 960px) {
  .fv .fv_right .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 .fv_right .fv_content .fv_content_inner .fv_content_seminar .fv_content_seminar_inner .fv_content_seminar_date {
    font-size: 20px;
  }
}

.fv .fv_right .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-size: 20px;
  color: #fff;
  position: relative;
  padding: 0 60px;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  .fv .fv_right .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 .fv_right .fv_content .fv_content_inner .fv_content_seminar .fv_content_seminar_inner .fv_content_seminar_link {
    height: 48px;
  }
}

.fv .fv_right .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: 30px 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) {
  .top_about {
    padding: 20px 0 80px;
  }
}

.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_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_about_box_wrap {
    display: block;
  }
}

.top_about_box_wrap .top_about_box {
  display: block;
  width: calc((100% - 50px) /2);
  margin: 0 50px 50px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

.top_about_box_wrap .top_about_box:nth-of-type(2n) {
  margin: 0 0 50px 0;
}

.top_about_box_wrap .top_about_box .top_about_box_img_wrap {
  overflow: hidden;
  width: 100%;
  height: 360px;
  margin: 0 0 50px;
}

@media only screen and (max-width: 640px) {
  .top_about_box_wrap .top_about_box .top_about_box_img_wrap {
    height: 280px;
    margin: 0 0 20px;
  }
}

.top_about_box_wrap .top_about_box .top_about_box_img_wrap .top_about_box_img {
  width: 100%;
  height: 360px;
  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_about_box_wrap .top_about_box .top_about_box_img_wrap .top_about_box_img {
    height: 280px;
  }
}

.top_about_box_wrap .top_about_box .top_about_box_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 38px;
}

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

.top_about_box_wrap .top_about_box .top_about_box_title_wrap .top_about_box_title_ja {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #3A3A3A;
  line-height: 1.4;
  margin: 0 26px 0 0;
}

@media only screen and (max-width: 640px) {
  .top_about_box_wrap .top_about_box .top_about_box_title_wrap .top_about_box_title_ja {
    font-size: 26px;
    margin: 0 20px 0 0;
  }
}

.top_about_box_wrap .top_about_box .top_about_box_title_wrap .top_about_box_title_en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  padding: 0 0 0 36px;
  position: relative;
}

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

.top_about_box_wrap .top_about_box .top_about_box_title_wrap .top_about_box_title_en:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 1px;
}

.top_about_box_wrap .top_about_box .top_about_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_about_box_wrap .top_about_box .top_about_box_text {
    font-size: 14px;
    margin: 0 0 20px;
  }
}

@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: 100px 0 90px;
  background-color: #fff;
}

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

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

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

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

.top_interview_inner .top_interview_title_block {
  width: 440px;
  margin: 0 50px 0 0;
}

@media only screen and (max-width: 1200px) {
  .top_interview_inner .top_interview_title_block {
    width: 100%;
    margin: 0 0 50px 0;
  }
}

.top_interview_inner .top_interview_contetnt_block {
  width: calc(100% - 490px);
  overflow: hidden;
}

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

.top_interview_inner .top_interview_contetnt_block .top_interview_list {
  width: 90%;
  padding: 0 10% 0 0;
}

.top_interview_inner .top_interview_contetnt_block .top_interview_list .top_interview_item {
  margin: 0 18px;
}

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

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

.top_interview_inner .top_interview_contetnt_block .top_interview_list .top_interview_item .top_interview_link .top_interview_img_wrap {
  overflow: hidden;
  width: 100%;
  height: 500px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  position: relative;
  margin: 0 0 38px;
}

@media only screen and (max-width: 640px) {
  .top_interview_inner .top_interview_contetnt_block .top_interview_list .top_interview_item .top_interview_link .top_interview_img_wrap {
    margin: 0 0 20px;
  }
}

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

.top_interview_inner .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: 500px;
  border-radius: 5px;
  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_inner .top_interview_contetnt_block .top_interview_list .top_interview_item .top_interview_link .top_interview_img_wrap .top_interview_img {
    height: 400px;
  }
}

.top_interview_inner .top_interview_contetnt_block .top_interview_list .top_interview_item .top_interview_link .top_interview_img_wrap .top_interview_img_arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
}

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

.top_interview_inner .top_interview_contetnt_block .top_interview_list .top_interview_item .top_interview_link .top_interview_img_wrap .top_interview_img_arrow::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);
}

@media only screen and (max-width: 640px) {
  .top_interview_inner .top_interview_contetnt_block .top_interview_list .top_interview_item .top_interview_link .top_interview_img_wrap .top_interview_img_arrow::after {
    width: 8px;
    height: 8px;
  }
}

.top_interview_inner .top_interview_contetnt_block .top_interview_list .top_interview_item .top_interview_link .top_interview_detail {
  margin: 0 0 0 16px;
  width: calc(100% - 16px);
  padding: 0 0 0 16px;
}

.top_interview_inner .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_inner .top_interview_contetnt_block .top_interview_list .top_interview_item .top_interview_link .top_interview_detail .top_interview_job {
    font-size: 14px;
  }
}

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

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

.top_interview_inner .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;
}

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

.top_interview_inner .top_interview_contetnt_block .slick-list {
  overflow: visible !important;
}

@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;
}

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

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

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

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

.top_project_story_inner .top_project_story_title_block {
  width: 440px;
  margin: 0 50px 0 0;
}

@media only screen and (max-width: 1200px) {
  .top_project_story_inner .top_project_story_title_block {
    width: 100%;
    margin: 0 0 50px 0;
  }
}

.top_project_story_inner .top_project_story_content_block {
  width: calc(100% - 490px);
}

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

.top_project_story_inner .top_project_story_content_block .top_project_story_list .top_project_story_item {
  margin: 0 0 40px;
}

.top_project_story_inner .top_project_story_content_block .top_project_story_list .top_project_story_item:last-child {
  margin: 0 0 0;
}

.top_project_story_inner .top_project_story_content_block .top_project_story_list .top_project_story_item .top_project_story_link {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
  -webkit-box-shadow: 6px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 6px 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 400px;
}

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

.top_project_story_inner .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;
  border-radius: 5px 0 0 5px;
  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_inner .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_inner .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_inner .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;
  bottom: 0;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .top_project_story_inner .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_inner .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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}

.top_project_story_inner .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: calc(100% - 100px);
}

@media only screen and (max-width: 640px) {
  .top_project_story_inner .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: calc(100% - 70px);
  }
}

.top_project_story_inner .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-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  color: #fff;
  margin: 0 0 16px;
}

@media only screen and (max-width: 640px) {
  .top_project_story_inner .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_inner .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: "游明朝", YuMincho,"Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: 600;
  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: 80px;
  max-height: calc(80px*2);
}

@media only screen and (max-width: 640px) {
  .top_project_story_inner .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: 58px;
    max-height: calc(58px*2);
  }
}

.top_project_story_inner .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_arrow_block {
  margin: 0 0 0 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .top_project_story_inner .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_arrow_block {
    width: 50px;
    height: 50px;
  }
}

.top_project_story_inner .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_arrow_block::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);
}

@media only screen and (max-width: 640px) {
  .top_project_story_inner .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_arrow_block::after {
    width: 8px;
    height: 8px;
  }
}

@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: 80px 0;
  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) {
  .top_culture {
    padding: 60px 0;
  }
}

.top_culture_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -50px;
}

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

.top_culture_box_wrap .top_culture_box {
  display: block;
  width: calc((100% - 50px) /2);
  margin: 0 50px 50px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

.top_culture_box_wrap .top_culture_box:nth-of-type(2n) {
  margin: 0 0 50px 0;
}

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

@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: 360px;
  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_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 28px;
}

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

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

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

.top_culture_box_wrap .top_culture_box .top_culture_box_title_wrap .top_culture_box_title_en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  padding: 0 0 0 36px;
  position: relative;
}

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

.top_culture_box_wrap .top_culture_box .top_culture_box_title_wrap .top_culture_box_title_en:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 1px;
}

.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 30px;
}

@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;
  }
}

@media only screen and (min-width: 960px) {
  .top_culture_box:hover .common_read_more_wrap .common_read_more_arrow {
    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: 80px 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) {
  .top_system {
    padding: 60px 0 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% - 100px) /3);
  margin: 0 50px 50px 0;
}

@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:nth-of-type(3n) {
  margin: 0 0 50px 0;
}

.top_system_box_wrap .top_system_box .top_system_box_img_wrap {
  overflow: hidden;
  width: 100%;
  height: 340px;
  border-radius: 5px;
  margin: 0 0 50px;
}

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

.top_system_box_wrap .top_system_box .top_system_box_img_wrap .top_system_box_img {
  width: 100%;
  height: 340px;
  border-radius: 5px;
  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_title_ja {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #3A3A3A;
  line-height: 1.4;
  margin: 0 0 4px;
}

@media only screen and (max-width: 640px) {
  .top_system_box_wrap .top_system_box .top_system_box_title_ja {
    font-size: 26px;
  }
}

.top_system_box_wrap .top_system_box .top_system_box_title_en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  padding: 0 0 0 36px;
  position: relative;
  margin: 0 0 30px;
}

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

.top_system_box_wrap .top_system_box .top_system_box_title_en::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 1px;
}

.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;
  }
}

@media only screen and (min-width: 960px) {
  .top_system_box:hover .common_read_more_wrap .common_read_more_arrow {
    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: 100px 0;
  background-color: #fff;
}

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

.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_column_list {
  margin: 0 0 56px;
}

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

.top_column_list .top_column_item {
  margin: 0 0 40px;
}

.top_column_list .top_column_item:last-child {
  margin: 0 0 0;
}

.top_column_list .top_column_item .top_column_link {
  display: block;
}

.top_column_list .top_column_item .top_column_item_dete_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 8px;
}

.top_column_list .top_column_item .top_column_item_dete_category .top_column_item_dete {
  width: 80px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #3A3A3A;
  line-height: 1.5;
}

.top_column_list .top_column_item .top_column_item_dete_category .top_column_item_category {
  display: inline-block;
  max-width: calc(100% - 80px);
  border: 1px solid #3A3A3A;
  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;
}

.top_column_list .top_column_item .top_column_item_title {
  padding: 0 0 16px;
  border-bottom: 1px solid #707070;
  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) {
  .top_column_list .top_column_item .top_column_item_title {
    font-size: 18px;
  }
}

/*top_recruit*/
.top_recruit {
  padding: 68px 0 72px;
}

.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 20px;
}

@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;
}

.top_recruit_slide .top_recruit_slide_item .top_recruit_slide_link .top_recruit_slide_item_img_wrap {
  overflow: hidden;
  width: 100%;
  height: 240px;
  border-radius: 5px;
  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;
  }
}

.top_recruit_slide .top_recruit_slide_item .top_recruit_slide_link .top_recruit_slide_item_img {
  width: 100%;
  height: 240px;
  border-radius: 5px;
  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;
}

.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;
  border-bottom: 1px solid #fff;
  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: #fff;
  width: calc(100% - 40px);
  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) {
  .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_title_wrap .top_recruit_slide_item_title_arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: relative;
  background-color: #fff;
}

.top_recruit_slide .top_recruit_slide_item .top_recruit_slide_link .top_recruit_slide_item_title_wrap .top_recruit_slide_item_title_arrow:after {
  content: "";
  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);
}

.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: 14px;
  color: #fff;
  line-height: 1.5;
}

.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: 14px;
  color: #fff;
  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);
}

.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: 14px;
  color: #fff;
  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) {
  .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;
}

/*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;
}

.common_read_more_wrap .common_read_more_text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
}

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

.common_read_more_wrap .common_read_more_arrow {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  margin: 0 0 0 36px;
}

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

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

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

.common_read_more_wrap .common_read_more_arrow_w {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  margin: 0 0 0 36px;
  background-color: #fff;
  border: 1px solid #fff;
}

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

.common_read_more_wrap .common_read_more_arrow_w::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

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

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

.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 .common_read_more_arrow {
    background-color: #fff;
  }
}

@media only screen and (min-width: 960px) {
  .common_read_more_wrap:hover .common_read_more_arrow_w:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #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: 120px 0 160px;
  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 {
    padding: 80px 0 100px;
  }
}

.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_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_page_title_en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 120px;
  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: 40px;
  }
}

.common_page_title_ja {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 60px;
  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: 640px) {
  .common_page_title_ja {
    font-size: 40px;
    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 {
  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 120px;
}

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

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

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

.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 80px;
}

@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;
}

@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;
}

@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: block;
  height: 280px;
  overflow: hidden;
  position: relative;
}

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

.common_link_section .common_link_block .common_link_block_inner {
  width: 100%;
  height: 280px;
  position: relative;
  z-index: 0;
  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;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.common_link_section .common_link_block .common_link_block_inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.common_link_section .common_link_block .common_link_block_content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px;
}

@media only screen and (max-width: 640px) {
  .common_link_section .common_link_block .common_link_block_content {
    padding: 20px;
  }
}

.common_link_section .common_link_block .common_link_block_content .common_link_block_content_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}

.common_link_section .common_link_block .common_link_block_content .common_link_block_content_inner .common_link_block_content_title {
  width: calc(100% - 100px);
}

@media only screen and (max-width: 640px) {
  .common_link_section .common_link_block .common_link_block_content .common_link_block_content_inner .common_link_block_content_title {
    width: calc(100% - 70px);
  }
}

.common_link_section .common_link_block .common_link_block_content .common_link_block_content_inner .common_link_block_content_title .common_link_block_title_ja {
  font-family: "游明朝", YuMincho,"Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: 600;
  font-size: 40px;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 20px;
}

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

.common_link_section .common_link_block .common_link_block_content .common_link_block_content_inner .common_link_block_content_title .common_link_block_title_en {
  padding: 0 0 0 36px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
}

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

.common_link_section .common_link_block .common_link_block_content .common_link_block_content_inner .common_link_block_content_title .common_link_block_title_en:before {
  content: "";
  width: 26px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #fff;
}

.common_link_section .common_link_block .common_link_block_content .common_link_block_content_inner .common_link_block_content_icon {
  margin: 0 0 0 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}

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

.common_link_section .common_link_block .common_link_block_content .common_link_block_content_inner .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);
}

@media only screen and (max-width: 640px) {
  .common_link_section .common_link_block .common_link_block_content .common_link_block_content_inner .common_link_block_content_icon:after {
    width: 8px;
    height: 8px;
  }
}

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

/*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% - 730px);
}

@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: 680px;
  height: 320px;
  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 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: calc(100% - 50px);
    max-width: 680px;
    margin: 0 0 0 auto;
  }
}

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

.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_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;
  margin: 80px 0 0 0;
}

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

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

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

.common_more_btn_wrap .common_more_btn_arrow {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  margin: 0 0 0 32px;
}

@media only screen and (max-width: 640px) {
  .common_more_btn_wrap .common_more_btn_arrow {
    width: 50px;
    height: 50px;
  }
}

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

@media only screen and (max-width: 640px) {
  .common_more_btn_wrap .common_more_btn_arrow::after {
    width: 8px;
    height: 8px;
  }
}

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

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

      header.scss

=======================*/
header {
  height: 138px;
}

.header_wrap {
  width: 100%;
  height: 138px;
}

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

.header_inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 138px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  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: 1300px) {
  .header_inner {
    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% - 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: 138px;
}

.header_contetnt .header_menu_list .header_menu_item {
  padding: 0 20px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  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 15px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  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: 138px;
  position: relative;
}

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

.header_application_btn .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: #fff;
}

.header_application_btn .header_application_btn_arrow: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);
}

@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: 138px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  padding: 30px 15px 0 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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}

.sub_menu_block_list .sub_menu_block_item .sub_menu_block_item_inner .sub_menu_item_title {
  width: 200px;
  margin: 0 40px 0 0;
}

.sub_menu_block_list .sub_menu_block_item .sub_menu_block_item_inner .sub_menu_item_title .sub_menu_item_title_ja {
  font-family: "游明朝", YuMincho,"Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 20px;
}

.sub_menu_block_list .sub_menu_block_item .sub_menu_block_item_inner .sub_menu_item_title .sub_menu_item_title_en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
  padding: 0 0 0 30px;
  position: relative;
}

.sub_menu_block_list .sub_menu_block_item .sub_menu_block_item_inner .sub_menu_item_title .sub_menu_item_title_en:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 26px;
  height: 1px;
  background-color: #fff;
}

.sub_menu_block_list .sub_menu_block_item .sub_menu_block_item_inner .sub_menu_list {
  width: calc(100% - 240px);
  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 30px 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: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 10px;
  border-bottom: 1px solid #fff;
}

.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: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  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: 32px;
  height: 32px;
  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: 4px;
  height: 4px;
  -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: -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%);
}

.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 .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: 36px;
  display: block;
}

.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.5s ease;
  transition: all 0.5s ease;
  background-color: #EFF2F6;
}

.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 30px;
}

.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_bl_bottom.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: "游明朝", YuMincho,"Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: 600;
  font-size: 30px;
  color: #1D3F7B;
  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: 22px;
  }
}

.sp_menu_list .sp_menu_item .sp_menu_item_title_en {
  padding: 0 0 0 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  color: #1D3F7B;
  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: 14px;
  }
}

.sp_menu_list .sp_menu_item .sp_menu_item_title_en:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 26px;
  height: 1px;
  background-color: #1D3F7B;
}

.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 #1D3F7B;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #1D3F7B;
  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;
  }
}

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

      footer.scss

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

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

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 {
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 150px;
}

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

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

.footer_content .footer_logo_block {
  width: 320px;
  margin: 0 30px 0 0;
}

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

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

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

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

.footer_content .footer_logo_block .footer_menu_list {
  margin: 0 0 35px;
}

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

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

.footer_content .footer_logo_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_block .footer_menu_list .footer_menu_item .footer_menu_link {
    font-size: 14px;
  }
}

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

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

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

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

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

.footer_content .footer_page_menu_block {
  width: calc(100% - 320px);
}

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

.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 {
  padding: 0 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_copy {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 1.5;
}

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

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

      message.scss

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

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

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

.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_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: 480px;
  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;
  }
}

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

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

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

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

.mvv_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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;
  }
}

.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: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 24px;
}

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

.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 .column_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 60px;
}

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

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

.column_box_wrap .column_box .column_box_img_wrap {
  width: 400px;
  height: 300px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 60px 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: 300px;
  border-radius: 5px;
  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% - 460px);
}

@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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
}

.column_box_wrap .column_box .column_box_detail .column_box_date_category .column_box_date {
  width: 80px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #707070;
  line-height: 1.5;
}

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

.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;
  background-color: #fff;
  margin: 0 20px 20px 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: "#";
}

.column_box_wrap .column_box .column_box_detail .column_box_title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  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;
  }
}

.column_box_wrap .column_box .column_box_detail .column_box_text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  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);
  margin: 0 0 40px;
}

@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);
    margin: 0 0 30px;
  }
}

@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 {
  margin: 0 0 100px;
}

.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: 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: 1px solid #707070;
  border-radius: 5px;
  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: #707070;
  color: #fff;
}

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

.keyword_search_wrap .keyword_search_input {
  width: 100%;
  height: 100%;
  border: 2px solid #D3D3D3;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 1.2;
  padding: 0 50px 0 20px;
}

.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: 20px;
  width: 22px;
}

.keyword_search_wrap .keyword_search_btn img {
  width: 100%;
}

.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;
}

.column_page_link_wrap .column_page_link {
  display: inline-block;
  padding: 0 0 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #3A3A3A;
  line-height: 1.3;
  border-bottom: 1px solid #3A3A3A;
}

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

.column_page_link_wrap .column_page_link_text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 80px;
}

@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: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 100px 0 20px;
}

@media only screen and (max-width: 640px) {
  .column_detail_date {
    margin: 60px 0 20px;
    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 0;
}

.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: 1px solid #707070;
  border-radius: 15px;
  padding: 4px 28px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #3A3A3A;
  line-height: 1.2;
  background-color: #fff;
}

@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;
}

.column_about_box {
  background-color: #fff;
  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);
  padding: 40px 40px 50px;
  margin: 0 0 44px;
}

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

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

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

.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;
}

@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: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;
  line-height: 1.5;
  margin: 0 0 30px;
  position: relative;
  overflow: hidden;
}

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

.column_content_box .column_content_box_title:after {
  content: "";
  margin: 0 0 0 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
}

.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: #3A3A3A;
  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;
}

@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;
  }
}

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

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

#column_editor h2 {
  font-family: "游明朝", YuMincho,"Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: 600;
  font-size: 30px;
  color: #3A3A3A;
  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: "游明朝", YuMincho,"Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: 600;
  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: "游明朝", YuMincho,"Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: 600;
  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;
  }
}

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

      business.scss

=======================*/
.business_point_list .business_point_item {
  margin: 0 0 80px;
  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;
  }
}

.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: #3A3A3A;
  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: 300px;
  margin: 0 0 0 50px;
  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);
}

@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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.business_menu_list .business_menu_item {
  margin: 0 46px 46px 0;
  width: calc((100% - 92px) /3);
}

@media only screen and (max-width: 840px) {
  .business_menu_list .business_menu_item {
    width: calc((100% - 46px) /2);
  }
}

@media only screen and (max-width: 640px) {
  .business_menu_list .business_menu_item {
    width: calc((100% - 30px) /2);
    margin: 0 30px 30px 0;
  }
}

.business_menu_list .business_menu_item:nth-of-type(3n) {
  margin: 0 0 46px 0;
}

@media only screen and (max-width: 840px) {
  .business_menu_list .business_menu_item:nth-of-type(3n) {
    margin: 0 46px 46px 0;
  }
}

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

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

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

.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: 60px;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -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) {
  .business_menu_list .business_menu_item .business_menu_link {
    padding: 40px 20px;
  }
}

.business_menu_list .business_menu_item .business_menu_link .business_menu_item_title {
  font-family: "游明朝", YuMincho,"Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

@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_arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .business_menu_list .business_menu_item .business_menu_link .business_menu_item_arrow {
    right: 10px;
    bottom: 10px;
  }
}

.business_menu_list .business_menu_item .business_menu_link .business_menu_item_arrow .business_menu_item_arrow_inner {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: relative;
  background-color: #fff;
}

.business_menu_list .business_menu_item .business_menu_link .business_menu_item_arrow .business_menu_item_arrow_inner:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.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: 80px 0 0 0;
  padding: 40px;
}

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

.work_flow_box.bg_w {
  background-color: #fff;
}

.work_flow_box.bg_b {
  background-color: #EFF2F6;
}

.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 {
  width: calc((100% - 100px) /3);
  margin: 0 50px 40px 0;
}

@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 30px 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 30px 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 30px 0;
  }
}

.work_flow_list .work_flow_item .work_flow_item_title {
  width: calc(100% - 16px);
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 4px 14px;
  border-radius: 5px 0 0 5px;
  margin: 0 0 20px;
}

.work_flow_list .work_flow_item .work_flow_item_title::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  top: 0;
  right: -16px;
  border-style: solid;
  border-width: 25px 0 25px 1em;
  z-index: 10;
}

.work_flow_list .work_flow_item .work_flow_item_title .time {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  line-height: 1.3;
}

.work_flow_list .work_flow_item .work_flow_item_title .time:after {
  content: "／";
  margin: 0 0 0 5px;
}

.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;
  color: #fff;
  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: normal;
  font-size: 14px;
  color: #3A3A3A;
  line-height: 1.8;
}

.work_flow_list .work_flow_item:last-child .work_flow_item_title {
  width: 100%;
  border-radius: 5px;
}

.work_flow_list .work_flow_item:last-child .work_flow_item_title::after {
  content: none;
}

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

      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: 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: 1px solid #707070;
  border-radius: 5px;
  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: #707070;
  color: #fff;
}

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

@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;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  position: relative;
  margin: 0 0 38px;
}

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

.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;
  border-radius: 5px;
  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_img_wrap .interview_box_img_arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
}

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

.interview_box_wrap .interview_box .interview_box_img_wrap .interview_box_img_arrow::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);
}

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

.interview_box_wrap .interview_box .interview_box_detail {
  margin: 0 0 30px 16px;
  width: calc(100% - 16px);
  padding: 0 0 0 16px;
}

.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;
  margin: 0 0 10px;
}

@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_name {
  font-family: 'Montserrat', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  color: #3A3A3A;
  line-height: 1.5;
  margin: 0 0 10px;
}

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

.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;
}

@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: 14px;
  color: #707070;
  line-height: 1.5;
  margin: 0 0 0 16px;
}

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

@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_name_wrap {
  margin: 0 0 100px;
  padding: 0 0 0 45px;
}

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

.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 20px;
}

@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: "游明朝", YuMincho,"Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: 600;
  font-size: 40px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 50px 0 0;
}

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

.interview_detail_name_wrap .interview_detail_name .interview_detail_name_en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  line-height: 1.3;
}

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

.interview_detail_name_wrap .interview_detail_post {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #707070;
  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;
  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 16px;
}

@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 40px;
  margin: 0 0 100px;
}

@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: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  color: #fff;
  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: #fff;
  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 .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: "游明朝", YuMincho,"Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: 600;
  font-size: 30px;
  color: #3A3A3A;
  line-height: 1.5;
  margin: 0 0 80px;
}

@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_inner {
  max-width: calc(100% - (50% - (1100px / 2)));
  width: calc(100% - 15px);
}

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

.interview_detail_block_wrap .interview_detail_block_inner.right {
  margin-left: auto;
  margin-right: 0;
}

@media only screen and (max-width: 960px) {
  .interview_detail_block_wrap .interview_detail_block_inner.right {
    margin-right: auto;
  }
}

.interview_detail_block_wrap .interview_detail_block_inner.left {
  margin-right: auto;
  margin-left: 0;
}

@media only screen and (max-width: 960px) {
  .interview_detail_block_wrap .interview_detail_block_inner.left {
    margin-left: auto;
  }
}

.interview_detail_block_wrap .interview_detail_block_inner .interview_detail_block_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

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

.interview_detail_block_wrap .interview_detail_block_inner .interview_detail_block_detail.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.interview_detail_block_wrap .interview_detail_block_inner .interview_detail_block_detail.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.interview_detail_block_wrap .interview_detail_block_inner .interview_detail_block_detail .interview_detail_block_text {
  width: 440px;
  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: 960px) {
  .interview_detail_block_wrap .interview_detail_block_inner .interview_detail_block_detail .interview_detail_block_text {
    width: 100%;
    margin: 0 0 40px;
  }
}

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

.interview_detail_block_wrap .interview_detail_block_inner .interview_detail_block_detail .interview_detail_block_img {
  width: calc(100% - 490px);
  height: 400px;
  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);
}

@media only screen and (max-width: 960px) {
  .interview_detail_block_wrap .interview_detail_block_inner .interview_detail_block_detail .interview_detail_block_img {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
  }
}

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

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

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

      project_story.scss

=======================*/
.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;
  border-radius: 5px;
  -webkit-box-shadow: 6px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 6px 3px 6px rgba(0, 0, 0, 0.16);
  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;
  border-radius: 5px;
  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;
  bottom: 0;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  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: calc(100% - 100px);
}

@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 {
    width: calc(100% - 70px);
  }
}

.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: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 58px;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 20px;
}

@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;
    margin: 0 0 10px;
  }
}

.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: "游明朝", YuMincho,"Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: 600;
  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: 80px;
  max-height: calc(80px*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: 24px;
    line-height: 50px;
    max-height: calc(50px*2);
  }
}

.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_arrow_block {
  margin: 0 0 0 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}

@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_arrow_block {
    width: 50px;
    height: 50px;
  }
}

.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_arrow_block: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);
}

@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_arrow_block:after {
    width: 8px;
    height: 8px;
  }
}

@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_num {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 58px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 100px 0 20px;
}

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

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

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

.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 50px 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 40px;
}

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

.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 20px;
}

@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: "游明朝", YuMincho,"Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: 600;
  font-size: 40px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 50px 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: 28px;
    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: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  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: 18px;
  }
}

.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: 20px;
  color: #888;
  line-height: 1.3;
}

@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;
  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: 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 40px 40px;
  margin: 0 0 100px;
}

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

.project_outline_box .project_outline_box_title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  color: #fff;
  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: #fff;
  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: "游明朝", YuMincho,"Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: 600;
  font-size: 30px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 0 60px;
}

.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: #3A3A3A;
  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_question {
    font-size: 16px;
    margin: 0 0 30px;
  }
}

.project_story_detail_block_wrap .project_story_detail_block .project_story_detail_block_question::before {
  content: "";
  width: 36px;
  height: 1px;
  background-color: #3A3A3A;
  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 60px;
}

@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 40px;
  }
}

.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: #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_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 60px;
}

@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 40px;
  }
}

.project_story_detail_block_wrap .project_story_detail_block .project_story_detail_block_img {
  width: 100%;
  height: 480px;
  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);
}

@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_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;
  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);
}

@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;
  margin: 0 0 150px;
}

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

.value_layout_block_wrap .value_layout_block {
  margin: 0 0 150px;
  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 {
    display: block;
  }
}

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

.value_layout_block_wrap .value_layout_block:last-child {
  margin: 0 0 0;
}

.value_layout_block_wrap .value_layout_block:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.value_layout_block_wrap .value_layout_block .value_layout_detail {
  width: calc((100% - 80px) /2);
}

@media only screen and (max-width: 960px) {
  .value_layout_block_wrap .value_layout_block .value_layout_detail {
    width: 100%;
    margin: 0 0 40px;
  }
}

.value_layout_block_wrap .value_layout_block .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_detail .value_layout_sub_title {
    font-size: 20px;
    margin: 0 0 30px;
  }
}

.value_layout_block_wrap .value_layout_block .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_detail .value_layout_text {
    font-size: 14px;
  }
}

.value_layout_block_wrap .value_layout_block .value_layout_img {
  width: calc((100% - 80px) /2);
  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);
}

@media only screen and (max-width: 960px) {
  .value_layout_block_wrap .value_layout_block .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_img {
    height: 300px;
  }
}

@media only screen and (max-width: 640px) {
  .value_layout_block_wrap .value_layout_block .value_layout_img {
    height: 280px;
  }
}

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

      system.scss

=======================*/
.system_block_wrap {
  margin: 150px 0 0;
}

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

.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:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.system_block_wrap .system_block .system_content_list .system_content_item .system_content_detail {
  width: calc((100% - 80px) /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% - 80px) /2);
  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);
}

@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_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: 5px;
  -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 40px 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;
}

@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: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 86px;
  line-height: 1.2;
}

@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_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% - 20px) /2);
}

.data_box_wrap .data_box .data_box_flex .data_box_flex_text_wrap .data_box_flex_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #3A3A3A;
  line-height: 1.3;
  overflow: hidden;
  position: relative;
}

@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_flex_text:after {
  content: "";
  margin: 0 0 0 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 300px;
  height: 1px;
  background-color: #3A3A3A;
}

.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: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 50px;
  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: 40px;
  }
}

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

      recruit.scss

=======================*/
.recruit_search_box {
  margin: 100px 0;
  padding: 40px 50px;
  background-color: #fff;
  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);
}

@media only screen and (max-width: 640px) {
  .recruit_search_box {
    margin: 50px 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: #3A3A3A;
  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 #707070;
  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_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: 960px) {
  .recruit_job_box_wrap {
    display: block;
  }
}

.recruit_job_box_wrap .recruit_job_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 40px) /2);
  margin: 0 40px 40px 0;
  background-color: #fff;
  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);
}

@media only screen and (max-width: 960px) {
  .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 {
    display: block;
  }
}

.recruit_job_box_wrap .recruit_job_box:nth-of-type(2n) {
  margin: 0 0 40px 0;
}

.recruit_job_box_wrap .recruit_job_box .recruit_job_box_img_wrap {
  height: 100%;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
  width: 220px;
}

@media only screen and (max-width: 960px) {
  .recruit_job_box_wrap .recruit_job_box .recruit_job_box_img_wrap {
    height: auto;
  }
}

@media only screen and (max-width: 640px) {
  .recruit_job_box_wrap .recruit_job_box .recruit_job_box_img_wrap {
    width: 100%;
    height: 200px;
  }
}

.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: 100%;
  border-radius: 5px 0 0 5px;
  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: 200px;
  }
}

.recruit_job_box_wrap .recruit_job_box .recruit_job_box_detail {
  width: calc(100% - 220px);
  padding: 20px;
}

@media only screen and (max-width: 640px) {
  .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;
  width: 100%;
  margin: 0 0 26px;
}

@media only screen and (max-width: 640px) {
  .recruit_job_box_wrap .recruit_job_box .recruit_job_box_detail .recruit_job_box_title_wrap {
    margin: 0 0 10px;
  }
}

.recruit_job_box_wrap .recruit_job_box .recruit_job_box_detail .recruit_job_box_title_wrap .recruit_job_box_title {
  width: calc(100% - 42px);
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  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);
}

.recruit_job_box_wrap .recruit_job_box .recruit_job_box_detail .recruit_job_box_title_wrap .recruit_job_box_title_arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: relative;
  margin: 0 0 0 10px;
}

.recruit_job_box_wrap .recruit_job_box .recruit_job_box_detail .recruit_job_box_title_wrap .recruit_job_box_title_arrow: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 #fff;
  border-right: 1px solid #fff;
}

.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: #3A3A3A;
  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_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #3A3A3A;
  line-height: 1.5;
  margin: 0 0 100px;
}

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

.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: 360px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 1.7;
  padding: 18px 0;
}

@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% - 360px);
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 1.7;
  padding: 18px 0;
  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);
  }
}

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

.recruit_detail_list .recruit_detail_item:first-child .recruit_detail_item_text {
  border-top: 1px solid #D2D2D2;
}

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

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

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

/*entory_form*/
.entory_form {
  padding: 100px 0 150px;
}

@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;
}

.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;
}

@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: #3A3A3A;
  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: #3A3A3A;
  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: #3A3A3A;
  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: #3A3A3A;
  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;
}

.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;
}

.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: #6C6C6C;
  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;
  margin: 0 14px;
}

@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;
}

@media only screen and (max-width: 640px) {
  .submit_back_btn_wrap .submit_btn {
    width: 100%;
    margin: 0 auto;
  }
}

.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;
}

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

      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;
  }
}

/* ======================= 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;
}

.fzg_m {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
}

.fzg_b {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
}

.fzg_bl {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 900;
}

.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_r {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fe_ri {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: italic;
}

.fe_m {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.fe_mi {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: italic;
}

.fe_sb {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
}

.fe_sbi {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: italic;
}

.fe_b {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fe_bi {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: italic;
}

.fe_eb {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-style: normal;
}

.fe_ebi {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-style: italic;
}

.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: 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;
  }
}

.mb_0 {
  margin-bottom: 0;
}

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;
}

/*
@media only screen and (min-width:960px){
  body a:hover{
    opacity: 0.7;
  }
}

*/
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bg {
  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%);
}
