/* ==================================================
Mixin
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@font-face {
  font-weight: 700;
  font-display: swap;
  font-family: "Economica";
  src: url("./../../../assets/fonts/Economica-Bold.ttf") format("truetype");
}
.sec_insta {
  background-color: #eee;
  display: flex;
  width: 100%;
  position: relative;
}
.sec_insta_wrapper {
  display: flex;
  position: relative;
}
.sec_insta_flex {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.sec_insta_inner_label {
  background-color: #0d0000;
  color: #fff;
  position: relative;
  line-height: 1;
}
.sec_insta_inner_label::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #eee transparent transparent transparent;
}
.sec_insta_inner_label::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #eee transparent;
}
.sec_insta_inner_description {
  line-height: 1.35;
}
.sec_insta_inner_button {
  background-color: #ee0000;
  position: relative;
  line-height: 1;
}
.sec_insta_inner_button::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #eee transparent transparent transparent;
}
.sec_insta_inner_button::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #eee transparent;
}
.sec_insta_inner_button a {
  color: #fff;
  display: block;
  position: relative;
  transition: all 300ms ease;
}

@media screen and (max-width: 960px) {
  .sec_insta {
    padding-bottom: 14vw;
  }
  .sec_insta_wrapper {
    flex-direction: column-reverse;
    padding-top: 17.3333333333vw;
  }
  .sec_insta_wrapper + .sec_insta_wrapper .sec_insta_pics {
    height: 61vw;
  }
  .sec_insta_flex {
    position: relative;
  }
  .sec_insta_inner_heading {
    margin-top: 13.3333333333vw;
    margin-bottom: 7.2vw;
  }
  .sec_insta_inner_label {
    margin-bottom: 7.2vw;
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    font-size: 4.5333333333vw;
    width: 66.6666666667vw !important;
    margin-left: auto;
    margin-right: auto;
  }
  .sec_insta_inner_label::before {
    left: -6vw;
    border-width: 8vw 6vw 0 6vw;
  }
  .sec_insta_inner_label::after {
    right: -6vw;
    border-width: 0 6vw 8vw 6vw;
  }
  .sec_insta_inner_description {
    max-width: 80vw;
    width: 100%;
    margin: 0 auto 1em;
  }
  .sec_insta_inner_button {
    margin-top: 8vw;
    width: 80vw !important;
    margin-left: auto;
    margin-right: auto;
  }
  .sec_insta_inner_button::before {
    left: -6vw;
    border-width: 18vw 6vw 0 6vw;
  }
  .sec_insta_inner_button::after {
    right: -6vw;
    border-width: 0 6vw 18vw 6vw;
  }
  .sec_insta_inner_button a {
    font-size: 5.3333333333vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .sec_insta_inner_button a::after {
    content: "";
    position: absolute;
    background: url(./../../../assets/img/common/arrow-sp@2x.png) no-repeat;
    background-size: cover;
    width: 16vw;
    height: 1.8vw;
    right: 6.6666666667vw;
    top: calc((100% - 1.8vw) / 2);
  }
  .sec_insta_pics {
    max-width: 80vw;
    width: 100%;
    margin: 0 auto;
  }
  .sec_insta_pics iframe {
    width: 80vw !important;
    height: 80vw !important;
  }
}
@media all and (min-width: 961px) {
  .sec_insta {
    padding-bottom: 80px;
    height: 1056px;
  }
  .sec_insta_wrapper {
    padding-top: 80px;
    justify-content: flex-end;
    flex-direction: row-reverse;
    width: 100%;
  }
  .sec_insta_wrapper + .sec_insta_wrapper {
    align-items: center;
  }
  .sec_insta_flex {
    max-width: 926px;
  }
  .sec_insta_inner {
    margin-left: 6.3vw;
  }
  .sec_insta_inner_heading {
    margin-bottom: 40px;
  }
  .sec_insta_inner_label {
    margin-bottom: 40px;
    font-size: 24px;
    width: 350px;
    padding: 10px 0;
  }
  .sec_insta_inner_label::before {
    left: -20px;
    border-width: 44px 20px 0 20px;
  }
  .sec_insta_inner_label::after {
    right: -20px;
    border-width: 0 20px 44px 20px;
  }
  .sec_insta_inner_description {
    margin-bottom: 16px;
    letter-spacing: -1px;
  }
  .sec_insta_inner_button {
    margin: 44px auto 0;
    width: 290px;
  }
  .sec_insta_inner_button::before {
    left: -22px;
    border-width: 80px 22px 0 22px;
  }
  .sec_insta_inner_button::after {
    right: -22px;
    border-width: 0 22px 80px 22px;
  }
  .sec_insta_inner_button a {
    font-size: 16px;
    padding: 22px 0;
    transition: all 300ms ease;
  }
  .sec_insta_inner_button a::before {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 1px;
    right: 28px;
    width: 36px;
    top: 50%;
    transition: all 300ms ease;
  }
  .sec_insta_inner_button a::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 18px;
    height: 1px;
    right: 28px;
    top: 25px;
    transform: rotate(30deg);
    transition: all 300ms ease;
  }
  .sec_insta_inner_button:hover a {
    color: #0d0000;
  }
  .sec_insta_inner_button:hover a::before {
    background-color: #0d0000;
  }
  .sec_insta_inner_button:hover a::after {
    background-color: #0d0000;
  }
}
@media all and (min-width: 961px) and (max-width: 1024px) {
  .sec_insta_inner {
    margin-left: 8vw;
  }
}
.sec_mv {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
}
.sec_mv_heading {
  color: #333333;
  position: absolute;
  font-weight: bold;
  flex-shrink: 0;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .sec_mv {
    margin-bottom: 8vw;
  }
  .sec_mv_heading {
    font-size: 3.7333333333vw;
    top: 5.3333333333vw;
    left: 5.3333333333vw;
  }
  .sec_mv_heading img {
    height: 9.6vw !important;
    width: auto;
    margin-bottom: 2vw;
  }
  .sec_mv picture img {
    width: 100%;
    height: auto;
  }
}
@media all and (min-width: 961px) {
  .sec_mv {
    padding-left: 20px;
    max-width: 1460px;
    width: 100%;
    height: 628px;
    position: relative;
    margin: 0 auto 162px;
  }
  .sec_mv_heading {
    font-size: 27px;
    top: 60px;
    left: 0;
    background: #FFF;
    padding: 40px 0 40px 95px;
    position: absolute;
    height: 223px;
  }
  .sec_mv_heading img {
    margin-bottom: 30px;
  }
  .sec_mv_heading::after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #FFF transparent transparent transparent;
    right: -100px;
    border-width: 223px 100px 0 0px;
    z-index: -1;
  }
  .sec_mv picture {
    position: absolute;
    right: -20px;
    top: 0;
  }
}
/* Page Business */
.sec_business_description {
  line-height: 1.66;
}
.sec_business_list__items {
  display: flex;
}
.sec_business_list__items_inner h3 {
  position: relative;
  line-height: 1;
}
.sec_business_list__items_inner h3::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("./../../assets/img/common/icon_naname@2x.png") no-repeat;
  background-size: cover;
}
.sec_business_list__items_inner p {
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .sec_business_heading {
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
  }
  .sec_business_description {
    font-size: 4.8vw;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    letter-spacing: -1px;
  }
  .sec_business_list__items {
    flex-direction: column-reverse;
  }
  .sec_business_list__items img {
    margin-top: 12vw;
    width: 100%;
    height: auto;
  }
  .sec_business_list__items_inner {
    margin-top: 13.3333333333vw;
    text-align: center;
  }
  .sec_business_list__items_inner h3 {
    font-size: 4.8vw;
    padding-left: 6vw;
    margin-bottom: 7.3333333333vw;
    display: inline-block;
  }
  .sec_business_list__items_inner h3::before {
    top: 0.9333333333vw;
    width: 3.4666666667vw !important;
    height: 3.7333333333vw !important;
  }
  .sec_business_list__items_inner p {
    font-size: 3.7333333333vw;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    text-align: left;
  }
  .sec_business_list__items:nth-child(2) .sec_business_list__items_inner {
    margin-top: 0;
  }
  .sec_business_list__items:nth-child(4) .sec_business_list__items_inner h3 span {
    display: block;
  }
  .sec_business_list__items:nth-child(4) .sec_business_list__items_inner h3 span + span {
    line-height: 1.5;
  }
}
@media all and (min-width: 961px) {
  .sec_business_heading {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .sec_business_description {
    font-size: 30px;
    margin-bottom: 120px;
  }
  .sec_business_list {
    max-width: 1460px;
    width: 100%;
    margin: 0 auto;
  }
  .sec_business_list__items {
    justify-content: flex-end;
  }
  .sec_business_list__items_inner {
    margin-top: 132px;
  }
  .sec_business_list__items_inner h3 {
    font-size: 22px;
    padding-left: 30px;
    text-align: left;
    margin-bottom: 40px;
  }
  .sec_business_list__items_inner h3::before {
    top: 3px;
    width: 20px;
    height: 22px;
  }
  .sec_business_list__items_inner p {
    font-size: 16px;
    max-width: 450px;
  }
  .sec_business_list__items img {
    position: relative;
    z-index: -1;
  }
  .sec_business_list__items:first-child p {
    max-width: 440px;
  }
  .sec_business_list__items:nth-child(odd) {
    flex-direction: row-reverse;
    padding-right: 20px;
  }
  .sec_business_list__items:nth-child(odd) div {
    margin-left: 5.5vw;
  }
  .sec_business_list__items:nth-child(even) {
    padding-left: 20px;
  }
  .sec_business_list__items:nth-child(even) div {
    margin-right: 5.5vw;
  }
  .sec_business_list__items:nth-child(n+1) {
    margin-top: 50px;
  }
  .sec_business_list__items:nth-child(3) {
    margin-top: -100px;
  }
  .sec_business_list__items:nth-child(4) {
    margin-top: -120px;
  }
}
@media all and (min-width: 961px) and (max-width: 1160px) {
  .sec_business_list__items_inner {
    margin-top: 10vw;
  }
  .sec_business_list__items_inner h3 {
    line-height: 1.2;
  }
  .sec_business_list__items:nth-child(odd) div {
    margin-left: 0.5vw;
  }
  .sec_business_list__items:nth-child(even) div {
    margin-right: 0.5vw;
  }
}
.sec_inquiry {
  color: #fff;
  position: relative;
}
.sec_inquiry_wrapper {
  position: absolute;
}
.sec_inquiry_wrapper > p {
  line-height: 1;
}
.sec_inquiry_contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec_inquiry_contact > p {
  border: 1px solid #fff;
  line-height: 1.5;
}
.sec_inquiry_button {
  margin: 0 auto;
  background-color: #ee0000;
  position: relative;
}
.sec_inquiry_button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 44.5px 22px 0 22px;
  border-color: #000 transparent transparent transparent;
}
.sec_inquiry_button::after {
  content: "";
  position: absolute;
  top: 0.1px;
  right: -22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 22px 44.5px 22px;
  border-color: transparent transparent #000 transparent;
}
.sec_inquiry_button a {
  color: #fff;
  display: block;
  position: relative;
}

@media screen and (max-width: 960px) {
  .sec_inquiry {
    margin-top: 18.6666666667vw;
    height: 76.4vw !important;
    background: url("./../../assets/img/business/banner_inqiry-sp.png") no-repeat;
    background-size: cover;
    width: 100%;
  }
  .sec_inquiry_wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
    top: 33.3333333333vw;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
  }
  .sec_inquiry_wrapper > p {
    font-size: 4.6666666667vw;
    margin-bottom: 4vw;
    text-align: center;
  }
  .sec_inquiry_contact {
    margin-bottom: 3.2vw;
  }
  .sec_inquiry_contact > p {
    font-size: 3.2vw;
    padding: 2.6vw;
  }
  .sec_inquiry_contact_tel p {
    font-size: 3.2vw;
  }
  .sec_inquiry_contact_tel p:first-child {
    font-size: 9.3333333333vw;
    margin-bottom: 2.1333333333vw;
  }
  .sec_inquiry_button {
    width: 46.6666666667vw !important;
  }
  .sec_inquiry_button::before {
    left: -5vw;
    border-width: 11vw 5vw 0 5vw;
  }
  .sec_inquiry_button::after {
    right: -5vw;
    border-width: 0 5vw 11vw 5vw;
  }
  .sec_inquiry_button a {
    font-size: 3.2vw;
    padding-top: 3.6vw;
    padding-bottom: 3.6vw;
  }
}
@media all and (min-width: 961px) {
  .sec_inquiry {
    width: 858px;
    height: 210px;
    background: url("./../../assets/img/business/banner_inqiry@2x.png") no-repeat;
    background-size: cover;
    margin: 110px auto 150px;
  }
  .sec_inquiry_wrapper {
    width: 360px;
    top: 24px;
    right: 100px;
  }
  .sec_inquiry_wrapper > p {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .sec_inquiry_contact {
    margin-bottom: 20px;
  }
  .sec_inquiry_contact > p {
    font-size: 13px;
    padding: 10px;
  }
  .sec_inquiry_contact_tel p {
    font-size: 14px;
  }
  .sec_inquiry_contact_tel p:first-child {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .sec_inquiry_button {
    width: 200px;
  }
  .sec_inquiry_button::before {
    left: -22px;
    border-width: 44.5px 22px 0 22px;
  }
  .sec_inquiry_button::after {
    right: -22px;
    border-width: 0 22px 44.5px 22px;
  }
  .sec_inquiry_button a {
    font-size: 14px;
    padding: 14px 0;
    transition: all 300ms ease;
  }
  .sec_inquiry_button:hover a {
    color: #0d0000;
  }
}
