@charset "UTF-8";
/* Scss Document */
/* CSS Document */
/**/
/**/
#about_us_top.lower_layer .top_image img {
  -o-object-position: center;
     object-position: center;
}

/* 代表メッセージ */
.message.common_contents.after_top {
  background: url(../images/en_founder_message.svg) no-repeat bottom 2.5rem center/contain, linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%), url(../images/back_gray.webp);
}
@media only screen and (min-width: 769px) {
  .message.common_contents.after_top {
    background: url(../images/en_founder_message.svg) no-repeat bottom 6rem center/contain, linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%), url(../images/back_gray.webp);
  }
}
.message.common_contents.after_top .message_image {
  position: relative;
  max-height: 25rem;
  width: 90%;
}
@media only screen and (min-width: 769px) {
  .message.common_contents.after_top .message_image {
    max-height: 40rem;
  }
}
.message.common_contents.after_top .message_image img {
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.message.common_contents.after_top .message_image .message_title {
  position: absolute;
  content: "";
  right: calc(-10% - 2.5rem);
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 1rem 0 0 1rem;
  filter: drop-shadow(-1rem 1rem 1rem rgba(0, 0, 0, 0.1));
  padding: 2rem;
}
@media only screen and (min-width: 769px) {
  .message.common_contents.after_top .message_image .message_title {
    right: -10%;
    filter: drop-shadow(0 2rem 3rem rgba(0, 0, 0, 0.1));
    padding: 4rem 5rem;
    border-radius: 1rem;
  }
}
.message.common_contents.after_top .message_image .message_title h3 {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #4593D0;
}
@media only screen and (min-width: 769px) {
  .message.common_contents.after_top .message_image .message_title h3 {
    font-size: 3rem;
  }
}
.message.common_contents.after_top .message_image .message_title .position {
  font-size: 1rem;
  margin: 1em 0;
  line-height: 1.6;
}
@media only screen and (min-width: 769px) {
  .message.common_contents.after_top .message_image .message_title .position {
    font-size: 1.2rem;
  }
}
.message.common_contents.after_top .message_image .message_title .name {
  font-size: 1.8rem;
  line-height: 1.3;
}
@media only screen and (min-width: 769px) {
  .message.common_contents.after_top .message_image .message_title .name {
    font-size: 2.4rem;
  }
}
.message.common_contents.after_top .message_image + .text {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 769px) {
  .message.common_contents.after_top .message_image + .text {
    margin-top: 5rem;
  }
}

/**/
.mission_vision {
  background: url(../images/back_top_mission_vision.webp) no-repeat top -12rem right -5rem/19.719rem 25.668rem, url(../images/back_bottom_mission_vision.webp) no-repeat bottom -17rem left -12rem/24.52rem 28.172rem, #4593D0;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .mission_vision {
    background: url(../images/back_top_mission_vision.webp) no-repeat top -48rem right -15rem/72.8rem 94.775rem, url(../images/back_bottom_mission_vision.webp) no-repeat bottom -65rem left -45rem/90.536rem 104.019rem, #4593D0;
  }
}
.mission_vision dl dt {
  margin-bottom: 2rem;
}
.mission_vision dl dt span {
  position: relative;
  display: inline-block;
  font-weight: 600;
  padding-left: 1em;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 769px) {
  .mission_vision dl dt span {
    font-size: 4rem;
  }
}
.mission_vision dl dt span::before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 2rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.mission_vision dl dt span.orange::before {
  background: #F8C170;
}
.mission_vision dl dt span.yellow_green::before {
  background: #A7D081;
}
.mission_vision dl dd {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 769px) {
  .mission_vision dl dd {
    font-size: 3rem;
  }
}
.mission_vision dl + dl {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #A8D1FF;
}
@media only screen and (min-width: 769px) {
  .mission_vision dl + dl {
    margin-top: 5rem;
    padding-top: 5rem;
  }
}

/* FDGが大切にしていること */
.important .three_things ul li:first-child .image img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* 事業内容 */
.business {
  background: url(../images/back_gray.webp);
}
.business .tabs input[name=tab_item] {
  display: none;
}
.business .tabs input[name=tab_item]:checked + .tab_item {
  color: #fff;
}
.business .tabs input[name=tab_item]:checked + .tab_item.fd_item {
  background: #ED86B3;
}
.business .tabs input[name=tab_item]:checked + .tab_item.bpx_item {
  background: #4593D0;
}
.business .tabs .tab_item {
  width: 48%;
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  padding: 1.2em 0;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .business .tabs .tab_item {
    font-size: 1.6rem;
    padding: 1.5em 0;
  }
}
.business .tabs .tab_item.fd_item {
  color: #ED86B3;
  border: solid #ED86B3 1px;
  margin-right: 3%;
}
.business .tabs .tab_item.bpx_item {
  color: #4593D0;
  border: solid #4593D0 1px;
}
.business .tabs .tab_content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.6s;
}
.business .tabs .tab_content .description {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 769px) {
  .business .tabs .tab_content .description {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 769px) {
  .business .tabs .tab_content .description ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 769px) {
  .business .tabs .tab_content .description ul li .image {
    width: 42%;
  }
}
.business .tabs .tab_content .description ul li .image img {
  max-height: 20rem;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (min-width: 769px) {
  .business .tabs .tab_content .description ul li .image img {
    max-height: 25rem;
  }
}
@media only screen and (max-width: 769px) {
  .business .tabs .tab_content .description ul li .image + .text {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 769px) {
  .business .tabs .tab_content .description ul li .text {
    width: 51.5%;
  }
}
.business .tabs .tab_content .description ul li .text h3 {
  font-weight: 500;
  font-size: 1.8rem;
}
@media only screen and (min-width: 769px) {
  .business .tabs .tab_content .description ul li .text h3 {
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }
}
.business .tabs .tab_content .description ul li + li {
  margin-top: 4rem;
}
.business .tabs .tab_content#fd_content .description ul li .text h3 {
  color: #ED86B3;
}
.business .tabs .tab_content#bpx_content .description ul li .text h3 {
  color: #4593D0;
}
.business .tabs #fd:checked ~ #fd_content,
.business .tabs #bpx:checked ~ #bpx_content {
  height: auto;
  opacity: 1;
}

/* 会社概要 */
@media only screen and (min-width: 769px) {
  .overview .maps {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) {
  .overview .maps .map_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.overview .maps .map_wrap .map {
  border-radius: 1rem;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .overview .maps .map_wrap .map {
    width: 44%;
  }
}
.overview .maps .map_wrap .map iframe {
  width: 100%;
  height: 25rem;
}
@media only screen and (min-width: 769px) {
  .overview .maps .map_wrap .map iframe {
    height: 32rem;
  }
}
@media only screen and (max-width: 769px) {
  .overview .maps .map_wrap .map + dl {
    margin-top: 2rem;
  }
}
.overview .maps .map_wrap dl {
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .overview .maps .map_wrap dl {
    width: 50%;
  }
}
.overview .maps .map_wrap dl div {
  display: flex;
}
.overview .maps .map_wrap dl div dt {
  width: 25%;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .overview .maps .map_wrap dl div dt {
    width: 20%;
  }
}
.overview .maps .map_wrap dl div dd {
  width: 75%;
}
@media only screen and (min-width: 769px) {
  .overview .maps .map_wrap dl div dd {
    width: 80%;
  }
}
.overview .maps .map_wrap dl.fd div dt {
  color: #ED86B3;
}
.overview .maps .map_wrap dl.bpx div dt {
  color: #4593D0;
}
.overview .maps .map_wrap + .map_wrap {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: solid 1px rgba(96, 96, 96, 0.3);
}/*# sourceMappingURL=about_us.css.map */