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

      top.scss

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

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

.top_title_wrap .top_title_ja {
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 0 10px;
}

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

.top_title_wrap .top_title_en {
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  line-height: 1.3;
}

.top_title_wrap .top_title_en.color_blue {
  color: #40AAEB;
}

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

/*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-color: #FFFEF8;
  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: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 0 160px;
}

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

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

.fv .fv_right .fv_content .fv_content_inner .fv_content_title .fv_title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 68px;
  color: #3A3A3A;
  line-height: 1.3;
}

@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 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 68px;
  color: #3A3A3A;
  line-height: 1.3;
}

@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 Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 26px;
  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: 'Quicksand', 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 26px;
  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: #40AAEB;
  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;
  }
}

/*top_about*/
.top_about {
  padding: 30px 0 150px;
  background-color: #FFFEF8;
  position: relative;
}

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

.top_about .top_about_bg {
  position: absolute;
  width: 82%;
  height: 80%;
  top: 80px;
  right: 0;
  background-color: #F9F7ED;
  border-radius: 160px 0 0 160px;
}

.top_about_text {
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  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 30px;
  border-radius: 0 30px 0 30px;
}

@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;
  border-radius: 0 30px 0 30px;
  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 .top_about_box_title_en {
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 50px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 0 5px;
}

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

.top_about_box_wrap .top_about_box .top_about_box_title_wrap .top_about_box_title_ja {
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 26px;
}

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

.top_about_box_wrap .top_about_box .top_about_box_text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  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 {
    right: 12px;
  }
  .top_about_box:hover .common_read_more_wrap {
    background-color: #40AAEB;
  }
}

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

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

.interview_inner {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}

.top_interview_slide {
  margin: 0 0 40px;
}

.top_interview_slide .top_interview_slide_item {
  margin: 0 30px;
}

.top_interview_slide .top_interview_slide_item .top_interview_slide_link {
  display: block;
}

.top_interview_slide .top_interview_slide_item .top_interview_slide_link .top_interview_slide_img_wrap {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 30px;
}

.top_interview_slide .top_interview_slide_item .top_interview_slide_link .top_interview_slide_img_wrap .top_interview_slide_img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s;
}

.top_interview_slide .top_interview_slide_item .top_interview_slide_link .top_interview_slide_job {
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 0 10px;
}

.top_interview_slide .top_interview_slide_item .top_interview_slide_link .top_interview_slide_name {
  text-align: center;
  font-family: 'Outfit', 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 0 10px;
}

.top_interview_slide .top_interview_slide_item .top_interview_slide_link .top_interview_slide_time {
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 1.3;
}

@media only screen and (min-width: 960px) {
  .top_interview_slide_item:hover .top_interview_slide_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: #FFFEF8;
  position: relative;
}

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

.top_project_story .bg_top_project_story {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  border-radius: 0 0 0 160px;
  background-color: #DDEDF6;
}

.top_project_story_list {
  margin: 0 0 40px;
}

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

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

.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;
  border-radius: 0 30px 0 30px;
}

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

.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;
  border-radius: 0 30px 0 30px;
}

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

.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;
  border-radius: 0 30px 0 30px;
}

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

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

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

.top_project_story_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_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_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: 'Outfit', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 80px;
  color: #fff;
  margin: 0 0 16px;
}

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

.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: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 66px;
  max-height: calc(66px*2);
}

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

.top_project_story_list .top_project_story_item .top_project_story_link .top_project_story_link_content_detail_arrow_block {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  right: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

.top_project_story_list .top_project_story_item .top_project_story_link .top_project_story_link_content_detail_arrow_block img {
  position: absolute;
  width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

@media only screen and (max-width: 640px) {
  .top_project_story_list .top_project_story_item .top_project_story_link .top_project_story_link_content_detail_arrow_block img {
    width: 16px;
  }
}

@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_project_story_link:hover .top_project_story_link_content_detail_arrow_block {
    background-color: #40AAEB;
  }
}

/*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-color: #FFFEF8;
  position: relative;
}

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

.top_culture .bg_top_calture {
  position: absolute;
  width: 82%;
  height: 80%;
  top: 130px;
  left: 0;
  border-radius: 0 160px 160px 0;
  background-color: #F9F7ED;
}

.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 30px;
  border-radius: 0 30px 0 30px;
}

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

.top_culture_box_wrap .top_culture_box .top_culture_box_img_wrap .top_culture_box_img {
  width: 100%;
  height: 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;
  border-radius: 0 30px 0 30px;
}

@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 .top_culture_box_title_en {
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 50px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 0 5px;
}

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

.top_culture_box_wrap .top_culture_box .top_culture_box_title_wrap .top_culture_box_title_ja {
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 26px;
}

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

.top_culture_box_wrap .top_culture_box .top_culture_box_text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  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 {
    right: 12px;
  }
}

@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-color: #FFFEF8;
}

@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;
  position: relative;
}

@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_arrow {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 240px;
  right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
  -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_system_box_wrap .top_system_box .top_system_box_arrow {
    width: 50px;
    height: 50px;
    top: 210px;
  }
}

.top_system_box_wrap .top_system_box .top_system_box_arrow img {
  width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media only screen and (max-width: 640px) {
  .top_system_box_wrap .top_system_box .top_system_box_arrow img {
    width: 16px;
  }
}

.top_system_box_wrap .top_system_box .top_system_box_img_wrap {
  overflow: hidden;
  width: 100%;
  height: 340px;
  border-radius: 0 30px 0 30px;
  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: 0 30px 0 30px;
  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_en {
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 50px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 0 5px;
}

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

.top_system_box_wrap .top_system_box .top_system_box_title_ja {
  text-align: center;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 26px;
}

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

.top_system_box_wrap .top_system_box .top_system_box_text {
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  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 .top_system_box_arrow {
    background-color: #40AAEB;
  }
}

@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: #DDEDF6;
  position: relative;
}

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

.top_column .bg_top_column {
  position: absolute;
  width: 82%;
  height: 85%;
  top: 150px;
  left: 0;
  border-radius: 0 160px 160px 0;
  background-color: #D5E8F3;
}

.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;
  background-color: #FFFEF8;
  position: relative;
}

.top_recruit .bg_top_recruit {
  position: absolute;
  width: 82%;
  height: 84%;
  top: 120px;
  right: 0;
  background-color: #F9F7ED;
  border-radius: 160px 0 0 160px;
}

.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: "";
  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;
  line-height: 1.5;
}

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

/*ぼかしからフェードイン*/
.inview_blur {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.inview_blur.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  -webkit-transition: .8s;
  transition: .8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

/*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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 340px;
  height: 66px;
  position: relative;
  border-radius: 40px;
  -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 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.common_read_more_wrap.mt_100 {
  margin: 100px auto 0;
}

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

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

.common_read_more_wrap .common_read_more_arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 24px;
  background-image: url(../images/common/icon_common_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
}

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

@media only screen and (min-width: 960px) {
  .common_read_more_wrap:hover .common_read_more_arrow {
    right: 12px;
  }
  .common_read_more_wrap:hover {
    background-color: #40AAEB;
  }
}

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

/*pankuzu*/
.pankuzu {
  padding: 12px 0;
  background-color: #FFFEF8;
}

.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: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  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: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  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: 220px 0 160px;
  background-color: #FFFEF8;
  position: relative;
}

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

.bg_common_page_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 62%;
  height: 72%;
  border-radius: 0 0 160px 0;
  background-color: #DDEDF6;
}

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

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

.common_section_beige {
  padding: 100px 0 150px;
  background-color: #FFFEF8;
  position: relative;
}

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

.common_section_beige.pt_20 {
  padding: 20px 0 150px;
}

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

.common_section_beige.ptb_20 {
  padding: 20px 0 20px;
}

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

.common_section_beige.pt_0 {
  padding: 0px 0 150px;
}

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

.common_section_blue {
  padding: 100px 0 150px;
  background: -webkit-gradient(linear, left top, right top, from(#D5E8F3), color-stop(50%, #D5E8F3), color-stop(50%, #DDEDF6), to(#DDEDF6));
  background: linear-gradient(90deg, #D5E8F3 0%, #D5E8F3 50%, #DDEDF6 50%, #DDEDF6 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: #DDEDF6;
}

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

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

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

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

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

.common_section_blue_right {
  background-color: #DDEDF6;
  position: relative;
  padding: 100px 0 150px;
}

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

.common_section_blue_right .bg_common_section_blue_left {
  position: absolute;
  width: 82%;
  height: 80%;
  top: 150px;
  right: 0;
  background-color: #D5E8F3;
  border-radius: 0 160px 160px 0;
}

.common_section_beige_right {
  background-color: #FFFEF8;
  position: relative;
  padding: 100px 0 150px;
}

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

.common_section_beige_right .bg_common_section_beige_right {
  position: absolute;
  width: 82%;
  height: 80%;
  top: 150px;
  right: 0;
  background-color: #F9F7ED;
  border-radius: 160px 0 0 160px;
}

@media only screen and (max-width: 640px) {
  .common_section_beige_right .bg_common_section_beige_right {
    top: 100px;
  }
}

.common_section_beige_right.massage_top {
  padding: 0 0 150px;
}

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

.common_section_beige_right.massage_top .bg_common_section_beige_right {
  top: 58px;
}

.common_section_beige_right.pt_0 {
  padding: 0px 0 150px;
}

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

.common_section_beige_right.pt_0 .bg_common_section_beige_right {
  top: 50px;
}

.common_section_blue_left {
  background-color: #DDEDF6;
  position: relative;
  padding: 100px 0 150px;
}

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

.common_section_blue_left .bg_common_section_blue_left {
  position: absolute;
  width: 82%;
  height: 80%;
  top: 150px;
  left: 0;
  background-color: #D5E8F3;
  border-radius: 0 160px 160px 0;
}

@media only screen and (max-width: 640px) {
  .common_section_blue_left .bg_common_section_blue_left {
    top: 100px;
  }
}

.common_section_beige_left {
  background-color: #FFFEF8;
  position: relative;
  padding: 100px 0 150px;
}

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

.common_section_beige_left .bg_common_section_beige_left {
  position: absolute;
  width: 82%;
  height: 80%;
  top: 150px;
  left: 0;
  background-color: #F9F7ED;
  border-radius: 0 160px 160px 0;
}

@media only screen and (max-width: 640px) {
  .common_section_beige_left .bg_common_section_beige_left {
    top: 100px;
  }
}

.common_section_beige_left.pt_0 {
  padding: 0px 0 150px;
}

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

.common_section_beige_left.pt_0 .bg_common_section_beige_left {
  top: 50px;
}

.common_page_title_en {
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 100px;
  color: #3A3A3A;
  line-height: 1.1;
  margin: 0 0 10px 0;
}

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

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

.common_page_title_ja {
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
}

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

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

.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_page_top_title.center {
  text-align: center;
}

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

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

.common_section_sub_title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #3A3A3A;
  line-height: 1.5;
  margin: 0 0 60px;
}

.common_section_sub_title.center {
  text-align: center;
}

@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_sub_title_s {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #3A3A3A;
  line-height: 1.5;
  margin: 0 0 60px;
}

.common_section_sub_title_s.center {
  text-align: center;
}

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

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

.common_section_text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  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: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #3A3A3A;
  line-height: 2.2;
}

.common_section_text_s.center {
  text-align: center;
}

@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_under_bar_bottom_text.center {
  text-align: center;
}

/*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: 960px) {
  .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: 960px) {
  .common_link_section .common_link_block {
    width: 100%;
  }
}

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

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

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

.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: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  padding: 40px 100px;
}

@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 .common_link_block_content_title .common_link_block_title_en {
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 56px;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 10px;
}

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

.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 {
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 20px;
  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_ja {
    font-size: 18px;
  }
}

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

@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 img {
  position: absolute;
  width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

@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 img {
    width: 16px;
  }
}

@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_link_block:hover .common_link_block_content_icon {
    background-color: #40AAEB;
  }
}

/*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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

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

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

@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: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  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: 500px;
  height: 320px;
  -webkit-box-shadow: -20px 20px 0 #BBB286;
  box-shadow: -20px 20px 0 #BBB286;
  margin: 0 0 0 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 30px 0 30px;
}

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

@media only screen and (max-width: 640px) {
  .common_right_inner .common_right_img_block {
    height: 260px;
    -webkit-box-shadow: -10px 10px 0 #BBB286;
    box-shadow: -10px 10px 0 #BBB286;
  }
}

.common_right_inner .common_right_img_block.bs_none {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.common_left_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 100%;
}

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

.common_left_inner .common_left_detail_block {
  width: calc(100% - 570px);
}

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

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

.common_left_inner .common_left_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_left_inner .common_left_detail_block .common_text {
    margin: 0 15px 0 0;
  }
}

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

.common_left_inner .common_left_img_block {
  width: 500px;
  height: 320px;
  -webkit-box-shadow: 20px 20px 0 #BBB286;
  box-shadow: 20px 20px 0 #BBB286;
  margin: 0 70px 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 30px 0 30px;
}

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

@media only screen and (max-width: 640px) {
  .common_left_inner .common_left_img_block {
    height: 260px;
    -webkit-box-shadow: 10px 10px 0 #BBB286;
    box-shadow: 10px 10px 0 #BBB286;
  }
}

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

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

@media only screen and (max-width: 640px) {
  .common_img {
    margin: 60px 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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 340px;
  height: 66px;
  position: relative;
  border-radius: 40px;
  -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 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.common_more_btn_wrap.mt_100 {
  margin: 100px auto 0;
}

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

.common_more_btn_wrap.mt_40 {
  margin: 40px 0 0 0;
}

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

.common_more_btn_wrap .common_more_btn_text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}

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

.common_more_btn_wrap .common_more_btn_arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 24px;
  background-image: url(../images/common/icon_common_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
}

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

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

/*search*/
.search {
  padding: 0 0 70px;
  background-color: #F9F7ED;
}

.common_search_title_en {
  text-align: center;
  margin: -30px 0 5px;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 50px;
  color: #3A3A3A;
  line-height: 1.1;
  position: relative;
}

.common_search_title_ja {
  text-align: center;
  margin: 0 0 30px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.3;
}

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

      header.scss

=======================*/
.header_wrap {
  position: fixed;
  top: 36px;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0 50px;
}

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

.header_inner {
  width: 100%;
  height: 120px;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 0 20px;
  -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: 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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  width: calc(100% - 240px);
}

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

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

.header_contetnt .header_logo .header_logo_text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 4px 0 0;
}

.header_contetnt .header_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 128px;
}

.header_contetnt .header_menu_list .header_menu_item {
  padding: 0 20px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  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: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  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: 66px;
  position: relative;
  border-radius: 40px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.header_application_btn .header_application_btn_text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  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: 24px;
  height: 24px;
  background-image: url(../images/common/icon_common_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media only screen and (min-width: 960px) {
  .header_application_btn:hover .header_application_btn_arrow {
    right: 12px;
  }
  .header_application_btn:hover {
    background-color: #40AAEB;
  }
}

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

.sub_menu_block_list .sub_menu_block_item {
  position: fixed;
  width: 100%;
  top: 128px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  padding: 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 {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 60px;
  border-radius: 60px;
}

.sub_menu_block_list .sub_menu_block_item .sub_menu_block_item_inner .sub_menu_item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 0 30px;
}

.sub_menu_block_list .sub_menu_block_item .sub_menu_block_item_inner .sub_menu_item_title .sub_menu_item_title_en {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 38px;
  color: #fff;
  line-height: 1.3;
  margin: 0 20px 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: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
}

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

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

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

.sub_menu_block_list .sub_menu_block_item .sub_menu_block_item_inner .sub_menu_list .sub_menu_link {
  width: 260px;
  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 {
  width: calc(100% - 34px);
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}

.sub_menu_block_list .sub_menu_block_item .sub_menu_block_item_inner .sub_menu_list .sub_menu_link .sub_menu_link_arrow {
  width: 24px;
}

.sub_menu_block_list .sub_menu_block_item .sub_menu_block_item_inner .sub_menu_list .sub_menu_link .sub_menu_link_arrow img {
  width: 100%;
}

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

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

.sp_header_inner {
  width: calc(100% - 100px);
  height: 90px;
  position: fixed;
  top: 30px;
  left: 50px;
  z-index: 1000;
  background-color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0 40px;
}

@media only screen and (max-width: 640px) {
  .sp_header_inner {
    width: calc(100% - 30px);
    height: 80px;
    top: 20px;
    left: 15px;
    padding: 0 25px;
  }
}

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

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

.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: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  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: 46px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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_en {
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 50px;
  color: #3A3A3A;
  line-height: 1.3;
  position: relative;
}

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

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

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

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

.sp_menu_list .sp_menu_item .sp_sub_menu_list .sp_sub_menu_item .sp_sub_menu_link {
  display: block;
  padding: 0 0 10px;
  border-bottom: 1px solid #3A3A3A;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #3A3A3A;
  line-height: 1.3;
}

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

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

      footer.scss

=======================*/
footer .footer_inner_top {
  padding: 68px 0 50px;
  position: relative;
  background-color: #40AAEB;
}

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

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

footer .footer_inner_bottom {
  padding: 50px 0 58px 0;
  background-color: #FFFEF8;
}

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

.footer_page_menu_block {
  width: 100%;
}

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

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

.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_page_menu_block .footer_page_menu_list .footer_page_menu_item {
    margin: 0 30px 30px 0;
  }
}

.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: #fff;
  line-height: 1.5;
  margin: 0 0 40px;
}

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

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

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

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

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

.footer_logo_block .footer_logo_block_left {
  width: 240px;
  margin: 0 80px 0 0;
}

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

.footer_logo_block .footer_logo_block_left .footer_logo {
  display: block;
  width: 240px;
  margin: 0 0 30px;
}

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

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

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

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

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

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

.footer_logo_block .footer_menu_list {
  width: calc(100% - 320px);
  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: 640px) {
  .footer_logo_block .footer_menu_list {
    width: 100%;
  }
}

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

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

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

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

.footer_copy {
  margin: 30px 0 0;
  background-color: #FFFEF8;
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  color: #3A3A3A;
  line-height: 1.5;
}

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

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

      message.scss

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

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

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

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

.message_content .message_content_image_block {
  width: 400px;
  margin: 0 0 0 50px;
}

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

.message_content .message_content_image_block .message_content_img {
  width: 100%;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 30px 0 30px;
}

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

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

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

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

.message_content .message_content_image_block .message_content_image_name {
  text-align: right;
  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 .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: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #BBB286;
  line-height: 1.3;
  margin: 0 0 10px;
}

@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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 0 60px;
  position: relative;
}

@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;
  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;
  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% - 560px);
}

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

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

.column_box_wrap .column_box .column_box_detail .column_box_date_category .column_box_date {
  width: 80px;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 1.5;
}

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

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

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

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

.column_box_wrap .column_box .column_box_arrow {
  margin: 0 0 0 20px;
  width: 80px;
  height: 80px;
  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;
  border-radius: 50%;
  background-color: #3A3A3A;
  -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) {
  .column_box_wrap .column_box .column_box_arrow {
    position: absolute;
    top: 190px;
    right: 20px;
  }
}

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

.column_box_wrap .column_box .column_box_arrow img {
  width: 24px;
}

@media only screen and (max-width: 640px) {
  .column_box_wrap .column_box .column_box_arrow img {
    width: 16px;
  }
}

@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 auto;
  max-width: 830px;
}

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

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

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

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

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

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

.keyword_search_wrap {
  position: relative;
  width: 100%;
  height: 40px;
}

.keyword_search_wrap .keyword_search_input {
  width: 100%;
  height: 100%;
  border: 2px solid #D3D3D3;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 1.2;
  padding: 0 60px 0 20px;
  border-radius: 10px;
}

.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: 0;
  right: 0;
  width: 50px;
  height: 100%;
  border-radius: 0 10px 10px 0;
  background-color: #3A3A3A;
}

.keyword_search_wrap .keyword_search_btn img {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

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

.column_page_link_wrap .column_page_link {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  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;
  border-radius: 50%;
  background-color: #D2D2D2;
  -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) {
  .column_page_link_wrap .column_page_link {
    width: 50px;
    height: 50px;
  }
}

.column_page_link_wrap .column_page_link img {
  width: 24px;
}

@media only screen and (max-width: 640px) {
  .column_page_link_wrap .column_page_link img {
    width: 16px;
  }
}

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

.column_page_link_wrap .column_page_list .column_page_item {
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  color: #D2D2D2;
  line-height: 1.3;
  margin: 0 3px;
}

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

.column_page_link_wrap .column_page_list .column_page_item .column_page_item_link {
  color: #3A3A3A;
}

.column_page_link_wrap .column_page_list .column_page_item .column_page_item_link.active {
  color: #D2D2D2;
}

.column_detail_date {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 0 10px;
}

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

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

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

.column_detail_category_list .column_detail_category_item .column_category_link {
  display: inline-block;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 2px 28px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #3A3A3A;
  line-height: 1.2;
}

@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_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: 15px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 40px 40px 50px;
  margin: 0 auto 80px;
  max-width: 820px;
}

@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 {
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 20px;
}

@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: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 1.5;
  padding: 0 0 0 20px;
  position: relative;
}

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

.column_about_box .column_about_list .column_about_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 4px;
  height: 22px;
  border-radius: 2px;
}

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

.column_content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 820px;
  margin: 0 auto 60px;
}

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

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

.column_content_box .column_content_box_title_block {
  width: 260px;
  margin: 0 40px 0 0;
}

@media only screen and (max-width: 840px) {
  .column_content_box .column_content_box_title_block {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

.column_content_box .column_content_box_title_block .column_content_box_title_en {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 0 5px;
}

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

.column_content_box .column_content_box_title_block .column_content_box_title_ja {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
}

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

.column_content_box .column_content_list {
  width: calc(100% - 300px);
  list-style: decimal-leading-zero;
  padding: 0 0 0 20px;
}

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

.column_content_box .column_content_list .column_content_item {
  margin: 0 0 20px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  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: 440px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 30px 0 30px;
  margin: 0 0 130px;
}

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

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

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

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

#column_editor h2 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #BBB286;
  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: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  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: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  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: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 2.2;
  margin: 0 0 80px;
}

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

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

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

.column_detail_top {
  background: linear-gradient(180deg, #FFFEF8 0%, #FFFEF8 300px, #F9F7ED 300px, #F9F7ED 100%);
  padding: 270px 0 50px;
}

@media only screen and (max-width: 1300px) {
  .column_detail_top {
    background: linear-gradient(180deg, #FFFEF8 0%, #FFFEF8 130px, #F9F7ED 130px, #F9F7ED 100%);
    padding: 100px 0 50px;
  }
}

@media only screen and (max-width: 640px) {
  .column_detail_top {
    background: linear-gradient(180deg, #FFFEF8 0%, #FFFEF8 100px, #F9F7ED 100px, #F9F7ED 100%);
    padding: 80px 0 50px;
  }
}

.column_detail_sub_title {
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 0 5px;
}

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

.column_detail_title {
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #40AAEB;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 800px;
}

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

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

      business.scss

=======================*/
.business_point_list .business_point_item {
  margin: 0 0 80px;
  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) {
  .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.flex_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.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: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  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: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  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;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 30px 0 30px;
}

@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);
  overflow: hidden;
  border-radius: 0 30px 0 30px;
}

@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;
  z-index: 0;
  padding: 60px 30px;
  border-radius: 0 30px 0 30px;
  width: 100%;
  height: 100%;
  -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;
  overflow: hidden;
}

@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:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  border-radius: 0 30px 0 30px;
}

.business_menu_list .business_menu_item .business_menu_link .business_menu_item_title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #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);
}

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

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

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

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

      works.scss

=======================*/
.works_block_list .works_block_item {
  width: 100%;
  padding: 120px 0 150px;
  margin: 0 0 60px;
  position: relative;
}

.works_block_list .works_block_item:last-child {
  margin: 0 0 0;
}

.works_block_list .works_block_item .bg_works_block_item {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F3F3F3;
  width: 90%;
  height: 100%;
  padding: 120px 0 150px;
  border-radius: 0 160px 160px 0;
}

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

.work_flow_box {
  margin: 40px 0 0 0;
  padding: 40px;
  border-radius: 0 30px 0 30px;
  background-color: #fff;
}

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

.work_flow_box_title {
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 0 50px;
}

.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% - 200px) /3);
  margin: 0 100px 40px 0;
  position: relative;
}

@media only screen and (max-width: 840px) {
  .work_flow_list .work_flow_item {
    width: calc((100% - 100px) /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 100px 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::after {
  content: "";
  position: absolute;
  right: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 40px;
  background-image: url(../images/common/icon_arrow_gold.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

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

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

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

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

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

.work_flow_list .work_flow_item .work_flow_item_title {
  margin: 0 0 14px;
}

.work_flow_list .work_flow_item .work_flow_item_title .time {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #BBB286;
  line-height: 1.3;
  margin: 0 10px 0 0;
}

.work_flow_list .work_flow_item .work_flow_item_title .time::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../images/common/iocn_time.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 6px 0 0;
}

.work_flow_list .work_flow_item .work_flow_item_title .title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #BBB286;
  line-height: 1.3;
}

.work_flow_list .work_flow_item .work_flow_item_text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  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 auto;
  max-width: 830px;
}

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

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

.interview_search_list .interview_search_item .interview_search_item_title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  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: 14px;
  }
}

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

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

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

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

.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: #3A3A3A;
  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;
  border-radius: 0 30px 0 30px;
  position: relative;
  margin: 0 0 30px;
}

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

.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%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@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 img {
  position: absolute;
  width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

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

.interview_box_wrap .interview_box .interview_box_detail {
  margin: 0 0 20px;
}

.interview_box_wrap .interview_box .interview_box_detail .interview_box_job {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #40AAEB;
  line-height: 1.5;
  margin: 0 0 6px;
}

@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: 'Outfit', 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  color: #3A3A3A;
  line-height: 1.5;
  margin: 0 0 6px;
}

@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: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #3A3A3A;
  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: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #707070;
  line-height: 1.5;
}

@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_box:hover .interview_box_img_arrow {
    background-color: #40AAEB;
  }
}

/*interview_detail*/
.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 {
  margin: 50px 0 0 0;
}

.interview_detail_prof_box .interview_detail_prof_box_title {
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 0 10px;
}

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

.interview_detail_prof_box .interview_detail_prof_box_text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 2;
}

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

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

@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 {
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #BBB286;
  line-height: 1.5;
  margin: 0 0 60px;
}

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

.interview_detail_block_wrap .interview_detail_block_text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 2;
  margin: 0 0 40px;
}

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

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

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

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

.interview_detail_top {
  background: linear-gradient(180deg, #FFFEF8 0%, #FFFEF8 300px, #F9F7ED 300px, #F9F7ED 100%);
  padding: 270px 0 100px;
}

@media only screen and (max-width: 1300px) {
  .interview_detail_top {
    background: linear-gradient(180deg, #FFFEF8 0%, #FFFEF8 150px, #F9F7ED 150px, #F9F7ED 100%);
    padding: 200px 0 100px;
  }
}

@media only screen and (max-width: 640px) {
  .interview_detail_top {
    background: linear-gradient(180deg, #FFFEF8 0%, #FFFEF8 120px, #F9F7ED 120px, #F9F7ED 100%);
    padding: 150px 0 100px;
  }
}

.interview_detail_title {
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #40AAEB;
  line-height: 1.5;
  margin: 0 auto 70px;
  max-width: 800px;
}

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

.interview_detail_top_content {
  position: relative;
  width: 100%;
}

.interview_detail_top_content .interview_detail_top_content_img {
  border-radius: 70px 0 0 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% - 200px);
  height: 500px;
  margin: 0 0 0 200px;
}

@media only screen and (max-width: 840px) {
  .interview_detail_top_content .interview_detail_top_content_img {
    width: calc(100% - 20px);
    margin: 0 0 0 20px;
  }
}

@media only screen and (max-width: 640px) {
  .interview_detail_top_content .interview_detail_top_content_img {
    height: 380px;
  }
}

.interview_detail_top_content .interview_detail_top_content_detail {
  position: absolute;
  left: 0;
  bottom: 60px;
  display: inline-block;
  background-color: #D5E8F3;
  border-radius: 0 30px 0 30px;
  padding: 50px 50px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 840px) {
  .interview_detail_top_content .interview_detail_top_content_detail {
    bottom: 10px;
    padding: 30px 30px;
  }
}

@media only screen and (max-width: 640px) {
  .interview_detail_top_content .interview_detail_top_content_detail {
    padding: 20px 20px;
  }
}

.interview_detail_top_content .interview_detail_top_content_detail .interview_detail_top_content_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_top_content .interview_detail_top_content_detail .interview_detail_top_content_detail_name {
    display: block;
    margin: 0 0 10px;
  }
}

.interview_detail_top_content .interview_detail_top_content_detail .interview_detail_top_content_detail_name .interview_detail_top_content_detail_name_ja {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 640px) {
  .interview_detail_top_content .interview_detail_top_content_detail .interview_detail_top_content_detail_name .interview_detail_top_content_detail_name_ja {
    font-size: 26px;
  }
}

.interview_detail_top_content .interview_detail_top_content_detail .interview_detail_top_content_detail_name .interview_detail_top_content_detail_name_en {
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #40AAEB;
  line-height: 1.3;
}

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

.interview_detail_top_content .interview_detail_top_content_detail .interview_detail_top_content_detail_post {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #3A3A3A;
  line-height: 1.3;
}

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

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

      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: 0 30px 0 30px;
  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: 0 30px 0 30px;
  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);
  border-radius: 0 30px 0 30px;
  z-index: -1;
}

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

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

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

.project_story_list .project_story_item .project_story_link .project_story_link_content_detail .project_story_link_content_detail_inner .project_story_link_content_detail_title_block {
  width: 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: 'Outfit', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 80px;
  color: #fff;
  margin: 0 0 16px;
}

@media only screen and (max-width: 640px) {
  .project_story_list .project_story_item .project_story_link .project_story_link_content_detail .project_story_link_content_detail_inner .project_story_link_content_detail_title_block .project_story_link_content_detail_num {
    font-size: 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_title_block .project_story_link_content_detail_title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 66px;
  max-height: calc(66px*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: 53px;
    max-height: calc(53px*2);
  }
}

.project_story_list .project_story_item .project_story_link .project_story_link_content_detail_arrow_block {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  right: 20px;
  -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) {
  .project_story_list .project_story_item .project_story_link .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_arrow_block img {
  width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

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

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

.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 {
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #BBB286;
  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: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #3A3A3A;
  line-height: 1.5;
  margin: 0 0 30px;
}

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

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

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

.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: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  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: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  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: 0 30px 0 30px;
}

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

.project_story_detail_top {
  background: linear-gradient(180deg, #FFFEF8 0%, #FFFEF8 300px, #F9F7ED 300px, #F9F7ED 100%);
  padding: 270px 0 100px;
}

@media only screen and (max-width: 1300px) {
  .project_story_detail_top {
    background: linear-gradient(180deg, #FFFEF8 0%, #FFFEF8 150px, #F9F7ED 150px, #F9F7ED 100%);
    padding: 100px 0 100px;
  }
}

@media only screen and (max-width: 640px) {
  .project_story_detail_top {
    background: linear-gradient(180deg, #FFFEF8 0%, #FFFEF8 120px, #F9F7ED 120px, #F9F7ED 100%);
    padding: 80px 0 100px;
  }
}

.project_story_detail_title_num {
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 0 5px;
}

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

.project_story_detail_title {
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #40AAEB;
  line-height: 1.5;
  margin: 0 auto 70px;
  max-width: 800px;
}

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

.project_story_detail_top_content {
  position: relative;
  width: 100%;
}

.project_story_detail_top_content .project_story_detail_top_content_img {
  border-radius: 70px 0 0 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% - 200px);
  height: 500px;
  margin: 0 0 0 200px;
}

@media only screen and (max-width: 840px) {
  .project_story_detail_top_content .project_story_detail_top_content_img {
    width: calc(100% - 20px);
    margin: 0 0 0 20px;
    height: 400px;
  }
}

@media only screen and (max-width: 640px) {
  .project_story_detail_top_content .project_story_detail_top_content_img {
    width: 100%;
    margin: 0 0 0 0;
    height: 220px;
  }
}

.project_story_detail_top_content .project_story_detail_top_content_detail {
  position: absolute;
  left: 0;
  bottom: 60px;
  display: inline-block;
  background-color: #fff;
  border-radius: 0 30px 0 30px;
  padding: 50px 50px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 840px) {
  .project_story_detail_top_content .project_story_detail_top_content_detail {
    bottom: 10px;
    padding: 30px 30px;
  }
}

@media only screen and (max-width: 640px) {
  .project_story_detail_top_content .project_story_detail_top_content_detail {
    padding: 20px 20px;
    position: static;
    margin: -30px 0 0;
  }
}

.project_story_detail_top_content .project_story_detail_top_content_detail .project_story_detail_top_content_detail_list .project_story_detail_top_content_detail_item {
  margin: 0 0 30px;
}

.project_story_detail_top_content .project_story_detail_top_content_detail .project_story_detail_top_content_detail_list .project_story_detail_top_content_detail_item:last-child {
  margin: 0 0 0;
}

.project_story_detail_top_content .project_story_detail_top_content_detail .project_story_detail_top_content_detail_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 10px;
}

@media only screen and (max-width: 640px) {
  .project_story_detail_top_content .project_story_detail_top_content_detail .project_story_detail_top_content_detail_name {
    display: block;
    margin: 0 0 5px;
  }
}

.project_story_detail_top_content .project_story_detail_top_content_detail .project_story_detail_top_content_detail_name .project_story_detail_top_content_detail_name_ja {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 640px) {
  .project_story_detail_top_content .project_story_detail_top_content_detail .project_story_detail_top_content_detail_name .project_story_detail_top_content_detail_name_ja {
    font-size: 24px;
  }
}

.project_story_detail_top_content .project_story_detail_top_content_detail .project_story_detail_top_content_detail_name .project_story_detail_top_content_detail_name_en {
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #40AAEB;
  line-height: 1.3;
}

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

.project_story_detail_top_content .project_story_detail_top_content_detail .project_story_detail_top_content_detail_post {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #3A3A3A;
  line-height: 1.3;
}

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

.project_story_detail_outline_box {
  margin: 50px 0 0 0;
}

.project_story_detail_outline_box .project_story_detail_outline_box_title {
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 0 10px;
}

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

.project_story_detail_outline_box .project_story_detail_outline_box_text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 2;
}

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

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

      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: 0 30px 0 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 840px) {
  .office_img_list .office_img_item {
    width: calc((100% - 25px) /2);
  }
}

@media only screen and (max-width: 640px) {
  .office_img_list .office_img_item {
    width: 100%;
    margin: 0 0 25px 0;
  }
}

.office_img_list .office_img_item:nth-of-type(3n) {
  margin: 0 0 25px 0;
}

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

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

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

.office_block_right {
  background-color: #FFFEF8;
  padding: 0 0 150px;
  position: relative;
}

.office_block_right .bg_office_block_right {
  position: absolute;
  top: 50px;
  right: 0;
  width: 82%;
  height: 80%;
  border-radius: 160px 0 0 160px;
  background-color: #F3F3F3;
}

.office_block_left {
  background-color: #FFFEF8;
  padding: 0 0 150px;
  position: relative;
}

.office_block_left .bg_office_block_ {
  position: absolute;
  top: 50px;
  right: 0;
  width: 82%;
  height: 80%;
  border-radius: 0 160px 160px 0;
  background-color: #F3F3F3;
}

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

      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_title.center {
  text-align: center;
}

.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_text.center {
  text-align: center;
}

.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.reverse {
  -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: 26px;
  color: #BBB286;
  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: 0 30px 0 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

@media only screen and (max-width: 640px) {
  .system_block_wrap {
    margin: 60px 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 {
  margin: 0 0 60px;
  padding: 40px 50px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

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

.system_block_wrap .system_block .system_content_list .system_content_item:last-child {
  margin: 0 0 0;
}

.system_block_wrap .system_block .system_content_list .system_content_item .system_content_item_inner {
  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;
  width: 100%;
}

@media only screen and (max-width: 960px) {
  .system_block_wrap .system_block .system_content_list .system_content_item .system_content_item_inner {
    display: block;
  }
}

.system_block_wrap .system_block .system_content_list .system_content_item .system_content_detail {
  width: calc(100% - 550px);
}

@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_title_en {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 56px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 0 10px;
}

@media only screen and (max-width: 640px) {
  .system_block_wrap .system_block .system_content_list .system_content_item .system_content_detail .system_content_title_en {
    font-size: 40px;
    margin: 0 0 5px;
  }
}

.system_block_wrap .system_block .system_content_list .system_content_item .system_content_detail .system_content_title_ja {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 40px;
}

@media only screen and (max-width: 640px) {
  .system_block_wrap .system_block .system_content_list .system_content_item .system_content_detail .system_content_title_ja {
    font-size: 20px;
    margin: 0 0 30px;
  }
}

.system_block_wrap .system_block .system_content_list .system_content_item .system_content_detail .system_content_text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  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: 500px;
  height: 380px;
  border-radius: 0 30px 0 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

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

.system_block_img {
  width: 100%;
  height: 380px;
  border-radius: 0 30px 0 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  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 {
    margin: 30px 0 0 0;
    height: 280px;
  }
}

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

      data.scss

=======================*/
.data_box_wrap {
  margin: 100px 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: 60px 0 -40px 0;
  }
}

.data_box_wrap .data_box {
  width: calc((100% - 80px) /3);
  margin: 0 40px 40px 0;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 96px 30px 30px;
  position: relative;
}

@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: 60px 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 {
  position: absolute;
  top: 30px;
  left: 0;
  display: inline-block;
  max-width: 90%;
  min-width: 200px;
  padding: 6px 40px;
  background-color: #BBB286;
  border-radius: 0 30px 30px 0;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  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: 16px;
    top: 15px;
    padding: 4px 40px;
    min-width: 160px;
  }
}

.data_box_wrap .data_box .data_box_text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  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: 'Outfit', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 110px;
  line-height: 1.2;
}

@media only screen and (max-width: 640px) {
  .data_box_wrap .data_box .data_box_text span {
    font-size: 80px;
  }
}

.data_box_wrap .data_box .data_box_text span small {
  font-size: 62px;
}

@media only screen and (max-width: 640px) {
  .data_box_wrap .data_box .data_box_text span small {
    font-size: 46px;
  }
}

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

.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 {
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 0 5px;
}

@media only screen and (max-width: 640px) {
  .data_box_wrap .data_box .data_box_flex .data_box_flex_text_wrap .data_box_flex_text {
    font-size: 16px;
  }
}

.data_box_wrap .data_box .data_box_flex .data_box_flex_text_wrap .data_box_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #3A3A3A;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 0;
  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: 'Outfit', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 54px;
  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: 44px;
  }
}

.data_box_wrap .data_box .data_box_flex .data_box_flex_text_wrap .data_box_text span small {
  font-size: 40px;
}

@media only screen and (max-width: 640px) {
  .data_box_wrap .data_box .data_box_flex .data_box_flex_text_wrap .data_box_text span small {
    font-size: 30px;
  }
}

.data_box_wrap .data_box .data_box_flex .data_box_flex_text_wrap .data_box_text span.pink {
  color: #FBC0D4;
}

.data_box_wrap .data_box .data_box_flex .data_box_flex_text_wrap .data_box_text span.green {
  color: #AEE6C6;
}

.data_box_wrap .data_box .data_box_flex .data_box_flex_text_wrap .data_box_text span.orange {
  color: #F2BA58;
}

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

      recruit.scss

=======================*/
.recruit_search_box {
  margin: 0 auto;
  max-width: 830px;
}

.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: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  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: 14px;
  }
}

.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: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  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: 1px;
  left: 6px;
  width: 6px;
  height: 12px;
  -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;
  -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;
  width: 220px;
  position: relative;
}

@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%;
  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_img_wrap .recruit_job_box_arrow {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -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_job_box_wrap .recruit_job_box .recruit_job_box_img_wrap .recruit_job_box_arrow {
    width: 50px;
    height: 50px;
  }
}

.recruit_job_box_wrap .recruit_job_box .recruit_job_box_img_wrap .recruit_job_box_arrow img {
  width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

@media only screen and (max-width: 640px) {
  .recruit_job_box_wrap .recruit_job_box .recruit_job_box_img_wrap .recruit_job_box_arrow img {
    width: 16px;
  }
}

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

.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 .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: 240px;
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 1.7;
  padding: 18px 14px;
  background-color: #F3F3F3;
  border-bottom: 1px solid #3A3A3A;
}

@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;
    padding: 18px 20px;
  }
}

.recruit_detail_list .recruit_detail_item .recruit_detail_item_text {
  width: calc(100% - 240px);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 1.7;
  padding: 18px 40px;
  border-bottom: 1px solid #3A3A3A;
}

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

.recruit_detail_list .recruit_detail_item:first-child .recruit_detail_item_title {
  border-top: 1px solid #3A3A3A;
}

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

.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*/
.bg_entry {
  max-width: calc(100% - (50% - (1100px / 2)));
  width: calc(100% - 15px);
  position: absolute;
  top: 60px;
  height: 92%;
  left: 0;
  background-color: #F9F7ED;
  border-radius: 0 160px 160px 0;
}

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

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

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

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

@media only screen and (max-width: 640px) {
  .entory_form_list .entory_form_item .entory_form_item_input_area .entory_textarea {
    font-size: 18px;
    padding: 15px 20px;
  }
}

.entory_form_list .entory_form_item .entory_form_item_input_area .entory_textarea::-webkit-input-placeholder {
  color: #AEAEAE;
}

.entory_form_list .entory_form_item .entory_form_item_input_area .entory_textarea::-ms-input-placeholder {
  color: #AEAEAE;
}

.entory_form_list .entory_form_item .entory_form_item_input_area .entory_textarea::placeholder {
  color: #AEAEAE;
}

.entory_form_list .entory_form_item .entory_form_item_input_area .error_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #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: #fff;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.16);
}

.entory_form_check:checked + .entory_form_check_text::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(40deg);
  transform: translateY(-50%) rotate(40deg);
  left: 10px;
  width: 7px;
  height: 14px;
}

.submit_btn_wrap .submit_btn {
  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%;
  max-width: 340px;
  height: 66px;
  position: relative;
  border-radius: 40px;
  -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 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.submit_btn_wrap .submit_btn.mt_100 {
  margin: 100px auto 0;
}

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

.submit_btn_wrap .submit_btn .submit_btn_text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}

.submit_btn_wrap .submit_btn .submit_btn_arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 24px;
  background-image: url(../images/common/icon_common_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media only screen and (max-width: 640px) {
  .submit_btn_wrap .submit_btn .submit_btn_arrow {
    width: 16px;
    height: 16px;
  }
}

@media only screen and (min-width: 960px) {
  .submit_btn:hover .submit_btn_arrow {
    right: 12px;
  }
  .submit_btn:hover {
    background-color: #40AAEB;
  }
}

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

.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;
  border-bottom: 1px solid #3A3A3A;
}

@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: 66px;
  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: 500;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  border-radius: 40px;
  background-color: #6C6C6C;
  -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 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: 66px;
  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: 500;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  border-radius: 40px;
  -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 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

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

.submit_back_btn_wrap .submit_btn .submit_btn_arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 24px;
  background-image: url(../images/common/icon_common_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media only screen and (max-width: 640px) {
  .submit_back_btn_wrap .submit_btn .submit_btn_arrow {
    width: 16px;
    height: 16px;
  }
}

@media only screen and (min-width: 960px) {
  .submit_back_btn_wrap .submit_btn:hover .submit_btn_arrow {
    right: 12px;
  }
  .submit_back_btn_wrap .submit_btn:hover {
    background-color: #40AAEB;
  }
}

.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 {
  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%;
  max-width: 340px;
  height: 66px;
  position: relative;
  border-radius: 40px;
  -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 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}

@media only screen and (min-width: 960px) {
  .back_btn_wrap .back_btn:hover {
    background-color: #40AAEB;
  }
}

.recruit_detail_top {
  background: linear-gradient(180deg, #FFFEF8 0%, #FFFEF8 300px, #F9F7ED 300px, #F9F7ED 80%, #FFFEF8 80%, #FFFEF8 100%);
  padding: 270px 0 90px;
}

@media only screen and (max-width: 1300px) {
  .recruit_detail_top {
    background: linear-gradient(180deg, #FFFEF8 0%, #FFFEF8 130px, #F9F7ED 130px, #F9F7ED 80%, #FFFEF8 80%, #FFFEF8 100%);
    padding: 100px 0 90px;
  }
}

@media only screen and (max-width: 640px) {
  .recruit_detail_top {
    background: linear-gradient(180deg, #FFFEF8 0%, #FFFEF8 100px, #F9F7ED 100px, #F9F7ED 80%, #FFFEF8 80%, #FFFEF8 100%);
    padding: 80px 0 50px;
  }
}

.recruit_detail_top .recruit_detail_sub_title {
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #3A3A3A;
  line-height: 1.3;
  margin: 0 0 5px;
}

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

.recruit_detail_top .recruit_detail_title {
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #40AAEB;
  line-height: 1.5;
  margin: 0 auto 80px;
  max-width: 800px;
}

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

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

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

.recruit_detail_top_content .recruit_detail_top_content_text {
  width: calc(100% - 550px);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #3A3A3A;
  line-height: 2;
  margin: 50px 0 0 0;
}

@media only screen and (max-width: 840px) {
  .recruit_detail_top_content .recruit_detail_top_content_text {
    width: 100%;
    margin: 0 0 40px 0;
  }
}

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

.recruit_detail_top_content .recruit_detail_top_content_img {
  width: 500px;
  height: 320px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 30px 0 30px;
  margin: 0 0 0 50px;
}

@media only screen and (max-width: 840px) {
  .recruit_detail_top_content .recruit_detail_top_content_img {
    width: 100%;
    height: 300px;
    margin: 0 0 0 0;
  }
}

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

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

      privacy.scss

=======================*/
.privacy_block_wrap h2 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  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 h2 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #707070;
  line-height: 1.5;
  margin: 0 0 30px;
}

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

.privacy_block_wrap p {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  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_l {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-style: normal;
}

.fe_r {
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

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

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

.fe_qs_l {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
}

.fe_qs_r {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
}

.fe_qs_m {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
}

.fe_qs_sb {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
}

.fe_qs_b {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}

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

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