@charset "utf-8";
#mv h1 {
  line-height: 0;
}
#mv h1 img {
  width: 100%;
}
.webp #concept {
  background-image: url("../images/concept_bg.webp");
}
.no-webp #concept {
  background-image: url("../images/concept_bg-min.jpg");
}
@media (max-width: 599px) {
  .webp #concept {
    background-image: url("../images/concept_bg_sp.webp");
  }
  .no-webp #concept {
    background-image: url("../images/concept_bg_sp-min.jpg");
  }
}
#concept {
  position: relative;
  padding: 180px 0 225px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#concept .concept_text_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#concept .concept_text_wrap .inner {
  position: relative;
  left: 7.3206%;
  width: 43.9238%;
  color: #fff;
}
#concept .concept_text_wrap h2 {
  font-size: 32px;
  line-height: 54px;
  font-weight: bold;
  margin-bottom: 40px;
}
#concept .concept_text_wrap h2 .serif {
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 20px;
}
#concept .concept_text_wrap h2 span {
  display: inline-block;
}
#concept .concept_text_wrap p {
  font-size: 16px;
  line-height: 2em;
}
@media (max-width: 599px) {
  #concept {
    padding: 45px 0;
  }
  #concept .concept_text_wrap .inner {
    left: 0;
    width: 100%;
    padding: 0 5.3435%;
  }
  #concept .concept_text_wrap h2 {
    font-size: 22px;
    line-height: 36px;
  }
  #concept .concept_text_wrap h2 .serif {
    text-align: center;
  }
}
#solution {
  padding-top: 65px;
  padding-bottom: 65px;
}
#solution .inner {
  position: relative;
}
#solution .inner * {
  position: relative;
}
#solution .bg_text {
  position: absolute;
  top: 283px;
  left: 0;
  width: 100%;
}
#solution h2 {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 54px;
  font-weight: bold;
  text-align: center;
  color: #014262;
}
#solution h2 .serif {
  font-size: 14px;
  color: #333;
  line-height: 54px;
}
#solution .note {
  text-align: center;
  margin-bottom: 100px;
}
#solution .solution_items_wrap {
  display: flex;
  margin: 0 -2.4871% 55px;
}
#solution .solution_items_wrap section {
  width: 33.3333%;
  margin: 0 2.4871%;
}
#solution .solution_items_wrap section picture {
  margin-bottom: 25px;
}
#solution .solution_items_wrap section picture img {
  width: 100%;
}
#solution .solution_items_wrap section h3 {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 20px;
}
#solution .solution_items_wrap section p {
  line-height: 28px;
}
@media (max-width: 599px) {
  #solution {
    padding-top: 45px;
    padding-bottom: 60px;
  }
  #solution .bg_text {
    top: 160px;
  }
  #solution h2 {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 36px;
  }
  #solution h2 span {
    display: inline-block;
  }
  #solution .note {
    text-align: left;
    margin-bottom: 50px;
  }
  #solution .solution_items_wrap {
    margin: 0 0 50px;
    display: block;
  }
  #solution .solution_items_wrap section {
    width: 100%;
    margin: 0 0 50px;
  }
  #solution .solution_items_wrap section:last-child {
    margin-bottom: 0;
  }
  #solution .solution_items_wrap section picture {
    margin-bottom: 25px;
  }
  #solution .solution_items_wrap section picture img {
    width: 100%;
  }
  #solution .solution_items_wrap section h3 {
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 20px;
  }
  #solution .solution_items_wrap section p {
    line-height: 28px;
  }
}
.webp #social_situation {
  background-image: url("../images/situation_bg.webp");
}
.no-webp #social_situation {
  background-image: url("../images/situation_bg-min.jpg");
}
@media (max-width: 599px) {
  .webp #social_situation {
    background-image: url("../images/situation_bg_sp.webp");
  }
  .no-webp #social_situation {
    background-image: url("../images/situation_bg_sp-min.jpg");
  }
}
#social_situation {
  position: relative;
  padding-top: 143px;
  padding-bottom: 123px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#social_situation .situation_contents {
  display: flex;
  height: 100%;
  position: relative;
  left: 50%;
  width: 42.6793%;
  align-items: center;
}
#social_situation .situation_contents .inner h2 {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 54px;
  font-weight: bold;
  color: #014262;
}
#social_situation .situation_contents .inner h2 .serif {
  font-size: 14px;
  color: #333;
  line-height: 1em;
  margin-bottom: 20px;
}
#social_situation .situation_contents .inner p {
  margin-bottom: 50px;
}
#social_situation .situation_contents .inner .btn_wrap {
  text-align: left;
}
@media (max-width: 599px) {
  #social_situation {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  #social_situation .situation_contents {
    left: 0;
    width: 100%;
    padding: 0 5.3435%;
  }
  #social_situation .situation_contents .inner {
    color: #fff;
  }
  #social_situation .situation_contents .inner h2 {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 36px;
    color: #fff;
    text-align: center;
  }
  #social_situation .situation_contents .inner h2 .serif {
    color: #fff;
    text-align: center;
  }
  #social_situation .situation_contents .inner .btn_wrap {
    text-align: center;
  }
}
#cases {
  padding-top: 65px;
  padding-bottom: 65px;
  overflow: hidden;
}
#cases .inner {
  position: relative;
}
#cases .bg_text {
  position: absolute;
  top: 115px;
  left: 0;
  width: 100%;
}
#cases h2 {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 54px;
  font-weight: bold;
  text-align: center;
  color: #014262;
}
#cases h2 .serif {
  font-size: 14px;
  color: #333;
  line-height: 54px;
}
#cases .note {
  text-align: center;
  margin-bottom: 100px;
}
#cases .solution_items_wrap {
  margin: 0 0 55px;
  position: relative;
}
#cases .solution_items_wrap article .picture {
  margin-bottom: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
}
#cases .solution_items_wrap article .picture:after {
  content: "";
  display: block;
  padding-bottom: 71.4285%;
}
#cases .solution_items_wrap article h3 {
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 15px;
}
#cases .solution_items_wrap article p {
  line-height: 28px;
  margin-bottom: 50px;
}
#cases .solution_items_wrap article .more_link {
  margin-top: auto;
  display: inline-block;
  text-decoration: underline;
}
@media (max-width: 599px) {
  #cases {
    padding-top: 45px;
    padding-bottom: 60px;
  }
  #cases .bg_text {
    top: 165px;
    width: 68.5714%;
    left: 0;
    right: 0;
    margin: auto;
  }
  #cases h2 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 36px;
  }
  #cases h2 .serif {
    line-height: 1em;
    margin-bottom: 20px;
  }
  #cases .note {
    margin-bottom: 50px;
  }
  #cases .note span {
    display: inline-block;
  }
  #cases .solution_items_wrap {
    display: flex;
    margin: 0 0 100px;
  }
  #cases .solution_items_wrap article p {
    margin-bottom: 25px;
  }
}
#staff {
  padding-top: 65px;
  padding-bottom: 65px;
  background: #fafafa;
  overflow: hidden;
}
#staff h2 {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 54px;
  font-weight: bold;
  text-align: center;
  color: #014262;
}
#staff h2 .serif {
  font-size: 14px;
  color: #333;
  line-height: 54px;
}
#staff .note {
  text-align: center;
  margin-bottom: 100px;
}
#staff .solution_items_wrap {
  margin: 0 0 55px;
  position: relative;
}
#staff .solution_items_wrap article .picture {
  margin-bottom: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  background-color: #fafafa;
}
#staff .solution_items_wrap article .picture:after {
  content: "";
  display: block;
  padding-bottom: 71.4285%;
}
#staff .solution_items_wrap article .staff_cat {
  line-height: 0;
  margin-bottom: 15px;
}
#staff .solution_items_wrap article .staff_cat span {
  font-size: 12px;
  line-height: 1em;
  padding: 4px 8px;
  background: #d02932;
  color: #fff;
  display: inline-block;
}
#staff .solution_items_wrap article h3 {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 15px;
}
#staff .solution_items_wrap article .staff_class {
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 20px;
}
#staff .solution_items_wrap article p {
  line-height: 28px;
}
#staff .solution_items_wrap article .more_link {
  display: inline-block;
  margin-top: 50px;
  text-decoration: underline;
}
@media (max-width: 599px) {
  #staff {
    padding-top: 45px;
    padding-bottom: 60px;
  }
  #staff h2 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 36px;
  }
  #staff h2 .serif {
    line-height: 1em;
    margin-bottom: 20px;
  }
  #staff .note {
    text-align: left;
    margin-bottom: 80px;
  }
  #staff .solution_items_wrap {
    margin: 0 0 100px;
  }
  #staff .solution_items_wrap article {
    width: 100%;
    padding: 0;
  }
  #staff .solution_items_wrap article .more_link {
    margin-top: 25px;
  }
}
.webp #message {
  background-image: url("../images/message_bg.webp");
}
.no-webp #message {
  background-image: url("../images/message_bg-min.jpg");
}
@media (max-width: 599px) {
  .webp #message {
    background-image: url("../images/message_bg_sp.webp");
  }
  .no-webp #message {
    background-image: url("../images/message_bg_sp-min.png");
  }
}
#message {
  position: relative;
  padding-top: 105px;
  padding-bottom: 315px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#message .situation_contents {
  display: flex;
  height: fit-content;
  position: relative;
  top: 11.0526%;
  left: 50%;
  width: 42.6793%;
  align-items: center;
}
#message .situation_contents .inner h2 {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 54px;
  font-weight: bold;
  color: #014262;
}
@media (max-width: 599px) {
  #message {
    padding-top: 45px;
    padding-bottom: 60px;
    background-position: center 137px;
    background-size: 100%;
  }
  #message .situation_contents {
    top: unset;
    left: unset;
    width: 100%;
  }
  #message .situation_contents .inner {
    padding: 0 5.3435%;
  }
  #message .situation_contents .inner h2 {
    margin-bottom: 290px;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
  }
}
#news {
  padding-bottom: 120px;
  background: #fff;
  position: relative;
}
#news h2 {
  line-height: 0;
  text-align: center;
  padding: 125px 0;
}
#news h2 img {
  width: 82px;
}
#news .news_wrap {
  width: calc(966px + 80px);
  max-width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
#news .news_wrap li {
  border-bottom: 1px solid #707070;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
#news .news_wrap li:last-child {
  margin-bottom: 0;
}
#news .news_wrap li article {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  align-items: flex-start;
}
#news .news_wrap li article .picture {
  width: 25.8799%;
  margin-right: 8.9027%;
  line-height: 0;
}
#news .news_wrap li article .picture a {
  display: block;
  line-height: 0;
  background-size: cover;
  background-position: center;
  background-image: url("../images/eye_catch_basic.svg");
}
#news .news_wrap li article .picture a:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 74.074%;
}
#news .news_wrap li article .text_content {
  flex: 1;
  margin-right: 7.6604%;
  display: block;
}
#news .news_wrap li article .text_content .cat_wrap {
  line-height: 1em;
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 2px;
}
#news .news_wrap li article .text_content h3 {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 2px;
}
#news .news_wrap li article .text_content .post_date {
  font-size: 10px;
  line-height: 1em;
  font-weight: 400;
  margin-bottom: 20px;
}
#news .news_wrap li article .text_content .post_desc {
  font-size: 14px;
  line-height: 2em;
  height: 120px;
  overflow: hidden;
}
@media (max-width: 599px) {
  #news {
    padding-bottom: 85px;
  }
  #news h2 {
    padding: 110px 0 40px;
  }
  #news .news_wrap {
    width: 100%;
    padding: 0 6.4102%;
    margin: 0 -2.9411%;
    display: flex;
    flex-wrap: wrap;
  }
  #news .news_wrap li {
    border-bottom: 0;
    margin-bottom: 0;
    width: 50%;
    margin-top: 40px;
    padding: 0 2.9411%;
  }
  #news .news_wrap li:nth-child(-n+2) {
    margin-top: 0;
  }
  #news .news_wrap li article {
    display: block;
  }
  #news .news_wrap li article .picture {
    width: 100%;
    margin-right: 0;
    line-height: 0;
    margin-bottom: 7px;
  }
  #news .news_wrap li article .picture a:after {
    padding-bottom: 100%;
  }
  #news .news_wrap li article .text_content {
    flex: unset;
    margin-right: 0;
  }
  #news .news_wrap li article .text_content .post_desc {
    max-height: 180px;
  }
}
#instagram {
  padding-bottom: 120px;
  background: #f6f6f6;
  position: relative;
}
#instagram h2 {
  line-height: 0;
  text-align: center;
  padding: 120px 0;
}
#instagram h2 img {
  width: 173px;
}
#instagram h2 span {
  line-height: 1em;
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 10px;
  color: #0f561f;
}
#instagram .insta_photo_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.908%;
}
#instagram .insta_photo_wrap li {
  line-height: 0;
  width: 25%;
  background: no-repeat center center;
  background-size: cover;
  margin: 0 0 60px;
  padding: 0 2.908%;
  box-sizing: border-box;
}
#instagram .insta_photo_wrap li a {
  width: 100%;
  margin: auto;
  display: block;
  background: no-repeat center center;
  background-size: cover;
}
#instagram .insta_photo_wrap li a:hover,
#instagram .insta_photo_wrap li a :active {
  text-decoration: none;
}
@media (max-width: 599px) {
  #instagram {
    padding-bottom: 75px;
  }
  #instagram h2 {
    padding: 70px 0 50px;
  }
  #instagram .insta_photo_wrap {
    margin: 0 -4.4117%;
  }
  #instagram .insta_photo_wrap li {
    width: 50%;
    margin: 0 0 30px;
    padding: 0 4.4117%;
  }
}
.vision_popup_area {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100000;
  background: rgba(255,255,255,0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear;
}
.vision_popup_area.active {
  opacity: 1;
}
.vision_popup_area .popup_content_wrap {
  display: block;
  width: 500px;
  max-width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
}
.vision_popup_area .popup_content_wrap .popup_inner {
  display: none;
}
.vision_popup_area .popup_content_wrap .popup_inner.active {
  display: block;
}
.vision_popup_area .popup_content_wrap .popup_inner .popup_top {
  width: 400px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.vision_popup_area .popup_content_wrap .popup_inner .popup_top .head {
  height: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vision_popup_area .popup_content_wrap .popup_inner .popup_top .head h4 {
  font-size: 20px;
}
.vision_popup_area .popup_content_wrap .popup_inner .popup_top .popup_content {
  padding-bottom: 50px;
}
.vision_popup_area .popup_content_wrap .popup_inner .popup_bottom {
  text-align: center;
  font-size: 20px;
  line-height: 1em;
  padding: 8px 0;
  color: #fff;
  font-weight: 500;
}
.vision_popup_area .popup_content_wrap .popup_inner.type_pi .popup_bottom {
  background: #f19586;
}
.vision_popup_area .popup_content_wrap .popup_inner.type_pi h4 {
  border-bottom: 5px solid #f19586;
}
.vision_popup_area .popup_content_wrap .popup_inner.type_or .popup_bottom {
  background: #f6b17a;
}
.vision_popup_area .popup_content_wrap .popup_inner.type_or h4 {
  border-bottom: 5px solid #f6b17a;
}
.vision_popup_area .popup_content_wrap .popup_inner.type_gr .popup_bottom {
  background: #8ac56b;
}
.vision_popup_area .popup_content_wrap .popup_inner.type_gr h4 {
  border-bottom: 5px solid #8ac56b;
}
.vision_popup_area .popup_content_wrap #popup1 img {
  width: 158px;
}
.vision_popup_area .popup_content_wrap #popup2 img {
  width: 135px;
}
.vision_popup_area .popup_content_wrap #popup3 img {
  width: 107px;
}
.vision_popup_area .popup_content_wrap #popup4 img {
  width: 120px;
}
.vision_popup_area .popup_content_wrap #popup5 img {
  width: 67px;
}
.vision_popup_area .popup_content_wrap #popup6 img {
  width: 99px;
}
.vision_popup_area .popup_content_wrap #popup7 img {
  width: 113px;
}
.vision_popup_area .popup_content_wrap #popup8 img {
  width: 163px;
}
.vision_popup_area .popup_content_wrap .close_btn {
  display: inline-block;
  line-height: 0;
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
}
.vision_popup_area .popup_content_wrap .close_btn img {
  width: 35px;
}
@media (max-width: 599px) {
  .vision_popup_area {
    height: 0;
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 0;
    overflow-y: hidden;
  }
  .vision_popup_area.active {
    opacity: 1;
  }
  .vision_popup_area .popup_content_wrap {
    display: flex;
    border: 0;
    flex-direction: column-reverse;
  }
  .vision_popup_area .popup_content_wrap .popup_inner .popup_top {
    max-width: 100%;
  }
  .vision_popup_area .popup_content_wrap .popup_inner .popup_top .head {
    height: auto;
    margin-bottom: 10px;
  }
  .vision_popup_area .popup_content_wrap .popup_inner .popup_top .head h4 {
    font-size: 16px;
    font-weight: 500;
  }
  .vision_popup_area .popup_content_wrap .popup_inner .popup_top .popup_content {
    padding-bottom: 20px;
  }
  .vision_popup_area .popup_content_wrap .popup_inner .popup_bottom {
    font-size: 16px;
  }
  .vision_popup_area .popup_content_wrap #popup1 img {
    width: 134px;
  }
  .vision_popup_area .popup_content_wrap #popup2 img {
    width: 115px;
  }
  .vision_popup_area .popup_content_wrap #popup3 img {
    width: 91px;
  }
  .vision_popup_area .popup_content_wrap #popup4 img {
    width: 102px;
  }
  .vision_popup_area .popup_content_wrap #popup5 img {
    width: 41px;
  }
  .vision_popup_area .popup_content_wrap #popup6 img {
    width: 84px;
  }
  .vision_popup_area .popup_content_wrap #popup7 img {
    width: 96px;
  }
  .vision_popup_area .popup_content_wrap #popup8 img {
    width: 163px;
  }
  .vision_popup_area .popup_content_wrap .close_btn {
    position: static;
    top: 0;
    right: 0;
    margin-left: auto;
    width: fit-content;
  }
  .vision_popup_area .popup_content_wrap .close_btn img {
    width: 20px;
  }
}
.swiper-pagination {
  display: none;
}
.swiper-button-prev {
  background: url("../images/btn_prev.svg") no-repeat center;
  background-size: contain;
  left: -4.5%;
}
.swiper-button-prev:after {
  content: "";
}
.swiper-button-next {
  background: url("../images/btn_next.svg") no-repeat center;
  background-size: contain;
  right: -4.5%;
}
.swiper-button-next:after {
  content: "";
}
@media (max-width: 599px) {
  .swiper-pagination {
    display: block;
  }
  .swiper-button-prev {
    display: none;
  }
  .swiper-button-next {
    display: none;
  }
  .swiper-pagination-bullets {
    bottom: -20px !important;
    transform: translateY(100%);
  }
  .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px !important;
    opacity: 1;
    border: 1px solid #014262;
    background: #fff;
    width: 15px;
    height: 15px;
  }
  .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #014262;
  }
}
