@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

.business {
  max-width: 2280px;
  margin: 0 auto;
  background-color: #F7F6F0;
}

.pc_show {
  display: inline-block;
}

.sp_show {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pc_show {
    display: none;
  }

  .sp_show {
    display: inline-block;
  }
}

.business {
  min-width: auto !important;
}

.section_bg img {
  width: 100%;
}

.business_kv .section_bg {
  position: relative;
}

.business_kv .title {
  font-family: "Kiwi Maru", sans-serif;
  position: absolute;
  top: 1.3%;
  left: 10%;
}

.business_kv .title span {
  font-size: clamp(22px, 3.2vw, 45px);
  font-weight: 300;
  color: #fff;
  background-color: #F29830;
  padding: .2vw;
  line-height: 6vw;
  letter-spacing: .3rem;
}

.top_contact {
  position: absolute;
  top: 0.5%;
  right: 1.5%;
}

.top_contact img {
  width: 8vw;
}

.contact_btn img {
  transition: all .3s ease;
}

.contact_btn:hover img {
  transform: scale(1.05, 1.05);
}

.concept {
  position: absolute;
  top: 13.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 40vw;
}

.concept p {
  text-align: center;
  font-family: "zen kaku", sans-serif;
  color: #fff;
  font-size: clamp(12px, 1.5vw, 24px);
}


@media only screen and (max-width: 768px) {
  .business_kv .title {
    top: 4.3%;
    left: 0;
  }

  .business_kv .title span {
    font-size: clamp(28px, 7vw, 55px);
    line-height: 15vw;
  }

  .top_contact {
    top: 0.3%;
    right: 1.5%;
  }

  .top_contact img {
    width: 25vw;
  }

  .concept {
    top: 9.3%;
    width: 95%;
  }

  .concept p {
    font-size: clamp(16px, 4.8vw, 30px);
    line-height: 2.2em;
  }

}


.business_about,
.business_howto,
.business_benefit,
.business_whyphotos,
.business_various,
.business_case,
.business_feedback{
  position: relative;
}

.business_faq {
  background-color: #F7F6F0;
}

.section_title {
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 20%;
}

.business_howto .section_title,
.business_whyphotos .section_title,
.business_various .section_title,
.business_feedback .section_title {
  top: -9%;
}

.business_case .section_title {
  top: -2.7%;
}

.business_faq .section_title{
  position: inherit;
   transform: none;
   margin: 0 auto;
}

.business_various .section_title {
  width: 30%;
}

.business_feedback .section_title {
  width: 38%;
}

.section_title img {
  width: 50%;
}

.business_about .section_title img {
  width: 60%;
}

.business_various .section_title img {
  width: 40%;
}

.business_feedback .section_title img {
  width: 30%;
}

.section_title h2 {
  color: #F29830;
  font-size: clamp(14px, 2vw, 30px);
  font-family: "Kiwi Maru", sans-serif;
  font-weight: 500;
  white-space: nowrap;
}

.section_title p {
  color: #6d4420;
  font-size: clamp(11px, 1.1vw, 14px);
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
}


@media only screen and (max-width: 768px) {
  .section_title {
    top: 0;
    width: 90%;
  }

  .business_various .section_title {
    width: 90%;
  }

  .business_feedback .section_title {
    width: 90%;
  }

  .business_benefit .section_title {
    top: -7%;
  }

  .section_title h2 {
    font-size: clamp(18px, 6.5vw, 32px);
  }

  .section_title p {
    font-size: clamp(11px, 4vw, 14px);
  }

  .business_howto .section_title,
  .business_whyphotos .section_title,
  .business_various .section_title,
  .business_feedback .section_title {
    top: -5%;
  }

  .section_title img {
    width: 30%;
  }

  .business_about .section_title img {
    width: 40%;
  }

}


.about_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
}

.about_box_right {
  width: 60%;
  display: flex;
  align-items: center;
  padding: 10px 4vw;
  flex-direction: column;
  justify-content: center;
}

.about_box_left {
  width: 40%;
}

.about_box_left img {
  width: 100%;
}

.about_concept {
  padding: 0 2.2vw;
}

.about_concept p {
  color: #F29830;
  font-family: 'noto sans jp', sans-serif;
  font-size: clamp(10px, 1.12vw, 15px);
  font-weight: 400;
}

.about_contants {
  position: relative;
  width: 90%;
  background-color: #fff;
  border-radius: 3vw;
  margin-top: 1.5vw;
  padding: 2.5vw 3vw;
  box-sizing: border-box;
  overflow: hidden;
}

.about_contants svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  height: 98%;
  pointer-events: none;
}

.profile {
  display: flex;
  gap: 1.5vw;
  align-items: center;
}

.about_contants p {
  color: #F29830;
  font-family: 'noto sans jp', sans-serif;
}

.profile_left {
  width: 20%;
}

.profile_left img {
  width: 100%;
}

.profile_right {
  width: 70%;
}

.profile_title {
  font-size: clamp(10px, 1.1vw, 14px);
}

.profile_name {
  font-size: clamp(14px, 2vw, 24px);
}

.profile_name span {
  font-size: clamp(13px, 2vw, 16px);
}

.about_text {
  margin-top: 1.5vw;
}

.about_text p {
  font-size: clamp(9px, 1.1vw, 13px);
  font-weight: 400;
}

@media only screen and (max-width: 768px) {

  .about_container {
    top: 43%;
  }

  .about_box_right {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 4vw;
    flex-direction: column;
    justify-content: center;
  }

  .about_concept p {
    font-size: clamp(13px, 3.7vw, 22px);
  }

  .about_contants {
    width: 100%;
    border-radius: 5vw;
    margin-top: 7vw;
    padding: 6vw 7vw;
  }

  .about_contants svg {
    width: 100%;
    height: 97%;
  }

  .profile_left {
    width: 40%;
  }

  .profile_right {
    width: 55%;
  }

  .profile_title {
    font-size: clamp(11px, 3vw, 15px);
  }

  .profile_name {
    font-size: clamp(16px, 5vw, 26px);
  }

  .profile_name span {
    font-size: clamp(12px, 3vw, 14px);
  }

  .about_text p {
    font-size: clamp(13px, 3vw, 20px);
  }

}



.link_btn {
  margin-top: 1.5vw;
  display: block;
  text-align: right;
}

.link_btn a {
  display: inline-block;
  position: relative;
  padding: .7vw 3.2vw .7vw 2vw;
  background-color: #F29830;
  border-radius: 9999px;
  color: #fff;
  font-size: clamp(9px, 1.1vw, 13px);
  text-decoration: none;
  transition: all 0.3s ease;
}

.link_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2vw;
  transform: translateY(-50%);
  width: 1.2vw;
  height: 1.2vw;
  background-image: url("../../assets/img/business/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

.link_btn a:hover {
  background-color: #e78318;
}

.link_btn a:hover::after {
  right: 1vw;
}

@media only screen and (max-width: 768px) {
  .link_btn {
    margin-top: 3vw;
    margin-bottom: 3vw;
    text-align: center;
  }

  .link_btn a {
    padding: 1.5vw 14vw 1.5vw 5vw;
    background-color: #F29830;
    font-size: clamp(13px, 3.9vw, 18px);
  }

  .link_btn a::after {
    right: 3vw;
    width: 4vw;
    height: 4vw;
  }
}


.howto_bg_image {
  position: absolute;
  top: -7%;
  right: 6%;
  width: 16%;
}

.howto_bg_image img {
  width: 100%;
}

.howto_contants {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
}

.howto_box {
  display: flex;
  flex-direction: row;
  gap: 1.5vw;
  padding: 5vw;
}

.howto_image {
  width: 33.33%;
}

.howto_image img {
  width: 100%;
}

@media only screen and (max-width: 768px) {

  .howto_contants {
    bottom: 10%;
  }

  .howto_box {
    flex-direction: column;
    gap: 8vw;
    padding: 2vw;
  }

  .howto_image {
    width: 100%;
  }

}



.benefit_bg_image {
  position: absolute;
  top: -7%;
  left: 4%;
  width: 15%;
}

.benefit_bg_image img {
  width: 100%;
}

.benefit_contants {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
}

.benefit_box {
  display: flex;
  flex-direction: row;
  gap: 1.5vw;
  padding: 5vw;
}

.benefit_image {
  width: 33.33%;
  padding: 2vw;
}

.benefit_image img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .benefit_contants {
    bottom: 10%;
  }

  .benefit_box {
    flex-direction: column;
    gap: 6vw;
    padding: 2vw;
    align-items: center;
  }

  .benefit_image {
    width: 80%;
    padding: 0;
  }
}


.whyphotos_bg_image {
  position: absolute;
  top: -9%;
  right: 0;
  width: 15%;
}

.whyphotos_bg_image img {
  width: 100%;
}

.whyphotos_contants {
  position: absolute;
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
}

.whyphotos_box {
  display: flex;
  flex-direction: row;
  gap: 1.5vw;
  padding: 5vw;
}

.whyphotos_image {
  width: 50%;
}

.whyphotos_image img {
  width: 100%;
}

@media only screen and (max-width: 768px) {

  .whyphotos_contants {
    bottom: 7%;
  }

  .whyphotos_box {
    flex-direction: column;
    gap: 5vw;
    padding: 2vw;
  }

  .whyphotos_image {
    width: 100%;
  }

}



.business_various .section_title h2 {
  color: #fff;
  line-height: normal;
  margin: 10px 0;
}

.various_bg_image {
  position: absolute;
  top: 0;
  right: 10%;
  width: 18%;
}

.various_bg_image img {
  width: 100%;
}

.various_contants {
  position: absolute;
  bottom: 11%;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
}

.various_box {
  display: block;
  padding: 0 7vw 5vw;
}

.various_image {
  margin: -10px 0;
  position: relative;
}

.various_image.various02,
.various_image.various04 {
  text-align: right;
}

.various_image.various02 {
  margin-top: -30px;
}

.various_image.various04 {
  margin-top: -60px;
}

.various_image img {
  width: 60%;
}

.various_image.various02 img {
  width: 67%;
}

.various_image.various03 img {
  width: 50%;
}

.various_comment {
  position: absolute;
  font-size: clamp(10px, 1.4vw, 30px);
  color: #F29830;
  font-family: 'noto sans jp', sans-serif;
  font-weight: 500;
}

.various_image.various01 .various_comment {
  top: 42%;
  left: 13vw;
  width: 45%;
  transform: translateY(-50%);
}

.various_image.various02 .various_comment {
  top: 38%;
  right: 13vw;
  width: 50%;
  transform: translateY(-50%);
}

.various_image.various03 .various_comment {
  top: 25%;
  left: 14.5vw;
  width: 29%;
  transform: translateY(-50%);
}

.various_image.various04 .various_comment {
  top: 42%;
  right: 14vw;
  width: 39%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .various_contants {
    bottom: 9%;
  }

  .various_box {
    padding: 0;
  }

  .various_image img {
    width: 100%;
  }

  .various_image.various02 img {
    width: 100%;
  }

  .various_image.various03 img {
    width: 100%;
  }

  .various_image {
    margin: 5vw 0;
    position: relative;
  }

  .various_image.various02 {
    margin-top: 0;
  }

  .various_image.various04 {
    margin-top: 0;
  }

  .various_image.various02,
  .various_image.various04 {
    text-align: left;
  }

  .various_comment {
    position: absolute;
    font-size: clamp(17px, 4vw, 30px);
    color: #F29830;
    font-family: 'noto sans jp', sans-serif;
    font-weight: 500;
    line-height: 1.3em;
  }

  .various_image.various01 .various_comment {
    top: 35%;
    left: 32vw;
    width: 60%;
    transform: translateY(-50%);
  }

  .various_image.various02 .various_comment {
    top: 35%;
    left: 5vw;
    width: 60%;
    transform: translateY(-50%);
  }

  .various_image.various03 .various_comment {
    top: 35%;
    left: 32vw;
    width: 60%;
    transform: translateY(-50%);
  }

  .various_image.various04 .various_comment {
    top: 39%;
    left: 5vw;
    width: 60%;
    transform: translateY(-50%);
  }
}


.contact {
  text-align: center;
  margin-top: 3vw;
}

.contact img {
  width: 30%;
}

.faq_contants .contact img {
  width: 36%;
}

.caution {
  font-size: clamp(10px, 1.12vw, 18px);
  text-align: center;
  font-family: 'noto sans jp', sans-serif;
  font-weight: 400;
}


@media only screen and (max-width: 768px) {

  .contact {
    text-align: center;
    margin-top: 5vw;
  }

  .contact img {
    width: 100%;
  }

  .faq_contants .contact img {
    width: 100%;
  }

  .caution {
    font-size: clamp(12px, 3vw, 16px);
    text-align: left;
  }
}


.various_contants .caution {
  color: #fff;
}

.case_contants .caution {
  color: #F29830;
  margin-top: 3vw;
}

.faq_contants .caution {
  color: #F29830;
  margin-top: 3vw;
  display: block;
}


.case_bg_image {
  position: absolute;
  top: -5%;
  left: 12%;
  width: 18%;
}

.case_bg_image img {
  width: 100%;
}

.case_contants {
  position: absolute;
  bottom: 11%;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
}

.case_wrapper {
  display: flex !important;
  flex-wrap: wrap;
  padding: 0 4vw;
  justify-content: center;
}

.case_box {
  width: 48.6%;
}

.case_box h2 {
  text-align: center;
  font-size: clamp(12px, 1.6vw, 26px);
  color: #F29830;
  margin-bottom: 1.1vw;
  font-weight: 500;
}

.case_inner {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 2.4vw;
  position: relative;
  border-radius: 2vw;
  margin: 0;
}

.case_box svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  height: 98%;
  pointer-events: none;
}

.case_image {
  width: 22%;
}

.case_image img {
  width: 100%;
}

.case_text {
  width: 74%;
}

.case_text p {
  font-size: clamp(9px, 1.2vw, 16px);
  color: #F29830;
}

.swiper-button-prev {
  content: url(../../assets/img/business/prev_arrow.png);
  width: 38px;
  height: 38px;
}


.swiper-button-next {
  content: url(../../assets/img/business/next_arrow.png);
  width: 38px;
  height: 38px;
}


@media screen and (min-width: 1450px) {
  .case_contants {
    bottom: 15%;
  }

  .case_text p {
    font-size: 18px;
    color: #F29830;
  }
}


@media screen and (max-width: 768px) {

  .case_contants {
    bottom: 13%;
  }

  .case_wrapper {
    display: block;
    padding: 0;
  }

  .case_box {
    width: 100%;
  }

  .case_box h2 {
    font-size: clamp(20px, 5vw, 28px);
  }

  .case_box svg {
    width: 100%;
    height: 98%;
  }

  .case_inner {
    flex-direction: column;
    align-items: center;
    padding: 8vw;
    margin: 0 3vw;
    border-radius: 8vw;
  }

  .case_image {
    width: 60%;
    margin-bottom: 4vw;
  }

  .case_text {
    width: 90%;
  }

  .case_text p {
    font-size: clamp(14px, 4.1vw, 24px);
  }


  .swiper-button-prev,
  .swiper-button-next {
    color: #F29830;
  }

  .swiper-pagination-bullet-active {
    background: #F29830;
  }
}

@media screen and (min-width: 768px) {

  .case_wrapper .swiper-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 2vw;
  }
}

@media screen and (max-width: 580px) {
  .case_contants {
    bottom: 9%;
  }
}


.feedback_contants {
  position: absolute;
  bottom: 16%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}

.profile-section {
  display: flex;
  justify-content: center;
}

.profile-wrapper {
  width: 100%;
  max-width: 1280px;
}

.feedback_contants .swiper-wrapper {
  display: flex;
}

.card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.card-inner {
  position: relative;
  background: #fff;
  border-radius: 2vw;
}

.card svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 98%;
  height: 99%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.card-img img {
  width: 100%;
  height: auto;
  display: block;
  border-top-left-radius: 2vw;
  border-top-right-radius: 2vw;
}

.card-body {
  padding: .5vw 1.5vw 1.5vw;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.card-role {
  color: #F29830;
  font-weight: 500;
  font-size: clamp(10px, 1.12vw, 16px);
}

.card-title {
  color: #F29830;
  margin-bottom: .5vw;
  font-size: clamp(12px, 1.6vw, 26px);
  text-align: justify;
  font-weight: 500;
}

.card-title span {
  font-size: smaller;
}

.card-text {
  color: #F29830;
  font-size: clamp(9px, 1.12vw, 15px);
}

@media (min-width: 1400px) {
  .feedback_contants {
    bottom: 21%;
    width: 100%;
  }
}

@media (min-width: 769px) {
  .feedback_contants .swiper-slide {
    width: calc(33.3333% - 16px);
    flex: 0 0 auto;
    margin-right: 24px;
  }

  .feedback_contants .swiper-slide:last-child {
    margin-right: 0;
  }
}

@media (max-width: 768px) {

  .card-img img {
  border-top-left-radius: 6vw;
  border-top-right-radius: 6vw;
}

.feedback_contants {
  position: absolute;
  bottom: 13%;
  width: 85%;
}

  .feedback_contants .swiper-slide {
    width: 100% !important;
    flex: 0 0 auto;
  }

  .profile-wrapper {
    padding: 0;
  }

  .card-body {
    padding: 8vw;
  }

  .card-inner {
    margin: 0 4vw;
      border-radius: 6vw;
  }

  .card-role {
  font-size: clamp(13px, 3vw, 22px);
}

  .card-title {
    font-size: clamp(17px, 5vw, 30px);
    margin-bottom: 2vw;
  }

  .card-text {
    color: #F29830;
    font-size: clamp(14px, 3.8vw, 24px);
  }

}
@media (max-width: 560px) {
.feedback_contants {
  position: absolute;
  bottom: 11%;
  width: 89%;
}
}

.faq_contants {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5vw 0;
}

.faq-section {
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 3vw;
}

.faq-q,
.faq-a {
  display: flex;
  align-items: center;
  padding: 2.3vw;
  border-radius: 2.5vw;
}

.faq-q {
  background: #fff;
  margin-bottom: 1.4vw;
  position: relative;
}

.faq-q svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.faq-a {
  background: #ffe779;
}

.faq-a a {
  color: #6d4420;
  border-bottom: #6d4420 solid 1px;
  transition: all .3s ease;
}

.faq-a a:hover {
  color: #976132;
}

.faq-label {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #6d4420;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  margin-right: 15px;
  flex-shrink: 0;
  font-family: 'Helvetica', sans-serif;
  font-size: clamp(30px, 4vw, 45px);
}

.faq-q .faq-label {
  background-color: transparent;
  color: #F29830;
}

.faq-q p {
  margin: 0;
  font-size: clamp(14px, 1.6vw, 27px);
  line-height: 1.6;
  color: #F29830;
}

.faq-a p {
  margin: 0;
  font-size: clamp(13px, 1.2vw, 18px);
  line-height: 1.6;
  color: #6d4420;
}

.faq_contants .contact{
  width: 100%;
}

.faq_contants .contact img{
  width: 34%;
}

@media (max-width: 768px) {
  .faq-section {
    padding: 0 16px;
  }

  .faq-q svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 99%;
  height: 95%;
  pointer-events: none;
}

  .faq-item{
    margin-bottom: 10vw;
  }

  .faq-q {
  margin-bottom: 5vw;
}

  .faq-q,
  .faq-a {
    align-items: center;
    padding: 6vw;
    border-radius: 8vw;
  }

  .faq-q p {
  margin: 0;
  font-size: clamp(16px, 4vw, 27px);
}

.faq-a p {
  margin: 0;
  font-size: clamp(15px, 3vw, 20px);
}

.faq_contants .caution{
  display: none;
}
}