@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");

/* 大学・専門学校に特化したTikTok運用代行ならCheer */

/* 共通
-------------------------------------------------------------------*/

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #333;
}

main,
ul,
li {
  margin: 0;
  padding: 0;
}

main {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

.container {
  box-sizing: border-box;
  width: 100%;
  padding: 64px 0px;
}

.wrapper {
  padding: 0px 16px;
}

.heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 12px 40px 12px;
}

.decoration-horizontal_line {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.decoration-horizontal_line::before,
.decoration-horizontal_line::after {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #222;
  display: block;
}
.decoration-horizontal_line::before {
  margin-right: 16px;
}
.decoration-horizontal_line::after {
  margin-left: 16px;
}

.box-white {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 12px 0px rgba(119, 119, 119, 0.15);
}

.tb_only,
.pc_only {
  display: none;
}
.sp_only {
  display: flex;
}

@media (width >= 768px) {
  .sp_only {
    display: none;
  }
  .tb_only {
    display: flex;
  }
  .heading {
    padding-bottom: 56px;
    padding: 0 16px 40px 16px;
  }
  .container {
    padding: 80px 0px;
  }
  .wrapper {
    padding: 0px 24px;
  }
}

@media (width >= 1080px) {
  body {
    font-size: 16px;
  }
  .tb_only {
    display: none;
  }
  .pc_only {
    display: flex;
  }

  .heading {
    gap: 24px;
    max-width: none;
    padding-bottom: 56px;
  }
  .heading::before {
    width: 40px;
    height: 2px;
    margin-right: 24px;
    margin-top: 3px;
  }
  .heading::after {
    width: 40px;
    height: 2px;
    margin-left: 24px;
    margin-top: 3px;
  }
  .container {
    padding: 96px 0px;
  }
  .wrapper {
    padding: 0px;
  }
}

/* 文字
-------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

h1 {
  font-size: 32px;
  font-size: clamp(32px, 8.5vw, 44px);
  font-weight: 700;
  line-height: 1.7;
  color: #222;
  padding-bottom: 16px;
}

h2 {
  font-size: 26px;
  font-weight: 700;
  color: #222;
}

h3 {
  font-size: 20px;
  font-weight: 700;
  color: #222;
}

h4 {
  font-size: 18px;
  color: #222;
}

h5 {
  font-size: 16px;
  color: #222;
}

.bold {
  font-weight: 700;
}

.text-red {
  color: #da3700;
}
.text-ora {
  color: #df7919;
}

.box-text-red {
  color: #fff;
  background-color: #da3700;
}
.box-text-ora {
  color: #fff;
  background-color: #df7919;
}

.box-text-light-red {
  background-color: #ffe4db;
}
.box-text-light-ora {
  background-color: #ffead6;
}

.red-box {
  background-color: #da3700;
  padding: 16px;
  margin-top: 24px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

p.h-description {
  text-align: center;
  font-size: 16px;
}

.marker {
  background: linear-gradient(transparent 70%, #da370030 70%);
}

@media (width >= 768px) {
  h1 {
    font-size: clamp(32px, 4vw, 40px);
  }
}

@media (width >= 1080px) {
  a {
    font-size: 18px;
  }
  a.pink {
    font-size: 16px;
  }
  h1 {
    font-size: clamp(44px, 4vw, 52px);
    line-height: 1.6;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 18px;
  }
  p.h-description {
    font-size: 18px;
  }
}

@media (width >= 1900px) {
  h1 {
    font-size: 56px;
  }
}

/* ボタン
-------------------------------------------------------------------*/

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 44px;
  border-radius: 40px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  transition: 0.5s;
}

header .btn {
  width: 144px;
  margin-top: 4px;
  background-color: #45b331;
  border: 2px solid #45b331;
  box-shadow: 0 0 8px 0px rgba(119, 119, 119, 0.2);
}
header .btn:hover {
  background-color: #fff;
  color: #45b331;
}

.gre {
  width: 304px;
  padding-bottom: 2px;
  background-color: #45b331;
  border: 2px solid #45b331;
  box-shadow: 0 0 8px 0px rgba(119, 119, 119, 0.2);
}
.gre::before {
  content: "無料";
  color: #45b331;
  background-color: #fff;
  padding: 2px 4px 4px 4px;
  margin-top: 2px;
  margin-right: 8px;
  transition: 0.5s;
}
.gre:hover {
  background-color: #fff;
  color: #45b331;
}
.gre:hover::before {
  color: #fff;
  background-color: #45b331;
}

.pink {
  height: 36px;
  padding: 0px 16px;
  border-radius: 8px;
  background-color: #fe2c55;
  border: 2px solid #fe2c55;
  box-shadow: 0 0 8px 0px rgba(119, 119, 119, 0.2);
}
.pink:hover {
  background-color: #fff;
  color: #fe2c55;
}

.btn_decoration {
  display: flex;
  flex-direction: column;
  width: fit-content;
}

.line_enclosed p {
  display: flex;
  align-items: flex-end;
  text-align: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 12px;
}
.line_enclosed p::before,
.line_enclosed p::after {
  width: 2px;
  height: 20px;
  content: "";
  margin-top: 4px;
  background-color: #222;
}
.line_enclosed p::before {
  margin-right: 12px;
  transform: rotate(-30deg);
}
.line_enclosed p::after {
  margin-left: 12px;
  transform: rotate(30deg);
}

@media (width >= 768px) {
  header .btn {
    width: 232px;
    margin-top: 0;
    padding: 0px;
  }
  header .btn::before {
    content: "無料";
    color: #45b331;
    background-color: #fff;
    padding: 2px 4px 4px 4px;
    margin-top: 2px;
    margin-right: 8px;
    transition: 0.5s;
  }
  header .btn:hover::before {
    color: #fff;
    background-color: #45b331;
  }
}

@media (width >= 1080px) {
  header .btn {
    width: 240px;
    margin-top: 0;
    padding: 0px;
  }
  .gre {
    width: 328px;
  }
  .line_enclosed p {
    font-size: 16px;
  }
}

@media (width >= 1400px) {
}

/* ヘッダー
-------------------------------------------------------------------*/

header {
  display: flex;
  justify-content: space-between;
  padding: 16px 8px 0px 8px;
}

.header-logo img {
  height: 40px;
  padding-bottom: 4px;
}

.menu {
  display: none;
}

@media (width >= 768px) {
  header {
    padding: 24px 16px 0px 16px;
  }
}

@media (width >= 1080px) {
  .header-logo img {
    height: 48px;
  }
  .header-menu {
    display: flex;
  }
  .menu {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-right: 24px;
  }
  .menu a {
    font-size: 12px;
    color: #222;
  }
  .menu a:hover {
    color: #da3700;
  }
}

@media (width >= 1400px) {
  .menu {
    gap: 20px;
  }
  .menu a {
    font-size: 14px;
  }
}

@media (width >= 1900px) {
  header {
    max-width: 1680px;
    margin: 0 auto;
    padding: 40px 0px 0px 0px;
  }
}

/* カバー
-------------------------------------------------------------------*/

.cover .container {
  background-color: #f1f1f1;
  padding-top: 0px;
  margin-top: 32px;
}

.cover .wrapper {
  background: linear-gradient(#fff 65%, #f1f1f1 35%);
  display: flex;
  flex-direction: column;
  padding: 0 0 56px 0;
}

.cover .title {
  display: flex;
  flex-direction: column;
  max-width: 468px;
  gap: 32px;
  margin: 0 auto;
  padding: 0px 12px 56px 12px;
}

.cover .box-text-red {
  padding: 4px 4px 5px 4px;
  margin-right: 2px;
  border-radius: 4px;
}

.cover .text-group p {
  font-size: 16px;
}

.cover-slide-img {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  max-width: 560px;
  height: 400px;
  margin: 0 auto;
  border-radius: 24px;
}

.img-01 {
  background-image: url("../images/fv_img-01.webp");
  animation: slide-animation-01 30s infinite;
}
.img-02 {
  background-image: url("../images/fv_img-02.webp");
  animation: slide-animation-02 30s infinite;
}
.img-01,
.img-02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@keyframes slide-animation-01 {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale(1);
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1.1);
  }
}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}

.logo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0px 12px;
}

.logo img {
  width: 168px;
}

@media (width >= 768px) {
  .cover .wrapper {
    background: linear-gradient(#fff 85%, #f1f1f1 15%);
    flex-direction: row;
    justify-content: flex-end;
  }
  .cover .title {
    width: 45%;
    max-width: none;
    margin: 0;
    padding: 40px 20px 96px 4%;
  }
  .cover .text-group p {
    font-size: 14px;
  }
  .cover-slide-img {
    box-sizing: border-box;
    width: 50%;
    max-width: 600px;
    height: auto;
    margin: 0;
    border-radius: 24px 0 0 24px;
  }
}

@media (width >= 1080px) {
  .cover .container {
    margin-top: 24px;
  }
  .cover .title {
    gap: 40px;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 48px 3.7% 120px 40px;
  }
  .cover .text-group p {
    font-size: 16px;
  }
  .cover-slide-img {
    width: 48%;
    max-width: 744px;
    border-radius: 40px 0 0 40px;
  }

  .logo {
    max-width: 1260px;
    gap: 20px;
    margin: 0 auto;
    padding: 0px 24px;
  }
  .logo img {
    width: 184px;
  }
}

@media (width >= 1400px) {
  .cover .wrapper {
    padding-bottom: 64px;
  }
  .cover .title {
    max-width: none;
    padding: 56px 4% 0px 40px;
  }
  .cover-slide-img {
    width: 52%;
    height: 680px;
    max-width: none;
  }
}

@media (width >= 1900px) {
  .cover .container {
    margin-top: 40px;
  }
  .cover .wrapper {
    justify-content: center;
    padding-bottom: 80px;
  }
  .cover .title {
    padding: 48px 56px 0px 0px;
  }
  .cover .text-group p {
    font-size: 18px;
  }
  .cover-slide-img {
    width: 1000px;
    height: 720px;
    border-radius: 40px;
  }
}

/* Tiktokについて
-------------------------------------------------------------------*/

.tiktok {
  background-color: #f1f1f1;
}
.tiktok h3 {
  text-align: center;
  font-size: 18px;
}

.tiktok .container {
  padding: 32px 0 56px 0;
}

.tiktok .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
}

.tiktok .decoration-horizontal_line::before,
.tiktok .decoration-horizontal_line::after {
  width: 16px;
}
.tiktok .decoration-horizontal_line::before {
  margin-right: 6px;
}
.tiktok .decoration-horizontal_line::after {
  margin-left: 6px;
}

.tiktok .box-white {
  max-width: 400px;
  align-items: center;
  gap: 16px;
  padding: 32px 20px;
}

.tiktok .box-white img {
  width: 160px;
}

@media (width >= 768px) {
  .tiktok .container {
    padding: 0px 0 80px 0;
  }
  .tiktok .box-white {
    max-width: 320px;
    padding: 32px 24px;
  }
  .tiktok .decoration-horizontal_line::before,
  .tiktok .decoration-horizontal_line::after {
    width: 24px;
  }
  .tiktok .decoration-horizontal_line::before {
    margin-right: 16px;
  }
  .tiktok .decoration-horizontal_line::after {
    margin-left: 16px;
  }
}

@media (width >= 1080px) {
  .tiktok .container {
    padding: 24px 0 80px 0;
  }
  .tiktok .box-white {
    max-width: 336px;
  }
  .tiktok .box-white p {
    font-size: 14px;
  }
}

/* CTA
-------------------------------------------------------------------*/

.cta {
  background-color: #222;
  background-image: url("../images/cta-bg-left-sp.webp"),
    url("../images/cta-bg-right-sp.webp");
  background-size: 100% auto, 100% auto;
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  padding: 0 16px;
}

.cta .box-white {
  gap: 32px;
  max-width: 400px;
  padding: 24px 16px;
  margin: 0 auto;
  border: 2px solid #df7919;
}

.cta .text_group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cta .text p {
  font-size: 16px;
}

.cta .text img {
  width: 224px;
  padding-bottom: 20px;
}

@media (width >= 768px) {
  .cta {
    background-image: url("../images/cta-bg-left.webp"),
      url("../images/cta-bg-right.webp");
    background-size: auto 100%, auto 100%;
    padding: 0 24px;
  }
  .cta .box-white {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: 760px;
    padding: 32px 24px;
  }
  .cta .text_group {
    width: 55%;
  }
  .cta_img {
    width: 45%;
  }
}

@media (width >= 1080px) {
  .cta {
    padding: 0;
  }
  .cta .box-white {
    height: 352px;
    width: fit-content;
    max-width: none;
    padding: 0px 32px;
    border: 3px solid #df7919;
  }
  .cta .text_group {
    gap: 32px;
    width: 480px;
    padding-left: 16px;
  }
  .cta .text img {
    width: 200px;
  }
  .cta_img {
    width: auto;
    height: 480px;
  }
  .cta_img img {
    width: auto;
    height: 100%;
    padding-bottom: 0px;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .cta_img img {
    width: auto;
    height: 100%;
  }
}

/* 強み
-------------------------------------------------------------------*/

.strength {
  background: #f1f1f1;
}

.strength .wrapper {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.strength .group {
  max-width: 520px;
  margin: 0 auto;
}

.strength .box-white {
  gap: 12px;
  max-width: 400px;
  margin: 0 auto;
  padding: 32px 16px;
  margin-bottom: 32px;
}
.strength .box-white h3 {
  padding-bottom: 8px;
}

.number-line p {
  color: #da3700;
  font-size: 48px;
  font-weight: 700;
  line-height: 0.6;
}
.number-line img {
  width: 56px;
}

@media (width >= 768px) {
  .strength .wrapper {
    padding: 0;
    gap: 48px;
  }

  .strength-contents-bg {
    justify-content: center;
    position: relative;
    gap: 40px;
  }
  .strength-contents-bg::before {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
    height: 100%;
    max-height: 344px;
    border-radius: 0 8px 8px 0;
    background-color: #fff;
  }

  .strength .strength-contents-bg:nth-child(2n)::before {
    right: 0;
    border-radius: 8px 0 0 8px;
  }

  .strength .group {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: none;
    padding: 0 16px;
  }
  .strength .strength-contents-bg:nth-child(2n) .group {
    flex-direction: row-reverse;
  }

  .strength .box-white {
    width: 50%;
    margin: 0;
    padding: 24px 0;
    background-color: transparent;
    border-radius: 0px;
    box-shadow: 0 0 0px 0px rgba(119, 119, 119, 0);
  }
  .strength-img {
    width: 50%;
    max-width: 424px;
  }
}

@media (width >= 1080px) {
  .strength .wrapper {
    gap: 24px;
  }
  .strength-contents-bg::before {
    max-height: 400px;
  }
  .strength .group {
    gap: 48px;
    padding: 0 8px 0 48px;
  }
  .strength .strength-contents-bg:nth-child(2n) .group {
    padding: 0 48px 0 8px;
  }
  .strength .box-white {
    width: 496px;
    max-width: none;
    padding: 0;
  }
  .number-line p {
    font-size: 52px;
  }
  .number-line img {
    width: 64px;
  }
  .strength-img {
    width: 472px;
    max-width: none;
  }
}

/* 料金プラン
-------------------------------------------------------------------*/

.plan {
  background-color: #fffcf8;
}

.plan .wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.plan .box-white {
  z-index: 100;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #da3700;
}
.plan .box-white.spot {
  border: 1px solid #df7919;
}

.plan .box-text-red {
  border: 1px solid #da3700;
}
.plan .box-text-ora {
  border: 1px solid #df7919;
}
.plan .box-text-red,
.plan .box-text-ora {
  padding: 8px 4px;
  border-radius: 4px;
}

.plan .service {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 16px 16px 24px 16px;
}

.plan .box-text-light-red,
.plan .box-text-light-ora {
  padding: 8px;
  border-radius: 4px;
}

.fee {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  font-size: 16px;
}
.plan .spot .fee {
  gap: 0px;
  font-size: 18px;
}
.fee .line-red {
  line-height: 1.8;
  border-bottom: 1px solid #da3700;
}
.fee .line-ora {
  border-bottom: 1px solid #df7919;
}
.fee .text-up {
  font-size: 28px;
  color: #df7919;
}

.box-line-ora {
  width: fit-content;
  border: 1px solid #df7919;
  margin: 16px auto 0 auto;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 16px;
}

.service_detail {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
  line-height: 1.4;
}
.service_detail .box-text-red,
.service_detail .box-text-ora {
  font-size: 16px;
  padding: 4px 8px;
  width: fit-content;
  margin-bottom: 4px;
}
.service_detail .text-down {
  font-size: 12px;
}

.check {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  padding-left: 2px;
}
.check img {
  width: 20px;
}

@media (width >= 768px) {
  .plan .wrapper {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }

  .plan .box-white {
    width: 50%;
    max-width: 440px;
    border: 2px solid #da3700;
    margin: 0;
  }
  .plan .box-white.spot {
    border: 2px solid #df7919;
  }
  .plan .box-text-red,
  .plan .box-text-ora {
    padding: 16px 0px;
    border-radius: 4px;
  }
  .service_detail .box-text-red,
  .service_detail .box-text-ora {
    padding: 4px 12px;
  }
}

@media (width >= 1080px) {
  .plan .box-white {
    max-width: 500px;
    border: 3px solid #da3700;
  }
  .plan .box-white.spot {
    border: 3px solid #df7919;
  }
  .plan .service {
    gap: 24px;
  }
  .plan .box-text-red,
  .plan .box-text-ora {
    padding: 24px 0px;
  }
  .service_detail {
    padding: 0 8px;
  }
  .plan .box-text-light-red,
  .plan .box-text-light-ora {
    padding: 16px;
    font-size: 14px;
  }
  .fee {
    padding-bottom: 24px;
    font-size: 22px;
  }
  .plan .spot .fee {
    font-size: 22px;
  }
  .fee .line-red {
    line-height: 1.9;
  }
  .fee .text-up {
    font-size: 32px;
  }
  .box-line-ora {
    margin: 24px auto 0 auto;
    padding: 8px 12px;
    font-size: 20px;
  }
  .service_detail {
    gap: 16px;
  }
  .service_detail .box-text-red,
  .service_detail .box-text-ora {
    padding: 4px 12px;
    font-size: 18px;
  }
  .check img {
    width: 24px;
  }
}

/* 実績
-------------------------------------------------------------------*/

.achievement {
  background-color: #f1f1f1;
}
.achievement h3 {
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 8px;
}
.achievement h3 .text-down {
  font-size: 16px;
}

.achievement .spot h3 {
  padding-bottom: 0px;
}

.achievement .container {
  padding-bottom: 56px;
}

.achievement .wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0px;
}
.achievement .wrapper img {
  border-radius: 8px;
}

.achievement .scroll {
  display: flex;
  gap: 24px;
  overflow-x: scroll;
  padding: 0px 0px 16px 0px;
}

.achievement .box-white {
  width: 312px;
  height: 576px;
  flex-shrink: 0;
}
.achievement .spot .box-white {
  height: 656px;
}

.achievement .box-white:nth-child(1) {
  margin-left: 16px;
}
.achievement .box-white:nth-child(3) {
  margin-right: 16px;
}

.achievement video {
  border-radius: 8px;
}

.achievement .group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 16px 16px 24px 16px;
}

@media (width >= 768px) {
  .achievement .container {
    padding-bottom: 80px;
  }
}

@media (width >= 1016px) {
  .achievement .wrapper {
    max-width: 984px;
    margin: 0 auto;
  }
  .achievement .scroll {
    padding: 0px;
  }
  .achievement .box-white:nth-child(1) {
    margin-left: 0px;
  }
  .achievement .box-white:nth-child(3) {
    margin-right: 0px;
  }
}

@media (width >= 1080px) {
  .achievement .wrapper {
    max-width: 1038px;
  }
  .achievement .box-white {
    width: 330px;
    height: 595px;
  }
  .achievement .spot .box-white {
    height: 688px;
  }
  .achievement .box-white p {
    font-size: 14px;
  }
  .achievement .group {
    padding: 16px 24px 24px 24px;
  }
}

/* 流れ
-------------------------------------------------------------------*/

.flow {
  background-color: #f1f1f1;
}
.flow h3 {
  font-size: 20px;
  padding-bottom: 4px;
}

.flow .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
}

.flow .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  box-sizing: border-box;
  padding-bottom: 24px;
}

.flow .box-white {
  width: calc(50% - 8px);
  max-width: 208px;
  text-align: center;
  gap: 16px;
  padding: 32px 16px 32px 16px;
}

.flow .text-ora {
  font-size: 28px;
  line-height: 1;
}

.flow .box-text-red {
  text-align: center;
  max-width: 424px;
  padding: 16px;
  border-radius: 8px;
  margin: 0 16px;
}

@media (width >= 768px) {
  .flow .wrapper {
    max-width: 768px;
    padding-bottom: 32px;
  }
  .flow .box-white {
    width: 30%;
    max-width: 240px;
  }
  .flow .box-text-red {
    max-width: none;
    padding: 16px 24px;
    margin: 0;
    font-size: 16px;
  }
}

@media (width >= 1080px) {
  .flow .container {
    padding-bottom: 56px;
  }
  .flow .wrapper {
    gap: 24px;
    max-width: 800px;
    padding-bottom: 40px;
  }
  .flow .box-white {
    width: 248px;
    max-width: none;
    padding: 40px 24px;
  }
  .flow .text-ora {
    font-size: 34px;
  }
  .flow .box-text-red {
    font-size: 18px;
  }
}

/* FQA
-------------------------------------------------------------------*/

.faq {
  background-color: #f1f1f1;
}

.faq .container {
  max-width: 680px;
  margin: 0 auto;
  padding-top: 40px;
}

.faq .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

/* アコーディオン */
.faq-content {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgb(119 119 119 / 10%);
}
.faq-content:not(.open):hover {
  border: 1px solid #df7919;
}

.faq-q {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 16px;
  transition: 0.2s;
}
.faq-q .i_box {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.faq-q .i_box::before,
.faq-q .i_box::after {
  position: absolute;
  content: "";
  box-sizing: border-box;
  margin: auto;
  vertical-align: middle;
}
.faq-q .i_box::before {
  top: 0;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 0;
  border-top: 2px solid #df7919;
}
.faq-q .i_box::after {
  top: 0;
  bottom: 0;
  right: 7px;
  width: 0;
  height: 16px;
  border-left: 2px solid #df7919;
  transition: 0.3s;
}

.faq-q.open .i_box::after {
  height: 0;
}

.faq-a {
  display: none;
  box-sizing: border-box;
  margin: 0 8px;
  padding: 16px 8px 16px 8px;
}

.faq-q_head {
  display: flex;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #1f0c01;
  padding-right: 24px;
}

.faq-q_head::before {
  content: "Q.";
  font-family: Inter, sans-serif;
  font-size: 16px;
  color: #df7919;
  margin-top: -1px;
}

.faq-a_text {
  display: flex;
  overflow: hidden;
  gap: 8px;
  font-size: 14px;
}

.faq-a_text::before {
  content: "A.";
  font-family: Inter, sans-serif;
  color: #da3700;
  font-weight: 600;
  font-size: 16px;
  margin-top: -1px;
}

.faq-a.line {
  border-top: 1px solid #fff6f3;
  border-bottom: 0 solid #fff6f3;
}

@media (width >= 768px) {
  .faq .wrapper {
    gap: 16px;
  }
  .faq-q {
    padding: 20px;
  }
  .faq-a {
    margin: 0 8px;
    padding: 20px 12px 20px 12px;
  }
}

@media (width >= 1080px) {
  .faq .container {
    max-width: 760px;
    padding-top: 56px;
  }
  .faq .wrapper {
    gap: 24px;
  }
  .faq-q_head {
    font-size: 16px;
  }
  .faq-q_head::before {
    font-size: 18px;
  }
  .faq-a_text {
    font-size: 16px;
  }
  .faq-a_text::before {
    font-size: 18px;
  }
}

/* フォーム
-------------------------------------------------------------------*/

.google_form.container {
  padding: 48px 0 48px 0;
}

.google_form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.balloon {
  max-width: 600px;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 16px 24px;
  margin: 0px 16px 24px 16px;
  border-radius: 24px;
}
.balloon:before {
  content: "";
  position: absolute;
  display: block;
  top: 99%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 12px solid #da3700;
}
.balloon p {
  color: #fff;
  font-size: 16px;
}

iframe {
  width: 100%;
  height: 2550px;
}

@media (width >= 400px) {
  iframe {
    height: 2500px;
  }
}

@media (width >= 425px) {
  iframe {
    height: 2350px;
  }
}

@media (width >= 470px) {
  iframe {
    height: 2300px;
  }
}

@media (width >= 560px) {
  iframe {
    height: 2240px;
  }
  .google_form .sp-only {
    display: none;
  }
  .google_form .tb-only {
    display: flex;
  }
}

@media (width >= 620px) {
  iframe {
    height: 2150px;
  }
}

@media (width >= 768px) {
  .google_form.container {
    padding: 80px 0 16px 0;
  }
  iframe {
    height: 2100px;
  }
}

@media (width >= 1080px) {
  .balloon {
    max-width: 600px;
    padding: 20px 40px;
    margin-bottom: 32px;
    border-radius: 80px;
  }
}

/* フッター(footer) 
-------------------------------------------------------------------*/

ul,
li {
  margin: 0;
  padding: 0;
}

footer {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 48px 0 32px 0;
  color: #fff;
  background: #1c1c1c;
}

footer a {
  color: #fff;
}
footer a:hover {
  opacity: calc(0.8);
}

.footer-sns {
  list-style: none;
  display: flex;
  gap: 14px;
  padding: 0 0 16px 0;
}

.footer-url {
  display: flex;
  align-items: center;
}
.footer-url a {
  text-decoration: underline;
}

.footer-sns img {
  width: 48px;
}

.footer-logo {
  margin-top: 20px;
  margin-bottom: 8px;
  width: 200px;
}
.footer-logo img {
  width: 100%;
}

@media (width >= 768px) {
  .footer-sns {
    gap: 16px;
  }
}
