/* ------------------------------
    mixin
------------------------------ */
/* ------------------------------
	company
------------------------------ */
#sec_company {
  position: relative;
}
#sec_company .fv {
  position: relative;
}
#sec_company .fv .fv_img img {
  width: 100%;
  height: auto;
}
#sec_company .fv .fv_catch {
  color: #fff;
  position: absolute;
  top: 8rem;
  left: 12.5rem;
}
@media screen and (max-width: 767px) {
  #sec_company .fv .fv_catch {
    top: 3.8rem;
    left: 3rem;
  }
}
#sec_company .fv .fv_catch_main {
  font-size: 5.6rem;
  line-height: 1.4;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  #sec_company .fv .fv_catch_main {
    font-size: 2.6rem;
    letter-spacing: 0.12em;
  }
}
#sec_company .fv .fv_catch_sub {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.12em;
  margin-top: 2.4rem;
  padding-left: 0.6rem;
}
@media screen and (max-width: 767px) {
  #sec_company .fv .fv_catch_sub {
    font-size: 0.9rem;
    line-height: 1.6;
    letter-spacing: 0.14em;
    margin-top: 1.5rem;
    padding-left: 0.3rem;
  }
}
#sec_company .wrap {
  max-width: 116.5rem;
}
#sec_company .about_wrap .flex {
  margin-top: 4rem;
}
#sec_company .about_wrap .flex_l {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-top: 4rem;
}
#sec_company .about_wrap .flex_l .txt {
  font-size: 1.6rem;
  line-height: 2.6;
  letter-spacing: 0.14em;
}
#sec_company .about_wrap .flex_l .txt.pink {
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.14em;
  margin: 2em 0;
}
#sec_company .about_wrap .flex_r .pict {
  mix-blend-mode: multiply;
}
#sec_company .about_wrap .flex_r .name_wrap {
  margin: 0 auto;
}
#sec_company .about_wrap .flex_r .name_wrap figure {
  text-align: center;
}
#sec_company .about_wrap .flex_r .name_wrap figure img {
  width: 29rem;
}
#sec_company .about_wrap .flex_r .name_wrap .name {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.14em;
  text-align: center;
}
#sec_company .about_wrap .flex_r .name_wrap .name .big {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-top: 1.4rem;
}
#sec_company .about_wrap .flex_r .name_wrap .name .en {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #sec_company .about_wrap .flex {
    display: block;
  }
  #sec_company .about_wrap .flex_l {
    padding-top: 0;
  }
  #sec_company .about_wrap .flex_l .txt {
    line-height: 2.2em;
  }
  #sec_company .about_wrap .flex_l .txt.pink {
    margin: 1em 0;
  }
  #sec_company .about_wrap .flex_r {
    margin-top: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1rem;
  }
  #sec_company .about_wrap .flex_r .pict {
    width: 100%;
    pointer-events: none;
  }
  #sec_company .about_wrap .flex_r .name_wrap figure img {
    width: 21.4rem;
  }
  #sec_company .about_wrap .flex_r .name_wrap .name {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
#sec_company .loop_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  #sec_company .loop_wrap {
    margin-top: -1rem;
  }
}
#sec_company .loop_wrap .loop_slider {
  -webkit-animation: loop_slide 36s infinite linear 0.5s both;
          animation: loop_slide 36s infinite linear 0.5s both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #sec_company .loop_wrap .loop_slider {
    -webkit-animation-duration: 24s;
            animation-duration: 24s;
  }
}
#sec_company .loop_wrap .loop_slider li {
  width: 67.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #sec_company .loop_wrap .loop_slider li {
    width: 34rem;
  }
}
#sec_company .loop_wrap .loop_slider img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes loop_slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop_slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
#sec_outline {
  padding: 13.4rem 0;
  background-color: #f6f4f0;
}
@media screen and (max-width: 767px) {
  #sec_outline {
    padding: 7.4rem 0 12rem;
  }
}
#sec_outline .wrap {
  max-width: 120rem;
}
#sec_outline .flex {
  gap: 11.2rem;
}
@media screen and (max-width: 767px) {
  #sec_outline .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 8.4rem;
  }
}
#sec_outline .flex_l {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#sec_outline .flex_l .ttl {
  margin-bottom: 4rem;
}
#sec_outline .flex_l .ttl .en {
  font-size: 3.8rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
#sec_outline .flex_l .ttl .ja {
  color: #e75e7e;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #sec_outline .flex_l .ttl {
    text-align: center;
  }
}
#sec_outline .flex_l .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#sec_outline .flex_l .table dt,
#sec_outline .flex_l .table dd {
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 0.8em 1em;
  border-bottom: 1px solid #ccc;
}
#sec_outline .flex_l .table dt {
  color: #e75e7e;
  font-weight: bold;
  width: 8em;
}
#sec_outline .flex_l .table dd {
  width: calc(100% - 8em);
}
#sec_outline .flex_l .table dd .ico_arrow {
  background: #e75e7e;
  font-size: 1.6rem;
  vertical-align: -0.2em;
  margin-right: 0.2em;
}
#sec_outline .flex_l .table dd .ico_arrow::before {
  background: #fff;
}
#sec_outline .flex_l .table dd .ico_arrow::after {
  border-color: #fff;
}
#sec_outline .flex_l .table dd a {
  color: #e75e7e;
  text-decoration: underline;
}
#sec_outline .flex_l .table dd a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #sec_outline .flex_l .table {
    margin: 0 -10vw;
  }
  #sec_outline .flex_l .table dt {
    padding-left: 10vw;
    width: calc(10vw + 6em);
  }
  #sec_outline .flex_l .table dd {
    width: calc(100% - (10vw + 6em));
  }
}
#sec_outline .flex_r {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
  padding-top: 6rem;
}
#sec_outline .flex_r .logo {
  background-color: #fff;
  border-radius: 4.2rem;
  width: 43.4rem;
  padding: 9.4rem 6.4rem 10rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #sec_outline .flex_r .logo {
    width: 100%;
    padding: 6.4rem 3.4rem;
  }
}
#sec_outline .flex_r .ttl {
  font-size: 3.8rem;
  letter-spacing: 0.1em;
}
#sec_outline .flex_r .ttl .ja {
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #e85e7e;
}
#sec_outline .flex_r .ttl span {
  display: block;
}
#sec_outline .flex_r .mark {
  margin-top: 4.5rem;
  text-align: center;
}
#sec_outline .flex_r .mark img {
  width: 21.2rem;
}
@media screen and (max-width: 767px) {
  #sec_outline .flex_r .mark img {
    width: 18rem;
  }
}
#sec_outline .flex_r .text {
  font-size: 1.4rem;
  line-height: 2.2;
  margin-top: 6rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #sec_outline .flex_r .text {
    line-height: 2;
  }
}

.sec_map {
  padding-bottom: 11.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_map {
    padding-bottom: 8rem;
  }
}
.sec_map::before {
  content: "";
  width: 22.4rem;
  height: 23.6rem;
  background-image: url(../img/company/illust_map.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: calc((100% - 122rem) / 2);
  bottom: 11rem;
}
@media screen and (max-width: 767px) {
  .sec_map::before {
    left: 55.4%;
    bottom: auto;
    top: -12.6rem;
    translate: -50%;
    width: 17rem;
    height: 17.6rem;
  }
}
.sec_map .wrap {
  max-width: 120rem;
}
@media screen and (max-width: 767px) {
  .sec_map .map {
    position: relative;
    z-index: 1;
  }
}
.sec_map .map iframe {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2.196875;
}
@media screen and (max-width: 767px) {
  .sec_map .map iframe {
    aspect-ratio: 0.8561643836;
  }
}
.sec_map .map_detail {
  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;
  gap: 2rem;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .sec_map .map_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.4rem;
    margin-top: 2rem;
  }
}
.sec_map .txt {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.sec_map .btn_arrow a {
  background-color: #e85e7e;
  font-size: 1.6rem;
  color: #fff;
  width: 23rem;
  height: 5.7rem;
  padding-left: 4.5rem;
  padding-right: 1.8rem;
}
@media screen and (max-width: 767px) {
  .sec_map .btn_arrow a {
    width: 22rem;
    height: 4.7rem;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
.sec_map .btn_arrow a:hover .ico_blank {
  background-color: #fff;
}
.sec_map .btn_arrow a:hover .svg_blank {
  stroke: #e85e7e;
}