@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  background-color: #ffffff;
}

main {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.wrap_primary {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 765px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.fv {
  position: relative;
  color: #ffffff;
  overflow: hidden;
  /* ---------------------------------
     SP（765px以下）
  --------------------------------- */
}
.fv .fv_bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.fv .fv_bg .fv_bg_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.fv .wrap_primary {
  position: relative;
  z-index: 2;
}
.fv .fv_inner {
  padding: 160px 0 120px;
}
.fv .fv_title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 32px;
  text-align: center;
  text-shadow: 7px 7px 5px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.05em;
}
.fv .fv_lead_box {
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fv .fv_lead_box .fv_lead {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  font-weight: 700;
  font-size: 25px;
  padding: 12px 35px;
  line-height: 1.5;
  white-space: nowrap;
  position: relative;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5);
}
.fv .fv_lead_box .fv_lead:not(:last-child) {
  margin-bottom: 10px;
}
.fv .fv_text {
  font-size: 18px;
  line-height: 2;
  color: #ffffff;
  font-weight: 600;
}
.fv .fv_text span {
  color: #fff200;
}
@media (max-width: 765px) {
  .fv .fv_inner {
    padding: 60px 0 60px;
  }
  .fv .fv_bg_img {
    -o-object-position: 65% 100%;
       object-position: 65% 100%;
  }
  .fv .fv_title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .fv .fv_lead_box {
    margin-bottom: 40px;
  }
  .fv .fv_lead_box .fv_lead {
    font-size: 14px;
    padding: 12px 20px;
    white-space: initial;
  }
  .fv .fv_text {
    font-size: 14px;
    line-height: 1.8;
  }
}

.cta {
  position: relative;
  overflow: visible;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
}
.cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cta__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cta__inr {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 845px) {
  .cta__inr {
    flex-direction: column;
    text-align: center;
    gap: 0;
  }
}
.cta__left {
  flex: 1 1 40%;
  max-height: 288px;
  height: -webkit-fill-available;
  background-color: #fff200;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
  padding-right: 50px;
  position: relative;
  top: -15px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 845px) {
  .cta__left {
    align-items: center;
  }
}
.cta__logo {
  width: 200px;
  height: auto;
  display: block;
  margin: 0 0 24px;
}
@media (max-width: 845px) {
  .cta__logo {
    width: 160px;
    margin: 0 auto 16px;
  }
}
.cta__catch {
  font-size: 25px;
  line-height: 1.6;
  font-weight: 700;
  text-align: right;
}
.cta__right {
  flex: 1 1 60%;
  min-width: 280px;
  text-align: center;
  padding: 40px 0 60px 0;
}
@media (max-width: 845px) {
  .cta__right {
    padding: 20px 0;
  }
}
.cta__lead {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #ffffff;
}
.cta__lead span {
  color: #fff200;
  border-radius: 3px;
}
.cta__buttons {
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: center;
  padding: 0;
}
@media (max-width: 1260px) {
  .cta__buttons {
    gap: 30px;
    flex-direction: column;
  }
}
@media (max-width: 1260px) {
  .cta__buttons li {
    width: 100%;
    max-width: 360px;
  }
}

.ctaBtn {
  display: block;
  width: 100%;
  text-decoration: none;
  background: #ffffff;
  color: #000000;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 10px 0 rgb(178.5, 169.4, 0);
  border: 1px solid #fff200;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  /* 上段：説明（16px） */
  /* 下段：メイン（45px） */
}
.ctaBtn:hover {
  transform: translateY(10px);
  box-shadow: 0 2px 0 rgb(127.5, 121, 0);
}
.ctaBtn__small {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  color: #000000;
  margin-bottom: 6px;
  letter-spacing: 0;
}
.ctaBtn__main {
  display: block;
  font-size: 35px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #000000;
}

.problem {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  background-color: #ffffff;
  overflow: hidden;
  padding: 70px 0;
  /* 背景ライン画像 */
  /* テキストエリア */
  /* タイトル 50px 太字 */
  /* リスト 24px 太字 + 黄色ライン */
  /* リード 56px 太字 + 黄下線 */
  /* 写真 */
}
@media screen and (max-width: 765px) {
  .problem {
    padding: 40px 0;
  }
}
.problem__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.problem__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.problem__inr {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1140px) {
  .problem__inr {
    flex-direction: column;
    text-align: left;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}
.problem__content {
  flex: 1 1 auto;
}
.problem__title {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media (max-width: 845px) {
  .problem__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.problem__list {
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
}
@media (max-width: 845px) {
  .problem__list {
    margin: 0 0 20px;
  }
}
.problem__list li {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 8px;
}
.problem__list li span {
  background: linear-gradient(transparent 70%, #fff200 70%);
}
.problem__list li::before {
  content: "・";
  margin-right: 0.4em;
}
@media (max-width: 845px) {
  .problem__list li {
    font-size: 16px;
  }
}
.problem__lead {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  padding-bottom: 6px;
  text-align: center;
}
.problem__lead span {
  background: linear-gradient(transparent 70%, #fff200 70%);
}
@media (max-width: 845px) {
  .problem__lead {
    font-size: 26px;
  }
}
.problem__photo {
  flex: 0 0 300px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
@media screen and (max-width: 765px) {
  .problem__photo {
    flex: 0 0 200px;
  }
}
@media (max-width: 1000px) {
  .problem__photo {
    justify-content: center;
  }
}
.problem__photo-inner {
  position: relative;
  display: inline-block;
  /* 黄ライン下のみ */
}
.problem__photo-inner::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background: #fff200;
  z-index: -1;
}
.problem__photo-inner img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 300px;
}
@media screen and (max-width: 765px) {
  .problem__photo-inner img {
    max-width: 200px;
  }
}

.solution {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  overflow: hidden;
  padding: 90px 0;
  text-align: center;
  /* 背景 */
  /* 見出し 56px 太字 */
}
@media screen and (max-width: 765px) {
  .solution {
    padding: 60px 0;
  }
}
.solution__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.solution__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.solution__inr {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.solution__title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.6;
}
.solution__title span {
  color: #fff200;
}
@media screen and (max-width: 845px) {
  .solution__title {
    font-size: 36px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 765px) {
  .solution__title {
    font-size: 28px;
    line-height: 1.6;
  }
}

.feature {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  background-color: #ffffff;
}
.feature__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.5px solid rgba(118, 118, 118, 0.25);
  max-height: 290px;
}
.feature__item:last-child {
  border-bottom: none;
}
@media (max-width: 765px) {
  .feature__item {
    flex-direction: column-reverse;
    max-height: initial;
  }
}
.feature__img {
  flex: 1 1 50%;
  height: -webkit-fill-available;
  max-height: 290px;
}
.feature__img img {
  width: 100%;
  height: 100vh;
  max-height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 765px) {
  .feature__img img {
    height: initial;
    max-height: initial;
    height: auto;
  }
}
.feature__content {
  flex: 1 1 50%;
  padding: 25px 30px;
}
@media (max-width: 845px) {
  .feature__content {
    padding: 25px 20px;
  }
}
.feature__num {
  width: 130px;
  margin-bottom: 20px;
}
.feature__num img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 765px) {
  .feature__num {
    width: 150px;
    margin-bottom: 10px;
  }
}
.feature__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media (max-width: 765px) {
  .feature__title {
    font-size: 26px;
  }
}
.feature__text {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 10px;
}
.feature__effect {
  font-size: 16px;
  font-weight: 700;
}

.voice {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  background-color: #ffffff;
  overflow: hidden;
  padding: 40px 0 90px 0;
}
@media (max-width: 765px) {
  .voice {
    padding: 20px 0;
  }
}
.voice__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.voice__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  display: block;
}
.voice .wrap_primary {
  position: relative;
  z-index: 1;
}
.voice__head {
  text-align: left;
  margin-bottom: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1em;
  margin-top: 60px;
  flex-wrap: wrap;
}
@media (max-width: 765px) {
  .voice__head {
    text-align: center;
    margin-bottom: 40px;
  }
}
.voice__en {
  font-family: Arial, sans-serif;
  font-size: clamp(34px, 7.3vw, 110px);
  font-weight: bold;
  font-style: italic;
  color: rgba(118, 118, 118, 0.3);
  line-height: 1;
  position: absolute;
  top: -60px;
  left: 10px;
  z-index: 0;
  text-align: left;
}
@media (max-width: 845px) {
  .voice__en {
    top: -1%;
  }
}
.voice__title {
  font-family: Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  white-space: nowrap;
  line-height: 1;
}
.voice__sub {
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
@media screen and (max-width: 765px) {
  .voice__sub {
    font-size: 18px;
  }
}
.voice__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.voice__item {
  background-color: #ffffff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
  padding: 40px 50px;
  position: relative;
}
@media (max-width: 845px) {
  .voice__item {
    padding: 30px 20px;
  }
}
.voice__company {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 765px) {
  .voice__company {
    font-size: 24px;
  }
}
.voice__lead {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 16px;
}
@media screen and (max-width: 765px) {
  .voice__lead {
    font-size: 20px;
  }
}
.voice__detail {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}
.voice__detail li {
  position: relative;
  padding-left: 1em;
}
.voice__detail li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.voice__result {
  position: relative;
  background-color: #000000;
  color: #fff200;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
  padding: 10px;
  margin-top: 20px;
  padding-left: 50px;
}
@media screen and (max-width: 765px) {
  .voice__result {
    font-size: 18px;
  }
}
.voice__result::before {
  content: "";
  width: 45px;
  height: 101%;
  background-color: #fff200;
  position: absolute;
  left: 0;
  top: -1px;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}

.benefit {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  background-color: #000000;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 765px) {
  .benefit {
    padding: 60px 0;
  }
}
@media (max-width: 1135px) {
  .benefit br.sp-none {
    display: none;
  }
}
.benefit__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.benefit__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.benefit .wrap_primary {
  position: relative;
  z-index: 1;
}
.benefit__head {
  margin-bottom: 60px;
}
.benefit__title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.6;
}
.benefit__title span {
  color: #fff200;
}
@media (max-width: 845px) {
  .benefit__title {
    font-size: 40px;
  }
}
@media (max-width: 765px) {
  .benefit__title {
    font-size: 24px;
  }
}
.benefit__list {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 845px) {
  .benefit__list {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.benefit__item {
  flex: 1 1 33%;
  border: 1px solid #fff200;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 845px) {
  .benefit__item {
    width: 100%;
    max-width: 500px;
  }
}
.benefit__icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  border: 2px solid #fff200;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  position: absolute;
  top: -30%;
  left: -10%;
}
@media (max-width: 845px) {
  .benefit__icon {
    top: -30%;
    left: 3%;
  }
}
.benefit__icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.benefit__subtitle {
  font-size: 36px;
  font-weight: 700;
  color: #fff200;
  margin-bottom: 10px;
}
@media (max-width: 765px) {
  .benefit__subtitle {
    font-size: 26px;
  }
}
.benefit__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  color: #ffffff;
}
@media (max-width: 845px) {
  .benefit__text {
    text-align: left;
  }
}

.faq {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  padding: 100px 0;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 765px) {
  .faq {
    padding: 60px 0;
  }
}
.faq__head {
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 765px) {
  .faq__head {
    margin-bottom: 50px;
  }
}
.faq__en {
  font-family: Arial, sans-serif;
  font-size: clamp(34px, 7.3vw, 120px);
  font-weight: bold;
  font-style: italic;
  color: rgba(118, 118, 118, 0.3);
  line-height: 1;
  position: absolute;
  top: -60px;
  left: 10px;
  z-index: 0;
}
@media (max-width: 845px) {
  .faq__en {
    top: -20px;
  }
}
.faq__title {
  position: relative;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
  z-index: 1;
}
@media (max-width: 765px) {
  .faq__title {
    font-size: 28px;
  }
}
.faq__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 765px) {
  .faq__list {
    gap: 20px;
  }
}
.faq__item {
  display: flex;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  min-height: 162px;
}
@media (max-width: 845px) {
  .faq__item {
    flex-direction: column;
  }
}
.faq__question {
  display: flex;
  align-items: center;
  background-color: #fff200;
  padding: 15px 50px 15px 70px;
  width: 100%;
  height: 101%;
  z-index: 1;
  max-width: 50%;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  position: absolute;
  left: 0;
  top: -1px;
}
@media (max-width: 845px) {
  .faq__question {
    padding: 20px 20px 20px 100px;
    position: relative;
    width: 100%;
    max-width: initial;
    clip-path: initial;
  }
}
.faq__question .faq__label.q {
  position: absolute;
  top: -10px;
  left: 10px;
  font-family: Arial, sans-serif;
  font-size: 70px;
  font-weight: bold;
  font-style: italic;
  color: rgba(118, 118, 118, 0.5);
}
.faq__q-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 845px) {
  .faq__q-text {
    margin-left: 0;
  }
}
.faq__answer {
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #000 0%, #767676 100%);
  width: 60%;
  padding: 15px 15px 15px 160px;
  position: relative;
  margin: 0 0 0 auto;
}
@media (max-width: 845px) {
  .faq__answer {
    width: 100%;
    padding: 20px 15px 30px 100px;
  }
}
.faq__answer .faq__label.a {
  position: absolute;
  top: -10px;
  left: 100px;
  font-family: Arial, sans-serif;
  font-size: 70px;
  font-weight: bold;
  font-style: italic;
  color: rgba(118, 118, 118, 0.5);
}
@media (max-width: 845px) {
  .faq__answer .faq__label.a {
    top: -10px;
    left: 10px;
  }
}
.faq__a-text {
  font-size: 14px;
  line-height: 1.9;
  font-weight: 600;
  color: #fff200;
  letter-spacing: 0;
}
.faq__a-text a {
  color: #ffffff;
}
.faq__a-text a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media (max-width: 845px) {
  .faq__a-text {
    margin-left: 0;
  }
}

.footer {
  background: linear-gradient(45deg, #000000 0%, #4e4d4e 100%);
  color: #ffffff;
  padding: 80px 0 40px;
  max-width: 1920px;
  margin: 0 auto;
}
.footer .footer_inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.footer .footer_left {
  flex: 1 1 100%;
}
.footer .footer_left h2 {
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.footer .footer_left p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 24px;
  letter-spacing: 0;
}
.footer .footer_left .btn_contact {
  display: inline-block;
  background: #fff200;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 28px;
  text-decoration: none;
  transition: opacity 0.3s;
}
.footer .footer_left .btn_contact:hover {
  opacity: 0.8;
}
.footer .footer_right {
  flex: 0 1 55%;
  text-align: left;
  max-width: 360px;
}
.footer .footer_right .logo {
  width: 100%;
  margin-bottom: 30px;
  max-width: 360px;
}
.footer .footer_right .sns_label {
  font-size: 16px;
  font-weight: 700;
  padding-top: 30px;
  margin-bottom: 25px;
  border-top: 1px solid #fff;
}
.footer .footer_right .sns_list {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}
.footer .footer_right .sns_list a {
  display: inline-block;
  width: 43px;
  transition-duration: 0.3s;
}
.footer .footer_right .sns_list a:hover {
  transition-duration: 0.3s;
  opacity: 0.6;
}
.footer .footer_right .sns_list a img {
  width: 100%;
  height: auto;
  display: block;
}
.footer .footer_bottom {
  text-align: center;
  border-top: 1px solid #000;
  margin-top: 60px;
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.6;
}
.footer .footer_link {
  display: flex;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  gap: 5px;
}
.footer .footer_link li {
  border-right: 1px solid #fff;
  line-height: 1;
}
.footer .footer_link li a {
  color: #ffffff;
  text-decoration: none;
  padding: 0 0.5em;
  white-space: nowrap;
  line-height: 1;
}
.footer .footer_link li a:hover {
  text-decoration: underline;
}
.footer .footer_link li:last-child {
  border-right: none;
}
@media (max-width: 765px) {
  .footer {
    padding: 60px 0 30px;
  }
  .footer .footer_inner {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .footer .footer_left {
    max-width: 100%;
  }
  .footer .footer_left h2 {
    font-size: 29px;
  }
  .footer .footer_left p {
    font-size: 14px;
  }
  .footer .footer_left .btn_contact {
    font-size: 18px;
    padding: 24px;
    width: 100%;
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
    display: block;
  }
  .footer .footer_right {
    max-width: 100%;
    text-align: left;
    margin-top: 40px;
    flex: auto;
  }
}
@media screen and (max-width: 765px) and (max-width: 765px) {
  .footer .footer_right {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 765px) {
  .footer .footer_right .logo {
    width: 180px;
  }
}
@media screen and (max-width: 765px) and (max-width: 765px) {
  .footer .footer_right .logo {
    width: 90%;
  }
}
@media screen and (max-width: 765px) and (max-width: 765px) {
  .footer .footer_right .sns_label {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 765px) {
  .footer .footer_right .sns_list {
    justify-content: flex-start;
  }
}